/* Default style for accordion header */
.custom-accordion .accordion-header {
    display: block;
    padding: 10px 12px;
    font-weight: 600;
    text-decoration: none;
    color: #ddd;
    border-radius: 6px;
    transition: 0.2s;
}

/* Hover effect */
.custom-accordion .accordion-header:hover {
    background: #202020;
}

/* ACTIVE All Services */
.custom-accordion .active-service {
    background: #ffcc00 !important; /* Zlatna boja, možeš promeniti */
    color: #000 !important;
    font-weight: 700;
}

/* Subcategory list */
.subcategory-list {
    display: block !important;
    padding-left: 16px;
    margin: 5px 0 10px 0;
}

.subcategory-list a {
    color: #ccc;
    text-decoration: none;
}

.subcategory-list a:hover {
    color: #fff;
}

.sub-bullet {
    margin-right: 6px;
    color: #888;
}
