/* //////// SWIPPER ///////// */
.swiper-pagination-bullet {
    background-color: var(--primary);
}
.swiper-pagination-bullet-active {
    background-color: var(--primary);
}

/* //////// ACTIVE MENU ICON ///////// */
.menu a.active i {
    color: white !important;
}
footer a.active {
    color: var(--primary);
    font-weight: bold;
}