/* =====================================
   FAQ ACCORDION – THEME COLOR FIX
   ===================================== */

.accordion-style01 .card {
    border: none;
    margin-bottom: 15px;
    background: transparent;
}

.accordion-style01 .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.accordion-style01 .btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    background: #ffffff;
    color: #111111;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.accordion-style01 .btn.btn-link:hover {
    background: #0066ff;
    color: #ffffff;
}

.accordion-style01 .btn.btn-link:not(.collapsed) {
    background: #0066ff;
    color: #ffffff;
}

.accordion-style01 .counts {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #0066ff;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 14px;
}

.accordion-style01 .btn.btn-link:not(.collapsed) .counts {
    background: #ffffff;
    color: #0066ff;
}

.accordion-style01 .card-body {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 0 0 6px 6px;
    color: #555555;
}
