/* Master stylesheet - shared across all GoKabul pages */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#252b18;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
img{display:block;max-width:100%;height:100%;object-fit:cover}

:root{
  --primary:#252b18;
  --accent:#d7f70c;
  --bg-soft:#f4f5ee;
  --white:#ffffff;
  --muted:#5a5e48;
  --dark:#111608;
  --tr:all .3s cubic-bezier(.4,0,.2,1)
}

.container{max-width:1180px;margin:0 auto;padding:0 24px}

/* Navigation */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--primary);height:66px;display:flex;align-items:center;border-bottom:1px solid rgba(215,247,12,.08);transition:all .3s}
.nav-inner{max-width:1180px;width:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100%}
.logo{display:flex;align-items:center;text-decoration:none;line-height:1}
.logo img{height:56px;width:auto;display:block;object-fit:contain}
.nav-links{display:flex;gap:28px;align-items:center}
.nav-links a{font-size:.88rem;font-weight:600;color:rgba(255,255,255,.65);transition:color .2s;position:relative;text-decoration:none}
.nav-links a::after{content:'';position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav-links a:hover{color:var(--accent)}
.nav-links a:hover::after{transform:scaleX(1)}
.nav-scrolled{height:54px;box-shadow:0 4px 24px rgba(0,0,0,.3)}
.cta-nav{display:flex;gap:10px;align-items:center}
.btn-sm{padding:10px 20px;background:var(--accent);color:var(--primary);font-size:.85rem;font-weight:700;border-radius:3px;transition:var(--tr);cursor:pointer;border:none;text-decoration:none;display:inline-flex}
.btn-sm:hover{opacity:.88}

/* Footer */
footer{background:var(--primary);color:#fff;padding:0}
.footer-top-line{height:4px;background:var(--accent)}
.footer-split{display:grid;grid-template-columns:1fr 1px 1fr;gap:0;min-height:400px}
.footer-left{padding:60px 56px;border-right:1px solid rgba(215,247,12,.1);display:flex;flex-direction:column;justify-content:space-between}
.footer-right{padding:60px 56px;display:flex;flex-direction:column;justify-content:space-between}
.footer-title{font-family:'Bebas Neue',cursive;font-size:3rem;color:#fff;line-height:.92;letter-spacing:.02em;margin-bottom:24px}
.footer-title em{color:var(--accent);font-style:normal}
.footer-cta{display:flex;gap:12px;flex-wrap:wrap}
.footer-coords{font-size:.7rem;font-weight:700;color:rgba(255,255,255,.35);text-transform:uppercase}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}
.footer-col h4{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(215,247,12,.5);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(215,247,12,.08)}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:10px}
.footer-col a{font-size:.88rem;color:rgba(255,255,255,.45);transition:color .2s;text-decoration:none}
.footer-col a:hover{color:#fff}
.footer-brand{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:28px;border-top:1px solid rgba(215,247,12,.08)}
.footer-logo{font-family:'Bebas Neue',cursive;font-size:2rem;color:#fff;line-height:1}
.footer-socials{display:flex;gap:8px}
.social-icon{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:.82rem;color:rgba(255,255,255,.4);transition:var(--tr);cursor:pointer;text-decoration:none}
.social-icon:hover{border-color:var(--accent);color:var(--accent)}
.footer-bar{background:var(--accent);padding:12px 0}
.footer-bar-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bar p,.footer-bar address{font-size:.72rem;font-weight:700;letter-spacing:.05em;color:var(--primary);font-style:normal;margin:0}

/* â”€â”€ New centred photo footer (sample 05) â”€â”€ */
.gk-footer{background:#fff;color:var(--primary);position:static;overflow:visible;padding:0 52px}
.gk-footer-bg,.gk-footer-overlay{display:none}
.gk-footer-content{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:0;text-align:left}
.gk-footer-top{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:40px;padding:56px 0 40px;border-top:1px solid rgba(37,43,24,.14)}
.gk-foot-mark{font-family:'Bebas Neue',cursive;font-size:2.9rem;line-height:1;letter-spacing:.02em;color:var(--primary);display:inline-block}
.gk-foot-mark b{color:#5a5e48;font-weight:400}
.gk-foot-mark img{height:46px;width:auto;display:block}
.gk-foot-tag{color:var(--muted);font-size:1rem;margin:12px 0 22px;line-height:1.5;max-width:250px}
.gk-foot-soc{display:flex;gap:8px;flex-wrap:wrap}
.gk-foot-soc a svg{width:16px;height:16px}
@media(max-width:560px){
  .gk-foot-soc{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;max-width:340px}
  .gk-foot-soc a{width:100%;height:auto;aspect-ratio:1}
  .gk-foot-soc a svg{width:15px;height:15px}
}

/* Homepage trust bar — tidy 2x2 grid on phones */
@media(max-width:600px){
  .trust-bar{display:grid!important;grid-template-columns:1fr 1fr;gap:16px 12px!important;align-items:start}
  .trust-bar>div{justify-content:center}
  .trust-bar>a{grid-column:1/-1;text-align:center;margin-top:4px}
}
.gk-foot-soc a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;border:1px solid rgba(37,43,24,.14);color:var(--muted);border-radius:50%;transition:all .2s}
.gk-foot-soc a:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.gk-foot-col .gk-foot-h{font-size:.64rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#5a5e48;margin-bottom:16px}
.gk-foot-col a{display:block;font-size:.94rem;margin-bottom:12px;color:#3a3f29;font-weight:600;transition:color .2s}
.gk-foot-col a:hover{color:var(--primary)}
.gk-footer-bar{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:18px 0;border-top:1px solid rgba(37,43,24,.14)}
.gk-footer-bar span{font-size:.78rem;color:#5a5e48}

/* WhatsApp channel band — sits directly above the footer */
.wa-band{background:var(--primary);color:#fff;border-top:4px solid var(--accent)}
.wa-band-inner{max-width:1180px;margin:0 auto;padding:36px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.wa-band-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#25D366;margin-bottom:9px}
.wa-band h3{font-family:'Bebas Neue',cursive;font-size:1.95rem;letter-spacing:.02em;line-height:1;margin-bottom:7px;color:#fff}
.wa-band p{color:rgba(255,255,255,.6);font-size:.93rem;line-height:1.5;max-width:530px}
.wa-band-btn{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;font-weight:800;font-size:1rem;padding:15px 28px;border-radius:6px;white-space:nowrap;transition:background .2s;text-decoration:none}
.wa-band-btn:hover{background:#1ebe5b}
@media(max-width:720px){
  .wa-band-inner{flex-direction:column;text-align:center;align-items:center;padding:30px 24px}
  .wa-band-eyebrow{justify-content:center}
  .wa-band p{margin:0 auto}
  .wa-band-btn{width:100%;justify-content:center}
}

/* WhatsApp channel feed (homepage) */
.wf-section{background:var(--primary);border-top:4px solid var(--accent);padding:54px 24px;text-align:center}
.wf-eye{display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#25D366;margin-bottom:12px}
.wf-section h2{font-family:'Bebas Neue',cursive;font-size:clamp(2rem,5vw,3rem);color:#fff;letter-spacing:.02em;line-height:1;margin-bottom:10px}
.wf-sub{color:rgba(255,255,255,.6);font-size:1rem;max-width:480px;margin:0 auto 30px;line-height:1.55}
.wf-phone{width:384px;max-width:100%;margin:0 auto;background:#0b141a;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);text-align:left;box-shadow:0 20px 50px rgba(0,0,0,.4)}
.wf-head{background:#202c33;display:flex;align-items:center;gap:11px;padding:12px 14px}
.wf-av{width:42px;height:42px;border-radius:50%;overflow:hidden;flex:0 0 auto;background:var(--primary)}
.wf-av img{width:100%;height:100%;object-fit:cover;display:block}
.wf-nm{color:#e9edef;font-weight:600;font-size:.97rem;display:flex;align-items:center;gap:5px}
.wf-nm svg{fill:#53bdeb;flex:0 0 auto}
.wf-sb2{color:#8696a0;font-size:.72rem;margin-top:1px}
.wf-feed{height:430px;overflow-y:auto;padding:16px 13px;display:flex;flex-direction:column;gap:11px;background:#0b141a;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent;-webkit-overflow-scrolling:touch}
.wf-feed::-webkit-scrollbar{width:6px}
.wf-feed::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:3px}
.wf-post{display:block;background:#202c33;color:#e9edef;padding:11px 13px;border-radius:0 9px 9px 9px;max-width:90%;font-size:.92rem;line-height:1.45;transition:background .15s}
.wf-post:hover{background:#2a3942}
.wf-post.img{padding:5px 5px 9px}
.wf-post.img img{width:100%;height:130px;object-fit:cover;border-radius:6px;display:block;margin-bottom:8px}
.wf-post.img .wf-cap,.wf-post.img .wf-reacts,.wf-post.img .wf-meta{padding-left:5px;padding-right:5px}
.wf-go{color:#53bdeb;font-weight:600}
.wf-reacts{display:flex;gap:5px;margin-top:8px;flex-wrap:wrap}
.wf-reacts em{font-style:normal;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.07);border-radius:50px;padding:2px 9px;font-size:.7rem;color:#cdd5db}
.wf-meta{display:flex;align-items:center;justify-content:space-between;margin-top:7px}
.wf-tm,.wf-views{color:#8696a0;font-size:.62rem}
.wf-foot{padding:13px 14px 17px;background:#202c33}
.wf-fbtn{display:flex;align-items:center;justify-content:center;gap:9px;background:#25D366;color:#fff;font-weight:700;font-size:.97rem;padding:14px;border-radius:10px;transition:background .2s}
.wf-fbtn:hover{background:#1ebe5b}
@media(max-width:820px){
  .gk-footer{padding:0 26px}
  .gk-footer-top{grid-template-columns:1fr 1fr;gap:26px}
}
@media(max-width:520px){
  .gk-footer-top{grid-template-columns:1fr;gap:24px;padding-bottom:30px}
}

/* Common Elements */
.hero-section{padding:130px 0 72px;background:var(--primary);overflow:hidden;color:#fff}
.hero-section h1,.hero-section h2,.hero-section h3,.hero-section .stitle,.hero-section .slabel{color:#fff}
.hero-section p,.hero-section .ssub{color:rgba(255,255,255,.72)}
.section-light{background:#fff;padding:96px 0}
.section-dark{background:var(--primary);color:#fff;padding:96px 0}
.section-soft{background:var(--bg-soft);padding:96px 0}

.slabel{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);display:block;margin-bottom:10px}
.stitle{font-family:'Plus Jakarta Sans',sans-serif;font-size:clamp(1.9rem,4vw,3rem);font-weight:900;line-height:1.25;color:var(--primary);margin-bottom:16px}
.stitle em{font-style:italic;color:var(--primary)}
.ssub{font-size:1rem;color:var(--muted);margin-top:12px;max-width:520px;line-height:1.6}
/* Dark section overrides — ensure text is always legible */
.section-dark .stitle,.section-dark .stitle em,.section-dark .slabel{color:#fff}
.section-dark .ssub{color:rgba(255,255,255,.6)}
.section-dark .slabel{color:rgba(255,255,255,.5)}
.hero-section .stitle em{color:var(--accent)}
/* Buttons on the dark hero must stay legible — default btn-primary is dark-on-dark (invisible) */
.hero-section .btn-primary{background:var(--accent);color:var(--primary)}
.hero-section .btn-primary:hover{background:#c8e800}
.hero-section .btn-outline{border-color:rgba(255,255,255,.45);color:#fff}
.hero-section .btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-size:1.125rem;font-weight:600;transition:var(--tr);cursor:pointer;white-space:nowrap;letter-spacing:0;font-family:'Plus Jakarta Sans',sans-serif;text-decoration:none;border:none}
.btn-primary{padding:14px 32px;background:var(--primary);color:#fff;border-radius:3px}
.btn-primary:hover{background:var(--dark)}
.btn-accent{padding:14px 32px;background:var(--accent);color:var(--primary);border-radius:3px}
.btn-accent:hover{background:#c8e800}
.btn-outline{padding:13px 30px;border-radius:3px;border:2px solid rgba(37,43,24,.2);color:var(--primary);background:transparent}
.btn-outline:hover{background:rgba(37,43,24,.06);border-color:var(--primary)}

/* Forms */
.form-group{display:flex;flex-direction:column;margin-bottom:16px}
.form-group label{font-size:.85rem;font-weight:700;color:var(--primary);margin-bottom:8px;letter-spacing:.05em;text-transform:uppercase}
.form-group input,.form-group select,.form-group textarea{font-family:'Plus Jakarta Sans',sans-serif;font-size:1rem;padding:12px 16px;border:1.5px solid rgba(37,43,24,.15);background:#fff;color:var(--primary);transition:border-color .2s;border-radius:0}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(215,247,12,.08)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form-full{grid-column:1/-1}

/* Select & Date Styling */
select{appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23252b18' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}
input[type="date"]{cursor:pointer}
input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer;filter:brightness(0) saturate(100%) invert(0.5);opacity:0.6}

/* Images & Gallery */
.img-hero{width:100%;height:400px;object-fit:cover;display:block}
.img-card{width:100%;height:280px;object-fit:cover;display:block}
.img-thumb{width:100%;height:200px;object-fit:cover;display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:32px}
.gallery-item{position:relative;overflow:hidden;background:#f0f0f0}
.gallery-item img{width:100%;height:280px;object-fit:cover;transition:transform .3s ease}
.gallery-item:hover img{transform:scale(1.05)}
.gallery-item-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:16px;font-size:.9rem}

/* Testimonials */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px}
.testimonial-card{background:var(--white);border:1px solid rgba(37,43,24,.08);padding:0;overflow:hidden;display:flex;flex-direction:column}
.testimonial-image{width:100%;height:200px;object-fit:cover;background:#f0f0f0}
.testimonial-content{padding:20px}
.testimonial-quote{font-size:.95rem;color:#52685c;margin-bottom:12px;line-height:1.6;font-style:italic}
.testimonial-author{font-weight:700;color:var(--primary);margin-bottom:4px}
.testimonial-meta{font-size:.85rem;color:var(--muted)}
.testimonial-rating{color:var(--accent);font-size:1rem;margin-bottom:8px}

/* Hero with Background Image */
.hero-img{background-size:cover;background-position:center;position:relative}
.hero-img::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(37,43,24,.3);z-index:1}
.hero-img .container{position:relative;z-index:2}

/* Responsive */
@media(max-width:768px){
  .nav-links{gap:16px;font-size:.75rem}
  .nav-links a{font-size:.8rem}
  .cta-nav{gap:8px}
  .btn-sm{padding:8px 16px;font-size:.75rem}
  .footer-split{grid-template-columns:1fr}
  .footer-left,.footer-right{padding:40px 28px;border:none;border-bottom:1px solid rgba(215,247,12,.08)}
  .footer-nav{grid-template-columns:1fr;gap:20px}
  .stitle{font-size:clamp(1.5rem,3vw,2.2rem)}
  .form-grid{grid-template-columns:1fr}
  .blob-row{grid-template-columns:1fr!important;gap:24px!important}
  .blob-shape{height:280px!important}
  .blob-shape-lg{height:320px!important}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ORGANIC BLOB SHAPES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.blob-shape{overflow:hidden;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;transition:border-radius .6s ease, transform .4s ease}
.blob-shape:hover{border-radius:50% 50% 30% 70% / 60% 40% 60% 40%;transform:scale(1.02)}
.blob-shape img{width:100%;height:100%;object-fit:cover}

.blob-shape-alt{overflow:hidden;border-radius:60% 40% 30% 70% / 50% 60% 40% 50%;transition:border-radius .6s ease, transform .4s ease}
.blob-shape-alt:hover{border-radius:40% 60% 70% 30% / 40% 50% 60% 50%;transform:scale(1.02)}
.blob-shape-alt img{width:100%;height:100%;object-fit:cover}

.blob-shape-lg{overflow:hidden;border-radius:20% 80% 60% 40% / 70% 20% 80% 30%;height:400px;transition:border-radius .6s ease, transform .4s ease}
.blob-shape-lg:hover{border-radius:40% 60% 40% 60% / 50% 50% 50% 50%;transform:scale(1.01)}
.blob-shape-lg img{width:100%;height:100%;object-fit:cover}
img[data-rotate]{transition:opacity .7s ease}

.blob-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:center}
.blob-row-2{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:center}

.blob-badge{display:inline-block;background:var(--accent);color:var(--primary);padding:6px 18px;border-radius:50px;font-size:.8rem;font-weight:700;letter-spacing:.04em}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLL REVEAL ANIMATIONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@keyframes revealUp{
  from{opacity:0;transform:translateY(40px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes revealLeft{
  from{opacity:0;transform:translateX(-40px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes revealRight{
  from{opacity:0;transform:translateX(40px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes revealScale{
  from{opacity:0;transform:scale(.9)}
  to{opacity:1;transform:scale(1)}
}
@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes pulse-glow{
  0%,100%{box-shadow:0 0 0 0 rgba(215,247,12,.4)}
  50%{box-shadow:0 0 0 12px rgba(215,247,12,0)}
}

.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease, transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .7s ease, transform .7s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .7s ease, transform .7s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .7s ease, transform .7s ease}
.reveal-scale.visible{opacity:1;transform:scale(1)}

/* Staggered children animation */
.stagger-children .reveal:nth-child(1){transition-delay:.05s}
.stagger-children .reveal:nth-child(2){transition-delay:.15s}
.stagger-children .reveal:nth-child(3){transition-delay:.25s}
.stagger-children .reveal:nth-child(4){transition-delay:.35s}
.stagger-children .reveal:nth-child(5){transition-delay:.45s}
.stagger-children .reveal:nth-child(6){transition-delay:.55s}

/* Hover lift effect */
.hover-lift{transition:transform .3s ease, box-shadow .3s ease}
.hover-lift:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(37,43,24,.1)}

/* Floating animation for decorative elements */
.float-anim{animation:float 4s ease-in-out infinite}

/* Pulse glow on CTA buttons */
.btn-pulse{animation:pulse-glow 2.5s ease-in-out infinite}

/* Image tilt on hover */
.tilt-hover{transition:transform .4s ease}
.tilt-hover:hover{transform:perspective(600px) rotateY(5deg) rotateX(2deg) scale(1.02)}

/* Counter animation placeholder */
.counter{font-family:'Bebas Neue',cursive;font-size:3rem;color:var(--primary);line-height:1}

/* Smooth underline effect */
.link-underline{position:relative;display:inline-block}
.link-underline::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}
.link-underline:hover::after{width:100%}

/* Parallax-ready sections */
.parallax-bg{background-attachment:fixed;background-size:cover;background-position:center}

/* Card glass effect */
.glass-card{background:rgba(255,255,255,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(37,43,24,.06)}

/* Accent dot decoration */
.accent-dot::before{content:'';display:inline-block;width:8px;height:8px;background:var(--accent);border-radius:50%;margin-right:10px;vertical-align:middle}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAMBURGER MENU
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;cursor:pointer;z-index:1001}
.burger span{display:block;width:24px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s ease}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile drawer CTA (injected by main.js) — hidden on desktop */
.nav-menu-cta{display:none}
@keyframes navItemIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:translateX(0)}}

@media(max-width:768px){
  .burger{display:flex}
  .nav-links{
    position:fixed;top:0;left:0;right:0;bottom:0;
    background:var(--primary);
    flex-direction:column;align-items:stretch;justify-content:flex-start;
    gap:0;padding:82px 0 32px;
    transform:translateX(100%);
    transition:transform .35s cubic-bezier(.4,0,.2,1);
    z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch
  }
  .nav-links.active{transform:translateX(0);box-shadow:-12px 0 40px rgba(0,0,0,.4)}
  .nav-links a{
    font-size:1.18rem!important;font-weight:700;
    color:rgba(255,255,255,.82)!important;
    padding:16px 28px;width:100%;
    border-bottom:1px solid rgba(255,255,255,.07);
    display:flex!important;align-items:center;justify-content:flex-start;
    transition:background .15s,color .15s
  }
  .nav-links a::after{display:none}
  .nav-links a:active{background:rgba(215,247,12,.07);color:var(--accent)!important}
  /* current page (inline style carries the accent colour) */
  .nav-links a[style*="d7f70c"],.nav-links a[style*="D7F70C"]{
    color:var(--accent)!important;border-left:3px solid var(--accent);padding-left:25px
  }
  /* full-width Book Now button at the foot of the drawer */
  .nav-links a.nav-menu-cta{
    display:flex!important;align-items:center;justify-content:center;
    margin:24px 24px 0;padding:16px 24px;width:auto;
    background:var(--accent);color:var(--primary)!important;
    font-size:1.05rem!important;font-weight:800;border-radius:4px;
    border-bottom:none;letter-spacing:.03em
  }
  .nav-links a.nav-menu-cta:active{background:#c8e800}
  /* staggered entrance for drawer items */
  .nav-links.active a{animation:navItemIn .35s ease both}
  .nav-links.active a:nth-child(1){animation-delay:.04s}
  .nav-links.active a:nth-child(2){animation-delay:.08s}
  .nav-links.active a:nth-child(3){animation-delay:.12s}
  .nav-links.active a:nth-child(4){animation-delay:.16s}
  .nav-links.active a:nth-child(5){animation-delay:.20s}
  .nav-links.active a:nth-child(6){animation-delay:.24s}
  .nav-links.active a:nth-child(7){animation-delay:.28s}
  .nav-links.active a:nth-child(8){animation-delay:.32s}
  .btn-sm{display:none}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO GRID (text + blob image)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hero-text{position:relative;z-index:2}
.hero-visual{position:relative}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .hero-visual{order:-1}
  .hero-blob-main{height:300px!important}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOUR CARDS WITH IMAGES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.tour-card{background:#fff;border:1px solid rgba(37,43,24,.1);overflow:hidden;display:flex;flex-direction:column}
.tour-card-img{height:220px;overflow:hidden;position:relative}
.tour-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.tour-card:hover .tour-card-img img{transform:scale(1.08)}
.tour-card-body{padding:28px;display:flex;flex-direction:column;flex:1}
.tour-card-tag{display:inline-block;background:var(--accent);color:var(--primary);padding:4px 12px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;width:fit-content;margin-bottom:12px}
.tour-card-title{font-size:1.2rem;font-weight:900;color:var(--primary);margin-bottom:10px}
.tour-card-desc{font-size:.95rem;color:#52685c;line-height:1.5;margin-bottom:16px;flex:1}
.tour-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid rgba(37,43,24,.1)}
.tour-card-label{font-size:.8rem;color:#52685c;text-transform:uppercase;letter-spacing:.05em}
.tour-card-price{font-size:1.5rem;font-weight:900;color:var(--primary)}
.tour-card-btn{padding:10px 20px;background:var(--primary);color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s}
.tour-card-btn:hover{background:var(--dark)}

/* Testimonial image fallback */
.testimonial-image{width:100%;height:200px;overflow:hidden;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:3rem}
.testimonial-image img{width:100%;height:100%;object-fit:cover}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE LOADER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-loader{display:none!important}
.loader-logo{display:none!important}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LIGHTBOX
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.92);z-index:10000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
.lightbox.active{display:flex;opacity:1}
.lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;animation:lightboxIn .3s ease}
@keyframes lightboxIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.lightbox-close{position:absolute;top:24px;right:32px;color:#fff;font-size:2rem;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:50%;transition:background .2s;border:none;font-family:inherit}
.lightbox-close:hover{background:rgba(255,255,255,.25)}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:2.5rem;cursor:pointer;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:50%;transition:background .2s;border:none;font-family:inherit}
.lightbox-nav:hover{background:rgba(255,255,255,.2)}
.lightbox-prev{left:24px}
.lightbox-next{right:24px}
.lightbox-caption{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.7);font-size:.9rem;text-align:center;max-width:600px}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   IMAGE LOADING PLACEHOLDER (shimmer)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.img-placeholder{background:linear-gradient(110deg,#f0f2ed 30%,#e8ebe3 50%,#f0f2ed 70%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}

/* Destination cards with images */
.dest-card{background:#fff;border:1px solid rgba(37,43,24,.1);overflow:hidden;transition:transform .3s ease, box-shadow .3s ease}
.dest-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,43,24,.08)}
.dest-card-img{height:200px;overflow:hidden;background:var(--bg-soft)}
.dest-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.dest-card:hover .dest-card-img img{transform:scale(1.06)}
.dest-card-body{padding:24px}
.dest-card-title{font-size:1.15rem;font-weight:900;color:var(--primary);margin-bottom:8px}
.dest-card-desc{color:#52685c;font-size:.95rem;line-height:1.6;margin-bottom:8px}
.dest-card-meta{font-size:.8rem;color:var(--muted)}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COOKIE CONSENT BANNER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--primary);color:#fff;padding:16px 24px;z-index:9998;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s ease;font-size:.9rem}
.cookie-banner.visible{transform:translateY(0)}
.cookie-banner p{margin:0;color:rgba(255,255,255,.85);line-height:1.5;max-width:600px}
.cookie-banner a{color:var(--accent);text-decoration:underline}
.cookie-btn{padding:8px 20px;font-size:.85rem;font-weight:700;border:none;border-radius:3px;cursor:pointer;font-family:inherit;transition:all .2s}
.cookie-accept{background:var(--accent);color:var(--primary)}
.cookie-accept:hover{background:#c8e800}
.cookie-decline{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.2)}
.cookie-decline:hover{color:#fff;border-color:rgba(255,255,255,.5)}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TESTIMONIAL AVATARS (inline)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}
.testimonial-author-row{display:flex;align-items:center;gap:12px;margin-top:auto}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE TRANSITION (fade in)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
body{opacity:0;transition:opacity .4s ease}
body.page-ready{opacity:1}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLL PROGRESS BAR
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.scroll-progress{position:fixed;top:0;left:0;height:3px;background:var(--accent);z-index:10001;width:0;transition:width .1s linear}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NEWSLETTER SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.newsletter-section{background:var(--bg-soft);padding:64px 0;border-top:1px solid rgba(37,43,24,.06)}
.newsletter-form{display:flex;gap:0;max-width:480px;margin:0 auto}
.newsletter-input{flex:1;padding:14px 20px;font-family:'Plus Jakarta Sans',sans-serif;font-size:1rem;border:2px solid rgba(37,43,24,.15);border-right:none;background:#fff;color:var(--primary);transition:border-color .2s}
.newsletter-input:focus{outline:none;border-color:var(--accent)}
.newsletter-btn{padding:14px 28px;background:var(--primary);color:#fff;font-family:'Plus Jakarta Sans',sans-serif;font-size:.9rem;font-weight:700;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}
.newsletter-btn:hover{background:var(--dark)}
@media(max-width:480px){.newsletter-form{flex-direction:column}.newsletter-input{border-right:2px solid rgba(37,43,24,.15);border-bottom:none}.newsletter-btn{width:100%}}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SKIP TO CONTENT (a11y)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.skip-link{position:absolute;top:-100%;left:16px;background:var(--primary);color:#fff;padding:12px 24px;font-size:.9rem;font-weight:700;z-index:100000;text-decoration:none;transition:top .2s}
.skip-link:focus{top:8px}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FORM VALIDATION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.form-group input.invalid,.form-group select.invalid,.form-group textarea.invalid{border-color:#d7544d;background:rgba(215,84,77,.03)}
.form-group input.valid,.form-group select.valid,.form-group textarea.valid{border-color:#2ecc71}
.form-error{font-size:.75rem;color:#d7544d;margin-top:4px;display:none}
.form-group input.invalid~.form-error,.form-group select.invalid~.form-error,.form-group textarea.invalid~.form-error{display:block}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PRINT STYLESHEET
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media print{
  .nav,.burger,.nav-links,#whatsapp-btn,#btt,.cookie-banner,.page-loader,.lightbox,.scroll-progress,.skip-link,footer .footer-cta,footer .footer-socials{display:none!important}
  body{opacity:1!important;font-size:12pt;color:#000;background:#fff}
  .hero-section{padding:20px 0!important;background:#fff!important}
  .stitle,.stitle em{color:#000!important}
  a{color:#000!important;text-decoration:underline}
  .btn,.btn-primary,.btn-outline,.btn-accent{border:1px solid #000!important;background:#fff!important;color:#000!important;padding:6px 12px!important}
  footer{background:#fff!important;color:#000!important;border-top:2px solid #000}
  .footer-title,.footer-title em{color:#000!important}
  .footer-col a{color:#333!important}
  .footer-bar{background:#f0f0f0!important}
  .footer-bar p,.footer-bar address,.footer-bar a{color:#000!important}
  img{max-width:100%!important;page-break-inside:avoid}
  h1,h2,h3{page-break-after:avoid}
  .tour-card,.testimonial-card,.dest-card,.blog-card{break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}
  .exit-popup,.sticky-tour-cta,.scroll-progress,.social-share{display:none!important}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BREADCRUMBS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.breadcrumbs{padding:12px 0;font-size:.8rem;color:var(--muted)}
.breadcrumbs a{color:var(--primary);font-weight:600;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.breadcrumbs span{margin:0 6px;opacity:.4}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STAR RATINGS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.stars{display:inline-flex;gap:2px;color:#f59e0b;font-size:1rem;line-height:1}
.stars-sm{font-size:.85rem}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOUR COMPARISON TABLE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.compare-table{width:100%;border-collapse:collapse;font-size:.85rem}
.compare-table th{background:var(--primary);color:#fff;padding:12px 16px;text-align:left;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}
.compare-table td{padding:12px 16px;border-bottom:1px solid rgba(37,43,24,.08);color:var(--muted)}
.compare-table tr:hover td{background:var(--bg-soft)}
.compare-table td:first-child{font-weight:700;color:var(--primary)}
.compare-table .check{color:#2ecc71;font-weight:700}
.compare-table .price-cell{font-weight:900;color:var(--primary);font-size:1rem}
@media(max-width:768px){.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-table{min-width:640px}}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STICKY CTA (tour pages)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   EXIT-INTENT POPUP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.exit-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:100000;display:none;align-items:center;justify-content:center;padding:24px}
.exit-popup-overlay.active{display:flex}
.exit-popup{background:#fff;max-width:440px;width:100%;padding:40px 32px;text-align:center;position:relative}
.exit-popup-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);line-height:1}
.exit-popup h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.4rem;font-weight:900;color:var(--primary);margin-bottom:8px}
.exit-popup p{color:var(--muted);font-size:.95rem;margin-bottom:24px;line-height:1.6}
.exit-popup .btn{font-size:.9rem;padding:12px 28px;display:inline-block}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SOCIAL SHARE BUTTONS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.social-share{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.social-share span{font-size:.8rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(37,43,24,.15);background:#fff;color:var(--primary);font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;cursor:pointer}
.share-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.share-btn.wa{color:#25d366;border-color:#25d366}.share-btn.wa:hover{background:#25d366;color:#fff}
.share-btn.tw{color:#1da1f2;border-color:#1da1f2}.share-btn.tw:hover{background:#1da1f2;color:#fff}
.share-btn.fb{color:#1877f2;border-color:#1877f2}.share-btn.fb:hover{background:#1877f2;color:#fff}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COUNTDOWN TIMER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.countdown{display:flex;gap:8px;align-items:center;margin-top:12px}
.countdown-unit{text-align:center;background:var(--bg-soft);padding:6px 8px;min-width:44px}
.countdown-num{font-size:1.1rem;font-weight:900;color:var(--primary);line-height:1}
.countdown-label{font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}
.countdown-prefix{font-size:.7rem;font-weight:700;color:#ff4444;text-transform:uppercase;letter-spacing:.04em}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE IMPROVEMENTS â€” safe-travel pages, blog articles, cards
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Safe-travel hero stat boxes: wrap on small screens */
@media(max-width:600px){
  /* Stat / trust / badge rows: let them WRAP as a tight row instead of
     stacking into a tall column with the original (large) gap. */
  [style*="display:flex"][style*="flex-wrap:wrap"]{gap:12px 16px!important}

  /* Safe-travel hero padding reduction */
  [style*="padding:80px 0 64px"]{padding:48px 0 40px!important}

  /* Hero H1 on safe-travel pages */
  article section h1{font-size:clamp(1.7rem,6vw,2.5rem)!important}

  /* Blog article h1 */
  .hero-section h1{font-size:clamp(1.7rem,6vw,2.6rem)!important}

  /* Blog article padding */
  .section-light .container{padding:0 20px!important}

  /* Seasonal grid in what-to-wear article */
  [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}

  /* Fixed-column inline grids (e.g. About stats bar) — collapse so big
     numbers don't force horizontal overflow / white space on mobile */
  [style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}
  [style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:repeat(2,1fr)!important}

  /* CTA flex column on very small screens */
  [style*="display:flex"][style*="gap:12px"][style*="justify-content:center"]{flex-direction:column;align-items:stretch}
  [style*="display:flex"][style*="gap:12px"][style*="justify-content:center"] a{text-align:center}

  /* Footer title size */
  .footer-title{font-size:2.2rem}
}

/* Blog card grid: single column on mobile */
@media(max-width:640px){
  .blog-grid{grid-template-columns:1fr!important}
  .blog-card-img{height:160px}
}

/* Destination / tour card grids: single column on mobile */
@media(max-width:640px){
  [style*="repeat(auto-fit,minmax(280px"]{grid-template-columns:1fr!important}
  [style*="repeat(auto-fit,minmax(300px"]{grid-template-columns:1fr!important}
  [style*="repeat(auto-fit,minmax(320px"]{grid-template-columns:1fr!important}
}

/* Blog article blockquote and callout box padding */
@media(max-width:600px){
  blockquote{padding:12px 16px!important;margin:20px 0!important}
  [style*="padding:24px 28px"]{padding:16px 18px!important}
  [style*="padding:32px"]{padding:20px!important}
  [style*="padding:40px 32px"]{padding:24px 20px!important}
}

/* Nav link spacing on mid-size screens */
@media(max-width:900px) and (min-width:769px){
  .nav-links{gap:18px}
  .nav-links a{font-size:.82rem}
}

/* ════════════════════════════════════════════════════════════════
   FULL MOBILE OPTIMISATION PASS
   Tightens vertical rhythm, scales spacing, and stops oversized
   gaps/paddings from creating huge empty stretches on phones.
   ════════════════════════════════════════════════════════════════ */
@media(max-width:768px){
  /* Tighter section rhythm (was 96px) */
  .section-light,.section-dark,.section-soft{padding:54px 0}
  .container{padding:0 20px}
  .hero-grid{gap:28px}
  .stitle{margin-bottom:12px}
  .ssub{font-size:.95rem}

  /* Rein in the big layout gaps used in inline grids/flex rows */
  [style*="gap:48px"]{gap:26px!important}
  [style*="gap:40px"]{gap:24px!important}
  [style*="gap:32px"]{gap:18px!important}

  /* Any 2-up inline grid collapses to one column */
  [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
  [style*="repeat(auto-fit,minmax(340px"],
  [style*="repeat(auto-fit,minmax(360px"]{grid-template-columns:1fr!important}
}

@media(max-width:560px){
  .section-light,.section-dark,.section-soft{padding:42px 0}
  .container{padding:0 16px}

  /* Stacked, full-width CTA buttons in hero / inline button pairs */
  [style*="display:flex"][style*="gap:12px"][style*="flex-wrap:wrap"] > .btn,
  [style*="display:flex"][style*="gap:12px"] [class*="btn-"]{flex:1 1 100%;justify-content:center;text-align:center}

  /* Shrink the heaviest inline box paddings */
  [style*="padding:40px 32px"]{padding:26px 20px!important}
  [style*="padding:48px 0"]{padding:32px 0!important}
  [style*="padding:64px 0"]{padding:36px 0!important}

  /* Hero stat numbers a touch smaller so a 3-up row fits */
  .hero-text .counter,
  .hero-text [style*="font-size:2rem"]{font-size:1.65rem!important}

  /* Trust bar: keep icon+label pairs intact, wrap as compact centred row */
  [style*="justify-content:center"][style*="flex-wrap:wrap"]{row-gap:12px!important}
}

/* ════════════════════════════════════════════════════════════════
   UX & A11Y PATCH (appended) — contrast fixes, focus states,
   touch targets, small-screen gaps. Do not reorder rules above.
   ════════════════════════════════════════════════════════════════ */

/* Visible keyboard focus (WCAG 2.4.7). Dual ring: dark outline reads on
   light/lime backgrounds, lime halo reads on the dark green ones. */
a:focus-visible,button:focus-visible,[role="button"]:focus-visible,[tabindex]:focus-visible{
  outline:2px solid var(--primary);outline-offset:2px;box-shadow:0 0 0 5px rgba(215,247,12,.85)
}

/* Tour/destination hero meta rows ("📅 Duration / 👥 Group / 💰 Price")
   used dark olive #5a5e48 on the dark green hero — nearly invisible.
   Heroes are always dark, so force a light tint inside them. */
.hero-section [style*="color:#5a5e48"]{color:rgba(255,255,255,.78)!important}

/* Muted olive paragraphs placed directly inside dark CTA boxes
   (safe-travel pages) — lighten so they're legible on the dark green. */
div[style*="background:var(--primary)"]>p[style*="color:var(--muted)"]{color:rgba(255,255,255,.72)!important}

@media(max-width:768px){
  /* Homepage "Why Choose Us" slider: every child is absolutely
     positioned, so the pane collapses to ~0px when the 2-col grid
     stacks — give it real height on mobile. */
  #wc-slider{min-height:300px}

  /* Large editorial gap used by about-page 2-col grids */
  [style*="gap:64px"]{gap:28px!important}

  /* Comfortable touch sizes: cookie buttons + burger tap area
     (burger visual size unchanged, hit area grows to 44px) */
  .cookie-btn{padding:12px 24px}
  .burger{width:44px;height:44px;align-items:center}
}

@media(max-width:600px){
  /* Heavy inline box paddings not covered by the earlier pass */
  [style*="padding:56px 48px"]{padding:30px 20px!important}
  [style*="padding:48px 40px"]{padding:28px 20px!important}
  [style*="padding:48px 36px"]{padding:28px 20px!important}
  [style*="padding:48px 32px"]{padding:28px 20px!important}
}

/* Booking wizard: the Back/Next pair overflows ~320px screens
   (.btn is nowrap) — stack full-width, primary action on top. */
@media(max-width:430px){
  .wnav{flex-direction:column-reverse;align-items:stretch}
  .wnav .btn,.wnav-back{width:100%;justify-content:center;text-align:center}
  .wnav .btn{font-size:1rem}
  .wsummary-row{gap:12px}
  .wsummary-row span:last-child{text-align:right;word-break:break-word}
}

/* ════════════════════════════════════════════════════════════════
   BACK-TO-TOP BUTTON (created by main.js, site-wide)
   Fixed bottom-LEFT so it never collides with the WhatsApp float
   button (bottom:24px;right:24px;z-index:9999). Lower z-index than
   that button. Hidden until .btt-show is toggled after ~500px scroll.
   ════════════════════════════════════════════════════════════════ */
#btt{
  position:fixed;bottom:24px;left:24px;z-index:9990;
  width:48px;height:48px;min-width:44px;min-height:44px;
  display:flex;align-items:center;justify-content:center;
  background:var(--primary);color:var(--accent);
  border:none;border-radius:50%;cursor:pointer;
  box-shadow:0 4px 16px rgba(0,0,0,.25);
  opacity:0;visibility:hidden;transform:translateY(12px);
  transition:opacity .3s ease,transform .3s ease,visibility .3s ease,background .2s ease
}
#btt:hover{background:var(--dark)}
#btt.btt-show{opacity:1;visibility:visible;transform:translateY(0)}
#btt:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
#btt svg{display:block}
@media(prefers-reduced-motion:reduce){
  #btt{transition:opacity .01ms,visibility .01ms}
}



