/* Discovery Safari Tours — MarrakeshDeals-inspired public storefront
   Keeps the existing PHP/admin/data layer while simplifying the public UI. */
:root{
  --md-bg:#ffffff;
  --md-soft:#f6f7f8;
  --md-text:#121212;
  --md-muted:#6b7280;
  --md-line:#e5e7eb;
  --md-accent:#f59e0b;
  --md-accent-dark:#d97706;
  --md-dark:#111827;
  --md-green:#16803a;
  --md-radius:14px;
  --md-shadow:0 8px 28px rgba(17,24,39,.09);
}
html,body{background:var(--md-bg)!important;color:var(--md-text)!important}
body{font-family:Arial,Helvetica,sans-serif!important;line-height:1.5!important}
.container{width:min(1180px,calc(100% - 32px))!important}
main{min-height:55vh}

/* HEADER */
.site-header.reference-header{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid var(--md-line)!important;box-shadow:none!important;min-height:72px!important}
.reference-nav{height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important}
.reference-brand-logo{display:flex!important;align-items:center!important;min-width:0!important;padding:0!important}
.reference-logo-image{height:50px!important;width:auto!important;max-width:220px!important;object-fit:contain!important}
.reference-menu{display:flex!important;align-items:center!important;gap:24px!important;font-size:14px!important;font-weight:700!important}
.reference-menu>a{padding:26px 0 24px!important;border-bottom:2px solid transparent!important;color:#222!important}
.reference-menu>a:hover,.reference-menu>a.active{color:var(--md-accent-dark)!important;border-color:var(--md-accent)!important}
.header-actions{display:flex!important;align-items:center!important;gap:9px!important;margin-left:4px!important}
.header-whatsapp,.header-call{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:9px 14px!important;border-radius:8px!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important}
.header-whatsapp{background:var(--md-green)!important;color:#fff!important;border:1px solid var(--md-green)!important}
.header-call{background:#fff!important;color:#111!important;border:1px solid #d1d5db!important}
.header-language-switcher .language-button{min-height:40px!important;border:1px solid #d1d5db!important;border-radius:8px!important;background:#fff!important;padding:7px 10px!important;color:#111!important}
.nav-toggle{border:0!important;background:#fff!important;color:#111!important;font-size:25px!important}

/* HOME HERO — deliberately simple like the reference */
.md-home-hero{position:relative;min-height:470px;display:flex;align-items:center;background-position:center!important;background-size:cover!important;color:#fff;overflow:hidden}
.md-home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.67),rgba(0,0,0,.30))}
.md-home-hero .container{position:relative;z-index:1;padding:74px 0}
.md-home-hero h1{max-width:830px;margin:0 0 16px!important;font:800 clamp(38px,5.4vw,68px)/1.05 Arial,Helvetica,sans-serif!important;letter-spacing:-.035em;color:#fff!important}
.md-home-hero p{max-width:690px;margin:0!important;font-size:18px!important;line-height:1.7!important;color:rgba(255,255,255,.94)!important}
.md-home-hero .md-hero-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.md-home-hero .md-hero-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:11px 18px;border-radius:8px;font-weight:800;font-size:14px}
.md-home-hero .md-hero-primary{background:var(--md-accent);color:#111}
.md-home-hero .md-hero-secondary{border:1px solid rgba(255,255,255,.8);color:#fff;background:rgba(0,0,0,.12)}

/* SECTION TITLE */
.md-section{padding:52px 0!important;background:#fff}
.md-section-head{margin:0 0 24px;text-align:center}
.md-section-head .md-kicker{display:block;margin-bottom:7px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--md-accent-dark)}
.md-section-head h2{margin:0 0 10px!important;font:800 clamp(30px,4vw,44px)/1.1 Arial,Helvetica,sans-serif!important;color:#111!important}
.md-section-head p{max-width:720px;margin:0 auto!important;color:var(--md-muted)!important;font-size:15px!important;line-height:1.7!important}

/* REFERENCE-LIKE TOUR CARDS */
.md-tour-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.md-tour-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--md-line);border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(17,24,39,.05);transition:transform .18s ease,box-shadow .18s ease}
.md-tour-card:hover{transform:translateY(-3px);box-shadow:var(--md-shadow)}
.md-tour-image{position:relative;display:block;height:205px;background:#e5e7eb;overflow:hidden}
.md-tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.md-tour-card:hover .md-tour-image img{transform:scale(1.035)}
.md-tour-body{display:flex;flex:1;flex-direction:column;padding:16px}
.md-tour-body h3{margin:0 0 9px!important;font:800 18px/1.3 Arial,Helvetica,sans-serif!important;color:#111!important}
.md-tour-body h3 a:hover{color:var(--md-accent-dark)!important}
.md-tour-excerpt{margin:0 0 13px!important;color:#666!important;font-size:13px!important;line-height:1.55!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60px}
.md-tour-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:2px;color:#555;font-size:12px}
.md-tour-meta span{display:inline-flex;align-items:center;gap:5px}
.md-tour-price-line{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:13px;padding-top:13px;border-top:1px solid var(--md-line)}
.md-tour-price-line small{display:block;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.md-tour-price-line strong{font-size:18px;line-height:1;color:#111}
.md-tour-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}
.md-tour-actions a{display:inline-flex;min-height:39px;align-items:center;justify-content:center;border-radius:7px;font-size:12px;font-weight:900}
.md-detail-btn{border:1px solid #d1d5db;color:#111;background:#fff}
.md-book-btn{border:1px solid var(--md-accent);color:#111;background:var(--md-accent)}
.md-detail-btn:hover{background:#f9fafb}.md-book-btn:hover{background:#fbbf24}
.md-view-all{text-align:center;margin-top:24px}
.md-view-all a{display:inline-flex;min-height:43px;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;background:#111;color:#fff;font-weight:800;font-size:13px}

/* TOURS LIST */
.md-list-hero{padding:44px 0 26px;background:#fff;border-bottom:1px solid var(--md-line)}
.md-list-hero h1{margin:0 0 8px!important;font:800 clamp(34px,4vw,48px)/1.08 Arial,Helvetica,sans-serif!important;color:#111!important}
.md-list-hero p{margin:0;max-width:760px;color:var(--md-muted);font-size:15px}
.md-filterbar{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px;padding:12px;background:var(--md-soft);border:1px solid var(--md-line);border-radius:10px}
.md-filterbar .input,.md-filterbar .select{width:auto!important;min-width:160px!important;min-height:42px!important;border:1px solid #d1d5db!important;border-radius:7px!important;background:#fff!important;padding:8px 11px!important;font-size:13px!important;box-shadow:none!important}
.md-filterbar .md-filter-button,.md-filterbar .md-reset-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 14px;border-radius:7px;font-size:12px;font-weight:900}
.md-filter-button{border:1px solid var(--md-accent);background:var(--md-accent);color:#111}
.md-reset-button{border:1px solid #d1d5db;background:#fff;color:#111}
.md-catalog{padding:34px 0 54px!important}

/* TOUR DETAIL — reference hierarchy */
.tour-pro-head{padding:28px 0 16px!important;background:#fff!important;border:0!important}
.tour-pro-breadcrumbs{font-size:12px!important;color:#666!important;margin-bottom:12px!important}
.tour-pro-title-row{display:block!important}
.tour-pro-kickers{margin-bottom:8px!important}
.tour-pro-badge,.tour-pro-soft-badge{border-radius:6px!important;padding:5px 8px!important;font-size:10px!important;background:#f3f4f6!important;color:#333!important;border:0!important}
.tour-pro-head h1{max-width:920px!important;margin:0 0 9px!important;font:800 clamp(32px,4.5vw,50px)/1.08 Arial,Helvetica,sans-serif!important;color:#111!important;letter-spacing:-.03em!important}
.tour-pro-head p{max-width:850px!important;margin:10px 0 0!important;color:#666!important;font-size:15px!important;line-height:1.65!important}
.tour-ta-meta{font-size:12px!important;color:#555!important}
.tour-pro-gallery-wrap{padding:0 0 18px!important}
.tour-pro-gallery{gap:7px!important;border-radius:12px!important;overflow:hidden!important;max-height:510px!important}
.tour-pro-gallery-item{border-radius:0!important;overflow:hidden!important}
.tour-pro-gallery-item img{border-radius:0!important}

/* Hide sections that make the existing page denser than the reference */
.tour-market-assurance,.tour-pro-anchor-nav,.tour-pro-glance,.tour-pro-why,#practical{display:none!important}
.tour-pro-main{padding:0 0 42px!important;background:#fff!important}
.tour-pro-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:30px!important;align-items:start!important}
.tour-pro-content{display:flex!important;flex-direction:column!important;min-width:0!important}
.tour-pro-mobile-inquiry{display:none!important}
#overview{order:1}
#itinerary{order:2}
#highlights{order:3}
#included{order:4}
#route-map{order:5}
.tour-pro-section{padding:24px 0!important;margin:0!important;border-bottom:1px solid var(--md-line)!important}
.tour-pro-section:first-child{padding-top:8px!important}
.tour-pro-section-heading{display:block!important;margin:0 0 14px!important}
.tour-pro-section-heading>span{display:none!important}
.tour-pro-section-heading h2{margin:0!important;font:800 27px/1.15 Arial,Helvetica,sans-serif!important;color:#111!important}
.tour-pro-section-heading p{margin:5px 0 0!important;color:#777!important;font-size:13px!important}
.tour-pro-richtext p{margin:0!important;color:#4b5563!important;line-height:1.75!important;font-size:14px!important}
.tour-pro-highlight-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.tour-pro-highlight{padding:11px 12px!important;border:1px solid var(--md-line)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;font-size:13px!important}
.tour-pro-highlight>span{color:var(--md-green)!important}

/* Itinerary resembles the reference's day-by-day stacked cards */
.tour-pro-itinerary{display:grid!important;gap:10px!important}
.tour-pro-day{border:1px solid var(--md-line)!important;border-radius:9px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}
.tour-pro-day summary{display:grid!important;grid-template-columns:72px minmax(0,1fr) 26px!important;align-items:center!important;gap:10px!important;padding:13px 14px!important;cursor:pointer!important;background:#fff!important}
.tour-pro-day-number{display:inline-flex!important;justify-content:center!important;align-items:center!important;min-height:30px!important;padding:5px 8px!important;border-radius:6px!important;background:#f3f4f6!important;color:#111!important;font-size:11px!important;font-weight:900!important}
.tour-pro-day summary strong{font:800 15px/1.3 Arial,Helvetica,sans-serif!important;color:#111!important}
.tour-pro-day-plus{font-size:20px!important;color:#777!important}
.tour-pro-day-body{padding:0 14px 15px 96px!important}
.tour-pro-day-description{font-size:13px!important;color:#555!important;line-height:1.7!important;margin:0 0 11px!important}
.tour-pro-day-details{gap:10px!important}
.tour-pro-day-detail,.tour-pro-day-note{border-radius:8px!important;padding:10px!important;background:#f8f9fa!important;border:0!important;font-size:12px!important}

/* Included / excluded */
.tour-pro-inclusions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
.tour-pro-inclusion-card{border:1px solid var(--md-line)!important;border-radius:9px!important;padding:15px!important;background:#fff!important;box-shadow:none!important}
.tour-pro-inclusion-card h3{margin:0 0 10px!important;font:800 17px/1.2 Arial,Helvetica,sans-serif!important}
.tour-pro-inclusion-card ul{margin:0!important;padding:0!important;list-style:none!important}
.tour-pro-inclusion-card li{display:flex!important;gap:8px!important;margin:8px 0!important;color:#555!important;font-size:13px!important}

/* Map */
.tour-pro-map-card{border:1px solid var(--md-line)!important;border-radius:10px!important;padding:10px!important;background:#fff!important;box-shadow:none!important}
.tour-pro-route-chips{gap:6px!important;margin-bottom:8px!important}
.route-chip{border-radius:6px!important;background:#f3f4f6!important;border:0!important;padding:5px 8px!important;font-size:10px!important;color:#333!important}
.tour-pro-map-canvas{height:360px!important;border-radius:7px!important}

/* Booking sidebar */
.tour-pro-sidebar{position:relative!important}
.tour-pro-book-card{position:sticky!important;top:88px!important;border:1px solid var(--md-line)!important;border-radius:10px!important;padding:18px!important;background:#fff!important;box-shadow:var(--md-shadow)!important}
.tour-ta-price-row{margin-bottom:13px!important;padding-bottom:12px!important;border-bottom:1px solid var(--md-line)!important}
.tour-ta-price-row strong{font:900 22px/1.1 Arial,Helvetica,sans-serif!important;color:#111!important}
.tour-ta-price-row small,.tour-ta-price-row span{color:#777!important;font-size:11px!important}
.tour-ta-book-form{display:grid!important;gap:10px!important}
.tour-ta-book-form label span{display:block!important;margin-bottom:5px!important;color:#333!important;font-size:11px!important;font-weight:800!important}
.tour-ta-book-form input,.tour-ta-book-form select{width:100%!important;min-height:42px!important;border:1px solid #d1d5db!important;border-radius:7px!important;padding:8px 10px!important;background:#fff!important;color:#111!important}
.tour-pro-primary-cta{min-height:43px!important;border:1px solid var(--md-accent)!important;border-radius:7px!important;background:var(--md-accent)!important;color:#111!important;font-weight:900!important}
.tour-ta-book-note{font-size:11px!important;line-height:1.5!important;color:#777!important;margin:10px 0!important}
.tour-ta-trust-list{border-top:1px solid var(--md-line)!important;padding-top:10px!important}
.tour-ta-trust-list>div{gap:7px!important;margin:7px 0!important;font-size:11px!important;color:#555!important}
.tour-pro-direct-actions{display:grid!important;gap:7px!important;margin-top:10px!important}
.tour-pro-direct-actions a{min-height:39px!important;border-radius:7px!important;font-size:11px!important;font-weight:900!important}
.tour-pro-wa{background:var(--md-green)!important;color:#fff!important}
.tour-pro-mail{background:#fff!important;color:#111!important;border:1px solid #d1d5db!important}

/* Related tours */
.tour-related-section{padding:36px 0 50px!important;background:#f8f9fa!important;border-top:1px solid var(--md-line)!important}
.tour-related-head{margin-bottom:18px!important;align-items:end!important}
.tour-related-head span{display:none!important}
.tour-related-head h2{margin:0 0 5px!important;font:800 28px/1.1 Arial,Helvetica,sans-serif!important;color:#111!important}
.tour-related-head p{margin:0!important;color:#777!important;font-size:13px!important}
.tour-related-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.tour-related-card{display:block!important;border:1px solid var(--md-line)!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important}
.tour-related-image{display:block!important;height:165px!important;overflow:hidden!important}
.tour-related-image img{width:100%!important;height:100%!important;object-fit:cover!important}
.tour-related-body{display:block!important;padding:13px!important}
.tour-related-body small{display:block!important;margin-bottom:5px!important;color:#777!important;font-size:10px!important}
.tour-related-body strong{display:block!important;font:800 15px/1.35 Arial,Helvetica,sans-serif!important;color:#111!important}
.tour-related-body em{display:block!important;margin-top:10px!important;color:var(--md-accent-dark)!important;font-size:11px!important;font-style:normal!important;font-weight:900!important}

/* Forms / booking page */
.page-hero{padding:40px 0 24px!important;background:#fff!important;border-bottom:1px solid var(--md-line)!important}
.page-hero h1,.page-hero .display{margin:0!important;font:800 clamp(32px,4.2vw,48px)/1.1 Arial,Helvetica,sans-serif!important;color:#111!important}
.section{padding:42px 0!important}
.form-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:24px!important}
.form-card,.contact-panel{border-radius:10px!important;box-shadow:none!important}
.form-card{border:1px solid var(--md-line)!important;padding:20px!important}
.contact-panel{padding:20px!important;background:#111827!important;color:#fff!important}
.input,.select,textarea{border-radius:7px!important;border-color:#d1d5db!important;background:#fff!important;box-shadow:none!important}
.btn{border-radius:7px!important;box-shadow:none!important;background:#111827!important;color:#fff!important}
.btn-outline{background:#fff!important;color:#111!important;border:1px solid #d1d5db!important}

/* FOOTER */
.reference-footer{margin-top:0!important;padding:38px 0 18px!important;background:#111!important;color:#fff!important}
.reference-footer-grid{display:grid!important;grid-template-columns:1.5fr 1fr 1fr 1.2fr!important;gap:28px!important}
.reference-footer h4{margin:0 0 10px!important;font:800 14px/1.2 Arial,Helvetica,sans-serif!important;color:#fff!important}
.reference-footer p{color:#b9b9b9!important;font-size:12px!important;line-height:1.65!important}
.reference-footer a{color:#d7d7d7!important;font-size:12px!important;margin:6px 0!important}
.footer-logo-image{max-height:56px!important;width:auto!important;filter:none!important}
.reference-footer-bottom{margin-top:26px!important;padding-top:15px!important;border-top:1px solid rgba(255,255,255,.14)!important;color:#9ca3af!important;font-size:11px!important}

/* Remove old excess spacing */
.reference-about,.reference-tours-section,.reference-hero{display:none!important}
.admin-inline-edit{margin-top:9px!important;font-size:11px!important}

@media(max-width:1050px){
  .md-tour-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tour-pro-layout{grid-template-columns:minmax(0,1fr) 290px!important;gap:22px!important}
}
@media(max-width:860px){
  .site-header.reference-header{min-height:64px!important}.reference-nav{height:64px!important}.reference-logo-image{height:44px!important}
  .reference-menu{position:fixed!important;left:16px!important;right:16px!important;top:70px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:10px!important;background:#fff!important;border:1px solid var(--md-line)!important;border-radius:10px!important;box-shadow:var(--md-shadow)!important}
  .reference-menu.open,.reference-menu.is-open{display:flex!important}
  .reference-menu>a{padding:12px!important;border-bottom:1px solid #f1f1f1!important}
  .header-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin:8px 0 0!important}.header-language-switcher{grid-column:1/-1!important}
  .nav-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important}
  .md-home-hero{min-height:400px}.md-home-hero .container{padding:58px 0}.md-home-hero p{font-size:16px!important}
  .md-tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tour-pro-layout{display:block!important}.tour-pro-sidebar{margin-top:16px!important}.tour-pro-book-card{position:static!important}
  .tour-pro-highlight-grid,.tour-pro-inclusions{grid-template-columns:1fr!important}
  .tour-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .form-shell{grid-template-columns:1fr!important}
  .reference-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .container{width:min(100% - 22px,1180px)!important}
  .md-home-hero{min-height:360px}.md-home-hero .container{padding:44px 0}.md-home-hero h1{font-size:38px!important}.md-home-hero p{font-size:14px!important;line-height:1.65!important}
  .md-section{padding:36px 0!important}.md-section-head{margin-bottom:18px}.md-section-head h2{font-size:30px!important}
  .md-tour-grid{grid-template-columns:1fr;gap:13px}.md-tour-image{height:220px}.md-tour-excerpt{min-height:0;-webkit-line-clamp:2}.md-tour-actions{grid-template-columns:1fr 1fr}
  .md-list-hero{padding:30px 0 20px}.md-filterbar{display:grid!important;grid-template-columns:1fr 1fr!important}.md-filterbar .input,.md-filterbar .select{width:100%!important;min-width:0!important}.md-filterbar .marketplace-filter-search{grid-column:1/-1!important}
  .tour-pro-head{padding:18px 0 10px!important}.tour-pro-head h1{font-size:31px!important}.tour-pro-head p{font-size:13px!important}
  .tour-pro-gallery{display:grid!important;grid-template-columns:1fr!important;max-height:none!important;border-radius:9px!important}.tour-pro-gallery-item:not(:first-child){display:none!important}.tour-pro-gallery-item:first-child{height:260px!important}
  .tour-pro-section{padding:19px 0!important}.tour-pro-section-heading h2{font-size:23px!important}.tour-pro-day summary{grid-template-columns:62px minmax(0,1fr) 22px!important;padding:11px!important}.tour-pro-day-body{padding:0 11px 12px 11px!important}.tour-pro-map-canvas{height:280px!important}
  .tour-related-grid{grid-template-columns:1fr!important}.tour-related-card{display:grid!important;grid-template-columns:120px 1fr!important}.tour-related-image{height:100%!important;min-height:115px!important}.tour-related-body{padding:12px!important}
  .reference-footer-grid{grid-template-columns:1fr!important;gap:18px!important}.reference-footer-bottom{display:block!important}.reference-footer-bottom span{display:block!important;margin:4px 0!important}
  .tour-pro-mobile-cta{display:flex!important;background:#fff!important;border-top:1px solid var(--md-line)!important;box-shadow:0 -4px 16px rgba(0,0,0,.08)!important}.tour-pro-mobile-cta a{background:var(--md-accent)!important;color:#111!important;border-radius:7px!important}
}

/* Simplified footer matching the reference site's compact ending */
.md-footer-main{display:grid!important;grid-template-columns:minmax(0,1.5fr) auto minmax(220px,.8fr)!important;gap:34px!important;align-items:start!important}
.md-footer-brand p{max-width:480px!important;margin:10px 0 0!important}
.md-footer-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px 20px!important}
.md-footer-links a,.md-footer-contact a{display:block!important;color:#ddd!important;font-size:12px!important;margin:0!important;padding:4px 0!important}
.md-footer-contact{text-align:right!important}
.md-footer-social{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:12px!important}.md-footer-social a{margin:0!important}
.md-footer-bottom{display:block!important}
@media(max-width:760px){.md-footer-main{grid-template-columns:1fr!important;gap:18px!important}.md-footer-contact{text-align:left!important}.md-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* =========================================================
   ROUTE MAP — Google-directions inspired presentation
   ========================================================= */
#route-map .tour-pro-section-heading{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important}
#route-map .tour-pro-section-heading>span{display:flex!important;flex:0 0 34px!important;width:34px!important;height:34px!important;align-items:center!important;justify-content:center!important;border:1px solid #e9c58e!important;border-radius:50%!important;background:#fff8ec!important;color:#a95c00!important;font-size:0!important}
#route-map .tour-pro-section-heading>span:before{content:'⌖';font:900 21px/1 Arial,sans-serif!important;color:#a95c00!important}
#route-map .tour-pro-section-heading h2{margin:0!important;font:800 21px/1.2 Arial,Helvetica,sans-serif!important;color:#171717!important}
#route-map .tour-pro-section-heading p{display:none!important}

.md-google-like-map-card{padding:0!important;border:0!important;border-radius:19px!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.md-google-like-map-frame{position:relative!important;padding:0!important;border:1px solid #eadcc9!important;border-radius:19px!important;background:#eef3f6!important;overflow:hidden!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important}
.md-google-like-map{height:390px!important;border-radius:18px!important;background:#e9eef2!important}
.md-google-like-map .leaflet-tile-pane{filter:saturate(.90) contrast(.98) brightness(1.02)}
.md-google-like-map .leaflet-control-zoom{border:0!important;box-shadow:0 1px 5px rgba(0,0,0,.22)!important}
.md-google-like-map .leaflet-control-zoom a{width:32px!important;height:32px!important;line-height:32px!important;border-color:#e4e4e4!important;color:#505050!important;background:#fff!important}
.md-google-like-map .leaflet-control-attribution{background:rgba(255,255,255,.82)!important;font-size:9px!important;color:#666!important}

.md-route-panel{position:absolute!important;z-index:700!important;top:10px!important;left:10px!important;width:292px!important;max-width:calc(100% - 68px)!important;padding:9px 12px 10px!important;background:#fff!important;border:1px solid #d8d8d8!important;border-radius:2px!important;box-shadow:0 1px 5px rgba(0,0,0,.24)!important;font-family:Arial,Helvetica,sans-serif!important}
.md-route-panel-row{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:27px!important;color:#111!important}
.md-route-panel-row strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;font-weight:500!important}
.md-route-panel-separator{height:1px!important;margin:0 0 0 27px!important;background:#d8d8d8!important}
.md-route-origin-icon{display:block!important;width:10px!important;height:10px!important;margin-left:2px!important;border:3px solid #777!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important}
.md-route-destination-icon{position:relative!important;display:block!important;width:15px!important;height:20px!important;margin-left:0!important}
.md-route-destination-icon:before{content:''!important;position:absolute!important;left:3px!important;top:1px!important;width:11px!important;height:15px!important;border-radius:8px 8px 8px 0!important;background:#f14b5b!important;transform:rotate(-45deg)!important;box-shadow:0 1px 1px rgba(0,0,0,.12)!important}
.md-route-destination-icon i{position:absolute!important;z-index:1!important;left:6px!important;top:4px!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#fff!important}
.md-route-more{display:inline-block!important;margin:2px 0 0 27px!important;color:#1a73e8!important;font-size:11px!important;text-decoration:none!important}
.md-route-more:hover{text-decoration:underline!important}

.md-route-stats{position:absolute!important;z-index:650!important;left:50%!important;top:47%!important;transform:translate(-50%,-50%)!important;min-width:118px!important;padding:7px 10px!important;border:1px solid #cfcfcf!important;border-radius:2px!important;background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.18)!important;color:#333!important;font-family:Arial,Helvetica,sans-serif!important;text-align:left!important}
.md-route-stats strong{display:block!important;font-size:12px!important;font-weight:700!important;white-space:nowrap!important}
.md-route-stats span{display:block!important;margin-top:2px!important;color:#555!important;font-size:10px!important;white-space:nowrap!important}

.md-route-marker-wrap{background:transparent!important;border:0!important}
.md-route-dot{display:block!important;border-radius:50%!important;box-sizing:border-box!important;box-shadow:0 1px 3px rgba(0,0,0,.34)!important}
.md-route-dot-start{width:13px!important;height:13px!important;margin:3px!important;border:3px solid #444!important;background:#fff!important}
.md-route-dot-stop{width:12px!important;height:12px!important;margin:3px!important;border:3px solid #303030!important;background:#fff!important}
.md-route-pin{position:relative!important;display:block!important;width:22px!important;height:30px!important}
.md-route-pin:before{content:''!important;position:absolute!important;left:3px!important;top:2px!important;width:18px!important;height:18px!important;border-radius:50% 50% 50% 0!important;background:#ea4335!important;transform:rotate(-45deg)!important;box-shadow:0 1px 3px rgba(0,0,0,.35)!important}
.md-route-pin i{position:absolute!important;z-index:1!important;left:9px!important;top:8px!important;width:6px!important;height:6px!important;border-radius:50%!important;background:#fff!important}

.md-route-place-label{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#333!important;font:700 11px/1.15 Arial,Helvetica,sans-serif!important;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff!important;white-space:nowrap!important}
.md-route-place-label:before{display:none!important}

html[dir="rtl"] .md-route-panel{left:auto!important;right:10px!important}
html[dir="rtl"] .md-route-panel-row{grid-template-columns:minmax(0,1fr) 18px!important}
html[dir="rtl"] .md-route-panel-row strong{grid-column:1;grid-row:1;text-align:right!important}
html[dir="rtl"] .md-route-panel-row>span{grid-column:2;grid-row:1}
html[dir="rtl"] .md-route-panel-separator{margin:0 27px 0 0!important}
html[dir="rtl"] .md-route-more{margin:2px 27px 0 0!important}

@media(max-width:700px){
  .md-google-like-map{height:315px!important}
  .md-route-panel{top:8px!important;left:8px!important;width:235px!important;max-width:calc(100% - 60px)!important;padding:7px 9px 8px!important}
  html[dir="rtl"] .md-route-panel{left:auto!important;right:8px!important}
  .md-route-panel-row{min-height:24px!important;grid-template-columns:16px minmax(0,1fr)!important;gap:6px!important}
  .md-route-panel-row strong{font-size:11px!important}
  .md-route-panel-separator{margin-left:22px!important}
  .md-route-more{margin-left:22px!important;font-size:10px!important}
  .md-route-stats{top:auto!important;bottom:14px!important;left:50%!important;transform:translateX(-50%)!important}
  .md-route-place-label{display:none!important}
}

/* Keep daily activities visually distinct in the compact tour layout. */
.tour-pro-day-activities-feature{padding:12px 13px!important;border:1px solid #eadfc8!important;background:#fffaf1!important;border-radius:10px!important}
.tour-pro-day-activities-feature .tour-pro-day-activity-list li{font-size:11.5px!important}

/* Detailed daily itinerary v2 — readable without adding large vertical gaps. */
.tour-pro-day-intro{max-width:840px;margin:0 0 12px!important}
.tour-pro-day-intro .tour-pro-day-description{margin:0!important;color:#454545!important;font-size:14px!important;line-height:1.78!important}
@media(max-width:640px){.tour-pro-day-intro{margin-bottom:10px!important}.tour-pro-day-intro .tour-pro-day-description{font-size:13.5px!important;line-height:1.72!important}}


/* =========================================================
   V3 — bounded sticky booking sidebar + crawlable SEO tour rotator
   ========================================================= */
@media(min-width:901px){
  .tour-pro-layout{align-items:stretch!important}
  .tour-pro-sidebar{position:relative!important;align-self:stretch!important;height:auto!important;min-height:100%!important;padding-bottom:24px!important}
  .tour-pro-sidebar>.tour-pro-book-card{position:sticky!important;top:88px!important}
}

.md-seo-tour-rotator{width:min(900px,100%);margin:15px auto 0;padding:13px 16px 12px;border:1px solid var(--md-line);border-radius:10px;background:#fff;text-align:left;box-shadow:0 4px 14px rgba(17,24,39,.035)}
.md-seo-rotator-label{display:block;margin-bottom:6px;color:#6b7280;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.md-seo-rotator-track{position:relative;min-height:43px;overflow:hidden}
.md-seo-rotator-item{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:3px 5px;color:#1f2937;font-size:13px;font-weight:800;line-height:1.45;text-align:center;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .32s ease,transform .32s ease,visibility .32s ease}
.md-seo-rotator-item span{margin-inline-start:5px;color:var(--md-accent-dark);font-weight:900}
.md-seo-rotator-item.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.md-seo-rotator-item:hover{color:var(--md-accent-dark);text-decoration:underline;text-underline-offset:3px}
.md-seo-rotator-dots{display:flex;justify-content:center;gap:4px;margin-top:5px}
.md-seo-rotator-dots span{width:5px;height:5px;border-radius:50%;background:#d1d5db;transition:width .2s ease,background .2s ease}
.md-seo-rotator-dots span.is-active{width:14px;border-radius:6px;background:var(--md-accent-dark)}
.md-seo-tour-noscript{display:grid;gap:6px;width:min(900px,100%);margin:12px auto 0;font-size:12px;text-align:center}
.md-seo-tour-noscript a{text-decoration:underline;text-underline-offset:2px}
html[dir="rtl"] .md-seo-tour-rotator{text-align:right}
@media(max-width:900px){
  .tour-pro-sidebar{padding-bottom:0!important}
  .tour-pro-sidebar>.tour-pro-book-card{position:static!important}
}
@media(max-width:560px){
  .md-seo-tour-rotator{margin-top:12px;padding:11px 12px 10px}
  .md-seo-rotator-track{min-height:58px}
  .md-seo-rotator-item{font-size:11.5px;line-height:1.5;padding:2px}
  .md-seo-rotator-label{text-align:center;font-size:9px}
}
@media(prefers-reduced-motion:reduce){
  .md-seo-rotator-item{transition:none!important}
}

/* =========================================================
   TOP 4 — 2026: clear, high-visibility SEO links
   ========================================================= */
.md-top2026{width:min(1020px,100%);margin:22px auto 0;padding:25px;border:1px solid #eadfc8;border-radius:18px;background:linear-gradient(135deg,#fffaf1 0%,#ffffff 72%);box-shadow:0 12px 32px rgba(17,24,39,.06)}
.md-top2026-head{text-align:center;margin:0 auto 18px;max-width:790px}
.md-top2026-kicker{display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#fff0cc;color:#9a5a00;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.md-top2026-head h2{margin:0!important;color:#111827!important;font-size:clamp(24px,3vw,34px)!important;font-weight:900!important;line-height:1.15!important;letter-spacing:-.025em!important}
.md-top2026-head p{margin:9px auto 0!important;color:#5d6470!important;font-size:14.5px!important;line-height:1.65!important}
.md-top2026-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.md-top2026-card{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:88px;padding:15px 16px;border:1px solid #e5e7eb;border-radius:13px;background:#fff;color:#171717!important;text-decoration:none!important;box-shadow:0 5px 15px rgba(17,24,39,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.md-top2026-card:hover{transform:translateY(-2px);border-color:#f1c36e;box-shadow:0 10px 24px rgba(17,24,39,.08)}
.md-top2026-rank{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:#111827;color:#fff;font-size:14px;font-weight:900;letter-spacing:.03em}
.md-top2026-copy{font-size:16px;font-weight:850;line-height:1.48;color:#20242b}
.md-top2026-demand{position:absolute;top:8px;right:10px;padding:3px 7px;border-radius:999px;background:#fff4d6;color:#9a5a00;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.md-top2026-arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#fff4d6;color:#a76300;font-size:17px;font-weight:900;transition:transform .18s ease}
.md-top2026-card:hover .md-top2026-arrow{transform:translateX(3px)}
html[dir="rtl"] .md-top2026-demand{right:auto;left:10px}
html[dir="rtl"] .md-top2026-card:hover .md-top2026-arrow{transform:translateX(-3px)}
@media(max-width:760px){
  .md-top2026{margin-top:16px;padding:17px 12px;border-radius:14px}
  .md-top2026-head{margin-bottom:13px;padding:0 5px}
  .md-top2026-head h2{font-size:23px!important;line-height:1.2!important}
  .md-top2026-head p{font-size:13px!important;line-height:1.55!important}
  .md-top2026-grid{grid-template-columns:1fr;gap:8px}
  .md-top2026-card{grid-template-columns:38px minmax(0,1fr) 27px;min-height:75px;padding:12px 11px;gap:9px}
  .md-top2026-rank{width:37px;height:37px;border-radius:9px;font-size:12px}
  .md-top2026-copy{font-size:14.5px;line-height:1.5}
  .md-top2026-arrow{width:27px;height:27px;font-size:15px}
  .md-top2026-demand{top:5px;right:7px;font-size:8px;padding:2px 6px}
}


/* =========================================================
   SIDEBAR STICKY V2 — sticky aside bounded by tour layout
   Stops naturally before the related-tour section.
   ========================================================= */
@media(min-width:901px){
  .tour-pro-layout{align-items:start!important}
  .tour-pro-sidebar{
    position:sticky!important;
    top:92px!important;
    align-self:start!important;
    height:max-content!important;
    min-height:0!important;
    padding-bottom:0!important;
    z-index:12!important;
  }
  .tour-pro-sidebar>.tour-pro-book-card{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    scrollbar-width:none!important;
  }
  .tour-pro-sidebar>.tour-pro-book-card::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
}
.tour-sidebar-enquiry-form{gap:8px!important}
.tour-sidebar-enquiry-form label span{font-size:10.5px!important;font-weight:850!important;color:#262626!important}
.tour-sidebar-enquiry-form input,.tour-sidebar-enquiry-form select{
  width:100%!important;
  min-height:39px!important;
  padding:9px 10px!important;
  border:1px solid #ddd5c7!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#161616!important;
  font:700 12px/1.25 Arial,Helvetica,sans-serif!important;
  outline:none!important;
}
.tour-sidebar-enquiry-form input:focus,.tour-sidebar-enquiry-form select:focus{border-color:#bb7a20!important;box-shadow:0 0 0 3px rgba(187,122,32,.10)!important}
.tour-sidebar-form-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(90px,.6fr);gap:8px}
.tour-sidebar-form-row label{min-width:0}
.tour-sidebar-tips{margin-top:13px;padding:12px 13px;border:1px solid #eadfc8;border-radius:10px;background:linear-gradient(135deg,#fffaf1,#fff)}
.tour-sidebar-tips h3{display:flex;align-items:center;gap:7px;margin:0 0 8px!important;color:#543a18!important;font:900 12px/1.3 Arial,Helvetica,sans-serif!important}
.tour-sidebar-tips h3 span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff0cc;color:#9a5a00;font-size:11px}
.tour-sidebar-tips ul{display:grid;gap:7px;margin:0!important;padding:0!important;list-style:none!important}
.tour-sidebar-tips li{position:relative;margin:0!important;padding-inline-start:15px!important;color:#5e564b!important;font-size:10.5px!important;line-height:1.45!important}
.tour-sidebar-tips li:before{content:'•';position:absolute;inset-inline-start:2px;top:0;color:#bb7a20;font-weight:900}
@media(max-width:900px){
  .tour-pro-sidebar{position:static!important;top:auto!important;height:auto!important}
  .tour-pro-sidebar>.tour-pro-book-card{max-height:none!important;overflow:visible!important}
}
@media(max-width:430px){.tour-sidebar-form-row{grid-template-columns:1fr}}

/* =========================================================
   PREMIUM BOOKING FORM V4 — spacious, app-like, no crowding
   ========================================================= */
.tour-premium-booking-card{
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #e4e0d8!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(34,26,15,.09)!important;
}
.tour-premium-book-head{
  padding:20px 20px 17px!important;
  border-bottom:1px solid #eee9df!important;
  background:linear-gradient(180deg,#fffdf9 0%,#fff 100%)!important;
}
.tour-premium-eyebrow{
  display:inline-flex!important;align-items:center!important;min-height:25px!important;
  padding:5px 9px!important;border:1px solid #eadcc5!important;border-radius:999px!important;
  background:#fff8eb!important;color:#79501c!important;font-size:9.5px!important;font-weight:900!important;
  letter-spacing:.06em!important;text-transform:uppercase!important;
}
.tour-premium-title-row{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin-top:12px!important}
.tour-premium-title-row>div:first-child{min-width:0!important;flex:1!important}
.tour-premium-title-row h2{margin:0!important;color:#17130e!important;font:900 18px/1.25 Arial,Helvetica,sans-serif!important;letter-spacing:-.02em!important}
.tour-premium-title-row p{margin:7px 0 0!important;color:#6c6257!important;font:500 11.5px/1.55 Arial,Helvetica,sans-serif!important}
.tour-premium-price{flex:0 0 auto!important;min-width:80px!important;text-align:right!important}
.tour-premium-price small{display:block!important;color:#877a68!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important}
.tour-premium-price strong{display:block!important;margin-top:3px!important;color:#17130e!important;font-size:16px!important;font-weight:950!important;white-space:nowrap!important}
.tour-premium-assurance{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:13px!important}
.tour-premium-assurance span{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:6px 8px!important;border-radius:8px!important;background:#f5f8f5!important;color:#365442!important;font-size:9.5px!important;font-weight:850!important}

.tour-premium-form{display:block!important;margin:0!important;padding:18px 20px 0!important}
.tour-premium-form-section{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin:0!important;padding:0 0 18px!important;border:0!important;min-width:0!important}
.tour-premium-form-section+ .tour-premium-form-section{padding-top:17px!important;border-top:1px solid #eee9df!important}
.tour-premium-form-section legend{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0 0 12px!important;padding:0!important;color:#2a241d!important;font:900 12px/1.25 Arial,Helvetica,sans-serif!important}
.tour-premium-form-section legend span{display:grid!important;place-items:center!important;width:23px!important;height:23px!important;border-radius:50%!important;background:#201c17!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
.tour-premium-form label{display:block!important;margin:0!important;min-width:0!important}
.tour-premium-form label>span{display:block!important;margin:0 0 6px!important;color:#4f473e!important;font-size:10.5px!important;font-weight:850!important;letter-spacing:.01em!important}
.tour-premium-form input,.tour-premium-form select{
  display:block!important;width:100%!important;height:47px!important;min-height:47px!important;
  margin:0!important;padding:0 13px!important;border:1px solid #d8d2c8!important;border-radius:10px!important;
  background:#fff!important;color:#1b1814!important;font:650 12.5px/1.2 Arial,Helvetica,sans-serif!important;
  box-shadow:0 1px 0 rgba(0,0,0,.015)!important;outline:none!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important;
}
.tour-premium-form input::placeholder{color:#aaa096!important;font-weight:500!important}
.tour-premium-form input:hover,.tour-premium-form select:hover{border-color:#bcb3a7!important}
.tour-premium-form input:focus,.tour-premium-form select:focus{border-color:#9b6a2d!important;box-shadow:0 0 0 3px rgba(155,106,45,.10)!important;background:#fffefb!important}
.tour-premium-submit{
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;
  width:100%!important;min-height:57px!important;margin:1px 0 0!important;padding:10px 14px!important;border:0!important;border-radius:11px!important;
  background:#1c1a17!important;color:#fff!important;box-shadow:0 8px 18px rgba(28,26,23,.15)!important;cursor:pointer!important;
}
.tour-premium-submit>span{font-size:12.5px!important;font-weight:950!important;line-height:1.15!important}
.tour-premium-submit>small{color:#e8e2d9!important;font-size:8.8px!important;font-weight:650!important;line-height:1.3!important}
.tour-premium-submit:hover{background:#070706!important;transform:translateY(-1px)!important}
.tour-premium-secure{display:flex!important;align-items:flex-start!important;justify-content:center!important;gap:6px!important;margin:10px 0 0!important;padding:0 3px 16px!important;color:#7b7268!important;font-size:9.5px!important;line-height:1.45!important;text-align:center!important}
.tour-premium-secure>span{display:grid!important;place-items:center!important;flex:0 0 17px!important;width:17px!important;height:17px!important;margin-top:-1px!important;border-radius:50%!important;background:#eff6f1!important;color:#337047!important;font-size:9px!important;font-weight:900!important}

.tour-premium-tips{margin:0 20px 17px!important;padding:15px!important;border:1px solid #ece3d2!important;border-radius:13px!important;background:#fcfaf6!important}
.tour-premium-tips-head{display:grid!important;grid-template-columns:29px minmax(0,1fr)!important;gap:9px!important;align-items:start!important;margin-bottom:11px!important}
.tour-premium-tips-head>span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;border-radius:9px!important;background:#f2e7d4!important;color:#7d531e!important;font-size:12px!important}
.tour-premium-tips-head h3{margin:0!important;color:#33281b!important;font:900 12px/1.3 Arial,Helvetica,sans-serif!important}
.tour-premium-tips-head p{margin:3px 0 0!important;color:#796f63!important;font:500 9.5px/1.45 Arial,Helvetica,sans-serif!important}
.tour-premium-tips ul{display:grid!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}
.tour-premium-tips li{position:relative!important;margin:0!important;padding-inline-start:17px!important;color:#5d554b!important;font-size:10px!important;line-height:1.5!important}
.tour-premium-tips li:before{content:'✓'!important;position:absolute!important;inset-inline-start:0!important;top:0!important;color:#8a612c!important;font-weight:950!important}

.tour-premium-summary{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0 20px 16px!important;padding-top:15px!important;border-top:1px solid #eee9df!important}
.tour-premium-summary>div{display:grid!important;grid-template-columns:23px minmax(0,1fr)!important;gap:7px!important;align-items:center!important;padding:9px!important;border-radius:10px!important;background:#f7f7f5!important}
.tour-premium-summary>div>span{display:grid!important;place-items:center!important;width:23px!important;height:23px!important;border-radius:50%!important;background:#e8f3eb!important;color:#317047!important;font-size:9px!important;font-weight:950!important}
.tour-premium-summary p{margin:0!important;min-width:0!important}
.tour-premium-summary small,.tour-premium-summary strong{display:block!important}
.tour-premium-summary small{margin-bottom:2px!important;color:#827a70!important;font-size:8.7px!important;font-weight:700!important}
.tour-premium-summary strong{overflow:hidden!important;color:#2c2823!important;font-size:10.2px!important;font-weight:900!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.tour-premium-direct-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;padding:0 20px 20px!important}
.tour-premium-direct-actions a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;border-radius:10px!important;font-size:10.5px!important;font-weight:900!important;text-decoration:none!important}

@media(max-width:900px){
  .tour-premium-booking-card{max-width:640px!important;margin-inline:auto!important}
  .tour-premium-book-head,.tour-premium-form{padding-left:18px!important;padding-right:18px!important}
  .tour-premium-tips,.tour-premium-summary{margin-left:18px!important;margin-right:18px!important}
  .tour-premium-direct-actions{padding-left:18px!important;padding-right:18px!important}
}
@media(max-width:430px){
  .tour-premium-booking-card{border-radius:15px!important}
  .tour-premium-book-head{padding:17px 15px 15px!important}
  .tour-premium-title-row{display:block!important}
  .tour-premium-price{margin-top:10px!important;text-align:left!important}
  .tour-premium-form{padding:16px 15px 0!important}
  .tour-premium-form-section{gap:11px!important;padding-bottom:16px!important}
  .tour-premium-form-section+ .tour-premium-form-section{padding-top:15px!important}
  .tour-premium-form input,.tour-premium-form select{height:46px!important;min-height:46px!important}
  .tour-premium-tips{margin:0 15px 15px!important;padding:14px!important}
  .tour-premium-summary{grid-template-columns:1fr!important;margin:0 15px 15px!important}
  .tour-premium-direct-actions{padding:0 15px 16px!important}
}

/* Keep the long premium form comfortable on short laptop screens: no trapped sticky card. */
@media(min-width:901px) and (max-height:900px){
  .tour-pro-sidebar{position:relative!important;top:auto!important}
}


/* PREMIUM BOOKING FORM V5 — hard single-column guard */
.tour-pro-sidebar .tour-premium-form,
.tour-pro-sidebar .tour-premium-form-section,
.tour-pro-sidebar .tour-sidebar-enquiry-form{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.tour-pro-sidebar .tour-premium-form-section,
.tour-pro-sidebar .tour-sidebar-enquiry-form{
  grid-template-columns:minmax(0,1fr)!important;
}
.tour-pro-sidebar .tour-premium-form label,
.tour-pro-sidebar .tour-sidebar-enquiry-form>label,
.tour-pro-sidebar .tour-sidebar-form-row,
.tour-pro-sidebar .tour-sidebar-form-row>label{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.tour-pro-sidebar .tour-sidebar-form-row{
  grid-template-columns:minmax(0,1fr)!important;
  gap:12px!important;
}
.tour-pro-sidebar .tour-premium-form input,
.tour-pro-sidebar .tour-premium-form select,
.tour-pro-sidebar .tour-sidebar-enquiry-form input,
.tour-pro-sidebar .tour-sidebar-enquiry-form select{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.tour-pro-sidebar .tour-premium-form label>span,
.tour-pro-sidebar .tour-sidebar-enquiry-form label>span{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
@media (min-width:901px){
  .tour-pro-sidebar{min-width:0!important}
  .tour-pro-sidebar .tour-premium-booking-card{width:100%!important;max-width:100%!important}
}


/* ===== Discovery Safari Tours premium brand logos 2026 ===== */
.reference-brand.reference-brand-logo{overflow:visible!important}
.reference-logo-image{width:244px!important;max-width:28vw!important;height:auto!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important}
.reference-footer .footer-logo-shell{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 12px!important;background:#fff!important;border:1px solid rgba(213,168,90,.26)!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(0,0,0,.14)!important}
.reference-footer .footer-logo-image{width:300px!important;max-width:100%!important;max-height:none!important;height:auto!important;object-fit:contain!important;filter:none!important}
@media(max-width:980px){.reference-logo-image{width:205px!important;max-width:55vw!important;max-height:58px!important}}
@media(max-width:560px){.reference-logo-image{width:175px!important;max-width:62vw!important;max-height:50px!important}.reference-footer .footer-logo-image{width:250px!important}}


/* =========================================================
   HOME TOUR CARDS — mobile app-style horizontal slider V7
   Desktop/tablet layout stays unchanged.
   ========================================================= */
@media(max-width:560px){
  #tours .md-home-tour-slider{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    width:100%!important;
    margin:0!important;
    padding:2px 0 12px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-inline:0!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-inline:contain!important;
    scrollbar-width:none!important;
    touch-action:pan-x pan-y!important;
  }
  #tours .md-home-tour-slider::-webkit-scrollbar{
    display:none!important;
    width:0!important;
    height:0!important;
  }
  #tours .md-home-tour-slider>.md-tour-card{
    flex:0 0 86%!important;
    width:86%!important;
    max-width:360px!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    transform:none!important;
  }
  #tours .md-home-tour-slider>.md-tour-card:last-child{
    margin-inline-end:11%!important;
  }
  #tours .md-home-tour-slider .md-tour-image{
    height:215px!important;
  }
  #tours .md-home-tour-slider .md-tour-body{
    padding:15px!important;
  }
  #tours .md-home-tour-slider .md-tour-body h3{
    font-size:17px!important;
    line-height:1.28!important;
  }
  #tours .md-home-tour-slider .md-tour-excerpt{
    -webkit-line-clamp:2!important;
    min-height:0!important;
  }
}
@media(max-width:380px){
  #tours .md-home-tour-slider>.md-tour-card{
    flex-basis:89%!important;
    width:89%!important;
  }
}

/* BOOKING MODAL V8 — global, responsive, always above the site */
.dst-booking-modal[hidden]{display:none!important}
.dst-booking-modal{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;overscroll-behavior:contain;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.dst-booking-modal.is-open{opacity:1;visibility:visible}
.dst-booking-modal-backdrop{position:absolute;inset:0;background:rgba(10,24,19,.72);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.dst-booking-modal-panel{position:relative;z-index:1;width:min(680px,100%);max-height:calc(100dvh - 48px);overflow:auto;background:#fff;border:1px solid rgba(182,142,75,.28);border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.32);transform:translateY(12px) scale(.985);transition:transform .18s ease;scrollbar-width:thin;outline:none}
.dst-booking-modal.is-open .dst-booking-modal-panel{transform:translateY(0) scale(1)}
.dst-booking-modal-head{display:flex;align-items:flex-start;gap:18px;padding:24px 24px 20px;background:linear-gradient(135deg,#f8f3e9,#fff);border-bottom:1px solid rgba(46,65,55,.10)}
.dst-booking-modal-heading{min-width:0;flex:1}
.dst-booking-modal-eyebrow{display:inline-block;margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#9b7138}
.dst-booking-modal-head h2{margin:0;color:#16372d;font-size:clamp(23px,3vw,30px);line-height:1.12}
.dst-booking-modal-head p{margin:8px 0 0;color:#647069;font-size:14px;line-height:1.55}
.dst-booking-modal-x{flex:0 0 44px;width:44px;height:44px;border:1px solid rgba(22,55,45,.12);border-radius:50%;background:#fff;color:#17382e;font-size:27px;line-height:1;cursor:pointer;display:grid;place-items:center}
.dst-booking-modal-x:hover{background:#f4efe5}
.dst-booking-selected{margin:18px 24px 0;padding:13px 15px;border:1px solid rgba(182,142,75,.25);border-radius:13px;background:#fbf8f2;display:grid;gap:3px}
.dst-booking-selected span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#9b7138}
.dst-booking-selected strong{font-size:15px;line-height:1.35;color:#1c382f}
.dst-booking-modal-form{padding:20px 24px 24px}
.dst-booking-tour-picker{margin-bottom:20px}
.dst-booking-tour-picker label,.dst-booking-form-section label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:800;color:#30463e}
.dst-booking-tour-picker select,.dst-booking-form-section input,.dst-booking-form-section select{box-sizing:border-box;width:100%;height:49px;border:1px solid #d9dfdc;border-radius:11px;background:#fff;color:#182f27;font:inherit;font-size:16px;padding:0 13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.dst-booking-tour-picker select:focus,.dst-booking-form-section input:focus,.dst-booking-form-section select:focus{border-color:#a9793e;box-shadow:0 0 0 3px rgba(169,121,62,.13)}
.dst-booking-form-section{margin:0;padding:0 0 20px;border:0;min-width:0}
.dst-booking-form-section+.dst-booking-form-section{padding-top:20px;border-top:1px solid #edf0ee}
.dst-booking-form-section legend{display:flex;align-items:center;gap:9px;margin:0 0 15px;padding:0;font-size:14px;font-weight:900;color:#17382e}
.dst-booking-form-section legend span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#17382e;color:#fff;font-size:12px}
.dst-booking-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dst-booking-form-grid label{min-width:0}
.dst-booking-field-wide{grid-column:1/-1}
.dst-booking-modal-error{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff1f0;color:#9f2b22;font-size:13px;font-weight:700}
.dst-booking-modal-submit{width:100%;min-height:60px;border:0;border-radius:13px;background:#17382e;color:#fff;padding:10px 16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:inherit;box-shadow:0 10px 24px rgba(23,56,46,.18)}
.dst-booking-modal-submit span{font-size:16px;font-weight:900}
.dst-booking-modal-submit small{font-size:11px;line-height:1.3;color:rgba(255,255,255,.74)}
.dst-booking-modal-back{width:100%;min-height:46px;margin-top:10px;border:1px solid #d9dfdc;border-radius:11px;background:#fff;color:#30463e;font:inherit;font-weight:800;cursor:pointer}
.dst-booking-modal-back:hover{background:#f7f8f7}
@media(max-width:640px){
  .dst-booking-modal{align-items:flex-end;padding:0}
  .dst-booking-modal-panel{width:100%;max-height:94dvh;border-radius:24px 24px 0 0;border-left:0;border-right:0;border-bottom:0;transform:translateY(22px)}
  .dst-booking-modal-head{padding:20px 17px 16px;gap:12px}
  .dst-booking-modal-head h2{font-size:23px}
  .dst-booking-modal-head p{font-size:13px}
  .dst-booking-modal-x{flex-basis:42px;width:42px;height:42px}
  .dst-booking-selected{margin:14px 16px 0}
  .dst-booking-modal-form{padding:17px 16px calc(18px + env(safe-area-inset-bottom,0px))}
  .dst-booking-form-grid{grid-template-columns:1fr;gap:12px}
  .dst-booking-field-wide{grid-column:auto}
  .dst-booking-form-section{padding-bottom:17px}
  .dst-booking-form-section+.dst-booking-form-section{padding-top:17px}
  .dst-booking-modal-submit{min-height:59px}
}
@media(max-width:360px){
  .dst-booking-modal-head{padding-left:14px;padding-right:14px}
  .dst-booking-modal-form{padding-left:14px;padding-right:14px}
  .dst-booking-selected{margin-left:14px;margin-right:14px}
}
@media(prefers-reduced-motion:reduce){.dst-booking-modal,.dst-booking-modal-panel{transition:none!important}}

/* SERVICES V10 — lightweight service cards, airport transfer + walking activities */
.dst-home-services{padding:22px 0 10px}
.dst-home-services .md-section-head{margin-bottom:22px}
.dst-home-services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.dst-home-service-card{display:grid;grid-template-columns:minmax(180px,.82fr) 1.18fr;min-width:0;background:#fff;border:1px solid #e8e1d6;border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(31,52,43,.06)}
.dst-home-service-card img{width:100%;height:100%;min-height:235px;object-fit:cover;background:#f4eee3}
.dst-home-service-body{padding:22px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.dst-home-service-kicker,.dst-service-kicker{font-size:11px;line-height:1.35;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9b7138}
.dst-home-service-body h3{font-size:22px;line-height:1.2;margin:7px 0 9px;color:#17382e}
.dst-home-service-body p{font-size:14px;line-height:1.6;color:#66716c;margin:0 0 15px}
.dst-home-service-link{margin-top:auto;font-size:14px;font-weight:900;color:#17382e;display:inline-flex;align-items:center;gap:7px}
.dst-home-service-link::after{content:'→';font-size:17px}
.services-page-section{padding-top:54px;padding-bottom:40px}
.dst-services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.dst-service-card{min-width:0;background:#fff;border:1px solid #e8e1d6;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(31,52,43,.07)}
.dst-service-media{aspect-ratio:5/3;background:#f2eee6;overflow:hidden}
.dst-service-media img{width:100%;height:100%;object-fit:cover}
.dst-service-body{padding:25px}
.dst-service-body h2{font-size:clamp(24px,3vw,32px);line-height:1.15;margin:8px 0 12px;color:#17382e}
.dst-service-body>p{color:#606c66;line-height:1.7;margin:0 0 15px}
.dst-service-note{padding:12px 14px;border-radius:12px;background:#f5f1e8;color:#375247;font-size:13px;font-weight:700;line-height:1.5;margin-bottom:15px}
.dst-service-pills{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}
.dst-service-pills span{display:inline-flex;align-items:center;min-height:31px;padding:5px 10px;border-radius:999px;background:#eef5f1;border:1px solid #dfeae4;color:#315447;font-size:12px;font-weight:800}
.dst-service-cta{border-radius:12px!important;min-height:46px;padding:11px 17px!important}
.dst-service-request-section{padding-top:42px}
.dst-service-form-head{display:block;margin-bottom:24px}
.dst-service-form-head h2{margin:7px 0 8px}
.dst-service-form-head p{margin:0;color:#68736d}
.dst-service-assurance{height:max-content}
.dst-services-faq{padding-top:50px}
.dst-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dst-faq-grid details{background:#fff;border:1px solid #e5e1d9;border-radius:14px;padding:0 17px}
.dst-faq-grid summary{cursor:pointer;list-style:none;padding:16px 28px 16px 0;position:relative;font-weight:850;color:#213c32}
.dst-faq-grid summary::-webkit-details-marker{display:none}
.dst-faq-grid summary::after{content:'+';position:absolute;right:0;top:14px;font-size:22px;color:#a2763c}
.dst-faq-grid details[open] summary::after{content:'−'}
.dst-faq-grid p{margin:0;padding:0 0 17px;color:#66716c;line-height:1.65;font-size:14px}

/* BOOKING MODAL V10 — exact booking-page form, phone-only behavior handled in JS */
.dst-booking-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.dst-booking-modal-form .dst-booking-compact-note{padding:10px 12px;margin:0 0 10px;border-radius:10px;font-size:11px;line-height:1.45}
.dst-booking-modal-form .dst-booking-exact-grid{gap:12px}
.dst-booking-modal-form .field{min-width:0}
.dst-booking-modal-form .field label{display:block;margin:0 0 6px;font-size:12px;font-weight:850;color:#30463e}
.dst-booking-modal-form .input,.dst-booking-modal-form textarea{box-sizing:border-box;width:100%;border:1px solid #d9dfdc;border-radius:11px;background:#fff;color:#182f27;font:inherit;font-size:16px;outline:none}
.dst-booking-modal-form .input{height:48px;padding:0 13px}
.dst-booking-modal-form textarea{min-height:94px;padding:11px 13px;resize:vertical}
.dst-booking-modal-form .input:focus,.dst-booking-modal-form textarea:focus{border-color:#a9793e;box-shadow:0 0 0 3px rgba(169,121,62,.13)}
.dst-booking-modal-actions{margin-top:2px;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.dst-booking-modal-actions .btn{width:100%!important;min-height:52px!important;border-radius:12px!important;padding:10px 12px!important;font-size:14px!important;line-height:1.2!important;transform:none!important}
.dst-booking-modal-actions .direct-whatsapp{background:#1fad5a!important;color:#fff!important}
.dst-booking-modal-actions .direct-email{background:#fff!important;border:1px solid #1768b1!important;color:#1768b1!important}
.dst-booking-modal-form .dst-booking-modal-error{margin-top:10px}
@media(max-width:900px){
  .dst-home-services-grid,.dst-services-grid{grid-template-columns:1fr}
  .dst-home-service-card{grid-template-columns:230px 1fr}
  .dst-faq-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .dst-home-services{padding-top:8px}
  .dst-home-services-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1px 1px 10px}
  .dst-home-services-grid::-webkit-scrollbar{display:none}
  .dst-home-service-card{flex:0 0 88%;width:88%;max-width:365px;display:block;scroll-snap-align:start}
  .dst-home-service-card:last-child{margin-inline-end:8%}
  .dst-home-service-card img{height:190px;min-height:0}
  .dst-home-service-body{padding:17px}
  .dst-home-service-body h3{font-size:19px}
  .services-page-section{padding-top:34px}
  .dst-service-body{padding:19px}
  .dst-service-pills{gap:6px}
  .dst-service-pills span{font-size:11px}
  .dst-booking-modal-form .dst-booking-exact-grid{grid-template-columns:1fr!important;gap:11px!important}
  .dst-booking-modal-form .field.full{grid-column:auto!important}
  .dst-booking-modal-actions{grid-template-columns:1fr!important}
  .dst-booking-modal-actions .btn{min-height:50px!important}
  .dst-booking-modal-panel{max-height:96dvh!important}
  .dst-booking-modal-head{position:sticky;top:0;z-index:4}
  .dst-booking-selected{position:relative;z-index:2}
}
@media(max-width:360px){.dst-home-service-card{flex-basis:91%;width:91%}.dst-booking-modal-form .dst-booking-compact-note{font-size:10px}}
@supports(content-visibility:auto){
  .dst-home-services,.md-top2026,.dst-services-faq{content-visibility:auto;contain-intrinsic-size:auto 520px}
}


/* =========================================================
   TOP 2026 — mobile-only app-like swipe slider
   Desktop/tablet keeps the original 2-column grid.
   ========================================================= */
.md-top2026-mobile-dots{display:none}
@media(max-width:760px){
  .md-top2026{overflow:hidden!important}
  .md-top2026-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    overscroll-behavior-x:contain!important;
    padding:1px 2px 8px!important;
    margin:0!important;
  }
  .md-top2026-grid::-webkit-scrollbar{display:none!important}
  .md-top2026-card{
    flex:0 0 calc(100% - 26px)!important;
    width:calc(100% - 26px)!important;
    min-width:calc(100% - 26px)!important;
    scroll-snap-align:center!important;
    scroll-snap-stop:always!important;
    min-height:94px!important;
    padding:14px 12px!important;
    box-shadow:0 6px 18px rgba(17,24,39,.07)!important;
  }
  .md-top2026-mobile-dots{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-height:18px!important;
    margin:5px 0 -2px!important;
  }
  .md-top2026-mobile-dots span{
    display:block!important;
    width:6px!important;
    height:6px!important;
    border-radius:999px!important;
    background:#d7d9dd!important;
    transition:width .2s ease,background .2s ease!important;
  }
  .md-top2026-mobile-dots span.is-active{
    width:20px!important;
    background:#d88a10!important;
  }
}


/* =========================================================
   V15 — APP-LIKE MOBILE TOUR GALLERY + PHOTO COUNT
   Desktop mosaic is unchanged. On phones the gallery becomes a real swipe slider.
   ========================================================= */
.tour-mobile-gallery-counter,.tour-mobile-gallery-total{display:none}
@media(max-width:560px){
  .tour-pro-gallery-wrap{padding:0 0 12px!important;background:#fff!important}
  .tour-pro-gallery-wrap>.container{width:100%!important;max-width:none!important;padding:0!important}
  .tour-pro-gallery,
  .tour-pro-gallery.is-single{
    position:relative!important;
    display:flex!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    gap:0!important;
    width:100%!important;
    height:292px!important;
    max-height:none!important;
    border-radius:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    overscroll-behavior-x:contain!important;
    background:#eceff1!important;
  }
  .tour-pro-gallery::-webkit-scrollbar{display:none!important}
  .tour-pro-gallery .tour-pro-gallery-item,
  .tour-pro-gallery .tour-pro-gallery-item:first-child,
  .tour-pro-gallery .tour-pro-gallery-item:nth-child(n+2){
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    height:292px!important;
    margin:0!important;
    border:0!important;
    padding:0!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    background:#e7ebed!important;
  }
  .tour-pro-gallery .tour-pro-gallery-item img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:0!important;
    transform:none!important;
  }
  .tour-mobile-gallery-counter,
  .tour-mobile-gallery-total{
    position:sticky!important;
    z-index:8!important;
    bottom:12px!important;
    align-self:flex-end!important;
    flex:0 0 auto!important;
    min-height:32px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:rgba(17,17,17,.78)!important;
    color:#fff!important;
    backdrop-filter:blur(8px)!important;
    -webkit-backdrop-filter:blur(8px)!important;
    box-shadow:0 3px 12px rgba(0,0,0,.18)!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:900!important;
    pointer-events:none!important;
    white-space:nowrap!important;
  }
  .tour-mobile-gallery-counter{
    display:inline-flex!important;
    margin-left:calc(-100% + 12px)!important;
    padding:8px 11px!important;
  }
  .tour-mobile-gallery-total{
    display:inline-flex!important;
    margin-left:auto!important;
    margin-right:12px!important;
    padding:8px 11px!important;
  }
  html[dir="rtl"] .tour-mobile-gallery-counter{margin-left:0!important;margin-right:calc(-100% + 12px)!important}
  html[dir="rtl"] .tour-mobile-gallery-total{margin-right:auto!important;margin-left:12px!important}
}
@media(max-width:380px){
  .tour-pro-gallery,.tour-pro-gallery.is-single,
  .tour-pro-gallery .tour-pro-gallery-item,
  .tour-pro-gallery .tour-pro-gallery-item:first-child,
  .tour-pro-gallery .tour-pro-gallery-item:nth-child(n+2){height:258px!important}
}


/* V15 gallery finishing rules: keep desktop mosaic at five images, show every image on mobile. */
@media(min-width:561px){.tour-pro-gallery>.tour-pro-gallery-item:nth-child(n+6){display:none!important}}
@media(max-width:560px){
  .tour-pro-gallery-wrap>.container{position:relative!important}
  .tour-mobile-gallery-counter,.tour-mobile-gallery-total{
    position:absolute!important;
    z-index:12!important;
    bottom:12px!important;
    display:inline-flex!important;
    margin:0!important;
  }
  .tour-mobile-gallery-counter{left:12px!important;right:auto!important}
  .tour-mobile-gallery-total{right:12px!important;left:auto!important}
  html[dir="rtl"] .tour-mobile-gallery-counter{right:12px!important;left:auto!important}
  html[dir="rtl"] .tour-mobile-gallery-total{left:12px!important;right:auto!important}
}


/* =========================================================
   V16 — compressed WebP automatic hero slider
   ========================================================= */
.md-home-hero-slider{position:relative!important;isolation:isolate!important;background:none!important}
.md-home-hero-slides{position:absolute!important;inset:0!important;z-index:0!important;overflow:hidden!important}
.md-home-hero-slide{position:absolute!important;inset:0!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;opacity:0!important;transform:scale(1.025)!important;transition:opacity .85s ease,transform 7s ease!important;will-change:opacity,transform!important}
.md-home-hero-slide.is-active{opacity:1!important;transform:scale(1)!important}
.md-home-hero-slider:before{z-index:1!important;background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.28) 62%,rgba(0,0,0,.20))!important;pointer-events:none!important}
.md-home-hero-slider>.container{position:relative!important;z-index:2!important}
.md-home-hero-dots{position:absolute!important;z-index:3!important;left:50%!important;bottom:16px!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;gap:8px!important;padding:7px 10px!important;border-radius:999px!important;background:rgba(13,20,18,.30)!important;backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important}
.md-home-hero-dot{appearance:none!important;border:0!important;width:9px!important;height:9px!important;border-radius:999px!important;padding:0!important;background:rgba(255,255,255,.48)!important;cursor:pointer!important;transition:width .2s ease,background .2s ease,transform .2s ease!important}
.md-home-hero-dot.is-active{width:24px!important;background:#fff!important}
.md-home-hero-dot:hover{background:#fff!important;transform:scale(1.06)!important}
@media(max-width:560px){
  .md-home-hero-slider:before{background:linear-gradient(180deg,rgba(0,0,0,.52),rgba(0,0,0,.48))!important}
  .md-home-hero-dots{bottom:9px!important;gap:7px!important;padding:6px 9px!important}
  .md-home-hero-dot{width:8px!important;height:8px!important}
  .md-home-hero-dot.is-active{width:20px!important}
}
@media(prefers-reduced-motion:reduce){.md-home-hero-slide{transition:none!important;transform:none!important}}


/* =========================================================
   V20 — 3 service cards per row + compact app-like copy
   ========================================================= */
@media(min-width:901px){
  .dst-home-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
  .dst-home-service-card{display:flex!important;flex-direction:column!important;min-width:0!important}
  .dst-home-service-card>a:first-child{display:block!important;height:158px!important;overflow:hidden!important}
  .dst-home-service-card img{width:100%!important;height:158px!important;min-height:0!important;object-fit:cover!important}
  .dst-home-service-body{padding:16px 16px 15px!important;min-height:188px!important}
  .dst-home-service-kicker{max-width:100%!important;font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .dst-home-service-body h3{font-size:18px!important;line-height:1.22!important;margin:6px 0 7px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-home-service-body p{font-size:12.5px!important;line-height:1.48!important;margin:0 0 11px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-home-service-link{font-size:12.5px!important}

  .dst-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
  .dst-service-card{display:flex!important;flex-direction:column!important}
  .dst-service-media{aspect-ratio:16/9!important}
  .dst-service-body{display:flex!important;flex:1!important;flex-direction:column!important;padding:18px!important}
  .dst-service-body h2{font-size:21px!important;line-height:1.2!important;margin:6px 0 8px!important}
  .dst-service-body>p{font-size:13px!important;line-height:1.5!important;margin:0 0 11px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-service-note{font-size:12px!important;line-height:1.45!important;padding:10px 11px!important;margin-bottom:11px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-service-pills{max-height:72px!important;overflow:hidden!important;margin-bottom:14px!important}
  .dst-service-pills span{font-size:10.5px!important;min-height:27px!important;padding:4px 8px!important}
  .dst-service-cta{margin-top:auto!important;width:100%!important;font-size:12px!important}
}
@media(max-width:640px){
  .dst-home-services .md-section-head p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-home-service-card img{height:158px!important}
  .dst-home-service-body{padding:14px!important}
  .dst-home-service-kicker{font-size:9px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  .dst-home-service-body h3{font-size:18px!important;line-height:1.2!important;margin:5px 0 7px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-home-service-body p{font-size:12.5px!important;line-height:1.45!important;margin-bottom:10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-home-service-link{font-size:12.5px!important}
  .dst-service-body h2{font-size:21px!important;margin:6px 0 8px!important}
  .dst-service-body>p{font-size:13px!important;line-height:1.5!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-service-note{font-size:12px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .dst-service-pills{max-height:68px!important;overflow:hidden!important;margin-bottom:13px!important}
}
