        :root {
            --primary: #1a3a8f;
            --secondary: #2c5196;
            --light: #f8f9fa;
            --gray: #e9ecef;
            --dark: #212529;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            overflow-x: hidden;
            background-color: #fff;
        }
        .navbar-brand {
			font-weight: bold;
			font-size: 1.5rem;
		}
        .hero-section {
            margin-top: 20px;
            height: 85vh;
            min-height: 600px;
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                        url('images/tlo.png') center/cover;
            display: flex;
            align-items: center;
            color: white;
            position: relative;
            margin-bottom: 0;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 2rem;
        }
        
        .hero-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
        }
        
        .btnn-primary {
            background-color: var(--secondary);
            border-color: var(--secondary);
            padding: 0.8rem 2rem;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
		.btnn-primary:hover {
			background-color: #1a3a8f;  
			border-color: #1a3a8f;
			transform: translateY(-2px);
			box-shadow: 0 5px 15px rgba(26, 58, 143, 0.3);  
		}
        
        .btnn-outline-light {
            padding: 0.8rem 2rem;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btnn-outline-light:hover {
            color: var(--dark) !important;
            background: white;
        }
        
        .section {
            padding: 5rem 0;
            position: relative;
        }
        
        .section-white {
            background-color: white;
        }
        
        .section-gray {
            background-color: var(--gray);
        }
        
        .section-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            padding: 20px;
        }
        
        .section-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 400px;
            object-fit: cover;
            width: 100%;
        }
        
        .section-img:hover {
            transform: scale(1.02);
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: var(--primary);
        }
        
        .section-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            color: #555;
        }
        
        .icon-box {
            width: 80px;
            height: 80px;
            background: rgba(26, 58, 143, 0.1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        
        .icon-box i {
            font-size: 2.5rem;
            color: var(--primary);
        }
        
        /* Updated animation styles */
        .animate {
            opacity: 0;
            transition: opacity 0.6s ease, transform 0.8s ease;
        }
        
        .animate-visible {
            opacity: 1;
            transform: translateX(0) !important;
        }
        
        .animate-from-left {
            transform: translateX(-50px);
        }
        
        .animate-from-right {
            transform: translateX(50px);
        }
        
        .delay-1 {
            transition-delay: 0.2s;
        }
        
        .delay-2 {
            transition-delay: 0.4s;
        }
        
        .delay-3 {
            transition-delay: 0.6s;
        }
        
        .section-divider {
            height: 100px;
            background: linear-gradient(to bottom, rgba(0,0,0,0.05), transparent);
            position: absolute;
            bottom: -50px;
            left: 0;
            width: 100%;
            z-index: 1;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
        }
        
        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.8rem;
            }
            
            .hero-subtitle {
                font-size: 1.3rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .section-img {
                height: 350px;
                margin-bottom: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero-section {
                height: 70vh;
                min-height: 500px;
                text-align: center;
            }
            
            .hero-title {
                font-size: 2.3rem;
            }
            
            .section {
                padding: 3rem 0;
            }
            
            .section-img {
                height: auto;
                max-height: 350px;
            }
            
        }       
    .footer-links a {
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .footer-links a:hover {
            color: var(--secondary) !important;
            transform: translateX(5px);
        }
        
        .map-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }
        
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            height: 450px;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('../../images/tlo.png') center center / cover no-repeat;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 60px;
}

.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}