/* Navbar active (when scrolling) */
.navbar-active {
    background-color: white !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Navbar link active gray text, no gradient) */
.navbar-link-active {
    color: #4B5563 !important; /* Tailwind text-gray-700 */
    background-image: none !important; /* remove gold gradient */
}