.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* PAGE-SPECIFIC: Gravity Form #4 styling + hide required legend */

/* Smooth fonts inside this form only */
#page #gform_wrapper_4,
#gform_wrapper_4,
body #gform_wrapper_4 {
  -webkit-font-smoothing: antialiased;
}

/* Hide the “* indicates required fields” ONLY for form 4 */
#gform_wrapper_4 .gform_required_legend {
  display: none !important;
}

/* ------------------------------------------
   SUBMIT BUTTON
------------------------------------------ */

#page #gform_wrapper_4 .gform_footer input[type="submit"],
#gform_wrapper_4 .gform_footer input[type="submit"],
#gform_wrapper_4 input[type="submit"].gform_button,
#gform_wrapper_4 a.gform_button,
#gform_wrapper_4 button.gform_button,
#gform_wrapper_4 #gform_submit_button_4,
#gform_wrapper_4 .gform_footer .gform_button {
  all: unset !important;
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #4F52B2 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 16px 18px !important;
  border-radius: 6px !important;
  border: none !important;
  text-align: center !important;
  cursor: pointer !important;
  line-height: 1 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
}

/* Hover state */
#gform_wrapper_4 .gform_footer input[type="submit"]:hover,
#gform_wrapper_4 a.gform_button:hover,
#gform_wrapper_4 button.gform_button:hover {
  background-color: #4346A0 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Remove focus glow on button */
#gform_wrapper_4 .gform_footer input[type="submit"]:focus,
#gform_wrapper_4 a.gform_button:focus,
#gform_wrapper_4 button.gform_button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Footer spacing */
#gform_wrapper_4 .gform_footer {
  margin: 0 !important;
  padding-top: 12px !important;
}

/* Extra defensive rule for inline styles inside footer */
#gform_wrapper_4 .gform_footer *[style] {
  box-shadow: none !important;
  outline: none !important;
}

/* ------------------------------------------
   LAYOUT & SPACING – ULTRA COMPACT
------------------------------------------ */

/* Ultra-compact spacing between fields */
#gform_wrapper_4 .gfield {
  margin-bottom: 4px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Ultra-compact spacing between label & input */
#gform_wrapper_4 .gfield_label {
  margin-bottom: 1px !important;
}

/* Ultra-compact space before submit button */
#gform_wrapper_4 .gform_footer {
  margin-top: 4px !important;
}

/* ------------------------------------------
   INPUT STYLES – GREY BACKGROUND, NO BORDERS
------------------------------------------ */

/* Base style for all text-type inputs + textarea */
#gform_wrapper_4 .ginput_container input[type="text"],
#gform_wrapper_4 .ginput_container input[type="email"],
#gform_wrapper_4 .ginput_container input[type="tel"],
#gform_wrapper_4 .ginput_container input[type="number"],
#gform_wrapper_4 .ginput_container textarea {
  background: #f5f5f5 !important;
  border: none !important;
  padding: 12px 14px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

/* Dropdown (select) – reset + grey bg + visible text */
#gform_wrapper_4 .ginput_container_select select,
#gform_wrapper_4 .gfield select {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;

  background-color: #f5f5f5 !important;
  border: none !important;
  padding: 12px 18px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;

  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-indent: 0 !important;
}

/* Options inside dropdown */
#gform_wrapper_4 .ginput_container_select select option,
#gform_wrapper_4 .gfield select option {
  color: #111111 !important;
  background-color: #ffffff !important;
}

/* Lighter colour for the first placeholder option ("Select") */
#gform_wrapper_4 .ginput_container_select select option:first-child,
#gform_wrapper_4 .gfield select option:first-child {
  color: #666666 !important;
}

/* Focus state */
#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus {
  background: #eeeeee !important;
}

/* ==========================================
   FINAL FIX FOR DROPDOWN ON GF #4
========================================== */

/* Grey "pill" container around the dropdown */
#gform_wrapper_4 .ginput_container_select {
  background-color: #f5f5f5 !important;
  border-radius: 4px !important;
  padding: 6px 10px !important;
  border: none !important;
  box-shadow: none !important;
}

/* Actual <select> element */
#gform_wrapper_4 .ginput_container_select select {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  padding: 4px 2px !important;
  box-shadow: none !important;
  outline: none !important;

  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-indent: 0 !important;

  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}

/* Options inside dropdown */
#gform_wrapper_4 .ginput_container_select select option {
  color: #111111 !important;
  background-color: #ffffff !important;
}

/* Placeholder ("Select") */
#gform_wrapper_4 .ginput_container_select select option:first-child {
  color: #666666 !important;
}/* End custom CSS */