:root {
            --da-blue: #002147;
            --da-gold: #C5A572;
            --da-light: #F8F9FA;
            --da-accent: #0056B3;
            --da-success: #28A745;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5 {
            font-weight: 700;
            color: var(--da-blue);
        }
        .da-bg-primary {
            background-color: var(--da-blue) !important;
        }
        .da-text-gold {
            color: var(--da-gold) !important;
        }
        .da-border-gold {
            border-color: var(--da-gold) !important;
        }
        .da-btn-primary {
            background-color: var(--da-blue);
            border-color: var(--da-blue);
            color: white;
            padding: 12px 28px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .da-btn-primary:hover {
            background-color: var(--da-accent);
            border-color: var(--da-accent);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 33, 71, 0.2);
        }
        .da-btn-secondary {
            background-color: transparent;
            border: 2px solid var(--da-gold);
            color: var(--da-blue);
            padding: 10px 24px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .da-btn-secondary:hover {
            background-color: var(--da-gold);
            color: var(--da-blue);
            transform: translateY(-3px);
        }
        .navbar {
            padding: 20px 0;
            transition: all 0.4s ease;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        }
        .navbar-scrolled {
            padding: 12px 0;
            background-color: rgba(255, 255, 255, 0.98) !important;
        }
        .navbar-brand {
            font-weight: 800;
            font-size: 1.8rem;
        }
        .nav-link {
            font-weight: 600;
            margin: 0 8px;
            color: var(--da-blue) !important;
            position: relative;
        }
        .nav-link:hover {
            color: var(--da-accent) !important;
        }
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--da-gold);
            transition: width 0.3s ease;
        }
        .nav-link:hover::after {
            width: 100%;
        }
        .hero-section {
            background: linear-gradient(rgba(0, 33, 71, 0.85), rgba(0, 33, 71, 0.9)), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: white;
            min-height: 90vh;
            display: flex;
            align-items: center;
            padding: 120px 0;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1.2;
        }
        .section-padding {
            padding: 100px 0;
        }
        .section-title {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--da-gold);
        }
        .feature-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            border: none;
        }
        .feature-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        .feature-icon {
            width: 80px;
            height: 80px;
            background-color: rgba(0, 33, 71, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: var(--da-blue);
            font-size: 2rem;
        }
        .academic-program {
            border-left: 5px solid var(--da-gold);
            padding-left: 25px;
            margin-bottom: 40px;
            transition: all 0.3s ease;
        }
        .academic-program:hover {
            transform: translateX(10px);
        }
        .campus-life-img {
            border-radius: 12px;
            overflow: hidden;
            height: 300px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .campus-life-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .campus-life-img:hover img {
            transform: scale(1.05);
        }
        .admission-process-step {
            text-align: center;
            padding: 30px 20px;
            border-radius: 12px;
            background-color: rgba(0, 33, 71, 0.03);
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
        }
        .admission-process-step:hover {
            background-color: rgba(0, 33, 71, 0.08);
            transform: translateY(-10px);
        }
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--da-blue);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.3rem;
            margin: 0 auto 25px;
        }
        .news-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            height: 100%;
            border: none;
        }
        .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        .news-date {
            position: absolute;
            top: 20px;
            right: 20px;
            background-color: var(--da-blue);
            color: white;
            padding: 8px 15px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .contact-info-box {
            padding: 40px 30px;
            border-radius: 12px;
            background-color: rgba(0, 33, 71, 0.03);
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }
        .contact-info-box:hover {
            background-color: rgba(0, 33, 71, 0.08);
            transform: translateY(-10px);
        }
        .contact-icon {
            width: 70px;
            height: 70px;
            background-color: var(--da-blue);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin: 0 auto 25px;
        }
        .flink {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px 10px;
            background-color: rgba(0, 33, 71, 0.05);
            border-radius: 8px;
            color: var(--da-blue);
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 33, 71, 0.1);
        }
        .flink:hover {
            background-color: var(--da-blue);
            color: white;
            transform: translateY(-5px);
        }
        .footer {
            background-color: var(--da-blue);
            color: white;
            padding: 80px 0 30px;
        }
        .footer a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .footer a:hover {
            color: var(--da-gold);
            padding-left: 5px;
        }
        .footer-divider {
            height: 2px;
            background-color: rgba(255, 255, 255, 0.1);
            margin: 40px 0 30px;
        }
        .copyright {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.9rem;
        }
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: var(--da-blue);
            margin-bottom: 10px;
        }
        .stat-label {
            font-size: 1.1rem;
            color: #666;
            font-weight: 600;
        }
        .testimonial-card {
            background-color: white;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            border-left: 5px solid var(--da-gold);
        }
        .testimonial-text {
            font-style: italic;
            margin-bottom: 25px;
            position: relative;
            padding-left: 20px;
        }
        .testimonial-text::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 4rem;
            color: rgba(0, 33, 71, 0.1);
            font-family: Georgia, serif;
        }
        .testimonial-author {
            font-weight: 700;
            color: var(--da-blue);
            margin-bottom: 5px;
        }
        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.8rem;
            }
            .section-padding {
                padding: 70px 0;
            }
        }
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.3rem;
            }
            .section-padding {
                padding: 50px 0;
            }
            .navbar-brand {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 576px) {
            .hero-title {
                font-size: 1.9rem;
            }
            .stat-number {
                font-size: 2.5rem;
            }
        }
