body {
    font-family: 'Plus Jakarta Sans', 'Noto Sans', sans-serif;
    background-color: #f8fafc; /* Slightly off-white for depth */
}

.min-h-content {
    min-height: calc(100vh - 90px - 150px);
}

.navbar-nav .nav-link {
    color: #334155 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #bae6fd; /* Darker sky blue on hover */
    color: #0c4a6e !important;
}

.navbar-nav .dropdown-item:hover {
    background-color: #0c6e32;
    color: white !important;
}

.navbar-nav .dropdown-item {
    color: black !important;
}

@media (min-width: 768px) {
    .fixed_width_container {
        max-width: 960px;
    }
}

.accessibility-bar {
    background: transparent;
    font-size: 0.75rem;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
}

nav {
    background: rgba(248, 250, 252, 0.9); /* Matching body tint */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #bae6fd;
    z-index: 1000;
}

.footer-area {
    background: linear-gradient(180deg, #f8fafc 0%, #e0f2fe 100%);
    color: #334155;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-top: 1px solid #e2e8f0;
}

.footer-title {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    color: #0c4a6e;
}

.footer-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
}

.footer-heading {
    color: #0c4a6e;
    font-weight: 800;
    font-size: 1.1rem;
    position: relative;
    border-bottom: 2px solid #bae6fd !important;
}

.footer-links li a {
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
}

.footer-links li a:hover {
    color: #0ea5e9;
    transform: translateX(5px);
}

.text-accent {
    color: #0ea5e9 !important;
}

.footer-area hr {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-area p {
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .footer-area {
        text-align: center;
    }
}
