﻿.faq-hero {
    background: url('/images/faq_hero-1024.jpg') no-repeat center center;
    background-size: cover;
    height: 50vh;
    position: relative;
}

@media (max-width: 768px) {
    .faq-hero {
        background-image: url('/images/faq_hero-768.jpg');
        height: 38vh;
    }
}

@media (max-width: 480px) {
    .faq-hero {
        background-image: url('/images/faq_hero-320.jpg');
        height: 28vh;
    }
}


.faq-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 60, 0.5);
}
.accordion-button {
    font-weight: bold;
    transition: background-color 0.3s;
}

    .accordion-button:hover {
        background-color: #e0f7fa;
    }

.accordion-body {
    background-color: #f9f9f9;
}

.contact-cta {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
}

    .contact-cta h2, .contact-cta p {
        color: #ffffff;
    }

    .contact-cta .btn-primary {
        background-color: #ffffff;
        color: #0077b6;
        border: none;
        font-weight: bold;
    }

        .contact-cta .btn-primary:hover {
            background-color: #e0f7fa;
            color: #005f73;
        }
.meet-sherly-section {
    background-color: #f9f7ff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    margin-top: 4rem;
}

.meet-sherly {
    max-width: 1000px;
    margin: 0 auto;
}

.sherly-text h2 {
    font-size: 1.75rem;
    color: #5b3cc4;
    margin-bottom: 1rem;
}

.sherly-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.sherly-photo {
    max-width: 240px;
    width: 100%;
    height: auto;
    border: 4px solid #e2d4ff;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .meet-sherly {
        flex-direction: column;
        text-align: center;
    }

    .sherly-photo {
        margin-top: 1.5rem;
    }
}
