@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
    
    body {
      font-family: 'Poppins', sans-serif;
    }
   
    
  .mobile-menu {
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .mobile-courses-submenu,
  .mobile-courses-list {
    transition: max-height 0.3s ease-out;
  }
  
  .rotate-90 {
    transform: rotate(90deg);
  }
  
  .social-icon:hover svg {
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }


    .hero-pattern {
      background: linear-gradient(rgba(0, 97, 165, 0.8), rgba(255, 124, 48, 0.8)), url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1500&q=80');
      background-size: cover;
      background-position: center;
    }
    
    .floating { 
      animation: float 6s ease-in-out infinite;
    }
    
    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0px); }
    }
    
    .stat-card {
      transition: transform 0.3s ease;
    }
    
    .stat-card:hover {
      transform: translateY(-10px);
    }
    /* Custom CSS for dropdown hover effects */
    .mega-menu-group:hover .mega-submenu {
      display: block;
    }
    
    /* Animation for smoother transitions */
    .mega-submenu {
      transition: opacity 0.2s ease-in-out;
    }
    
    /* Prevent layout shift when mega menu appears */
    .mega-menu-container {
      /*min-height: 450px;*/
    }
    
      
    .logo-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
      margin: 0 auto;
      border-radius: 12px;
      overflow: hidden;
      background-color: #0061a505; /* Orange background */
      padding: 20px;
      gap: 20px;
    }
    
    .logo-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    .logo-img {
      width: 100%;
      height: 60px;
      object-fit: contain;
      opacity: 0.8;
    }
        .pattern-bg {
            background-color: #f8f9fa;
            background-image: 
                radial-gradient(circle at 5% 10%, rgba(63, 81, 181, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 95% 5%, rgba(255, 64, 129, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 10% 90%, rgba(63, 81, 181, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 90% 95%, rgba(255, 64, 129, 0.05) 0%, transparent 20%),
                url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233f51b5' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .floating {
            animation: float 6s ease-in-out infinite;
        }
        
        @keyframes float {
            0% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-10px) rotate(5deg); }
            100% { transform: translateY(0px) rotate(0deg); }
        }
        
        .course-card {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
            overflow: hidden;
            position: relative;
        }
        
        .course-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff4081, #3f51b5);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        
        .course-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
        }
        
        .course-card:hover::before {
            transform: scaleX(1);
        }
        
        .course-icon {
            transition: all 0.3s ease;
        }
        
        .course-card:hover .course-icon {
            transform: scale(1.15) rotate(5deg);
        }
        
        .enquire-btn {
            background: linear-gradient(135deg, #3f51b5 0%, #303f9f 100%);
            position: relative;
            overflow: hidden;
        }
        
        .enquire-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.6s ease;
        }
        
        .enquire-btn:hover::before {
            left: 100%;
        }
        
        .enquire-btn:hover {
            background: linear-gradient(135deg, #303f9f 0%, #1a237e 100%);
            box-shadow: 0 5px 15px rgba(48, 63, 159, 0.4);
        }
        
        .course-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: #ff4081;
            color: white;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 4px 8px;
            border-radius: 20px;
            box-shadow: 0 4px 6px rgba(255, 64, 129, 0.3);
        }
        
        .floating-icon {
            position: absolute;
            opacity: 0.1;
            z-index: 0;
        }
        
        .floating-icon-1 {
            top: 10%;
            left: 5%;
            animation: float 15s ease-in-out infinite;
        }
        
        .floating-icon-2 {
            top: 15%;
            right: 5%;
            animation: float 18s ease-in-out infinite reverse;
        }
        
        .floating-icon-3 {
            bottom: 10%;
            left: 10%;
            animation: float 12s ease-in-out infinite;
        }
        
        .floating-icon-4 {
            bottom: 15%;
            right: 10%;
            animation: float 20s ease-in-out infinite reverse;
        }
        
         
    .coding-pattern {
      background-color: #0061a5;
      background-image: 
        radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
        linear-gradient(rgba(0, 97, 165, 0.95), rgba(0, 97, 165, 0.95)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    }
    
    .code-brackets {
      position: absolute;
      font-family: monospace;
      color: rgba(255, 255, 255, 0.03);
      font-size: 18rem;
      font-weight: bold;
      z-index: 0;
      pointer-events: none;
    }
    
    .bracket-left {
      top: 20%;
      left: 5%;
      transform: translateY(-50%);
    }
    
    .bracket-right {
      top: 50%;
      right: 5%;
      transform: translateY(-50%);
    }
    
    .floating-icon {
      position: absolute;
      opacity: 0.1;
      z-index: 0;
    }
    
    .floating-icon-1 {
      top: 10%;
      left: 10%;
      animation: float 15s ease-in-out infinite;
    }
    
    .floating-icon-2 {
      top: 30%;
      right: 15%;
      animation: float 18s ease-in-out infinite reverse;
    }
    
    .floating-icon-3 {
      bottom: 20%;
      left: 15%;
      animation: float 12s ease-in-out infinite;
    }
    
    @keyframes float {
      0% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(5deg); }
      100% { transform: translateY(0px) rotate(0deg); }
    }
    
    .content-wrapper {
      position: relative;
      z-index: 10;
    }
    
    .stat-number {
      background: linear-gradient(to bottom, #ffffff, #e6f0ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
     .testimonial-section {
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
      position: relative;
      overflow: hidden;
    }
    
    .testimonial-card {
      background: linear-gradient(145deg, #ffffff, #f5f7ff);
      border-radius: 20px;
      box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 1px 1px 0px rgba(255, 255, 255, 0.7);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative;
      overflow: hidden;
      transform-style: preserve-3d;
      perspective: 1000px;
      height: 100%;
    }
    
    .testimonial-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: linear-gradient(90deg, #ff7c30, #0061a5);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease;
    }
    
    .testimonial-card:hover {
      transform: translateY(-10px) rotateX(2deg);
      box-shadow: 
        0 20px 40px rgba(0, 0, 0, 极.12),
        inset 1px 1px 0px rgba(255, 255, 255, 0.7);
    }
    
    .testimonial-card:hover::before {
      transform: scaleX(1);
    }
    
    .quote-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 80px;
      color: #0061a5;
      opacity: 0.1;
      transform: rotate(15deg);
      transition: all 0.4s ease;
    }
    
    .testimonial-card:hover .quote-icon {
      transform: rotate(5deg) scale(1.1);
      opacity: 0.15;
    }
    
    .avatar-container {
      position: relative;
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
    }
    
    .avatar {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid white;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    
    .testimonial-card:hover .avatar {
      transform: scale(1.1);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    
    .avatar-border {
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      border-radius: 50%;
      background: linear-gradient(135极, #ff7c30, #0061a5);
      z-index: -1;
      animation: rotate 3s linear infinite;
    }
    
    @keyframes rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    
    .rating-star {
      color: #ffc107;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }
    
    .testimonial-card:hover .rating-star {
      transform: scale(1.2);
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    }
    
    .testimonial-content {
      position: relative;
      z-index: 2;
    }
    
    .testimonial-text {
      position: relative;
      background: linear-gradient(135deg, #2d3748, #4a5568);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      transition: all 0.3s ease;
    }
    
    .testimonial-card:hover .testimonial-text {
      background: linear-gradient(135deg, #0061a5, #ff7c30);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .student-name {
      background: linear-gradient(135deg, #0061a5, #ff7c30);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-cl极: text;
      transition: all 0.3s ease;
    }
    
    .testimonial-card:hover .student-name {
      transform: translateX(5px);
    }
    
    .pattern-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: 
        radial-gradient(circle at 20% 20%, rgba(0, 97, 165, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 124, 48, 0.03) 0%, transparent 40%);
      z-index: 0;
    }
    
    .floating-items {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
    }
    
    .floating-item {
      position: absolute;
      opacity: 0.1;
      animation: float 6s ease-in-out infinite;
    }
    
    .floating-item:nth-child(1) {
      top: 10%;
      left: 5%;
      animation-delay: 0s;
    }
    
    .floating-item:nth-child(2) {
      top: 20%;
      right: 5%;
      animation-delay: 2s;
      animation-duration: 8s;
    }
    
    .floating-item:nth-child(3) {
      bottom: 15%;
      left: 10%;
      animation-delay: 4s;
      animation-duration: 7s;
    }
    
    @keyframes float {
      0% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(5deg); }
      100% { transform: translateY(0) rotate(0deg); }
    }
    
    .section-title {
      
      background-clip: text;
      position: relative;
      display: inline-block;
    }
    
  
    
    .slider-container {
      position: relative;
      overflow: hidden;
      padding: 20px 0;
    }
    
    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    
    .slider-item {
      flex: 0 0 25%;
      padding: 0 15px;
      box-sizing: border-box;
    }
    
    .slider-nav {
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }
    
    .slider-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #cbd5e1;
      margin: 0 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .slider-dot.active {
      background: #0061a5;
      transform: scale(1.3);
    }
    
    .slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
    }
    
    .slider-arrow:hover {
      background: #0061a5;
      color: white;
    }
    
    .slider-arrow.prev {
      left: 15px;
    }
    
    .slider-arrow.next {
      right: 15px;
    }
    
    @media (max-width: 1024px) {
      .slider-item {
        flex: 0 0 50%;
      }
    }
    
    @media (max-width: 640px) {
      .slider-item {
        flex: 0 0 100%;
      }
      
      .slider-arrow.prev {
        left: 10px;
      }
      
      .slider-arrow.next {
        right: 10px;
      }
    }
    
    
    @media (max-width: 1024px) {
      .slider-item {
        flex: 0 0 50%;
      }
    }
    
    @media (max-width: 640px) {
      .slider-item {
        flex: 0 0 100%;
      }
      
      .slider-arrow.prev {
        left: 10px;
      }
      
      .slider-arrow.next {
        right: 10px;
      }
    }
    @media (max-width: 768px) {
      .logo-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    :root{
  --scroll-track: #fff;       /* deep navy track */
  --scroll-thumb-start: #0061a5; /* blue-500 */
  --scroll-thumb-end: #0061a5;   /* blue-800 */
  --scroll-thumb-hover-start: #0061a5; /* blue-300 */
  --scroll-thumb-hover-end: #0061a5;   /* blue-600 */
}

/* WebKit browsers */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--scroll-track);
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--scroll-thumb-start), var(--scroll-thumb-end));
  border-radius: 9999px;
  border: 2px solid var(--scroll-track); /* creates a gap around thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--scroll-thumb-hover-start), var(--scroll-thumb-hover-end));
}

/* Optional: corner (when both scrollbars visible) */
::-webkit-scrollbar-corner {
  background: var(--scroll-track);
}

/* Firefox support (approximate) */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-thumb-start) var(--scroll-track);
}
    
    
    @keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}

 .coverage-section {
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
      position: relative;
      overflow: hidden;
    }
    
    .pattern-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: 
        radial-gradient(circle at 20% 20%, rgba(0, 97, 165, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 124, 48, 0.03) 0%, transparent 40%);
      z-index: 0;
    }
    
    .floating-items {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
    }
    
    .floating-item {
      position: absolute;
      opacity: 0.1;
      animation: float 6s ease-in-out infinite;
    }
    
    .floating-item:nth-child(1) {
      top: 10%;
      left: 5%;
      animation-delay: 0s;
    }
    
    .floating-item:nth-child(2) {
      top: 20%;
      right: 5%;
      animation-delay: 2s;
      animation-duration: 8s;
    }
    
    .floating-item:nth-child(3) {
      bottom: 15%;
      left: 10%;
      animation-delay: 4s;
      animation-duration: 7s;
    }
    
    @keyframes float {
      0% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(5deg); }
      100% { transform: translateY(0) rotate(0deg); }
    }
    
  
    
    .news-logo {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      /*filter: grayscale(100%);*/
      opacity: 0.8;
    }
    
    .news-logo:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      filter: grayscale(0%);
      opacity: 1;
    }
    
    .news-name {
      color: #374151;
      font-weight: 600;
      margin-top: 12px;
      text-align: center;
      transition: all 0.3s ease;
    }
    
    .news-item:hover .news-name {
      color: #0061a5;
    }
    
  
  
    .footer-wave {
      position: absolute;
      top: -2px;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
    }
    
    .footer-wave svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height: 35px;
    }
    
    .footer-wave .shape-fill {
      fill: #f9f6f4;
    }
    
    .footer-link {
      position: relative;
      transition: all 0.3s ease;
    }
    
    /*.footer-link::before {*/
    /*  content: '';*/
    /*  position: absolute;*/
    /*  bottom: -2px;*/
    /*  left: 0;*/
    /*  width: 0;*/
    /*  height: 2px;*/
    /*  background: #0061a5;*/
    /*  transition: width 0.3s ease;*/
    /*}*/
    
    /*.footer-link:hover::before {*/
    /*  width: 100%;*/
    /*}*/
    .bg-footer{
          background: #0061a5; 
          color:#000;
    }
    .social-icon {
      transition: all 0.3s ease;
      border: 1px solid #374151;
      color: #0061a5;
    }
    
    .social-icon:hover {
      background:#0061a5;
      border-color: transparent;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 97, 165, 0.3);
      color: #fff;
    }
    
    .newsletter-input {
      transition: all 0.3s ease;
    }
    
    .newsletter-input:focus {
      box-shadow: 0 0 0 2px rgba(0, 97, 165, 0.5);
    }
    
    .subscribe-btn {
      background: #0061a5;
      transition: all 0.3s ease;
    }
    
    .subscribe-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 97, 165, 0.4);
    }
    
    .back-to-top {
      background: #0061a5;
      transition: all 0.3s ease;
    }
    
    .back-to-top:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 97, 165, 0.4);
    }
    
    /* Mobile Menu Styles */
    .mobile-menu {
      transform: translateX(-100%);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
      background: linear-gradient(to bottom, #ffffff, #f9fafb);
    }
    
    .mobile-menu.open {
      transform: translateX(0);
    }
    
    .menu-overlay {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    
    .menu-overlay.active {
      opacity: 1;
      pointer-events: all;
    }
    
    .menu-item {
      transition: all 0.3s ease;
      border-left: 3px solid transparent;
    }
    
    .menu-item:hover {
      border-left-color: #0061a5;
      background-color: #f1f5f9;
    }
    
    .submenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }
    
    .submenu.open {
      max-height: 500px;
    }
    
    .submenu-item {
      transition: all 0.2s ease;
    }
    
    .submenu-item:hover {
      background-color: #e6f0ff;
      padding-left: 28px;
    }
    
    .close-btn {
      transition: all 0.3s ease;
    }
    
    .close-btn:hover {
      transform: rotate(90deg);
      color: #ff7c30;
    }
    
    .logo-glow {
      filter: drop-shadow(0 5px 15px rgba(0, 97, 165, 0.3));
    }
  .modal { 
  display: none; 
  animation: fadeIn 0.2s ease-out;
}
.modal.active { 
  display: flex; 
}
.modal-content {
  animation: slideUp 0.3s ease-out;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { 
    opacity: 0;
    transform: translateY(10px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
} 

.gradient-bg-enq {
  background: linear-gradient(135deg, rgba(0, 74, 128, 0.85) 0%, rgba(0, 102, 166, 0.85) 100%), url('/enq-bg.jpeg');
  background-size: cover;
  background-position: center;
  min-height: 100%;
}
.input-focus:focus {
  border-color: #FF7C30;
  box-shadow: 0 0 0 2px rgba(255, 124, 48, 0.1);
}
.btn-primary {
  background: linear-gradient(to right, #FF7C30, #FF9A5C);
  transition: all 0.2s ease;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 124, 48, 0.3);
}
.testimonial-slider {
  position: relative;
  overflow: hidden;
  height: 90px;
  margin-top: 15px;
}
.testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.testimonial-slide.active {
  opacity: 1;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  pointer-events: none;
  font-size: 12px;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-dot.active {
  background: #FF7C30;
  width: 20px;
  border-radius: 3px;
}
.feature-list {
  margin: 15px 0;
}
.feature-item {
  display: flex;
  align-items: center;
  /*margin-bottom: 10px;*/
  padding: 8px 0;
}
.feature-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #79a0cf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-text {
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 1.2;
}
.validation-error {
  color: #dc2626;
  font-size: 11px;
  margin-top: 2px;
  display: none;
}
.input-error {
  border-color: #dc2626 !important;
}
.terms-link {
  color: #004A80;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.terms-link:hover {
  color: #FF7C30;
}
.phone-input {
  display: flex;
  align-items: center;
}
.phone-prefix {
  background: #f8f9fa;
  border: 1px solid #d1d5db;
  border-right: none;
  padding: 0 12px;
  height: 38px;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  color: #6b7280;
}
.testimonial-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  border-left: 3px solid #FF7C30;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.students-dot-active {
    background-color: #0061a5 !important;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.student-card {
    transition: all 0.5s ease;
    height: 100%;
}

.student-card:hover {
    transform: translateY(-8px) !important;
}

.students-slider-track {
    cursor: grab;
}

.students-slider-track:active {
    cursor: grabbing;
}

.student-image {
    height: 320px;
    position: relative;
}

.student-image img {
    object-fit: cover;
    object-position: center top;
}

.student-content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 320px);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .students-slider-arrow {
        display: none;
    }
    
    .student-image {
        height: 280px;
    }
    
    .student-content {
        height: calc(100% - 280px);
    }
    
    /* Mobile-specific font sizes */
    h1 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    .text-3xl {
        font-size: 1.25rem !important;
    }
    
    .text-4xl {
        font-size: 1.5rem !important;
    }
    
    .text-5xl {
        font-size: 1.75rem !important;
    }
    
    .text-6xl {
        font-size: 2rem !important;
    }
    
    /* Fix mobile layout for hero section */
    .hero-content {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    
    .trust-metrics {
        margin-top: 2rem;
    }
    
    /* Fix course cards on mobile */
    .course-cardx {
        margin-bottom: 1.5rem;
    }
    
    /* Fix director section on mobile */
    .director-section {
        min-height: auto;
        padding: 3rem 0;
    }
    
    .director-photo {
        margin-bottom: 2rem;
    }
    
    /* Fix testimonial slider on mobile */
    .slider-item {
        min-width: 100% !important;
    }
    
    /* Fix teacher slider on mobile */
    #teacherSlider .flex-shrink-0 {
        width: 100% !important;
    }
    .slider-arrow{
        bottom:0px;
        top: 103% !important;
    }
    .slider-arrow.prev {
        left: 33%;
    }
    .slider-arrow.next {
        right: 33%;
    }
    .slider-container{
        overflow: visible !important;
    } 
}

@media (min-width: 768px) and (max-width: 1023px) {
    .student-slide {
        width: 50%;
    }
    
    /* Tablet-specific adjustments */
    .hero-content {
        padding: 2rem 0;
    }
}

@media (min-width: 1024px) {
    .student-slide {
        width: 33.333%;
    }
}

/* Ensure proper image cropping for tall portraits */
.student-image {
    overflow: hidden;
}

.student-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-64 {
    height: 28rem;
}

/* Fix for testimonial slider */
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    flex: 0 0 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .slider-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .slider-item {
        flex: 0 0 100%;
    }
}

/* Fix for teacher slider */
#teacherSlider {
    display: flex;
    transition: transform 0.5s ease;
}

#teacherSlider .flex-shrink-0 {
    flex: 0 0 25%;
}

@media (max-width: 1023px) {
    #teacherSlider .flex-shrink-0 {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    #teacherSlider .flex-shrink-0 {
        flex: 0 0 100%;
    }
}

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
.animate-float-slow {
  animation: float-slow 10s ease-in-out infinite;
}

/* Image fallback styling */
img {
    max-width: 100%;
    height: auto;
}

/* Ensure all interactive elements have proper focus states */
/*a:focus, button:focus {*/
/*    outline: 2px solid #0061a5;*/
/*    outline-offset: 2px;*/
/*}*/

/* Improve readability */
p, span, div {
    line-height: 1.6;
}

/* Fix for mobile navigation if any */
.mobile-menu {
    display: none;
}

@media (max-width: 767px) {
    .mobile-menu {
        display: block;
    }
    
    .desktop-menu {
        display: none;
    }
}


  .scrollbar-hide::-webkit-scrollbar { display: none; }
  .scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }

.prose {
    line-height: 1.7;
}

.prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.prose h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #374151;
}

.prose ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.prose li {
    margin-bottom: 0.5rem;
    position: relative;
}

.prose strong {
    color: #0061A5;
    font-weight: 600;
}

/* Smooth animations */
.transition-all {
    transition: all 0.3s ease;
}

/* Hover effects */
.hover\:scale-\[1\.02\]:hover {
    transform: scale(1.02);
}

/* Responsive design */
@media (max-width: 768px) {
    .p-8 {
        padding: 1.5rem;
    }
    
    .text-3xl {
        font-size: 1.5rem;
    }
    
    .flex.lg\:flex-row {
        flex-direction: column;
        text-align: center;
    }
    
    .absolute.top-10.right-10,
    .absolute.bottom-20.left-10,
    .absolute.top-1\/3.left-20 {
        display: none;
    }
}