.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2ec9f18:#087183;--e-global-color-45ab2e0:#2195A8;--e-global-color-4c43856:#11D1DD;--e-global-color-c7fc968:#EE7234;--e-global-color-d9f16d4:#C86839;--e-global-color-7332a54:#013843;--e-global-color-6c3cf2a:#FFFFFF;--e-global-color-9aae8c4:#809BA1;--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;color:#013843;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-c7fc968 );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-6c3cf2a );border-radius:100px 100px 100px 100px;padding:15px 32px 15px 32px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#FDE9DC;color:var( --e-global-color-c7fc968 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#087183;}.elementor-kit-7 a:hover{color:#11D1DD;}.elementor-kit-7 h1{font-family:"Montserrat", Sans-serif;font-size:58px;font-weight:700;letter-spacing:-2px;}.elementor-kit-7 h2{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:600;letter-spacing:-2px;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-7 h4{font-family:"Montserrat", Sans-serif;font-size:34px;font-weight:700;}.elementor-kit-7 h5{font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-7 h6{font-family:"Montserrat", Sans-serif;font-size:19px;font-weight:bold;letter-spacing:1.9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:38px;letter-spacing:-2px;}.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h6{letter-spacing:1.9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:38px;letter-spacing:-2px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:26px;}.elementor-kit-7 h4{font-size:23px;}.elementor-kit-7 h5{font-size:20px;}.elementor-kit-7 h6{font-size:19px;letter-spacing:1.9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* 1. Container & Width Alignment */
.custom-pill-form {
    max-width: 500px !important; 
    margin: 0 auto !important;
}

/* 2. Field Styling (Radius, Background, & Border) */
.custom-pill-form input[type="text"],
.custom-pill-form input[type="email"],
.custom-pill-form .wpforms-field-row-block input,
.custom-pill-form select,
.custom-pill-form textarea {
    background-color: #f2f5f7 !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 18px 25px !important;
    height: auto !important;
    box-shadow: none !important;
}

/* 3. Placeholder Text Color */
.custom-pill-form ::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

/* 4. Hide "First" and "Last" sub-labels under Name field */
.custom-pill-form .wpforms-field-sublabel {
    display: none !important;
}

/* 5. Top Label Styling */
.custom-pill-form .wpforms-field-label {
    font-weight: 500 !important;
    color: #0b4b5a !important;
    margin-bottom: 10px !important;
}

/* 6. Custom Checkbox Styling */

/* Hide the main "Checkboxes" title and the original browser checkbox */
.custom-pill-form .wpforms-field-checkbox .wpforms-field-label,
.custom-pill-form .wpforms-field-checkbox input[type="checkbox"] {
    display: none !important;
}

/* Layout for the checkbox item */
.custom-pill-form .wpforms-field-checkbox ul li {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
}

/* Positioning the label to make room for the custom box */
.custom-pill-form .wpforms-field-checkbox ul li label {
    position: relative !important;
    padding-left: 35px !important;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #9ca3af !important;
    display: block !important;
}

/* Draw the custom Grey Square */
.custom-pill-form .wpforms-field-checkbox ul li label::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    width: 22px !important;
    height: 22px !important;
    background-color: #d1d5db !important;
    border-radius: 4px !important;
    transition: background 0.2s ease;
}

/* Style the "Checked" state */
.custom-pill-form .wpforms-field-checkbox ul li input:checked + label::before {
    background-color: #f17a3a !important;
    content: "✓" !important;
    color: white !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 22px !important;
}




/* Center and Full-Width Button Container */
.custom-pill-form .wpforms-submit-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 30px 0 !important;
    clear: both !important;
}

/* The Button Styling Fix */
.custom-pill-form .custom-orange-button {
    background-color: #f17a3a !important;
    color: #ffffff !important;
    border: none !important;
    
    /* Shape & Size */
    width: 100% !important;
    border-radius: 50px !important;
    
    /* THE FIX: Vertical Centering */
    height: 60px !important;           /* Fixed height makes centering easier */
    padding: 0 !important;              /* Remove padding to let line-height center it */
    line-height: 60px !important;       /* Matches height to force vertical center */
    display: block !important;
    text-align: center !important;      /* Horizontal center */

    /* Text Styling */
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    
    cursor: pointer !important;
}


/* ============================================
   MMM CF7 Form — Pill Style
   ============================================ */

/* Container width */
.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
}

/* 2-column grid for first/last name + email/phone */
.mmm-cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .mmm-cf7-grid {
    grid-template-columns: 1fr;
  }
}

/* Pill-style inputs & textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  background-color: #f2f5f7 !important;
  border: none !important;
  border-radius: 40px !important;
  padding: 18px 25px !important;
  height: auto !important;
  box-shadow: none !important;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 15px;
  color: #0b4b5a;
  outline: none;
}

/* Textarea keeps a softer radius since it's multi-line */
.wpcf7-form textarea {
  border-radius: 20px !important;
  resize: vertical;
}

/* Placeholder text */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #94a3b8 !important;
  opacity: 1;
}

/* Remove default paragraph spacing inside CF7 */
.wpcf7-form p {
  margin: 0 0 12px;
}

.wpcf7-form .mmm-cf7-grid p {
  margin: 0;
}

/* Validation error messages */
.wpcf7-form .wpcf7-not-valid-tip {
  padding-left: 25px;
  font-size: 13px;
  color: #e05c3a;
}

/* ============================================
   Disclaimer text
   ============================================ */
.mmm-form-disclaimer {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 12px 0 20px;
  padding-right: 40px !important;
}

.mmm-form-disclaimer a {
  color: #0b4b5a;
  text-decoration: underline;
}

/* ============================================
   Submit Button
   ============================================ */
.wpcf7-form .wpcf7-submit,
.btn.btn-circle.btn-orange {
  background-color: #f17a3a !important;
  color: #ffffff !important;
  border: none !important;
  width: 100% !important;
  border-radius: 50px !important;
  height: 60px !important;
  padding: 0 !important;
  line-height: 60px !important;
  display: block !important;
  text-align: center !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.wpcf7-form .wpcf7-submit:hover,
.btn.btn-circle.btn-orange:hover {
  background-color: #e06828 !important;
}


/* Tablet padding — 768px and 1024px */
/* Tablet — constrain width to simulate 30px side padding */
@media (min-width: 768px) and (max-width: 1024px) {
  .custom-pill-form,
  .wpcf7-form {
    max-width: calc(100% - 60px) !important;
  }
}

#scroll-hidden-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
  pointer-events: none !important;
}

#scroll-hidden-cta.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}/* End custom CSS */