/* ==========================================================================
   IMGS Tour Redesign — single-tour template styles
   Scoped under .imgs-tour to avoid clashing with theme/Elementor CSS.
   ========================================================================== */
.imgs-tour{
  --forest:#1a4314;--forest-2:#2f6b3a;--gold:#c5a059;--gold-deep:#a8843f;
  --bark:#2d2620;--sand:#f6f2e9;--sand-2:#efe7d6;--paper:#fff;--muted:#7a7163;
  --line:#e2d9c6;--success:#2f6b3a;--danger:#b0413e;--r:18px;
  --shadow:0 18px 50px rgba(45,38,32,.12);--shadow-sm:0 8px 24px rgba(45,38,32,.08);
  font-family:"Source Sans 3",system-ui,sans-serif;color:var(--bark);background:var(--sand);line-height:1.7;
}
.imgs-tour h1,.imgs-tour h2,.imgs-tour h3,.imgs-tour h4{font-family:"Bricolage Grotesque",serif;font-weight:700;line-height:1.1;letter-spacing:-.01em}
.imgs-tour a{text-decoration:none;color:inherit}
.imgs-tour img{max-width:100%;display:block}
.imgs-tour .wrap{max-width:1200px;margin:0 auto;padding:0 24px}

.imgs-tour .util-bar{background:var(--forest);color:#fff;font-size:.85rem}
.imgs-tour .util-bar .wrap{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:16px;flex-wrap:wrap}
.imgs-tour .util-left{display:flex;gap:20px;align-items:center;opacity:.9;flex-wrap:wrap}
.imgs-tour .util-left a{display:flex;align-items:center;gap:6px}
.imgs-tour .lang-inline{display:flex;align-items:center;gap:8px}
.imgs-tour .lang-inline .gtranslate_wrapper{display:inline-block}

.imgs-tour .hero{position:relative;min-height:74vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.imgs-tour .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.imgs-tour .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,67,20,.15),rgba(26,67,20,.35) 45%,rgba(20,30,15,.85))}
.imgs-tour .hero-inner{position:relative;z-index:2;width:100%;padding-bottom:54px}
.imgs-tour .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--bark);font-family:"Bricolage Grotesque";font-weight:700;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;padding:7px 16px;border-radius:50rem;margin-bottom:18px}
.imgs-tour .hero h1{font-size:clamp(2.1rem,5vw,4rem);max-width:18ch;text-shadow:0 4px 30px rgba(0,0,0,.5);color:#fff}
.imgs-tour .hero-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}
.imgs-tour .hero-chip{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);padding:10px 18px;border-radius:50rem;font-weight:600;font-size:.95rem}
.imgs-tour .hero-chip .ic{color:var(--gold)}

.imgs-tour .bookbar{position:sticky;top:0;z-index:40;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}
.imgs-tour .bookbar .wrap{display:flex;align-items:center;justify-content:space-between;min-height:70px;gap:20px}
.imgs-tour .bookbar .nav{display:flex;gap:6px;overflow-x:auto}
.imgs-tour .bookbar .nav a{font-weight:600;font-size:.92rem;color:var(--muted);padding:8px 14px;border-radius:50rem;white-space:nowrap;transition:.2s}
.imgs-tour .bookbar .nav a:hover{color:var(--forest);background:var(--sand-2)}
.imgs-tour .bookbar .price{display:flex;align-items:center;gap:16px;flex-shrink:0}
.imgs-tour .price-tag{text-align:right;line-height:1.15}
.imgs-tour .price-tag .from{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.imgs-tour .price-tag .amt{font-family:"Bricolage Grotesque";font-weight:800;font-size:1.15rem;color:var(--forest)}
.imgs-tour .btn{display:inline-flex;align-items:center;gap:9px;font-family:"Bricolage Grotesque";font-weight:700;border-radius:50rem;padding:13px 26px;cursor:pointer;border:none;font-size:1rem;transition:.25s;white-space:nowrap}
.imgs-tour .btn-gold{background:var(--gold);color:var(--bark)}
.imgs-tour .btn-gold:hover{background:var(--gold-deep);transform:translateY(-2px);box-shadow:0 10px 24px rgba(168,132,63,.4)}
.imgs-tour .btn-forest{background:var(--forest);color:#fff}
.imgs-tour .btn-forest:hover{background:var(--forest-2);transform:translateY(-2px)}
.imgs-tour .btn-ghost{background:transparent;border:1.5px solid var(--forest);color:var(--forest)}
.imgs-tour .btn-ghost:hover{background:var(--forest);color:#fff}

.imgs-tour .trust-strip{background:var(--sand-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0}
.imgs-tour .trust-row{display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px;text-align:center}
.imgs-tour .trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;min-width:130px}
.imgs-tour .trust-item .big{font-family:"Bricolage Grotesque";font-weight:800;font-size:1.8rem;color:var(--forest)}
.imgs-tour .trust-item .lbl{font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}

.imgs-tour .main{padding:56px 0 80px}
.imgs-tour .grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}
.imgs-tour .section{scroll-margin-top:90px}
.imgs-tour .section+.section{margin-top:52px;padding-top:52px;border-top:1px solid var(--line)}
.imgs-tour .sec-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.imgs-tour .sec-num{font-family:"Bricolage Grotesque";font-weight:800;font-size:.95rem;color:var(--gold-deep);border:2px solid var(--gold);border-radius:50rem;width:38px;height:38px;display:grid;place-items:center;flex-shrink:0}
.imgs-tour .sec-head h2{font-size:clamp(1.5rem,3vw,2.1rem);color:var(--forest)}
.imgs-tour .lead{font-size:1.12rem;color:#48413a}

.imgs-tour .timeline{position:relative;margin-top:10px}
.imgs-tour .timeline::before{content:"";position:absolute;left:19px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--gold),var(--line))}
.imgs-tour .day{position:relative;padding-left:62px;padding-bottom:30px}
.imgs-tour .day:last-child{padding-bottom:0}
.imgs-tour .day-dot{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center;font-family:"Bricolage Grotesque";font-weight:800;font-size:.95rem;border:3px solid var(--sand);box-shadow:0 0 0 2px var(--gold)}
.imgs-tour .day h3{font-size:1.18rem;color:var(--bark);margin-bottom:6px}
.imgs-tour .day p{color:#544c42;white-space:pre-line}

.imgs-tour .ie-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.imgs-tour .ie-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:26px}
.imgs-tour .ie-card h3{font-size:1.15rem;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.imgs-tour .ie-card.inc h3{color:var(--success)}
.imgs-tour .ie-card.exc h3{color:var(--danger)}
.imgs-tour .ie-card ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin:0;padding:0}
.imgs-tour .ie-card li{display:flex;gap:11px;font-size:.97rem;align-items:flex-start}
.imgs-tour .ie-card li .mk{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:.7rem;margin-top:3px;font-weight:700}
.imgs-tour .inc li .mk{background:rgba(47,107,58,.14);color:var(--success)}
.imgs-tour .exc li .mk{background:rgba(176,65,62,.12);color:var(--danger)}

.imgs-tour .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.imgs-tour .gallery a{border-radius:14px;overflow:hidden;aspect-ratio:4/3}
.imgs-tour .gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.imgs-tour .gallery a:hover img{transform:scale(1.08)}

.imgs-tour .sidebar{position:sticky;top:90px;display:flex;flex-direction:column;gap:20px}
.imgs-tour .book-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);overflow:hidden}
.imgs-tour .bc-head{background:var(--forest);color:#fff;padding:22px 24px}
.imgs-tour .bc-head .from{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85}
.imgs-tour .bc-head .amt{font-family:"Bricolage Grotesque";font-weight:800;font-size:1.6rem;line-height:1.1}
.imgs-tour .bc-head .per{font-size:.85rem;opacity:.85;margin-top:4px}
.imgs-tour .bc-body{padding:22px 24px;display:flex;flex-direction:column;gap:14px}
.imgs-tour .bc-row{display:flex;align-items:center;gap:12px;font-size:.95rem;padding-bottom:12px;border-bottom:1px dashed var(--line)}
.imgs-tour .bc-row .ic{color:var(--gold-deep);width:20px;text-align:center}
.imgs-tour .bc-cta{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.imgs-tour .trust{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--muted);justify-content:center;margin-top:6px}
.imgs-tour .wa-card{background:#25D366;color:#fff;border-radius:var(--r);padding:18px 22px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}
.imgs-tour .wa-card .ic{font-size:1.8rem}
.imgs-tour .wa-card .t{font-weight:700;font-family:"Bricolage Grotesque"}
.imgs-tour .wa-card .s{font-size:.82rem;opacity:.95}

.imgs-tour .lang-float{position:fixed;left:18px;bottom:18px;z-index:90}
.imgs-tour .lang-float .toggle{background:var(--forest);color:#fff;border:none;border-radius:50rem;padding:11px 18px;font-family:"Bricolage Grotesque";font-weight:700;font-size:.9rem;cursor:pointer;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px}
.imgs-tour .lang-float .menu{position:absolute;bottom:54px;left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:10px;display:none;min-width:190px}
.imgs-tour .lang-float.open .menu{display:block}

.imgs-tour .wa-float{position:fixed;right:18px;bottom:18px;z-index:90;width:58px;height:58px;border-radius:50%;background:#25D366;display:grid;place-items:center;color:#fff;font-size:1.8rem;box-shadow:var(--shadow)}

.imgs-tour .related{padding:60px 0;background:var(--sand-2);margin-top:0}
.imgs-tour .rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:26px}
.imgs-tour .rel-card{background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-sm);transition:.3s}
.imgs-tour .rel-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.imgs-tour .rel-card .thumb{aspect-ratio:16/10;overflow:hidden}
.imgs-tour .rel-card .thumb img{width:100%;height:100%;object-fit:cover}
.imgs-tour .rel-card .b{padding:18px}
.imgs-tour .rel-card .b .d{font-size:.78rem;color:var(--gold-deep);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.imgs-tour .rel-card .b h4{font-size:1.05rem;margin:6px 0 10px;color:var(--bark)}
.imgs-tour .rel-card .b .p{font-weight:700;color:var(--forest)}

.imgs-tour .raw-itinerary{background:var(--paper);border:1px solid var(--line);border-radius:var(--r);padding:26px}
.imgs-tour .raw-itinerary h3{color:var(--forest);margin:18px 0 8px}
.imgs-tour .raw-itinerary h3:first-child{margin-top:0}

@media(max-width:980px){
  .imgs-tour .grid{grid-template-columns:1fr}
  .imgs-tour .sidebar{position:static}
  .imgs-tour .ie-grid{grid-template-columns:1fr}
  .imgs-tour .gallery{grid-template-columns:repeat(2,1fr)}
  .imgs-tour .rel-grid{grid-template-columns:1fr}
  .imgs-tour .bookbar .nav{display:none}
}
@media(max-width:560px){
  .imgs-tour .gallery{grid-template-columns:1fr 1fr}
  .imgs-tour .util-left{display:none}
}
@media (prefers-reduced-motion: reduce){
  .imgs-tour *{transition:none!important}
}
