/* ============================================================
   Irish Tour & Travels — Red & White travel theme
   Bold red + snow white, script accents, journey animations
   ============================================================ */

:root {
  --red: #e11d2e;
  --red-2: #b30d1e;
  --red-3: #8f0917;
  --red-soft: #ff4b5c;
  --red-grad: linear-gradient(135deg, #ff4b5c 0%, #e11d2e 50%, #b30d1e 100%);
  --dark: #1f1216;
  --dark-2: #2a161c;
  --maroon: #35090f;
  --white: #ffffff;
  --snow: #fff7f7;
  --snow-2: #ffecec;
  --ink: #29222a;
  --muted: #6d5f66;
  --muted-light: #cfa9ae;
  --wa: #25d366;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(143, 9, 23, .14);
  --shadow-sm: 0 8px 24px rgba(143, 9, 23, .09);
  --ease: cubic-bezier(.22, .8, .3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: clip; /* 'hidden' would break position:sticky on the header */
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: min(1220px, 92%); margin: 0 auto; }

h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.22; letter-spacing: -.01em; }
.serif { font-family: 'Poppins', sans-serif; font-weight: 700; }
.serif em, h1 em, h2 em, h3 em {
  font-family: 'Dancing Script', cursive; font-style: normal; font-weight: 700;
  color: var(--red); font-size: 1.18em; line-height: 1;
}
.section-dark .serif em, .section-dark h2 em { color: var(--red-soft); }

/* ================= PRELOADER (bus on the road) ================= */
.preloader {
  position: fixed; inset: 0; z-index: 999; background: var(--white);
  display: grid; place-items: center; transition: opacity .6s var(--ease), visibility .6s;
}
.preloader.hide { opacity: 0; visibility: hidden; }
.pre-inner { width: min(360px, 80vw); text-align: center; }
.pre-title { font-family: 'Dancing Script', cursive; font-size: 1.9rem; color: var(--red); margin-bottom: 4px; }
.pre-sub { font-size: .68rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-bottom: 26px; }
.pre-road { position: relative; height: 64px; overflow: hidden; }
.pre-road::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 10px; height: 3px;
  background: repeating-linear-gradient(90deg, var(--red) 0 22px, transparent 22px 40px);
  animation: roadMove .5s linear infinite;
}
.pre-bus { position: absolute; bottom: 13px; left: -70px; width: 62px; height: 40px; color: var(--red); animation: busDrive 2.4s var(--ease) infinite; }
@keyframes busDrive {
  0% { left: -70px; } 45% { left: calc(50% - 31px); } 60% { left: calc(50% - 31px); } 100% { left: 105%; }
}
@keyframes roadMove { from { background-position-x: 0; } to { background-position-x: -40px; } }

/* ================= Buttons ================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px; position: relative; overflow: hidden;
  padding: 13px 28px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: 'Poppins', sans-serif; font-size: .92rem; font-weight: 600; letter-spacing: .02em;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn::after {
  content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease);
}
.btn:hover::after { left: 130%; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--red-grad); color: #fff; box-shadow: 0 10px 26px rgba(225, 29, 46, .38); }
.btn-gold:hover { box-shadow: 0 16px 34px rgba(225, 29, 46, .5); }
.btn-outline { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.btn-navy { background: var(--dark); color: #fff; }
.btn-navy:hover { background: var(--red); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-sm { padding: 9px 20px; font-size: .84rem; }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 26px rgba(37, 211, 102, .35); }

/* ================= Section helpers ================= */
.section { padding: 92px 0; position: relative; }
.section-light { background: var(--white); }
.section-dark {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(225,29,46,.28), transparent 60%),
    radial-gradient(700px 400px at -10% 110%, rgba(225,29,46,.18), transparent 60%),
    linear-gradient(160deg, var(--dark) 0%, var(--maroon) 100%);
  color: var(--snow);
}
.section-head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.section-head .kicker,
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Dancing Script', cursive; font-size: 1.5rem; font-weight: 700;
  color: var(--red); margin-bottom: 8px;
}
.kicker::before, .kicker::after { content: ''; width: 34px; height: 2px; background: var(--red-grad); border-radius: 2px; opacity: .8; }
.section-dark .kicker { color: var(--red-soft); }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); }
.section-dark .section-head p { color: var(--muted-light); }

/* ================= Top bar ================= */
.topbar { background: var(--red-grad); color: #fff; font-size: .82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; gap: 14px; }
.topbar-tagline { letter-spacing: .16em; text-transform: uppercase; font-size: .7rem; font-weight: 600; }
.topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a { display: inline-flex; align-items: center; gap: 7px; color: #fff; opacity: .95; transition: opacity .3s; font-weight: 500; white-space: nowrap; }
.topbar-links a:hover { opacity: 1; text-decoration: underline; }
.topbar-links svg { width: 14px; height: 14px; }
.topbar-social { display: flex; gap: 8px; }
.topbar-social a {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.16); color: #fff; transition: .3s;
}
.topbar-social a:hover { background: #fff; color: var(--red); }
.topbar-social svg { width: 13px; height: 13px; }

/* ================= Header ================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(225, 29, 46, .08);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 12px 32px rgba(143, 9, 23, .12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); }
.brand-logo { height: 68px; width: auto; object-fit: contain; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--red-grad); color: #fff; flex: none; box-shadow: 0 8px 18px rgba(225,29,46,.35);
  animation: markSpin 14s linear infinite;
}
.brand-mark svg { width: 27px; height: 27px; }
@keyframes markSpin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
.brand-name { font-weight: 800; font-size: 1.28rem; display: block; line-height: 1.15; letter-spacing: -.01em; }
.brand-name em { font-family: 'Dancing Script', cursive; font-style: normal; color: var(--red); font-size: 1.1em; }
.brand-tag { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { color: var(--ink); font-size: .93rem; font-weight: 500; position: relative; padding: 6px 0; }
.main-nav > a:not(.btn)::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2.5px;
  background: var(--red-grad); border-radius: 2px; transition: width .35s var(--ease);
}
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.main-nav > a.active { color: var(--red); }
.main-nav .nav-cta {
  margin-left: 6px; color: #fff !important; flex: none;
  width: auto; min-width: max-content; overflow: visible;
  background: var(--red);
  border-radius: 12px;
  padding: 16px 32px; font-size: .95rem; font-weight: 700; line-height: 1.2;
  white-space: nowrap; letter-spacing: 0;
  box-shadow: none;
}
.main-nav .nav-cta::after { display: none; }
.main-nav > a:not(.btn) { white-space: nowrap; }
@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .brand-logo { height: 64px; }
}
.main-nav .nav-cta svg { width: 19px; height: 19px; flex: none; }
.main-nav .nav-cta:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 6px 14px rgba(225, 29, 46, .3); }
.nav-close { display: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--red); margin: 6px 0; border-radius: 2px; transition: .35s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* ================= HERO ================= */
.hero { position: relative; min-height: 92vh; display: grid; align-items: center; color: #fff; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s var(--ease) infinite alternate; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.09); } }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(100deg, rgba(31, 5, 10, .9) 15%, rgba(60, 8, 16, .62) 55%, rgba(31, 5, 10, .3));
}
.hero-content { max-width: 680px; padding: 120px 0 170px; }
.hero-content .kicker { color: #ffd9dd; animation: fadeUp .9s var(--ease) both; font-size: 1.7rem; }
.hero-content .kicker::before, .hero-content .kicker::after { background: var(--red-soft); }
.hero-content h1 {
  font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 800; margin-bottom: 20px;
  animation: fadeUp .9s .12s var(--ease) both; text-shadow: 0 4px 30px rgba(0,0,0,.35);
}
.hero-content h1 em { color: var(--red-soft); }
.typed-wrap { color: #ffb3ba; }
.typed-cursor { display: inline-block; width: 3px; height: .95em; background: var(--red-soft); margin-left: 4px; vertical-align: -.12em; animation: blink .8s step-end infinite; border-radius: 2px; }
@keyframes blink { 50% { opacity: 0; } }
.hero-content p { font-size: 1.1rem; color: #ffe9ea; font-weight: 300; margin-bottom: 34px; animation: fadeUp .9s .24s var(--ease) both; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp .9s .36s var(--ease) both; }
.hero-badges { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 44px; animation: fadeUp .9s .5s var(--ease) both; }
.hero-badges span { display: inline-flex; align-items: center; gap: 9px; font-size: .87rem; color: #ffe2e4; font-weight: 500; }
.hero-badges svg { width: 19px; height: 19px; color: var(--red-soft); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* flying plane across hero */
.hero-plane { position: absolute; top: 14%; left: -140px; z-index: 1; width: 96px; color: rgba(255,255,255,.92); animation: flyAcross 13s linear infinite; pointer-events: none; filter: drop-shadow(0 6px 14px rgba(0,0,0,.3)); }
.hero-plane svg { width: 100%; }
.hero-plane::before {
  content: ''; position: absolute; top: 55%; right: 90%; width: 220px; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.7) 0 14px, transparent 14px 26px);
  mask-image: linear-gradient(90deg, transparent, #000);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
}
@keyframes flyAcross {
  0% { left: -160px; top: 16%; transform: rotate(-4deg); }
  50% { top: 7%; transform: rotate(2deg); }
  100% { left: 110%; top: 12%; transform: rotate(-3deg); }
}
/* drifting clouds */
.cloud { position: absolute; z-index: 0; color: rgba(255,255,255,.16); pointer-events: none; }
.cloud svg { width: 100%; }
.cloud-1 { width: 190px; top: 22%; animation: drift 34s linear infinite; }
.cloud-2 { width: 130px; top: 55%; animation: drift 46s linear infinite reverse; opacity: .7; }
@keyframes drift { from { left: -220px; } to { left: 108%; } }

/* mountain silhouettes at hero bottom (Kashmir/Himachal vibe) */
.hero-mountains { position: absolute; left: 0; right: 0; bottom: -2px; z-index: 2; line-height: 0; pointer-events: none; }
.hero-mountains svg { width: 100%; height: 130px; display: block; }
.hero-mountains .m-back { fill: rgba(255, 247, 247, .35); }
.hero-mountains .m-front { fill: var(--white); }

/* ================= Destination marquee ================= */
.marquee { background: var(--red-grad); color: #fff; overflow: hidden; padding: 15px 0; position: relative; }
.marquee-track { display: flex; gap: 54px; width: max-content; animation: marquee 26s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .85rem; white-space: nowrap; }
.marquee svg { width: 17px; height: 17px; opacity: .9; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ================= Quick booking widget ================= */
.booking { background: var(--white); padding: 56px 0 0; }
.booking-card {
  background:
    radial-gradient(600px 260px at 90% -10%, rgba(225,29,46,.35), transparent 60%),
    linear-gradient(160deg, var(--dark), var(--maroon));
  color: #fff; border-radius: 22px; padding: 34px 32px 30px;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.booking-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 22px; }
.booking-head h2 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); }
.booking-note {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  color: #ffb3ba; border: 1px dashed rgba(255,255,255,.3); padding: 8px 16px; border-radius: 999px;
}
.bf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 18px; position: relative; }
.bf-grid .field { margin: 0; }
.bf-grid .field label { color: rgba(255,255,255,.7); }
.bf-grid select, .bf-grid input {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff;
}
.bf-grid select option { color: var(--ink); background: #fff; }
.bf-grid input::placeholder { color: rgba(255,255,255,.4); }
.bf-grid select:disabled { opacity: .5; cursor: not-allowed; }
.bf-submit { display: flex; align-items: flex-end; }
@media (max-width: 900px) { .bf-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .bf-grid { grid-template-columns: 1fr; } .booking-card { padding: 26px 20px; } }

/* ================= Stats ================= */
.stats { background: var(--white); position: relative; padding: 60px 0 10px; }
.stats .container { position: relative; }
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  background: var(--white); border-radius: 22px; box-shadow: var(--shadow);
  padding: 40px 30px; position: relative; z-index: 5;
  border: 1px solid rgba(225,29,46,.07);
}
.stat { text-align: center; position: relative; }
.stat + .stat::before { content: ''; position: absolute; left: -12px; top: 12%; height: 76%; width: 1px; background: rgba(225,29,46,.14); }
.stat b { font-size: 2.5rem; font-weight: 800; color: var(--red); display: block; line-height: 1.1; }
.stat span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ================= Services ================= */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 26px; }
.service-card {
  background: var(--white); border-radius: var(--radius); padding: 36px 28px;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(225,29,46,.07);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--red-grad); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); border-color: rgba(225,29,46,.2); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 64px; height: 64px; border-radius: 50% 50% 50% 12px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--snow), var(--snow-2)); color: var(--red); margin-bottom: 20px;
  transition: .45s var(--ease);
}
.service-icon svg { width: 30px; height: 30px; transition: transform .45s var(--ease); }
.service-card:hover .service-icon { background: var(--red-grad); color: #fff; transform: rotate(-8deg) scale(1.05); }
.service-card:hover .service-icon svg { transform: scale(1.1); }
.service-card h3 { font-size: 1.14rem; margin-bottom: 10px; font-weight: 700; }
.service-card p { color: var(--muted); font-size: .9rem; }

.section-dark .service-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); box-shadow: none; }
.section-dark .service-card h3 { color: #fff; }
.section-dark .service-card p { color: var(--muted-light); }
.section-dark .service-icon { background: rgba(225,29,46,.16); color: var(--red-soft); }

/* ================= Packages ================= */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.package-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(225,29,46,.07);
  display: flex; flex-direction: column; color: var(--ink);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.package-card h3, .package-card h3 a { color: var(--ink); }
.package-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.package-media { position: relative; height: 230px; overflow: hidden; }
.package-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(31,5,10,.5)); }
.package-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.package-card:hover .package-media img { transform: scale(1.1) rotate(.5deg); }
.package-duration {
  position: absolute; top: 16px; left: 16px; z-index: 2; background: rgba(255,255,255,.94);
  color: var(--red); font-size: .74rem; font-weight: 700; letter-spacing: .06em; padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(31,5,10,.25);
}
.package-price {
  position: absolute; bottom: 16px; right: 16px; z-index: 2; background: var(--red-grad); color: #fff;
  border-radius: 14px; padding: 8px 16px; font-weight: 700; box-shadow: 0 10px 22px rgba(31,5,10,.35);
  font-size: .95rem; line-height: 1.25; text-align: center;
}
.package-price small { display: block; font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .9; }
.package-body { padding: 32px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.package-loc { display: inline-flex; align-items: center; gap: 6px; color: var(--red); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
.package-loc svg { width: 14px; height: 14px; }
.package-body h3 { font-size: 1.22rem; margin-bottom: 10px; }
.package-body h3 a:hover { color: var(--red); }
.package-body p { color: var(--muted); font-size: .9rem; flex: 1; }
.package-foot { display: flex; gap: 12px; margin-top: 22px; }
.package-foot .btn { flex: 1; justify-content: center; }

.section-dark .package-card { border-color: rgba(255,255,255,.1); }

/* ================= Why us ================= */
.why-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.why-media { position: relative; }
.why-media::before {
  content: ''; position: absolute; inset: -16px auto auto -16px; width: 55%; height: 55%;
  border: 3px dashed rgba(225,29,46,.35); border-radius: 22px; z-index: -1;
}
.why-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/4.6; object-fit: cover; width: 100%; }
.why-media .float-card {
  position: absolute; bottom: 26px; left: -28px; background: var(--white); color: var(--ink);
  border-radius: 16px; padding: 18px 22px; box-shadow: var(--shadow); display: flex; gap: 14px; align-items: center;
  animation: floatY 4s ease-in-out infinite;
}
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.why-media .float-card svg { width: 34px; height: 34px; color: var(--red); flex: none; }
.why-media .float-card b { display: block; font-size: 1.02rem; }
.why-media .float-card span { font-size: .78rem; color: var(--muted); }
.why-list { display: grid; gap: 22px; margin-top: 34px; }
.why-item { display: flex; gap: 18px; }
.why-item .service-icon { width: 54px; height: 54px; flex: none; margin: 0; border-radius: 50% 50% 50% 10px; }
.why-item:hover .service-icon { background: var(--red-grad); color: #fff; transform: rotate(-8deg); }
.why-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.why-item p { color: var(--muted-light); font-size: .9rem; }
.section-light .why-item p { color: var(--muted); }

/* ================= Testimonials ================= */
.testi-wrap { position: relative; max-width: 820px; margin: 0 auto; }
.testi-track { overflow: hidden; }
.testi-slides { display: flex; transition: transform .6s var(--ease); }
.testi-card { flex: 0 0 100%; text-align: center; padding: 10px 40px 20px; }
.testi-stars { color: #ffb400; font-size: 1.2rem; letter-spacing: 6px; margin-bottom: 18px; }
.testi-card blockquote { font-size: clamp(1.02rem, 2vw, 1.25rem); font-style: italic; font-weight: 300; color: var(--snow); margin-bottom: 24px; line-height: 1.75; }
.testi-card cite { font-style: normal; }
.testi-card cite b { color: var(--red-soft); display: block; font-size: 1rem; }
.testi-card cite span { color: var(--muted-light); font-size: .84rem; }
.testi-nav { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.testi-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.3); cursor: pointer; transition: .3s; padding: 0; }
.testi-dot.active { background: var(--red-soft); width: 28px; border-radius: 6px; }

/* ================= Gallery ================= */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1.05; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter 1s; }
.gallery-item:hover img { transform: scale(1.12) rotate(1deg); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(143,9,23,.65)); opacity: 0; transition: .4s; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item span {
  position: absolute; inset: auto 0 0 0; z-index: 2; padding: 30px 16px 14px; color: #fff; font-size: .85rem; font-weight: 600;
  opacity: 0; transform: translateY(10px); transition: .4s var(--ease);
}
.gallery-item:hover span { opacity: 1; transform: none; }

/* ================= Page hero ================= */
.page-hero { position: relative; padding: 120px 0 100px; color: #fff; isolation: isolate; text-align: center; overflow: hidden; }
.page-hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.3rem); font-weight: 800; margin-bottom: 12px; animation: fadeUp .8s var(--ease) both; }
.page-hero p { color: #ffe2e4; max-width: 580px; margin: 0 auto; font-weight: 300; animation: fadeUp .8s .15s var(--ease) both; }
.page-hero .kicker { color: #ffd9dd; }
.page-hero .kicker::before, .page-hero .kicker::after { background: var(--red-soft); }
.breadcrumb { margin-top: 18px; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #eab6bb; font-weight: 600; animation: fadeUp .8s .25s var(--ease) both; }
.breadcrumb a { color: #fff; }

/* ================= Service rows ================= */
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; padding: 46px 0; }
.service-row:nth-child(even) .service-row-media { order: 2; }
.service-row-media { position: relative; }
.service-row-media::before {
  content: ''; position: absolute; inset: auto -14px -14px auto; width: 45%; height: 45%;
  border: 3px dashed rgba(225,29,46,.3); border-radius: 18px; z-index: -1;
}
.service-row-media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 16/10.5; object-fit: cover; width: 100%; }
.service-row h3 { font-size: 1.6rem; margin: 14px 0 14px; }
.service-row p { color: var(--muted); margin-bottom: 22px; }
.service-row .service-icon { margin-bottom: 0; }
.service-row + .service-row { border-top: 1px dashed rgba(225,29,46,.18); }

/* ================= Package detail ================= */
.pkg-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 44px; align-items: start; }
.pkg-main img.pkg-cover { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 30px; }
.pkg-main h2 { font-size: 1.6rem; margin: 30px 0 14px; }
.pkg-main p { color: var(--muted); margin-bottom: 14px; }
.pkg-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 8px; }
.pkg-meta span { display: inline-flex; gap: 8px; align-items: center; background: var(--snow); border: 1px solid rgba(225,29,46,.15); padding: 9px 18px; border-radius: 999px; font-size: .86rem; font-weight: 500; color: var(--ink); }
.pkg-meta svg { width: 16px; height: 16px; color: var(--red); }
.highlights { display: grid; gap: 12px; }
.highlights li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); }
.highlights svg { width: 20px; height: 20px; color: var(--red); flex: none; margin-top: 3px; }
.pkg-side { position: sticky; top: 110px; }
.enquiry-card {
  background: linear-gradient(160deg, var(--dark), var(--maroon)); color: var(--snow);
  border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.enquiry-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(225,29,46,.4), transparent 70%); }
.enquiry-card h3 { font-size: 1.3rem; margin-bottom: 6px; position: relative; }
.enquiry-card > p { color: var(--muted-light); font-size: .88rem; margin-bottom: 22px; position: relative; }
.enquiry-price { font-size: 1.9rem; font-weight: 800; color: var(--red-soft); margin-bottom: 4px; position: relative; }
.enquiry-price small { font-size: .78rem; font-weight: 500; color: var(--muted-light); }

/* ================= Forms ================= */
.form-grid { display: grid; gap: 16px; position: relative; }
.form-grid .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 7px; color: var(--muted); font-weight: 600; }
.enquiry-card .field label { color: var(--muted-light); }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border-radius: 12px; border: 1.5px solid rgba(225,29,46,.16);
  background: var(--white); font-family: 'Poppins'; font-size: .93rem; color: var(--ink);
  transition: border .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,29,46,.15); }
.enquiry-card .field input, .enquiry-card .field textarea {
  background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); color: #fff;
}
.enquiry-card .field input::placeholder, .enquiry-card .field textarea::placeholder { color: rgba(255,255,255,.4); }
.form-note { font-size: .78rem; color: var(--muted-light); display: flex; align-items: center; gap: 8px; }
.form-note svg { width: 15px; height: 15px; color: var(--wa); flex: none; }
.alert-ok { background: #e8f8ee; border: 1px solid #b7e4c7; color: #14532d; padding: 14px 18px; border-radius: 12px; margin-bottom: 18px; font-size: .92rem; }

/* ================= Contact ================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 44px; align-items: start; }
.contact-cards { display: grid; gap: 18px; }
.contact-card { background: var(--white); border-radius: 16px; padding: 24px; display: flex; gap: 18px; box-shadow: var(--shadow-sm); border: 1px solid rgba(225,29,46,.08); transition: transform .35s var(--ease); }
.contact-card:hover { transform: translateX(6px); }
.contact-card .service-icon { width: 54px; height: 54px; margin: 0; flex: none; }
.contact-card:hover .service-icon { background: var(--red-grad); color: #fff; }
.contact-card h3 { font-size: 1.02rem; margin-bottom: 3px; }
.contact-card p, .contact-card a { color: var(--muted); font-size: .9rem; }
.contact-card a:hover { color: var(--red); }
.contact-form-card { background: var(--white); border-radius: var(--radius); padding: 38px 34px; box-shadow: var(--shadow); border: 1px solid rgba(225,29,46,.08); }
.contact-form-card h2 { font-size: 1.5rem; margin-bottom: 6px; }
.contact-form-card > p { color: var(--muted); font-size: .92rem; margin-bottom: 24px; }
.map-frame { margin-top: 70px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.map-frame iframe { width: 100%; height: 420px; border: 0; }

/* ================= About ================= */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/4.4; object-fit: cover; }
.about-grid h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 8px 0 18px; }
.about-grid p { color: var(--muted); margin-bottom: 16px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* ================= CTA strip (with driving bus) ================= */
.cta-strip {
  background:
    radial-gradient(700px 300px at 85% 0%, rgba(225,29,46,.35), transparent 60%),
    linear-gradient(150deg, var(--dark) 20%, var(--maroon));
  color: #fff; position: relative; overflow: hidden;
}
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px 0 82px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-strip h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin-bottom: 8px; }
.cta-strip p { color: var(--muted-light); }
.cta-road { position: absolute; left: 0; right: 0; bottom: 0; height: 46px; }
.cta-road::before {
  content: ''; position: absolute; left: 0; right: 0; bottom: 16px; height: 3px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.5) 0 26px, transparent 26px 48px);
  animation: roadMove .6s linear infinite;
}
.cta-bus { position: absolute; bottom: 19px; left: -80px; width: 66px; color: var(--red-soft); animation: ctaBus 9s linear infinite; }
.cta-bus svg { width: 100%; }
@keyframes ctaBus { from { left: -90px; } to { left: 106%; } }

/* ================= Train divider ================= */
.train-strip { background: var(--white); padding: 0; position: relative; height: 74px; overflow: hidden; border-top: 1px solid rgba(225,29,46,.08); }
.train-strip::before {
  content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 4px;
  background: repeating-linear-gradient(90deg, rgba(225,29,46,.35) 0 30px, transparent 30px 42px), linear-gradient(rgba(41,34,42,.25), rgba(41,34,42,.25));
}
.train { position: absolute; bottom: 22px; left: -340px; width: 320px; color: var(--red); animation: trainRun 14s linear infinite; }
.train svg { width: 100%; }
@keyframes trainRun { from { left: -360px; } to { left: 108%; } }

/* ================= Footer ================= */
.site-footer { background: linear-gradient(180deg, var(--dark) 0%, #170a0e 100%); color: #d9c3c7; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 44px; padding: 70px 0 50px; }
.footer-logo { height: 58px; width: auto; object-fit: contain; margin-bottom: 18px; }
.footer-brand { color: #fff; font-size: 1.5rem; margin-bottom: 14px; font-weight: 800; }
.footer-brand em { font-family: 'Dancing Script', cursive; font-style: normal; color: var(--red-soft); }
.footer-col p { font-size: .9rem; font-weight: 300; }
.footer-col h4 { color: #fff; font-size: .88rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; position: relative; padding-bottom: 12px; font-weight: 700; }
.footer-col h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: var(--red-grad); border-radius: 2px; }
.footer-col ul li { margin-bottom: 10px; font-size: .92rem; }
.footer-col ul a { transition: color .3s, padding-left .3s; }
.footer-col ul a:hover { color: var(--red-soft); padding-left: 6px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--red-soft); flex: none; margin-top: 4px; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18); color: #fff; transition: .35s var(--ease);
}
.socials a:hover { background: var(--red-grad); border-color: transparent; transform: translateY(-4px) rotate(8deg); }
.socials svg { width: 17px; height: 17px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 12px; padding: 20px 0; font-size: .84rem; flex-wrap: wrap; }
.footer-tag { color: var(--red-soft); font-family: 'Dancing Script', cursive; font-size: 1.05rem; }

/* ================= WhatsApp float ================= */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
  animation: waPulse 2.4s infinite;
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.1) rotate(8deg); }
.wa-float svg { width: 30px; height: 30px; }
@keyframes waPulse {
  0% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); }
  70% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}

/* honeypot field — invisible to humans */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ================= Reveal ================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ================= Responsive ================= */
.hide-sm { display: inline-flex; }
@media (max-width: 1020px) {
  /* backdrop-filter turns the header into a containing block for fixed
     children — that trapped/clipped the nav drawer. Solid bg on mobile. */
  .site-header { backdrop-filter: none; background: #fff; }
  .header-inner { padding: 10px 0; }
  .topbar-tagline { display: none; }
  .topbar-right { width: 100%; justify-content: space-between; }
  .topbar-links { flex-wrap: wrap; gap: 4px 16px; }
  .topbar-links a { font-size: .78rem; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 0 0 0 auto; width: min(330px, 84vw);
    background: linear-gradient(170deg, var(--dark), var(--maroon)); flex-direction: column; align-items: flex-start;
    padding: 100px 34px 34px; gap: 22px; z-index: 99;
    transform: translateX(100%); visibility: hidden; box-shadow: none;
    transition: transform .45s var(--ease), visibility .45s, box-shadow .45s;
  }
  .main-nav.open { transform: none; visibility: visible; box-shadow: -20px 0 60px rgba(31,5,10,.5); }
  .nav-close {
    display: grid; place-items: center; position: absolute; top: 22px; right: 22px;
    width: 42px; height: 42px; border-radius: 50%; cursor: pointer;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff;
    transition: .3s;
  }
  .nav-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }
  .nav-close svg { width: 20px; height: 20px; }
  .main-nav > a { font-size: 1.08rem; color: #fff; }
  .main-nav .nav-cta { margin: 10px 0 0; }
  .why-grid, .about-grid, .pkg-layout, .contact-grid { grid-template-columns: 1fr; }
  .pkg-side { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-media .float-card { left: 12px; }
  .service-row { grid-template-columns: 1fr; gap: 26px; }
  .service-row:nth-child(even) .service-row-media { order: 0; }
}
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; padding: 28px 18px; }
  .stat + .stat::before { display: none; }
  .stat b { font-size: 1.9rem; }
  .topbar-tagline { display: none; }
  .topbar-inner { justify-content: center; }
  .values-grid { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
  .hero-content { padding: 90px 0 150px; }
  .hero-plane { width: 66px; }
  .hero-mountains svg { height: 80px; }
  .train { width: 230px; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .hide-sm, .topbar-links a.hide-sm { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .form-grid .row-2 { grid-template-columns: 1fr; }
  .cta-strip-inner { justify-content: center; text-align: center; }
  .package-foot { flex-direction: column; }
  .brand-name { font-size: 1.1rem; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
}
/* ================= FAQ (AEO) ================= */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq-list details {
  background: var(--white); border: 1px solid rgba(225,29,46,.12); border-radius: 14px;
  box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .3s;
}
.faq-list details[open] { box-shadow: var(--shadow); border-color: rgba(225,29,46,.3); }
.faq-list summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px; font-weight: 600; font-size: 1rem; color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; flex: none; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; background: var(--snow-2); color: var(--red);
  font-size: 1.2rem; font-weight: 600; transition: .35s var(--ease);
}
.faq-list details[open] summary::after { content: '\2212'; background: var(--red-grad); color: #fff; transform: rotate(180deg); }
.faq-list .faq-a { padding: 0 22px 20px; color: var(--muted); font-size: .93rem; }

/* ================= Enquiry popup (CTA modal) ================= */
.enq-float {
  position: fixed; left: 22px; bottom: 22px; z-index: 90;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 999px; border: 0; cursor: pointer;
  font-family: 'Poppins', sans-serif; font-size: .88rem; font-weight: 600; color: #fff;
  background: var(--red-grad); box-shadow: 0 12px 30px rgba(225,29,46,.45);
  animation: enqPulse 2.4s infinite; transition: transform .3s var(--ease);
}
.enq-float:hover { transform: translateY(-3px) scale(1.03); }
.enq-float svg { width: 18px; height: 18px; }
@keyframes enqPulse {
  0% { box-shadow: 0 12px 30px rgba(225,29,46,.45), 0 0 0 0 rgba(225,29,46,.4); }
  70% { box-shadow: 0 12px 30px rgba(225,29,46,.45), 0 0 0 16px rgba(225,29,46,0); }
  100% { box-shadow: 0 12px 30px rgba(225,29,46,.45), 0 0 0 0 rgba(225,29,46,0); }
}
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; padding: 18px;
  background: rgba(31,5,10,.62); backdrop-filter: blur(5px);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box {
  width: min(470px, 100%); max-height: 92vh; overflow-y: auto;
  background: var(--white); border-radius: 22px; padding: 36px 32px;
  position: relative; box-shadow: 0 40px 90px rgba(31,5,10,.5);
  transform: translateY(36px) scale(.95); transition: transform .45s var(--ease);
}
.modal-overlay.open .modal-box { transform: none; }
.modal-box h3 { font-size: 1.45rem; margin-bottom: 6px; }
.modal-box > p { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 38px; height: 38px;
  border-radius: 50%; border: 0; cursor: pointer; background: var(--snow-2); color: var(--red);
  font-size: 1.4rem; line-height: 1; display: grid; place-items: center; transition: .3s;
}
.modal-close:hover { background: var(--red); color: #fff; transform: rotate(90deg); }
@media (max-width: 560px) {
  .enq-float { left: 14px; bottom: 14px; padding: 12px 18px; font-size: .82rem; }
  .wa-float { right: 14px; bottom: 14px; }
  .modal-box { padding: 28px 20px; }
}

/* ================= Extra mobile polish ================= */
@media (max-width: 560px) {
  .page-hero { padding: 80px 0 64px; }
  .section-head { margin-bottom: 38px; }
  .hero-actions .btn-lg { padding: 14px 26px; font-size: .92rem; }
  .testi-card { padding: 10px 8px 20px; }
  .map-frame iframe { height: 300px; }
  .contact-form-card { padding: 28px 20px; }
  .pkg-main h2, .service-row h3 { font-size: 1.35rem; }
  .about-grid img { aspect-ratio: 4/3.4; }
  .why-media .float-card { padding: 13px 16px; }
  .why-media .float-card b { font-size: .92rem; }
  .enquiry-card { padding: 26px 20px; }
  .faq-list summary { padding: 15px 16px; font-size: .93rem; }
  .faq-list .faq-a { padding: 0 16px 16px; }
  .marquee-track { gap: 34px; }
  .booking-note { font-size: .68rem; padding: 6px 12px; }
}
@media (max-width: 380px) {
  .topbar-links a { font-size: .76rem; }
  .hero-content h1 { font-size: 1.9rem; }
  .stat b { font-size: 1.55rem; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-logo { height: 56px; }
  .gallery-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .2s !important; }
}
