/*
Theme Name: Azerbaijan Tours Static Theme
Theme URI: https://azerbaijan-tours.com/
Author: Pak Tours Services
Description: WordPress theme converted from the Azerbaijan Tours static HTML website. Preserves original design, content, SEO meta tags, and static page structure with clean URLs.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: azerbaijan-tours-static
*/


.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr}}
.style-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .2s}
.style-card:hover{border-color:var(--fire);box-shadow:var(--shadow)}
.style-card-img{height:90px;display:flex;align-items:center;justify-content:center}
.style-card-img i{font-size:34px;color:#fff;opacity:.85}
.style-card-body{padding:.85rem .9rem}
.style-card-name{font-size:13px;font-weight:600;margin-bottom:2px}
.style-card-count{font-size:11px;color:var(--text-hint)}
.price-tier-row{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:10px}
.price-tier{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;border-bottom:1px solid var(--border);font-size:12px}
.price-tier:last-child{border-bottom:none}
.price-tier-label{display:flex;align-items:center;gap:6px;color:var(--text-sec)}
.price-tier-val{font-weight:700;color:var(--fire)}

.btn-ghost,.b-ghost{background:transparent;color:var(--text-sec);border:1px solid var(--border)}.btn-ghost:hover,.b-ghost:hover{background:var(--bg-card)}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.blog-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--fire);margin-bottom:5px}
.blog-excerpt{font-size:12px;color:var(--text-sec);line-height:1.6;margin-bottom:8px}
.ec-meta{font-size:12px;color:var(--text-hint);margin-bottom:10px;display:flex;gap:10px}

.dl-side{position:sticky;top:80px}
.footer-col{}
.tip-box-title{font-size:13px;font-weight:700;margin-bottom:4px}
.tip-item{font-size:12px;color:var(--text-sec);display:flex;align-items:flex-start;gap:6px;margin-bottom:4px}
.th-ico{width:34px;height:34px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.th-name{font-size:12px;font-weight:600;margin-bottom:2px}
.th-type{font-size:11px;color:var(--text-hint)}

.dl{display:grid;grid-template-columns:1fr 290px;gap:2rem;align-items:start}
.al{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}
.al .ai,.al .article-item{border-bottom:1px solid var(--border)}
.al .ai:last-child,.al .article-item:last-child{border-bottom:none}
.brand-name{font-family:var(--font-display);font-size:1.2rem;color:#fff}

.wrap{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.info-box{background:var(--blue-lt,#E6F1FB);border-radius:var(--radius,8px);padding:.85rem 1.1rem;font-size:13px;color:var(--text-sec);display:flex;align-items:flex-start;gap:8px;margin-bottom:1.25rem;line-height:1.6}
.info-box i{margin-top:1px;flex-shrink:0;color:var(--blue,#185FA5)}

/* ============================
   RESET & TOKENS
============================= */
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --fire:#D85A30;--fire-lt:#FAECE7;--fire-mid:#F0997B;--fire-dk:#993C1D;
  --deep:#042C53;--deep-mid:#0C3D6B;
  --blue:#185FA5;--blue-lt:#E6F1FB;
  --teal:#0F6E56;--teal-lt:#E1F5EE;
  --gold:#BA7517;--gold-lt:#FAEEDA;
  --purple:#534AB7;--purple-lt:#EEEDFE;
  --pink:#993556;--pink-lt:#FBEAF0;
  --gray:#5F5E5A;--gray-lt:#F1EFE8;
  --text:#1a1a18;--text-sec:#5f5e5a;--text-hint:#9b9a96;
  --bg:#f8f7f4;--bg-card:#ffffff;--border:rgba(0,0,0,0.1);
  --radius:10px;--radius-lg:14px;--radius-xl:20px;
  --shadow:0 1px 3px rgba(0,0,0,0.07),0 4px 12px rgba(0,0,0,0.05);
  --nav-h:60px;
  --font-display:'DM Serif Display',Georgia,serif;
  --font-body:'Inter',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.6;font-size:15px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit}
.page{display:none;min-height:100vh}
.page.active{display:block}

/* ============================
   NAVIGATION
============================= */
.nav{position:sticky;top:0;z-index:200;background:rgba(255,255,255,0.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);height:var(--nav-h);display:flex;align-items:center;padding:0 2rem;gap:2rem}
.nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.nav-flame{width:34px;height:34px;background:var(--fire);border-radius:8px;display:flex;align-items:center;justify-content:center}
.nav-flame i{color:#fff;font-size:18px}
.nav-brand{font-family:var(--font-display);font-size:18px;letter-spacing:-0.3px}
.nav-brand span{color:var(--fire)}
.nav-links{display:flex;gap:4px;flex:1}
.nav-link{padding:6px 12px;border-radius:6px;font-size:14px;color:var(--text-sec);transition:all .15s;cursor:pointer}
.nav-link:hover,.nav-link.active{background:var(--fire-lt);color:var(--fire-dk)}
.nav-actions{display:flex;gap:8px;align-items:center;margin-left:auto}
.nav-tel{font-size:13px;color:var(--text-sec);display:flex;align-items:center;gap:5px}
.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;border:none;transition:all .15s}
.btn-fire,.b-fire{background:var(--fire);color:#fff}.btn-fire:hover{background:var(--fire-dk)}
.btn-outline,.b-out{background:transparent;color:var(--fire);border:1.5px solid var(--fire)}.btn-outline:hover{background:var(--fire-lt)}
.btn-white,.b-white{background:#fff;color:var(--deep)}.btn-white:hover{background:#f0f0f0}
.btn-deep,.b-deep{background:var(--deep);color:#fff}.btn-deep:hover{background:var(--deep-mid)}
.btn-sm,.b-sm{padding:7px 14px;font-size:13px}
.btn-lg,.b-lg{padding:13px 28px;font-size:16px}

/* ============================
   HERO
============================= */
.hero{background:var(--deep);color:#fff;padding:5rem 2rem 0;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.04;font-size:22vw;font-family:var(--font-display);font-weight:400;pointer-events:none;white-space:nowrap;letter-spacing:-4px;color:#fff}
.hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.15);border-radius:99px;padding:5px 14px;font-size:12px;color:rgba(255,255,255,0.8);margin-bottom:1.5rem}
.hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1.1;letter-spacing:-1px;margin-bottom:1.25rem;max-width:780px}
.hero h1 em{color:var(--fire-mid);font-style:italic}
.hero-sub{font-size:17px;color:rgba(255,255,255,0.65);max-width:520px;margin-bottom:2.5rem;line-height:1.75}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:3.5rem}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem}
.hstat{padding:1.5rem 0;text-align:center;border-right:1px solid rgba(255,255,255,0.08)}
.hstat:last-child{border-right:none}
.hstat-n{font-family:var(--font-display);font-size:2.2rem;color:var(--fire-mid);line-height:1}
.hstat-l{font-size:11px;color:rgba(255,255,255,0.45);margin-top:4px;text-transform:uppercase;letter-spacing:.5px}

/* ============================
   SEARCH BAR
============================= */
.search-wrap{background:var(--bg-card);border-radius:var(--radius-xl);padding:.6rem;box-shadow:0 12px 40px rgba(0,0,0,.12);max-width:980px;margin:-1.5rem auto 0;position:relative;z-index:10;border:1px solid var(--border)}
.search-fields{display:grid;grid-template-columns:1.1fr 1fr 1.1fr .9fr auto;gap:0;align-items:stretch}
.sf{padding:.7rem 1.1rem;border-right:1px solid var(--border);cursor:pointer;transition:background .15s;border-radius:var(--radius-lg);display:flex;align-items:center;gap:10px}
.sf:hover{background:var(--bg)}
.sf-icon{width:34px;height:34px;border-radius:50%;background:var(--fire-lt);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sf-icon i{color:var(--fire);font-size:15px}
.sf-text{min-width:0}
.sf-chev{margin-left:auto;font-size:12px;color:var(--text-hint);flex-shrink:0}
.sf:last-of-type{border-right:none}
.sf-lbl{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--text-hint);margin-bottom:3px}
.sf-val{font-size:14px;font-weight:500;color:var(--text)}
.search-btn{background:var(--fire);color:#fff;border:none;border-radius:var(--radius-lg);padding:0 26px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;cursor:pointer;transition:background .15s,transform .15s}
.search-btn:hover{background:var(--fire-dk);transform:translateY(-1px)}
@media(max-width:900px){.search-fields{grid-template-columns:1fr 1fr}.sf{border-bottom:1px solid var(--border)}.sf:nth-child(2n){border-right:none}.search-btn{grid-column:1/-1;padding:14px;margin-top:.4rem}}
@media(max-width:560px){.search-fields{grid-template-columns:1fr}.sf{border-right:none}}
.search-btn:hover{background:var(--fire-dk)}

/* ============================
   SECTIONS
============================= */
.section{padding:4rem 2rem;max-width:1100px;margin:0 auto}
.section-sm{padding:2.5rem 2rem}
.section-full{padding:4rem 2rem}
.sec-hd{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}
.sec-title{font-family:var(--font-display);font-size:1.9rem;font-weight:400;letter-spacing:-.5px}
.sec-more{font-size:13px;color:var(--fire);display:flex;align-items:center;gap:4px;cursor:pointer}
.sec-more:hover{text-decoration:underline}
.eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;color:var(--fire);margin-bottom:.5rem}
.divider{height:1px;background:var(--border);max-width:1100px;margin:0 auto}

/* ============================
   CARDS — TOUR
============================= */
.tours-grid,.tgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.tour-card,.tc,.blog-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:transform .2s,box-shadow .2s;cursor:pointer}
.tour-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.tc-img,.blog-img{height:195px;display:flex;align-items:center;justify-content:center;position:relative}
.tc-img i{font-size:64px;opacity:.25;color:#fff}
.tc-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px}
.badge{font-size:11px;font-weight:600;padding:3px 9px;border-radius:99px}
.badge-pop,.b-pop{background:var(--fire);color:#fff}
.badge-lux,.b-lux{background:var(--gold-lt);color:#633806}
.badge-new,.b-new{background:var(--teal-lt);color:#085041}
.badge-day,.b-day{background:rgba(4,44,83,.85);color:#fff}
.b-hon{background:var(--pink-lt,#FBEAF0);color:#72243E}
.tc-body,.blog-body{padding:1.1rem 1.25rem}
.tc-dest{font-size:11px;color:var(--text-hint);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;display:flex;align-items:center;gap:4px}
.tc-name,.blog-title{font-size:16px;font-weight:600;margin-bottom:8px;line-height:1.3}
.tc-meta,.blog-meta{display:flex;gap:14px;font-size:12px;color:var(--text-sec);margin-bottom:14px}
.tc-meta i{font-size:12px;margin-right:2px}
.tc-foot{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border)}
.tc-price{font-size:20px;font-weight:700;color:var(--fire)}
.tc-price small{font-size:12px;font-weight:400;color:var(--text-sec)}

/* ============================
   DESTINATION CARDS
============================= */
.dest-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}
.dest-grid-right{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.dest-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;cursor:pointer;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end}
.dest-card:hover .dest-overlay{opacity:.75}
.dest-overlay{position:absolute;inset:0;transition:opacity .2s}
.dest-bg-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.dest-bg-icon i{font-size:80px;opacity:.15;color:#fff}
.dest-content{position:relative;z-index:1;padding:1.25rem}
.dest-name{font-family:var(--font-display);font-size:1.5rem;color:#fff;line-height:1}
.dest-name-sm{font-family:var(--font-display);font-size:1.2rem;color:#fff}
.dest-info{font-size:12px;color:rgba(255,255,255,.65);margin-top:4px}
.dest-meta{display:flex;gap:10px;margin-top:8px;font-size:11px;color:rgba(255,255,255,.5)}

/* ============================
   CATEGORIES
============================= */
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}
.cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;text-align:center;cursor:pointer;transition:all .15s}
.cat-card:hover{border-color:var(--fire);background:var(--fire-lt)}
.cat-icon{width:46px;height:46px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:22px}
.cat-name{font-size:13px;font-weight:600}
.cat-count{font-size:11px;color:var(--text-hint);margin-top:2px}

/* ============================
   GUIDE CARDS
============================= */
.guide-grid,.gc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}
.guide-card,.gc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;display:flex;gap:12px;cursor:pointer;transition:all .15s}
.guide-card:hover{border-color:var(--fire);box-shadow:var(--shadow)}
.gc-icon,.gc-ico{width:38px;height:38px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}
.gc-title{font-size:13px;font-weight:600;margin-bottom:2px}
.gc-sub{font-size:11px;color:var(--text-hint)}

/* ============================
   REVIEW CARDS
============================= */
.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}
.rv-stars{color:var(--gold);font-size:14px;margin-bottom:10px}
.rv-text{font-size:13px;color:var(--text-sec);line-height:1.7;font-style:italic;margin-bottom:14px}
.rv-author{display:flex;align-items:center;gap:10px}
.rv-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.rv-name{font-size:13px;font-weight:600}
.rv-from{font-size:11px;color:var(--text-hint)}

/* ============================
   VISA BANNER
============================= */
.visa-banner{background:var(--deep);padding:3.5rem 2rem}
.visa-banner-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.vb-title{font-family:var(--font-display);font-size:2rem;color:#fff;margin-bottom:.75rem}
.vb-sub{color:rgba(255,255,255,.6);font-size:15px;margin-bottom:1.5rem;line-height:1.7}
.vb-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:1.5rem}
.vb-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:99px;padding:5px 14px;font-size:12px;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:5px}
.vb-steps{display:flex;flex-direction:column;gap:12px}
.vb-step{display:flex;gap:12px;align-items:flex-start}
.vb-step-num{width:28px;height:28px;border-radius:50%;background:var(--fire);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.vb-step-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}
.vb-step-desc{font-size:12px;color:rgba(255,255,255,.55)}

/* ============================
   DAY TOURS
============================= */
.day-tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px}
.dt-card,.dt{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;display:flex;gap:14px;cursor:pointer;transition:all .15s}
.dt-card:hover{border-color:var(--fire);box-shadow:var(--shadow)}
.dt-icon{width:46px;height:46px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.dt-name{font-size:14px;font-weight:600;margin-bottom:4px}
.dt-meta{display:flex;gap:10px;font-size:11px;color:var(--text-hint);margin-bottom:6px}
.dt-tags{display:flex;gap:4px;flex-wrap:wrap}
.dt-tag{font-size:10px;background:var(--gray-lt);color:var(--text-sec);padding:2px 7px;border-radius:99px}
.dt-price{font-size:14px;font-weight:700;color:var(--fire);margin-left:auto;white-space:nowrap;align-self:flex-start;padding-top:2px}

/* ============================
   TOUR DETAIL
============================= */
.tour-detail-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;max-width:1100px;margin:2rem auto;padding:0 2rem;align-items:start}
.tour-hero-dark{background:var(--deep);padding:2.5rem 2rem 0;color:#fff}
.tour-hero-inner{max-width:1100px;margin:0 auto}
.tour-img-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:6px;height:230px;margin-top:1.5rem}
.tour-img-block{border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center}
.tour-img-block i{font-size:64px;opacity:.2;color:#fff}
.stat-bar{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}
.sb-stat,.sb{background:var(--bg-card);padding:1.1rem;text-align:center;border-right:1px solid var(--border)}
.sb-stat:last-child{border-right:none}
.sb-val,.sb-v{font-family:var(--font-display);font-size:1.6rem;color:var(--fire)}
.sb-lbl,.sb-l{font-size:11px;color:var(--text-hint);text-transform:uppercase;letter-spacing:.4px}
.content-card,.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;overflow:hidden}
.cc-head,.card-head{padding:1rem 1.25rem;border-bottom:1px solid var(--border);font-size:15px;font-weight:600;display:flex;align-items:center;gap:8px}
.cc-head i{color:var(--fire);font-size:16px}
.cc-body,.card-body{padding:1.25rem}
.itin-day,.itin{padding:0 0 1.5rem 1.5rem;border-left:2px solid var(--border);position:relative;margin-left:10px}
.itin-day:last-child{padding-bottom:0;border-left-color:transparent}
.itin-dot{width:22px;height:22px;border-radius:50%;background:var(--fire);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;position:absolute;left:-12px;top:0}
.itin-lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--fire);margin-bottom:3px}
.itin-title{font-size:15px;font-weight:600;margin-bottom:5px}
.itin-desc{font-size:13px;color:var(--text-sec);line-height:1.7}
.itin-stops{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}
.stop{font-size:11px;background:var(--gray-lt);color:var(--text-sec);padding:2px 8px;border-radius:99px}
.incl-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.incl-item,.incl{display:flex;align-items:center;gap:8px;font-size:13px}
.incl-yes,.iyes{color:var(--teal)}
.incl-no,.ino{color:#E24B4A}
.price-sidebar,.psc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;position:sticky;top:80px}
.ps-from,.psc-from{font-size:12px;color:var(--text-hint);margin-bottom:2px}
.ps-price,.psc-price{font-family:var(--font-display);font-size:2.5rem;color:var(--fire);margin-bottom:4px}
.ps-note,.psc-note{font-size:12px;color:var(--text-hint);margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}
.ps-row,.pr-row{display:flex;justify-content:space-between;font-size:13px;padding:8px 0;border-bottom:1px solid var(--border)}
.ps-row:last-of-type{border-bottom:none}
.ps-lbl,.pr-l{color:var(--text-sec)}
.ps-val,.pr-v{font-weight:600}
.trust-list,.trust{display:flex;flex-direction:column;gap:8px;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}
.trust-item,div.ti{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-sec)}
.trust-item i{color:var(--teal);font-size:14px}
.departures{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-top:1rem}
.dep-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:8px 10px;background:var(--bg);border-radius:7px;margin-bottom:6px}
.dep-row:last-child{margin-bottom:0}
.dep-avail{font-size:11px;font-weight:600}
.dep-avail.ok{color:var(--teal)}
.dep-avail.few{color:var(--gold)}
.faq-item,.faq{padding:12px 0;border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-q{font-size:14px;font-weight:600;margin-bottom:5px;display:flex;gap:8px}
.faq-q i{color:var(--fire);font-size:13px;margin-top:2px;flex-shrink:0}
.faq-a{font-size:13px;color:var(--text-sec);line-height:1.7;padding-left:21px}

/* ============================
   DESTINATION DETAIL
============================= */
.dest-detail-hero{padding:3rem 2rem 0;color:#fff;position:relative}
.dest-hero-inner{max-width:1100px;margin:0 auto}
.dest-detail-body{max-width:1100px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start}
.dest-sidebar{position:sticky;top:80px}
.things-grid,.things{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:1.5rem}
.thing{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;gap:10px;align-items:flex-start;cursor:pointer;transition:all .15s}
.thing:hover{border-color:var(--fire)}
.thing-icon{width:34px;height:34px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.thing-name{font-size:12px;font-weight:600;margin-bottom:2px}
.thing-type{font-size:11px;color:var(--text-hint)}
.hotel-mini-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px;margin-bottom:1.5rem}
.hotel-mini{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}
.hotel-mini:hover{box-shadow:var(--shadow)}
.hm-img{height:80px;display:flex;align-items:center;justify-content:center;font-size:28px}
.hm-img i{opacity:.3;color:#fff}
.hm-body{padding:.75rem 1rem}
.hm-name{font-size:13px;font-weight:600;margin-bottom:2px}
.hm-stars{color:var(--gold);font-size:11px;margin-bottom:2px}
.hm-price{font-size:12px;font-weight:700;color:var(--fire)}
.weather-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem}
.wr-cell{background:var(--bg-card);padding:.85rem;text-align:center;border-right:1px solid var(--border);font-size:12px}
.wr-cell:last-child{border-right:none}
.wr-season{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--text-hint);margin-bottom:3px}
.wr-temp{font-size:16px;font-weight:700;margin-bottom:2px}
.wr-desc{font-size:11px;color:var(--text-hint)}
.nearby-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin-bottom:1.5rem}
.nearby{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem;text-align:center;cursor:pointer;font-size:12px}
.nearby:hover{border-color:var(--fire)}
.nearby i{font-size:22px;display:block;margin-bottom:5px;color:var(--text-hint)}
.nearby-name{font-weight:600;margin-bottom:2px}
.nearby-dist{color:var(--text-hint);font-size:11px}

/* ============================
   TRAVEL GUIDE PAGE
============================= */
.guide-layout{max-width:1100px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}
.guide-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;position:sticky;top:80px}
.gs-head{padding:1rem 1.25rem;font-size:13px;font-weight:600;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:6px}
.gs-head i{color:var(--fire);font-size:14px}
.gs-item{padding:9px 1.25rem;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border);color:var(--text-sec);transition:all .15s}
.gs-item:last-child{border-bottom:none}
.gs-item:hover,.gs-item.active{background:var(--fire-lt);color:var(--fire-dk);font-weight:500}
.gs-item i{font-size:14px;width:16px}
.month-grid,.mg{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-bottom:1.5rem}
.month-cell,.mc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .5rem;text-align:center;font-size:12px}
.month-name,.mc-name{font-weight:600;margin-bottom:3px}
.month-temp,.mc-temp{font-size:11px;color:var(--text-hint);margin-bottom:6px}
.month-bar,.mc-bar{height:4px;border-radius:2px;margin:0 auto;max-width:40px;margin-bottom:4px}
.month-lbl,.mc-lbl{font-size:10px;font-weight:600}
.mc-best{border-color:#5DCAA5;background:var(--teal-lt)}.mc-best .month-lbl{color:var(--teal)}
.mc-hot{border-color:#FAC775;background:var(--gold-lt)}.mc-hot .month-lbl{color:var(--gold)}
.mc-ok .month-lbl{color:var(--text-hint)}
.fact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem}
.fc-head{padding:.85rem 1.25rem;font-size:13px;font-weight:600;border-bottom:1px solid var(--border);background:var(--bg);display:flex;align-items:center;gap:6px}
.fc-head i{color:var(--fire)}
.fc-row,.fc{display:flex;justify-content:space-between;font-size:13px;padding:9px 1.25rem;border-bottom:1px solid var(--border)}
.fc-row:last-child{border-bottom:none}
.fc-lbl,.fc-l{color:var(--text-sec)}
.fc-val,.fc-v{font-weight:600}
.article-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem}
.article-item,.ai{background:var(--bg-card);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:1rem}
.article-item:hover{background:var(--bg)}
.ai-icon,.ai-ico{width:36px;height:36px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.ai-title{font-size:13px;font-weight:600;margin-bottom:2px}
.ai-meta{font-size:11px;color:var(--text-hint)}
.tip-box,.tip-list{background:var(--blue-lt);border:1px solid #B5D4F4;border-radius:var(--radius);padding:12px 16px;font-size:13px;color:#0C447C;display:flex;gap:10px;margin-bottom:1rem}
.tip-box i{font-size:15px;flex-shrink:0;margin-top:1px}
.visa-step,.vs{display:flex;gap:14px;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.visa-step:last-child{border-bottom:none}
.vs-num,.vs-n{width:28px;height:28px;border-radius:50%;background:var(--fire);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.vs-title{font-size:14px;font-weight:600;margin-bottom:3px}
.vs-desc{font-size:13px;color:var(--text-sec);line-height:1.65}
.country-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.5rem}
.country-pill,.cp{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:7px 14px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}
.country-pill:hover{border-color:var(--fire);color:var(--fire)}

/* ============================
   HOTELS PAGE
============================= */
.hotel-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .2s}
.hotel-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.hc-img{height:160px;display:flex;align-items:center;justify-content:center;position:relative}
.hc-img i{font-size:56px;opacity:.2;color:#fff}
.hc-badge{position:absolute;top:10px;left:10px}
.hc-body{padding:1rem 1.25rem}
.hc-name{font-size:15px;font-weight:600;margin-bottom:4px}
.hc-stars{color:var(--gold);font-size:12px;margin-bottom:4px}
.hc-location,.hc-loc{font-size:12px;color:var(--text-hint);margin-bottom:10px;display:flex;align-items:center;gap:4px}
.hc-foot{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--border)}
.hc-price{font-size:16px;font-weight:700;color:var(--fire)}
.hc-price small{font-size:11px;font-weight:400;color:var(--text-hint)}

/* ============================
   EXPERIENCES PAGE
============================= */
.exp-card,.ec{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .2s}
.exp-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.exp-img,.ec-img{height:170px;display:flex;align-items:center;justify-content:center}
.exp-img i{font-size:60px;opacity:.25;color:#fff}
.exp-body,.ec-body{padding:1rem 1.25rem}
.exp-type,.ec-type{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--fire);margin-bottom:5px}
.exp-name,.ec-name{font-size:15px;font-weight:600;margin-bottom:6px}
.exp-meta{font-size:12px;color:var(--text-hint);margin-bottom:10px;display:flex;gap:10px}
.exp-foot,.ec-foot{display:flex;align-items:center;justify-content:space-between}
.exp-price,.ec-price{font-size:16px;font-weight:700;color:var(--fire)}

/* ============================
   FOOTER
============================= */
.footer{background:var(--deep);color:rgba(255,255,255,.7);padding:3.5rem 2rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}
.footer-brand .brand-name{font-family:var(--font-display);font-size:1.2rem;color:#fff;margin-bottom:.5rem;display:block}
.footer-brand p{font-size:13px;line-height:1.7;margin-bottom:1rem}
.footer-col h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:rgba(255,255,255,.5);margin-bottom:12px}
.footer-col ul{list-style:none}
.footer-col li{font-size:13px;margin-bottom:8px;cursor:pointer}
.footer-col li:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;font-size:12px}
.socials{display:flex;gap:8px}
.social-btn{width:32px;height:32px;background:rgba(255,255,255,.07);border-radius:7px;display:flex;align-items:center;justify-content:center}
.social-btn:hover{background:rgba(255,255,255,.15)}
.social-btn i{font-size:15px;color:rgba(255,255,255,.6)}

/* ============================
   BREADCRUMB
============================= */
.bc{font-size:12px;color:var(--text-hint);display:flex;align-items:center;gap:5px;padding:1rem 2rem;max-width:1100px;margin:0 auto}
.bc i{font-size:10px}
.bc-link,.bcl{cursor:pointer;color:var(--text-hint)}.bc-link:hover{color:var(--fire)}
.bc-cur{color:var(--text)}

/* ============================
   MISC UTILITIES
============================= */
.tag{font-size:11px;padding:3px 9px;border-radius:99px;display:inline-block}
.tag-fire,.t-fire{background:var(--fire-lt);color:var(--fire-dk)}
.tag-teal,.t-teal{background:var(--teal-lt);color:#085041}
.tag-gold,.t-gold{background:var(--gold-lt);color:#633806}
.tag-purple,.t-purple{background:var(--purple-lt);color:#3C3489}
.tag-blue,.t-blue{background:var(--blue-lt);color:#0C447C}
.tag-pink,.t-pink{background:var(--pink-lt);color:#72243E}
.tag-green,.t-green{background:var(--green-lt,#EAF3DE);color:#3B6D11}
.cta-band{background:var(--fire);padding:3rem 2rem;text-align:center;color:#fff}
.cta-band h2{font-family:var(--font-display);font-size:2rem;margin-bottom:.75rem}
.cta-band p{color:rgba(255,255,255,.75);margin-bottom:1.5rem}
.info-bar{background:var(--blue-lt);border:1px solid #B5D4F4;border-radius:var(--radius);padding:12px 16px;font-size:13px;color:#0C447C;display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}
.info-bar i{font-size:16px;flex-shrink:0}
.tabs-row{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem;overflow-x:auto}
.tab-btn{padding:10px 16px;font-size:13px;cursor:pointer;border-bottom:2px solid transparent;color:var(--text-sec);white-space:nowrap;background:none;border-left:none;border-right:none;border-top:none;font-family:inherit}
.tab-btn:hover{color:var(--text)}
.tab-btn.active{color:var(--fire);border-bottom-color:var(--fire);font-weight:600}
.dur-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.5rem}
.dur-btn{padding:6px 14px;border-radius:99px;border:1px solid var(--border);font-size:13px;cursor:pointer;color:var(--text-sec);background:var(--bg-card);font-family:inherit}
.dur-btn:hover,.dur-btn.active{background:var(--fire);color:#fff;border-color:var(--fire)}
.rating-bars{display:flex;flex-direction:column;gap:6px;flex:1}
.rb-row{display:flex;align-items:center;gap:8px;font-size:12px}
.rb-lbl{color:var(--text-sec);width:48px}
.rb-track{flex:1;height:4px;background:var(--bg);border-radius:2px;overflow:hidden}
.rb-fill{height:4px;background:var(--fire);border-radius:2px}
.rb-val{color:var(--text-sec);min-width:22px;text-align:right}

/* ============================
   HERO SEARCH
============================= */
.hero-search{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:1rem 1.25rem;max-width:600px;display:flex;gap:0;overflow:hidden;margin-bottom:2rem}
.hs-input{background:transparent;border:none;color:#fff;font-size:15px;flex:1;outline:none;font-family:inherit}
.hs-input::placeholder{color:rgba(255,255,255,.4)}
.hs-btn{background:var(--fire);border:none;color:#fff;padding:8px 18px;border-radius:var(--radius);font-size:14px;font-weight:600;font-family:inherit;display:flex;align-items:center;gap:6px}

/* page-specific dark strip */
.dark-strip,.pg-hero{background:var(--deep);padding:2rem 2rem 0;color:#fff}
.dark-strip-inner,.pg-hero-in{max-width:1100px;margin:0 auto}
.page-hero-title,.pg-title{font-family:var(--font-display);font-size:2.2rem;color:#fff;margin-bottom:.5rem}
.page-hero-sub,.pg-sub{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:1.5rem}
.filter-strip,.filter-row{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:1.5rem}
.filter-pill,.fp{padding:6px 16px;border-radius:99px;border:1px solid rgba(255,255,255,.2);font-size:13px;cursor:pointer;color:rgba(255,255,255,.7);background:rgba(255,255,255,.06)}
.filter-pill.active,.filter-pill:hover{background:var(--fire);border-color:var(--fire);color:#fff}

/* SEO enhancement content blocks */
.seo-enhancement p{max-width:980px;line-height:1.75;color:var(--muted);font-size:15px;margin:0 0 1rem}.seo-enhancement h3{font-size:22px;margin:1.5rem 0 .8rem}.seo-enhancement h4{font-size:17px;margin:1rem 0 .35rem;color:var(--ink)}.faq-block{margin-top:1.5rem;padding:1.5rem;border:1px solid var(--line);border-radius:22px;background:#fff}.faq-block p{margin-bottom:.8rem}


/* ==========================================================
   NAV-ONLY MOBILE FIX (lightweight)
   Only fixes header/menu overflow. No global page/layout overrides.
========================================================== */
.mobile-nav-toggle{display:none;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:8px;width:38px;height:36px;align-items:center;justify-content:center;font-size:22px;line-height:1;margin-left:auto;flex:0 0 38px;box-shadow:none}
.mobile-nav-toggle:focus{outline:2px solid var(--fire-mid);outline-offset:2px}
@media(max-width:1200px){
  .nav{width:100%;max-width:100%;box-sizing:border-box;padding:0 .9rem;gap:.6rem;overflow:visible;flex-wrap:wrap;height:auto;min-height:60px}
  .nav-logo{min-width:0;flex:1 1 auto;max-width:calc(100% - 48px);overflow:hidden}
  .nav-brand{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}
  .mobile-nav-toggle{display:inline-flex}
  .nav-links,.nav-actions{display:none;flex:0 0 100%;width:100%;max-width:100%;box-sizing:border-box;margin:0;overflow:hidden}
  .nav.nav-open .nav-links{display:flex;flex-direction:column;gap:6px;padding:.65rem 0 .35rem;border-top:1px solid var(--border)}
  .nav.nav-open .nav-actions{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:0 0 .65rem}
  .nav.nav-open .nav-link{display:block;width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:#fff;white-space:normal;color:var(--text-sec)}
  .nav.nav-open .nav-tel,.nav.nav-open .btn{width:100%;justify-content:center;box-sizing:border-box;text-align:center}
}
@media(max-width:520px){
  .nav{padding:.55rem .7rem;min-height:56px}
  .nav-flame{width:30px;height:30px;flex:0 0 30px}
  .nav-brand{font-size:15px}
  .mobile-nav-toggle{width:36px;height:34px;flex-basis:36px;font-size:21px}
}

/* load optimized icon fallback */
.ti{display:inline-block;width:1em;height:1em;vertical-align:-.125em}.ti:before{content:""}


/* WhatsApp floating button: logo-only, fully inside mobile viewport */
.az-whatsapp-float{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  left:auto !important;
  top:auto !important;
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  min-height:54px !important;
  max-width:54px !important;
  max-height:54px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:#25D366 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  text-decoration:none !important;
  line-height:1 !important;
  z-index:9999 !important;
  transform:none !important;
  box-shadow:0 8px 22px rgba(0,0,0,.20) !important;
  contain:layout paint !important;
}
.az-whatsapp-float .az-whatsapp-icon,
.az-whatsapp-float svg{
  width:30px !important;
  height:30px !important;
  max-width:30px !important;
  max-height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  display:block !important;
  flex:0 0 30px !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  position:static !important;
}
.az-whatsapp-label{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
@media(max-width:768px){
  .az-whatsapp-float{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    max-width:48px !important;
    max-height:48px !important;
    right:14px !important;
    bottom:14px !important;
  }
  .az-whatsapp-float .az-whatsapp-icon,
  .az-whatsapp-float svg{
    width:27px !important;
    height:27px !important;
    max-width:27px !important;
    max-height:27px !important;
    min-width:27px !important;
    min-height:27px !important;
    flex-basis:27px !important;
  }
}
@media(max-width:380px){
  .az-whatsapp-float{right:10px !important;bottom:12px !important;width:46px !important;height:46px !important;min-width:46px !important;min-height:46px !important;max-width:46px !important;max-height:46px !important;}
  .az-whatsapp-float .az-whatsapp-icon,.az-whatsapp-float svg{width:26px !important;height:26px !important;min-width:26px !important;min-height:26px !important;max-width:26px !important;max-height:26px !important;flex-basis:26px !important;}
}


/* Final production mobile + speed polish */
*,*::before,*::after{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}img,svg,video,iframe{max-width:100%;height:auto}.section,.hero-inner,.nav-inner,.footer-inner{width:100%}table{max-width:100%;border-collapse:collapse}.table-wrap,.pricing-table,.responsive-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.az-whatsapp-float{position:fixed!important;right:18px!important;bottom:18px!important;left:auto!important;top:auto!important;transform:none!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;background:#25D366!important;color:#fff!important;z-index:99999!important;box-shadow:0 8px 24px rgba(0,0,0,.22)!important;text-decoration:none!important;overflow:hidden!important}.az-whatsapp-icon{width:30px!important;height:30px!important;display:block!important}.az-whatsapp-label{display:none!important}
@media(max-width:900px){.nav{position:sticky;top:0;z-index:9999}.nav-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 14px!important}.nav-logo{min-width:0!important}.mobile-nav-toggle{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border,#ddd);border-radius:10px;background:#fff;color:var(--deep,#10233f);font-size:24px;line-height:1;cursor:pointer;flex:0 0 auto}.nav-links{display:none!important;position:absolute!important;left:12px!important;right:12px!important;top:calc(100% + 8px)!important;background:#fff!important;border:1px solid var(--border,#e6e6e6)!important;border-radius:16px!important;box-shadow:0 16px 40px rgba(0,0,0,.16)!important;padding:12px!important;max-height:calc(100vh - 92px)!important;overflow:auto!important;z-index:10000!important}.nav.nav-open .nav-links{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important}.nav-links a,.nav-links button,.nav-links .btn{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:12px 14px!important;border-radius:10px!important;white-space:normal!important;text-align:left!important}.nav-actions{display:none!important}.hero{padding:3.2rem 1rem 0!important}.hero h1{font-size:clamp(2rem,9vw,3rem)!important}.hero-stats,.search-fields,.visa-banner-inner,.dest-grid,.footer-grid{grid-template-columns:1fr!important}.tours-grid,.tgrid,.review-grid,.guide-grid,.gc-grid,.cat-grid,.cards-grid,.grid,.package-grid,.hotel-grid,.place-grid,.blog-grid{grid-template-columns:1fr!important}.section,.section-full,.section-sm{padding-left:1rem!important;padding-right:1rem!important}.sec-hd{display:block!important}.tc-img,.blog-img{height:auto!important;min-height:180px}.az-whatsapp-float{right:14px!important;bottom:14px!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important}.az-whatsapp-icon{width:28px!important;height:28px!important}}
@media(min-width:901px){.mobile-nav-toggle{display:none!important}}
@media(max-width:480px){.hero-ctas{display:grid!important;grid-template-columns:1fr!important}.btn,.search-btn{width:100%!important}.az-whatsapp-float{right:12px!important;bottom:12px!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}}

/* ==========================================================
   FINAL FIX: clickable cards + professional mobile layout
   This is intentionally last so it overrides older patches.
========================================================== */
[data-route], .tour-card, .dt-card, .cat-card, .dest-card, .hotel-card, .exp-card, .blog-card, .style-card, .ec, .hc, .pc, .gc, .tc { cursor:pointer; touch-action:manipulation; }
[data-route]:focus{outline:2px solid var(--fire-mid,#F0997B);outline-offset:3px}
html,body{width:100%;max-width:100%;overflow-x:hidden!important}
body{min-width:0!important}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
.nav,.hero,.section,.footer,.search-wrap,.wrap,.container,.hero-inner,.footer-inner{max-width:100%;box-sizing:border-box}

@media(max-width:900px){
  body{font-size:14px;line-height:1.55}
  .nav{height:auto!important;min-height:58px!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;padding:9px 12px!important;overflow:visible!important;position:sticky!important;top:0!important;z-index:9999!important;background:rgba(255,255,255,.98)!important}
  .nav-logo{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 52px)!important;display:flex!important;align-items:center!important;gap:8px!important;overflow:hidden!important}
  .nav-brand{font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  .mobile-nav-toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:40px!important;flex:0 0 42px!important;margin-left:auto!important;border-radius:10px!important;background:#fff!important;border:1px solid var(--border,#ddd)!important;color:var(--deep,#042C53)!important;font-size:24px!important;line-height:1!important;padding:0!important}
  .nav-links,.nav-actions{display:none!important}
  .nav.nav-open .nav-links{display:flex!important;flex:0 0 100%!important;width:100%!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;flex-direction:column!important;gap:7px!important;margin:8px 0 0!important;padding:10px 0!important;border-top:1px solid var(--border,#ddd)!important;background:transparent!important;box-shadow:none!important;max-height:none!important;overflow:visible!important;border-radius:0!important}
  .nav.nav-open .nav-actions{display:flex!important;flex:0 0 100%!important;width:100%!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:0 0 8px!important;margin:0!important}
  .nav.nav-open .nav-link{display:block!important;width:100%!important;padding:12px 13px!important;border:1px solid var(--border,#e5e5e5)!important;border-radius:10px!important;background:#fff!important;color:var(--text-sec,#5f5e5a)!important;white-space:normal!important;text-align:left!important;box-sizing:border-box!important}
  .nav.nav-open .nav-tel,.nav.nav-open .btn{display:flex!important;width:100%!important;justify-content:center!important;box-sizing:border-box!important}

  .hero{padding:3rem 1rem 0!important;overflow:hidden!important}
  .hero h1{font-size:clamp(2rem,9vw,3rem)!important;line-height:1.12!important;max-width:100%!important;word-break:normal!important}
  .hero-sub{font-size:15px!important;max-width:100%!important;margin-bottom:1.6rem!important}
  .hero-ctas{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:2rem!important}
  .hero-ctas .btn,.btn-lg{width:100%!important;justify-content:center!important}
  .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding-top:1rem!important}
  .hstat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:1rem .4rem!important}
  .hstat-n{font-size:1.7rem!important}

  .search-wrap{margin:0 1rem!important;border-radius:16px!important;padding:.6rem!important;max-width:calc(100% - 2rem)!important;transform:translateY(-10px)!important}
  .search-fields{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .sf{border:1px solid var(--border,#e6e6e6)!important;border-radius:12px!important;padding:.75rem!important;width:100%!important;box-sizing:border-box!important}
  .search-btn{height:46px!important;width:100%!important;border-radius:12px!important}

  .section,.section-full,.section-sm,.dark-strip,.pg-hero,.footer,.cta-band{padding-left:1rem!important;padding-right:1rem!important}
  .wrap,.hero-inner,.footer-inner,.dark-strip-inner,.pg-hero-in{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important}
  .sec-hd{display:block!important;margin-bottom:1rem!important}
  .sec-title,.page-hero-title,.pg-title{font-size:1.8rem!important;line-height:1.18!important}
  .sec-more{display:inline-flex!important;margin-top:.45rem!important}

  .grid-3,.grid-4,.cat-grid,.tours-grid,.tgrid,.dt-grid,.dest-grid,.hotel-grid,.place-grid,.blog-grid,.guide-grid,.gc-grid,.review-grid,.cards-grid,.package-grid,.footer-top,.footer-grid,.visa-banner-inner,.dl{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .tour-card,.dt-card,.cat-card,.dest-card,.hotel-card,.exp-card,.blog-card,.style-card,.ec,.hc,.pc,.gc,.tc{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;overflow:hidden!important;border-radius:16px!important}
  .tc-img,.tour-img,.dt-img,.dest-img,.blog-img,.hc-img,.exp-img,.ec-img{height:180px!important;min-height:180px!important;max-height:220px!important;overflow:hidden!important}
  .tc-body,.tour-body,.dt-body,.dest-body,.hc-body,.exp-body,.ec-body,.blog-body{padding:1rem!important}
  .tc-foot,.tour-foot,.dt-foot,.hc-foot,.exp-foot,.ec-foot,.footer-bottom{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  .tc-foot .btn,.tour-foot .btn,.dt-foot .btn,.hc-foot .btn{width:100%!important;justify-content:center!important}

  .tabs-row,.filter-row,.filter-strip,.dur-filter{overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:10px!important;-webkit-overflow-scrolling:touch!important}
  .tab-btn,.filter-pill,.fp,.dur-btn{flex:0 0 auto!important;white-space:nowrap!important}
  table{width:100%!important;min-width:620px!important}.table-wrap,.pricing-table,.responsive-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .footer-bottom{text-align:center!important}.socials{justify-content:center!important}
  .az-whatsapp-float{right:12px!important;bottom:12px!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;z-index:99999!important}.az-whatsapp-icon{width:27px!important;height:27px!important}
}
@media(max-width:420px){.section,.section-full,.section-sm,.footer,.hero,.dark-strip,.pg-hero,.cta-band{padding-left:.85rem!important;padding-right:.85rem!important}.search-wrap{margin-left:.85rem!important;margin-right:.85rem!important;max-width:calc(100% - 1.7rem)!important}.nav{padding-left:9px!important;padding-right:9px!important}.tc-img,.tour-img,.dt-img,.dest-img,.blog-img,.hc-img,.exp-img,.ec-img{height:165px!important;min-height:165px!important}.hero-stats{grid-template-columns:1fr 1fr!important}}

/* ==========================================================
   FINAL MOBILE DETAIL FIX — tour pages, destination pages,
   info boxes, cards, icons. Added 2026-07-07.
   ========================================================== */
.ti{font-style:normal!important;font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;min-width:1.05em!important;width:1.05em!important;height:1.05em!important;vertical-align:-.08em!important}
.ti:before{content:"•"}
.ti-map-pin:before{content:"📍"}.ti-star:before{content:"★"}.ti-users:before{content:"👥"}.ti-language:before{content:"🌐"}.ti-clock:before{content:"⏱"}.ti-info-circle:before{content:"ℹ"}.ti-route:before{content:"🧭"}.ti-check:before{content:"✓"}.ti-x:before{content:"×"}.ti-phone:before{content:"☎"}.ti-flame:before{content:"🔥"}.ti-calendar-event:before{content:"📅"}.ti-building-arch:before{content:"🏛"}.ti-building-castle:before{content:"🏰"}.ti-leaf:before{content:"🌿"}.ti-mountain:before{content:"⛰"}.ti-car-suv:before{content:"🚙"}.ti-plane:before{content:"✈"}.ti-circle-dot:before{content:"•"}.ti-chevron-right:before{content:"›"}.ti-search:before{content:"🔎"}.ti-hotel-service:before{content:"🏨"}.ti-compass:before{content:"🧭"}

@media(max-width:900px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body{font-size:15px!important;line-height:1.65!important}
  body *{box-sizing:border-box!important;max-width:100%}
  p,li,span,div,a,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-break:normal}

  /* Tour detail pages: force sidebar under content */
  .tour-detail-layout,
  .dest-detail-body{
    display:block!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:100%!important;
    margin:1rem auto!important;
    padding:0 14px!important;
    overflow:hidden!important;
  }
  .tour-detail-layout>*,
  .dest-detail-body>*{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}
  .price-sidebar,.psc,.dest-sidebar{position:static!important;top:auto!important;width:100%!important;max-width:100%!important;margin:16px 0 0!important;padding:1rem!important}
  .ps-price,.psc-price{font-size:2rem!important;line-height:1.1!important}
  .ps-row,.pr-row{gap:10px!important;align-items:flex-start!important}

  /* Hero/detail media blocks */
  .tour-hero-dark,.dest-detail-hero{padding:1.8rem 14px 0!important;overflow:hidden!important;width:100%!important;max-width:100%!important}
  .tour-hero-inner,.dest-hero-inner{width:100%!important;max-width:100%!important;min-width:0!important}
  .tour-hero-dark h1,.dest-detail-hero h1,.page-hero-title,.pg-title{font-size:clamp(1.8rem,8vw,2.35rem)!important;line-height:1.13!important;letter-spacing:-.2px!important}
  .tour-img-grid{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:5px!important;width:100%!important;height:auto!important;margin-top:1.1rem!important;overflow:hidden!important}
  .tour-img-block{height:105px!important;min-height:105px!important;border-radius:10px 10px 0 0!important;overflow:hidden!important}
  .tour-img-block .ti{font-size:30px!important;opacity:.34!important;width:auto!important;height:auto!important;min-width:0!important}

  /* Statistics bar */
  .stat-bar{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin:0 14px 1rem!important;display:grid!important;grid-template-columns:1fr 1fr!important;border-radius:0 0 16px 16px!important;overflow:hidden!important}
  .sb-stat,.sb{padding:.9rem .35rem!important;border-right:1px solid var(--border)!important;border-bottom:1px solid var(--border)!important;min-width:0!important}
  .sb-stat:nth-child(2n),.sb:nth-child(2n){border-right:0!important}
  .sb-val,.sb-v{font-size:1.55rem!important;line-height:1.1!important}
  .sb-lbl,.sb-l{font-size:10px!important;letter-spacing:.3px!important}

  /* Content cards */
  .content-card,.card{width:100%!important;max-width:100%!important;border-radius:16px!important;overflow:hidden!important;margin-bottom:1rem!important}
  .cc-head,.card-head{padding:.9rem 1rem!important;font-size:15px!important;line-height:1.35!important;align-items:flex-start!important}
  .cc-body,.card-body{padding:1rem!important;width:100%!important;max-width:100%!important;overflow:hidden!important}
  .cc-body p,.card-body p{font-size:15px!important;line-height:1.8!important;margin-bottom:1rem!important}

  /* The old flex info-box broke long inline text into columns on mobile */
  .info-box{display:block!important;width:100%!important;max-width:100%!important;padding:1rem!important;line-height:1.75!important;font-size:14.5px!important;white-space:normal!important;overflow:hidden!important;text-align:left!important}
  .info-box .ti,.info-box i{display:inline-flex!important;margin-right:6px!important;vertical-align:-.1em!important;width:auto!important;min-width:0!important}
  .info-box strong{display:inline!important;white-space:normal!important}

  /* Itinerary and inclusions */
  .itin-day,.itin{margin-left:8px!important;padding-left:1.25rem!important;padding-bottom:1.25rem!important}
  .itin-desc{font-size:14px!important;line-height:1.75!important}
  .itin-stops,.dt-tags,.tags-row{gap:6px!important}
  .incl-grid{grid-template-columns:1fr!important}
  .dep-row{display:block!important;line-height:1.6!important}
  .dep-avail{display:block!important;margin-top:3px!important}

  /* Destination detail cards */
  .things-grid,.things{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;overflow:hidden!important}
  .thing{padding:.9rem!important;gap:9px!important;min-width:0!important;overflow:hidden!important;align-items:flex-start!important}
  .thing-icon{width:34px!important;height:34px!important;min-width:34px!important;flex:0 0 34px!important;border-radius:10px!important}
  .thing-name{font-size:13px!important;line-height:1.35!important;overflow-wrap:break-word!important}
  .thing-type{font-size:11.5px!important;line-height:1.45!important;overflow-wrap:break-word!important}
  .hotel-mini-grid{grid-template-columns:1fr!important}
  .weather-row{grid-template-columns:1fr 1fr!important}
  .wr-cell:nth-child(2n){border-right:0!important}
  .nearby-grid{grid-template-columns:1fr 1fr!important}

  /* Cards and links */
  [data-route],.tour-card,.tc,.dt-card,.dest-card,.hotel-card,.blog-card,.thing,.nearby{cursor:pointer!important;-webkit-tap-highlight-color:rgba(214,91,49,.15)!important}
  .tc,.tour-card,.dt-card{position:relative!important}
  .tc-foot,.tour-foot,.dt-foot{align-items:stretch!important}
  .tc-foot .btn,.tour-foot .btn,.dt-foot .btn{width:100%!important;min-height:44px!important}

  /* WhatsApp stays fully inside screen */
  .az-whatsapp-float{right:14px!important;bottom:14px!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;border-radius:50%!important;transform:none!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
  .az-whatsapp-icon{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important}
}

@media(max-width:360px){
  .things-grid,.things,.nearby-grid{grid-template-columns:1fr!important}
  .tour-img-block{height:88px!important}
}
