.nb000-bg{
    background: #232627;
}
.accordion-three .accordion-btn{
    font-weight: 600 !important;
}

.faq.accordion-three .header-area button::after {
    content: "\ea5f";
    font-family: "tabler-icons" !important;
    font-size: 24px;
    transform: rotate(0deg);
    transition: var(--transition);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--nw1));
}

.faq.accordion-three .active button::after {
    content: "\ea62";
    transform: rotate(180deg);
    color: rgba(var(--a2), 1);
}

.faq.accordion-three .active button::after {
    color: #000 !important;
}

.accordion-single.cus-rounded-1.nb000-bg.box-shadow.py-4.py-md-5.px-4.px-md-5:hover h5 button {
    color: #000;
}
.accordion-single.cus-rounded-1.nb000-bg.box-shadow.py-4.py-md-5.px-4.px-md-5:hover h5 button:after {
    color: #000 !important;
}