:root {
            --afs-primary: #002b5c;
            --afs-secondary: #e6a825;
            --afs-light: #f8f9fa;
            --afs-dark: #212529;
            --afs-gray: #6c757d;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            color: var(--afs-dark);
            line-height: 1.7;
        }
        h1, h2, h3, h4, h5, h6 {
            color: var(--afs-primary);
            font-weight: 700;
        }
        .bg-afs-primary {
            background-color: var(--afs-primary) !important;
        }
        .text-afs-secondary {
            color: var(--afs-secondary) !important;
        }
        .btn-afs-primary {
            background-color: var(--afs-primary);
            color: white;
            border-color: var(--afs-primary);
            padding: 0.75rem 2rem;
            border-radius: 0.375rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .btn-afs-primary:hover {
            background-color: #001f42;
            border-color: #001f42;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 43, 92, 0.2);
        }
        .navbar {
            padding-top: 1rem;
            padding-bottom: 1rem;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            background-color: rgba(255, 255, 255, 0.98) !important;
        }
        .navbar-nav .nav-link {
            color: var(--afs-primary) !important;
            font-weight: 600;
            padding: 0.5rem 1.25rem !important;
            border-radius: 0.375rem;
            transition: all 0.3s ease;
        }
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: white !important;
            background-color: var(--afs-primary);
        }
        .hero-section {
            background: linear-gradient(rgba(0, 43, 92, 0.85), rgba(0, 43, 92, 0.9)), url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
            color: white;
            padding: 8rem 0 6rem;
            min-height: 90vh;
            display: flex;
            align-items: center;
        }
        .hero-section h1 {
            color: white;
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
        }
        .hero-section .lead {
            font-size: 1.25rem;
            margin-bottom: 2rem;
        }
        .section-padding {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        .section-title {
            position: relative;
            padding-bottom: 1rem;
            margin-bottom: 3rem;
            text-align: center;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--afs-secondary);
        }
        .icon-box {
            width: 70px;
            height: 70px;
            background-color: rgba(0, 43, 92, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--afs-primary);
            font-size: 1.75rem;
            transition: all 0.3s ease;
        }
        .service-card, .team-card, .blog-card {
            border: none;
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            height: 100%;
            background-color: white;
        }
        .service-card:hover, .team-card:hover, .blog-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 43, 92, 0.12);
        }
        .service-card:hover .icon-box {
            background-color: var(--afs-primary);
            color: white;
        }
        .team-card img {
            height: 280px;
            object-fit: cover;
            object-position: top;
        }
        .team-card .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background-color: #f1f5f9;
            border-radius: 50%;
            color: var(--afs-primary);
            margin: 0 3px;
            transition: all 0.3s ease;
        }
        .team-card .social-links a:hover {
            background-color: var(--afs-primary);
            color: white;
        }
        .blog-card img {
            height: 220px;
            object-fit: cover;
        }
        .blog-card .card-footer {
            background-color: transparent;
            border-top: 1px solid #eee;
        }
        .stats-box {
            background-color: var(--afs-primary);
            color: white;
            padding: 2.5rem;
            border-radius: 0.75rem;
            text-align: center;
            transition: all 0.3s ease;
        }
        .stats-box:hover {
            background-color: #001f42;
        }
        .stats-box i {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: var(--afs-secondary);
        }
        .stats-box .number {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 0.5rem;
        }
        .footer {
            background-color: #0a1a32;
            color: #b0b7c3;
            padding-top: 4rem;
            padding-bottom: 2rem;
        }
        .footer a {
            color: #b0b7c3;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .footer a:hover {
            color: white;
        }
        .footer h5 {
            color: white;
            margin-bottom: 1.5rem;
            font-size: 1.25rem;
        }
        .footer-links li {
            margin-bottom: 0.75rem;
        }
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 1.5rem;
            margin-top: 3rem;
            font-size: 0.9rem;
        }
        .friendlink {
            background-color: #f8fafc;
            padding: 3rem 0;
        }
        .flink {
            display: inline-block;
            background-color: white;
            padding: 0.75rem 1.5rem;
            margin: 0.5rem;
            border-radius: 0.5rem;
            color: var(--afs-primary);
            font-weight: 600;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            text-decoration: none !important;
        }
        .flink:hover {
            background-color: var(--afs-primary);
            color: white;
            border-color: var(--afs-primary);
            transform: translateY(-3px);
        }
        .contact-info-box {
            background-color: #f8fafc;
            border-left: 4px solid var(--afs-secondary);
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            border-radius: 0 0.5rem 0.5rem 0;
        }
        .contact-info-box i {
            font-size: 1.5rem;
            color: var(--afs-primary);
            margin-bottom: 1rem;
        }
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5rem;
            }
            .hero-section {
                padding: 6rem 0 4rem;
                text-align: center;
            }
            .section-padding {
                padding-top: 3rem;
                padding-bottom: 3rem;
            }
        }
