
.nav-tabs.custom-tab {
    display: flex;
    border-top: 1px solid var(--basic-black);
    border-bottom: 2px solid #eee;
}

.custom-tab .nav-link {
    color: var(--basic-gray-4);
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-right: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}

.custom-tab .nav-link.active {
    background-color: #222;
    color: #fff;
}

.custom-tab .nav-item {
    flex: 1;
    text-align: center;
}

.toggle-icon {
    font-size: 20px;
}


.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 40px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.faq-answer {
    display: none;
    background-color: #f9f9f9;
    padding: 32px 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}


@media (max-width: 575px) {
    .faq-question{
        padding: 20px 0px !important;
        padding: 32px 40px;
        font-size: 14px;

    }


    .faq-answer {
        display: none;
        background-color: #f9f9f9;
        padding: 16px 20px;
        font-size: 14px;
        line-height: 1.6;
        color: #333;
    }


    .custom-tab .nav-link {
        color: var(--basic-gray-4);
        font-weight: 400;
        font-size: 14px;
        border: none;
        border-right: 1px solid #eee;
        border-radius: 0;
        background-color: #fff;
        padding: 12px 0;
        text-align: center;
        width: 100%;
    }

}
