
:root{
  --green:#0b2427;
  --green-2:#102e32;
  --orange:#ff641a;
  --orange-2:#ff7b2d;
  --white:#fff;
  --cream:#f7f7f4;
  --ink:#12262b;
  --muted:#707a7e;
  --line:#e4e8e8;
  --shell:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.shell{width:min(var(--shell),calc(100% - 64px));margin:auto}
.site-header{height:76px;background:#fff;position:sticky;top:0;z-index:1000;border-bottom:1px solid #eef1f1}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:12px;min-width:225px}
.brand-icon{position:relative;width:52px;height:38px;display:inline-block}
.brand-icon i{position:absolute;bottom:4px;width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:30px solid var(--green);transform:skewX(-7deg)}
.brand-icon i:first-child{left:0}
.brand-icon i:last-child{left:20px;border-bottom-color:#1c5152}
.brand-copy{line-height:.84;display:flex;flex-direction:column}
.brand-copy strong{font-size:19px;letter-spacing:.19em;font-weight:900}
.brand-copy b{font-size:11px;letter-spacing:.28em;margin-top:6px}
.brand-copy small{font-size:6px;letter-spacing:.24em;margin-top:6px;color:#6e777a}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:36px;font-size:13px;font-weight:600}
.desktop-nav a{height:76px;display:flex;align-items:center;position:relative;white-space:nowrap}
.desktop-nav a::after{content:"";position:absolute;height:2px;background:var(--orange);bottom:13px;left:50%;right:50%;transition:.2s}
.desktop-nav a:hover::after,.desktop-nav a.active::after{left:0;right:0}
.nav-actions{display:flex;align-items:center;gap:15px}
.search-btn{background:transparent;border:0;font-size:28px;line-height:1;color:var(--green);cursor:pointer}
.nav-cta{background:var(--orange);color:#fff;font-size:12px;font-weight:800;padding:16px 25px;border-radius:8px}
.menu-toggle{display:none;background:transparent;border:0;font-size:27px;color:var(--green);cursor:pointer}
.mobile-nav{display:none}

.hero{
  height:675px;position:relative;color:#fff;background:
    url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2200&q=90')
    center 45%/cover no-repeat;overflow:hidden
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,40,.84) 0%,rgba(9,35,40,.62) 44%,rgba(9,35,40,.12) 100%)}
.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:70px}
.hero-copy{max-width:760px}
.tiny-label{font-size:10px;letter-spacing:.34em;font-weight:700;margin-bottom:18px}
.hero h1{font-size:clamp(54px,5.8vw,91px);line-height:.94;letter-spacing:-.055em;margin:0 0 24px;font-weight:900}
.hero h1 span{color:var(--orange)}
.hero p{font-size:16px;max-width:620px;line-height:1.55;margin:0 0 28px;color:#edf3f3}
.hero-buttons{display:flex;gap:16px;align-items:center}
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:0 20px;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{background:var(--orange-2);transform:translateY(-1px)}
.btn-outline{border-color:rgba(255,255,255,.8);color:#fff;background:rgba(0,0,0,.08)}
.btn-outline:hover{background:#fff;color:var(--green)}
.btn.small{min-height:42px;font-size:12px;margin-top:16px}
.hero-note{font-family:Georgia,serif;font-style:italic;font-size:31px;line-height:1.06;transform:rotate(-7deg);align-self:center;margin-right:3%;margin-top:50px;text-align:center}
.hero-note i{display:block;width:90px;height:3px;background:var(--orange);transform:rotate(-8deg);margin:14px auto 0}
.hero-bottom{position:absolute;bottom:0;left:0;right:0;z-index:3;background:rgba(5,27,31,.76);border-top:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px)}
.feature-strip{height:66px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}
.feature-strip div{height:100%;display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid rgba(255,255,255,.11);font-size:12px;font-weight:600}
.feature-strip div:first-child{border-left:1px solid rgba(255,255,255,.11)}

.section{padding:74px 0}
.white-section{background:#fff}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}
.orange-label{font-size:10px;letter-spacing:.28em;color:var(--orange);font-weight:900;margin-bottom:7px}
.section-title-row h2,.stats-copy h2,.audience-head h2,.custom-cta h2{margin:0;font-size:36px;letter-spacing:-.04em;line-height:1.05}
.section-title-row p{margin:6px 0 0;font-size:13px;color:var(--muted)}
.text-link{font-size:12px;font-weight:700;padding-bottom:5px}

.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.service-card{position:relative;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff;box-shadow:0 7px 24px rgba(11,36,39,.07);transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(11,36,39,.12)}
.service-image{height:172px;background-position:center;background-size:cover}
.img-adventure{background-image:url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=800&q=85')}
.img-group{background-image:url('https://images.unsplash.com/photo-1519671282429-b44660ead0a7?auto=format&fit=crop&w=800&q=85')}
.img-corporate{background-image:url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=800&q=85')}
.img-school{background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=800&q=85')}
.img-custom{background-image:url('https://images.unsplash.com/photo-1526772662000-3f88f10405ff?auto=format&fit=crop&w=800&q=85')}
.img-camp{background-image:url('https://images.unsplash.com/photo-1475483768296-6163e08872a1?auto=format&fit=crop&w=800&q=85')}
.service-icon{position:absolute;top:153px;left:14px;width:38px;height:38px;background:#fff;border-radius:50%;display:grid;place-items:center;font-size:20px;box-shadow:0 5px 15px rgba(0,0,0,.14)}
.service-body{padding:27px 14px 17px}
.service-body h3{font-size:14px;margin:0 0 8px;line-height:1.25}
.service-body p{font-size:11px;color:var(--muted);line-height:1.45;min-height:48px;margin:0 0 12px}
.service-body a{font-size:11px;color:var(--orange);font-weight:800}

.stats-band{position:relative;color:#fff;background:url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=2200&q=85') center 56%/cover no-repeat}
.stats-shade{position:absolute;inset:0;background:rgba(8,37,41,.86)}
.stats-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1.9fr;gap:50px;align-items:center;padding:63px 0}
.stats-copy h2{font-size:34px}
.stats-copy p{color:#dce5e6;font-size:13px;line-height:1.55;max-width:465px;margin:13px 0 0}
.stats-counters{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid rgba(255,255,255,.18)}
.stat-item{padding:18px 22px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}
.stat-item span{display:block;font-size:26px;font-weight:900}
.stat-item small{display:block;margin-top:9px;font-size:10px;line-height:1.35;color:#d8e2e3}

.trip-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.trip-card{border:1px solid var(--line);background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 7px 20px rgba(11,36,39,.06)}
.trip-img{height:142px;background-position:center;background-size:cover}
.trip-jaisalmer{background-image:url('https://images.unsplash.com/photo-1477587458883-47145ed94245?auto=format&fit=crop&w=800&q=85')}
.trip-trek{background-image:url('https://images.unsplash.com/photo-1486911278844-a81c5267e227?auto=format&fit=crop&w=800&q=85')}
.trip-rann{background-image:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=800&q=85')}
.trip-wildlife{background-image:url('https://images.unsplash.com/photo-1549366021-9f761d450615?auto=format&fit=crop&w=800&q=85')}
.trip-spiti{background-image:url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=800&q=85')}
.trip-bike{background-image:url('https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=800&q=85')}
.trip-content{padding:12px}
.trip-content h3{font-size:12px;margin:0 0 8px;line-height:1.3}
.trip-content ul{list-style:none;padding:0;margin:0 0 9px}
.trip-content li{font-size:9.5px;color:#4d5b5e;line-height:1.7}
.trip-content strong{display:block;color:var(--orange);font-size:15px;margin-bottom:7px}
.trip-content strong small{font-size:10px}
.next-date{display:block;font-size:9px;color:#6d7779;margin-bottom:10px}
.trip-content a{display:flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;font-size:9px;font-weight:800;height:34px;border-radius:4px}

.audience-section{position:relative;padding:36px 0 25px;background:url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat;color:#fff}
.audience-shade{position:absolute;inset:0;background:rgba(4,28,32,.82)}
.audience-section .shell{position:relative;z-index:2}
.audience-head h2{font-size:28px}
.audience-head p{font-size:11px;color:#d7e2e2;margin:6px 0 17px}
.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.audience-card{height:128px;border-radius:5px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;background-size:cover;background-position:center;position:relative;overflow:hidden}
.audience-card::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,30,34,.88),rgba(7,30,34,.12))}
.audience-card>*{position:relative;z-index:2}
.family-card{background-image:url('https://images.unsplash.com/photo-1506869640319-fe1a24fd76dc?auto=format&fit=crop&w=800&q=85')}
.corporate-card{background-image:url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=800&q=85')}
.school-card{background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=800&q=85')}
.private-card{background-image:url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=800&q=85')}
.audience-icon{font-size:19px;margin-bottom:4px}
.audience-card h3{font-size:13px;margin:0 0 8px}
.audience-card p{font-size:9.5px;margin:0;color:#fff}

.custom-cta{padding:68px 0;background:#f5f6f3}
.custom-cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.custom-cta h2{font-size:43px;margin-bottom:14px}
.custom-cta p{color:var(--muted);line-height:1.6;max-width:560px;font-size:13px}
.quick-form{background:#fff;padding:26px;border:1px solid var(--line);box-shadow:0 15px 40px rgba(11,36,39,.08);border-radius:8px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.quick-form input,.quick-form select,.quick-form textarea{width:100%;border:1px solid #dfe4e4;border-radius:5px;padding:13px 14px;font-size:12px;outline:none}
.quick-form textarea{height:95px;resize:vertical;margin-bottom:12px}
.quick-form .btn{width:100%;border:0;cursor:pointer}
.form-note{font-size:9.5px!important;color:#8a9395!important;margin:8px 0 0!important;text-align:center}

.site-footer{background:#06191d;color:#fff;padding:23px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr 1.6fr .8fr;align-items:center;gap:40px}
.footer-brand .brand-copy strong,.footer-brand .brand-copy b{color:#fff}
.footer-brand .brand-copy small{color:#9babad}
.footer-links{display:flex;align-items:center;justify-content:center;gap:26px;font-size:10px;color:#d9e1e2}
.footer-motto{font-family:Georgia,serif;font-style:italic;font-size:23px;line-height:1.05;text-align:right;color:#e9b9a3;transform:rotate(-5deg)}
.footer-bottom{padding:15px 0 20px;margin-top:15px;border-top:1px solid rgba(255,255,255,.08);font-size:9px;color:#789094;text-align:center}

@media (max-width:1200px){
  .service-grid,.trip-grid{grid-template-columns:repeat(3,1fr)}
  .stats-grid{grid-template-columns:1fr}
  .stats-counters{border-left:0}
  .desktop-nav{gap:22px}
  .hero h1{font-size:68px}
}
@media (max-width:900px){
  .shell{width:min(100% - 32px,var(--shell))}
  .desktop-nav,.nav-cta,.search-btn{display:none}
  .menu-toggle{display:block}
  .mobile-nav{position:absolute;top:76px;left:0;right:0;background:#fff;border-top:1px solid #eee;box-shadow:0 20px 40px rgba(0,0,0,.08);padding:14px 18px;flex-direction:column}
  .mobile-nav.open{display:flex}
  .mobile-nav a{padding:13px 6px;font-size:13px;font-weight:600;border-bottom:1px solid #eef0f0}
  .hero{height:650px}
  .hero-note{display:none}
  .hero h1{font-size:58px}
  .feature-strip{grid-template-columns:repeat(2,1fr);height:auto}
  .feature-strip div{height:50px}
  .feature-strip div:nth-child(5){display:none}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .custom-cta-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-links{flex-wrap:wrap}
  .footer-motto{text-align:center}
}
@media (max-width:650px){
  .brand{min-width:auto}
  .brand-copy strong{font-size:15px}
  .brand-copy b{font-size:9px}
  .brand-copy small{font-size:5px}
  .brand-icon{width:44px}
  .hero{height:610px}
  .hero-inner{align-items:flex-start;padding-top:100px}
  .hero h1{font-size:43px}
  .hero p{font-size:13px}
  .hero-buttons{align-items:stretch;flex-direction:column;width:210px}
  .section{padding:55px 0}
  .section-title-row{display:block}
  .text-link{display:inline-block;margin-top:15px}
  .service-grid,.trip-grid{grid-template-columns:1fr}
  .service-image{height:210px}
  .stats-counters{grid-template-columns:repeat(2,1fr)}
  .stats-counters .stat-item:last-child{grid-column:1/-1}
  .audience-grid{grid-template-columns:1fr}
  .audience-card{height:145px}
  .form-row{grid-template-columns:1fr}
  .custom-cta h2{font-size:34px}
  .footer-links{gap:14px}
}


/* ===== Category-wise navbar dropdown ===== */
.nav-drop{
  position:relative;
  height:100%;
  display:flex;
  align-items:center;
}
.nav-drop-trigger{
  display:flex!important;
  align-items:center;
  gap:5px;
  white-space:nowrap;
}
.chev{
  font-size:12px;
  opacity:.7;
  transition:transform .2s ease;
}
.nav-drop:hover .chev,
.nav-drop:focus-within .chev{transform:rotate(180deg)}

.category-menu{
  position:absolute;
  top:calc(100% - 6px);
  left:50%;
  width:520px;
  transform:translateX(-50%) translateY(10px);
  padding:18px;
  background:#fff;
  border:1px solid rgba(8,44,50,.10);
  border-radius:14px;
  box-shadow:0 24px 60px rgba(8,44,50,.17);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.2s ease;
  z-index:1500;
}
.category-menu:before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  background:#fff;
  border-left:1px solid rgba(8,44,50,.10);
  border-top:1px solid rgba(8,44,50,.10);
  transform:translateX(-50%) rotate(45deg);
}
.nav-drop:hover .category-menu,
.nav-drop:focus-within .category-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.menu-kicker{
  position:relative;
  z-index:1;
  margin:0 3px 11px;
  color:#ff671d;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.16em;
}
.category-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
}
.cat-item{
  display:block!important;
  height:auto!important;
  padding:11px 12px!important;
  background:#f6f8f7!important;
  border-radius:9px!important;
  white-space:normal!important;
}
.cat-item:after{display:none!important}
.cat-item:hover{background:#fff0e8!important}
.cat-name{
  display:block;
  color:#15363b;
  font-size:10px;
  font-weight:800;
}
.cat-item:hover .cat-name{color:#ff671d}
.cat-item small{
  display:block;
  margin-top:3px;
  color:#7a888b;
  font-size:7.5px;
  font-weight:500;
  line-height:1.3;
}
.view-all-category{
  display:block!important;
  height:auto!important;
  margin-top:10px;
  padding:11px 13px!important;
  background:#0b2d31!important;
  border-radius:8px;
  color:#fff!important;
  text-align:center;
  font-size:9px!important;
  font-weight:800!important;
}
.view-all-category:after{display:none!important}
@media(max-width:1050px){
  .category-menu{display:none!important}
}


/* ===== Custom Trips Theme-wise Dropdown ===== */
.custom-theme-drop{position:relative}
.theme-menu{
  position:absolute;
  top:calc(100% - 6px);
  left:50%;
  width:285px;
  transform:translateX(-50%) translateY(10px);
  background:#fff;
  border:1px solid rgba(8,44,50,.10);
  border-radius:11px;
  box-shadow:0 24px 60px rgba(8,44,50,.17);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.2s ease;
  z-index:1600;
  overflow:hidden;
}
.theme-menu:before{
  content:"";
  position:absolute;
  top:-7px;
  left:50%;
  width:14px;
  height:14px;
  background:#fff;
  border-left:1px solid rgba(8,44,50,.10);
  border-top:1px solid rgba(8,44,50,.10);
  transform:translateX(-50%) rotate(45deg);
}
.custom-theme-drop:hover .theme-menu,
.custom-theme-drop:focus-within .theme-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.theme-menu-head{
  position:relative;
  z-index:1;
  padding:11px 13px;
  background:#f0eff7;
  color:#3d4450;
  font-size:10px!important;
  font-weight:800!important;
}
.theme-list{padding:4px 0}
.theme-item{
  display:block!important;
  height:auto!important;
  padding:10px 13px!important;
  color:#414b4f!important;
  font-size:10px!important;
  font-weight:500!important;
  background:#fff!important;
  white-space:normal!important;
  border-bottom:1px solid #f0f2f2;
}
.theme-item:last-child{border-bottom:0}
.theme-item:after{display:none!important}
.theme-item:hover{
  background:#fff2eb!important;
  color:#ff671d!important;
  padding-left:17px!important;
}
.theme-view-all{
  display:block!important;
  height:auto!important;
  margin:7px!important;
  padding:10px 12px!important;
  border-radius:7px;
  background:#0b2d31!important;
  color:#fff!important;
  text-align:center;
  font-size:9px!important;
  font-weight:800!important;
}
.theme-view-all:after{display:none!important}
@media(max-width:1050px){
  .theme-menu{display:none!important}
}


/* ===== Homepage Custom Trip cards ===== */
.ctrip-honeymoon{background-image:url('https://images.unsplash.com/photo-1500534623283-312aade485b7?auto=format&fit=crop&w=900&q=82')}
.ctrip-family{background-image:url('https://images.unsplash.com/photo-1477587458883-fed622ff2c3b?auto=format&fit=crop&w=900&q=82')}
.ctrip-selfdrive{background-image:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=82')}
.ctrip-shortbreak{background-image:url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=900&q=82')}
.ctrip-adventure{background-image:url('https://images.unsplash.com/photo-1486911278844-a81c5267e227?auto=format&fit=crop&w=900&q=82')}
.ctrip-wildlife{background-image:url('https://images.unsplash.com/photo-1549366021-9f761d450615?auto=format&fit=crop&w=900&q=82')}


/* ===== Sticky compact Custom Package calculator ===== */
.hero-grid,
.content-layout{
  align-items:start;
}
.calculator,
.calc{
  position:sticky !important;
  top:118px !important;
  align-self:start;
  z-index:30;
  max-height:calc(100vh - 132px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
.calculator::-webkit-scrollbar,
.calc::-webkit-scrollbar{
  width:5px;
}
.calculator::-webkit-scrollbar-thumb,
.calc::-webkit-scrollbar-thumb{
  background:#c7d1d2;
  border-radius:10px;
}
.hotel-select-wrap{
  display:block;
  margin:8px 0 10px;
}
.hotel-select-wrap span{
  display:block;
  font-size:8.5px;
  font-weight:900;
  margin-bottom:5px;
}
.hotel-select-wrap select{
  width:100%;
  border:1px solid #dce4e5;
  border-radius:6px;
  padding:9px;
  background:#fff;
  font-size:9px;
}
@media(max-width:1050px){
  .calculator,
  .calc{
    position:relative !important;
    top:auto !important;
    max-height:none;
    overflow:visible;
  }
}


/* ===== 10X Custom Trips Mega Menu: same visual system as Fix Departure ===== */
.custom-theme-drop{
  position:relative;
  height:100%;
  display:flex;
  align-items:center;
}
.custom-category-menu{
  width:570px !important;
  padding:18px !important;
}
.custom-theme-grid{
  grid-template-columns:1fr 1fr !important;
  gap:7px !important;
}
.custom-theme-card{
  display:block !important;
  height:auto !important;
  min-height:53px;
  padding:11px 12px !important;
  background:#f6f8f7 !important;
  border-radius:9px !important;
  white-space:normal !important;
  transition:.18s ease;
}
.custom-theme-card:hover{
  background:#fff0e8 !important;
  transform:translateY(-1px);
}
.custom-theme-card:after{
  display:none !important;
}
.custom-theme-card .cat-name{
  display:block;
  color:#15363b;
  font-size:10px;
  font-weight:800;
}
.custom-theme-card:hover .cat-name{
  color:#ff671d;
}
.custom-theme-card small{
  display:block;
  margin-top:3px;
  color:#7a888b;
  font-size:7.5px;
  font-weight:500;
  line-height:1.3;
}
@media(max-width:1050px){
  .custom-category-menu{
    display:none !important;
  }
}
