.contact-btn-loader-hidden {
    display: none;
}

.contact-info-card {
    border-radius: 25px;
    background: #fff5f5;
}

.contact-map-frame {
    border-radius: 15px;
}

.email-validation-error,
.laravel-error {
    font-size: 12px;
    margin-top: 5px;
}

/* The contact form is taller than a standard banner, so it needs its own
   mobile layout instead of inheriting the shared fixed-height hero. */
@media (max-width: 768px) {
    #content .contact-hero.slider.slider_version_v2.style_four,
    #content .contact-hero.slider.slider_version_v2.style_four .slide-item,
    #content .contact-hero.slider.slider_version_v2.style_four .slide-item-content {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible;
    }

    .contact-hero.slider.slider_version_v2.style_four .mobile-contact-container,
    .contact-hero.slider.slider_version_v2.style_four .mobile-contact-container > .row {
        height: auto !important;
        min-height: 690px !important;
        padding: 88px 16px 44px !important;
        align-items: flex-start !important;
    }

    .contact-hero .contact-form-card {
        width: 100%;
        max-width: 620px;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .contact-hero .contact-form-card .heading h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .contact-hero .contact-form-card .form-control,
    .contact-hero .contact-form-card .form-select {
        height: 48px;
        padding: 11px 13px;
        font-size: 16px;
    }

    .contact-hero .contact-form-card .row.mb-3,
    .contact-hero .contact-form-card .row.g-3 {
        margin-bottom: 12px !important;
    }

    .contact-hero .contact-form-card .form-control.mb-2,
    .contact-hero .contact-form-card .form-select.mb-2 {
        margin-bottom: 0 !important;
    }

    .contact-hero .contact-form-card .row.g-3 > * {
        margin-bottom: 12px;
    }

    .contact-hero .contact-form-card textarea.form-control {
        min-height: 108px;
        height: 108px;
    }

    .contact-info-card {
        padding: 24px !important;
        border-radius: 18px;
    }

    .contact-info-card .same_contact {
        min-height: 62px;
        align-items: flex-start;
    }

    .contact-info-card .same_contact p {
        margin-bottom: 0;
        overflow-wrap: anywhere;
    }

    .contact-map-frame {
        height: 280px !important;
        border-radius: 14px;
    }
}

@media (max-width: 575px) {
    #content .contact-hero.slider.slider_version_v2.style_four .mobile-contact-container,
    .contact-hero.slider.slider_version_v2.style_four .mobile-contact-container > .row {
        min-height: 650px !important;
        padding: 80px 12px 32px !important;
    }

    .contact-hero .contact-form-card {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .contact-hero .contact-form-card .heading h2 {
        font-size: 24px;
    }

    .contact-info-card {
        padding: 20px !important;
    }

    .contact-map-frame {
        height: 240px !important;
    }
}
