/* ============================================
   🧭 Navbar
   ============================================ */
.navbar {
    background: white;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #00C8A2, #008e84);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-nav .nav-link {
    align-items: center;
    color: #002B5B !important;
    font-weight: 500;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #002B5B !important;
}