:root {
    --primary-color: #00294b;
    --accent-color: #06356f;
    --text-muted: #6c757d;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
.main-header {
            background: var(--primary-blue);
            color: white;
            padding: 10px 0;
            font-size: 0.9rem;
            position: sticky;
            top: 0;
            left: 0;
             width: 100%;
             z-index: 1000; /* Ensures it stays above all other content */
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            
        }

        .main-header__top a:hover { color: white; }

        .navbar { padding: 15px 0; box-shadow: 0 4px 10px rgba(0,0,0,0.05); background: #00294b; }
        .nav-link { font-weight: 500; color: var(--primary-blue) !important; 
        margin-right: 15px; }
        .nav-link:hover { color: var(--accent-blue) !important; }

        /* Hero / Page Header */
        .page-header {
            position: relative;
            background: linear-gradient(rgba(0,41,75,0.8), rgba(0,41,75,0.8)), url('images/vev_slider.jpg');
            background-size: cover;
            padding: 80px 0;
            color: white;
            text-align: center;
        }
/* Header Styles */
.header-top {
    background: var(--primary-color);
    color: white;
    padding: 8px 0;
    font-size: 13px;
  
}

.navbar-brand img {
    max-height: 40px;
}

.nav-link {
    font-weight: 500;
    color: var(--primary-color) !important;
}

.nav-link.active {
    color: var(--accent-color) !important;
}

/* Hero Section */
.page-hero {
    background: linear-gradient(rgba(0, 41, 75, 0.8), rgba(0, 41, 75, 0.8)), 
                url('https://images.unsplash.com/photo-1639762681485-074b7f938ba0?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

/* Content Area */
.content-card {
    border-radius: 10px;
    border: none;
    margin-top: -50px; /* Overlap with hero */
    position: relative;
    z-index: 10;
}

.terms-item h3 {
    font-size: 1.25rem;
    color: #00294b;
    font-weight: 700;
}

/* Footer */
.site-footer {
    border-top: 5px solid var(--accent-color);
    background-color: #00294b;
    padding: 40px 0;
}

.site-footer h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color:#ffff;
}
