:root{--red:#d71920;--dark:#1d2229;--muted:#6b7280;--line:#e6e8ec;--soft:#fff5f6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#f6f7f9}a{text-decoration:none;color:inherit}.site-header{height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.site-brand{display:flex;align-items:center;gap:11px}.site-brand img{width:48px;height:48px;object-fit:contain}.site-brand span{display:grid}.site-brand b{font-size:21px}.site-brand small{font-size:9px;color:var(--muted);margin-top:2px}.site-header nav{display:flex;gap:24px;align-items:center;font-size:12px;font-weight:800}.header-cta{background:var(--red);color:#fff;padding:11px 16px;border-radius:7px}.slider{height:clamp(620px,78vh,820px);min-height:620px;position:relative;overflow:hidden;background:linear-gradient(135deg,#94131a,#d71920)}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease;background-size:cover;background-position:center;display:flex;align-items:center}.slide.active{opacity:1;pointer-events:auto}.slide-content{width:min(1180px,90vw);margin:auto;color:#fff;padding:70px 0 110px}.slide-content p{font-size:11px;font-weight:900;letter-spacing:.15em}.slide-content h1{font-size:clamp(52px,7.3vw,96px);max-width:980px;line-height:.96;letter-spacing:-.055em;margin:16px 0}.slide-content span{display:block;max-width:620px;font-size:18px;line-height:1.6}.slide-content a{display:inline-flex;margin-top:25px;background:#fff;color:var(--red);padding:13px 18px;border-radius:8px;font-size:12px;font-weight:900}.slider-dots{position:absolute;left:5vw;bottom:28px;display:flex;gap:8px}.slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.5);cursor:pointer}.slider-dots button.active{width:28px;background:#fff}.intro{max-width:900px;margin:0 auto;text-align:center;padding:75px 22px 45px}.intro p,.section-title p,.why>div:first-child p{font-size:10px;color:var(--red);letter-spacing:.16em;font-weight:900}.intro h2{font-size:45px;letter-spacing:-.04em;margin:12px 0}.intro span{display:block;font-size:16px;line-height:1.7;color:var(--muted)}.packages{max-width:1200px;margin:0 auto;padding:30px 22px 80px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:24px}.section-title h2{font-size:34px;margin:7px 0 0}.section-title>span{max-width:440px;font-size:12px;color:var(--muted)}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.package-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 8px 24px rgba(20,24,30,.05)}.package-image{height:230px;display:block;overflow:hidden;background:linear-gradient(135deg,#292f37,#d71920)}.package-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.package-card:hover .package-image img{transform:scale(1.035)}.package-image.placeholder{display:grid;place-items:center;color:#fff;font-weight:900;font-size:24px}.package-body{padding:18px}.package-meta{display:flex;gap:8px;flex-wrap:wrap}.package-meta span{font-size:9px;background:var(--soft);color:var(--red);border-radius:999px;padding:6px 8px;font-weight:900}.package-card h3{font-size:23px;margin:13px 0 7px}.package-card p{font-size:12px;color:var(--muted);line-height:1.55;min-height:56px}.package-bottom{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:16px}.package-bottom div{display:grid}.package-bottom small{font-size:9px;color:var(--muted)}.package-bottom b{font-size:22px;color:var(--red)}.package-bottom em{font-size:9px;color:var(--muted);font-style:normal}.package-bottom>a{font-size:11px;font-weight:900;background:var(--red);color:#fff;padding:10px 12px;border-radius:7px}.empty-state{grid-column:1/-1;background:#fff;border:1px dashed var(--line);padding:30px;text-align:center;color:var(--muted)}.why{background:#20252c;color:#fff;padding:70px max(24px,calc((100vw - 1160px)/2));display:grid;grid-template-columns:.8fr 1.5fr;gap:60px}.why h2{font-size:42px;margin:12px 0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.why-grid article{border:1px solid #3a414c;border-radius:12px;padding:22px;display:grid;gap:8px}.why-grid b{font-size:17px}.why-grid span{font-size:11px;color:#bec5cf;line-height:1.55}.site-footer{background:#fff;border-top:1px solid var(--line);padding:28px max(24px,5vw);display:flex;justify-content:space-between;gap:20px}.site-footer>div{display:grid;gap:4px}.site-footer span,.site-footer a{font-size:11px;color:var(--muted)}@media(max-width:900px){.site-header nav a:not(.header-cta){display:none}.slider{height:680px;min-height:680px}.package-grid{grid-template-columns:repeat(2,1fr)}.why{grid-template-columns:1fr}.section-title{display:block}.section-title>span{display:block;margin-top:8px}}@media(max-width:620px){.site-header{height:66px;padding:0 16px}.site-brand small{display:none}.site-brand b{font-size:18px}.site-brand img{width:38px;height:38px}.slider{height:620px;min-height:620px}.slide-content{padding:50px 0 120px}.slide-content h1{font-size:46px}.slide-content span{font-size:15px}.intro{padding-top:50px}.intro h2{font-size:36px}.package-grid{grid-template-columns:1fr}.package-image{height:220px}.why-grid{grid-template-columns:1fr}.site-footer{display:grid}}

/* V13.3 mobile tour-card layout: inspired by modern Indian tour catalog cards */
.package-mobile-summary,.mobile-card-actions,.mobile-inclusions{display:none}
@media(max-width:620px){
  .packages{padding:20px 12px 60px}
  .package-grid{gap:22px}
  .package-card{border:0;border-radius:0;background:#f6f7f9;box-shadow:none;overflow:visible}
  .package-image{height:290px;border-radius:0;position:relative;background:#ddd}
  .package-image img{object-position:center}
  .package-body{padding:16px 10px 0}
  .package-card h3{font-size:29px;line-height:1.08;margin:0 0 12px;color:#111;font-weight:800;letter-spacing:-.025em}
  .package-mobile-summary{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:18px}
  .duration-badge{display:inline-flex;align-items:center;background:#4b4d52;color:#fff;border-radius:7px;padding:8px 11px;font-size:14px;font-weight:800}
  .rating-row{display:inline-flex;align-items:center;gap:8px;color:#252525;font-size:13px;white-space:nowrap}
  .rating-row .stars{color:#ff6b1a;font-size:18px;letter-spacing:1px;line-height:1}
  .package-meta,.package-card p{display:none}
  .package-bottom{background:#fff;border:1px solid #d8dadd;border-radius:10px 10px 0 0;padding:17px 16px 12px;margin:0;display:block;box-shadow:0 2px 6px rgba(0,0,0,.06)}
  .price-block{display:grid;gap:2px}
  .package-bottom small{font-size:14px;color:#626262}
  .package-bottom b{font-size:31px;line-height:1.05;color:#111;font-weight:900}
  .package-bottom b sup{font-size:15px;top:-.55em;position:relative}
  .package-bottom em{display:none}
  .desktop-tour-link{display:none!important}
  .mobile-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff;padding:10px 16px 12px;border-left:1px solid #d8dadd;border-right:1px solid #d8dadd}
  .mobile-card-actions a{height:50px;border-radius:26px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900}
  .mobile-book-now{background:#ed1c24;color:#fff}
  .mobile-dates{background:#fff;color:#d71920;border:2px solid #d71920}
  .mobile-inclusions{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d8dadd;border-top:0;border-radius:0 0 10px 10px;color:#18687a;font-size:15px;font-weight:800;padding:5px 16px 18px;box-shadow:0 4px 8px rgba(0,0,0,.05)}
  .mobile-inclusions span{font-size:18px}
}
@media(max-width:390px){
  .package-image{height:255px}
  .package-card h3{font-size:26px}
  .rating-row{font-size:12px}
  .rating-row .stars{font-size:16px}
  .mobile-card-actions a{font-size:15px}
  .mobile-inclusions{font-size:13px}
}

/* V15 mobile tour-card refinement based on supplied reference screenshot. Desktop layout unchanged. */
.package-media{position:relative}.package-image-caption,.package-image-dots,.mobile-emi{display:none}
@media(max-width:620px){
  body{background:#f4f4f4}
  .packages{padding:10px 0 60px}
  .package-grid{gap:28px}
  .package-card{background:#f4f4f4}
  .package-media{background:#fff}
  .package-image{height:min(72vw,420px);min-height:280px;position:relative;overflow:hidden}
  .package-image:after{content:"";position:absolute;left:0;right:0;bottom:0;height:32%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58));pointer-events:none}
  .package-image img{display:block;width:100%;height:100%;object-fit:cover}
  .package-image-caption{display:block;position:absolute;left:22px;right:22px;bottom:22px;z-index:2;color:#fff;font-size:22px;font-weight:900;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.55)}
  .package-image-dots{height:34px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px}
  .package-image-dots i{display:block;width:9px;height:9px;border:2px solid #cfd1d4;border-radius:50%;background:#fff}
  .package-image-dots i.active{background:#ed1c24;border-color:#ed1c24}
  .package-body{padding:10px 14px 0;background:#f4f4f4}
  .package-card h3{font-size:28px;line-height:1.06;margin:2px 0 14px;padding:0 0;color:#111;font-weight:850;letter-spacing:-.03em}
  .package-mobile-summary{gap:14px;margin-bottom:18px;align-items:center;flex-wrap:nowrap}
  .duration-badge{background:#505055;border-radius:7px;padding:8px 10px;font-size:14px;white-space:nowrap}
  .rating-row{gap:7px;font-size:13px;min-width:0}
  .rating-row .stars{font-size:17px;letter-spacing:0;color:#ff6b1a;white-space:nowrap}
  .review-copy{white-space:nowrap}
  .package-bottom{border:1px solid #d5d7da;border-radius:10px 10px 0 0;padding:16px 15px 12px;margin:0;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;box-shadow:0 2px 5px rgba(0,0,0,.08)}
  .price-block{display:grid!important;gap:1px}
  .package-bottom small{font-size:15px;color:#616161;line-height:1.1}
  .package-bottom b{font-size:34px;color:#111;line-height:1;font-weight:900;letter-spacing:-.025em}
  .package-bottom b sup{font-size:16px}
  .mobile-emi{display:grid;text-align:right;gap:6px;align-self:center}
  .mobile-emi b{font-size:13px;color:#0877d8;line-height:1.25;letter-spacing:0}
  .mobile-emi a{font-size:14px;color:#0877d8;text-decoration:underline;text-underline-offset:2px}
  .mobile-card-actions{grid-template-columns:1fr 1fr;gap:9px;padding:9px 14px 13px;background:#fff;border-left:1px solid #d5d7da;border-right:1px solid #d5d7da}
  .mobile-card-actions a{height:47px;border-radius:999px;font-size:17px;font-weight:900}
  .mobile-book-now{background:#ed1c24}
  .mobile-dates{border:2px solid #ed1c24;color:#ed1c24}
  .mobile-inclusions{min-height:55px;border-color:#d5d7da;border-radius:0 0 10px 10px;padding:8px 15px 17px;color:#126f82;font-size:15px;line-height:1.25;background:#fff}
  .price-info-icon{font-size:21px;line-height:1;color:#126f82}
}
@media(max-width:420px){
  .package-image{height:72vw;min-height:260px}
  .package-image-caption{font-size:19px;bottom:18px}
  .package-card h3{font-size:26px}
  .duration-badge{font-size:13px;padding:7px 9px}
  .rating-row{font-size:12px;gap:5px}
  .rating-row .stars{font-size:15px}
  .package-bottom{grid-template-columns:1fr auto;gap:8px}
  .package-bottom b{font-size:31px}
  .mobile-emi b{font-size:11px;max-width:135px}
  .mobile-emi a{font-size:13px}
  .mobile-card-actions a{font-size:16px}
  .mobile-inclusions{font-size:13px}
}
@media(max-width:360px){
  .package-mobile-summary{flex-wrap:wrap}
  .package-bottom{grid-template-columns:1fr}
  .mobile-emi{text-align:left}
  .mobile-card-actions{grid-template-columns:1fr}
}

/* V39 Thomas-Cook-inspired desktop catalog cards. Footprints India branding and data. */
@media(min-width:621px){
  .tour-filter-wrap{max-width:1200px;margin:22px auto 0;padding:0 22px;display:flex;gap:14px;align-items:stretch}
  .filter-label{border:0;background:#d71920;color:#fff;border-radius:10px;padding:0 18px;font-size:16px;font-weight:900;white-space:nowrap;cursor:default}
  .filter-label span{font-size:25px;vertical-align:-2px;margin-left:9px}
  .tour-tabs{flex:1;display:flex;align-items:center;overflow-x:auto;background:#fff;border:1px solid #e1e5ea;border-radius:10px;padding:0 10px;box-shadow:0 2px 8px rgba(21,36,56,.03);scrollbar-width:none}
  .tour-tabs::-webkit-scrollbar{display:none}
  .tour-tab{height:58px;border:0;border-bottom:3px solid transparent;background:transparent;color:#252a33;padding:0 17px;font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}
  .tour-tab span{color:#697386;font-weight:700}
  .tour-tab.active{color:#d71920;border-bottom-color:#d71920}
  .tcatalog{max-width:1240px;padding-left:22px;padding-right:22px}
  .tcatalog .package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  .tc-card{border:1px solid #d8dde5;border-radius:15px;overflow:hidden;box-shadow:none;background:#fff;transition:.2s ease;min-width:0}
  .tc-card:hover{border-color:#d71920;box-shadow:0 8px 24px rgba(23,42,70,.08);transform:translateY(-2px)}
  .tc-card[hidden]{display:none!important}
  .tc-media{height:246px;margin:12px 12px 0;border-radius:10px;overflow:hidden;position:relative;background:#e9edf2}
  .tc-slide-track{position:absolute;inset:0}
  .tc-slide{display:none;position:absolute;inset:0}
  .tc-slide.active{display:block}
  .tc-slide img{width:100%;height:100%;object-fit:cover;display:block}
  .tc-slide.placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#173f70,#d71920);color:#fff;font-size:24px;font-weight:900}
  .tc-badge{position:absolute;left:0;top:14px;z-index:4;color:#fff;border-radius:0 17px 17px 0;padding:8px 14px;font-size:13px;font-weight:900;box-shadow:0 3px 10px rgba(0,0,0,.14)}
  .tc-badge-green{background:#14a800}.tc-badge-orange{background:#ff7200}.tc-badge-blue{background:#1857b7}.tc-badge-red{background:#d71920}
  .tc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#273341;font-size:31px;line-height:31px;box-shadow:0 2px 10px rgba(0,0,0,.16);cursor:pointer}
  .tc-arrow.prev{left:10px}.tc-arrow.next{right:10px}
  .tc-body{padding:14px 14px 15px}
  .tc-quick-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
  .tc-chips{display:flex;gap:7px;flex-wrap:wrap;min-width:0}
  .tc-chips span{background:#f7f8fa;border:1px solid #e2e6eb;color:#1756a9;border-radius:5px;padding:6px 8px;font-size:11px;font-weight:900;white-space:nowrap}
  .tc-rating{display:flex;align-items:center;gap:4px;white-space:nowrap;color:#292f36;font-size:13px}.tc-rating b{font-size:15px}.tc-rating span{color:#697386}
  .tc-body h3{font-size:19px;line-height:1.22;min-height:46px;margin:0 0 13px;color:#252a33;font-weight:850;letter-spacing:-.015em}
  .tc-route{font-size:12px;color:#697386;font-weight:700;line-height:1.45;min-height:34px;margin-bottom:14px}
  .tc-features{display:flex;align-items:flex-start;gap:16px;min-height:62px;padding:4px 3px 14px;border-bottom:1px dashed #d7dde5;overflow:hidden}
  .tc-features span{display:grid;justify-items:center;gap:5px;min-width:45px;max-width:62px;text-align:center}
  .tc-features i{font-style:normal;color:#d71920;font-size:23px;line-height:1;height:25px}
  .tc-features small{font-size:9px;line-height:1.05;color:#343b45;font-weight:800}
  .tc-price-row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding-top:14px}
  .tc-price{min-width:0}.tc-old-price{font-size:11px;color:#343b45;margin-bottom:4px;min-height:18px}.tc-old-price>span{display:inline-block;margin-left:5px;background:#ff6b28;color:#fff;border-radius:4px;padding:4px 6px;font-weight:900;text-decoration:none}.tc-old-price:not(:has(span)){text-decoration:line-through}
  .tc-price>div:last-child{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.tc-price b{font-size:23px;color:#252a33;line-height:1;font-weight:900}.tc-price small{font-size:10px;color:#414957;font-weight:700}
  .tc-view{background:#d71920;color:#fff!important;border-radius:999px;padding:12px 18px;font-size:13px!important;font-weight:900!important;white-space:nowrap;transition:.2s}.tc-view:hover{background:#b9151b}
  .tc-card .package-mobile-summary,.tc-card .package-bottom,.tc-card .mobile-card-actions,.tc-card .mobile-inclusions{display:none!important}
}
@media(min-width:621px) and (max-width:980px){
  .tcatalog .package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filter-label{display:none}.tour-filter-wrap{padding:0 18px}.tour-tabs{width:100%}
}


/* V40 Thomas Cook-inspired blue card theme + visible feature icons */
@media (min-width: 621px){
  .package-catalog{--tc-blue:#0b55a5;--tc-blue-dark:#08488d;--tc-blue-soft:#eff6ff;--tc-orange:#ff6b00;--tc-text:#20242b}
  .filter-label{background:var(--tc-blue);border-radius:8px}
  .tour-tabs{border-color:#d7e0eb;background:#f8fafc}
  .tour-tab{color:#252a33}
  .tour-tab.active{color:var(--tc-blue);border-bottom-color:var(--tc-blue)}
  .tc-card{border-color:#d6dee8;border-radius:14px}
  .tc-card:hover{border-color:#43a5ff;box-shadow:0 8px 24px rgba(11,85,165,.10)}
  .tc-card.is-featured{border-color:#43a5ff}
  .tc-media{border-radius:9px}
  .tc-chips span{color:var(--tc-blue);background:#f8fafc;border-color:#e2e7ee}
  .tc-rating .stars{color:#ffad00}
  .tc-body h3{color:var(--tc-text)}
  .tc-features{gap:18px;padding-top:7px}
  .tc-features span{min-width:50px;max-width:68px}
  .tc-features i{font-size:27px;height:29px;line-height:1;display:flex;align-items:center;justify-content:center;color:initial;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
  .tc-features small{font-size:10px;color:#2f3640;font-weight:800}
  .tc-old-price>span{background:var(--tc-orange)}
  .tc-price b{color:#20242b}
  .tc-view{background:var(--tc-blue);padding:12px 20px}
  .tc-view:hover{background:var(--tc-blue-dark)}
}

/* V41 card catalogue visual system based on the user-provided reference CSS. */
@media (min-width:621px){
  .package-catalog{
    --tc-primary:#0f4ca4;
    --tc-primary-2:#1849a9;
    --tc-yellow:#fee900;
    --tc-blue-1:#f5faff;
    --tc-blue-2:#eff8ff;
    --tc-blue-3:#d1e9ff;
    --tc-gray-950:#24262d;
    --tc-gray-700:#464c5e;
    --tc-gray-500:#667085;
    --tc-gray-300:#b3b9c6;
    --tc-gray-200:#d7dae0;
    --tc-gray-100:#edeef1;
    --tc-orange:#ff7700;
    font-family:Poppins,Inter,"Segoe UI",Arial,sans-serif;
  }
  .tour-filter-wrap{max-width:1320px;margin-top:26px;gap:18px;padding:0 18px}
  .filter-label{background:var(--tc-primary);border-radius:8px;padding:0 20px;font-size:18px;font-weight:700;box-shadow:none}
  .tour-tabs{height:62px;border:1px solid var(--tc-gray-100);border-radius:10px;background:#fff;box-shadow:none;padding:0 12px}
  .tour-tab{height:61px;padding:0 18px;font-size:15px;font-weight:600;color:var(--tc-gray-950);border-bottom-width:3px}
  .tour-tab span{color:var(--tc-gray-500);font-weight:500}
  .tour-tab.active{color:var(--tc-primary);border-bottom-color:var(--tc-primary)}
  .tcatalog{max-width:1340px;padding:26px 18px 84px}
  .tcatalog .package-grid{gap:22px}
  .tc-card{border:1px solid var(--tc-gray-200);border-radius:16px;background:#fff;box-shadow:none;transition:.3s ease;overflow:hidden}
  .tc-card:hover{border-color:#84caff;box-shadow:0 10px 20px -5px rgba(16,24,40,.08);transform:translateY(-3px)}
  .tc-media{height:258px;margin:14px 14px 0;border-radius:12px;background:var(--tc-blue-1)}
  .tc-slide.placeholder{background:linear-gradient(225deg,#2e90fa 0,#175cd3 100%)}
  .tc-badge{top:14px;padding:8px 14px;border-radius:0 18px 18px 0;font-size:13px;font-weight:600;box-shadow:none}
  .tc-badge-blue{background:#0f4ca4}.tc-badge-orange{background:#ff7700}.tc-badge-green{background:#10b301}.tc-badge-red{background:#a4180f}
  .tc-arrow{width:40px;height:40px;background:#fff;color:#24262d;font-size:28px;line-height:36px;box-shadow:2px 0 10px rgba(0,0,0,.15)}
  .tc-body{padding:14px 14px 18px}
  .tc-quick-row{margin-bottom:14px}
  .tc-chips{gap:8px}
  .tc-chips span{background:var(--tc-blue-1);border:1px solid var(--tc-gray-100);color:var(--tc-primary);border-radius:5px;padding:6px 9px;font-size:12px;font-weight:600}
  .tc-rating{font-size:13px;color:var(--tc-gray-950);font-weight:500}.tc-rating b{font-size:15px}.tc-rating span{color:var(--tc-gray-500)}
  .tc-body h3{font-size:20px;line-height:1.35;min-height:54px;margin:0 0 13px;color:var(--tc-gray-950);font-weight:600;letter-spacing:0}
  .tc-route{font-size:13px;line-height:1.55;color:var(--tc-gray-500);font-weight:600;min-height:40px;margin-bottom:13px}
  .tc-features{gap:16px;min-height:70px;padding:6px 4px 15px;border-bottom:1px dashed var(--tc-gray-200);overflow:visible}
  .tc-features span{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;min-width:52px;max-width:70px;text-align:center}
  .tc-features i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--tc-primary)}
  .tc-features i svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .tc-features .feature-meal i{color:var(--tc-orange)}
  .tc-features .feature-support i{color:#2e90fa}
  .tc-features .feature-flight i{color:var(--tc-orange)}
  .tc-features small{font-size:10px;line-height:1.15;color:var(--tc-gray-950);font-weight:500}
  .tc-price-row{padding-top:14px;align-items:flex-end}
  .tc-old-price{font-size:12px;color:var(--tc-gray-700);min-height:20px;margin-bottom:5px}
  .tc-old-price>span{background:var(--tc-orange);border-radius:4px;padding:4px 7px;font-weight:600;color:#fff}
  .tc-price>div:last-child{gap:7px}.tc-price b{font-size:24px;color:var(--tc-gray-950);font-weight:700}.tc-price small{font-size:10px;color:var(--tc-gray-700);font-weight:500}
  .tc-view{background:var(--tc-primary);border-radius:64px;padding:12px 20px;font-size:14px!important;font-weight:600!important;box-shadow:none}
  .tc-view:hover{background:var(--tc-yellow);color:var(--tc-gray-950)!important}
}

/* V42 compact catalogue refinement: tighter proportions, soft gradients and smoother depth. */
@media (min-width:621px){
  .tcatalog .package-grid{gap:18px}
  .tc-card{border-color:#e1e6ee;border-radius:15px;box-shadow:0 5px 16px rgba(15,76,164,.07),0 1px 3px rgba(16,24,40,.04);background:linear-gradient(180deg,#fff 0%,#fff 76%,#fbfdff 100%);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
  .tc-card:hover{border-color:#c8dcf7;box-shadow:0 14px 32px rgba(15,76,164,.13),0 4px 10px rgba(16,24,40,.06);transform:translateY(-4px)}
  .tc-media{height:218px;margin:10px 10px 0;border-radius:10px;background:linear-gradient(135deg,#f5faff 0%,#eaf4ff 100%)}
  .tc-media:after{content:"";position:absolute;inset:55% 0 0;pointer-events:none;background:linear-gradient(180deg,rgba(15,76,164,0),rgba(15,76,164,.08))}
  .tc-badge{top:12px;padding:6px 12px;font-size:12px;background-image:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.18))}
  .tc-arrow{width:34px;height:34px;font-size:23px;line-height:30px;box-shadow:0 4px 12px rgba(16,24,40,.16)}
  .tc-body{padding:11px 12px 14px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
  .tc-quick-row{margin-bottom:9px}
  .tc-chips{gap:6px}.tc-chips span{padding:5px 7px;font-size:11px;background:linear-gradient(135deg,#f5faff,#edf6ff)}
  .tc-rating{font-size:12px}.tc-rating b{font-size:14px}
  .tc-body h3{font-size:18px;line-height:1.28;min-height:46px;margin-bottom:8px}
  .tc-route{font-size:12px;line-height:1.45;min-height:34px;margin-bottom:8px}
  .tc-features{gap:10px;min-height:58px;padding:4px 2px 10px}
  .tc-features span{min-width:45px;max-width:60px;gap:3px}.tc-features i{width:25px;height:25px}.tc-features i svg{width:23px;height:23px}.tc-features small{font-size:9px}
  .tc-price-row{padding-top:10px}.tc-old-price{font-size:11px;min-height:17px;margin-bottom:3px}.tc-old-price>span{padding:3px 6px;font-size:10px}
  .tc-price b{font-size:21px}.tc-price small{font-size:9px}
  .tc-view{padding:10px 16px;font-size:13px!important;background:linear-gradient(135deg,#0f4ca4 0%,#1769c7 100%);box-shadow:0 5px 12px rgba(15,76,164,.18);transition:all .25s ease}
  .tc-view:hover{background:linear-gradient(135deg,#fee900,#ffe45c);box-shadow:0 7px 16px rgba(254,233,0,.22);transform:translateY(-1px)}
}
/* V43 homepage YouTube hero support */
.slider .slide{overflow:hidden}.slide-video{position:absolute;inset:0;z-index:0;overflow:hidden;background:#07162d}.slide-video iframe{position:absolute;left:50%;top:50%;width:177.77777778vh;min-width:100%;height:56.25vw;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}.slide-video-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,18,38,.72) 0%,rgba(5,18,38,.42) 46%,rgba(5,18,38,.16) 100%)}.video-slide .slide-content{position:relative;z-index:2}@media(max-width:700px){.slide-video iframe{width:177.77777778vh;min-width:100%;height:56.25vw;min-height:100%}.slide-video-shade{background:linear-gradient(90deg,rgba(5,18,38,.72),rgba(5,18,38,.32))}}

/* V46: compact 16:9-friendly homepage hero */
@media (min-width:901px){
  .slider{height:560px;min-height:560px;max-height:560px}
  .slide-content{padding:54px 0 88px}
}
@media (min-width:621px) and (max-width:900px){
  .slider{height:500px;min-height:500px;max-height:500px}
  .slide-content{padding:44px 0 82px}
}
@media (max-width:620px){
  .slider{height:430px;min-height:430px;max-height:430px}
  .slide-content{padding:34px 0 74px}
}
.slide-video iframe{
  width:100vw;
  height:56.25vw;
  min-width:177.77777778vh;
  min-height:100%;
}

/* V50: mobile feature icon sizing fix for iPhone and narrow screens */
@media (max-width:620px){
  .tc-features{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:12px;
    min-height:0;
    padding:8px 2px 12px;
    margin:0 0 10px;
    border-bottom:1px dashed #d7dae0;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .tc-features::-webkit-scrollbar{display:none}
  .tc-features span{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    flex:0 0 54px;
    min-width:54px;
    max-width:54px;
    gap:4px;
    text-align:center;
  }
  .tc-features i{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    min-height:22px!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    font-size:0!important;
    line-height:1!important;
    color:#0f4ca4!important;
    font-family:inherit!important;
  }
  .tc-features i svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    max-width:20px!important;
    max-height:20px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .tc-features .feature-meal i,
  .tc-features .feature-flight i{color:#ff7700!important}
  .tc-features .feature-support i{color:#2e90fa!important}
  .tc-features small{
    font-size:9px!important;
    line-height:1.15!important;
    color:#24262d!important;
    font-weight:600!important;
    white-space:normal;
  }
}

@media (max-width:390px){
  .tc-features{gap:8px}
  .tc-features span{flex-basis:50px;min-width:50px;max-width:50px}
  .tc-features i{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}
  .tc-features i svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}
  .tc-features small{font-size:8px!important}
}

/* V61 Leh-Ladakh-Taxi-inspired package cards */
.llt-card{background:#fff;border:1px solid #e2e5e9;border-radius:4px;overflow:hidden;box-shadow:0 3px 14px rgba(19,35,52,.08);transition:.22s}
.llt-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(19,35,52,.13)}
.llt-image{display:block;position:relative;height:235px;overflow:hidden;background:#dfe5ea}.llt-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.llt-card:hover .llt-image img{transform:scale(1.035)}
.llt-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#173f70,#0f4ca4);color:#fff;font-weight:900;font-size:22px}.llt-image-shade{position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))}
.llt-duration{position:absolute;left:0;top:0;width:78px;height:72px;background:#f3a51c;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.llt-duration b{font-size:27px;font-weight:900}.llt-duration span{font-size:11px;font-weight:900;letter-spacing:.12em;margin-top:5px}
.llt-badge{position:absolute;right:10px;top:10px;background:rgba(15,76,164,.94);color:#fff;padding:7px 10px;border-radius:3px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.llt-body{padding:17px 18px 18px}.llt-kicker{color:#f0a11a;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.llt-card .llt-body h3{min-height:0;margin:0 0 9px;font-size:20px;line-height:1.22;color:#1e2935;font-weight:800}.llt-route{min-height:39px;color:#69727d;font-size:12px;font-weight:600;line-height:1.55}.llt-divider{height:1px;background:#e8ebee;margin:15px 0 13px}
.llt-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.llt-price{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.llt-price small{width:100%;font-size:9px;color:#8b929a;font-weight:900;letter-spacing:.12em}.llt-price b{font-size:22px;color:#f0a11a;font-weight:900}.llt-price span{font-size:10px;color:#747c85;font-weight:700}.llt-view{background:#0f4ca4;color:#fff!important;padding:11px 13px;border-radius:3px;font-size:10px;font-weight:900;letter-spacing:.055em}.llt-view:hover{background:#0a3c82}
@media(min-width:621px){.tcatalog .llt-card{border:1px solid #e2e5e9;border-radius:4px;background:#fff}.llt-card .tc-media,.llt-card .tc-body,.llt-card .package-mobile-summary,.llt-card .package-bottom,.llt-card .mobile-card-actions,.llt-card .mobile-inclusions{display:none!important}}
@media(max-width:700px){.packages.tcatalog{padding:12px!important}.llt-card{width:100%!important;border-radius:4px!important;background:#fff!important;box-shadow:0 3px 14px rgba(19,35,52,.09)!important}.llt-image{height:220px}.llt-duration{width:70px;height:65px}.llt-duration b{font-size:24px}.llt-body{padding:15px}.llt-card .llt-body h3{font-size:20px!important;margin:0 0 8px!important;color:#1e2935!important}.llt-route{font-size:12px!important;min-height:0}.llt-price b{font-size:21px}}
@media(max-width:390px){.llt-image{height:205px}.llt-card .llt-body h3{font-size:18px!important}}
