:root{--bg:#0b1020;--card:#111831;--card2:#151f3d;--text:#f6f1e8;--muted:#b9b2a6;--gold:#d8b15f;--line:rgba(255,255,255,.12);--danger:#ff6b6b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#070b16,#101a35 55%,#21180b);color:var(--text)}a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px 6vw;background:rgba(7,11,22,.8);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center}.brand span{display:block;color:var(--muted);font-size:12px}.logo,.adminLogo{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--gold),#fff0b3);color:#141006;font-weight:900;box-shadow:0 20px 50px rgba(216,177,95,.25)}nav{display:flex;gap:22px;color:var(--muted)}nav a:hover{color:var(--gold)}.hero{min-height:78vh;display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center;padding:70px 6vw}.eyebrow{color:var(--gold);letter-spacing:.18em;font-size:12px;font-weight:800}.hero h1,.section h2,.adminTop h1{font-size:clamp(36px,6vw,76px);line-height:.95;margin:10px 0}.section h2,.adminTop h1{font-size:clamp(28px,4vw,48px)}.hero p{font-size:18px;color:var(--muted);line-height:1.7;max-width:680px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.primary{background:linear-gradient(135deg,var(--gold),#fff1b9);color:#111}.ghost{border:1px solid var(--line);background:rgba(255,255,255,.05);color:var(--text)}.danger{background:rgba(255,107,107,.15);color:#ffd3d3;border:1px solid rgba(255,107,107,.35)}.full{width:100%}.trust{display:flex;gap:10px;flex-wrap:wrap}.trust span{border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--muted);background:rgba(255,255,255,.04)}.heroCard{min-height:440px;border-radius:36px;background:radial-gradient(circle at 30% 25%,rgba(216,177,95,.55),transparent 35%),linear-gradient(145deg,#1a2448,#0b1020);box-shadow:0 30px 100px rgba(0,0,0,.35);display:grid;place-items:end;padding:30px}.glassCard{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.08);backdrop-filter:blur(18px);border-radius:28px;padding:26px}.glassCard p{color:var(--gold);margin:0}.glassCard h2{margin:8px 0}.glassCard span{color:var(--muted)}.section{padding:68px 6vw}.sectionHead{text-align:center;max-width:750px;margin:0 auto 34px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card,.panel,.formCard,.loginPanel{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:26px;padding:26px;box-shadow:0 18px 60px rgba(0,0,0,.2)}.card span{color:var(--gold);font-weight:900}.card p,.muted{color:var(--muted);line-height:1.6}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}.tableWrap{overflow:auto;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.04)}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:17px;border-bottom:1px solid var(--line)}th{color:var(--gold);font-size:12px;letter-spacing:.08em;text-transform:uppercase}tr:last-child td{border-bottom:0}.booking{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}input,textarea,select{width:100%;border:1px solid var(--line);background:rgba(0,0,0,.22);color:var(--text);border-radius:16px;padding:14px;margin-bottom:12px;outline:none}textarea{min-height:96px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--gold)}.hidden{display:none!important}.status{color:var(--gold);font-weight:700}.contactLine{color:var(--muted)}.faq{display:grid;gap:12px;max-width:900px;margin:auto}details{border:1px solid var(--line);border-radius:18px;padding:18px;background:rgba(255,255,255,.04)}summary{cursor:pointer;font-weight:800}details p{color:var(--muted)}footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:30px 6vw;border-top:1px solid var(--line);background:#070b16}footer p{color:var(--muted);max-width:650px}.adminBody{background:linear-gradient(135deg,#070b16,#121a34)}.adminShell{padding:34px 6vw}.loginPanel{max-width:460px;margin:8vh auto;text-align:center}.small{box-shadow:none;background:transparent;border:0;padding:0}.backLink{display:inline-block;margin-top:20px;color:var(--gold)}.dashboard{max-width:1250px;margin:auto}.adminTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.adminTop>div:last-child{display:flex;gap:12px}.adminGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{margin-bottom:20px}.panel h2{margin-top:0}.panelHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.editRow{display:grid;grid-template-columns:1fr 120px 160px 160px 1fr auto;gap:10px;align-items:start;border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.editRow input{margin-bottom:0}.saveBtn{margin-bottom:10px}.adminLogo{margin:0 auto 18px;width:62px;height:62px;border-radius:20px}.formCard{background:rgba(255,255,255,.07)}@media(max-width:900px){.hero,.split,.booking,.adminGrid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.nav{align-items:flex-start;gap:12px;flex-direction:column}nav{width:100%;overflow:auto}.hero{padding-top:40px}.editRow{grid-template-columns:1fr}.adminTop{flex-direction:column;align-items:flex-start}.grid2{grid-template-columns:1fr}footer{flex-direction:column;align-items:flex-start}}


 .logo {
  width: 360px;
  height: 105px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(216, 177, 95, 0.45);
  box-shadow: 0 18px 45px rgba(216, 177, 95, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Premium Header Logo Fix */

.nav {
  height: 118px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  width: 230px;
  height: 82px;
  border-radius: 18px;
  overflow: hidden;
  background: #f4d77c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 10px 30px rgba(216, 177, 95, 0.22);
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#brandName {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #f6f1e8;
  display: block;
  line-height: 1.15;
}

.brand span {
  font-size: 15px;
  color: #c9c1b4;
  margin-top: 4px;
  display: block;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav nav a {
  color: #cfc7ba;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}

.nav nav a:hover {
  color: #d8b15f;
}

/* Mobile responsive header */
@media (max-width: 768px) {
  .nav {
    height: auto;
    padding: 18px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .brand {
    gap: 14px;
  }

  .logo {
    width: 170px;
    height: 64px;
    border-radius: 15px;
  }

  #brandName {
    font-size: 18px;
  }

  .brand span {
    font-size: 13px;
  }

  .nav nav {
    gap: 18px;
    flex-wrap: wrap;
  }

  .nav nav a {
    font-size: 15px;
  }
}




/* Premium hover animation for service cards */

#services .card,
#services .service-card,
.services .card,
.services-grid > div {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  cursor: pointer;
  will-change: transform;
}

#services .card:hover,
#services .service-card:hover,
.services .card:hover,
.services-grid > div:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 22px 55px rgba(216, 177, 95, 0.18);
  border-color: rgba(216, 177, 95, 0.55);
  background: linear-gradient(145deg, rgba(21, 31, 61, 0.98), rgba(17, 24, 49, 0.98));
}

#services .card:hover h3,
#services .service-card:hover h3,
.services .card:hover h3,
.services-grid > div:hover h3 {
  color: #f4d77c;
}

#services .card:hover::before,
#services .service-card:hover::before,
.services .card:hover::before,
.services-grid > div:hover::before {
  opacity: 1;
}


.heroCard {
  position: relative;
  overflow: hidden;
}

.hero-car-logo {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 460px;
  max-width: 86%;
  height: auto;
  object-fit: contain;
  z-index: 1;
  opacity: 0.95;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.glassCard {
  position: relative;
  z-index: 2;
}



/* Unique Hero Vehicle Animation */

.heroCard {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* soft golden moving background glow */
.heroCard::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(216, 177, 95, 0.28), transparent 68%);
  filter: blur(12px);
  opacity: 0.75;
  animation: goldenPulse 4.5s ease-in-out infinite;
  z-index: 0;
}

/* vintage sedan image animation */
.hero-car-logo {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
  max-width: 88%;
  height: auto;
  object-fit: contain;
  z-index: 1;
  opacity: 0.96;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.42));
  pointer-events: none;
  animation: carFloat 4.2s ease-in-out infinite;
}

/* hover effect on full hero card */
.heroCard:hover .hero-car-logo {
  transform: translateX(-50%) translateY(-10px) scale(1.045);
  filter: drop-shadow(0 28px 46px rgba(216, 177, 95, 0.26));
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* vehicle glass card premium effect */
.glassCard {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

/* shine sweep effect */
.glassCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.16),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.heroCard:hover .glassCard {
  transform: translateY(-8px);
  border-color: rgba(216, 177, 95, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), 0 0 35px rgba(216, 177, 95, 0.12);
}

.heroCard:hover .glassCard::before {
  left: 130%;
}

.heroCard:hover .glassCard p {
  color: #f4d77c;
}

.heroCard:hover .glassCard h2 {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(216, 177, 95, 0.25);
}

/* animations */
@keyframes carFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-50%) translateY(-12px);
  }
}

@keyframes goldenPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translateX(-50%) scale(0.95);
  }
  50% {
    opacity: 0.9;
    transform: translateX(-50%) scale(1.08);
  }
}

/* mobile adjustment */
@media (max-width: 768px) {
  .hero-car-logo {
    width: 320px;
    top: 30px;
  }

  .heroCard::before {
    width: 260px;
    height: 260px;
  }
}




/* Hero text line-by-line loading animation */

.heroContent .eyebrow {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  animation: heroFadeUp 0.75s ease forwards;
  animation-delay: 0.15s;
}

.hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(42px);
  filter: blur(10px);
  animation: heroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-title span:nth-child(1) {
  animation-delay: 0.35s;
}

.hero-title span:nth-child(2) {
  animation-delay: 0.55s;
}

.hero-title span:nth-child(3) {
  animation-delay: 0.75s;
}

.hero-subtitle {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(8px);
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: 1s;
}

.heroContent .btn,
.heroContent .btnGhost {
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.75s ease forwards;
  animation-delay: 1.2s;
}

.heroContent .trust {
  opacity: 0;
  transform: translateY(22px);
  animation: heroFadeUp 0.75s ease forwards;
  animation-delay: 1.4s;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(42px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Smooth Scroll + Premium Section Reveal Animation */

html {
  scroll-behavior: smooth;
}

body.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(46px);
  filter: blur(8px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s ease;
}

body.reveal-ready .reveal.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Slight delay effect for cards inside sections */
body.reveal-ready .reveal-delay-1 {
  transition-delay: 0.12s;
}

body.reveal-ready .reveal-delay-2 {
  transition-delay: 0.22s;
}

body.reveal-ready .reveal-delay-3 {
  transition-delay: 0.32s;
}

/* Premium card hover movement */
.card,
.glassCard,
.service-card {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.card:hover,
.glassCard:hover,
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 55px rgba(216, 177, 95, 0.16);
  border-color: rgba(216, 177, 95, 0.45);
}

/* Reduce animation for users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.reveal-ready .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* Premium Header Upgrade */

.nav {
  position: sticky;
  top: 0;
  z-index: 999;
  min-height: 112px;
  padding: 14px 7%;
  background: rgba(11, 16, 32, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 177, 95, 0.18);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo {
  width: 300px;
  height: 88px;
  border-radius: 20px;
  overflow: hidden;
  padding: 8px;
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.28), rgba(21, 31, 61, 0.92));
  border: 1px solid rgba(216, 177, 95, 0.35);
  box-shadow: 0 18px 45px rgba(216, 177, 95, 0.12);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.logo:hover {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(216, 177, 95, 0.72);
  box-shadow: 0 22px 60px rgba(216, 177, 95, 0.22);
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#brandName {
  font-size: 30px;
  font-weight: 900;
  color: #f7f1e7;
  letter-spacing: 0.3px;
  line-height: 1.1;
}

.brand span {
  font-size: 17px;
  color: #c9c1b4;
  margin-top: 8px;
  display: block;
  letter-spacing: 0.3px;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav nav a {
  position: relative;
  color: #d8d1c5;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nav nav a:hover {
  color: #111831;
  background: #d8b15f;
  transform: translateY(-2px);
}

.nav nav a:last-child {
  background: rgba(216, 177, 95, 0.12);
  border: 1px solid rgba(216, 177, 95, 0.28);
}

.nav nav a:last-child:hover {
  background: #d8b15f;
  border-color: #d8b15f;
}

/* Mobile header fix */
@media (max-width: 900px) {
  .nav {
    position: relative;
    padding: 18px 22px;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .brand {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    width: 260px;
    height: 78px;
  }

  #brandName {
    font-size: 24px;
  }

  .brand span {
    font-size: 15px;
  }

  .nav nav {
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav nav a {
    font-size: 15px;
    padding: 10px 14px;
  }
}

/* Final Logo Full Box Fill Fix */

.logo {
  width: 360px;
  height: 105px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0 !important;
  background: transparent !important;
  border: 1px solid rgba(216, 177, 95, 0.45);
  box-shadow: 0 18px 45px rgba(216, 177, 95, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* Premium Footer */

.premiumFooter {
  position: relative;
  overflow: hidden;
  padding: 90px 7% 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(216, 177, 95, 0.16), transparent 32%),
    linear-gradient(180deg, #0b1020 0%, #070b16 100%);
  border-top: 1px solid rgba(216, 177, 95, 0.22);
}

.footerGlow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  background: radial-gradient(circle, rgba(216, 177, 95, 0.18), transparent 68%);
  filter: blur(16px);
  pointer-events: none;
}

.footerGrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 1fr 1.25fr;
  gap: 42px;
}

.footerBrand h2 {
  color: #f6f1e8;
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.footerBrand p,
.footerColumn p,
.footerColumn span,
.footerColumn a,
.footerBottom p {
  color: #c9c1b4;
  font-size: 15.5px;
  line-height: 1.75;
}

.footerColumn h3 {
  color: #d8b15f;
  font-size: 18px;
  margin-bottom: 18px;
  letter-spacing: 0.6px;
}

.footerColumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footerColumn a {
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footerColumn a:hover {
  color: #d8b15f;
  transform: translateX(6px);
}

.footerContactButtons {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.footerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #f6f1e8;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.footerBtn.gold {
  color: #111831;
  background: #d8b15f;
  border-color: #d8b15f;
  font-weight: 800;
}

.footerBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(216, 177, 95, 0.18);
}

.footerBottom {
  position: relative;
  z-index: 1;
  margin-top: 62px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

/* Footer responsive */
@media (max-width: 900px) {
  .premiumFooter {
    padding: 70px 24px 26px;
  }

  .footerGrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footerBrand h2 {
    font-size: 28px;
  }

  .footerBottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* FAQ + Gallery Premium Split Section */

.faqGallerySection {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: stretch;
}

.faqPanel,
.galleryPanel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 177, 95, 0.12), transparent 34%),
    rgba(21, 31, 61, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.faqPanel {
  padding: 42px;
}

.galleryPanel {
  padding: 34px;
}

.leftHead {
  text-align: left;
  margin-bottom: 26px;
}

.leftHead h2 {
  font-size: 42px;
  line-height: 1.1;
}

.sectionIntro {
  color: #c9c1b4;
  margin-top: 12px;
  line-height: 1.7;
}

.faqLeft {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faqLeft details {
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.faqLeft details:hover {
  transform: translateX(6px);
  border-color: rgba(216, 177, 95, 0.45);
  background: rgba(216, 177, 95, 0.06);
}

.faqLeft summary {
  cursor: pointer;
  color: #f6f1e8;
  font-weight: 800;
}

.faqLeft details p {
  margin-top: 12px;
  color: #c9c1b4;
  line-height: 1.7;
}

/* Gallery Right Side */

.galleryHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.galleryHead h2 {
  color: #f6f1e8;
  font-size: 38px;
  line-height: 1.1;
}

.galleryHead span {
  color: #d8b15f;
  font-size: 14px;
  white-space: nowrap;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(216, 177, 95, 0.10);
  border: 1px solid rgba(216, 177, 95, 0.25);
}

.galleryGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-auto-rows: 155px;
  gap: 16px;
}

.galleryTile {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background-image:
    linear-gradient(180deg, rgba(6, 10, 22, 0.12), rgba(6, 10, 22, 0.88)),
    var(--photo);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.galleryTile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(216, 177, 95, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(21, 31, 61, 0.55), rgba(7, 11, 22, 0.72));
  opacity: 0.72;
  transition: opacity 0.32s ease;
}

.galleryTile::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -70%;
  width: 55%;
  height: 160%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(18deg);
  transition: left 0.75s ease;
}

.galleryTile:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(216, 177, 95, 0.55);
  box-shadow: 0 26px 65px rgba(216, 177, 95, 0.12);
}

.galleryTile:hover::before {
  opacity: 0.48;
}

.galleryTile:hover::after {
  left: 125%;
}

.galleryTile div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
}

.galleryTile span {
  color: #d8b15f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.galleryTile strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  margin-top: 6px;
  line-height: 1.15;
}

.galleryLarge {
  grid-row: span 2;
}

.galleryTile.wide {
  grid-column: span 2;
}

/* Mobile responsive FAQ + Gallery */

@media (max-width: 900px) {
  .faqGallerySection {
    grid-template-columns: 1fr;
  }

  .faqPanel,
  .galleryPanel {
    padding: 28px;
    border-radius: 24px;
  }

  .leftHead h2,
  .galleryHead h2 {
    font-size: 32px;
  }

  .galleryHead {
    flex-direction: column;
  }

  .galleryGrid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .galleryLarge,
  .galleryTile.wide {
    grid-row: auto;
    grid-column: auto;
  }
}

/* Premium FAQ Glass Glow Animation */

.faqLeft details,
.faq details {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px 22px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.025)
  );
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

/* golden glow layer */
.faqLeft details::before,
.faq details::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(216, 177, 95, 0.22), transparent 34%),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* shine sweep */
.faqLeft details::after,
.faq details::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -90%;
  width: 55%;
  height: 180%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transform: rotate(18deg);
  transition: left 0.75s ease;
  pointer-events: none;
}

.faqLeft details:hover,
.faq details:hover {
  transform: translateY(-8px) translateX(5px);
  border-color: rgba(216, 177, 95, 0.60);
  background: linear-gradient(
    135deg,
    rgba(216, 177, 95, 0.10),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(216, 177, 95, 0.16);
}

.faqLeft details:hover::before,
.faq details:hover::before {
  opacity: 1;
}

.faqLeft details:hover::after,
.faq details:hover::after {
  left: 130%;
}

.faqLeft summary,
.faq summary {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #f6f1e8;
  font-weight: 850;
  letter-spacing: 0.2px;
  transition: color 0.25s ease;
}

.faqLeft details:hover summary,
.faq details:hover summary {
  color: #f4d77c;
}

.faqLeft details p,
.faq details p {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  color: #c9c1b4;
  line-height: 1.75;
}

/* when FAQ is opened */
.faqLeft details[open],
.faq details[open] {
  border-color: rgba(216, 177, 95, 0.48);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(216, 177, 95, 0.12);
}

/* Premium Customer Reviews Section */

.reviewsSection {
  position: relative;
  overflow: hidden;
}

.reviewsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 42px;
}

.reviewCard {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 177, 95, 0.13), transparent 34%),
    rgba(21, 31, 61, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.reviewCard::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -80%;
  width: 60%;
  height: 180%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: rotate(18deg);
  transition: left 0.75s ease;
}

.reviewCard:hover {
  transform: translateY(-12px);
  border-color: rgba(216, 177, 95, 0.55);
  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.32),
    0 0 35px rgba(216, 177, 95, 0.14);
}

.reviewCard:hover::before {
  left: 130%;
}

.stars {
  color: #d8b15f;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.reviewCard p {
  position: relative;
  z-index: 2;
  color: #d8d1c5;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.reviewUser {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviewUser > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d8b15f;
  color: #111831;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.reviewUser strong {
  display: block;
  color: #f6f1e8;
  font-size: 16px;
}

.reviewUser small {
  color: #b9b2a6;
}

/* Video Review Box */

.videoReviewBox {
  margin-top: 34px;
  padding: 34px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 177, 95, 0.18), transparent 38%),
    rgba(17, 24, 49, 0.78);
  border: 1px solid rgba(216, 177, 95, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.videoReviewContent h3 {
  color: #f6f1e8;
  font-size: 34px;
  margin: 8px 0 12px;
}

.videoReviewContent p {
  color: #c9c1b4;
  line-height: 1.75;
}

.reviewActions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.reviewBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #f6f1e8;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.reviewBtn.gold {
  background: #d8b15f;
  color: #111831;
  border-color: #d8b15f;
  font-weight: 900;
}

.reviewBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(216, 177, 95, 0.18);
}

.videoCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.videoCard {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.32s ease, border-color 0.32s ease;
}

.videoCard:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 177, 95, 0.52);
}

.videoCard video {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  background: #070b16;
}

.videoCard span {
  display: block;
  padding: 14px 16px;
  color: #f6f1e8;
  font-weight: 800;
}

/* Responsive Reviews */

@media (max-width: 900px) {
  .reviewsGrid {
    grid-template-columns: 1fr;
  }

  .videoReviewBox {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .videoCards {
    grid-template-columns: 1fr;
  }

  .videoReviewContent h3 {
    font-size: 28px;
  }
}



/* Stylish Booking Form Success / Error Message */

.status {
  margin-top: 18px;
  padding: 0;
  min-height: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease;
}

.status.show {
  opacity: 1;
  transform: translateY(0);
  padding: 16px 18px;
}

.status.success {
  color: #f6f1e8;
  background:
    linear-gradient(135deg, rgba(216, 177, 95, 0.18), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(216, 177, 95, 0.55);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 30px rgba(216, 177, 95, 0.14);
}

.status.success::before {
  content: "✓ ";
  color: #d8b15f;
  font-weight: 900;
}

.status.error {
  color: #ffe6e6;
  background:
    linear-gradient(135deg, rgba(255, 80, 80, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 100, 100, 0.45);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(255, 80, 80, 0.10);
}

.status.error::before {
  content: "⚠ ";
  color: #ff8a8a;
  font-weight: 900;
}




/* Balloon Burst + THANKS Success Animation */

.ride-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(7, 11, 22, 0.72);
  backdrop-filter: blur(14px);
}

.ride-success-overlay.show {
  display: flex;
  animation: overlayFadeIn 0.35s ease forwards;
}

.ride-success-card {
  width: min(560px, 88vw);
  padding: 54px 34px 44px;
  border-radius: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 177, 95, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(21, 31, 61, 0.96), rgba(9, 14, 29, 0.96));
  border: 1px solid rgba(216, 177, 95, 0.42);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45), 0 0 55px rgba(216, 177, 95, 0.18);
  animation: successCardPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.success-balloons {
  position: relative;
  height: 116px;
  margin-bottom: 8px;
}

.balloon {
  position: absolute;
  bottom: 10px;
  width: 54px;
  height: 70px;
  border-radius: 50% 50% 46% 46%;
  background: #d8b15f;
  box-shadow: inset -10px -14px 18px rgba(0, 0, 0, 0.18);
  animation: balloonRise 1.15s ease-out forwards, balloonBurst 0.32s ease forwards;
  animation-delay: 0s, 1.15s;
}

.balloon.b1 {
  left: 18%;
}

.balloon.b2 {
  left: 45%;
  width: 62px;
  height: 78px;
  background: #f4d77c;
  animation-delay: 0.12s, 1.25s;
}

.balloon.b3 {
  right: 18%;
  background: #b98d3d;
  animation-delay: 0.22s, 1.35s;
}

.burst-particle {
  position: absolute;
  left: 50%;
  top: 72px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4d77c;
  opacity: 0;
  animation: particleBurst 1s ease-out forwards;
  animation-delay: 1.22s;
}

.burst-particle:nth-child(4) { --x: -120px; --y: -80px; }
.burst-particle:nth-child(5) { --x: -70px; --y: -125px; }
.burst-particle:nth-child(6) { --x: 0px; --y: -140px; }
.burst-particle:nth-child(7) { --x: 72px; --y: -120px; }
.burst-particle:nth-child(8) { --x: 126px; --y: -78px; }
.burst-particle:nth-child(9) { --x: -115px; --y: 5px; }
.burst-particle:nth-child(10) { --x: 120px; --y: 8px; }

.thanks-title {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation: thanksAppear 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.55s;
}

.thanks-title h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 74px);
  color: #f4d77c;
  text-shadow: 0 0 28px rgba(216, 177, 95, 0.32);
}

.thanks-title h3 {
  margin: 14px 0 0;
  font-size: clamp(24px, 4vw, 42px);
  color: #ffffff;
}

.thanks-title p {
  margin: 20px auto 0;
  max-width: 420px;
  color: #c9c1b4;
  line-height: 1.7;
}

.ride-success-close {
  margin-top: 26px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: #d8b15f;
  color: #111831;
  font-weight: 900;
  cursor: pointer;
}

.status.show {
  opacity: 1;
  transform: translateY(0);
  padding: 16px 18px;
}

.status.success {
  color: #f6f1e8;
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.18), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(216, 177, 95, 0.55);
}

.status.error {
  color: #ffe6e6;
  background: linear-gradient(135deg, rgba(255, 80, 80, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 100, 100, 0.45);
}

@keyframes overlayFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes successCardPop {
  from { transform: scale(0.92); }
  to { transform: scale(1); }
}

@keyframes balloonRise {
  from {
    transform: translateY(70px) scale(0.85);
    opacity: 0;
  }
  to {
    transform: translateY(-18px) scale(1);
    opacity: 1;
  }
}

@keyframes balloonBurst {
  to {
    opacity: 0;
    transform: translateY(-18px) scale(1.55);
    filter: blur(3px);
  }
}

@keyframes particleBurst {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.2);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(1);
  }
}

@keyframes thanksAppear {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* Submit Enquiry Button Glass Glow Animation */

#bookingForm .btn.primary.full {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(216, 177, 95, 0.55);
  box-shadow:
    0 18px 42px rgba(216, 177, 95, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

#bookingForm .btn.primary.full::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.75s ease;
  z-index: -1;
}

#bookingForm .btn.primary.full::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.30),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -2;
}

#bookingForm .btn.primary.full:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 235, 170, 0.9);
  box-shadow:
    0 24px 60px rgba(216, 177, 95, 0.28),
    0 0 34px rgba(216, 177, 95, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

#bookingForm .btn.primary.full:hover::before {
  left: 130%;
}

#bookingForm .btn.primary.full:hover::after {
  opacity: 1;
}

#bookingForm .btn.primary.full:active {
  transform: translateY(-1px) scale(0.99);
}

#bookingForm .btn.primary.full:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}



/* Floating WhatsApp Booking Button - Glass Glow */

.floatingWhatsAppGlass {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #f6f1e8;
  font-weight: 900;
  letter-spacing: 0.2px;
  background:
    linear-gradient(135deg, rgba(216, 177, 95, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(17, 24, 49, 0.72);
  border: 1px solid rgba(216, 177, 95, 0.55);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.35),
    0 0 34px rgba(216, 177, 95, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.floatingWhatsAppGlass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.34),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.8s ease;
}

.floatingWhatsAppGlass:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(244, 215, 124, 0.95);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    0 0 46px rgba(216, 177, 95, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.floatingWhatsAppGlass:hover::before {
  left: 130%;
}

.waIcon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d8b15f;
  color: #111831;
  font-size: 20px;
  box-shadow: 0 0 24px rgba(216, 177, 95, 0.34);
}

.waText {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.waGlow {
  position: absolute;
  inset: -18px;
  background: radial-gradient(circle at 20% 20%, rgba(216, 177, 95, 0.35), transparent 42%);
  opacity: 0.65;
  animation: waPulseGlow 2.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes waPulseGlow {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .floatingWhatsAppGlass {
    right: 18px;
    bottom: 18px;
    padding: 13px 16px;
  }

  .waIcon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .waText {
    font-size: 14px;
  }
}


/* Premium Itinerary Hover Flip Cards */

.legacyServicesHolder {
  display: none !important;
}

.itinerarySection {
  position: relative;
  overflow: hidden;
}

.itinerarySlider {
  margin-top: 42px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 430px);
  gap: 28px;
  overflow-x: auto;
  padding: 12px 6px 32px;
  scroll-snap-type: x mandatory;
}

.itinerarySlider::-webkit-scrollbar {
  height: 9px;
}

.itinerarySlider::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.itinerarySlider::-webkit-scrollbar-thumb {
  background: rgba(216, 177, 95, 0.62);
  border-radius: 999px;
}

.itineraryFlipCard {
  height: 485px;
  perspective: 1300px;
  scroll-snap-align: start;
}

.itineraryInner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.itineraryFlipCard:hover .itineraryInner {
  transform: rotateY(180deg);
}

.itineraryFace {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.30);
}

.itineraryFront {
  background: #111831;
}

.itineraryBack {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 20% 0%, rgba(216, 177, 95, 0.22), transparent 38%),
    linear-gradient(145deg, rgba(21, 31, 61, 0.96), rgba(7, 11, 22, 0.96));
}

.citySlides {
  position: absolute;
  inset: 0;
}

.citySlides .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  animation: itineraryImageSlide 9s infinite;
}

.citySlides .s1 {
  animation-delay: 0s;
}

.citySlides .s2 {
  animation-delay: 3s;
}

.citySlides .s3 {
  animation-delay: 6s;
}

.citySlides::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 10%, rgba(216, 177, 95, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(7, 11, 22, 0.12), rgba(7, 11, 22, 0.88));
  z-index: 2;
}

.itineraryFace::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 177, 95, 0.30), transparent 34%),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 3;
  pointer-events: none;
}

.itineraryFace::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -90%;
  width: 62%;
  height: 190%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(18deg);
  transition: left 0.8s ease;
  z-index: 4;
  pointer-events: none;
}

.itineraryFlipCard:hover .itineraryFace::before {
  opacity: 1;
}

.itineraryFlipCard:hover .itineraryFace::after {
  left: 130%;
}

.itineraryFlipCard:hover .itineraryFace {
  border-color: rgba(216, 177, 95, 0.62);
  box-shadow:
    0 36px 95px rgba(0, 0, 0, 0.42),
    0 0 46px rgba(216, 177, 95, 0.18);
}

.itineraryGlass,
.backGlass {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 28px;
  z-index: 5;
  padding: 24px;
  border-radius: 26px;
  background: rgba(17, 24, 49, 0.62);
  border: 1px solid rgba(216, 177, 95, 0.24);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.backGlass {
  top: 28px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
}

.cityNo {
  color: #d8b15f;
  font-weight: 950;
  letter-spacing: 2px;
  font-size: 14px;
}

.itineraryGlass h3,
.backGlass h3 {
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
}

.itineraryGlass p {
  color: #d8d1c5;
  line-height: 1.65;
  font-size: 15.5px;
}

.itineraryGlass small {
  display: inline-block;
  margin-top: 16px;
  color: #f4d77c;
  font-weight: 800;
}

.placeChips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
}

.placeChips span {
  color: #f6f1e8;
  font-size: 13.5px;
  line-height: 1.35;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(216, 177, 95, 0.20);
}

/* City image slideshow files */
.city-varanasi .s1 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/varanasi-1.jpg");
}

.city-varanasi .s2 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/varanasi-2.jpg");
}

.city-varanasi .s3 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/varanasi-3.jpg");
}

.city-lucknow .s1 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/lucknow-1.jpg");
}

.city-lucknow .s2 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/lucknow-2.jpg");
}

.city-lucknow .s3 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/lucknow-3.jpg");
}

.city-prayagraj .s1 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/prayagraj-1.jpg");
}

.city-prayagraj .s2 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/prayagraj-2.jpg");
}

.city-prayagraj .s3 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/prayagraj-3.jpg");
}

.city-chitrakoot .s1 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/chitrakoot-1.jpg");
}

.city-chitrakoot .s2 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/chitrakoot-2.jpg");
}

.city-chitrakoot .s3 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/chitrakoot-3.jpg");
}

.city-outstation .s1 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/outstation-1.jpg");
}

.city-outstation .s2 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/outstation-2.jpg");
}

.city-outstation .s3 {
  background-image: linear-gradient(180deg, rgba(7, 11, 22, 0.1), rgba(7, 11, 22, 0.72)), url("/outstation-3.jpg");
}

@keyframes itineraryImageSlide {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }

  8% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: scale(1);
  }

  42% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  .itinerarySlider {
    grid-auto-columns: minmax(285px, 86vw);
  }

  .itineraryFlipCard {
    height: 465px;
  }

  .itineraryGlass,
  .backGlass {
    left: 18px;
    right: 18px;
    bottom: 20px;
    padding: 20px;
  }

  .backGlass {
    top: 20px;
  }

  .itineraryGlass h3,
  .backGlass h3 {
    font-size: 28px;
  }
}


/* FINAL FIX: Place chips glass glow animation */

.placeChips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  overflow-y: auto !important;
  padding: 6px 6px 10px 0 !important;
  position: relative !important;
  z-index: 20 !important;
}

.placeChips span {
  position: relative !important;
  z-index: 25 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  cursor: pointer !important;

  color: #f6f1e8 !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025)) !important;
  border: 1px solid rgba(216, 177, 95, 0.30) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;

  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;

  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    opacity 0.28s ease !important;
}

.placeChips span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.34),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.72s ease;
  pointer-events: none;
}

.placeChips span::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(
    circle at 35% 20%,
    rgba(216, 177, 95, 0.42),
    transparent 58%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.itineraryFlipCard:hover .placeChips span {
  opacity: 1 !important;
  animation: chipPopIn 0.55s ease both;
}

.placeChips span:hover {
  transform: translateY(-7px) scale(1.06) !important;
  color: #ffffff !important;
  border-color: rgba(244, 215, 124, 0.85) !important;
  background:
    linear-gradient(135deg, rgba(216, 177, 95, 0.24), rgba(255, 255, 255, 0.08)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.30),
    0 0 34px rgba(216, 177, 95, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}

.placeChips span:hover::before {
  left: 135%;
}

.placeChips span:hover::after {
  opacity: 1;
}

.itineraryFlipCard:hover .placeChips span:nth-child(1) { animation-delay: 0.06s; }
.itineraryFlipCard:hover .placeChips span:nth-child(2) { animation-delay: 0.12s; }
.itineraryFlipCard:hover .placeChips span:nth-child(3) { animation-delay: 0.18s; }
.itineraryFlipCard:hover .placeChips span:nth-child(4) { animation-delay: 0.24s; }
.itineraryFlipCard:hover .placeChips span:nth-child(5) { animation-delay: 0.30s; }
.itineraryFlipCard:hover .placeChips span:nth-child(6) { animation-delay: 0.36s; }
.itineraryFlipCard:hover .placeChips span:nth-child(7) { animation-delay: 0.42s; }
.itineraryFlipCard:hover .placeChips span:nth-child(8) { animation-delay: 0.48s; }
.itineraryFlipCard:hover .placeChips span:nth-child(9) { animation-delay: 0.54s; }
.itineraryFlipCard:hover .placeChips span:nth-child(10) { animation-delay: 0.60s; }

@keyframes chipPopIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.90);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}


/* Main Website Repeat Reveal Animation */

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.99);
  filter: none !important;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none !important;
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

/* ===== Booking App Glass + Animation Effects ===== */

.glassCard {
  position: relative;
  background: linear-gradient(135deg, rgba(28, 38, 68, 0.84), rgba(11, 20, 44, 0.92)) !important;
  border: 1px solid rgba(216, 177, 95, 0.22) !important;
  border-radius: 24px !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  overflow: hidden;
}

.glassCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02),
    transparent 62%
  );
  pointer-events: none;
}

.glassCard:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 177, 95, 0.48) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(216, 177, 95, 0.16) !important;
}

.resultCard {
  padding: 28px !important;
  min-height: 150px;
  transition: all 0.35s ease;
}

.resultCard h2,
.resultCard h3 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.resultCard p,
.resultCard .muted,
.resultCard .resultText {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.6;
}

.revealUp {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.revealUp.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.glowBtn {
  position: relative !important;
  overflow: hidden !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

.glowBtn:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(216, 177, 95, 0.20) !important;
}

.glowBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.30),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.glowBtn:hover::after {
  left: 135%;
}

.mapGlass {
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 177, 95, 0.24) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.35s ease;
}

.mapGlass:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 177, 95, 0.50) !important;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(216, 177, 95, 0.13) !important;
}

.resultPop {
  animation: resultPop 0.45s ease;
}

@keyframes resultPop {
  0% {
    opacity: 0.45;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Customer App Glass + Animation Effects ===== */

.glassCard {
  position: relative;
  background: linear-gradient(135deg, rgba(28, 38, 68, 0.84), rgba(11, 20, 44, 0.92)) !important;
  border: 1px solid rgba(216, 177, 95, 0.22) !important;
  border-radius: 24px !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  overflow: hidden;
  transition: all 0.35s ease;
}

.glassCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02),
    transparent 62%
  );
  pointer-events: none;
}

.glassCard:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 177, 95, 0.48) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(216, 177, 95, 0.16) !important;
}

.resultCard {
  padding: 28px !important;
  min-height: 150px;
}

.resultCard h2 {
  color: #ffffff !important;
  font-weight: 900 !important;
  margin-bottom: 14px;
}

.resultText {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.6;
}

.revealUp {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.revealUp.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.glowBtn {
  position: relative !important;
  overflow: hidden !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

.glowBtn:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(216, 177, 95, 0.20) !important;
}

.glowBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.30),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.glowBtn:hover::after {
  left: 135%;
}

.mapGlass {
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 177, 95, 0.24) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
  transition: all 0.35s ease;
}

.mapGlass:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 177, 95, 0.50) !important;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(216, 177, 95, 0.13) !important;
}

.resultPop {
  animation: resultPop 0.45s ease;
}

@keyframes resultPop {
  0% {
    opacity: 0.45;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== FINAL VISIBLE CUSTOMER APP GLASS EFFECT ===== */

.wrap .card,
.card.glassCard {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 177, 95, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(30, 42, 75, 0.92), rgba(11, 20, 44, 0.96)) !important;
  border: 1px solid rgba(216, 177, 95, 0.35) !important;
  border-radius: 26px !important;
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(216, 177, 95, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
}

.wrap .card::before,
.card.glassCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.14),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.9s ease;
  pointer-events: none;
  z-index: 1;
}

.wrap .card:hover,
.card.glassCard:hover {
  transform: translateY(-7px) scale(1.01) !important;
  border-color: rgba(216, 177, 95, 0.75) !important;
  box-shadow:
    0 32px 75px rgba(0, 0, 0, 0.50),
    0 0 42px rgba(216, 177, 95, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.wrap .card:hover::before,
.card.glassCard:hover::before {
  left: 140%;
}

.resultCard {
  min-height: 150px !important;
}

.resultCard h2 {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(216, 177, 95, 0.25) !important;
}

.resultText,
#result,
#trackResult {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 700 !important;
}

/* Map strong glass border */
.mapGlass,
#trackMap {
  border-radius: 22px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216, 177, 95, 0.55) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(216, 177, 95, 0.18) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease !important;
}

.mapGlass:hover,
#trackMap:hover {
  transform: translateY(-5px) scale(1.01) !important;
  border-color: rgba(244, 215, 124, 0.90) !important;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.52),
    0 0 45px rgba(216, 177, 95, 0.32) !important;
}

/* Buttons strong glow */
.glowBtn,
button[type="submit"] {
  position: relative !important;
  overflow: hidden !important;
  box-shadow:
    0 12px 28px rgba(255, 165, 0, 0.22),
    0 0 22px rgba(216, 177, 95, 0.16) !important;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease !important;
}

.glowBtn:hover,
button[type="submit"]:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow:
    0 20px 42px rgba(255, 165, 0, 0.35),
    0 0 38px rgba(216, 177, 95, 0.32) !important;
}

.glowBtn::after,
button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.glowBtn:hover::after,
button[type="submit"]:hover::after {
  left: 140%;
}

/* Load animation */
.revealUp {
  animation: customerCardEnter 0.75s ease both !important;
}

@keyframes customerCardEnter {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Result update pop */
.resultPop {
  animation: resultPopStrong 0.45s ease both !important;
}

@keyframes resultPopStrong {
  0% {
    opacity: 0.4;
    transform: translateY(10px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* ===== FINAL LIVE FAQ GLASS ACCORDION FIX START ===== */

/* Remove Travel Moments/Gallery completely if any leftover HTML is deployed */
#gallery,
.gallerySection,
section:has(h2.galleryTitle),
.hideGallerySection {
  display: none !important;
}

/* FAQ container spacing */
#faq,
#faqs,
#faqSection,
.faqSection,
#faqGrid,
.faqGrid {
  position: relative !important;
}

#faqGrid,
.faqGrid {
  display: grid !important;
  gap: 18px !important;
}

/* FAQ glass accordion cards */
#faqGrid details,
.faqGrid details,
.faqLiveAccordion {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  border: 1px solid rgba(216, 177, 95, 0.32) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 177, 95, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(30, 42, 75, 0.88), rgba(11, 20, 44, 0.94)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(216, 177, 95, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  animation: faqGlassEnter 0.7s ease both !important;
  transition:
    transform 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease !important;
}

#faqGrid details::before,
.faqGrid details::before,
.faqLiveAccordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 70%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: skewX(-22deg);
  transition: left 0.85s ease;
  pointer-events: none;
  z-index: 0;
}

#faqGrid details:hover,
.faqGrid details:hover,
.faqLiveAccordion:hover {
  transform: translateY(-6px) scale(1.006) !important;
  border-color: rgba(244, 215, 124, 0.72) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 42px rgba(216, 177, 95, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
}

#faqGrid details:hover::before,
.faqGrid details:hover::before,
.faqLiveAccordion:hover::before {
  left: 140%;
}

#faqGrid summary,
.faqGrid summary,
.faqLiveAccordion summary {
  position: relative !important;
  z-index: 1 !important;
  list-style: none !important;
  cursor: pointer !important;
  padding: 24px 28px !important;
  color: #f6f1e8 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  text-shadow: 0 0 18px rgba(216, 177, 95, 0.18) !important;
}

#faqGrid summary::-webkit-details-marker,
.faqGrid summary::-webkit-details-marker,
.faqLiveAccordion summary::-webkit-details-marker {
  display: none !important;
}

#faqGrid summary::before,
.faqGrid summary::before,
.faqLiveAccordion summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-radius: 999px;
  color: #111831 !important;
  background: linear-gradient(135deg, #f4d77c, #d8b15f) !important;
  font-weight: 950 !important;
  box-shadow: 0 0 24px rgba(216, 177, 95, 0.25) !important;
}

#faqGrid details[open] summary::before,
.faqGrid details[open] summary::before,
.faqLiveAccordion[open] summary::before {
  content: "−";
}

#faqGrid details p,
.faqGrid details p,
.faqLiveAccordion p {
  position: relative !important;
  z-index: 1 !important;
  padding: 0 28px 26px 70px !important;
  margin: 0 !important;
  color: rgba(246, 241, 232, 0.80) !important;
  font-size: clamp(15px, 1.7vw, 18px) !important;
  line-height: 1.75 !important;
}

@keyframes faqGlassEnter {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 700px) {
  #faqGrid summary,
  .faqGrid summary,
  .faqLiveAccordion summary {
    padding: 20px 18px !important;
  }

  #faqGrid details p,
  .faqGrid details p,
  .faqLiveAccordion p {
    padding: 0 18px 22px 18px !important;
  }
}

/* ===== FINAL LIVE FAQ GLASS ACCORDION FIX END ===== */
