.elementor-kit-7{--e-global-color-primary:#1D1466;--e-global-color-secondary:#CAB416;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Raleway", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#FFFFFF;font-family:"Raleway", Sans-serif;}.elementor-kit-7 h1{font-family:"Raleway", Sans-serif;}.elementor-kit-7 h2{font-family:"Raleway", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Make sure we’re targeting Forminator forms anywhere */
body .forminator-ui {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

/* Form field labels */
body .forminator-ui .forminator-label {
  color: #1D1466;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

/* Input fields */
body .forminator-ui input[type="text"],
body .forminator-ui input[type="email"],
body .forminator-ui input[type="tel"],
body .forminator-ui textarea,
body .forminator-ui select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
}

body .forminator-ui input:focus,
body .forminator-ui textarea:focus,
body .forminator-ui select:focus {
  border-color: #1D1466;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(29, 20, 102, 0.15);
  outline: none;
}

/* Submit button orange */
body .forminator-ui .forminator-button-submit {
  background-color: orange;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

body .forminator-ui .forminator-button-submit:hover {
  background-color: #e69500;
}

/* Error & Success styling */
body .forminator-ui .forminator-error-message {
  color: red;
  font-size: 14px;
  margin-top: 6px;
}

body .forminator-ui .forminator-response-message {
  background: #d4edda;
  border-left: 5px solid #28a745;
  color: #155724;
  padding: 12px;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 500;
}/* End custom CSS */