.faq-banner-section {
    width: 100%;
    height: 100%;

}

.faq-banner-section img {
    width: 100%;
    height: 100%;
}

.faq-section {
    padding: 100px 0 100px 0;
    background-color: #f9f9f5;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    padding: 100px 0px;
    text-align: center;
}

.faq-heading h2 {
    color: #000;
    margin: 0;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 46px !important;
}

.faq-title {
    color: #333;
    font-family: TimesNow;
    font-weight: 300;
    font-style: italic;
    font-size: 52px;
    margin-bottom: 35px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}



.faq-item.expandable-block {
    border-top: none !important;
    border-bottom: 1px solid #07070740;
    padding: 20px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-header {
    display: flex;
    align-items: center;
    gap: 34px;
    cursor: pointer;
    padding: 0px 60px;
}

.faq-number {
    color: #000;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.faq-header h3 {
    flex: 1;
    margin: 0;
    color: #000;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    vertical-align: middle;
    text-align: left;
}



.faq-header h3:hover {
    color: #888888;
    transition: all 0.6s ease-in-out;
}

.faq-section .expand-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: none !important;
    padding: 0px;
}

.faq-section .expand-btn:hover {
    filter: brightness(0.5);
    transition: all 0.6s ease-in-out;
}

.menu-overlay .menu-close:hover {
    filter: brightness(0.5);
    transition: all 0.6s ease-in-out;
}

.faq-item.active .expand-btn {
    transform: rotate(45deg);
}

.faq-body.block-content {
    max-height: 100%;
    transition: max-height 0.3s ease-out;
    padding-left: 112px;
    padding-top: 11px;
    padding-bottom: 5px;
    padding-right: 60px;
}

/* .faq-body.show {
    max-height: 500px;
    margin-top: 20px;
} */

.faq-body.block-content p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #555;
}

@media only screen and (max-width: 1024px) {
    .faq-section {
        max-width: 85% !important;
        margin: 0 auto;
        padding: 80px 0px;
    }
}

@media (max-width: 992px) {
    .faq-heading h2 {
        color: #000;
        margin: 0;
        font-family: TimesNow;
        font-weight: 300;
        font-size: 54px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 46px;
    }

    .faq-header {
        display: flex;
        align-items: center;
        gap: 34px;
        cursor: pointer;
        padding: 0px 30px;
    }

    .faq-body.block-content {
        max-height: 100%;
        transition: max-height 0.3s ease-out;
        padding-left: 80px;
        padding-top: 11px;
        padding-bottom: 5px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .faq-section {
        max-width: 85% !important;
        margin: 0 auto;
        padding: 60px 0px;
    }

    .faq-heading h2 {
        color: #000;
        margin: 0 !important;
        font-family: TimesNow;
        font-weight: 300 !important;
        font-size: 28px !important;
        line-height: 40px !important;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 46px !important;
    }

    .faq-header {
        display: flex;
        align-items: center;
        gap: 20px;
        cursor: pointer;
        padding: 0px 10px;
    }

    .faq-body.block-content {
        max-height: 100%;
        transition: max-height 0.3s ease-out;
        padding-left: 49px;
        padding-top: 11px;
        padding-bottom: 5px;
        padding-right: 0px;
    }

    .faq-header h3 {
    flex: 1;
    margin: 0;
    color: #000;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
}
}