:root {
            --primary-blue: #0056b3;
            --secondary-blue: #007bff;
            --accent-teal: #20c997;
            --dark-blue: #003366;
            --light-blue: #e3f2fd;
            --gmch-red: #d32f2f;
            --gmch-gold: #ffc107;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Source Serif Pro', serif;
            font-weight: 600;
            color: var(--dark-blue);
        }
        .navbar-brand {
            font-family: 'Source Serif Pro', serif;
            font-weight: 700;
            font-size: 1.8rem;
            color: var(--dark-blue) !important;
        }
        .navbar-brand span {
            color: var(--gmch-red);
        }
        .nav-link {
            font-weight: 500;
            padding: 0.5rem 1.2rem !important;
            transition: color 0.3s;
        }
        .nav-link:hover {
            color: var(--gmch-red) !important;
        }
        .hero-section {
            background: linear-gradient(rgba(0, 51, 102, 0.85), rgba(0, 86, 179, 0.8)), url('https://images.unsplash.com/photo-1586773860418-dc22f8b874bc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            position: relative;
        }
        .hero-title {
            font-size: 3.2rem;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
        }
        .card-hover {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: none;
            border-radius: 12px;
            overflow: hidden;
        }
        .card-hover:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
        }
        .icon-box {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-color: var(--light-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--primary-blue);
            font-size: 1.8rem;
        }
        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 50px;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: var(--gmch-red);
        }
        .section-title.text-center::after {
            left: 50%;
            transform: translateX(-50%);
        }
        .department-card {
            border-left: 4px solid var(--accent-teal);
            transition: all 0.3s ease;
        }
        .department-card:hover {
            border-left-color: var(--gmch-red);
            background-color: #f8f9fa;
        }
        .flink {
            display: inline-block;
            padding: 8px 20px;
            background-color: #f1f5f9;
            border-radius: 6px;
            color: var(--dark-blue);
            text-decoration: none;
            margin: 5px;
            transition: all 0.3s ease;
            border: 1px solid #e2e8f0;
        }
        .flink:hover {
            background-color: var(--primary-blue);
            color: white;
            transform: translateY(-3px);
        }
        .bg-light-blue {
            background-color: var(--light-blue);
        }
        .btn-gmch {
            background-color: var(--primary-blue);
            color: white;
            padding: 12px 28px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
        }
        .btn-gmch:hover {
            background-color: var(--dark-blue);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .footer {
            background-color: var(--dark-blue);
            color: white;
        }
        .footer a {
            color: #e2e8f0;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer a:hover {
            color: white;
        }
        .footer-bottom {
            background-color: rgba(0, 0, 0, 0.2);
            padding: 20px 0;
            font-size: 0.9rem;
        }
        .emergency-badge {
            background-color: var(--gmch-red);
            color: white;
            padding: 5px 15px;
            border-radius: 30px;
            font-weight: 600;
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(211, 47, 47, 0); }
            100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0); }
        }
        .stats-number {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 0;
            line-height: 1;
        }
        .breadcrumb {
            background-color: transparent;
            padding: 0;
        }
        .breadcrumb-item.active {
            color: var(--gmch-red);
        }
        .timeline-item {
            position: relative;
            padding-left: 30px;
            margin-bottom: 30px;
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--accent-teal);
        }
        .timeline-item::after {
            content: '';
            position: absolute;
            left: 5px;
            top: 5px;
            width: 2px;
            height: calc(100% + 25px);
            background-color: #e2e8f0;
            z-index: -1;
        }
        .timeline-item:last-child::after {
            display: none;
        }
