body {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  background-color: #000;
  color: #daa520; /* Gold color */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.dark-mode {
  background-color: #000;
  color: #daa520;
}
.light-mode {
  background-color: #f8f8f8;
  color: #000;
}
.dark-mode .text-color {
  color: #daa520;
}
.light-mode .text-color {
  color: #000;
}
.dark-mode .bg-color {
  background-color: #000;
}
.light-mode .bg-color {
  background-color: #f8f8f8;
}
.dark-mode .bg-section {
  background-color: #111;
}
.light-mode .bg-section {
  background-color: #fff;
}
.fade {
  transition: opacity 1s ease-in-out;
}
.slide {
  display: none;
  opacity: 0;
}
.slide.active {
  display: block;
  opacity: 1;
}
.fade {
  transition: opacity 1s ease-in-out;
}
.mission-slide {
  display: none;
  opacity: 0;
}
.mission-slide.active {
  display: block;
  opacity: 1;
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-title {
  animation: fadeSlide 1.5s ease-out forwards;
  opacity: 0;
}
.logo-title:hover {
  color: #fff;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.logo-container {
  text-align: center;
  margin-bottom: 20px;
}
.logo {
  width: 150px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.logo-text {
  font-size: 1.2em;
  color: #333;
  margin-top: 10px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.fade-mission {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-mission.active {
  display: block;
  opacity: 1;
}
@media (max-width: 410px) {
  .text-2xl {
    font-size: 3rem;
  }
}
/* Advanced Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
  z-index: 10;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

    :root {
      --primary-gold: #f59e0b;
      --dark-bg: #0f172a;
      --darker-bg: #020617;
    }
    
    body {
      font-family: 'IBM Plex Sans', sans-serif;
      background: linear-gradient(135deg, var(--darker-bg) 0%, var(--dark-bg) 100%);
      color: white;
    }
    
    .bg-black-transperent {
      background: rgba(15, 23, 42, 0.95);
      backdrop-filter: blur(10px);
    }
    
    .hero-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      position: relative;
    }
    
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(2, 6, 23, 0.9) 100%);
    }
    
    .hero-content {
      position: relative;
      z-index: 10;
      text-align: center;
      padding-top: 20vh;
    }
    
    .logo-link {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }
    
    .logo-title {
      line-height: 1.2;
    }
    
    .mission-slideshow {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 25px 50px -12px rgba(245, 158, 11, 0.25);
    }
    
    .service-card {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(245, 158, 11, 0.2);
      border-radius: 16px;
      transition: all 0.3s ease;
      padding: 2rem;
    }
    
    .service-card:hover {
      transform: translateY(-10px);
      border-color: var(--primary-gold);
      box-shadow: 0 20px 40px -12px rgba(245, 158, 11, 0.3);
    }
    
    .gradient-text {
      background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .stat-number {
      font-size: 3rem;
      font-weight: 700;
      background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .nav-glow {
      text-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
    }
    
    .btn-gold {
      background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
      border: none;
      padding: 12px 32px;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    }
    
    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    }
    
    .toggle-switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 30px;
    }
    
    .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .toggle-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #1e293b;
      transition: .4s;
      border-radius: 34px;
    }
    
    .toggle-slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }
    
    input:checked + .toggle-slider {
      background-color: #f59e0b;
    }
    
    input:checked + .toggle-slider:before {
      transform: translateX(30px);
    }
 .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #0a2540 0%, #1a365d 100%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.8s ease, visibility 0.8s ease;
        }
        
        .preloader.fade-out {
            opacity: 0;
            visibility: hidden;
        }
        
        .logo-container {
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
        }
        
        .company-logo {
            width: 120px;
            height: 120px;
            margin: 0 auto 1.5rem;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            animation: float 3s ease-in-out infinite;
            box-shadow: 0 0 20px rgba(99, 179, 237, 0.3);
        }
        
        .company-logo img {
            max-width: 80%;
            max-height: 80%;
            filter: brightness(0) invert(1);
        }
        
        .company-name {
            font-size: 3.5rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 2px;
            margin-bottom: 0.5rem;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        .tagline {
            font-size: 1.5rem;
            font-weight: 300;
            color: #63b3ed;
            letter-spacing: 3px;
            text-transform: uppercase;
        }
        
        .loader-container {
            width: 200px;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            margin-top: 2rem;
        }
        
        .loader-bar {
            position: absolute;
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #63b3ed, #4299e1, #3182ce);
            border-radius: 10px;
            animation: loading 3s ease-in-out forwards;
            box-shadow: 0 0 10px rgba(99, 179, 237, 0.5);
        }
        
        .background-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://images.unsplash.com/photo-1559757175-0eb30cd8c063?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
            background-size: cover;
            background-position: center;
            opacity: 0.15;
            z-index: 1;
        }
        
        .pulse-circle {
            position: absolute;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: rgba(99, 179, 237, 0.1);
            z-index: 0;
            animation: pulse 2s infinite ease-in-out;
        }
        
        .pulse-circle:nth-child(2) {
            width: 160px;
            height: 160px;
            animation-delay: 0.5s;
        }
        
        .pulse-circle:nth-child(3) {
            width: 200px;
            height: 200px;
            animation-delay: 1s;
        }
        
        .loading-text {
            color: #cbd5e0;
            margin-top: 1.5rem;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        
        .content {
            display: none;
            text-align: center;
            padding: 2rem;
            color: white;
            max-width: 800px;
        }
        
        .content h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .content p {
            font-size: 1.2rem;
            line-height: 1.6;
        }
        
        @keyframes loading {
            0% { width: 0%; }
            20% { width: 25%; }
            40% { width: 50%; }
            60% { width: 75%; }
            80% { width: 90%; }
            100% { width: 100%; }
        }
        
        @keyframes pulse {
            0% {
                transform: scale(0.8);
                opacity: 0.7;
            }
            50% {
                transform: scale(1);
                opacity: 0.3;
            }
            100% {
                transform: scale(0.8);
                opacity: 0.7;
            }
        }
        
        @keyframes float {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(0px);
            }
        }

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #daa520 !important;
  width: 50px !important;
  height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #daa520 !important;
  opacity: 0.5 !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
/* Dark/Light Mode Toggle Styles */
.theme-toggle-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: 0.4s;
  border-radius: 20px;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #daa520;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .toggle-slider {
  background-color: #daa520;
}
input:checked + .toggle-slider:before {
  transform: translateX(20px);
  background-color: #000;
}
.toggle-icon {
  font-size: 14px;
  color: #daa520;
}

/* Logo link styles */
.logo-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.logo-link:hover {
  opacity: 0.9;
}
/* Add these styles to your existing style.css */
.service-card,
.package-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(245, 158, 11, 0.1);
}

.service-card:hover,
.package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Ensure all pages have consistent styling */
.min-h-screen {
  min-height: 100vh;
}
 /* :root {
        --primary-yellow: #f59e0b;
        --dark-bg: #111827;
        --darker-bg: #0f172a;
      } */

      body.dark-mode {
        background-color: var(--darker-bg);
        color: white;
        font-family: "IBM Plex Sans", sans-serif;
      }

      .bg-black-transperent {
        background-color: var(--dark-bg);
        backdrop-filter: blur(10px);
      }

      /* Theme Toggle */
      .theme-toggle-container {
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .toggle-switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
      }

      .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .toggle-slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #374151;
        transition: 0.4s;
        border-radius: 34px;
      }

      .toggle-slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
      }

      input:checked + .toggle-slider {
        background-color: #f59e0b;
      }

      input:checked + .toggle-slider:before {
        transform: translateX(22px);
      }

      .toggle-icon {
        font-size: 1rem;
      }

      .dark-icon {
        color: #9ca3af;
      }

      .light-icon {
        color: #fbbf24;
      }

      /* Mobile menu styles */
      #mobileMenu {
        transition: all 0.8s ease-in-out;
      }

      #mobileMenu.hidden {
        display: none;
      }

      /* Service Cards */
      .service-card {
        transition: all 0.3s ease;
        border: 1px solid rgba(245, 158, 11, 0.1);
      }

      .service-card:hover {
        transform: translateY(-5px);
        border-color: rgba(245, 158, 11, 0.3);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      }

      /* WhatsApp Float */
      .whatsapp-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
      }

      .whatsapp-float:hover {
        background-color: #128c7e;
        transform: scale(1.1);
      }

      /* Smooth Scrolling */
      html {
        scroll-behavior: smooth;
      }

      @media (max-width: 768px) {
        .theme-toggle-container {
          gap: 6px;
        }

        .toggle-switch {
          width: 45px;
          height: 25px;
        }

        .toggle-slider:before {
          height: 17px;
          width: 17px;
          left: 4px;
          bottom: 4px;
        }

        input:checked + .toggle-slider:before {
          transform: translateX(20px);
        }

        .toggle-icon {
          font-size: 0.9rem;
        }

        .whatsapp-float {
          width: 50px;
          height: 50px;
          bottom: 20px;
          right: 20px;
          font-size: 24px;
        }
      }

      