/* Below-the-fold homepage CSS, split out of index.php's inline <style>
 * (2026-07-25). Measured cause: parsing ~40KB of inline CSS before first
 * paint was costing home ~800ms of FCP on a throttled mobile profile
 * (stripping the style block entirely took FCP 1368ms -> 560ms). Only the
 * rules for content BELOW the fold live here - cards, why-us, trust banner,
 * travel style, filters, testimonials, review popup, FAQ, blog bento, CTA
 * banner and footer. Header, hero and the floating buttons stay inline so
 * everything visible on first paint is styled immediately and nothing can
 * shift. Loaded async from index.php. */
/* ---------- Reusable tour/trek/activity card — full-image overlay ---------- */
.t-card{
    position:relative;display:block;border-radius:var(--radius);overflow:hidden;
    box-shadow:0 12px 28px rgba(15,23,42,.12);transition:box-shadow .35s ease,transform .35s ease;
    flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:cover;
    background-color:var(--bg-soft); /* placeholder while the lazy-loaded background-image is still off-screen */
}
.t-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 26px 50px rgba(15,23,42,.24);}
.t-card--lg{width:min(24vw,380px);height:460px;}
.t-card--md{width:min(20vw,320px);height:400px;}
.t-card--sm{width:min(17vw,280px);height:360px;}
@media (max-width:900px){
    .t-card--lg{width:min(74vw,330px);height:420px;}
    .t-card--md{width:min(64vw,290px);height:380px;}
    .t-card--sm{width:min(56vw,250px);height:330px;}
}
/* Visually hidden — kept only so the photo still has real alt text for
   accessibility/SEO; the visible photo is the card's own background-image. */
.t-img-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.t-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,42,0) 35%,rgba(13,27,42,.45) 65%,rgba(13,27,42,.82) 100%);}
.t-ribbon{position:absolute;top:16px;left:16px;z-index:2;background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.4px;max-width:calc(100% - 32px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.t-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:22px;}
.t-body h3{font-size:1.08rem;margin:0 0 8px;line-height:1.35;color:#fff;}
.t-meta{font-size:12.5px;color:rgba(255,255,255,.8);margin-bottom:14px;}
.t-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.25);padding-top:14px;}
.t-price{font-weight:800;color:#fff;font-size:1.15rem;}
.t-price span{font-size:.72rem;color:rgba(255,255,255,.75);font-weight:400;}
.t-cta{font-size:12.5px;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:5px;}

/* ---------- Why Us — full-width single row ---------- */
.why-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;}
.why-item{
    background:#fff;border:1px solid var(--line);border-radius:18px;
    padding:32px 20px;text-align:center;transition:var(--ease);
}
.why-item:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(15,23,42,.08);border-color:transparent;}
.why-icon{width:62px;height:62px;border-radius:16px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff1e8,#ffe4d1);color:var(--orange);font-size:26px;}
.why-item h3{font-size:1rem;margin:0 0 8px;color:var(--ink);}
.why-item p{font-size:13px;color:var(--text-light);margin:0;line-height:1.55;}
@media (max-width:991px){.why-strip{grid-template-columns:repeat(3,1fr);}}
@media (max-width:600px){
    .why-strip{display:flex;grid-template-columns:none;overflow-x:auto;gap:14px;padding-bottom:8px;scrollbar-width:none;}
    .why-strip::-webkit-scrollbar{display:none;}
    .why-item{flex:0 0 160px;padding:22px 14px;}
}

/* ---------- Trust banner ---------- */
.trust-banner{position:relative;overflow:hidden;color:#fff;padding:100px 0 60px;}
.trust-banner .tb-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.trust-banner .tb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,42,.55) 0%,rgba(13,27,42,.8) 75%,var(--navy) 100%);}
.trust-banner .container-xl{position:relative;z-index:2;}
.tb-content{text-align:center;max-width:680px;margin:0 auto 50px;}
.tb-content .eyebrow{color:var(--gold);}
.tb-content h2{font-family:var(--font-head);font-size:clamp(1.9rem,4vw,3rem);margin:0 0 16px;}
.tb-content p{opacity:.9;margin:0 0 28px;font-size:1.05rem;}
.tb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.tb-card{
    background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);
    border-radius:16px;padding:22px 18px;transition:var(--ease);
}
.tb-card:hover{background:rgba(255,255,255,.14);transform:translateY(-5px);}
.tb-card i{color:var(--gold);font-size:22px;margin-bottom:12px;display:block;}
.tb-card h4{margin:0 0 6px;font-size:.95rem;}
.tb-card p{margin:0;font-size:12.5px;opacity:.8;line-height:1.5;}
@media (max-width:900px){.tb-grid{grid-template-columns:repeat(2,1fr);}}

/* ---------- Choose Your Travel Style — interactive showcase ---------- */
.style-showcase{display:grid;grid-template-columns:340px 1fr;gap:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);}
.style-list{background:var(--bg-soft);padding:14px;display:flex;flex-direction:column;gap:6px;}
.style-pill{
    display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:14px;
    background:transparent;border:none;text-align:left;transition:var(--ease);width:100%;
}
.style-pill i{width:38px;height:38px;border-radius:10px;background:#fff;color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;box-shadow:0 4px 10px rgba(15,23,42,.06);}
.style-pill span{font-weight:700;color:var(--ink);font-size:14.5px;}
.style-pill:hover{background:#fff;}
.style-pill.active{background:var(--navy);}
.style-pill.active i{background:var(--orange);color:#fff;}
.style-pill.active span{color:#fff;}
.style-preview{position:relative;min-height:420px;}
.style-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .4s ease;}
.style-slide.active{opacity:1;visibility:visible;}
.style-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.style-slide::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,27,42,.92) 10%,rgba(13,27,42,.15) 65%);}
.style-slide-body{position:absolute;left:0;right:0;bottom:0;padding:34px;color:#fff;z-index:2;}
.style-slide-body h3{font-family:var(--font-head);font-size:1.7rem;margin:0 0 10px;}
.style-slide-body p{opacity:.9;margin:0 0 18px;max-width:440px;font-size:14.5px;line-height:1.6;}
@media (max-width:860px){
    .style-showcase{grid-template-columns:1fr;}
    .style-list{flex-direction:row;overflow-x:auto;}
    .style-preview{min-height:320px;}
}

/* ---------- Explore Packages filter ---------- */
.pkg-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:36px;flex-wrap:wrap;}
.pkg-tab{padding:12px 26px;border-radius:30px;border:1.5px solid var(--line);background:#fff;font-weight:700;font-size:14px;color:var(--text-light);transition:var(--ease);}
.pkg-tab.active{background:var(--navy);border-color:var(--navy);color:#fff;}
.pkg-panel{display:none;}
.pkg-panel.active{display:block;}

/* ---------- Testimonials ---------- */
.test-scroller-wrap{position:relative;}
.test-scroller{display:flex;gap:24px;overflow-x:auto;padding:10px 4px 20px;scroll-snap-type:x mandatory;scrollbar-width:none;}
.test-scroller::-webkit-scrollbar{display:none;}
.test-arrow{
    position:absolute;top:44%;transform:translateY(-50%);z-index:5;
    width:46px;height:46px;border-radius:50%;background:#fff;border:1px solid var(--line);
    box-shadow:0 10px 24px rgba(15,23,42,.15);display:flex;align-items:center;justify-content:center;
    color:var(--ink);font-size:16px;cursor:pointer;transition:var(--ease);
}
.test-arrow:hover{background:var(--navy);color:#fff;border-color:var(--navy);}
.test-arrow-left{left:-8px;}
.test-arrow-right{right:-8px;}
/* Desktop only — mobile/tablet rely on native touch-swipe on the scroller. */
@media (max-width:991px){.test-arrow{display:none;}}
.test-card{position:relative;scroll-snap-align:start;flex:0 0 340px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;transition:var(--ease);}
.test-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.1);}
.test-source{position:absolute;top:20px;right:20px;width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:11px;flex-shrink:0;transition:var(--ease);}
.test-source:hover{background:var(--bg-soft);color:var(--navy);}
.test-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;padding-right:34px;}
.test-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;}
.test-avatar-img{object-fit:cover;}
.test-avatar-fallback{background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;}
.test-head-text{min-width:0;}
.test-head-text h5{margin:0 0 5px;font-size:14.5px;color:var(--ink);}
.test-loc{font-size:12.5px;font-weight:400;color:var(--text-light);}
.test-rating-row{display:flex;align-items:center;gap:6px;}
.test-stars{color:#f5a623;font-size:12px;letter-spacing:1px;}
.test-card p.quote{
    font-size:14.5px;color:var(--text);line-height:1.65;margin-bottom:0;
    display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;
}
.test-readmore-wrap{min-height:29px;margin-top:8px;}
.test-readmore{align-self:flex-start;background:none;border:none;padding:0;color:var(--orange);font-weight:700;font-size:13px;cursor:pointer;}
.test-readmore:hover{text-decoration:underline;}
.test-tour-card{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);text-decoration:none;color:inherit;}
.test-tour-thumb{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0;}
.test-tour-info{display:flex;flex-direction:column;gap:6px;min-width:0;}
.test-tour-info strong{font-size:13.5px;color:var(--ink);line-height:1.3;}
.test-tour-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--orange);}
.test-tour-card:hover .test-tour-btn{text-decoration:underline;}

/* ---------- Review full-text popup ---------- */
.review-modal-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:1200;align-items:center;justify-content:center;padding:20px;}
.review-modal-overlay.show{display:flex;}
.review-modal{position:relative;background:#fff;border-radius:20px;max-width:480px;width:100%;max-height:80vh;overflow-y:auto;padding:32px;box-shadow:0 30px 60px rgba(0,0,0,.3);}
.review-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px;line-height:1;color:var(--text-light);cursor:pointer;}
.review-modal-close:hover{background:var(--bg-soft);color:var(--navy);}
.review-modal-head{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
.review-modal-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;}
.review-modal-head h5{margin:0 0 4px;font-size:16px;color:var(--ink);}
.review-modal-text{font-size:15px;line-height:1.75;color:var(--text);white-space:pre-line;}

/* ---------- FAQ ---------- */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media (max-width:768px){.faq-grid{grid-template-columns:1fr;}}
details.faq{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 22px;}
details.faq summary{list-style:none;cursor:pointer;font-weight:600;color:var(--ink);font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:10px;}
details.faq summary::-webkit-details-marker{display:none;}
details.faq summary::after{content:'+';font-size:22px;color:var(--orange);font-weight:400;transition:var(--ease);}
details.faq[open] summary::after{content:'–';}
details.faq p{margin:14px 0 0;color:var(--text-light);font-size:14px;line-height:1.6;}

/* ---------- Blog bento (5 cards, one featured) ---------- */
.bento{display:grid;grid-template-columns:0.85fr 1.7fr 0.85fr;grid-template-rows:repeat(2,minmax(160px,1fr));gap:20px;}
.bento-col{display:contents;}
.b-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:var(--ease);}
.b-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,23,42,.1);}
.b-card--std{grid-column:span 1;flex:1;}
.b-media{overflow:hidden;flex:1;min-height:120px;}
.b-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.b-card:hover .b-media img{transform:scale(1.08);}
.b-body{padding:18px;}
.b-date{font-size:11.5px;color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:.5px;}
.b-body h3{font-size:.95rem;margin:8px 0 0;color:var(--ink);line-height:1.4;}
/* Featured post — distinct hero-overlay treatment instead of the plain
   image-on-top-of-white-body look the smaller cards use. */
.b-card--featured{
    grid-column:2;grid-row:1 / 3;position:relative;border:none;
    background-repeat:no-repeat;background-position:center;background-size:cover;
    background-color:var(--bg-soft); /* placeholder while the lazy-loaded background-image is still off-screen */
    transition:box-shadow .35s ease,transform .35s ease;
}
.b-card--featured:hover{transform:scale(1.015);box-shadow:0 20px 40px rgba(15,23,42,.18);}
.b-card--featured .b-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:30px;}
.b-card--featured .b-date{font-size:12.5px;color:var(--gold);}
.b-card--featured h3{font-size:1.4rem;margin-top:12px;font-family:var(--font-head);line-height:1.35;color:#fff;}
.bento-side{grid-row:1 / 3;display:flex;flex-direction:column;gap:20px;}
@media (max-width:900px){
    .bento{grid-template-columns:1fr;grid-template-rows:none;}
    .b-card--featured{grid-column:1;grid-row:auto;order:-1;height:340px;}
    .bento-side{grid-row:auto;grid-column:1;flex-direction:column;}
    .b-card--std{flex:none;}
}

/* ---------- CTA banner ---------- */
.cta-banner{position:relative;border-radius:28px;overflow:hidden;padding:70px 40px;text-align:center;color:#fff;background:linear-gradient(135deg,var(--navy) 0%,#1c3a58 100%);}
/* uses the 800px hero copy (2026-07-25): this is a decorative wash rendered at
   opacity .15, so the smaller file is indistinguishable here - and it means
   phones reuse the exact file the hero already fetched instead of pulling the
   1280px one as a second, otherwise-unused download. */
.cta-banner::before{content:'';position:absolute;inset:0;opacity:.15;background:url('https://www.manchalamushafir.com/manchala-banner-800.webp') center/cover;}
.cta-banner > *{position:relative;z-index:2;}
.cta-banner h2{font-family:var(--font-head);font-size:clamp(1.7rem,3.5vw,2.4rem);margin:0 0 14px;}
.cta-banner p{opacity:.85;margin:0 0 30px;font-size:1.05rem;}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

/* ---------- Footer (plain CSS grid — no Bootstrap needed) ---------- */
footer.site-footer{background:var(--navy);color:#cbd5e1;font-size:14px;}
.foot-top{padding-top:70px;padding-bottom:40px;}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr 1fr;gap:32px;}
@media (max-width:991px){.foot-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:576px){.foot-grid{grid-template-columns:1fr;}}
footer.site-footer .foot-heading-lg,footer.site-footer .foot-heading{color:#fff;font-weight:700;}
footer.site-footer .foot-heading-lg{text-transform:uppercase;font-size:15px;letter-spacing:1px;margin-bottom:16px;}
footer.site-footer .foot-heading{text-transform:uppercase;font-size:13px;letter-spacing:1px;margin-bottom:16px;}
.foot-link{color:#cbd5e1;display:block;margin-bottom:10px;transition:var(--ease);}
.foot-link:hover{color:var(--gold);padding-left:4px;}
.foot-social{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-right:8px;transition:var(--ease);}
.foot-social:hover{background:var(--gold);border-color:var(--gold);color:var(--navy);}
.foot-bottom{background:rgba(0,0,0,.25);text-align:center;padding:18px;font-size:13px;}
.foot-bottom a{color:#cbd5e1;}

