.navbar-logo:hover {
    transform: scale(1.05);
}

.nav-btn {
    background: rgba(255, 255, 255, 0.6);
    padding: 6px 14px;
    border-radius: 20px;
    color: #333 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-btn:hover {
    background: rgba(100, 149, 237, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.nav-btn.active {
    background: rgba(100, 149, 237, 0.25);
    font-weight: 600;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.navbar-brand, .navbar-brand:link, .navbar-brand:visited {
    color: inherit !important;
}

.nav-btn {
    text-decoration: none;
    color: #004d66;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-btn:hover {
    background-color: rgba(0, 77, 102, 0.1);
    color: #003344;
    text-decoration: none;
}
