/* =============================================================
   RESPONSIVE STYLES
   Merged & ordered: largest breakpoint → smallest
   ============================================================= */


/* ── min-width: 1140px–1339px (wide desktop range) ── */
@media only screen and (min-width:1140px) and (max-width:1339px){
  .pkg-trust-bar{padding-top:40px;}
}


/* ── min-width: 769px–1023px (tablet landscape range) ── */
@media only screen and (min-width:769px) and (max-width:1023px){
  .global-cta{display:none;}
  .left-panel{max-height:400px;}

}




/* ── min-width: 821px (desktop+) ── */
@media(min-width:821px){
  .right-panel{max-height:680px}
  .panel-content{overflow-y:auto}
}


/* ── min-width: 769px (desktop+) ── */
@media(min-width:769px){
  .nav-page-title{display:none;}
  .nav-logo-compact{margin-right:14px;}
}


/* ── min-width: 768px (desktop+) ── */
@media(min-width:768px){
  .pkg-card{
    flex-direction:row;
    align-items:stretch;
  }
  .pkg-card-img-wrap{
    width:320px;
    height:auto;
    flex-shrink:0;
  }
  .pkg-card-body{flex:1;}
}


/* ── max-width: 1024px (tablet and below) ── */
@media(max-width:1024px){
  /* pkg grid */
  .pkg-track{grid-template-columns:repeat(2,1fr)}

  /* pkg list */
  .pkl-thumb{width:160px;}
  .pkl-thumb-custom{width:160px;}
  .pkl-cta-col{width:140px;}
  .pkl-btn-expand{font-size:0.75rem;}
}


/* ── max-width: 900px (tablet and below) ── */
@media(max-width:900px){
  /* success stories */
  .ss-header-right{display:none;}
  .ss-scroll-hint-top{display:block;}
  .ss-title{font-size:1.6rem;}

  /* agra full section */
  .agra-full-section{padding:56px 0 48px}
  .agra-full-title{font-size:1.9rem}
  .agra-hero-banner{height:280px}
  .agra-hero-banner-left h2{font-size:1.4rem}
  .agra-pkg-card{flex:0 0 82vw;max-width:300px}
  .agra-exp-card{flex:0 0 76vw;max-width:270px}
  .agra-bottom-cta{flex-direction:column;align-items:flex-start}

  /* footer */
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-col-brand{grid-column:1/-1}
  .footer-trust-pills{flex-direction:row}
}


/* ── max-width: 820px (mobile/tablet) ── */
@media(max-width:820px){
  /* global cta bar */
  .global-cta{display:grid}
  .wa-float { bottom: 80px; }
  .call-float { bottom: 80px; }
  .cta-bar{display:none}

  /* hero */
  .site-hero{border-radius:0 0 36px 36px;min-height:auto}
  .hero-why-outer{margin-top:0}
  .site-hero-inner{
    grid-template-columns:1fr;gap:24px;
    padding:60px 16px 36px;
  }
  .hero-btns{padding:14px 16px;width:100%}
  .hero-btn{flex:1;justify-content:center;padding:13px 14px;font-size:0.8rem}
  .hero-stat-card{max-width:100%;width:100%}
  .hero-why-wrap{padding-bottom:36px}
  .hero-why-header{padding:20px 16px 12px}
  .hero-why-track{
    display:flex;
    flex-direction:row;
    gap:10px;
    padding:0 16px 4px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hero-why-track::-webkit-scrollbar{display:none}
  .hwc{
    flex:0 0 calc(50% - 5px);
    scroll-snap-align:start;
    min-width:0;
  }
  .hero-why-dots{
    display:flex;justify-content:center;gap:6px;
    margin-top:14px;padding-bottom:4px;
  }
  .hwd{
    width:20px;height:4px;border-radius:4px;
    background:rgba(255,255,255,0.22);
    cursor:pointer;transition:background 0.2s,width 0.2s;
  }
  .hwd.active{background:#4ade80;width:32px}

  /* main layout */
  .wus-modal{max-height:80vh}
  .page-wrap{padding:0 10px 90px}
  .ph-title{font-size:1.5rem}
  .ph-cta{display:none}
  .main-card{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
    overflow:clip;
  }
  .left-panel{min-height:0;max-height:210px;height:auto}
  .left-stats{grid-template-columns:repeat(4,1fr);gap:4px}
  .lst .lv{font-size:0.9rem}
  .lst .ll{font-size:0.55rem}
  .left-cta-row{display:none}
  .right-panel{max-height:none;height:auto;overflow:clip}
  .panel-content{overflow-y:visible;max-height:none;scroll-padding-top:0}
  .panel-tabs{position:sticky;top:114px;z-index:100}
  .place-tags-wrap{top:150px}
  html{scroll-padding-top:103px}

  /* agra highlights */
  .agra-highlights{grid-template-columns:1fr 1fr}
  .agra-hl:nth-child(2){border-right:none}
  .agra-hl:nth-child(3){border-right:1px solid var(--border)}
  .agra-hl:nth-child(3),.agra-hl:nth-child(4){border-top:1px solid var(--border)}
  .agra-hero-content{flex-direction:column;align-items:flex-start}
  .agra-hero-right{flex-direction:row}
  .agra-cta-btn{min-width:0;flex:1}
  .agra-notify{flex-direction:column;align-items:flex-start}
  .agra-notify-input{min-width:0;width:100%}
  .agra-notify-form{width:100%}
  .agra-notify-btn{flex:1}

  /* pkg section */
  .pkg-section{padding:40px 0 80px}
  .pkg-header{padding:0 16px}
  .pkg-track{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:0 16px 8px;
  }
  .pkg-track::-webkit-scrollbar{display:none}
  .pkg-card{
    flex:0 0 82vw;
    max-width:320px;
    scroll-snap-align:start;
  }
  .pkg-scroll-hint{display:flex}
  .pke-places{flex-wrap:nowrap;overflow-x:auto}
  .pke-cta-row{grid-template-columns:1fr 1fr}
  .pkg-compare-bar{margin:28px 16px 0}
  .pkg-row-label{display:none}
}


/* ── max-width: 768px (mobile) ── */
@media(max-width:768px){
  /* nav */
  .nav-tabs-desktop{display:none;}
  .nav-cta-desktop{display:none;}
  .nav-menu-btn{display:flex;}
  .nav-page-title{display:block;}
  .drawer-box,.menu-bottom{display:block;}

  /* pkg scroll hint */
  .pkg-scroll-hint{display:flex;}

  /* experiences */
  .exp-section{padding:56px 0 40px;}
  .exp-scroll-hint{display:flex;}
  .exp-card{flex:0 0 78vw;min-width:240px;}
  .exp-card-img{height:160px;}
  .exp-bottom-cta{
    padding:16px 18px;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  .exp-bc-text{min-width:0;font-size:0.84rem;}
  .exp-bc-btns{width:100%;flex-wrap:nowrap;}
  .exp-bc-wa,.exp-bc-call{flex:1;justify-content:center;padding:10px 12px;font-size:0.75rem;}

  /* pkg list — horizontal scroll */
  .pkg-list{
    flex-direction:row;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    gap:12px;
    padding-bottom:8px;
  }
  .pkg-list::-webkit-scrollbar{display:none;}
  .pkl-item{
    flex:0 0 82vw;
    max-width:340px;
    min-width:280px;
    scroll-snap-align:start;
    border-radius:16px;
  }
  .pkl-row{
    flex-direction:column;
    min-height:auto;
  }
  .pkl-thumb{
    width:100%;
    height:150px;
    border-radius:0;
  }
  .pkl-thumb-custom{
    width:100%;
    height:130px;
  }
  .pkl-body{
    border-left:none;
    border-right:none;
    border-top:1px solid var(--border);
    padding:12px 14px 10px;
  }
  .pkl-name{font-size:0.9rem;}
  .pkl-places-row{
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .pkl-places-row::-webkit-scrollbar{display:none;}
  .pkl-place-chip{font-size:0.6rem;padding:2px 7px 2px 3px;}
  .pkl-place-chip img{width:18px;height:18px;}
  .pkl-cta-col{
    width:100%;
    border-left:none;
    border-top:1px solid var(--green-border);
    min-height:auto;
    padding:10px 12px;
    align-items:stretch;
  }
  .pkl-btn-expand{
    width:100%;
    min-height:48px;
    height:auto;
    border-radius:10px;
    font-size:0.76rem;
    padding:12px 10px;
    flex-direction:row;
    gap:6px;
  }
}


/* ── max-width: 767px (mobile, pkg card) ── */
@media(max-width:767px){
  .pkg-card-img-wrap{height:200px;}
  .pkg-card-body{padding:18px 18px 22px;}
  .pkg-title{font-size:18px;}
  .pkg-cta-bar{gap:8px;}
  .pkg-btn{font-size:12px;padding:9px 20px;}
  .pkg-trust-item{font-size:11px;padding:12px 8px;}
  .left-panel{max-height: 330px;}
  .main-card{display: block;}
  .pke-veh {flex: 0 0 39%;}
  .pve-name{font-size: 11px;}
  .pve-price{font-size: 12px;}
}


/* ── max-width: 640px (small mobile) ── */
@media(max-width:640px){
  /* success stories */
  .ss-section{padding:56px 0 40px;}
  .ss-card{flex:0 0 86vw;min-width:270px;}
  .ss-header{margin-bottom:24px;}
  .ss-title{font-size:1.4rem;}
  .ss-bottom-bar{padding:16px 18px;}
  .ss-bottom-wa,.ss-bottom-call{padding:10px 16px;font-size:0.74rem;}

  /* agra */
  .agra-full-title{font-size:1.55rem}
  .agra-hero-banner{height:220px;border-radius:16px}
  .agra-hero-banner-content{bottom:16px;left:16px;right:16px}
  .agra-hero-banner-left h2{font-size:1.1rem}
  .agra-hero-banner-left p{display:none}
  .agra-hero-banner-btns{margin-top:10px}
  .agra-pkg-card{flex:0 0 88vw}
  .agra-exp-card{flex:0 0 84vw}
  .agra-full-wrap{padding:0 14px}

  .site-hero-inner{padding-bottom: 16px; padding-top: 30px;}
  .hero-stat-card.mobile-show{display: flex;}
  .hsc-num{font-size: 17px;}
  .left-panel{height: 360px;}
  .left-title{font-size: 1.45rem;}
  .global-cta{display: none;}
  .ptb-item{    margin-bottom: 10px;}
  .pkg-trust-bar{border-top: 0;}
    

}


/* ── max-width: 580px (small mobile, footer) ── */
@media(max-width:580px){
  .footer-grid{grid-template-columns:1fr}
  .footer-col-brand{grid-column:auto}
  .footer-cta-inner{flex-direction:column;align-items:flex-start}
  .footer-cta-headline{font-size:1.15rem}
  .footer-cta-btns{width:100%}
  .footer-btn{flex:1;justify-content:center}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:6px}
}


/* ── max-width: 540px (small mobile, nav) ── */
@media(max-width:540px){
  .nav-brand{font-size:0.72rem;}
  .nav-logo-icon{font-size:0.9rem;}
}


/* ── max-width: 480px (extra small) ── */
@media(max-width:480px){
  /* experiences */
  .exp-card{flex:0 0 86vw;}
  .exp-title{font-size:1.4rem;}
  .exp-bc-wa,.exp-bc-call{font-size:0.72rem;padding:9px 8px;}

  /* pkg card */
  .pkg-cta-bar{flex-direction:column;}
  .pkg-btn{justify-content:center;}
  .pkg-trust-bar{flex-direction:column;}
  .pkg-trust-item{border-right:none;border-bottom:1px solid var(--border);}
  .pkg-trust-item:last-child{border-bottom:none;}
  .pve-price{font-size: 10px;}
}

/* ═══════════════════════════════════════════
   HEADER & FOOTER RESPONSIVE (copied from responsive.css)
   ═══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar { display: none; }
  .nav-inner { padding: 0 16px; height: 56px; }
  .logo-brand { font-size: 15px; }
  .logo-sub { display: none; }
  .nav-cta .btn-call { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 40px 16px 32px; }
  .footer-bottom { flex-direction: column; text-align: center; padding: 20px 16px; }
  .wa-float { bottom: 16px; left: 16px; width: 52px; height: 52px; }
  .call-float { bottom:16px; right: 16px; width: 52px; height: 52px; }
  .bqf-callback {flex: 0 0  49%;}
  .bqf-submit,.bqf-callback{font-size: 11px;    padding: 5px;}
  .bqf-submit svg{display: none;}
  .extramorcheckbox label, .extradecide label, .extra-email label{font-size: 12px;}
  .bqf-select, .bqf-input,.bqf-field{width: 100%;}
  .extra-decide-box .bqf-row{display: block;}
  .extra-decide-box .bqf-row .bqf-field{margin: 8px 0px;}
  .in-layer.active{transform:translateX(20%)}
  .fcard-v-img-section img{width:96%;object-fit: contain;}
  .pke-btn{font-size: 10px;height: 31px;}
  .fcard-v-cta-btn{font-size: 11px !important;    height: 31px;}
  .pke-places{width: 100%; display: inline-flex;        padding-bottom: 10px;}
  .pke-place{flex: 0 0 28%;}
}

@media (max-width: 575px) {
  .mob-nav-link { font-size: 0.9rem; font-weight: 500; color: var(--text-body); }
}

@media (max-width: 600px) {
  .btn-primary, .btn-outline-white { width: 100%; justify-content: center; }
}
