/* CSS for FAQ Header Responsiveness */
.faq-header-responsive {
    min-height: 400px !important;
}

.faq-text-responsive {
    top: -40px !important;
    position: relative;
    z-index: 1000;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 640px) {
    .faq-header-responsive {
        min-height: 250px !important;
    }

    .faq-text-responsive {
        top: 0px !important;
        margin-top: 30px !important;
        padding: 0 15px;
    }

    .faq-text-responsive h1 {
        font-size: 28px !important;
        margin-bottom: 10px;
    }

    .faq-text-responsive p.mt-2 {
        font-size: 14px !important;
        line-height: 1.4;
    }
}