:root {
  --navy: #061a38;
  --navy-light: #0c2b55;
  --blue: #29a9dd;
  --yellow: #ffc84a;
  --cream: #f6f2e9;
  --ink: #11213d;
  --muted: #667085;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--yellow); color: var(--navy); }

.site-header {
  height: 84px; padding: 0 clamp(24px, 5vw, 76px); background: var(--navy); color: white;
  display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 10px 32px rgba(2,13,31,.18);
}
.brand { width: 190px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 190px; }
.desktop-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.desktop-nav a { opacity: .78; transition: .2s; }
.desktop-nav a:hover { opacity: 1; color: var(--yellow); }
.header-cta { background: var(--yellow); color: var(--navy); padding: 13px 18px; font-size: 13px; font-weight: 800; display: inline-flex; gap: 22px; align-items: center; border-radius: 2px; }
.mobile-nav { display: none; }

.hero { min-height: 740px; background: var(--navy); color: white; display: grid; grid-template-columns: 1.06fr .94fr; padding-left: clamp(24px, 7vw, 110px); position: relative; overflow: hidden; }
.hero-copy { padding: 96px 6vw 64px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; display: flex; gap: 11px; align-items: center; }
.eyebrow > span { width: 24px; height: 2px; background: var(--yellow); display: inline-block; }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2, .cta-section h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.hero h1 { font-size: clamp(57px, 6.6vw, 102px); max-width: 740px; }
.hero h1 em, .section h2 em, .cta-section h2 em { color: var(--yellow); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 30px 0 36px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-weight: 800; font-size: 13px; border-radius: 2px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--yellow); }
.text-link { font-size: 13px; font-weight: 700; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.36); display: flex; gap: 18px; }
.hero-proof { display: flex; gap: 0; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.14); max-width: 640px; }
.hero-proof > div { padding: 22px 30px 0 0; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof > div:last-child { border: 0; margin-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: Georgia, serif; font-size: 23px; color: var(--yellow); margin-bottom: 7px; }
.hero-proof span { font-size: 10px; letter-spacing: .05em; color: rgba(255,255,255,.52); }
.hero-visual { position: relative; margin: 30px 30px 30px 0; border-radius: 260px 260px 12px 12px; background: linear-gradient(180deg, rgba(6,26,56,.05), rgba(6,26,56,.34)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=88') center/cover; min-height: 650px; overflow: hidden; }
.visual-label { position: absolute; top: 37px; left: 50%; transform: translateX(-50%); padding: 10px 15px; color: var(--navy); background: rgba(255,255,255,.88); backdrop-filter: blur(10px); border-radius: 30px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; white-space: nowrap; }
.visual-label span { color: var(--blue); }
.trip-card { position: absolute; left: 7%; right: 7%; bottom: 102px; background: rgba(255,255,255,.94); color: var(--navy); display: grid; grid-template-columns: auto 1fr 70px 1fr; gap: 15px; align-items: center; padding: 20px 22px; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.mini-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; font-size: 10px; font-weight: 900; }
.trip-card span, .trip-card strong { display: block; }
.trip-card span { font-size: 9px; color: #7d8795; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.trip-card strong { font-size: 14px; }
.trip-line { height: 1px; background: repeating-linear-gradient(90deg, var(--blue) 0 5px, transparent 5px 10px); position: relative; }
.trip-line:after { content: '✈'; color: var(--blue); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-52%); background: white; padding: 3px; }
.visual-caption { position: absolute; bottom: 32px; left: 9%; right: 9%; display: flex; align-items: center; gap: 18px; color: white; }
.visual-caption span { font: italic 22px Georgia, serif; color: var(--yellow); }
.visual-caption p { max-width: 320px; font-size: 12px; line-height: 1.5; margin: 0; }
.hero-orbit { position: absolute; border: 1px solid rgba(41,169,221,.17); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 420px; height: 420px; left: -230px; bottom: -160px; }
.orbit-two { width: 180px; height: 180px; left: 43%; top: 20px; }

.marquee { overflow: hidden; white-space: nowrap; padding: 20px 0; background: var(--yellow); color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.marquee div { min-width: max-content; text-align: center; word-spacing: 22px; }
.marquee span { color: white; word-spacing: normal; }
.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 50px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { align-self: start; margin-top: 8px; }
.section h2 { font-size: clamp(48px, 5.6vw, 80px); color: var(--navy); }
.section h2 em { color: var(--blue); }
.section-heading > p:last-child, .destination-top > p, .about-lead { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfc9bd; border-left: 1px solid #cfc9bd; }
.service-card { min-height: 300px; padding: 26px 28px; border-right: 1px solid #cfc9bd; border-bottom: 1px solid #cfc9bd; position: relative; transition: background .25s, color .25s; }
.service-number { font: italic 13px Georgia, serif; color: #9ea2a9; }
.service-mark { position: absolute; right: 28px; top: 24px; width: 40px; height: 40px; border: 1px solid #d4d0c8; border-radius: 50%; display: grid; place-items: center; color: var(--blue); }
.service-card h3 { margin: 60px 0 13px; font: 27px Georgia, serif; }
.service-card p { color: var(--muted); margin: 0 0 30px; font-size: 13px; line-height: 1.65; max-width: 310px; }
.service-card a { position: absolute; bottom: 26px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid; padding-bottom: 4px; }
.service-card:hover { background: var(--navy); color: white; }
.service-card:hover p { color: rgba(255,255,255,.62); }

.destination-section { background: var(--navy); color: white; }
.destination-top { display: grid; grid-template-columns: 1.5fr .65fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.destination-section h2 { color: white; }
.destination-section h2 em { color: var(--yellow); }
.destination-top > p { color: rgba(255,255,255,.58); }
.destination-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.destination-card { min-height: 500px; padding: 28px; background-size: cover; background-position: center; position: relative; overflow: hidden; transition: transform .3s; }
.destination-card:hover { transform: translateY(-5px); }
.destination-index { font: italic 16px Georgia, serif; color: var(--yellow); }
.destination-card > div { position: absolute; left: 28px; bottom: 28px; }
.destination-card p { margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.destination-card h3 { margin: 0; font: 34px Georgia, serif; }
.round-arrow { position: absolute; right: 26px; bottom: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.about-photo { min-height: 650px; background: linear-gradient(180deg, transparent, rgba(6,26,56,.35)), url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1200&q=85') center/cover; position: relative; }
.about-badge { position: absolute; right: -50px; bottom: 55px; width: 155px; height: 155px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-8deg); box-shadow: 0 15px 40px rgba(6,26,56,.2); }
.about-badge strong, .about-badge b { font-size: 18px; letter-spacing: .1em; }
.about-badge span { font: italic 17px Georgia, serif; }
.about-copy h2 { margin-bottom: 30px; }
.about-lead { font-size: 16px; margin-bottom: 35px; max-width: 650px; }
.values { border-top: 1px solid #d5d0c6; }
.values > div { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid #d5d0c6; }
.values span { font: italic 12px Georgia, serif; color: var(--blue); }
.values p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--muted); }
.values strong { color: var(--navy); display: block; font-size: 14px; margin-bottom: 3px; }

.cta-section { background: var(--blue); color: white; text-align: center; padding: 100px 24px; position: relative; overflow: hidden; }
.cta-section .eyebrow { justify-content: center; }
.cta-section h2 { font-size: clamp(52px, 7vw, 92px); position: relative; z-index: 1; }
.cta-section h2 em { color: var(--navy); }
.cta-section > p:not(.eyebrow) { max-width: 580px; margin: 25px auto 30px; line-height: 1.7; color: rgba(255,255,255,.8); position: relative; z-index: 1; }
.cta-actions { justify-content: center; position: relative; z-index: 1; }
.button-outline { border: 1px solid rgba(255,255,255,.55); color: white; }
.cta-plane { position: absolute; font-size: 280px; color: rgba(255,255,255,.07); right: 6%; top: 50%; transform: translateY(-50%) rotate(-14deg); }

footer { background: var(--navy); color: white; padding: 70px clamp(24px, 7vw, 110px) 26px; }
.footer-main { display: grid; grid-template-columns: 2fr .75fr 1fr 1.4fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 230px; }
.footer-brand p { font: italic 20px Georgia, serif; color: var(--yellow); margin: 10px 0; }
.footer-group { display: flex; flex-direction: column; gap: 13px; font-size: 13px; }
.footer-group > p { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; margin: 9px 0 7px; }
.footer-group a { color: rgba(255,255,255,.68); line-height: 1.65; }
.footer-group a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; display: flex; justify-content: space-between; font-size: 10px; color: rgba(255,255,255,.38); letter-spacing: .05em; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 20px; z-index: 30; background: #25d366; color: #062617; padding: 13px 17px; border-radius: 30px; font-size: 12px; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.22); display: flex; gap: 9px; align-items: center; }
.floating-whatsapp span { color: white; }

section[id] { scroll-margin-top: 84px; }

.packages-section { background: #fff; }
.packages-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.packages-intro > p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.package-card { background: var(--cream); border: 1px solid #e4dfd5; transition: transform .25s, box-shadow .25s; }
.package-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(6,26,56,.12); }
.package-image { min-height: 290px; background-size: cover; background-position: center; position: relative; }
.package-image.meghalaya { background-image: linear-gradient(180deg,transparent,rgba(6,26,56,.26)),url('https://media.tripinvites.com/places/shillong/mawlynnong.jpg'); }
.package-image.kashmir { background-image: linear-gradient(180deg,transparent,rgba(6,26,56,.26)),url('https://images.unsplash.com/photo-1598091383021-15ddea10925d?auto=format&fit=crop&w=1200&q=85'); }
.package-image.thailand { background-image: linear-gradient(180deg,transparent,rgba(6,26,56,.26)),url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=85'); }
.package-tag { position: absolute; left: 18px; top: 18px; background: var(--yellow); color: var(--navy); padding: 8px 10px; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.package-body { padding: 24px; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.package-body p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.package-body h3 { margin: 0 0 8px; font: 27px Georgia,serif; color: var(--navy); }
.package-body span { color: var(--muted); font-size: 12px; }
.package-body a { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-top: 1px solid #ddd6ca; padding-top: 15px; color: var(--navy); }
.package-note { text-align: center; color: var(--muted); margin: 35px 0 0; font-size: 13px; }
.package-note a { color: var(--blue); font-weight: 800; border-bottom: 1px solid; }

.process-section { background: var(--blue); color: white; }
.process-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; margin-bottom: 60px; }
.process-section h2 { color: white; }
.process-section h2 em { color: var(--navy); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.process-grid article { min-height: 320px; padding: 25px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.process-grid article > span { font: italic 13px Georgia,serif; color: var(--navy); }
.process-icon { width: 48px; height: 48px; margin: 55px 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 900; }
.process-grid h3 { font: 25px Georgia,serif; margin: 0 0 14px; }
.process-grid p { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.74); margin: 0; }

.travel-types-section { background: var(--yellow); }
.travel-types-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-bottom: 60px; }
.travel-types-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.travel-types-grid article { background: var(--cream); padding: 26px; min-height: 250px; display: flex; flex-direction: column; }
.travel-types-grid span { font: italic 13px Georgia,serif; color: var(--blue); }
.travel-types-grid h3 { font: 26px Georgia,serif; margin: auto 0 14px; color: var(--navy); }
.travel-types-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.testimonials-section { background: var(--navy); color: white; }
.testimonial-title { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; margin-bottom: 55px; }
.testimonials-section h2 { color: white; }
.testimonials-section h2 em { color: var(--yellow); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-grid blockquote { margin: 0; min-height: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.testimonial-grid .highlight-quote { background: var(--yellow); color: var(--navy); border-color: var(--yellow); }
.stars { color: var(--yellow); letter-spacing: .16em; font-size: 12px; }
.highlight-quote .stars { color: var(--navy); }
.testimonial-grid blockquote > p { margin: auto 0; font: 24px/1.5 Georgia,serif; }
.testimonial-grid blockquote footer { background: transparent; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.testimonial-grid blockquote footer strong { font-size: 12px; }
.testimonial-grid blockquote footer span { font-size: 10px; color: rgba(255,255,255,.5); }
.testimonial-grid .highlight-quote footer span { color: rgba(6,26,56,.6); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,120px); background: #fff; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading > p:last-child { color: var(--muted); line-height: 1.7; max-width: 420px; }
.faq-list { border-top: 1px solid #d9d4cb; }
.faq-list details { border-bottom: 1px solid #d9d4cb; padding: 0 4px; }
.faq-list summary { list-style: none; cursor: pointer; padding: 25px 0; font: 20px Georgia,serif; color: var(--navy); display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font: 24px Arial,sans-serif; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: -5px 45px 25px 0; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; border: 1px solid rgba(255,255,255,.4); padding: 10px 13px; font-size: 12px; font-weight: 800; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: 48px; width: 220px; background: white; color: var(--navy); padding: 10px; box-shadow: 0 20px 50px rgba(0,0,0,.25); display: flex; flex-direction: column; }
  .mobile-nav nav a { padding: 12px; border-bottom: 1px solid #eee; font-size: 13px; }
  .hero { grid-template-columns: 1fr; padding: 0 24px; }
  .hero-copy { padding: 72px 0 45px; }
  .hero-visual { min-height: 580px; margin: 0 0 35px; border-radius: 240px 240px 8px 8px; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-card { min-height: 420px; }
  .about-section { gap: 70px; }
  .about-badge { right: -35px; }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .package-card:last-child { grid-column: 1 / -1; }
  .process-grid, .travel-types-grid { grid-template-columns: repeat(2,1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: 260px; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-group.address { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .site-header { height: 74px; padding: 0 18px; }
  .brand, .brand img { width: 165px; }
  .hero { padding: 0 18px; min-height: auto; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: clamp(50px, 15vw, 67px); }
  .hero-lead { font-size: 15px; margin: 25px 0 30px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-proof { flex-wrap: wrap; margin-top: 45px; }
  .hero-proof > div { width: 50%; margin: 0; padding-right: 15px; border-right: 0; }
  .hero-proof > div:last-child { width: 100%; }
  .hero-visual { min-height: 480px; border-radius: 170px 170px 6px 6px; }
  .trip-card { left: 4%; right: 4%; padding: 14px; grid-template-columns: auto 1fr 35px 1fr; gap: 8px; }
  .trip-card strong { font-size: 11px; }
  .mini-icon { width: 32px; height: 32px; }
  .visual-caption { left: 7%; right: 7%; }
  .marquee { font-size: 10px; }
  .section { padding: 78px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .section h2 { font-size: 52px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 275px; }
  section[id] { scroll-margin-top: 74px; }
  .packages-intro, .process-heading, .travel-types-head, .testimonial-title { grid-template-columns: 1fr; gap: 24px; }
  .package-grid, .process-grid, .travel-types-grid { grid-template-columns: 1fr; }
  .package-card:last-child { grid-column: auto; }
  .package-image { min-height: 260px; }
  .process-grid article { min-height: 270px; }
  .process-icon { margin: 35px 0 22px; }
  .testimonial-grid blockquote > p { font-size: 21px; }
  .faq-list summary { font-size: 18px; }
  .destination-top { grid-template-columns: 1fr; gap: 25px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 440px; }
  .about-section { grid-template-columns: 1fr; gap: 65px; }
  .about-photo { min-height: 500px; }
  .about-badge { width: 125px; height: 125px; right: 15px; bottom: -35px; }
  .about-badge strong, .about-badge b { font-size: 14px; }
  .about-badge span { font-size: 14px; }
  .cta-section { padding: 78px 18px; }
  .cta-section h2 { font-size: 51px; }
  .cta-actions { flex-direction: column; }
  footer { padding: 55px 18px 90px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-group.address { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .floating-whatsapp { left: 18px; right: 18px; bottom: 14px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
