.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-10974 .elementor-element.elementor-element-fc80cbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10974 .elementor-element.elementor-element-fc80cbf::before, .elementor-10974 .elementor-element.elementor-element-fc80cbf > .elementor-background-video-container::before, .elementor-10974 .elementor-element.elementor-element-fc80cbf > .e-con-inner > .elementor-background-video-container::before, .elementor-10974 .elementor-element.elementor-element-fc80cbf > .elementor-background-slideshow::before, .elementor-10974 .elementor-element.elementor-element-fc80cbf > .e-con-inner > .elementor-background-slideshow::before, .elementor-10974 .elementor-element.elementor-element-fc80cbf > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#B2D4FF;--background-overlay:'';}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10974 .elementor-element.elementor-element-eb62005 .elementor-heading-title{font-size:30px;font-weight:600;color:#000000;}.elementor-10974 .elementor-element.elementor-element-28ec348 .elementor-heading-title{font-size:20px;font-weight:400;color:#1A1A1A;}.elementor-10974 .elementor-element.elementor-element-5100d8b .elementor-heading-title{font-size:15px;font-weight:400;color:#1A1A1A;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-10974 .elementor-element.elementor-element-fc80cbf{--padding-top:20px;--padding-bottom:0px;--padding-left:010px;--padding-right:010px;}.elementor-10974 .elementor-element.elementor-element-5100d8b .elementor-heading-title{font-size:14px;}}/* Start custom CSS *//* === 1. Global Form Styling === */
body .gform_wrapper {
    color: #000;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    margin: 0 auto;
}
.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
    display: none !important;
}
.gform_wrapper.gravity-theme #field_6_9 .gchoice:where(:has(input:checked)) {
    background-color: var(--primary-dark) !important;
}
.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper::before {
    border: none !important;
}

.gform_wrapper.gravity-theme #field_6_9 .gchoice:where(:has(input:checked)) .gform-field-label {
    color: white !important;
}
.gform_wrapper.gravity-theme #field_6_9 .gchoice:where(:has(input:checked)) img {
    filter: invert(100%);
}
/* === 2. Unified Label / Legend Styling === */
body .gform_wrapper .gfield_label {
    display: block !important;
    margin: 0 0 6px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Replace "(Required)" with a red asterisk --- */
body .gform_wrapper .gfield_label abbr.gfield_required {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

body .gform_wrapper .gfield_label:has(abbr.gfield_required)::after {
    content: " *";
    color: red !important;
    font-size: 1em !important;
    margin-left: 2px !important;
    vertical-align: top !important;
}

/* === 3. Inputs / Selects / Textareas === */
body .gform_wrapper form input[type="text"],
body .gform_wrapper form input[type="email"],
body .gform_wrapper form input[type="tel"],
body .gform_wrapper form input[type="number"],
body .gform_wrapper form select,
body .gform_wrapper form textarea {
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease;
}

/* === 4. Field Spacing === */
body .gform_wrapper .gform_body .gfield {
    margin-bottom: 0.5rem !important;
}

/* === 5. Submit Button Styling === */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer input.button {
    background: #0c78bc !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s ease;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button:hover {
    background: #0a5a8c !important;
}

/* === 6. Image-Choice Field (#field_6_9) Styling === */
/* Container for all image choices */
#field_6_9 .gfield_radio {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* Individual image choice item (the 'card' with white background) */
#field_6_9 .gchoice {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important; /* Adjustable based on number of items */
    height: auto !important;
    min-height: 80px !important;

    padding: 1px !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
    box-sizing: border-box !important;
    min-inline-size: auto !important;
}

#field_6_9 .gchoice:hover {
    background: #f5f5f5 !important;
}

/* Keep the transparent, clickable input */
#field_6_9 .gfield-choice-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    z-index: 5 !important;
    border: none !important;
    background: transparent !important;
}

/* Hide the checkmark/circle elements */
#field_6_9 .gchoice_selected .gform-field-icon.gform-field-icon--check,
#field_6_9 .gchoice_selected .gform-field-icon.gform-field-icon--circle,
#field_6_9 .gchoice_selected .gform-field-icon,
#field_6_9 .gchoice_selected .gform_choice_indicator {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Inner wrapper for the image and label content */
#field_6_9 .gfield-image-choice-wrapper-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 1 !important;
}

/* Container for the image */
#field_6_9 .gfield-choice-image-wrapper-outer,
#field_6_9 .gfield-choice-image-wrapper {
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    height: 50px;
    margin: auto;
}


/* Label text for each image choice */
#field_6_9 .gchoice label.gform-field-label {
    font-size: 10px !important;
    line-height: 1.2 !important;
    color: #333 !important;
    background-color: transparent !important;
    padding: 2px 4px !important;
    margin-top: 2% !important; /* Proportional gap */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    white-space: normal !important;
    word-break: break-word !important;
    hyphens: auto !important;

    height: 40% !important; /* Proportional height */
    min-height: 30px !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.2s ease-in-out !important;
}

/* Text color and style for the label of a selected choice */
#field_6_9 .gchoice.gchoice_selected label.gform-field-label {
    color: #fff !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}

/* Styling for Selected Image Choice */
#field_6_9 .gchoice.gchoice_selected {
    background: #0c78bc !important;
    border-color: #0a5a8c !important;
}

/* === 7. Zip Code: expand to full width of its column === */
#field_6_15 .ginput_complex.ginput_container {
    display: block !important;
}
#field_6_15 .ginput_address_zip {
    display: block !important;
    width: 100% !important;
}
#field_6_15 .ginput_address_zip input {
    width: 100% !important;
}

/* --- Remove Character Limit Warning --- */
body .gform_wrapper .gfield_description.ginput_counter,
body .gform_wrapper .gfield_description.char_limit_description {
    display: none !important;
}

/* === 8. Mobile Fallback (<600px) === */
@media (max-width: 600px) {
    body .gform_wrapper form input[type="text"],
    body .gform_wrapper form input[type="email"],
    body .gform_wrapper form input[type="tel"],
    body .gform_wrapper form input[type="number"],
    body .gform_wrapper form select,
    body .gform_wrapper form textarea {
        padding: 4px 8px !important;
        font-size: 12px !important;
    }
    body .gform_wrapper .gform_body .gfield {
        margin-bottom: 0.375rem !important;
    }

    #field_6_9 .gfield-choice-image-wrapper-outer,
    #field_6_9 .gfield-choice-image-wrapper {
        height: 40% !important;
        min-height: 20px !important;
    }


    #field_6_9 .gchoice label.gform-field-label {
        font-size: 8.5px !important;
        padding: 2px 2px !important;
        margin-top: 2% !important;
        height: 40% !important;
        min-height: 20px !important;
    }

    /* Hide checkmark/circle elements on mobile */
    #field_6_9 .gchoice_selected .gform-field-icon.gform-field-icon--check,
    #field_6_9 .gchoice_selected .gform-field-icon.gform-field-icon--circle,
    #field_6_9 .gchoice_selected .gform-field-icon,
    #field_6_9 .gchoice_selected .gform_choice_indicator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 601px) {
    #field_6_9 .gfield_radio {
        gap: 5px !important;
    }
}/* End custom CSS */