:root{
      --primary:#7b2cff;
      --primary-dark:#4b14b5;
      --bg-dark:#050316;
      --glass-bg:rgba(15,10,30,0.75);
      --glass-border:rgba(255,255,255,0.15);
      --text-light:#f7f4ff;
      --accent:#ffcb3c;
    }

    *{scroll-behavior:smooth;}

    body{
      font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

      background:radial-gradient(circle at top,#2c1b4f,#050316 55%); 
      color:var(--text-light);
      overflow-x:hidden;
      position:relative;
    }

    /* Bubble background */
    .bubble{
      position:fixed;
      border-radius:50%;
      background:radial-gradient(circle at 30% 30%,rgba(255,255,255,0.7),rgba(123,44,255,0));
      opacity:0.25;
      animation:float 18s infinite alternate;
      z-index:-1;
    }
    .bubble.b1{width:320px;height:320px;top:-80px;left:-60px;}
    .bubble.b2{width:260px;height:260px;bottom:5%;right:-80px;animation-duration:22s;}
    .bubble.b3{width:220px;height:220px;top:45%;left:-70px;animation-duration:26s;}
    @keyframes float{
      0%{transform:translateY(0) translateX(0);}
      100%{transform:translateY(-40px) translateX(30px);}
    }

    /* Loader */
    #loader{
  position: fixed;
  inset: 0;
  background: #050316;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  z-index: 99999;
  transition: opacity 0.5s ease;
}

.ignition{
  width:72px;
  height:72px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.ignition::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:50%;
  border:2px dashed var(--primary);
  animation:rotate 1.4s linear infinite;
}

.ignition i{
  font-size:28px;
  color:var(--accent);
  animation:turnKey 1.2s ease-in-out infinite;
}

@keyframes rotate{
  to{transform:rotate(360deg);}
}

@keyframes turnKey{
  0%,100%{transform:rotate(0deg);}
  50%{transform:rotate(35deg);}
}

.hero-race-car {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin-bottom: 12px;
}

/* Car */
.race-car {
  font-size: 3rem;
  color: #ffc107;
  position: absolute;
  left: 0;
  top: 15px;
  animation: race 2.5s linear infinite;
}

/* Full-width movement */
@keyframes race {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(120vw);
    opacity: 0;
  }
}

/* Wind effect */
.race-car::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 4px;
  background: rgba(255,255,255,.6);
  filter: blur(3px);
  animation: wind .4s linear infinite;
}

@keyframes wind {
  from { opacity: 1; transform: translate(-5px,-50%); }
  to   { opacity: 0; transform: translate(-20px,-50%); }
}

/* Speed lines */
.speed-line {
  position: absolute;
  height: 2px;
  background: rgba(255,255,255,.6);
  animation: speedMove .3s linear infinite;
}

.l1 { width: 40px; top: 30px; }
.l2 { width: 25px; top: 38px; animation-delay: .15s; }
.l3 { width: 30px; top: 22px; animation-delay: .3s; }

@keyframes speedMove {
  from { left: 100%; opacity: 1; }
  to   { left: -60px; opacity: 0; }
}

/* journey counter */
.journey-icon {
  font-size: 2.2rem;
  color: #ffc107;
  display: block;
  margin-bottom: 6px;
}

#our-journey .glass-card {
  padding: 22px 18px;
}

#our-journey .counter {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}

    /* Glass cards */
    .glass-card{
      background:var(--glass-bg);
      border:1px solid var(--glass-border);
      box-shadow:0 18px 45px rgba(0,0,0,0.55);
      backdrop-filter:blur(18px);
      border-radius:20px;
      padding:1.75rem;
      position:relative;
      overflow:hidden;
    }
    .glass-card::before{
      content:"";
      position:absolute;
      width:120%;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--accent),transparent);
      top:0;
      left:-10%;
      opacity:0;
      animation:shine-line 4s linear infinite;
    }
    @keyframes shine-line{
      0%,60%{opacity:0;transform:translateX(-100%);}
      70%{opacity:1;transform:translateX(0);}
      100%{opacity:0;transform:translateX(100%);}
    }

    /* Buttons */
    .btn-primary{
      --bs-btn-bg:var(--primary);
      --bs-btn-border-color:var(--primary);
      --bs-btn-hover-bg:var(--primary-dark);
      --bs-btn-hover-border-color:var(--primary-dark);
      --bs-btn-color:#fff;
      position:relative;
      overflow:hidden;
    }
    .btn-primary .pulse{
      position:absolute;
      inset:-40%;
      border-radius:999px;
      background:radial-gradient(circle,rgba(255,255,255,0.26),transparent 60%);
      opacity:0;
      animation:pulse 2.4s ease-out infinite;
      pointer-events:none;
    }
    @keyframes pulse{
      0%{transform:scale(0.4);opacity:0.75;}
      70%{transform:scale(1.1);opacity:0;}
      100%{opacity:0;}
    }

    /* Shiny headings */
    .shine-title{
      position:relative;
      display:inline-block;
      overflow:hidden;
    }
    .shine-title::after{
      content:"";
      position:absolute;
      top:0;
      left:-120%;
      width:60%;
      height:100%;
      background:linear-gradient(120deg,transparent,rgba(255,255,255,0.8),transparent);
      transform:skewX(-25deg);
      animation:shine 3.4s infinite;
    }
    @keyframes shine{
      0%{left:-120%;}
      40%{left:120%;}
      100%{left:120%;}
    }

    /* Hero */
    header{
      padding-top:5.5rem;
      padding-bottom:4rem;
    }

    .brand-text{
  font-size: 14px;
}

@media (min-width: 576px){
  .brand-text{
    font-size: 18px;
  }
}

    .hero-badge{
      background:rgba(123,44,255,0.18);
      border-radius:999px;
      padding:0.35rem 0.85rem;
      border:1px solid rgba(255,255,255,0.18);
      font-size:1.2rem;
      display:inline-flex;
      align-items:center;
      gap:0.4rem;
    }

    @media (max-width: 576px) {
  .hero-badge {
    font-size: 0.98rem;
    padding: 0.25rem 0.6rem;
    gap: 0.3rem;
  }

  .hero-badge i {
    font-size: 1rem;
  }
}

    .hero-img{
      max-width:550px;
      filter:drop-shadow(0 28px 60px rgba(0,0,0,0.6));
      height: 300px;
      object-fit: cover;
      border-radius: 16px;
    }
    .carousel-inner {
        overflow: hidden;
    }
    @media (min-width: 992px) {
        .glass-card {
            align-self: flex-start;
        }
    }

.book-btn-wrapper {
  display: flex;
  justify-content: center; 
  margin-top: 20px;        
}

/* Button styling */
.book-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 200px;
  font-weight: 600;
  color: black;
  background: linear-gradient(135deg, #b8860b, #ffd700, #ffcc33);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


    .about-img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
    }

    /* Sections spacing */
    section{
      padding:4rem 0;
    }

    .service-img {
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }

#whyus {
  position: relative;
}

#whyus .row {
  margin-bottom: 3.5rem;
}

#whyus img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

#whyus .glass-card {
  padding: 1.75rem 2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

#whyus h2 {
  font-weight: 600;
}

#whyus ul li {
  font-size: 0.95rem;
  line-height: 1.6;
}

#whyus .bi {
  font-size: 1rem;
  vertical-align: middle;
}

/* Column padding for desktop */
#whyus .col-md-5 {
  padding-left: 0;
  padding-right: 16px;
}

#whyus .order-md-2 {
  padding-left: 16px;
  padding-right: 0;
}

@media (max-width: 767px) {

  #whyus .row {
    margin-bottom: 2.5rem;
  }

  #whyus .col-md-5,
  #whyus .order-md-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  #whyus img {
    max-height: 240px;
  }

  #whyus .glass-card {
    padding: 1.5rem;
  }
}


   /* carousel arrows*/
#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent, #ffbf00); 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0.9;
  transition: background 0.3s ease, opacity 0.3s ease;
}

/* Arrow hover effect */
#testimonials .carousel-control-prev:hover,
#testimonials .carousel-control-next:hover {
  background: var(--accent, #ffd633);
  opacity: 1;
}

#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
  background-size: 40% 40%;
  filter: invert(1);
}

#testimonials .carousel-control-prev {
  left: 10px; 
}

#testimonials .carousel-control-next {
  right: 10px; 
}

#testimonials .carousel-inner {
  padding: 0 30px; 
}


/* TARIFF TABLE */

#tariff .tariff-table{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,193,7,0.45);
  background:rgba(10,8,20,0.85);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,193,7,0.25);
}

/* ===== Header ===== */
#tariff .tariff-table thead th{
  background:linear-gradient(
    135deg,
    #b8860b,
    #ffcc33,
    #b8860b
  ) !important;
  color:#111 !important;
  font-weight:600;
  letter-spacing:.4px;
  text-align:center;
  padding:16px 12px;
  position:relative;
  overflow:hidden;
}

/* Header shimmer (luxury slow) */
#tariff .tariff-table thead th::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent 35%,
    rgba(255,255,255,.35),
    transparent 65%
  );
  transform:translateX(-100%);
  animation:goldShine 4s infinite;
}

/* ===== Body Rows ===== */
#tariff .tariff-table tbody td{
  background:rgba(20,18,32,0.9) !important;
  color:#e8e6f0;
  text-align:center;
  padding:14px 10px;
  font-size:.95rem;
  white-space:nowrap;
  border-color:rgba(255,255,255,0.05);
}

/* Alternate rows */
#tariff .tariff-table tbody tr:nth-child(even) td{
  background:rgba(28,25,42,0.9) !important;
}

/* Hover – subtle gold lift */
#tariff .tariff-table tbody tr:hover td{
  background:linear-gradient(
    90deg,
    rgba(255,193,7,0.22),
    rgba(255,193,7,0.08)
  ) !important;
  color:#fff;
}

/* Responsive wrapper */
#tariff .table-responsive{
  overflow-x:auto;
  margin-top:20px;
}

/* Animation */
@keyframes goldShine{
  0%{transform:translateX(-100%);}
  100%{transform:translateX(100%);}
}


/* Sticky WhatsApp/Call */
.sticky-actions{
  position: fixed;
  right: 16px;
  bottom: calc(80px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  z-index: 100;
}

/* Buttons */
.sticky-actions a{
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);
}

/* Colors */
.wa-btn{ background:#25D366; }
.call-btn{ background:var(--primary); }

@media (max-width: 768px){
  .sticky-actions{
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 576px){

  .sticky-actions{
    right: 12px;
    bottom: calc(70px + env(safe-area-inset-bottom));
    gap: 0.5rem;
  }

  .sticky-actions a{
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}


    /* Bottom mobile nav */
    .bottom-nav{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      background:rgba(8,4,24,0.96);
      border-top:1px solid rgba(255,255,255,0.12);
      display:flex;
      justify-content:space-around;
      padding:0.35rem 0;
      z-index:1040;
    }
    .bottom-nav button{
      background:none;
      border:none;
      color:#b9b5ff;
      font-size:0.78rem;
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:0.05rem;
    }
    .bottom-nav button.active{
      color:var(--accent);
    }
    .bottom-nav i{
      font-size:1.2rem;
    }

    @media(min-width:992px){
      .bottom-nav{display:none;}
    }

    /* Scroll animations */
    .reveal{
      opacity:0;
      transform:translateY(40px);
      transition:all 0.7s ease-out;
    }
    .reveal.visible{
      opacity:1;
      transform:translateY(0);
    }

    /* Payment modal image */
    .pay-img{
      max-width:160px;
      border-radius:16px;
      box-shadow:0 12px 30px rgba(0,0,0,0.6);
    }

    /* Top navigation styling */
    .navbar.fixed-top{
      background:var(--glass-bg);
      border-bottom:1px solid var(--glass-border);
      backdrop-filter:blur(10px);
      transition:background .2s,box-shadow .2s;
    }
    .navbar .navbar-brand{ color:var(--text-light); font-weight:700; }
    .navbar .nav-link{ color:#dcd8ff; }
    .navbar .nav-link.active{ color:#ffffff; font-weight:600; }
    .navbar .nav-link:hover{ color:var(--accent); }
    @media(min-width:992px){
      header{padding-top:6.25rem;}
    }
