:root {
    --text-color-1: #47464D;
    --text-color-2: #A6A5AA;
    --heading-color: #201c30;
    --color-primary: #272727;
    --color-main: #FFD109;
    --color-darker: #22156B;
    --color-lighter: #7351FF;
    --color-subtle: #FF9203;
    --color-border: #BEBCC7;
    --color-accent: #F4F4F4;
    --color-error: #E22D2D;
    --color-warning: #E2D52D;
    --color-info: #2663cf;
    --color-success: #20bd3c;
    --font-1: "exo-2";
}

.nav-link:hover,
.nav-link.services-active a {
    color: var(--color-main) !important;
    text-decoration: none !important;
}

.bus-detail-list a i {
    color: #777;
    /* pasif gri */
    transition: color 0.3s;
}

.bus-detail-list a.active i {
    color: #ffc107;
    /* aktif olan sarı */
}

.accordion-button:active {
    background-color: var(--color-main) !important;
    color: var(--color-primary) !important;
}