﻿#faq-section {
    width: 1440px;
    /*max-height: 496px;*/
    padding: 50px 0px;
    flex-shrink: 0;
    background: #506384;
    overflow-y: hidden;
}

    #faq-section .treatment-section-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    body.rtl #faq-section .treatment-section-container {
        gap: 10px;
    }

.accordion {
    opacity: 1;
}

.faq-item {
    background: #506384;
    backdrop-filter: blur(2.976155996322632px);
    border: none !important;
    margin-top: 10px;
}

.faq-question {
    display: flex;
    width: 1070px;
    height: 56px;
    padding: 16px 16px 16px 0px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.20);
}

body.rtl .faq-question {
    padding: 16px 0 16px 16px; 
}

.faq-question-text {
    color: var(--01-white, #FFF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none !important;
}

body.rtl .faq-question-text {
    text-align: right!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
}

.faq-question-text:hover {
    color: var(--01-white, #FFF);
}

.faq-item.active .faq-question-arrow {
    transform: rotate(90deg);
}

body.rtl .faq-question-arrow {
    transform: rotate(180deg); 
}

.faq-answer {
    width: 1059.948px;
    background: #506384;
    color: var(--01-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 25.2px */
    letter-spacing: -0.28px;
}

.faq-answer p, 
.faq-answer span {
    color:#fff!important 
}

.faq-header {
    width: 100px;
}

body.rtl .faq-header {
    min-width: 100px;
    width: auto;
}

.faq-header-memorial {
    color: #B5C2CE;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 00;
    line-height: 27.762px; /* 412.587% */
}

.faq-header-faq {
    color: var(--01-white, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
}

body.rtl .faq-header-faq {
    line-height: normal;
}

@media(max-width:768px) {
    body.rtl .faq-item {
        position: relative;
    }
    body.rtl .faq-question .faq-question-circle {
        position: absolute;
        right: 5px;
        left: auto;
    }
    .faq-question {
        width: 100%;
        height: auto;
        padding: 0 16px 0 40px;
        position: relative;
        min-height: 50px;
    }

    body.rtl .faq-question {
        padding: 0 40px 0 16px;
    }

    .faq-question-circle {
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq-answer {
        width: 100%;
    }

    #faq-section .section-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .faq-header {
        display: none;
    }
}
