/* ===================================================================
   Dreams Yatri — Premium Homepage stylesheet
   Path: public_html/assets/style.css
   Display: Fraunces (editorial serif)  ·  UI/Body: Plus Jakarta Sans
   =================================================================== */

:root {
  --ink:      #14181f;   /* headings / near-black slate */
  --ink-2:    #2a313c;
  --body:     #5b6270;   /* body text */
  --brand:    #FE0100;   /* Dreams Yatri red (matches footer) */
  --brand-2:  #cc0000;
  --gold:     #b8954f;   /* premium metallic accent */
  --gold-2:   #d8b877;
  --cream:    #faf8f4;   /* warm off-white section bg */
  --bg:       #ffffff;
  --dark:     #20262f;   /* dark bands (harmonises with footer #292F3F) */
  --line:     #ebe8e2;   /* warm hairline */
  --line-2:   #e2ddd4;
  --radius:   16px;
  --radius-sm:10px;
  --shadow:   0 24px 60px -20px rgba(20,24,31,.22);
  --shadow-sm:0 10px 30px -12px rgba(20,24,31,.18);
  --maxw:     1240px;
  --display:  'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:     'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%;  overflow-x: hidden; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
::selection { background: rgba(254,1,0,.14); }

/* ---------- Layout ---------- */
.dy-container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.dy-section { padding: 96px 0; }
.dy-section--cream { background: var(--cream); }
.dy-section--dark { background: var(--dark); color: #fff; }

/* ---------- Type helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
  padding-top: 40px;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow--center { justify-content: center; }

.display {
  font-family: var(--display);
  font-optical-sizing: auto;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.01em;
}
.section-title { font-family: var(--display); font-weight: 500; color: var(--ink); font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.14; letter-spacing: -.015em; }
.section-title em { font-style: italic; color: var(--brand); }
.section-head { max-width: 680px; }
.section-head--center { margin: 0 auto; text-align: center; }
.section-head p { margin-top: 18px; font-size: 1.08rem; color: var(--body); }
.lead { font-size: 1.12rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: .80rem;
  padding: 4px 15px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(254,1,0,.6); }
.btn-primary:hover { background: var(--brand-2); transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(254,1,0,.55); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 38px; font-size: 1rem; }

/* ===================================================================
   TOP UTILITY BAR
   =================================================================== */
.topbar { background: var(--ink); color: #aeb4bf; font-size: .72rem; display: none; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 32px; }
.topbar__left { display: flex; gap: 26px; }
.topbar__left li { display: flex; align-items: center; gap: 8px; }
.topbar a { color: #c7ccd4; transition: color .18s; }
.topbar a:hover { color: #fff; }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__socials { display: flex; gap: 14px; }
.topbar__socials a:hover { color: var(--gold-2); }
.topbar__divider { width: 1px; height: 16px; background: rgba(255,255,255,.16); }

/* ===================================================================
   HEADER / NAV
   =================================================================== */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s, background .25s;
}
.header.scrolled { box-shadow: 0 8px 30px -16px rgba(20,24,31,.25); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 54px; }
.nav__logo img { height: 46px; width: auto; object-fit: contain; }
.nav__logo-fallback { font-family: var(--display); font-size: 1.6rem; font-weight: 600; color: var(--ink); letter-spacing: -.01em; }
.nav__logo-fallback span { color: var(--brand); }

.nav__links { display: flex; align-items: center; gap: 38px; }
.nav__links a {
  font-weight: 500; font-size: .76rem; color: var(--ink-2);
  position: relative; padding: 4px 0; transition: color .2s;
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
  background: var(--brand); transition: width .25s ease;
}
.nav__links a:hover { color: var(--brand); }
.nav__links a:hover::after { width: 100%; }

.nav__right { display: flex; align-items: center; gap: 18px; }
.nav__phone { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); font-size: .75rem; }
.nav__phone i { color: var(--brand); }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ===================================================================
   HERO
   =================================================================== */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15,18,24,.86) 0%, rgba(15,18,24,.55) 50%, rgba(15,18,24,.35) 100%),
    url('/assets/images/hero.jpg') center/cover no-repeat,
    linear-gradient(135deg, #1d3a5f, #0c1b30);
  padding: 110px 0 100px;
}
.hero__grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 56px; align-items: center; }
.hero .eyebrow { color: var(--gold-2); }
.hero .eyebrow::before { background: var(--gold-2); }
.hero__title {
  font-family: var(--display); font-weight: 400; font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.06; letter-spacing: -.02em; color: #fff;
}
.hero__title em { font-style: italic; color: var(--gold-2); }
.hero__sub { margin: 26px 0 32px; font-size: 1.16rem; max-width: 540px; color: #d6dae1; font-weight: 300; }
.hero__trust { display: flex; gap: 30px; flex-wrap: wrap; }
.hero__trust li { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: #e7eaef; }
.hero__trust i { color: var(--gold-2); }

/* Quote card */
.quote-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; color: var(--ink); }
.quote-card__head {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
  color: #fff; padding: 22px 26px; position: relative;
}
.quote-card__head h3 { font-family: var(--display); font-weight: 500; font-size: 1.5rem; line-height: 1.15; }
.quote-card__head p { font-size: .86rem; color: #b9bfc9; margin-top: 4px; }
.quote-card__head::after { content: ''; position: absolute; left: 26px; bottom: 0; width: 48px; height: 3px; background: var(--gold); }
.quote-card__body { padding: 26px; }
.form-group { margin-bottom: 14px; }
.form-label { display: block; font-size: .78rem; font-weight: 600; color: var(--ink-2); margin-bottom: 6px; letter-spacing: .02em; }
.form-control {
  width: 100%; padding: 13px 16px; font-family: var(--sans); font-size: .95rem; color: var(--ink);
  border: 1px solid var(--line-2); border-radius: var(--radius-sm); background: #fbfaf8;
  transition: border-color .18s, box-shadow .18s, background .18s;
}
.form-control::placeholder { color: #9aa0ab; }
.form-control:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(254,1,0,.10); background: #fff; }
.quote-card__note { margin-top: 14px; text-align: center; font-size: .76rem; color: #9aa0ab; }

/* ===================================================================
   TRUST STRIP
   =================================================================== */
.trust-strip { border-bottom: 1px solid var(--line); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-strip__item { padding: 30px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-strip__item:last-child { border-right: none; }
.trust-strip__item b { display: block; font-family: var(--display); font-size: 1.8rem; font-weight: 500; color: var(--ink); line-height: 1; }
.trust-strip__item span { font-size: .82rem; color: var(--body); margin-top: 8px; display: block; }

/* ===================================================================
   DESTINATIONS
   =================================================================== */
.dest-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; gap: 30px; flex-wrap: wrap; }
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.dest-card {
  position: relative; border-radius: var(--radius); overflow: hidden; height: 380px;
  box-shadow: var(--shadow-sm); display: block; isolation: isolate;
}
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); z-index: -1; }
.dest-card:hover img { transform: scale(1.07); }
.dest-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,15,20,.92) 4%, rgba(12,15,20,.25) 48%, rgba(12,15,20,.05) 100%); z-index: -1; }
.dest-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px; color: #fff; }
.dest-card__kicker { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 8px; }
.dest-card__title { font-family: var(--display); font-weight: 500; font-size: 1.55rem; line-height: 1.1; }
.dest-card__desc { font-size: .85rem; color: #cfd3da; margin-top: 6px; max-height: 0; opacity: 0; overflow: hidden; transition: all .35s ease; }
.dest-card:hover .dest-card__desc { max-height: 60px; opacity: 1; margin-top: 8px; }
.dest-card__link { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: #fff; margin-top: 14px; }
.dest-card__link span { position: relative; }
.dest-card__link span::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px; background: var(--gold-2); transition: width .3s ease; }
.dest-card:hover .dest-card__link span::after { width: 100%; }
.dest-card__link i { color: var(--gold-2); transition: transform .25s; }
.dest-card:hover .dest-card__link i { transform: translateX(4px); }

/* ===================================================================
   DIFFERENCE (why us)
   =================================================================== */
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px; }
.diff-card { padding: 38px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.diff-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.diff-card__icon { width: 58px; height: 58px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: grid; place-items: center; font-size: 1.35rem; margin-bottom: 22px; }
.diff-card h4 { font-family: var(--display); font-weight: 500; font-size: 1.3rem; color: var(--ink); margin-bottom: 10px; }
.diff-card p { font-size: .92rem; color: var(--body); }

/* ===================================================================
   STATS BAND (dark)
   =================================================================== */
.stats-band { background: var(--dark); color: #fff; position: relative; }
.stats-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 70px 0; }
.stat { text-align: center; position: relative; }
.stat:not(:last-child)::after { content: ''; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 54px; background: rgba(255,255,255,.12); }
.stat b { font-family: var(--display); font-size: 3rem; font-weight: 500; color: var(--gold-2); display: block; line-height: 1; }
.stat span { font-size: .92rem; color: #aeb4bf; margin-top: 12px; display: block; }

/* ===================================================================
   TESTIMONIALS
   =================================================================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; position: relative; }
.testi__mark { font-family: var(--display); font-size: 4rem; line-height: 1; color: var(--gold); opacity: .5; height: 36px; }
.testi__text { font-family: var(--display); font-style: italic; font-size: 1.12rem; color: var(--ink-2); line-height: 1.5; margin: 8px 0 22px; }
.testi__who { display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--line); padding-top: 20px; }
.testi__avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 1.05rem; }
.testi__who b { display: block; color: var(--ink); font-size: .95rem; }
.testi__who small { color: var(--gold); font-weight: 600; font-size: .78rem; letter-spacing: .03em; }

/* ===================================================================
   CTA BAND
   =================================================================== */
.cta-band {
  position: relative; color: #fff; text-align: center; padding: 96px 0;
  background:
    linear-gradient(rgba(15,18,24,.78), rgba(15,18,24,.84)),
    url('/assets/images/cta.jpg') center/cover fixed no-repeat,
    var(--ink);
}
.cta-band .eyebrow { color: var(--gold-2); justify-content: center; }
.cta-band .eyebrow::before { background: var(--gold-2); }
.cta-band h2 { font-family: var(--display); font-weight: 400; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; max-width: 760px; margin: 0 auto; }
.cta-band h2 em { font-style: italic; color: var(--gold-2); }
.cta-band p { color: #d6dae1; margin: 18px auto 34px; max-width: 560px; font-size: 1.08rem; }

/* ===================================================================
   FAQ
   =================================================================== */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq { }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 1.08rem; font-weight: 600; color: var(--ink);
  padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq__q i { color: var(--gold); transition: transform .3s; flex-shrink: 0; font-size: .9rem; }
.faq__item.open .faq__q i { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; color: var(--body); font-size: .98rem; }
.faq__a p { padding-bottom: 26px; max-width: 90%; }

/* ===================================================================
   FOOTER (kept identical to your existing pages)
   =================================================================== */
.footer { background-color: #292F3F; color: #fff; box-sizing: border-box; font-family: var(--sans); }
.footer__inner { max-width: 1200px; margin: 0 auto; padding: 56px 16px 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr) 1.4fr; gap: 32px; align-items: start; }
.footer__brand img { width: 200px; height: auto; }
.footer__brand-name { font-family: var(--display); font-size: 1.65rem; font-weight: 600; color: #fff; letter-spacing: .02em; line-height: 1.2; }
.footer__brand-name span { color: #FE0100; }
.footer__tagline { color: #8F939B; font-size: .8rem; font-weight: 300; margin-top: 14px; line-height: 1.65; max-width: 220px; }
.footer__socials { display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
.social-btn { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #8F939B; text-decoration: none; transition: border-color .2s, color .2s, background .2s; background-color: rgba(255,255,255,.02); }
.social-btn:hover { border-color: #FE0100; color: #FE0100; background: rgba(254,1,0,.07); }
.footer__col-title { color: #8F939B; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.footer__links { list-style: none; padding: 0; }
.footer__links li + li { margin-top: 2px; }
.footer__links a { color: #fff; text-decoration: none; font-size: .85rem; font-weight: 300; line-height: 1.85; display: inline-block; transition: color .18s ease, padding-left .18s ease; }
.footer__links a:hover { color: #FE0100; padding-left: 5px; }
.contact-item { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 10px; }
.contact-item__icon { color: #8F939B; font-size: .78rem; margin-top: 3px; flex-shrink: 0; line-height: 1; }
.contact-item__text { color: #fff; font-size: .82rem; font-weight: 300; line-height: 1.55; }
.footer__divider { border: none; border-top: 1px solid rgba(255,255,255,.07); margin: 40px 0 0; }
.footer__bottom { padding: 14px 24px; }
.footer__bottom-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer__copy { font-size: .74rem; color: #8F939B; font-weight: 300; }
.footer__bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__bottom-links a { font-size: .74rem; color: #8F939B; text-decoration: none; transition: color .18s; }
.footer__bottom-links a:hover { color: #FE0100; }
#footer_header_decoration { width: 100%; aspect-ratio: 1920 / 245; margin-bottom: -5px; }
#footer_header_decoration img { width: 100%; height: 100%; }

/* ===================================================================
   MODAL (Get Free Quotes)
   =================================================================== */
.modal-overlay { position: fixed; inset: 0; background: rgba(15,18,24,.62); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; z-index: 1000; padding: 20px; opacity: 0; transition: opacity .25s ease; }
.modal-overlay.show { display: flex; opacity: 1; }
.modal { background: #fff; width: 100%; max-width: 470px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.4); transform: translateY(18px) scale(.98); transition: transform .3s cubic-bezier(.2,.8,.2,1); max-height: 92vh; overflow-y: auto; }
.modal-overlay.show .modal { transform: translateY(0) scale(1); }
.modal__head { background: linear-gradient(135deg, var(--ink), var(--ink-2)); color: #fff; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.modal__head::after { content: ''; position: absolute; left: 26px; bottom: 0; width: 48px; height: 3px; background: var(--gold); }
.modal__head h3 { font-family: var(--display); font-weight: 500; font-size: 1.5rem; }
.modal__close { background: none; border: none; color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; opacity: .8; transition: opacity .15s; }
.modal__close:hover { opacity: 1; }
.modal__body { padding: 28px 26px; }
.modal__note { text-align: center; font-size: .76rem; color: #9aa0ab; margin-top: 14px; line-height: 1.5; }

/* ===================================================================
   FLOATING BUTTONS + MOBILE BAR + TOAST
   =================================================================== */
.floating-buttons { position: fixed; left: 22px; bottom: 26px; display: flex; flex-direction: column; gap: 12px; z-index: 90; }
.float-btn { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 22px; box-shadow: 0 8px 22px rgba(0,0,0,.25); transition: transform .2s; }
.float-btn:hover { transform: scale(1.08); }
.float-btn.call-btn { background: var(--brand); }
.float-btn.whatsapp-btn { background: #25D366; }

.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; display: none; z-index: 80; box-shadow: 0 -4px 16px rgba(0,0,0,.14); }
.mobile-bar a, .mobile-bar button { flex: 1; border: none; padding: 16px; font-family: var(--sans); font-weight: 600; font-size: .96rem; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.mobile-bar .call { background: var(--ink); flex: 0 0 64px; }
.mobile-bar .enquire { background: var(--brand); }

.toast { position: fixed; top: 100px; right: 24px; background: #15803d; color: #fff; padding: 16px 24px; border-radius: 12px; box-shadow: var(--shadow); z-index: 1100; font-size: .92rem; font-weight: 500; display: flex; align-items: center; gap: 12px; animation: toastIn .35s ease; max-width: 90vw; }
@keyframes toastIn { from { transform: translateX(40px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 1080px) {
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .hero { padding: 80px 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .quote-card { max-width: 480px; }
  .testi-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand, .footer__contact { grid-column: 1 / -1; }
  .trust-strip__inner { grid-template-columns: repeat(3, 1fr); }
  .trust-strip__item:nth-child(3) { border-right: none; }
}
@media (max-width: 768px) {
  .dy-section { padding: 64px 0; }
  .topbar__left { gap: 16px; }
  .topbar__socials, .topbar__divider { display: none; }
  .nav { height: 72px; }
  .nav__logo img { height: 46px; }
  .nav__phone { display: none; }
  .nav__links {
    position: fixed; top: 72px; right: -100%; width: 82%; max-width: 330px;
    height: calc(100vh - 72px); background: #fff; flex-direction: column; align-items: flex-start;
    padding: 36px 32px; gap: 26px; box-shadow: -10px 0 30px rgba(0,0,0,.12); transition: right .3s ease;
  }
  .nav__links.open { right: 0; }
  .nav__toggle { display: flex; }
  .nav__right .btn { display: none; }
  .stats-band__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .stat:not(:last-child)::after { display: none; }
  .mobile-bar { display: flex; }
  .floating-buttons { bottom: 84px; }
}
@media (max-width: 560px) {
  .dest-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__item { border-right: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .cta-band { background-attachment: scroll; }
}
@media (max-width: 400px) { .footer__grid { grid-template-columns: 1fr; } }





/* =========================================================================
   DREAMS YATRI — HERO (light / brand colours) + delayed quote modal
   Scope: everything lives under .dy-hero or .dy-modal to avoid collisions.
   Fonts assumed already loaded on the page: Playfair Display + DM Sans.
   ========================================================================= */

.dy-hero {
  --dy-red:    #FB2B37;
  --dy-red-2:  #e63946;
  --dy-navy:   #0f1b2d;
  --dy-ink:    #16202e;
  --dy-muted:  #5d6776;
  --dy-gold:   #c49a4a;
  --dy-cream:  #fbf6f0;
  --dy-line:   rgba(15, 27, 45, .08);

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(251, 43, 55, .10) 0%, rgba(251, 43, 55, 0) 55%),
    linear-gradient(180deg, #ffffff 0%, var(--dy-cream) 100%);
  color: var(--dy-ink);
  font-family: "DM Sans", "Plus Jakarta Sans", system-ui, sans-serif;
}

.dy-hero .dy-container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

/* ---------- Copy block (animated) ---------- */
.dy-hero__copy { text-align: center; max-width: 960px; margin: 0 auto clamp(18px, 3vw, 34px); }

.dy-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--dy-gold);
}
.dy-hero__eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--dy-gold); display: inline-block; }

.dy-hero__title {
  margin: 14px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.01em;
  font-size: clamp(2.0rem, 4vw, 4.0rem);
  color: var(--dy-navy);
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 8px;
  display: grid;
}
.dy-hero__title .l2 { display: block; }
.dy-hero__title em { font-style: italic; color: var(--dy-red); }

.dy-hero__sub {
  margin: 16px auto 0;
  max-width: 560px;
  color: var(--dy-muted);
  font-size: clamp(.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
}

.dy-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }

.dy-btn {
  appearance: none; border: 0; cursor: pointer;
  font: inherit; font-weight: 600; font-size: .85rem;
  padding: 10px 20px; border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.dy-btn--primary {
  background: red; color: #fff;
  box-shadow: 0 10px 24px -8px rgba(251, 43, 55, .55);
}
.dy-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(251, 43, 55, .6); }
.dy-btn--ghost {
  background: #fff; color: var(--dy-ink);
  border: 1px solid var(--dy-line);
  box-shadow: 0 6px 18px -10px rgba(15, 27, 45, .25);
}
.dy-btn--ghost:hover { transform: translateY(-2px); border-color: rgba(15,27,45,.2); }

.dy-hero__trust {
  list-style: none; margin: 22px 0 0; padding: 0;
  display: flex; gap: 22px; justify-content: center; flex-wrap: wrap;
  font-size: .82rem; color: var(--dy-muted); font-weight: 500;
}
.dy-hero__trust li { display: inline-flex; align-items: center; gap: 7px; }
.dy-hero__trust i { color: var(--dy-red); }

/* Entrance / swap animation for the copy block */
@keyframes dyRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.dy-anim { animation: dyRise .6s cubic-bezier(.2,.7,.2,1) both; }

/* ---------- Carousel ---------- */
.dy-hero__stage {
  position: relative;
  margin-top: clamp(10px, 2vw, 22px);
  perspective: 1600px;
}
.dy-carousel {
  position: relative;
  height: clamp(280px, 30vw, 420px);
  transform-style: preserve-3d;
}

.dy-card {
  position: absolute;
  top: 0; left: 50%;
  width: 240px; height: 322px;            /* set by JS, these are fallbacks */
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(160deg, #2b3a52, #16202e);
  box-shadow: 0 24px 50px -20px rgba(15, 27, 45, .55);
  transform-origin: center center;
  transform: translate(-50%, 0);
  transition: transform .8s cubic-bezier(.22,.61,.36,1), opacity .7s ease, box-shadow .3s ease;
  will-change: transform, opacity;
  user-select: none;
}
.dy-card__img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.02);
}
.dy-card::after {                          /* readability scrim */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,14,24,0) 30%, rgba(8,14,24,.78) 100%);
}
.dy-card__body {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: 18px 18px 20px; color: #fff;
}
.dy-card__cat {
  font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.dy-card__name {
  margin: 4px 0 0;
  font-family: "Playfair Display", serif; font-weight: 700;
  font-size: 1.3rem; line-height: 1.1;
}
.dy-card__link {
  margin-top: 8px; font-size: .82rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  opacity: 0; max-height: 0; transition: opacity .3s ease .05s, max-height .3s ease;
}
.dy-card__rating {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(255,255,255,.16); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.22);
  padding: 5px 9px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; color: #fff;
}
.dy-card__rating i { color: #ffd166; font-size: .68rem; }

/* Active (centre) card emphasis */
.dy-card.is-active {
  box-shadow: 0 34px 70px -22px rgba(251, 43, 55, .45), 0 24px 50px -20px rgba(15,27,45,.5);
}
.dy-card.is-active .dy-card__link { opacity: 1; max-height: 30px; }
.dy-card.is-active .dy-card__name { font-size: 1.5rem; }

/* Dots */
.dy-dots { display: flex; gap: 9px; justify-content: center; margin-top: clamp(10px, 2vw, 10px); }
.dy-dot {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(15, 27, 45, .18); cursor: pointer; transition: all .25s ease;
}
.dy-dot.is-active { width: 26px; background: var(--dy-red); }

/* ---------- Modal ---------- */
.dy-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}
.dy-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.dy-modal__overlay { position: absolute; inset: 0; background: rgba(10, 16, 26, .55); backdrop-filter: blur(3px); }
.dy-modal__dialog {
  position: relative; z-index: 1;
  width: min(440px, 92vw);
  background: #fff; border-radius: 20px;
  box-shadow: 0 40px 90px -30px rgba(15, 27, 45, .6);
  transform: translateY(14px) scale(.98); transition: transform .35s cubic-bezier(.2,.7,.2,1);
  overflow: hidden;
}
.dy-modal.is-open .dy-modal__dialog { transform: translateY(0) scale(1); }
.dy-modal__close {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 34px; height: 34px; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(15, 27, 45, .06); color: var(--dy-ink); font-size: 1.1rem; line-height: 1;
  transition: background .2s ease;
}
.dy-modal__close:hover { background: rgba(15, 27, 45, .12); }

/* Quote form (reused from your existing markup) */
.dy-modal .quote-card__head { padding: 24px 26px 14px; }
.dy-modal .quote-card__head h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 1.4rem; color: var(--dy-navy); }
.dy-modal .quote-card__head p { margin: 4px 0 0; color: var(--dy-muted); font-size: .88rem; }
.dy-modal .quote-card__body { padding:26px; }
.dy-modal .form-group { margin-bottom: 11px; }
.dy-modal .form-control {
  width: 100%; padding: 12px 14px; font: inherit; font-size: .92rem;
  border: 1px solid #aaa; border-radius: 10px; background: #fbfbfc; color: var(--dy-ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.dy-modal .form-control:focus { outline: 0; border-color: var(--dy-red); box-shadow: 0 0 0 3px rgba(251,43,55,.12); }
.dy-modal .btn-block { width: 100%; }
.dy-modal .quote-card__note { margin: 10px 0 0; font-size: .74rem; color: var(--dy-muted); text-align: center; }

/* ---------- Focus + reduced motion ---------- */
.dy-card:focus-visible, .dy-dot:focus-visible, .dy-btn:focus-visible, .dy-modal__close:focus-visible {
  outline: 3px solid rgba(251, 43, 55, .45); outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .dy-card { transition: opacity .3s ease; }
  .dy-anim { animation: none; }
}

/* ---------- Responsive ---------- */
@media (min-width: 560px) {
  .dy-hero__trust { gap: 14px; font-size: .76rem; }
  .dy-card.is-active .dy-card__name { font-size: 1.3rem; }
  .topbar {display: block}
  .dy-hero__title {display: flex}
  
  
  
  
  
/* ===================================================================
   CSS STRUCTURE FIX — paste this block to REPLACE everything from
   "@media (min-width: 560px) {" near the end of your file down to
   the final orphan "}". Your legal-page CSS was accidentally nested
   inside this media query (and inheriting a stray ".topbar {display:
   block}" override). This restores correct top-level scoping.
   =================================================================== */

@media (min-width: 560px) {
  .dy-hero__trust { gap: 14px; font-size: .76rem; }
  .dy-card.is-active .dy-card__name { font-size: 1.3rem; }
}

/* ===================== LEGAL PAGES (Privacy Policy / Terms) ===================== */

.legal-page {
  padding: 64px 0 96px;
  background: #fff;
}

.legal-container {
  max-width: 1160px;
}

.legal-header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eceef1;
}

.legal-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  color: var(--ink);
  margin: 12px 0 16px;
  line-height: 1.15;
}

.legal-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--body);
  max-width: 680px;
}

.legal-body {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3f48;
}

.legal-h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--ink);
  margin: 40px 0 16px;
  padding-top: 8px;
}

.legal-body > .legal-h2:first-child { margin-top: 0; }

.legal-h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--ink);
  margin: 28px 0 12px;
}

.legal-body p { margin: 0 0 16px; }
.legal-body strong { color: var(--ink); font-weight: 600; }
.legal-body a {
  color: var(--brand);
  text-decoration: underline;
  text-decoration-color: rgba(254,1,0,.3);
  text-underline-offset: 2px;
  transition: text-decoration-color .2s ease;
}
.legal-body a:hover { text-decoration-color: var(--brand); }

.legal-list { margin: 0 0 20px; padding-left: 0; list-style: none; }
.legal-list li { position: relative; padding-left: 24px; margin-bottom: 12px; line-height: 1.65; }
.legal-list li::before {
  content: ''; position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--brand);
}

.legal-contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.legal-contact-list li { display: flex; align-items: center; gap: 10px; }
.legal-contact-list i { color: var(--brand); width: 18px; text-align: center; flex-shrink: 0; }

.legal-company-card { background: #f8f8f9; border: 1px solid #eceef1; border-radius: 14px; padding: 28px 32px; margin-bottom: 8px; }
.legal-company-card .legal-h2 { margin-top: 0; font-size: 1.15rem; }
.legal-deflist { display: grid; grid-template-columns: 160px 1fr; gap: 8px 16px; margin: 0; }
.legal-deflist dt { font-weight: 600; color: #7a8190; font-size: .88rem; text-transform: uppercase; letter-spacing: .02em; }
.legal-deflist dd { margin: 0; color: var(--ink); word-break: break-word; }

.legal-cookie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0 28px; }
.legal-cookie-card { background: #fafafb; border: 1px solid #eceef1; border-radius: 12px; padding: 20px; }
.legal-cookie-card h4 { font-family: var(--sans); font-size: .98rem; font-weight: 600; color: var(--ink); margin: 0 0 10px; }
.legal-cookie-card p { font-size: .9rem; margin: 0 0 6px; line-height: 1.55; }
.legal-cookie-card p:last-child { margin-bottom: 0; }

.legal-note { display: flex; align-items: flex-start; gap: 12px; background: #fff7ed; border: 1px solid #fde6c8; border-radius: 12px; padding: 18px 20px; margin: 28px 0; }
.legal-note i { color: #d98a1f; font-size: 1.1rem; margin-top: 2px; }
.legal-note p { margin: 0; font-size: .95rem; color: #6b4a14; }

@media (max-width: 768px) {
  .legal-page { padding: 40px 0 64px; }
  .legal-header { margin-bottom: 32px; padding-bottom: 24px; }
  .legal-title { font-size: 1.7rem; }
  .legal-lead { font-size: .98rem; }
  .legal-h2 { font-size: 1.2rem; margin: 32px 0 12px; }
  .legal-h3 { font-size: 1rem; }
  .legal-company-card { padding: 20px; }
  .legal-deflist { grid-template-columns: 1fr; gap: 4px 0; }
  .legal-deflist dt { margin-top: 10px; }
  .legal-deflist dt:first-child { margin-top: 0; }
  .legal-cookie-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .legal-title { font-size: 1.45rem; }
  .legal-body { font-size: .95rem; }
  .legal-h2 { font-size: 1.1rem; }
  .legal-list li { padding-left: 20px; }
}









/* ===================================================================
   ABOUT US PAGE
   =================================================================== */

.about-hero {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink), var(--ink-2));
}
.about-hero__img { position: absolute; inset: 0; }
.about-hero__img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) brightness(.55);
}
.about-hero__overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(20,24,31,.35);
}
.about-hero__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: #fff;
  letter-spacing: -.01em;
}

/* Pill eyebrow (matches reference image's rounded pill chip) */
.pill-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand);
  background: rgba(254,1,0,.08);
  border: 1px solid rgba(254,1,0,.18);
  padding: 8px 18px;
  border-radius: 999px;
}
.pill-eyebrow__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); display: inline-block; }
.pill-eyebrow--dark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.pill-eyebrow--dark i { color: var(--gold-2); }

.about-intro { padding-top: 80px; }
.about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.about-intro__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: var(--ink);
  line-height: 1.18;
  margin: 18px 0 22px;
}
.about-intro__title em { font-style: normal; color: var(--brand); }

.about-intro__desc p { margin-bottom: 14px; font-size: 1rem; line-height: 1.7; color: var(--body); }

.about-feature-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; }
.about-feature {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 20px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.about-feature:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.about-feature__icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.05rem;
  background: var(--brand); color: #fff;
}
.about-feature__icon--dark { background: var(--ink); }
.about-feature h4 { font-family: var(--sans); font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.about-feature p { font-size: .88rem; color: var(--body); line-height: 1.5; }

.about-intro__media { position: relative; }
.about-intro__main-img {
  width: 100%; height: 460px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.about-intro__video {
  position: absolute; right: -8%; bottom: -36px; width: 56%;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 6px solid #fff;
}
.about-intro__video img { width: 100%; height: 220px; object-fit: cover; }
.about-intro__play {
  position: absolute; inset: 0; margin: auto; width: 56px; height: 56px;
  border: none; border-radius: 50%; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: 1.1rem; cursor: pointer;
  box-shadow: 0 10px 24px -8px rgba(254,1,0,.6);
  transition: transform .2s ease;
}
.about-intro__play:hover { transform: scale(1.08); }

/* ===================================================================
   CONTACT US PAGE
   =================================================================== */

.contact-section { padding: 80px 0; background: var(--cream); }

.contact-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-card__left { padding: 56px 48px; }
.contact-card__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  color: var(--ink);
  line-height: 1.12;
  margin: 18px 0 16px;
}
.contact-card__title em { font-style: italic; color: var(--brand); }
.contact-card__desc { font-size: .98rem; color: var(--body); line-height: 1.7; max-width: 440px; margin-bottom: 36px; }

.contact-card__list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 30px; }
.contact-card__list li { display: flex; align-items: center; gap: 16px; }
.contact-card__icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: #fff;
  display: grid; place-items: center; font-size: 1rem;
}
.contact-card__list b { display: block; font-size: .76rem; color: var(--gold); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 2px; }
.contact-card__list a, .contact-card__list span { font-size: .98rem; color: var(--ink); font-weight: 600; }
.contact-card__list a:hover { color: var(--brand); }

.contact-card__socials { display: flex; gap: 10px; }
.contact-card__socials a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2);
  display: grid; place-items: center; color: var(--ink-2); transition: all .2s ease;
}
.contact-card__socials a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

.contact-card__right {
  background: linear-gradient(160deg, var(--gold-2), var(--gold));
  padding: 56px 44px;
  display: flex;
  align-items: center;
}
.contact-form { width: 100%; }
.form-label--light { color: rgba(20,24,31,.72); }
.form-control--panel {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(20,24,31,.12);
}
.form-control--panel:focus { background: #fff; }
.contact-form .btn-dark { margin-top: 8px; }

.contact-map {
  width: 100%; height: 380px; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); margin-top: 50px;
}

/* ===================================================================
   RESPONSIVE — About & Contact
   =================================================================== */

@media (max-width: 992px) {
  .about-intro__grid { grid-template-columns: 1fr; gap: 60px; }
  .about-intro__media { order: -1; }
  .about-intro__main-img { height: 360px; }
  .about-intro__video { right: 0; width: 50%; bottom: -28px; }

  .contact-card { grid-template-columns: 1fr; }
  .contact-card__right { padding: 44px; }
  .contact-card__left { padding: 48px 40px 24px; }
}

@media (max-width: 768px) {
  .about-hero { height: 200px; }
  .about-intro { padding-top: 56px; }
  .about-intro__video { display: none; } /* avoid awkward overlap on small screens */
  .about-intro__main-img { height: 300px; }

  .contact-section { padding: 56px 0; }
  .contact-card { border-radius: 18px; }
  .contact-card__left, .contact-card__right { padding: 36px 26px; }
  .contact-card__title { font-size: 1.8rem; }
  .contact-map { height: 280px; margin-top: 36px; }
}

@media (max-width: 480px) {
  .about-hero__title { font-size: 1.8rem; }
  .about-feature { padding: 14px 16px; }
  .contact-card__list li { gap: 12px; }
  .contact-card__icon { width: 38px; height: 38px; font-size: .88rem; }
}