/* ============================================
GLOBAL THEME - Used by all pages
============================================ */

:root {
    --background: #09274a;
    /*******HEADER*******/
    --header-bg: rgba(9, 39, 74, 0.85);
    --header-glass-border: rgba(255, 255, 255, 0.3);
    --header-shadow: rgba(0, 0, 0, 0.2);
    --header-text: #CCD6F6;
    --header-text-strong: #ffffff;
    --header-gold: #c28b0a;
    --header-green: #035709;
    --header-divider: rgba(255, 255, 255, 0.2);
    --header-mobile-bg: #131832;
    --header-mobile-shadow: rgba(0,0,0,0.3);
    --header-hover-bg: rgba(255, 255, 255, 0.15);
    
    /****INDEX*****/
    --index-white: #ffffff;
    --index-black: #000000;
    --index-primary:#1e2749;
    --index-secondary:#f59e0b;
    --index-gold: #c28b0a;
    --index-text: #ffffff;
    --index-muted: #94a3b8;
    --index-border:rgba(148, 163, 184, 0.2);
    --index-radius: 0.625rem;
    --index-card-bg: #131832;
    --index-gradient-gold: linear-gradient(135deg, #FFD700, #FFA500);
    --index-shadow-light: rgba(0, 0, 0, 0.2);
    --index-shadow-gold: rgba(255, 215, 0, 0.4);
    --index-overlay: rgba(10, 14, 39, 0.7);
    --index-secondary-rgb: 245, 158, 11;
    
    /*****DASHBOARD**********/
    --dashboard-bg: #0f172a;
    --dashboard-primary: #3b82f6;
    --dashboard-secondary: #60a5fa;
    --dashboard-success: #10b981;
    --dashboard-warning: #f59e0b;
    --dashboard-border: #334155;
    --dashboard-text-white: #ffffff;
    --dashboard-text-gray: #94a3b8;
    --dashboard-text-muted: #64748b;
    --dashboard-radius: 0.625rem;
    
    --footer-gradient: linear-gradient(
    to bottom,
    rgba(6, 18, 61, 0.98),
    rgba(120, 22, 22, 0.80),
    rgba(6, 18, 61, 0.98)
    );
    
    /************SERVICES***********/
    --services-textdark: #f8f8f8;
    --services-white: #ffffff;
    --services-text-light: #ffffff;
    --services-text-dark: #000000;
    --services-muted: #6b7280;
    --services-gold: #c28b0a;
    --services-green: #035709;
    --services-red-accent: #781616;
    --services-red-dark: #7f1d1d;
    --services-red-light: #fee2e2;
    --services-navy: #06123d;
    --services-blue-light: #d9dffc;
    --services-border: rgba(148, 163, 184, 0.2);
    --services-border-hover: rgba(255,255,255,0.2);
    --services-glass-light: rgba(255,255,255,0.05);
    --services-glass-medium: rgba(255,255,255,0.1);
    --services-glass-hover: rgba(255,255,255,0.1);
    --services-shadow-light: rgba(0,0,0,0.1);
    --services-shadow-strong: rgba(0,0,0,0.6);
    --service-shadow-gold: rgba(255,215,0,0.4);
    --services-gradient: linear-gradient(to right, #0056b3, #003366);
    --services-gradient-hover: linear-gradient(to left, #0056b3, #003366);
    --services-gradient-primary: linear-gradient(to right, rgba(6,18,61,0.98), rgba(120,22,22,0.8));
    --services-overlay: rgba(0,0,0,0.5);
    --services-overlay-strong: rgba(0,0,0,0.7);
    --services-dot-inactive: rgba(255,255,255,0.4);
    --services-dot-active: rgba(255,255,255,0.9);
    --services-neutral-bg: #f1f3f9;
    --services-neutral-border: #e2e8f0;
    
    /********BOOKING********/
    --booking-brand-gold: #c28b0a;
    --booking-brand-gold-soft: rgba(194,139,10,0.8);
    --booking-brand-gold-shadow: rgba(194,139,10,0.3);
    --booking-brand-green: #035709;
    --booking-foreground: #ffffff;
    --booking-muted-foreground: #9ca3af;
    --booking-secondary-foreground: #000000;
    --booking-background: #0a0e27;
    --booking-card: #111827;
    --booking-border: rgba(255,255,255,0.1);
    --booking-glass-tint: rgba(255,255,255,0.05);
    --booking-glass-tint-hover: rgba(255,255,255,0.1);
    --booking-glass-border: rgba(255,255,255,0.1);
    --booking-glass-border-hover: rgba(255,255,255,0.2);
    --booking-glass-light: rgba(255,255,255,0.05);
    --booking-success: #4ade80;
    --booking-success-bg: rgba(34,197,94,0.2);
    --booking-success-bg-hover: rgba(34,197,94,0.3);
    --booking-success-shadow: rgba(34,197,94,0.2);
    --booking-success-strong: rgba(34,197,94,0.95);
    --booking-error: #f87171;
    --booking-error-bg: rgba(239,68,68,0.2);
    --booking-error-strong: rgba(239,68,68,0.95);
    --booking-gray: #6b7280;
    --booking-overlay: rgba(0,0,0,0.7);
    --booking-shadow-dark: rgba(0,0,0,0.6);
    --booking-white: #ffffff;
    --booking-input-background: rgba(255,255,255,0.05);
    --booking-glass-medium: rgba(255,255,255,0.1);
    --booking-brand-gold-light: #d4a512;
    --booking-brand-gold-dark: rgba(180,115,8,0.8);
    --booking-brand-gold-focus: rgba(194,139,10,0.1);
    --booking-brand-gold-focus-strong: rgba(194,139,10,0.2);
    --booking-brand-gold-soft-shadow: rgba(194,139,10,0.15);
    --booking-black: #000000;
    --booking-radius: 0.5rem;
    
    /**********PROFILE**********/
    --profile-brand-gold: #c28b0a; 
    --profile-brand-gblue: #008ab4;
    
    --profile-foreground: #ffffff;
    --profile-secondary-foreground: #0a0e27;
    
    --profile-muted-foreground: #94a3b8;
    
    --profile-success1: rgba(16, 185, 129, 0.1);
    --profile-success2: rgba(16, 185, 129, 0.3);
    --profile-success3: #0172a7;
    
    --profile-error1: rgba(239, 68, 68, 0.1);
    --profile-error2: rgba(239, 68, 68, 0.3);
    --profile-error3: #ef4444;
    
    --profile-card: #131832;
    --profile-input: #1e2749;
    
    --profile-border: rgba(148, 163, 184, 0.2);
    
    --profile-glass-light: rgba(255, 255, 255, 0.05);
    --profile-glass-medium: rgba(255, 255, 255, 0.1);
    
    --profile-shadow1: rgba(0, 0, 0, 0.1);
    --profile-shadow2: rgba(194, 139, 10, 0.1);
    --profile-shadow3: rgba(194, 139, 10, 0.3);
    --profile-shadow-strong: rgba(0, 0, 0, 0.2);
    --profile-hover1: rgba(194, 139, 10, 0.9);
    --profile-hover2: rgba(194, 139, 10, 0.3);
    --profile-danger: #ef4444;
    --profile-danger-dark: #dc2626;
    --profile-danger-bg: rgba(239, 68, 68, 0.05);
    
    /********FAQ**********/
    --faq-brand-aqua-link: #007bff;
    --faq-background: #131832;
    --faq-muted-foreground: #94a3b8;
    --faq-glass-light:  #131832;
    --faq-brand-blue: #ffffff;
    --faq-brand-navy-dark: var(--faq-brand-aqua-link);
    --faq-card:#131832;
    --faq-glass-medium: rgba(15, 23, 42, 0.06);
    --faq-foreground: var(--white);
    --faq-border: rgba(15, 23, 42, 0.10);
    
    /******LOGIN*****/
    --login-brand-blue: #2c5fe3;
    --login-brand-navy-dark: #000000;
    
    /*******REGISTER*****/
    --register-brand-blue: #2c5fe3;
    --register-brand-navy-dark: #000000;
    
    /****ABOUT****/
    --about-primary: #1e2749;
    --about-background: #0a0e27;
    --about-muted-foreground: var(--white);
    --about-border: rgba(15, 23, 42, 0.10);
    --about-brand-gold:  #007bff;
    /*******DASHBOARD****/
    --dashboard-card-bg:#1e3a8a;
    --dashboard-card-title: #ffffff;/*sa welcome*/
    --dashboard-primary: #3b82f6;
    --dashboard-secondary: #60a5fa;
    --dashboard-success: #10b981;
    --dashboard-warning: #f59e0b;
    --dashboard-border: #2c5fe3;
    --dashboard-card-header:#2c5fe3;
    --dashboard-text-title: #f5f2f2;  /*quick actions*/
    --dashboard-text-gray: #ffffff;
    --dashboard-text-muted: #ffffff;
    --dashboard-radius: 0.625rem;
    --message-text-title: #9ca3af;

    /* ========== BRAND COLORS ========== */
    --brand-gold: #c28b0a;
    --brand-green: #035709;
    --brand-navy-dark: #06123d;
    --brand-red-accent: #781616;
    --brand-red-dark: #7f1d1d;
    --brand-aqua-link: #007bff;

    /* ========== TEXT COLORS ========== */
    --foreground: var(--white);
    --text-dark: var(--black);
    --gray-text-muted: #6b7280;

    /* ========== UI SYSTEM ========== */
    --card: #131832;
    --card-foreground: #ffffff;
    --primary: #1e2749;
    --primary-foreground: #ffffff;
    --secondary: #f59e0b;
    --secondary-foreground: #0a0e27;
    --muted: #1e2749;
    --muted-foreground: #94a3b8;
    --accent: #7c3aed;
    --input-background: #1e2749;

    --border: rgba(148, 163, 184, 0.2);
    --radius: 0.625rem;

    /* ========== GLASS EFFECTS ========== */
    --glass-light: rgba(255, 255, 255, 0.05);
    --glass-medium: rgba(255, 255, 255, 0.1);
    --glass-strong: rgba(255, 255, 255, 0.2);

    /* ========== GRADIENTS ========== */
    --gradient-primary: linear-gradient(
        to right,
        rgba(6, 18, 61, 0.98),
        rgba(120, 22, 22, 0.80)
    );

    --gradient-primary-hover: linear-gradient(
        to right,
        #0056b3,
        #003366
    );

    --gradient-book-hover: linear-gradient(
        to right,
        #a32214,
        #7f1d1d
    );

    --footer-gradient: linear-gradient(
        to bottom,
        rgba(6, 18, 61, 0.98),
        rgba(120, 22, 22, 0.80),
        rgba(6, 18, 61, 0.98)
    );

    --card-bg-transparent: rgba(255, 255, 255, 0.85);
    
    
}

/* ============================================
GLOBAL RESET
============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    background-color: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    padding-top: 150px;
}

/* ============================================
GLOBAL UTILITIES
============================================ */

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.flex { display: flex; }
.flex-1 { flex: 1; }
.grid { display: grid; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }

.mr-2 { margin-right: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }

.p-0 { padding: 0; }
.py-4 { padding: 1rem 0; }
.p-6 { padding: 1.5rem; }
.py-8 { padding: 2rem 0; }
.py-20 { padding: 5rem 0; }
.px-4 { padding: 0 1rem; }

.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-4xl { font-size: 2.25rem; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-white { color: var(--white); }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }

.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }

.min-h-screen { min-height: 100vh; }
.bg-background { background-color: var(--background); }

.border-bottom { border-bottom: 1px solid var(--border); }
.border-top { border-top: 1px solid var(--border); }


/* ============================================
HEADER
============================================ */

.top-bar {
    background-color: rgba(120, 22, 22, 1);
    padding: 0.5rem 0;
    text-align: center;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}

.top-bar-text {
    font-size: 0.625rem;
    font-weight: 700;
    color: rgba(247, 242, 242, 1);
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin: 0;
}

@keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.top-bar-scroll .top-bar-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
}

/* ============================================
MAIN HEADER/NAVBAR
============================================ */

.main-header {
    background-color: var(--header-bg);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--header-glass-border);
    border-radius: 70px;
    margin: 10px 20px;
    padding: 2px 30px;
    box-shadow: 0 8px 32px var(--header-shadow);
    position: sticky;
    top: 10px;
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-120%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.3s;
}

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

.main-logo-img {
    height: 2.8rem;
    width: auto;
}

.logo-divider {
    height: 2rem;
    width: 1px;
    background-color: var(--header-divider);
    display: none;
}

.logo-text-wrapper {
    display: none;
}

.nav-links-wrapper {
    display: none;
    align-items: center;
    gap: 2rem;
    font-size: 0.96rem;
    font-weight: 500;
    color: var(--header-text);
}

.nav-link {
    position: relative;
    text-decoration: none;
    color: var(--header-text);
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--header-gold);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--header-gold);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.profile-buttons-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-outline-gold {
    border: 2px solid var(--header-gold);
    color: var(--header-gold);
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline-gold:hover {
    background-color: var(--header-gold);
    color: var(--header-green);
    transform: translateY(-2px);
}

.btn-login-text {
    color: var(--header-text-strong);
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    display: none;
    transition: color 0.3s;
}

.btn-login-text:hover {
    color: var(--header-gold);
}

.btn-register {
    background-color: var(--header-text-strong);
    color: var(--header-green);
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-register:hover {
    background-color: var(--header-gold);
    transform: translateY(-0.25rem);
}

/* Improve announcement readability */
.top-bar-text {
    font-size: 0.75rem;
    letter-spacing: 0.08rem;
}

/* Hamburger button */
.hamburger-btn {
    background: none;
    border: none;
    color: var(--header-text-strong);
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

/* Mobile */
@media (max-width: 1023px) {
    .hamburger-btn {
        display: block;
    }
    
    .nav-links-wrapper {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 1rem;
        background: var(--header-mobile-bg);
        padding: 1rem;
        border-radius: var(--index-radius);
        box-shadow: 0 4px 12px var(--header-mobile-shadow);
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .nav-links-wrapper.open {
        display: flex;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .nav-links-wrapper {
        display: flex;
        position: static;
        flex-direction: row;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    
    .hamburger-btn {
        display: none;
    }
}

/* Sticky scroll effect */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.main-header.scrolled {
    background-color: var(--header-hover-bg);
    backdrop-filter: blur(12px);
}


/* ============================================
FOOTER
============================================ */

.footer-premium {
    padding: 5rem 2rem 2.5rem;
    background-image: var(--footer-gradient), url("assets/footer.jpg");
    background-size: cover;
    background-position: center;
    border-top: 1px solid rgba(240, 197, 70, 0.2);
    color: white;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-title {
    color: var(--brand-gold);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
}

.contact-list, .quick-links, .about-links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.625;
}

.contact-title {
    color: white;
    font-weight: 600;
}

.footer-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: var(--brand-gold);
}

.motto-item {
    padding-top: 1rem;
    font-style: italic;
    color: rgba(240, 197, 70, 0.8);
}

.footer-bottom-section {
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

/* ============================================
RESPONSIVE
============================================ */

@media (min-width: 768px) {
    .navbar-container {
        padding: 1rem 2rem;
    }
    
    .main-logo-img {
        height: 3.8rem;
    }
    
    .logo-divider, .logo-text-wrapper, .btn-login-text {
        display: block;
    }
    
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-bottom-section {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .nav-links-wrapper {
        display: flex;
    }
}


/* ============================================
THEME TOGGLE BUTTON
============================================ */

.theme-toggle-btn {
    background: var(--glass-medium);
    border: 1px solid var(--border);
    color: var(--foreground);
    font-size: 1rem;
    padding: 0.4rem 0.7rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-toggle-btn:hover {
    background: var(--glass-strong);
    transform: translateY(-2px);
}
/* ============================================
LIGHT THEME
============================================ */
body.light-theme {
    
    --background: #dbeafd;
    /*********INDEX**********/
    --index-white: #00010f;
    --index-black: #fdf8f8;
    --index-primary:#4b567c;
    --index-secondary:#f59e0b;
    --index-gold: #c28b0a;
    --index-text: #ffffff;
    --index-muted: #94a3b8;
    --index-border:rgba(148, 163, 184, 0.2);
    --index-radius: 0.625rem;
    --index-card-bg: #131832;
    --index-gradient-gold: linear-gradient(135deg, #FFD700, #FFA500);
    --index-shadow-light: rgba(0, 0, 0, 0.2);
    --index-shadow-gold: rgba(255, 215, 0, 0.4);
    --index-overlay: rgba(10, 14, 39, 0.7);
    --index-secondary-rgb: 245, 158, 11;
    
    /***********SERVICES******/
    
    --services-white: #011016;
    --services-text-light: #334155;
    --services-text-dark: #0f172a;
    --services-textdark: #f8f8f8;
    --services-muted: #64748b;
    --services-gold: #c28b0a;
    --services-green: #035709;
    --services-red-accent: #b91c1c;
    --services-red-dark: #7f1d1d;
    --services-red-light: #fee2e2;
    
    --services-navy: #f1f5f9;             
    --services-blue-light: #e0e7ff;
    
    --services-border: rgba(15,23,42,0.08);
    --services-border-hover: rgba(15,23,42,0.15);
    
    --services-glass-light: rgba(15, 87, 134, 0.301);
    --services-glass-medium: rgba(255,255,255,0.9);
    --services-glass-hover: rgba(255,255,255,1);
    
    --services-shadow-light: rgba(0,0,0,0.08);
    --services-shadow-strong: rgba(0,0,0,0.15);
    --services-shadow-gold: rgba(194,139,10,0.25);
    
    --services-gradient: linear-gradient(to right, #0056b3, #003366);
    --services-gradient-hover: linear-gradient(to left, #0056b3, #003366);
    --services-gradient-primary: linear-gradient(to right, #ffffff, #f1f5f9);
    --services-overlay: rgba(15,23,42,0.2);
    --services-overlay-strong: rgba(15,23,42,0.35);
    --services-dot-inactive: rgba(15,23,42,0.2);
    --services-dot-active: #1e3a8a;
    --services-neutral-bg: #ffffff;
    --services-neutral-border: #e2e8f0;
    --services-glass-tint: rgba(255,255,255,0.8);
    
    /*********BOOKING********/
    
    --booking-brand-gold: #c28b0a;
    --booking-brand-gold-soft: rgba(194,139,10,0.7);
    --booking-brand-gold-shadow: rgba(194,139,10,0.25);
    --booking-brand-navy:  #09274a;
    --booking-brand-green: #035709;
    
    --booking-foreground: #0f172a;              
    --booking-muted-foreground: #64748b;        
    --booking-secondary-foreground: #ffffff;
    
    --booking-background: #dfecfc;             
    --booking-card: #ffffff;                 
    --booking-border: rgba(15,23,42,0.1);
    
    --booking-glass-tint: rgba(15,23,42,0.04);
    --booking-glass-tint-hover: rgba(15,23,42,0.08);
    --booking-glass-border: rgba(15,23,42,0.08);
    --booking-glass-border-hover: rgba(15,23,42,0.15);
    --booking-glass-light: rgba(15,23,42,0.03);
    --booking-glass-medium: rgba(15,23,42,0.06);
    
    --booking-success: #16a34a;
    --booking-success-bg: rgba(34,197,94,0.15);
    --booking-success-bg-hover: rgba(34,197,94,0.25);
    --booking-success-shadow: rgba(34,197,94,0.2);
    --booking-success-strong: rgba(22,163,74,0.9);
    
    --booking-error: #dc2626;
    --booking-error-bg: rgba(239,68,68,0.15);
    --booking-error-strong: rgba(220,38,38,0.9);
    --booking-gray: #64748b;
    
    --booking-overlay: rgba(15,23,42,0.4);
    --booking-shadow-dark: rgba(15,23,42,0.2);
    --booking-white: #ffffff;
    --booking-black: #000000;
    --booking-input-background: rgba(255,255,255,0.8);
    
    --booking-brand-gold-light: #d4a512;
    --booking-brand-gold-dark: rgba(180,115,8,0.7);
    --booking-brand-gold-focus: rgba(194,139,10,0.15);
    --booking-brand-gold-focus-strong: rgba(194,139,10,0.25);
    --booking-brand-gold-soft-shadow: rgba(194,139,10,0.12);
    --booking-radius: 0.5rem;
    
    /**********PROFILE**********/
    
    --profile-brand-gold: #c28b0a; 
    --profile-brand-gblue: #1e3a8a; 
    
    --profile-foreground: #0b1220; 
    --profile-secondary-foreground: #374151; 
    
    --profile-muted-foreground: #6b7280; 
    
    --profile-success1: rgba(16, 185, 129, 0.1);
    --profile-success2: rgba(16, 185, 129, 0.2);
    --profile-success3: #059669;
    
    --profile-error1: rgba(239, 68, 68, 0.1);
    --profile-error2: rgba(239, 68, 68, 0.2);
    --profile-error3: #dc2626;
    
    --profile-card: #ffffff; 
    --profile-input: #f3f4f6; 
    
    --profile-border: rgba(15, 23, 42, 0.1);
    
    --profile-glass-light: rgba(15, 23, 42, 0.03);
    --profile-glass-medium: rgba(15, 23, 42, 0.06);
    
    --profile-shadow1: rgba(0, 0, 0, 0.05);
    --profile-shadow2: rgba(194, 139, 10, 0.1);
    --profile-shadow3: rgba(194, 139, 10, 0.2);
    --profile-shadow-strong: rgba(0, 0, 0, 0.15);
    
    --profile-hover1: rgba(30, 58, 138, 0.9); 
    --profile-hover2: rgba(30, 58, 138, 0.2);
    
    --profile-danger: #ef4444;
    --profile-danger-dark: #b91c1c;
    --profile-danger-bg: rgba(239, 68, 68, 0.05);
    
    /**** faq ****/
    --faq-muted-foreground: #1f2125;
    --faq-glass-light: rgba(15, 23, 42, 0.03);
    --faq-brand-blue: #2c5fe3;
    --faq-brand-navy-dark: #0b1220;
    --faq-card: #ffffff;
    --faq-glass-medium: rgba(15, 23, 42, 0.06);
    --faq-foreground: var(--black);
    --faq-border:#c3ddfe;
    --faq-background: #ffffff;
    
    /**** login ****/
    --login-brand-blue: #2c5fe3;
    --login-brand-navy-dark: #0b1220;
    
    /**** register ****/
    --register-brand-blue: #2c5fe3;
    --register-brand-navy-dark: #020408;
    
    /**** about ****/
    --about-primary: #e6eaf1;
    --about-background: #d8e2ec;
    --about-muted-foreground: #1f2125;
    --about-border:#c3ddfe;
    --about-brand-gold:#007bff;
    
    /*dashboard*/
    --dashboard-card-bg: #ffffff;
    --dashboard-text-title:#ffffff; /*quick action*/
    --dashboard-card-title:#163a96; /*welcome*/
    --dashboard-border:#1e3a8a;
    --dashboard-card-header:#2c5fe3;
    --dashboard-text-gray: #ffffff;
    --dashboard-text-muted: #1f3a80;
    --dashboard-border:#c3ddfe;
    
    
    
}


.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px; 
}

.main-header {
    top: 40px; 
    margin: 0 20px;
    border-radius: 20px; 
}