/* Active menu highlight */
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffc107; /* gold */
    border-bottom: 2px solid #ffc107;
}