.topbar-right ul li a
/* Facebook */
.topbar-right ul li a .fa-facebook {
    color: #1877F2 !important;
}

/* Instagram */
.topbar-right ul li a .fa-instagram {
    color: #E4405F !important;
}

/* YouTube */
.topbar-right ul li a .fa-youtube {
    color: #FF0000 !important;
}

/* Twitter / X */
.topbar-right ul li a .fa-twitter {
    color:  #1DA1F2 !important;
}

/* Threads */
.topbar-right ul li a .bi-threads {
    color: #000000 !important;
}

/* Hover effect */
.topbar-right ul li a:hover i,
.topbar-right ul li a:hover svg {
    transform: scale(1.2);
}