.zetheta_faq_section {
    padding: 80px 0;
}

.zetheta_faq_section .main_header {
    text-align: center;
    margin-bottom: 50px;
}

.zetheta_faq_section .main_header h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 48px !important;
    line-height: 58px;
    color: #023B4C;
    margin-bottom: 15px !important;
    text-transform: capitalize;
}

.zetheta_faq_section .main_header p {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #01273A;
}

.faq_section_main_part .faq_section_wrapper:last-child {
    margin-bottom: 0;
}

.zetheta_faq_section .faq_section_wrapper {
    background-color: #F9F9F9;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 30px;
    overflow: hidden;
}

.zetheta_faq_section .section_title {
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #01273A;
    border-bottom: 3px solid #01273A;
    margin-bottom: 25px !important;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.zetheta_faq_section .faq_item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.zetheta_faq_section .faq_item:last-child {
    margin-bottom: 0;
}

.zetheta_faq_section .faq_question {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1A1A1A;
    background-color: #FFFFFF;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
}

.zetheta_faq_section .faq_question:hover {
    background-color: #F0F5FA;
}

.zetheta_faq_section .faq_question.active {
    color: #FFFFFF;
    background-color: #01273A;
}

.zetheta_faq_section .faq_question_text {
    flex-grow: 1;
}

.zetheta_faq_section .faq_icon {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    margin-left: 15px;
    transition: all 0.3s;
}

.zetheta_faq_section .faq_question.active .faq_icon {
    color: #FFFFFF;
    transform: rotate(45deg);
}

.zetheta_faq_section .faq_answer {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
    background-color: #F9F9F9;
    border-left: 4px solid #01273A;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 20px;
    display: none;
}

.zetheta_faq_section .faq_answer_content {
    padding: 20px 0;
}

@media (max-width: 1199px) {
    .zetheta_faq_section {
        padding: 60px 0;
    }

    .zetheta_faq_section .main_header {
        margin-bottom: 40px;
    }

    .zetheta_faq_section .main_header h1 {
        font-size: 42px !important;
        line-height: 52px;
    }

    .zetheta_faq_section .main_header p {
        font-size: 18px;
        line-height: 28px;
    }

    .zetheta_faq_section .faq_section_wrapper {
        margin-bottom: 30px;
        padding: 25px;
    }

    .zetheta_faq_section .section_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px !important;
    }

    .zetheta_faq_section .faq_question {
        font-size: 17px;
        line-height: 22px;
        padding: 15px 15px;
    }

    .zetheta_faq_section .faq_answer {
        padding: 0 15px;
    }

    .zetheta_faq_section .faq_answer_content {
        padding: 15px 0;
    }

}

@media (max-width: 991px) {
    .zetheta_faq_section {
        padding: 50px 0;
    }

    .zetheta_faq_section .main_header {
        margin-bottom: 30px;
    }

    .zetheta_faq_section .main_header h1 {
        font-size: 36px !important;
        line-height: 46px;
    }

    .zetheta_faq_section .faq_section_wrapper {
        margin-bottom: 20px;
        padding: 20px;
    }

    .zetheta_faq_section .section_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .zetheta_faq_section {
        padding: 40px 0;
    }

    .zetheta_faq_section .main_header {
        margin-bottom: 20px;
    }

    .zetheta_faq_section .main_header h1 {
        font-size: 30px !important;
        line-height: 40px;
    }

    .zetheta_faq_section .main_header p {
        font-size: 16px;
    }

    .zetheta_faq_section .faq_section_wrapper {
        padding: 15px;
    }

    .zetheta_faq_section .section_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px !important;
    }

    .zetheta_faq_section .faq_question {
        padding: 12px 12px;
    }

    .zetheta_faq_section .faq_answer {
        font-size: 15px;
        line-height: 22px;
        padding: 0 10px;
    }

    .zetheta_faq_section .faq_answer_content {
        padding: 10px 0;
    }
}