/* Navbar Styles */
.navbar .navbar-nav .nav-link {
    color: #333 !important;
    transition: all 0.3s ease !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0d7a61 !important;
}

.navbar .navbar-nav .nav-link.active {
    color: #dc3545 !important;
    font-weight: 500 !important;
}

.navbar .dropdown-menu .dropdown-item {
    color: #333 !important;
    transition: all 0.3s ease !important;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #0d7a61 !important;
    background-color: rgba(13, 122, 97, 0.1) !important;
}

.navbar .dropdown-menu .dropdown-item.active {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
} 