﻿.sidetext {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--text-primary);
    margin-bottom: 20px;
}

    .sidetext.active {
        color: var(--background-primary);
    }

.heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.faq .accordion-button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--text-primary);
    border-radius: 6px;
    padding: 15px 32px;
}

.faq .accordion-header {
    border-radius: 6px;
    border: 1px solid #DDD;
    background: var(--background-secondary);
}

.faq .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--text-third);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FF6C48' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FF6C48' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--text-secondary);
    background: #F4F4F4;
    margin-bottom: 10px;
    padding: 15px 32px;
}

.contactus .card {
    padding: 30px 40px;
    border-radius: 12px;
    background: var(--background-secondary);
    margin-bottom: 15px;
    border: none;
    margin-bottom: 15px;
}

.faq .card {
    padding: 25px;
    border-radius: 12px;
    background: var(--background-secondary);
    margin-bottom: 15px;
    border: none;
    margin-bottom: 15px;
}

    .contactus .card h4,
    .faq .card h4,
    .tnc .card h4 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: var(--text-primary);
        margin-bottom: 20px;
    }

    .contactus .card .lbl {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--text-primary);
    }

    .contactus .card .bold-lbl,
    .tnc .card .bold-lbl {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--text-primary);
        margin-bottom: 5px;
    }

    .contactus .card .nm-lbl {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--text-secondary);
    }

    .contactus .card hr {
        margin: 2rem 0;
        border: 1px solid #DDD;
    }

    .contactus .card .btn-chat {
        border-radius: 12px;
        background: var(--background-primary);
        color: var(--text-light);
        width: 229px;
        height: 52px;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

.tnc .card,
.privacy .card {
    padding: 15px 40px;
    border-radius: 12px;
    background: var(--background-secondary);
    margin-bottom: 15px;
    border: none;
    margin-bottom: 15px;
    color: var(--text-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}