@charset "utf-8";
/* CSS Document */
/* ===== assets/css/layout/navigation.css ===== */
/* Navigation styles from your nav.php - move them here */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    z-index: 999999;
    height: 80px;
    display: flex;
    align-items: center;
}

/* Copy ALL your navigation CSS from nav.php here */
/* ... rest of navigation styles ... */
