/* Desktop Navbar - Force White Text */
@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff !important;
        /* font-weight: 500 !important; */
        opacity: 1 !important;
    }
    
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffff !important;
        opacity: 1 !important;
    }
    
    .navbar-dark .navbar-brand {
        color: #ffffff !important;
        opacity: 1 !important;
    }
}