/* ============================================================
   Taxix-style skin for Karolina Luxe — taxi.html
   Reference: dev24.kodesolution.com/taxix/home-single7/
   ============================================================ */
:root{
  /* ---- brand palette derived from the Karolina Tour Morocco logo ---- */
  --tx-red:#C8102E;          /* logo red  - primary   */
  --tx-green:#1567AD;        /* logo blue - secondary */
  --tx-blue:#1567AD;         /* logo blue - tertiary  */
  --tx-red-soft:#F04250;     /* red tint for use on dark surfaces */
  --tx-green-dk:#0F4C7E;
  --tx-sand:#FBF3EE;         /* warm neutral tying red+blue together */
  --tx-on-brand:#FFFFFF;     /* text that sits on red / blue */
  --tx-yellow:var(--tx-red); /* legacy alias: primary accent */
  --tx-dark:#111111;
  --tx-body:#6B6B6B;
  --tx-head:#0E0E0E;
  --tx-line:#EAEAEA;
  --tx-soft:#FBF3EE;
  --tx-radius:0px;
}
.tx *,.tx *::before,.tx *::after{box-sizing:border-box}
.tx{
  margin:0;background:#fff;color:var(--tx-body);
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased;
}
.tx h1,.tx h2,.tx h3,.tx h4,.tx h5,.tx h6{color:var(--tx-head);font-weight:800;line-height:1.15;margin:0}
.tx p{margin:0 0 0}
.tx a{color:inherit;text-decoration:none}
.tx img{max-width:100%;height:auto;display:block}
.tx-container{width:min(1200px,92vw);margin-inline:auto}
.tx-sec{padding:clamp(60px,7vw,110px) 0}

/* ---------- buttons ---------- */
.tx-btn{
  display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;border:0;
  background:var(--tx-yellow);color:var(--tx-on-brand);font-weight:800;font-size:.95rem;
  padding:16px 34px;letter-spacing:.01em;transition:.25s;
  clip-path:polygon(0 0,100% 0,calc(100% - 22px) 100%,0 100%);
}
.tx-btn:hover{background:var(--tx-green);color:var(--tx-on-brand)}
.tx-btn-dark{background:#111;color:#fff}
.tx-btn-dark:hover{background:var(--tx-yellow);color:var(--tx-on-brand)}
.tx-btn-round{clip-path:none;border-radius:999px}

/* ---------- section titles ---------- */
.tx-eyebrow{
  display:inline-block;color:#C9A400;font-weight:800;font-size:.78rem;
  letter-spacing:.22em;text-transform:uppercase;margin-bottom:.9rem;
}
.tx-eyebrow::before{content:"";display:inline-block;width:26px;height:2px;background:var(--tx-yellow);margin-right:.6rem;vertical-align:middle}
.tx-title{font-size:clamp(1.8rem,3.3vw,2.9rem)}
.tx-head-center{text-align:center;max-width:760px;margin:0 auto clamp(34px,4vw,58px)}
.tx-head-center p{margin-top:1rem}

/* header + footer are shared by every page, so they carry their own base styles
   (pages other than taxi.html do not use the .tx body class) */
.tx-topbar,.tx-topbar *,.tx-header,.tx-header *,.tx-footer,.tx-footer *{box-sizing:border-box}
.tx-topbar,.tx-header,.tx-footer{
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.7;
}
.tx-topbar a,.tx-header a,.tx-footer a{text-decoration:none;color:inherit}
.tx-topbar img,.tx-header img,.tx-footer img{max-width:100%;height:auto;display:block}
.tx-topbar ul{list-style:none}
.tx-header+*,.tx-topbar+*{margin-top:0}

/* neutralise the older app.css `nav` / `footer` element rules on the shared chrome */
nav.tx-nav,.tx-foot-bot nav{
  position:static!important;background:none!important;backdrop-filter:none!important;
  border:0!important;box-shadow:none!important;top:auto!important;z-index:auto!important;
}
footer.tx-footer{padding:clamp(56px,6vw,90px) 0 0!important;margin-top:0!important;border-top:0!important}

/* ============ HEADER (home-single12) ============ */
.tx-topbar{background:#000;border-bottom:1px solid rgba(255,255,255,.14);color:#fff;font-size:.92rem}
.tx-topbar-in{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;min-height:60px;flex-wrap:wrap}
.tx-topbar ul{list-style:none;display:flex;align-items:stretch;margin:0;padding:0;flex-wrap:wrap}
.tx-topbar li{display:flex;align-items:center;gap:.6rem;padding:0 26px;border-right:1px solid rgba(255,255,255,.18);font-weight:500}
.tx-topbar li:first-child{padding-left:0}
.tx-topbar li svg{width:17px;height:17px;color:#fff;flex:none}
.tx-topbar a:hover{color:var(--tx-red-soft)}
.tx-socials{display:flex;align-items:center;gap:26px}
.tx-socials a{color:#fff;transition:.25s;display:grid;place-items:center}
.tx-socials a:hover{color:var(--tx-red-soft)}
.tx-socials svg{width:19px;height:19px}

.tx-header{position:sticky;top:0;z-index:60;background:#000}
.tx-header-in{display:flex;align-items:center;gap:1.4rem;min-height:104px}
.tx-logo{display:flex;align-items:center;flex:none}
.tx-logo img{width:165px;height:auto}
.tx-nav{display:flex;gap:2rem;margin:0 auto}
.tx-nav a{
  display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:.92rem;
  letter-spacing:.03em;text-transform:uppercase;color:#fff;padding:34px 0;position:relative;transition:.25s;
}
.tx-nav a svg{width:19px;height:19px;flex:none}
.tx-nav a.active{color:var(--tx-red-soft)}
.tx-nav a:hover,.tx-nav a.active{color:var(--tx-red-soft)}
.tx-header-r{display:flex;align-items:center;gap:1.6rem}
.tx-search-ic{background:none;border:0;color:#fff;cursor:pointer;padding:4px;display:grid;place-items:center}
.tx-search-ic svg{width:22px;height:22px}
.tx-search-ic:hover{color:var(--tx-red-soft)}
.tx-btn-slash{
  position:relative;clip-path:none;padding:13px 32px;font-size:1rem;
  background:var(--tx-yellow);color:var(--tx-on-brand)!important;border:0;
}
.tx-btn-slash:hover{background:var(--tx-green);color:var(--tx-on-brand)}
.tx-burger{display:none;background:none;border:0;padding:10px;cursor:pointer}
.tx-burger span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

/* ============ BANNER (home-single12) ============ */
.tx-banner{
  position:relative;overflow:hidden;text-align:center;
  background:url('img/bg6.jpg') center/cover no-repeat;
  padding:clamp(80px,10vw,98px) 0 clamp(180px,18vw,260px);
}
.tx-banner::before{content:"";position:absolute;inset:0;background:#000;opacity:.72}
.tx-banner-in{position:relative;z-index:2}
.tx-banner h1{
  color:#fff;font-weight:800;line-height:1.12;margin:0 auto;
  font-size:clamp(2.2rem,6vw,5rem);
}
.tx-banner .book-now{margin:clamp(1.8rem,3.4vw,2.8rem) 0 clamp(1.6rem,3vw,2.4rem);display:flex;justify-content:center}
.tx-hero-btn{
  position:relative;display:inline-flex;align-items:center;gap:.7rem;overflow:hidden;
  background:var(--tx-yellow);color:var(--tx-on-brand)!important;font-weight:800;font-size:clamp(.95rem,1.4vw,1.1rem);
  padding:20px 46px;letter-spacing:.02em;transition:.3s;
  animation:tx-pulse 2.4s ease-in-out infinite;
}
.tx-hero-btn svg{width:22px;height:22px;transition:transform .3s}
.tx-hero-btn::after{
  content:"";position:absolute;top:0;bottom:0;left:-60%;width:45%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.75),transparent);
  transform:skewX(-20deg);animation:tx-shine 2.8s ease-in-out infinite;
}
.tx-hero-btn:hover{background:var(--tx-green);color:var(--tx-on-brand);animation-play-state:paused}
.tx-hero-btn:hover svg{transform:translateX(4px)}
@keyframes tx-pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(200,16,46,.55);transform:translateY(0)}
  50%{box-shadow:0 0 0 18px rgba(200,16,46,0);transform:translateY(-4px)}
}
@keyframes tx-shine{0%{left:-60%}55%,100%{left:130%}}
@media(prefers-reduced-motion:reduce){.tx-hero-btn,.tx-hero-btn::after{animation:none}}

/* ============ YELLOW CAR BAND (home-single12) ============ */
.tx-carband{position:relative}
.tx-carband::before{
  content:'';position:absolute;top:0;left:0;
  width:100%;height:39%;background:var(--tx-yellow);z-index:0;
}
.tx-car-hero{
  position:absolute;z-index:1;display:block;
  top:115px;left:377px;width:694px;height:308px;
  margin:clamp(-330px,-22vw,-160px) auto 0;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.35));
  animation:tx-drive 7s ease-in-out infinite;
}
@keyframes tx-drive{
  0%,100%{transform:translate(-22px,0)}
  50%{transform:translate(22px,-10px)}
}
@media(prefers-reduced-motion:reduce){.tx-car-hero{animation:none}}

/* ============ BOOKING CARD ============ */
.tx-booking-wrap{position:relative;padding-top:clamp(40px,16vw,164px)}
.tx-book{position:relative;display:flex;align-items:stretch;background:#fff;box-shadow:0 0 30px 10px rgba(0,0,0,.26);overflow:hidden}
.tx-book::after{content:"";position:absolute;top:0;right:0;bottom:0;width:14px;background:repeating-linear-gradient(180deg,var(--tx-yellow) 0 18px,var(--tx-green) 18px 36px)}
/* brand-coloured diagonal behind the phone (replaces the bright-yellow PNG) */
.tx-book::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:40%;
  background:var(--tx-yellow);clip-path:polygon(38% 0,100% 0,72% 100%,10% 100%);z-index:0;
}

/* pages without the phone/map column: the widget fills the whole card */
.tx-book--solo{background:#fff}
.tx-book--solo .tx-book-form{flex:1 1 100%;padding:clamp(30px,3.6vw,58px) clamp(26px,3.6vw,60px)}
.tx-book--solo::after{display:none}
.tx-book--solo .abe-shortcode-wrap{margin-top:6px}
.tx-book--solo .book-card{box-shadow:none;border:0;background:transparent;padding:0}

/* ---- left: yellow diagonal + phone holding the live map ---- */
/* .tx-phone and the widget's .axt-mapwrap live in different branches of the DOM,
   so both are positioned against the SAME containing block (.tx-book) with the
   same custom properties — the phone stretches to the card height so the map and
   the form read as one component. NOTE: .tx-book-form must stay unpositioned. */
.tx-book{--ph-w:320px;--ph-x:20%;--ph-inset:48px}
.tx-book-art{
  position:static;order:0;flex:0 0 40%;min-height:620px;background:#fff;
}
.tx-phone{
  position:absolute;left:var(--ph-x);top:var(--ph-inset);bottom:var(--ph-inset);
  transform:translateX(-50%);width:var(--ph-w);height:auto;display:block;
  background:#22262e;border-radius:42px;box-shadow:0 26px 50px rgba(0,0,0,.32);z-index:2;
}
.tx-phone::before{
  content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);
  width:110px;height:20px;background:#22262e;border-radius:0 0 14px 14px;z-index:6;
}
.tx-phone-screen{
  position:absolute;inset:12px;border-radius:32px;overflow:hidden;background:#e8edf2;
}
.tx-phone-screen::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 40% 35%,#f4f7fa,#dde4ec);
}
/* the widget's own map fills the phone screen without moving in the DOM */
.tx-book .axt-mapwrap{
  position:absolute;left:var(--ph-x);right:auto;
  top:calc(var(--ph-inset) + 12px);bottom:calc(var(--ph-inset) + 12px);
  transform:translateX(-50%);width:calc(var(--ph-w) - 24px);height:auto;
  z-index:5;display:flex;flex-direction:column;gap:0;
  border-radius:32px;overflow:hidden;
}
.tx-book .axt-map{flex:1 1 auto;height:auto;min-height:0;border:0;border-radius:0;background:#e8edf2}
.tx-book .axt-map iframe{min-height:0;height:100%}
.tx-book .axt-map-ph{font-size:12.5px;line-height:1.5}
.tx-book .axt-meter{
  flex:none;border-radius:0;border:0;border-top:1px solid #f0e2c4;
  background:rgba(255,255,255,.97);padding:12px 16px;gap:16px;box-shadow:none;
}
.tx-book .axt-mlab{font-size:10px}
.tx-book .axt-mval{font-size:15px}
.tx-car{
  display:block;position:absolute;right:44px;bottom:44px;left:auto;top:auto;transform:none;
  width:min(290px,24%);z-index:6;filter:drop-shadow(0 16px 22px rgba(0,0,0,.2));
}

/* ---- right: heading + widget form ---- */
.tx-book-form{order:1;flex:1;min-width:0;padding:clamp(28px,3.4vw,58px) clamp(26px,3.6vw,66px) clamp(30px,3.6vw,60px) clamp(26px,3vw,54px)}
.tx-book-form .lbl{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:#111}
.tx-book-form h2{margin-bottom:26px;font-size:clamp(1.7rem,3.2vw,2.9rem)}

/* ---- Adivaha taxi widget skin ---- */
.tx-book-form .axt{max-width:none;font-family:inherit}
.tx-book-form .axt-head{background:#fafafa;border:1px solid var(--tx-line);border-radius:0;margin-bottom:20px}
.tx-book-form .axt-steps li{color:#8b8b8b}
.tx-book-form .axt-steps li span{border-radius:0;border-color:var(--tx-line)}
.tx-book-form .axt-steps li.cur{color:#111}
.tx-book-form .axt-steps li.cur span{background:var(--tx-yellow);color:var(--tx-on-brand);border-color:var(--tx-red-soft);box-shadow:none}
.tx-book-form .axt-steps li.done span{background:var(--tx-green);color:var(--tx-on-brand);border-color:#111}
.tx-book-form .axt-steps li:not(:last-child):after{background:var(--tx-line)}
.tx-book-form .axt-grid{display:block}
.tx-book-form .axt-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 18px}
.tx-book-form .axt-form label{font-size:.78rem;font-weight:700;color:#8b8b8b;text-transform:uppercase;letter-spacing:.08em}
.tx-book-form .axt-form #axt-return{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 18px}
.tx-book-form .axt-form #axt-return label{margin-top:0}
.tx-book-form .axt-in{height:56px;background:#F5F5F5;border:1px solid #F0F0F0;border-radius:0;color:#111;font-size:.95rem;padding:0 16px}
.tx-book-form .axt-in:focus{border-color:var(--tx-red-soft);box-shadow:0 0 0 3px rgba(200,16,46,.28)}
.tx-book-form select.axt-in{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:38px}
.tx-book-form .axt-drop{border-radius:0}
.tx-book-form .axt-btn{
  grid-column:1/-1;justify-self:start;width:auto;height:auto;margin-top:6px;padding:18px 46px;
  background:var(--tx-yellow);color:var(--tx-on-brand);border:0;border-radius:0;font-weight:800;font-size:1rem;
  clip-path:polygon(0 0,100% 0,calc(100% - 26px) 100%,0 100%);transition:.25s;
}
.tx-book-form .axt-btn:hover{background:var(--tx-green);color:var(--tx-on-brand)}
.tx-book-form #axt-book{width:auto}
.tx-book-form .axt-meter{border-radius:0}

/* ---- results + booking flow slide in from the right ---- */
:root{--drawer-w:min(907px,96vw)}
.tx-drawer-back{
  position:fixed;inset:0;background:rgba(10,10,10,.55);backdrop-filter:blur(2px);
  opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;z-index:900;
}
body.tx-drawer-open .tx-drawer-back{opacity:1;visibility:visible}
body.tx-drawer-open{overflow:hidden}

/* the panes stay display:block so the transform can actually animate */
.tx-book-form .axt-pane-2,
.tx-book-form .axt-pane-3{
  position:fixed;top:0;right:0;bottom:0;width:var(--drawer-w);
  background:#fff;z-index:950;overflow-y:auto;overscroll-behavior:contain;
  padding:92px clamp(20px,3vw,40px) 48px;
  box-shadow:-24px 0 70px rgba(0,0,0,.32);
  transform:translateX(100%);transition:transform .45s cubic-bezier(.22,1,.36,1),visibility .45s;
}
.tx-book-form .axt-pane-2[hidden],
.tx-book-form .axt-pane-3[hidden]{
  display:block!important;transform:translateX(100%);visibility:hidden;pointer-events:none;
}
.tx-book-form .axt-pane-2:not([hidden]),
.tx-book-form .axt-pane-3:not([hidden]){transform:translateX(0);visibility:visible}

/* step 3 does NOT slide again — it just swaps in inside the open drawer */
.tx-book-form .axt-pane-3{transform:none!important;opacity:0;transition:opacity .28s ease,visibility .28s}
.tx-book-form .axt-pane-3:not([hidden]){opacity:1}
/* coming back from step 3 to the list must not re-slide either */
body.tx-no-slide .tx-book-form .axt-pane-2{transition:none}

.tx-drawer-head{
  position:fixed;top:0;right:0;width:var(--drawer-w);height:74px;z-index:960;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:0 clamp(20px,3vw,40px);background:#fff;border-bottom:1px solid var(--tx-line);
  transform:translateX(100%);transition:transform .45s cubic-bezier(.22,1,.36,1);
}
.tx-drawer-head::before{
  content:"";position:absolute;left:0;right:0;top:0;height:5px;
  background:repeating-linear-gradient(90deg,var(--tx-yellow) 0 16px,var(--tx-green) 16px 32px);
}
body.tx-drawer-open .tx-drawer-head{transform:translateX(0)}
.tx-drawer-head b{font-weight:600;color:#111;font-size:1.15rem;letter-spacing:-.01em}
.tx-drawer-close{
  border:0;background:var(--tx-green);color:var(--tx-on-brand);width:44px;height:44px;
  display:grid;place-items:center;cursor:pointer;transition:.25s;flex:none;
}
.tx-drawer-close:hover{background:var(--tx-yellow);color:var(--tx-on-brand)}
.tx-drawer-close svg{width:20px;height:20px}

/* ---- widget steps 2 & 3 (vehicle list, order) in the Taxix look ---- */
/* keep the phone map alive on every step: pane 1 stays in flow, only its form hides */
.tx-book-form .axt-pane-1[hidden]{display:block!important}
.tx-book-form .axt-pane-1[hidden] .axt-form{display:none}

.tx-book-form .axt-back{
  background:var(--tx-green);color:var(--tx-on-brand);border:0;border-radius:0;
  font-weight:800;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;padding:10px 18px;cursor:pointer;
}
.tx-book-form .axt-back:hover{background:var(--tx-yellow);color:var(--tx-on-brand)}

.tx-book-form .axt-vehicles{display:flex;flex-direction:column;gap:16px}
.tx-book-form .axt-veh{
  display:grid;grid-template-columns:210px minmax(0,1fr) 210px;align-items:center;gap:26px;
  border:1px solid #e6e6e6;border-radius:12px;background:#fff;padding:22px 24px;
  box-shadow:0 1px 2px rgba(0,0,0,.04);position:relative;overflow:hidden;
  transition:border-color .25s,box-shadow .25s;
}
.tx-book-form .axt-veh::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--tx-yellow);
  transform:scaleY(0);transform-origin:center;transition:transform .3s;
}
.tx-book-form .axt-veh:hover{border-color:#d5d5d5;box-shadow:0 12px 30px rgba(0,0,0,.1)}
.tx-book-form .axt-veh:hover::before{transform:scaleY(1)}

.tx-book-form .axt-veh-img{width:210px;height:130px;border-radius:8px;overflow:hidden;background:#fff}
.tx-book-form .axt-veh-img img{object-fit:contain;border-radius:5px}

/* name + spec list */
.tx-book-form .axt-veh-info{min-width:0}
.tx-book-form .axt-veh-nm{
  font-size:1.3rem;font-weight:700;color:#111;letter-spacing:-.02em;line-height:1.25;white-space:normal;
}
.tx-book-form .axt-veh-nm::after{
  content:" or similar";font-size:.86rem;font-weight:400;color:#7a7a7a;letter-spacing:0;
}
.tx-book-form .axt-veh-specs{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 17px;margin-top:12px;
}
.tx-book-form .axt-chip{
  display:inline-flex;align-items:center;gap:11px;background:none;border:0;border-radius:0;padding:0;
  color:#333;font-weight:400;font-size:14px;letter-spacing:0;text-transform:none;
}
.tx-book-form .axt-chip svg{width:19px;height:19px;opacity:1;color:#555;flex:none}
.tx-book-form .axt-chip--ok{color:#1a8a4a;background:none;border:0}
.tx-book-form .axt-chip--ok svg{color:#1a8a4a}

/* price column */
.tx-book-form .axt-veh-cta{display:flex;flex-direction:column;align-items:stretch;gap:0;text-align:right}
.tx-book-form .axt-veh-cta::before{
  content:"Price for this trip:";font-size:.84rem;color:#6d6d6d;font-weight:400;margin-bottom:2px;
}
.tx-book-form .axt-veh-pr{
  font-size:20px;font-weight:700;color:#111;letter-spacing:-.03em;
  font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1.15;
}
.tx-book-form .axt-veh-pr::after{
  content:"Free cancellation";display:block;font-size:.84rem;font-weight:500;color:#1a8a4a;
  letter-spacing:0;margin-top:2px;
}
.tx-book-form .axt-veh-book{
  width:100%;margin-top:16px;border-radius:8px;background:var(--tx-yellow);color:var(--tx-on-brand);
  font-weight:600;font-size:1rem;padding:14px 20px;box-shadow:none;transition:.25s;
}
.tx-book-form .axt-veh-book:hover{background:#111;color:#fff}
.tx-book-form .axt-empty{background:var(--tx-soft);border:1px solid var(--tx-line);border-radius:12px;padding:26px;text-align:center;color:#777}

@media(max-width:760px){
  .tx-book-form .axt-veh{grid-template-columns:150px minmax(0,1fr);gap:18px}
  .tx-book-form .axt-veh-img{width:150px;height:96px}
  .tx-book-form .axt-veh-cta{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;text-align:left}
  .tx-book-form .axt-veh-cta::before{display:none}
  .tx-book-form .axt-veh-book{width:auto;margin-top:0}
}
@media(max-width:520px){
  .tx-book-form .axt-veh{grid-template-columns:1fr}
  .tx-book-form .axt-veh-img{width:100%;height:170px}
  .tx-book-form .axt-veh-specs{grid-template-columns:1fr}
}

/* step 3 – order summary + billing form, styled like a real checkout */
.tx-book-form .axt-order{display:block}
.tx-book-form .axt-oform{margin-top:24px}

/* summary card */
.tx-book-form .axt-osum{
  border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.04);position:relative;top:0;
}
.tx-book-form .axt-osum-h{
  background:var(--tx-green);color:var(--tx-on-brand);border-radius:0;
  font-weight:600;font-size:.95rem;letter-spacing:.02em;padding:16px 20px;
}
.tx-book-form .axt-osum-b{padding:20px}
.tx-book-form .axt-stotal{
  display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  padding:16px 20px;border-top:1px solid #f0f0f0;background:#fcfcfc;
}
.tx-book-form .axt-stotal span{font-size:.95rem;color:#555}
.tx-book-form .axt-stotal strong{font-size:1.45rem;font-weight:700;color:#111;letter-spacing:-.02em}

/* "Your deal" block — the selected vehicle carried into step 3 */
.tx-book-form .tx-deal{padding:24px 22px 20px;border-bottom:1px solid #f0f0f0}
.tx-book-form .tx-deal h4{font-size:1.35rem;font-weight:700;color:#111;letter-spacing:-.02em;margin:0}
.tx-book-form .tx-deal-next{margin:.35rem 0 0;color:#6d6d6d;font-size:.9rem}
.tx-book-form .tx-deal-note{
  display:flex;align-items:center;gap:10px;margin:16px 0 18px;padding:12px 14px;
  border:1px solid #cfe8d8;border-radius:8px;background:#f4fbf6;color:#1a7a45;
  font-size:.88rem;line-height:1.4;
}
.tx-book-form .tx-deal-note svg{width:20px;height:20px;flex:none}
.tx-book-form .tx-deal-body{display:grid;grid-template-columns:118px minmax(0,1fr);gap:16px;align-items:center}
.tx-book-form .tx-deal-img{border-radius:6px;overflow:hidden;background:#fafafa}
.tx-book-form .tx-deal-img img{width:100%;height:auto;object-fit:contain;border-radius:5px}
.tx-book-form .tx-deal-nm{font-size:1.05rem;font-weight:700;color:#111;letter-spacing:-.01em;line-height:1.3}
.tx-book-form .tx-deal-nm span{font-size:.84rem;font-weight:400;color:#7a7a7a}
.tx-book-form .tx-deal-specs{margin-top:10px!important;gap:4px 16px!important}

/* billing form — same card language as the ride list */
.tx-book-form .axt-oform{
  border:1px solid #e6e6e6;border-radius:12px;background:#fff;padding:26px 28px 30px;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.tx-book-form .axt-oform-h{font-size:1.35rem;font-weight:700;color:#111;letter-spacing:-.02em;margin:0 0 6px}
.tx-book-form .axt-oform-sub{color:#6d6d6d;font-size:.95rem;margin:0 0 22px;max-width:52ch}
.tx-book-form .axt-fgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.tx-book-form .axt-fld{
  display:block;font-size:.82rem;font-weight:600;color:#444;letter-spacing:.01em;text-transform:none;
}
.tx-book-form .axt-fld .axt-req{color:#d14343;margin-left:2px}
.tx-book-form .axt-fld .axt-opt{color:#9a9a9a;font-weight:400;margin-left:4px}
.tx-book-form .axt-fld .axt-in{
  display:block;width:100%;margin-top:8px;height:52px;
  background:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:0 15px;
  font-family:inherit;font-size:.95rem;color:#111;transition:border-color .2s,box-shadow .2s;
}
.tx-book-form .axt-fld .axt-in::placeholder{color:#a9a9a9;font-family:inherit}
.tx-book-form .axt-fld .axt-in:focus{outline:0;border-color:var(--tx-red-soft);box-shadow:0 0 0 3px rgba(200,16,46,.3)}
.tx-book-form .axt-ta{height:auto!important;min-height:110px;padding:14px 15px!important;line-height:1.6;resize:vertical}

/* trip + price cards above the confirm button */
.tx-book-form .tx-trip{
  border:1px solid #e6e6e6;border-radius:12px;background:#fff;padding:22px 24px;margin-top:22px;
}
.tx-book-form .tx-trip h4{font-size:1.15rem;font-weight:700;color:#111;letter-spacing:-.02em;margin:0 0 18px}
.tx-book-form .tx-trip-line{position:relative}
.tx-book-form .tx-trip-pt{display:flex;gap:14px;position:relative;padding-bottom:22px}
.tx-book-form .tx-trip-pt:last-child{padding-bottom:0}
.tx-book-form .tx-trip-pt .dot{
  width:14px;height:14px;border-radius:50%;border:2px solid #111;background:#fff;flex:none;margin-top:4px;
}
.tx-book-form .tx-trip-pt:not(:last-child)::before{
  content:"";position:absolute;left:6px;top:20px;bottom:2px;width:2px;background:#e2e2e2;
}
.tx-book-form .tx-when{font-size:.88rem;color:#6d6d6d}
.tx-book-form .tx-where{font-size:1rem;font-weight:600;color:#111;margin-top:2px}
.tx-book-form .tx-trip-meta{
  display:flex;flex-wrap:wrap;gap:8px 10px;margin-top:18px;padding-top:16px;border-top:1px solid #f0f0f0;
}
.tx-book-form .tx-trip-meta span{
  font-size:.82rem;color:#555;background:#f7f7f7;border:1px solid #eee;border-radius:999px;padding:5px 12px;
}
.tx-book-form .tx-price .tx-prow{
  display:flex;justify-content:space-between;gap:1rem;font-size:.95rem;color:#555;padding:8px 0;
}
.tx-book-form .tx-price .tx-prow b{color:#111;font-weight:600}
.tx-book-form .tx-price .tx-ptotal{
  margin-top:8px;padding-top:16px;border-top:1px solid #eee;font-size:1.05rem;color:#111;font-weight:600;
}
.tx-book-form .tx-price .tx-ptotal b{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}

/* payment */
.tx-book-form .axt-pay-h{margin:28px 0 14px;font-size:1.05rem;font-weight:700;color:#111;letter-spacing:-.01em}
.tx-book-form .axt-pay{
  border:1px solid #e6e6e6;border-radius:12px;padding:18px 20px;background:#fff;
  transition:border-color .2s,background .2s,box-shadow .2s;cursor:pointer;
}
.tx-book-form .axt-pay+.axt-pay{margin-top:12px}
.tx-book-form .axt-pay:hover{border-color:#cfcfcf}
.tx-book-form .axt-pay.on{border-color:#111;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.07)}
.tx-book-form .axt-pay-top{display:flex;align-items:center;gap:13px}
.tx-book-form .axt-radio{
  width:20px;height:20px;border:2px solid #cfcfcf;border-radius:50%;flex:none;transition:.2s;
}
.tx-book-form .axt-pay.on .axt-radio{border-color:#111}
.tx-book-form .axt-pay.on .axt-radio:after{width:10px;height:10px;background:#111}
.tx-book-form .axt-pay-nm{font-weight:600;font-size:1rem;color:#111;letter-spacing:-.01em}
.tx-book-form .axt-pay-body{
  margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0;
}
.tx-book-form .axt-pay-note{
  font-size:.88rem;color:#6d6d6d;line-height:1.6;margin:0 0 16px;
}
.tx-book-form .axt-bankgrid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;
  background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:18px 20px;
}
.tx-book-form .axt-bk{display:flex;flex-direction:column;gap:4px;min-width:0}
.tx-book-form .axt-bk-k{
  font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9a9a9a;
}
.tx-book-form .axt-bk-v{
  font-family:inherit;font-size:.95rem;font-weight:600;color:#111;
  letter-spacing:.01em;word-break:break-all;font-variant-numeric:tabular-nums;
}
@media(max-width:560px){.tx-book-form .axt-bankgrid{grid-template-columns:1fr}}

/* widget error/flash messages — the widget prepends them outside the drawer,
   so pin them to the top of the drawer while it is open */
.tx-book-form .axt-flash{
  border-radius:10px;border:1px solid #f3c2be;background:#fdeceb;color:#a12622;
  padding:14px 18px;font-size:.92rem;font-weight:500;
}
body.tx-drawer-open .tx-book-form .axt-flash{
  position:fixed;top:86px;right:clamp(20px,3vw,40px);width:calc(var(--drawer-w) - 2*clamp(20px,3vw,40px));
  z-index:980;box-shadow:0 16px 34px rgba(0,0,0,.18);margin:0;
}

/* confirm button + notes */
.tx-book-form #axt-book{
  width:100%;margin-top:24px;height:auto;padding:17px 28px;border-radius:8px;
  background:var(--tx-yellow);color:var(--tx-on-brand);font-weight:600;font-size:1.02rem;clip-path:none;
}
.tx-book-form #axt-book:hover{background:#111;color:#fff}
.tx-book-form .axt-note{color:#8a8a8a;font-size:.85rem;margin-top:12px;text-align:center}

/* confirmation screen */
.tx-book-form .axt-done{text-align:center;padding-top:8px}
.tx-book-form .axt-done-badge{
  width:84px;height:84px;line-height:84px;border-radius:50%;border:0;margin:10px auto 22px;
  background:var(--tx-yellow);color:var(--tx-on-brand);font-size:2.2rem;
  box-shadow:0 0 0 10px rgba(200,16,46,.18);
}
.tx-book-form .axt-done-h{font-size:1.9rem;font-weight:700;color:#111;letter-spacing:-.03em;margin:0 0 10px}
.tx-book-form .axt-done-sub{color:#6d6d6d;font-size:1rem;line-height:1.65;max-width:56ch;margin:0 auto 26px}
.tx-book-form .axt-done-sub strong,
.tx-book-form .axt-done-sub code{
  background:#fffbe0;border:1px solid #f2e4a0;border-radius:6px;padding:3px 10px;
  font-family:inherit;font-weight:700;color:#111;letter-spacing:.02em;
}

/* the four stat tiles */
.tx-book-form .axt-metabar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 28px}
.tx-book-form .axt-meta{
  background:#fff;border:1px solid #ececec;border-radius:12px;padding:16px 14px;
  min-width:0;text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.tx-book-form .axt-meta-k{font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9a9a9a}
.tx-book-form .axt-meta-v{font-size:1.02rem;font-weight:700;color:#111;margin-top:6px;letter-spacing:-.01em}

/* bank / voucher cards */
.tx-book-form .axt-dcard{
  border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;background:#fff;
  text-align:left;max-width:none;margin:0 0 22px;
}
.tx-book-form .axt-dcard-h{
  background:#fafafa;border-bottom:1px solid #f0f0f0;padding:15px 20px;
  font-weight:700;font-size:1rem;color:#111;letter-spacing:-.01em;
}
.tx-book-form .axt-dcard-badge{
  background:var(--tx-green);color:var(--tx-on-brand);border:0;border-radius:999px;
  font-size:.66rem;font-weight:700;letter-spacing:.1em;padding:5px 12px;
}
.tx-book-form .axt-dcard-b{padding:20px}

/* what happens next */
.tx-book-form .axt-next{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:none;margin:26px 0 0}
.tx-book-form .axt-nx{
  background:#fff;border:1px solid #ececec;border-radius:12px;padding:18px;gap:13px;text-align:left;
}
.tx-book-form .axt-nx-n{
  width:30px;height:30px;min-width:30px;border-radius:50%;background:var(--tx-yellow);color:var(--tx-on-brand);
  font-weight:700;font-size:.85rem;line-height:1;border:0;flex:none;
  display:flex;align-items:center;justify-content:center;text-align:center;
}
.tx-book-form .axt-nx strong{font-size:.95rem;font-weight:600;color:#111}
.tx-book-form .axt-nx span{font-size:.86rem;color:#6d6d6d;line-height:1.55}

/* actions */
.tx-book-form .axt-actions{gap:12px;margin-top:28px}
.tx-book-form .axt-act{
  border:1px solid #e2e2e2;border-radius:8px;padding:13px 22px;font-weight:600;font-size:.94rem;color:#111;
}
.tx-book-form .axt-act:hover{border-color:#111;background:#fafafa}
.tx-book-form .axt-act-primary{background:var(--tx-yellow);border-color:var(--tx-red-soft);color:var(--tx-on-brand)}
.tx-book-form .axt-act-primary:hover{background:#111;border-color:#111;color:#fff}
.tx-book-form .axt-act-danger{color:#c0392b;border-color:#f0c6c1}

@media(max-width:760px){
  .tx-book-form .axt-metabar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tx-book-form .axt-next{grid-template-columns:1fr}
}

@media(max-width:560px){
  .tx-book-form .axt-fgrid{grid-template-columns:1fr}
}

/* ============ ABOUT ============ */
.tx-about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.tx-about-art{position:relative}
.tx-about-art .main{width:86%;border-radius:6px;overflow:hidden}
.tx-about-art .thumb{position:absolute;right:0;bottom:-40px;width:46%;border:10px solid #fff;box-shadow:0 20px 40px rgba(0,0,0,.14);border-radius:6px;overflow:hidden}
.tx-about-art .badge{
  position:absolute;left:-14px;top:26px;background:var(--tx-yellow);color:var(--tx-on-brand);font-weight:900;
  padding:18px 22px;line-height:1.1;text-align:center;box-shadow:0 14px 26px rgba(0,0,0,.16);
}
.tx-about-art .badge b{display:block;font-size:2rem}
.tx-about-art .badge span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.tx-list{list-style:none;margin:1.4rem 0 0;padding:0}
.tx-list li{position:relative;padding-left:34px;margin-bottom:.75rem;color:#3d3d3d;font-weight:600}
.tx-list li::before{
  content:"";position:absolute;left:0;top:.45em;width:20px;height:20px;border-radius:50%;
  background:var(--tx-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.tx-about-foot{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:2.2rem;padding-top:1.8rem;border-top:1px solid var(--tx-line)}
.tx-about-call{display:flex;align-items:center;gap:.9rem}
.tx-about-call .ic{width:54px;height:54px;border-radius:50%;background:var(--tx-yellow);display:grid;place-items:center}
.tx-about-call .ic svg{width:22px;height:22px;color:#111}
.tx-about-call span{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#9a9a9a}
.tx-about-call b{display:block;font-size:1.15rem;color:#111}

/* ============ SERVICES ============ */
.tx-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.tx-service{background:#fff;border:1px solid var(--tx-line);padding:38px 30px;transition:.3s;position:relative;overflow:hidden}
.tx-service .ic{width:70px;height:70px;background:var(--tx-yellow);display:grid;place-items:center;margin-bottom:1.4rem;transition:.3s}
.tx-service .ic svg{width:34px;height:34px;color:#111}
.tx-service h4{font-size:1.15rem;margin-bottom:.6rem}
.tx-service p{font-size:.94rem;margin:0}
.tx-service .num{position:absolute;right:18px;top:6px;font-size:3.4rem;font-weight:900;color:#f3f3f3;line-height:1}
.tx-service:hover{background:#111;border-color:#111;transform:translateY(-6px)}
.tx-service:hover h4{color:#fff}
.tx-service:hover p{color:rgba(255,255,255,.7)}
.tx-service:hover .num{color:rgba(255,255,255,.06)}

/* ============ MARQUEE ============ */
.tx-marquee{background:var(--tx-yellow);padding:18px 0;overflow:hidden;white-space:nowrap}
.tx-marquee-in{display:inline-flex;gap:3rem;animation:tx-scroll 26s linear infinite}
.tx-marquee span{font-weight:900;font-size:1.05rem;color:var(--tx-on-brand);text-transform:uppercase;letter-spacing:.06em;display:inline-flex;align-items:center;gap:1rem}
.tx-marquee span::after{content:"★";color:var(--tx-on-brand);opacity:.55}
@keyframes tx-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ============ PRICING ============ */
.tx-pricing{background:var(--tx-soft)}
.tx-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
.tx-price{background:#fff;padding:34px 30px 38px;position:relative;border:1px solid var(--tx-line)}
.tx-price.popular{border-color:#111;box-shadow:0 24px 50px rgba(0,0,0,.12)}
.tx-price .tag{position:absolute;top:0;right:0;background:var(--tx-green);color:var(--tx-on-brand);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:8px 16px}
.tx-price img{margin:0 auto 1rem;max-width:78%}
.tx-price h4{font-size:1.35rem}
.tx-price .route{font-size:.85rem;color:#9a9a9a;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem}
.tx-price .amount{font-size:2.6rem;font-weight:900;color:#111;line-height:1}
.tx-price .amount small{font-size:.9rem;font-weight:700;color:#9a9a9a}
.tx-price ul{list-style:none;margin:1.4rem 0;padding:0;border-top:1px dashed var(--tx-line)}
.tx-price li{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px dashed var(--tx-line);font-size:.92rem}
.tx-price li b{color:#111}

/* ============ APP ============ */
.tx-app{background:#111;color:rgba(255,255,255,.72);position:relative;overflow:hidden}
.tx-app h2{color:#fff}
.tx-app .tx-eyebrow{color:var(--tx-red-soft)}
.tx-app-in{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.tx-app .tx-list li{color:rgba(255,255,255,.82)}
.tx-stores{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.8rem}
.tx-stores img{height:52px;width:auto}

/* ============ COUNTERS ============ */
.tx-counters{background:var(--tx-yellow);padding:clamp(44px,5vw,70px) 0}
.tx-counters .g{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.tx-counters b{display:block;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--tx-on-brand);line-height:1}
.tx-counters span{font-weight:700;color:rgba(255,255,255,.82);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}

/* ============ FAQ ============ */
.tx-faq-in{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.tx-acc{border-top:1px solid var(--tx-line)}
.tx-acc details{border-bottom:1px solid var(--tx-line)}
.tx-acc summary{list-style:none;cursor:pointer;padding:20px 44px 20px 0;font-weight:800;color:#111;position:relative;font-size:1.02rem}
.tx-acc summary::-webkit-details-marker{display:none}
.tx-acc summary::after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;background:var(--tx-yellow);display:grid;place-items:center;font-size:1.1rem;line-height:1}
.tx-acc details[open] summary::after{content:"–"}
.tx-acc p{padding:0 10px 20px 0;margin:0;font-size:.95rem}

/* ============ TESTIMONIALS ============ */
.tx-testi{background:var(--tx-soft)}
.tx-tcard{background:#fff;padding:32px 30px;border:1px solid var(--tx-line)}
.tx-tcard .stars{color:#FFB800;letter-spacing:.15em;margin-bottom:.8rem}
.tx-tcard p{font-size:.96rem}
.tx-tcard .who{display:flex;align-items:center;gap:.9rem;margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid var(--tx-line)}
.tx-tcard .who img{width:54px;height:54px;border-radius:50%;object-fit:cover}
.tx-tcard .who b{display:block;color:#111}
.tx-tcard .who span{font-size:.82rem;color:#9a9a9a}

/* ============ CTA ============ */
.tx-cta{
  background:linear-gradient(rgba(0,0,0,.62),rgba(0,0,0,.62)),url('img/about-6b.jpg') center/cover fixed no-repeat;
  text-align:center;color:#fff;
}
.tx-cta h2{color:#fff;font-size:clamp(1.9rem,4vw,3.2rem);max-width:22ch;margin:0 auto 1.8rem}
.tx-cta .acts{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ============ BLOG ============ */
.tx-post{border:1px solid var(--tx-line);background:#fff;overflow:hidden;transition:.3s}
.tx-post:hover{box-shadow:0 24px 50px rgba(0,0,0,.12);transform:translateY(-6px)}
.tx-post .pic{aspect-ratio:3/2;overflow:hidden}
.tx-post .pic img{width:100%;height:100%;object-fit:cover;transition:.5s}
.tx-post:hover .pic img{transform:scale(1.07)}
.tx-post .body{padding:26px 26px 30px}
.tx-post .meta{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9a9a9a;margin-bottom:.7rem}
.tx-post h4{font-size:1.12rem;margin-bottom:.6rem}
.tx-post p{font-size:.92rem;margin:0}

/* ============ FOOTER ============ */
.tx-footer{background:#111;color:rgba(255,255,255,.62);padding-top:clamp(56px,6vw,90px)}
.tx-footer h5{color:#fff;font-size:1.05rem;margin-bottom:1.2rem;position:relative;padding-bottom:.7rem}
.tx-footer h5::after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;background:var(--tx-yellow)}
.tx-foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:clamp(1.6rem,3vw,3rem)}
.tx-footer a:hover{color:var(--tx-red-soft)}
.tx-footer .flinks{display:grid;gap:.6rem}
.tx-footer .tx-logo{color:#fff}
.tx-footer .tx-logo small{color:rgba(255,255,255,.45)}
.tx-news{display:flex;margin-top:1rem}
.tx-news input{flex:1;min-width:0;background:#1c1c1c;border:1px solid #2a2a2a;color:#fff;padding:14px 16px;border-radius:0}
.tx-news button{background:var(--tx-yellow);color:var(--tx-on-brand);border:0;font-weight:800;padding:0 22px;cursor:pointer}
.tx-foot-bot{
  margin-top:clamp(36px,4vw,56px);border-top:1px solid #232323;padding:22px 0;
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.88rem;
}
.tx-foot-bot nav{display:flex;gap:1.2rem}

/* ============ RESPONSIVE ============ */

@media(max-width:720px){
  .tx-call{display:none}
  .tx-grid-4{grid-template-columns:1fr}
  .tx-counters .g{grid-template-columns:repeat(2,1fr);gap:28px}
  .tx-about-art .thumb{position:static;width:100%;margin-top:1rem}
  .tx-about-art .main{width:100%}
  .tx-foot-grid{grid-template-columns:1fr}
  .tx-cta{background-attachment:scroll}
  .tx-car-hero{left:50%;margin-left:0;transform:translateX(-50%);width:min(560px,92%);height:auto;top:20px;margin-top:-60px}
  .tx-topbar-in{justify-content:center;text-align:center}
  .tx-book-form .axt-form,.tx-book-form .axt-form #axt-return{grid-template-columns:1fr}
}

/* ============================================================
   TOUREX-STYLE HERO + SEARCH BAR (city-tours.html)
   ============================================================ */
.tg-hero{
  position:relative;overflow:hidden;text-align:center;color:#fff;
  padding:clamp(90px,11vw,150px) 0 clamp(120px,12vw,170px);
}
.tg-hero-bg{
  position:absolute;inset:0;background:url('img/banner.jpg') center/cover no-repeat;
  transform:scale(1.04);animation:tg-zoom 18s ease-in-out infinite alternate;
}
@keyframes tg-zoom{from{transform:scale(1.04)}to{transform:scale(1.14)}}
@media(prefers-reduced-motion:reduce){.tg-hero-bg{animation:none}}
.tg-hero-in{position:relative;z-index:2}
.tg-hero-sub{
  font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;
  font-size:clamp(1.5rem,3.4vw,2.6rem);color:#fff!important;margin:0 0 .2rem;letter-spacing:.01em;
  text-shadow:0 2px 18px rgba(0,0,0,.45);
}
.tg-hero-title{
  font-size:clamp(2.2rem,6vw,4.6rem);font-weight:800;color:#fff!important;line-height:1.08;
  letter-spacing:-.02em;margin:0;text-shadow:0 3px 22px rgba(0,0,0,.5);
}
.tg-hero-in .abe-shortcode-wrap,
.tg-hero-in .tg-searchbar{margin-top:clamp(2.2rem,4.5vw,3.6rem)}

/* white search bar sitting under the hero copy */

.tg-searchbar .abe-shortcode-wrap{margin:0}
/* the widget paints its own coloured panel — keep its labels readable (white) */
.tg-searchbar .abe-shortcode-wrap{margin:0}
.tg-searchbar label,
.tg-searchbar .abe-field label,
.tg-searchbar .abe-field > span,
.tg-searchbar .abe-lbl{font-weight:600!important;letter-spacing:.01em!important}
.tg-searchbar input,
.tg-searchbar select,
.tg-searchbar textarea{
  background:#fff!important;color:#111!important;border:0!important;border-radius:8px!important;
  font-weight:600!important;
}
.tg-searchbar input::placeholder{color:#8b8b8b!important;font-weight:500!important}
.tg-searchbar .abe-search-btn{
  border-radius:999px!important;background:var(--tx-yellow)!important;color:var(--tx-on-brand)!important;
  font-weight:700!important;border:0!important;box-shadow:none!important;
}
.tg-searchbar .abe-search-btn:hover{background:var(--tx-green)!important;color:var(--tx-on-brand)!important}

/* ============================================================
   TOUREX-STYLE BODY (city-tours.html)
   ============================================================ */
:root{--tg-green:#C8102E;--tg-ink:#12141A;--tg-mut:#6A7180;--tg-line:#E9EBEF;--tg-soft:#FBF3EE}
.tg-sec{padding:clamp(56px,7vw,110px) 0}
.tg-grey{background:var(--tg-soft)}
.tg-head{margin-bottom:clamp(28px,3.5vw,48px)}
.tg-head-center{text-align:center;max-width:720px;margin-inline:auto}
.tg-head-center p{margin-top:.9rem;color:var(--tg-mut)}
.tg-eyebrow{
  display:inline-block;color:var(--tg-green);font-weight:700;font-size:.82rem;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem;
}
.tg-eyebrow-light{color:rgba(255,255,255,.85)}
.tg-title{font-size:clamp(1.7rem,3.2vw,2.7rem);font-weight:800;color:var(--tg-ink);letter-spacing:-.02em;line-height:1.18;margin:0}
.tg-title-light{color:#fff}
.tg-btn{
  display:inline-flex;align-items:center;gap:.5rem;background:var(--tg-green);color:#fff;
  font-weight:700;font-size:.95rem;padding:15px 30px;border-radius:999px;transition:.25s;border:2px solid var(--tg-green);
}
.tg-btn:hover{background:var(--tg-ink);border-color:var(--tg-ink);color:#fff}
.tg-btn-light{background:#fff;color:var(--tg-ink);border-color:#fff}
.tg-btn-light:hover{background:var(--tg-ink);color:#fff;border-color:var(--tg-ink)}
.tg-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.tg-btn-outline:hover{background:#fff;color:var(--tg-ink);border-color:#fff}
.tg-more{text-align:center;margin-top:clamp(28px,3vw,44px)}

/* destinations */
.tg-dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.tg-dest{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:3/3.6}
.tg-dest img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tg-dest:hover img{transform:scale(1.08)}
.tg-dest::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.72))}
.tg-dest-body{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:#fff}
.tg-dest-body h4{font-size:1.15rem;font-weight:700;margin:0;color:#fff}
.tg-dest-body span{font-size:.85rem;opacity:.85}

/* about */
.tg-about-in{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.tg-about-art img{width:100%}
.tg-about p{color:var(--tg-mut);margin-top:1rem;line-height:1.8}
.tg-funfacts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:2rem 0}
.tg-fun{background:#fff;border:1px solid var(--tg-line);border-radius:14px;padding:18px 16px;text-align:center}
.tg-fun img{width:36px;height:36px;object-fit:contain;margin:0 auto .6rem}
.tg-fun b{display:block;font-size:1.35rem;font-weight:800;color:var(--tg-ink)}
.tg-fun span{font-size:.8rem;color:var(--tg-mut)}
.tg-about-foot{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}
.tg-author{display:flex;align-items:center;gap:.8rem}
.tg-author img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.tg-author b{display:block;color:var(--tg-ink)}
.tg-author span{font-size:.85rem;color:var(--tg-mut)}

/* tour cards */
.tg-tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tg-tour{background:#fff;border:1px solid var(--tg-line);border-radius:18px;overflow:hidden;transition:.3s}
.tg-tour:hover{box-shadow:0 24px 50px rgba(18,20,26,.12);transform:translateY(-5px)}
.tg-tour-pic{position:relative;aspect-ratio:3/2;overflow:hidden}
.tg-tour-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tg-tour:hover .tg-tour-pic img{transform:scale(1.07)}
.tg-tour-badge{
  position:absolute;left:14px;top:14px;background:var(--tg-green);color:#fff;
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;
}
.tg-tour-fav{
  position:absolute;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:50%;
  background:rgba(255,255,255,.92);color:var(--tg-ink);display:grid;place-items:center;cursor:pointer;transition:.25s;
}
.tg-tour-fav svg{width:18px;height:18px}
.tg-tour-fav:hover{background:var(--tg-green);color:#fff}
.tg-tour-body{padding:20px 22px 22px}
.tg-tour-meta{display:flex;gap:16px;color:var(--tg-mut);font-size:.85rem;margin-bottom:.7rem}
.tg-tour-meta span{display:inline-flex;align-items:center;gap:6px}
.tg-tour-meta svg{width:15px;height:15px}
.tg-tour-body h4{font-size:1.08rem;font-weight:700;color:var(--tg-ink);line-height:1.4;margin:0 0 .6rem}
.tg-tour-loc{display:flex;align-items:center;gap:6px;color:var(--tg-mut);font-size:.88rem;margin:0}
.tg-tour-loc svg{width:15px;height:15px}
.tg-tour-foot{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  margin-top:16px;padding-top:16px;border-top:1px solid var(--tg-line);
}
.tg-tour-price small{display:block;font-size:.76rem;color:var(--tg-mut)}
.tg-tour-price b{font-size:1.35rem;font-weight:800;color:var(--tg-green)}
.tg-tour-rate{font-size:.88rem;font-weight:700;color:var(--tg-ink)}
.tg-tour-rate span{font-weight:400;color:var(--tg-mut)}

/* ads */
.tg-ads{background:var(--tg-green);color:#fff;overflow:hidden}
.tg-ads-in{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:clamp(30px,4vw,50px) 0}
.tg-ads .tg-title{margin-bottom:1.4rem}
.tg-ads .tg-title b{background:#fff;color:var(--tg-green);padding:0 10px;border-radius:8px}
.tg-ads img{border-radius:18px;width:100%;object-fit:cover;max-height:280px}

/* why choose */
.tg-chose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tg-chose{text-align:center}
.tg-chose-pic{border-radius:18px;overflow:hidden;aspect-ratio:4/3;margin-bottom:1.1rem}
.tg-chose-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tg-chose:hover .tg-chose-pic img{transform:scale(1.06)}
.tg-chose h4{font-size:1.15rem;font-weight:700;color:var(--tg-ink);margin:0 0 .5rem}
.tg-chose p{color:var(--tg-mut);font-size:.95rem;margin:0}

/* testimonials */
.tg-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tg-testi{background:#fff;border:1px solid var(--tg-line);border-radius:18px;padding:28px 26px}
.tg-testi-stars{color:#F5A623;letter-spacing:.12em;margin-bottom:.8rem}
.tg-testi p{color:var(--tg-mut);line-height:1.75;margin:0}
.tg-testi-who{display:flex;align-items:center;gap:.9rem;margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid var(--tg-line)}
.tg-testi-who img{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--tg-soft)}
.tg-testi-who b{display:block;color:var(--tg-ink)}
.tg-testi-who span{font-size:.85rem;color:var(--tg-mut)}

/* blog */
.tg-post2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tg-post2{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--tg-line);transition:.3s}
.tg-post2:hover{box-shadow:0 24px 50px rgba(18,20,26,.12);transform:translateY(-5px)}
.tg-post2-pic{position:relative;aspect-ratio:3/2;overflow:hidden}
.tg-post2-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tg-post2:hover .tg-post2-pic img{transform:scale(1.07)}
.tg-post2-tag{
  position:absolute;left:14px;top:14px;background:#fff;color:var(--tg-ink);
  font-size:.74rem;font-weight:700;padding:6px 13px;border-radius:999px;
}
.tg-post2-body{padding:20px 22px 24px}
.tg-post2-body h4{font-size:1.1rem;font-weight:700;color:var(--tg-ink);line-height:1.4;margin:0 0 .8rem}
.tg-post2-meta{display:flex;gap:16px;color:var(--tg-mut);font-size:.85rem}

/* cta */
.tg-cta{background:var(--tg-ink);color:rgba(255,255,255,.75);padding:clamp(46px,6vw,80px) 0}
.tg-cta-in{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.tg-cta p{margin:.8rem 0 0;max-width:52ch}
.tg-cta-acts{display:flex;gap:.9rem;flex-wrap:wrap}

@media(max-width:1000px){
  .tg-dest-grid{grid-template-columns:repeat(2,1fr)}
  .tg-tour-grid,.tg-chose-grid,.tg-testi-grid,.tg-post2-grid{grid-template-columns:repeat(2,1fr)}
  .tg-about-in,.tg-ads-in{grid-template-columns:1fr}
}
@media(max-width:640px){
  .tg-dest-grid,.tg-tour-grid,.tg-chose-grid,.tg-testi-grid,.tg-post2-grid{grid-template-columns:1fr}
  .tg-funfacts{grid-template-columns:1fr}
}

/* ============================================================
   TOUREX index-5 STYLE (flights.html)
   ============================================================ */
.tg-hero-bg-5{background-image:url('img/kt/flights-hero.jpg')}
.tg-hero-5{padding-bottom:clamp(90px,10vw,140px)}

/* summer deal strip */
.tg-deal{background:var(--tg-green);color:#fff}
.tg-deal-in{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding:clamp(32px,4vw,52px) 0}
.tg-deal .tg-title b{background:#fff;color:var(--tg-green);padding:0 10px;border-radius:8px}

/* counters */
.tg-count-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:1.8rem 0 2rem}
.tg-count{background:#fff;border:1px solid var(--tg-line);border-radius:14px;padding:18px 14px;text-align:center}
.tg-count b{display:block;font-size:1.6rem;font-weight:800;color:var(--tg-green);line-height:1}
.tg-count span{font-size:.78rem;color:var(--tg-mut)}

/* flight deal cards */
.tg-fl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tg-fl{background:#fff;border:1px solid var(--tg-line);border-radius:18px;overflow:hidden;transition:.3s}
.tg-fl:hover{box-shadow:0 24px 50px rgba(18,20,26,.12);transform:translateY(-5px)}
.tg-fl-pic{position:relative;aspect-ratio:3/2;overflow:hidden}
.tg-fl-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tg-fl:hover .tg-fl-pic img{transform:scale(1.07)}
.tg-fl-off{
  position:absolute;left:14px;top:14px;background:#F5A623;color:#12141A;
  font-size:.74rem;font-weight:800;padding:6px 12px;border-radius:999px;
}
.tg-fl-body{padding:20px 22px 22px}
.tg-fl-air{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tg-green);margin-bottom:.4rem}
.tg-fl-body h4{font-size:1.1rem;font-weight:700;color:var(--tg-ink);margin:0 0 .7rem;line-height:1.35}
.tg-fl-meta{display:flex;gap:16px;color:var(--tg-mut);font-size:.86rem}
.tg-fl-meta span{display:inline-flex;align-items:center;gap:6px}
.tg-fl-meta svg{width:15px;height:15px}
.tg-fl-foot{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  margin-top:16px;padding-top:16px;border-top:1px solid var(--tg-line);
}
.tg-fl-price s{color:var(--tg-mut);font-size:.88rem;margin-right:6px}
.tg-fl-price b{font-size:1.35rem;font-weight:800;color:var(--tg-ink)}
.tg-fl-price small{display:block;font-size:.75rem;color:var(--tg-mut)}
.tg-fl-btn{
  background:var(--tg-green);color:#fff;font-weight:700;font-size:.9rem;
  padding:11px 22px;border-radius:999px;transition:.25s;
}
.tg-fl-btn:hover{background:var(--tg-ink);color:#fff}

/* offer tiles */
.tg-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tg-offer{
  background:var(--tg-soft);border:1px solid var(--tg-line);border-radius:18px;
  padding:32px 28px;text-align:center;
}
.tg-offer span{font-size:.88rem;color:var(--tg-mut)}
.tg-offer b{display:block;font-size:3rem;font-weight:800;color:var(--tg-green);line-height:1.1;margin:.2rem 0 .4rem}
.tg-offer p{color:var(--tg-mut);margin:0 0 1.3rem}
.tg-offer-dark{background:var(--tg-ink);border-color:var(--tg-ink);color:rgba(255,255,255,.8)}
.tg-offer-dark span,.tg-offer-dark p{color:rgba(255,255,255,.75)}
.tg-offer-dark b{color:#fff}
.tg-offer-green{background:var(--tg-green);border-color:var(--tg-green);color:rgba(255,255,255,.85)}
.tg-offer-green span,.tg-offer-green p{color:rgba(255,255,255,.85)}
.tg-offer-green b{color:#fff}

/* airline logos */
.tg-brands{padding:clamp(30px,4vw,50px) 0;border-top:1px solid var(--tg-line);border-bottom:1px solid var(--tg-line)}
.tg-brand-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.tg-brand-row img{height:38px;width:auto;opacity:.55;filter:grayscale(1);transition:.25s}
.tg-brand-row img:hover{opacity:1;filter:none}

@media(max-width:1000px){
  .tg-fl-grid,.tg-offer-grid{grid-template-columns:repeat(2,1fr)}
  .tg-count-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .tg-fl-grid,.tg-offer-grid{grid-template-columns:1fr}
}

/* the accent is the brand yellow, so anything sitting on it uses dark text */
.tg-btn{color:#111}
.tg-btn:hover{background:#111;border-color:#111;color:var(--tg-green)}
.tg-eyebrow{color:#9A8300}
.tg-tour-badge,.tg-fl-btn{color:#111}
.tg-fl-btn:hover{background:#111;color:var(--tg-green)}
.tg-tour-fav:hover{background:var(--tg-green);color:#111}
.tg-ads,.tg-deal{color:#111}
.tg-ads .tg-eyebrow-light,.tg-deal .tg-eyebrow-light{color:rgba(0,0,0,.6)}
.tg-ads .tg-title-light,.tg-deal .tg-title-light{color:#111}
.tg-ads .tg-title b,.tg-deal .tg-title b{background:#111;color:var(--tg-green)}
.tg-ads .tg-btn-light,.tg-deal .tg-btn-light{background:#111;color:#fff;border-color:#111}
.tg-ads .tg-btn-light:hover,.tg-deal .tg-btn-light:hover{background:#fff;color:#111;border-color:#fff}
.tg-offer-green{color:#3d3200}
.tg-offer-green span,.tg-offer-green p{color:rgba(0,0,0,.65)}
.tg-offer-green b{color:#111}
.tg-offer-green .tg-btn-light{background:#111;color:#fff;border-color:#111}
.tg-offer-green .tg-btn-light:hover{background:#fff;color:#111;border-color:#fff}
.tg-count b{color:#111}
.tg-tour-price b,.tg-fl-air{color:#111}
.tg-cta .tg-btn{background:var(--tg-green);border-color:var(--tg-green);color:#111!important}
.tg-cta .tg-btn:hover{background:#fff;border-color:#fff;color:#111!important}
.tg-cta .tg-btn-outline{background:transparent;border-color:rgba(255,255,255,.55);color:#fff!important}
.tg-cta .tg-btn-outline:hover{background:#fff;border-color:#fff;color:#111!important}

/* every yellow button/badge carries black text, everywhere */
.tx-btn,.tx-btn-slash,.tx-hero-btn,.tg-btn,.tg-fl-btn,.tg-tour-badge,.tg-fl-off,
.tx-news button,.tx-book-form .axt-btn,.tx-book-form #axt-book,
.tx-book-form .axt-veh-book,.tx-book-form .axt-act-primary,
.tx-counters b,.tx-price .tag{color:var(--tx-on-brand)!important}
.tx-btn:hover,.tx-btn-slash:hover,.tx-hero-btn:hover,
.tx-book-form .axt-btn:hover,.tx-book-form #axt-book:hover,
.tx-book-form .axt-veh-book:hover,.tx-book-form .axt-act-primary:hover{color:var(--tx-on-brand)!important}
.tx-price .tag{color:var(--tx-on-brand)!important}
.tg-btn:hover,.tg-fl-btn:hover{color:var(--tg-green)!important}

/* dark CTA strip: heading and copy stay white */
.tg-cta h2,.tg-cta .tg-title,.tg-cta .tg-title-light{color:#fff!important}
.tg-cta p{color:rgba(255,255,255,.78)!important}
.tg-cta .tg-eyebrow-light{color:var(--tx-red-soft)!important}

/* ============================================================
   RESPONSIVE PASS — tablet + mobile (all pages)
   ============================================================ */
html{-webkit-text-size-adjust:100%}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%}
.tx-container{width:min(1200px,92vw)}

/* comfortable tap targets everywhere on touch devices */
@media(hover:none){
  .tx-nav a,.tg-btn,.tx-btn,.tx-hero-btn,.tx-search-ic,.tx-burger,
  .tx-drawer-close,.tg-fl-btn,.tx-socials a{min-height:44px}
}

/* ---------------- tablet: up to 1200px ---------------- */
@media(max-width:1200px){
  .tx-header-in{gap:1rem}
  .tx-nav{gap:1.4rem}
  .tx-nav a{font-size:.86rem}
  .tx-logo img{width:140px}
}

/* ---------------- tablet / small laptop: up to 1100px ---------------- */
@media(max-width:1100px){
  /* mobile menu panel matches the black header */
  .tx-header.open .tx-nav a.active{color:var(--tx-red-soft)}
  .tx-header-in{min-height:78px}
  .tx-header-r{gap:.9rem}

  /* hero + banner */
  .tx-banner{padding:clamp(60px,9vw,90px) 0 clamp(120px,15vw,180px)}
  .tg-hero{padding:clamp(70px,10vw,110px) 0 clamp(80px,10vw,120px)}

  /* booking card stacks: phone above, form below */
  .tx-booking-wrap{padding-top:clamp(30px,10vw,90px)}
  .tx-book-art{min-height:520px}
  .tx-book::before{width:100%;clip-path:polygon(30% 0,100% 0,70% 100%,0 100%)}
}

/* ---------------- tablet portrait: up to 900px ---------------- */
@media(max-width:900px){
  .tg-searchbar .abe-field{width:100%!important}
  .tx-drawer-head{height:64px}
  .tx-book-form .axt-pane-2,.tx-book-form .axt-pane-3{padding-top:78px}
}

/* ---------------- mobile: up to 720px ---------------- */
@media(max-width:720px){
  .tx-container{width:92vw}
  .tx-sec,.tg-sec{padding:clamp(42px,9vw,64px) 0}

  /* top bar + header */
  .tx-topbar{font-size:.8rem}
  .tx-topbar-in{min-height:auto;padding:8px 0;gap:.4rem}
  .tx-topbar li{border:0;padding:0 8px;margin:0}
  .tx-topbar ul{justify-content:center;width:100%}
  .tx-socials{width:100%;justify-content:center;gap:20px}
  .tx-logo img{width:126px}
  .tx-btn-slash{padding:12px 18px;font-size:.82rem}

  /* banner / hero */
  .tx-banner h1{font-size:clamp(1.75rem,7.4vw,2.4rem)}
  .tx-hero-btn{padding:16px 30px;font-size:.92rem}
  .tg-hero-sub{font-size:clamp(1.15rem,6vw,1.6rem)}
  .tg-hero-title{font-size:clamp(1.8rem,8vw,2.6rem)}

  /* animated taxi over the band */
  .tx-car-hero{position:relative;left:auto;margin:-70px auto 0;transform:none;width:88%;height:auto;top:auto;animation-name:tx-drive-sm}

  /* booking card */
  .tx-book{--ph-w:240px;--ph-inset:24px}
  .tx-book-art{min-height:430px}
  .tx-book-form{padding:26px 20px 30px}
  .tx-book-form h2{font-size:1.6rem}
  .tx-car{right:12px;bottom:12px;width:min(180px,40%)}
  .tx-book-form .axt-head{padding:10px}
  .tx-book-form .axt-steps{flex-wrap:wrap;gap:8px;min-width:0}
  .tx-book-form .axt-steps li{flex:1 1 100%;font-size:.82rem}
  .tx-book-form .axt-steps li:not(:last-child):after{display:none}
  .tx-book-form .axt-in{height:52px}

  /* results drawer takes the whole screen */
  :root{--drawer-w:100vw}
  .tx-book-form .axt-pane-2,.tx-book-form .axt-pane-3{padding:74px 18px 36px;border-radius:0}
  .tx-drawer-head{height:62px;padding:0 18px}
  .tx-drawer-head b{font-size:1rem}
  .tx-book-form .axt-veh{padding:16px}
  .tx-book-form .axt-veh-nm{font-size:1.1rem}
  .tx-book-form .axt-veh-pr{font-size:1.4rem}
  .tx-book-form .axt-metabar{grid-template-columns:1fr 1fr}
  .tx-book-form .tx-deal,.tx-book-form .axt-oform,.tx-book-form .tx-trip{padding:20px 18px}
  .tx-book-form .axt-fgrid{grid-template-columns:1fr}

  /* sections */
  .tx-head-center,.tg-head-center{margin-bottom:26px}
  .tx-title,.tg-title{font-size:clamp(1.5rem,6.4vw,2rem)}
  .tx-service{padding:28px 22px}
  .tx-price{padding:26px 22px 30px}
  .tg-fun{padding:14px 12px}
  .tg-funfacts{grid-template-columns:repeat(3,1fr);gap:10px}
  .tg-fun b{font-size:1.1rem}
  .tg-fun span{font-size:.7rem}
  .tg-count-grid{grid-template-columns:repeat(2,1fr)}
  .tg-dest{aspect-ratio:3/2.4}
  .tg-cta-in{flex-direction:column;align-items:flex-start}
  .tg-cta-acts{width:100%}
  .tg-cta-acts .tg-btn{flex:1 1 100%;justify-content:center}
  .tx-cta .acts{flex-direction:column}
  .tx-cta .acts .tx-btn{width:100%;justify-content:center}
  .tg-brand-row{justify-content:center;gap:1.4rem}
  .tg-brand-row img{height:28px}

  /* footer */
  .tx-foot-grid{grid-template-columns:1fr;gap:2rem}
  .tx-foot-bot{flex-direction:column;text-align:center;gap:.6rem}
  .tx-foot-bot nav{justify-content:center;flex-wrap:wrap}
  .tx-news{flex-direction:column;gap:10px}
  .tx-news input,.tx-news button{width:100%;padding:14px 16px}
}

@keyframes tx-drive-sm{
  0%,100%{transform:translateX(-10px)}
  50%{transform:translateX(10px)}
}

/* ---------------- small phones: up to 480px ---------------- */
@media(max-width:480px){
  .tx-topbar li span,.tx-topbar li a{font-size:.78rem}
  .tx-logo img{width:112px}
  .tx-btn-slash{padding:11px 14px;font-size:.78rem}
  .tx-search-ic{display:none}
  .tx-banner h1{font-size:1.6rem}
  .tx-book{--ph-w:210px}
  .tx-book-art{min-height:380px}
  .tx-book-form h2{font-size:1.4rem}
  .tx-marquee span{font-size:.9rem}
  .tx-counters .g{grid-template-columns:1fr 1fr;gap:22px}
  .tg-funfacts{grid-template-columns:1fr}
  .tx-book-form .axt-metabar{grid-template-columns:1fr}
  .tx-book-form .axt-veh-img{height:150px}
}

/* ---- stacked booking card: the phone must not stretch over the form ---- */
@media(max-width:1100px){
  .tx-book{--ph-x:50%;--ph-w:270px;--ph-inset:26px;--ph-h:470px}
  .tx-book-art{
    order:0;flex:none;min-height:calc(var(--ph-h) + var(--ph-inset) * 2);
    position:relative;overflow:hidden;
  }
  /* the diagonal stays inside the art column */
  .tx-book::before{
    width:100%;height:calc(var(--ph-h) + var(--ph-inset) * 2);bottom:auto;
    clip-path:polygon(26% 0,100% 0,74% 100%,0 100%);
  }
  .tx-phone{
    top:var(--ph-inset);bottom:auto;height:var(--ph-h);
    left:var(--ph-x);transform:translateX(-50%);
  }
  .tx-book .axt-mapwrap{
    top:calc(var(--ph-inset) + 12px);bottom:auto;
    height:calc(var(--ph-h) - 24px);width:calc(var(--ph-w) - 24px);
    left:var(--ph-x);transform:translateX(-50%);
  }
  .tx-book .axt-map{flex:1 1 auto;height:auto}
  .tx-car{display:none}
}
@media(max-width:720px){
  .tx-book{--ph-w:250px;--ph-h:430px;--ph-inset:22px}
  .tx-book-form{padding-top:26px}
}
@media(max-width:480px){
  .tx-book{--ph-w:215px;--ph-h:380px;--ph-inset:18px}
}

/* ================================================================
   RESPONSIVE SYSTEM — fluid foundations + per-component rules
   Loaded last, so it settles every earlier breakpoint conflict.
   ================================================================ */

/* ---------- 1. foundations ---------- */
:root{
  --gutter:clamp(16px,4vw,40px);
  --sec-y:clamp(44px,7vw,110px);
  --card-pad:clamp(18px,3vw,28px);
  --radius:clamp(10px,1.2vw,18px);
}
*,*::before,*::after{min-width:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{max-width:100%;overflow-x:clip}
img,svg,video,iframe{max-width:100%}
img{height:auto}
p,li,h1,h2,h3,h4,h5{overflow-wrap:anywhere}
.tx-container{width:min(1200px,100% - var(--gutter) * 2);margin-inline:auto}
.tx-sec,.tg-sec{padding-block:var(--sec-y)}

/* fluid type scale — no jumps between phone and desktop */
.tx-banner h1{font-size:clamp(1.65rem,6.2vw,3.5rem);line-height:1.1}
.tg-hero-title{font-size:clamp(1.75rem,7vw,4.6rem);line-height:1.08}
.tg-hero-sub{font-size:clamp(1.05rem,4.4vw,2.6rem)}
.tx-title,.tg-title{font-size:clamp(1.45rem,4.4vw,2.9rem);line-height:1.18}
.tx-book-form h2{font-size:clamp(1.35rem,5vw,3rem);line-height:1.1}
.tx-head-center p,.tg-head-center p{font-size:clamp(.92rem,2.4vw,1.05rem)}
.tx-eyebrow,.tg-eyebrow{font-size:clamp(.7rem,2vw,.82rem)}

/* ---------- 2. header + top bar ---------- */
.tx-header-in{min-height:clamp(64px,8vw,104px);gap:clamp(.6rem,2vw,1.6rem)}
.tx-logo img{width:clamp(83px,8vw,68px)}
.tx-nav a{padding-block:clamp(18px,3vw,34px)}
.tx-btn-slash{padding:clamp(10px,1.6vw,13px) clamp(16px,2.6vw,32px);font-size:clamp(.8rem,1.6vw,1rem)}
.tx-topbar-in{min-height:clamp(44px,5vw,60px)}

@media(max-width:760px){
  .tx-topbar-in{flex-direction:column;align-items:center;text-align:center;padding-block:8px;gap:6px}
  .tx-topbar ul{justify-content:center;gap:4px}
  .tx-topbar li{border:0;margin:0;padding:0 10px}
  .tx-socials{gap:22px}
}
@media(max-width:420px){
  .tx-search-ic{display:none}
  .tx-topbar li:first-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

/* ---------- 3. banner / hero ---------- */
.tx-banner{padding:clamp(56px,8vw,140px) 0 clamp(110px,16vw,260px)}
.tg-hero{padding:clamp(64px,10vw,150px) 0 clamp(64px,10vw,170px)}
.tx-hero-btn{padding:clamp(14px,2vw,20px) clamp(24px,4vw,46px);font-size:clamp(.88rem,2.2vw,1.1rem)}
@media(max-width:560px){
  .tx-hero-btn{width:100%;justify-content:center;max-width:340px}
  .tx-banner .book-now{display:flex;justify-content:center}
}

/* ---------- 4. yellow band + animated taxi ---------- */
@media(min-width:1101px){
  .tx-car-hero{position:absolute;left:50%;margin-left:-347px;top:115px;width:694px;height:308px}
}
@media(max-width:1100px){
  .tx-car-hero{
    position:relative;left:auto;top:auto;margin:clamp(-120px,-12vw,-60px) auto 0;
    transform:none;width:min(620px,86%);height:auto;animation-name:tx-drive-sm;
  }
  .tx-carband::before{top:-40px;height:46%}
}
@media(max-width:560px){.tx-car-hero{width:94%;margin-top:-46px}}

/* ---------- 5. booking card ---------- */
.tx-booking-wrap{padding-top:clamp(24px,10vw,164px)}
.tx-book-form{padding:clamp(22px,3.4vw,58px) clamp(18px,3.6vw,66px)}
@media(min-width:1101px){
  .tx-book{--ph-x:20%;--ph-w:clamp(260px,24vw,320px);--ph-inset:clamp(28px,3vw,48px)}
  .tx-car{display:block}
}
@media(max-width:1100px){
  .tx-book{flex-direction:column}
  .tx-book::after{display:none}
  .tx-car{display:none}
}
/* widget: step bar */
@media(max-width:820px){
  .tx-book-form .axt-head{padding:10px;gap:10px}
  .tx-book-form .axt-steps{flex-direction:column;align-items:flex-start;gap:8px;min-width:0}
  .tx-book-form .axt-steps li{flex:none;width:100%;font-size:.86rem}
  .tx-book-form .axt-steps li:not(:last-child):after{display:none}
}
/* widget: fields */
@media(max-width:720px){
  .tx-book-form .axt-form,.tx-book-form .axt-form #axt-return{grid-template-columns:1fr}
  .tx-book-form .axt-in{height:52px;font-size:16px}      /* 16px stops iOS zoom-on-focus */
  .tx-book-form .axt-btn{width:100%;justify-self:stretch;text-align:center;padding:16px 20px}
}

/* ---------- 6. results drawer ---------- */
@media(max-width:900px){:root{--drawer-w:min(560px,100vw)}}
@media(max-width:620px){
  :root{--drawer-w:100vw}
  .tx-book-form .axt-pane-2,.tx-book-form .axt-pane-3{padding:70px 16px 32px}
  .tx-drawer-head{height:58px;padding:0 16px}
  .tx-drawer-head b{font-size:.98rem}
  .tx-drawer-close{width:38px;height:38px}
}
/* vehicle cards */
@media(max-width:760px){
  .tx-book-form .axt-veh{grid-template-columns:130px minmax(0,1fr);gap:14px;padding:14px}
  .tx-book-form .axt-veh-img{width:130px;height:88px}
  .tx-book-form .axt-veh-nm{font-size:1rem}
  .tx-book-form .axt-veh-specs{grid-template-columns:1fr 1fr;gap:4px 12px}
  .tx-book-form .axt-chip{font-size:.8rem;gap:7px}
  .tx-book-form .axt-veh-cta{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}
  .tx-book-form .axt-veh-book{width:auto;margin-top:0;padding:12px 22px}
}
@media(max-width:520px){
  .tx-book-form .axt-veh{grid-template-columns:1fr}
  .tx-book-form .axt-veh-img{width:100%;height:auto;aspect-ratio:16/10}
  .tx-book-form .axt-veh-specs{grid-template-columns:1fr 1fr}
}
/* checkout + confirmation */
@media(max-width:720px){
  .tx-book-form .axt-fgrid{grid-template-columns:1fr}
  .tx-book-form .axt-fld .axt-in{font-size:16px}
  .tx-book-form #axt-book{padding:16px 20px}
  .tx-book-form .axt-bankgrid{grid-template-columns:1fr;padding:16px}
  .tx-book-form .axt-bk-v{font-size:.9rem}
  .tx-book-form .axt-metabar{grid-template-columns:1fr 1fr}
  .tx-book-form .axt-next{grid-template-columns:1fr}
  .tx-book-form .axt-actions{flex-direction:column}
  .tx-book-form .axt-act{width:100%;justify-content:center}
  .tx-book-form .tx-deal,.tx-book-form .axt-oform,.tx-book-form .tx-trip{padding:18px 16px}
  .tx-book-form .tx-deal-body{grid-template-columns:96px minmax(0,1fr)}
}
@media(max-width:420px){
  .tx-book-form .axt-metabar{grid-template-columns:1fr}
  .tx-book-form .tx-deal-body{grid-template-columns:1fr}
}

/* ---------- 7. content sections ---------- */
.tx-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(16px,2.2vw,26px)}
.tx-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(16px,2.2vw,28px)}
.tg-dest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(14px,2vw,22px)}
.tg-tour-grid,.tg-post2-grid,.tg-chose-grid,.tg-testi-grid,.tg-fl-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:clamp(16px,2.2vw,26px);
}
.tx-service{padding:clamp(24px,3vw,38px) clamp(20px,2.4vw,30px)}
.tx-price{padding:clamp(22px,2.6vw,34px) clamp(20px,2.4vw,30px) clamp(26px,3vw,38px)}
@media(max-width:960px){
  .tx-about,.tx-app-in,.tx-faq-in,.tg-about-in,.tg-ads-in{grid-template-columns:1fr;gap:clamp(1.6rem,4vw,3rem)}
  .tx-about-art{order:-1}
  .tg-about-art{order:-1;max-width:520px;margin-inline:auto}
}
@media(max-width:760px){
  .tx-about-art .thumb{position:static;width:100%;margin-top:1rem;border-width:6px}
  .tx-about-art .main{width:100%}
  .tx-about-art .badge{left:0;top:0;padding:14px 16px}
  .tx-about-art .badge b{font-size:1.5rem}
  .tx-about-foot{gap:1.2rem}
  .tg-funfacts{grid-template-columns:repeat(3,1fr);gap:10px}
  .tg-fun{padding:14px 8px}
  .tg-fun b{font-size:1.05rem}
  .tg-fun span{font-size:.68rem}
  .tg-count-grid{grid-template-columns:repeat(2,1fr)}
  .tx-counters .g{grid-template-columns:repeat(2,1fr);gap:26px}
  .tx-marquee span{font-size:.92rem}
  .tg-brand-row{justify-content:center;gap:1.6rem}
  .tg-brand-row img{height:26px}
  .tg-dest{aspect-ratio:4/3}
  .tx-acc summary{font-size:.98rem;padding-right:40px}
}
@media(max-width:480px){
  .tg-funfacts{grid-template-columns:1fr}
  .tx-counters .g{grid-template-columns:1fr 1fr;gap:20px}
  .tx-stores img{height:44px}
}

/* ---------- 8. CTAs ---------- */
@media(max-width:640px){
  .tx-cta .acts,.tg-cta-acts{flex-direction:column;width:100%}
  .tx-cta .acts .tx-btn,.tg-cta-acts .tg-btn{width:100%;justify-content:center}
  .tg-cta-in{flex-direction:column;align-items:flex-start;gap:1.4rem}
  .tx-cta{background-attachment:scroll}
}

/* ---------- 9. tourex search bar ---------- */
@media(max-width:900px){
  .tg-searchbar .abe-field{width:100%!important;padding:6px 0!important}
  .tg-searchbar .abe-field+.abe-field::before{display:none}
  .tg-searchbar input,.tg-searchbar select{font-size:16px!important}
  .tg-searchbar .abe-search-btn{width:100%!important;justify-content:center!important}
}

/* ---------- 10. footer ---------- */
.tx-foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1.6rem,3vw,3rem)}
@media(max-width:640px){
  .tx-foot-grid{grid-template-columns:1fr}
  .tx-foot-bot{flex-direction:column;text-align:center;gap:.7rem}
  .tx-foot-bot nav{justify-content:center;flex-wrap:wrap}
  .tx-news{flex-direction:column;gap:10px}
  .tx-news input,.tx-news button{width:100%;padding:14px 16px;font-size:16px}
}

/* ---------- 11. motion + input comfort ---------- */
@media(hover:none){
  .tx-nav a,.tx-btn,.tg-btn,.tx-hero-btn,.tx-btn-slash,.tx-search-ic,.tx-burger,
  .tx-drawer-close,.tg-fl-btn,.tx-socials a,.tx-foot-bot nav a,.tx-footer .flinks a{min-height:44px}
  .tx-tour:hover,.tg-tour:hover,.tg-fl:hover,.tx-post:hover,.tg-post2:hover{transform:none;box-shadow:none}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}

/* ================================================================
   MOBILE HEADER — off-canvas side menu
   ================================================================ */

@media(max-width:560px){
  .tx-topbar{font-size:.74rem}
  .tx-topbar li{padding:0 6px;gap:.35rem}
  .tx-topbar li svg{width:14px;height:14px}
  .tx-socials{gap:18px}
}
@media(max-width:400px){
  .tx-topbar li:first-child{max-width:52vw;overflow:hidden;text-overflow:ellipsis}
}

/* ================================================================
   HEADER — final polish (sticky shrink, safe areas, solid drawer)
   ================================================================ */
.tx-header{transition:box-shadow .3s,background .3s}
.tx-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.35)}
.tx-header.scrolled .tx-header-in{min-height:clamp(56px,6vw,78px)}
.tx-header.scrolled .tx-logo img{width:clamp(100px,11vw,132px)}
.tx-logo img{transition:width .3s}
.tx-header-in{transition:min-height .3s}
.tx-nav a:focus-visible,.tx-burger:focus-visible,.tx-search-ic:focus-visible,
.tx-btn-slash:focus-visible{outline:2px solid var(--tx-yellow);outline-offset:3px;border-radius:4px}



/* ================================================================
   TAXI SEARCH FORM — compact, 2-up rows on phones
   ================================================================ */
@media(max-width:720px){
  .tx-book-form .axt-form{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 10px!important;
  }
  .tx-book-form .axt-form #axt-return{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;
  }
  /* the two location fields need the full width */
  .tx-book-form .axt-form > label:nth-of-type(3),
  .tx-book-form .axt-form > label:nth-of-type(4){grid-column:1/-1}
  .tx-book-form .axt-form label{font-size:.66rem!important;letter-spacing:.06em!important}
  .tx-book-form .axt-in{height:46px!important;font-size:16px;padding:0 12px!important;margin-top:4px!important}
  .tx-book-form select.axt-in{background-position:right 10px center;padding-right:30px!important}
  .tx-book-form .axt-btn{grid-column:1/-1;width:100%;padding:14px 18px;font-size:.95rem;margin-top:2px}
  .tx-book-form .lbl{font-size:.92rem;margin-bottom:.25rem}
  .tx-book-form h2{margin-bottom:16px}
  .tx-book-form .axt-head{margin-bottom:14px}
}
@media(max-width:420px){
  .tx-book-form .axt-form{gap:8px!important}
  .tx-book-form .axt-in{height:44px!important}
  .tx-book-form .axt-form label{font-size:.62rem!important}
}

/* the injected drawer chrome exists only in the mobile off-canvas menu */
.tx-nav-head,.tx-nav-foot{display:none}
@media(max-width:1100px){
  .tx-header .tx-nav-head{display:flex}
  .tx-header .tx-nav-foot{display:grid}
}

/* ================================================================
   MOBILE NAV — single authoritative rule (must stay last)
   Closed = display:none, so the header can never grow tall.
   ================================================================ */
@media(max-width:1100px){
  .tx-header .tx-nav{
    display:none!important;position:fixed!important;top:0;right:0;bottom:0;left:auto;
    width:min(330px,84vw);height:100%;flex-direction:column;align-items:stretch;gap:0;margin:0;
    background:#0a0a0a;z-index:1200;overflow-y:auto;overscroll-behavior:contain;
    padding:calc(74px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));
    box-shadow:-20px 0 50px rgba(0,0,0,.45);
    transform:translateX(100%);transition:transform .38s cubic-bezier(.22,1,.36,1);
    visibility:visible;pointer-events:auto;
  }
  .tx-header.open .tx-nav{display:flex!important;transform:translateX(0)}
  .tx-header .tx-nav-head{display:none}
  .tx-header.open .tx-nav-head{display:flex}
  .tx-header .tx-nav-foot{display:none}
  .tx-header.open .tx-nav-foot{display:grid}
  .tx-header-in{min-height:64px}
  .tx-header.scrolled .tx-header-in{min-height:58px}
}

/* ================================================================
   MOBILE DRAWER — inner styling (single source of truth)
   ================================================================ */
@media(max-width:1100px){
  /* header row: logo left, burger right */
  .tx-header-in{justify-content:space-between;gap:.6rem}
  .tx-header-r{margin-left:auto;gap:.5rem}
  .tx-header-r .tx-btn-slash{display:none}
  .tx-burger{display:block;position:relative;z-index:1300;padding:10px 4px}
  .tx-burger span{width:26px;height:2px;background:#fff;margin:5px 0;transition:transform .3s,opacity .25s}
  .tx-header.open .tx-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .tx-header.open .tx-burger span:nth-child(2){opacity:0}
  .tx-header.open .tx-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* old ::after backdrop removed - it covered the drawer */
  body.tx-menu-open{overflow:hidden}

  /* drawer: top row with logo + close */
  .tx-nav-head{
    position:absolute;top:calc(16px + env(safe-area-inset-top));left:24px;right:18px;
    align-items:center;justify-content:space-between;gap:1rem;
  }
  .tx-nav-head img{width:110px;height:auto}
  .tx-nav-close{
    width:40px;height:40px;flex:none;border:0;border-radius:50%;cursor:pointer;
    background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;transition:.25s;
  }
  .tx-nav-close:hover,.tx-nav-close:focus-visible{background:var(--tx-yellow);color:var(--tx-on-brand)}
  .tx-nav-close svg{width:18px;height:18px}

  /* drawer links */
  .tx-header .tx-nav a{
    display:flex;align-items:center;gap:14px;width:100%;
    padding:16px 2px;font-size:1rem;font-weight:700;letter-spacing:.02em;
    color:#fff;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.1);
  }
  .tx-header .tx-nav a svg{width:20px;height:20px;flex:none;opacity:.7}
  .tx-header .tx-nav a.active{color:var(--tx-red-soft)}
  .tx-header .tx-nav a.active svg{opacity:1}
  .tx-header .tx-nav a::after{display:none}

  /* drawer footer */
  .tx-nav-foot{margin-top:auto;padding-top:26px;gap:12px}
  .tx-nav-foot .tx-btn{width:100%;justify-content:center;clip-path:none;border-radius:8px;padding:15px 20px}
  .tx-nav-foot a.tel{
    display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;
    font-weight:600;font-size:.95rem;padding:13px;border:1px solid rgba(255,255,255,.25);border-radius:8px;
  }
  .tx-nav-foot a.tel:hover{border-color:var(--tx-red-soft);color:var(--tx-red-soft)}
  .tx-nav-socials{display:flex;justify-content:center;gap:22px;margin-top:18px}
  .tx-nav-socials a{color:rgba(255,255,255,.7);padding:6px}
  .tx-nav-socials a:hover{color:var(--tx-red-soft)}
  .tx-nav-socials svg{width:18px;height:18px}

  /* top bar: email + phone on one line */
  .tx-topbar{padding-top:env(safe-area-inset-top)}
  .tx-topbar-in{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.35rem;padding-block:7px}
  .tx-topbar ul{flex-wrap:nowrap;justify-content:center;width:auto}
  .tx-topbar li{white-space:nowrap;border:0;margin:0;padding:0 9px}
  .tx-socials{width:100%;justify-content:center;gap:20px}
}
@media(max-width:560px){
  .tx-topbar{font-size:.74rem}
  .tx-topbar li{padding:0 6px;gap:.35rem}
  .tx-topbar li svg{width:14px;height:14px}
}
@media(max-width:400px){
  .tx-topbar li:first-child{max-width:54vw;overflow:hidden;text-overflow:ellipsis}
}

/* drawer moved to <body> by JS — style it there as well */
.tx-nav-back{position:fixed;inset:0;z-index:99998}
body > .tx-nav.tx-nav,
.tx-header .tx-nav{--dw:1}
body > .tx-nav a{
  display:flex;align-items:center;gap:14px;width:100%;padding:16px 2px;
  font-weight:700;font-size:1rem;letter-spacing:.02em;text-transform:uppercase;
  color:#fff;border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none;
}
body > .tx-nav a svg{width:20px;height:20px;flex:none;opacity:.7}
body > .tx-nav a.active{color:var(--tx-red-soft)}
body > .tx-nav a.active svg{opacity:1}
body > .tx-nav .tx-nav-head{
  position:absolute;top:16px;left:24px;right:18px;display:flex;
  align-items:center;justify-content:space-between;gap:1rem;
}
body > .tx-nav .tx-nav-head img{width:110px;height:auto}
body > .tx-nav .tx-nav-close{
  width:40px;height:40px;flex:none;border:0;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.1);color:#fff;display:grid;place-items:center;transition:.25s;
}
body > .tx-nav .tx-nav-close:hover{background:var(--tx-yellow);color:var(--tx-on-brand)}
body > .tx-nav .tx-nav-close svg{width:18px;height:18px}
body > .tx-nav .tx-nav-foot{display:grid;margin-top:auto;padding-top:26px;gap:12px}
body > .tx-nav .tx-nav-foot .tx-btn{width:100%;justify-content:center;clip-path:none;border-radius:8px;padding:15px 20px}
body > .tx-nav .tx-nav-foot a.tel{
  display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-weight:600;
  font-size:.95rem;padding:13px;border:1px solid rgba(255,255,255,.25);border-radius:8px;text-decoration:none;
}
body > .tx-nav .tx-nav-foot a.tel:hover{border-color:var(--tx-red-soft);color:var(--tx-red-soft)}
body > .tx-nav .tx-nav-socials{display:flex;justify-content:center;gap:22px;margin-top:18px}
body > .tx-nav .tx-nav-socials a{color:rgba(255,255,255,.7);border:0;padding:6px;width:auto}
body > .tx-nav .tx-nav-socials a:hover{color:var(--tx-red-soft)}
body > .tx-nav .tx-nav-socials svg{width:18px;height:18px;opacity:1}

/* drawer open: the burger hides (the panel has its own close button) */
body.tx-menu-open .tx-burger{opacity:0;pointer-events:none;transition:opacity .2s}
/* social row inside the drawer: no underlines, no full-width links */
body > .tx-nav .tx-nav-socials{border:0}
body > .tx-nav .tx-nav-socials a{border:0!important;width:auto!important;padding:8px!important;display:inline-flex!important}
body > .tx-nav .tx-nav-foot a.tel,
body > .tx-nav .tx-nav-foot .tx-btn{border-bottom:0}

/* ---------- mobile: no map / phone mockup, just the form ---------- */
@media(max-width:820px){
  .tx-book-art,.tx-phone,.tx-car{display:none!important}
  .tx-book::before{display:none!important}
  /* the widget keeps its map alive off-screen so distance/route still calculate */
  .tx-book .axt-mapwrap{
    position:absolute!important;left:-99999px!important;top:0!important;
    width:320px!important;height:320px!important;opacity:0!important;pointer-events:none!important;
  }
  .tx-book{background:#fff}
  .tx-book-form{padding:24px 18px 30px}
  .tx-booking-wrap{padding-top:clamp(20px,8vw,60px)}
}

/* ---- topbar address line (full contact block) ---- */
.tx-topbar-addr svg{width:16px;height:16px;flex:none}
.tx-topbar-addr a{white-space:nowrap}
@media(max-width:1240px){.tx-topbar-addr{display:none!important}}

/* ---- footer social row (moved out of the topbar) ---- */
.tx-foot-socials{margin-top:1.6rem;gap:14px}
.tx-foot-socials a{
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  color:#fff;transition:.25s;
}
.tx-foot-socials a:hover{background:var(--tx-red);border-color:var(--tx-red);color:#fff;transform:translateY(-3px)}
.tx-foot-socials svg{width:18px;height:18px}

/* ============================================================
   LEGAL PAGES (terms / privacy / refund)
   ============================================================ */
.tx-legal-hero{
  position:relative;background:var(--tx-dark);color:rgba(255,255,255,.72);
  padding:clamp(56px,7vw,96px) 0 clamp(52px,6vw,84px);overflow:hidden;
}
.tx-legal-hero::before{
  content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;
  background:
    radial-gradient(560px 300px at 8% 0%,var(--tx-red),transparent 68%),
    radial-gradient(520px 300px at 92% 100%,var(--tx-green),transparent 68%);
}
.tx-legal-hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:6px;
  background:repeating-linear-gradient(90deg,var(--tx-red) 0 26px,var(--tx-green) 26px 52px);
}
.tx-legal-hero .tx-container{position:relative;z-index:1}
.tx-eyebrow-light{color:var(--tx-red-soft)}
.tx-eyebrow-light::before{background:var(--tx-red-soft)}
.tx-legal-hero h1{
  color:#fff;font-size:clamp(2rem,4.4vw,3.4rem);font-weight:900;
  letter-spacing:-.02em;margin:.9rem 0 0;max-width:20ch;
}
.tx-legal-hero > .tx-container > p{margin:1.1rem 0 0;max-width:58ch;font-size:1.05rem;line-height:1.75}
.tx-legal-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.8rem}
.tx-legal-meta span{
  font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
  padding:8px 14px;
}

.tx-legal{background:#fff;padding:clamp(46px,6vw,84px) 0}
.tx-legal-in{display:grid;grid-template-columns:288px 1fr;gap:clamp(28px,4vw,58px);align-items:start}

/* -- sticky sidebar -- */
.tx-legal-nav{position:sticky;top:104px;display:grid;gap:18px}
.tx-legal-nav-card{border:1px solid var(--tx-line);background:var(--tx-soft);padding:24px 22px}
.tx-legal-nav-card h5{
  font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--tx-head);margin:0 0 14px;
}
.tx-legal-nav-card nav{display:grid}
.tx-legal-nav-card a{
  display:block;padding:9px 0 9px 14px;font-size:.9rem;font-weight:600;color:var(--tx-body);
  border-left:2px solid var(--tx-line);transition:.2s;
}
.tx-legal-nav-card a:hover{color:var(--tx-red);border-left-color:var(--tx-red);padding-left:18px}
.tx-legal-help{background:var(--tx-dark);color:rgba(255,255,255,.72);padding:26px 22px}
.tx-legal-help h5{color:#fff;font-size:1.02rem;margin:0 0 .6rem}
.tx-legal-help p{font-size:.9rem;margin:0 0 1.2rem;line-height:1.7}
.tx-legal-help .tx-btn{width:100%;justify-content:center;text-align:center}
.tx-legal-help-mail{display:block;margin-top:1rem;font-size:.86rem;font-weight:600;color:var(--tx-red-soft);word-break:break-all}
.tx-legal-help-mail:hover{color:#fff}

/* -- document -- */
.tx-legal-doc{max-width:78ch}
.tx-legal-sec{padding-bottom:34px;margin-bottom:34px;border-bottom:1px solid var(--tx-line)}
.tx-legal-sec:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.tx-legal-sec{scroll-margin-top:120px}
.tx-legal-sec h2{
  display:flex;align-items:center;gap:14px;font-size:clamp(1.2rem,2.1vw,1.6rem);
  font-weight:800;color:var(--tx-head);margin:0 0 1rem;line-height:1.25;
}
.tx-legal-sec h2 .n{
  flex:none;width:40px;height:40px;display:grid;place-items:center;
  background:var(--tx-red);color:#fff;font-size:.86rem;font-weight:900;letter-spacing:.02em;
}
.tx-legal-sec p{margin:0 0 1rem;line-height:1.85;font-size:1rem}
.tx-legal-sec p:last-child{margin-bottom:0}
.tx-legal-sec b{color:var(--tx-head)}
.tx-legal-sec a{color:var(--tx-red);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.tx-legal-sec a:hover{color:var(--tx-green)}
.tx-legal-list{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.7rem}
.tx-legal-list li{position:relative;padding-left:26px;line-height:1.8;font-size:1rem}
.tx-legal-list li::before{
  content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;
  background:var(--tx-green);
}

/* -- policy tables -- */
.tx-legal-table{overflow-x:auto;margin:0 0 1.2rem;border:1px solid var(--tx-line)}
.tx-legal-table table{width:100%;border-collapse:collapse;min-width:420px}
.tx-legal-table th{
  background:var(--tx-dark);color:#fff;text-align:left;font-size:.76rem;
  font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:14px 18px;
}
.tx-legal-table td{padding:15px 18px;border-top:1px solid var(--tx-line);font-size:.96rem;vertical-align:top}
.tx-legal-table tbody tr:nth-child(even){background:var(--tx-soft)}
.tx-legal-table b.ok{color:var(--tx-green)}
.tx-legal-table b.warn{color:#B26A00}
.tx-legal-table b.bad{color:var(--tx-red)}

@media(max-width:960px){
  .tx-legal-in{grid-template-columns:1fr}
  .tx-legal-nav{position:static;grid-template-columns:1fr 1fr;gap:16px}
  .tx-legal-doc{max-width:none}
}
@media(max-width:640px){
  .tx-legal-nav{grid-template-columns:1fr}
  .tx-legal-sec h2 .n{width:34px;height:34px;font-size:.78rem}
}

.tx-foot-bot nav{flex-wrap:wrap;row-gap:.5rem}
.tx-foot-legal a:hover{color:var(--tx-red-soft)}

/* ============================================================
   HOMEPAGE — karolinatour.com banner slider + deal sections
   ============================================================ */
.kt-banner{
  position:relative;height:clamp(420px,64vh,640px);overflow:hidden;background:#0a0a0a;
}
.kt-slides{position:absolute;inset:0}
.kt-slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  display:flex;align-items:center;
  opacity:0;visibility:hidden;transform:scale(1.06);
  transition:opacity .9s ease,visibility .9s ease,transform 7s linear;
}
.kt-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.kt-slide::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.4) 55%,rgba(0,0,0,.18));
}
.kt-caption{position:relative;z-index:2;color:#fff;max-width:none}
.kt-kicker{
  display:inline-flex;align-items:center;gap:.6rem;margin:0 0 .9rem;
  font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#fff;
}
.kt-kicker::before{content:"";width:34px;height:2px;background:var(--tx-red)}
.kt-head{
  color:#fff;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0;
  font-size:clamp(2rem,5.2vw,3.9rem);max-width:19ch;
}
.kt-head .a{color:var(--tx-red-soft)}
.kt-head .b{color:#fff;-webkit-text-stroke:1.5px var(--tx-red-soft);-webkit-text-fill-color:transparent}
.kt-sub{margin:1.1rem 0 0;font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.75;max-width:52ch;color:rgba(255,255,255,.86)}

.kt-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:48px;height:48px;display:grid;place-items:center;cursor:pointer;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;
  backdrop-filter:blur(6px);transition:.25s;
}
.kt-arrow:hover{background:var(--tx-red);border-color:var(--tx-red)}
.kt-arrow svg{width:22px;height:22px}
.kt-prev{left:clamp(10px,2.4vw,28px)}
.kt-next{right:clamp(10px,2.4vw,28px)}
.kt-dots{position:absolute;left:0;right:0;bottom:22px;z-index:3;display:flex;justify-content:center;gap:9px}
.kt-dots button{
  width:26px;height:4px;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.4);transition:.25s;
}
.kt-dots button[aria-selected="true"]{background:var(--tx-red);width:40px}

.kt-accent{color:var(--tx-red)}

/* -------- popular airlines -------- */
.kt-deals{background:var(--tx-soft)}
.kt-fd-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.kt-fd{
  display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid var(--tx-line);
  padding:24px 22px;transition:transform .3s,box-shadow .3s,border-color .3s;
}
.kt-fd:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(0,0,0,.12);border-color:var(--tx-red)}
.kt-fd-route{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:1.02rem;line-height:1.3}
.kt-fd-route b{color:var(--tx-head);font-weight:800}
.kt-fd-route span{font-size:.8rem;font-weight:700;color:#9a9a9a;text-transform:lowercase}
.kt-fd-line{display:flex;align-items:center;gap:12px}
.kt-fd-line .code{
  flex:none;background:var(--tx-green);color:#fff;font-size:.78rem;font-weight:900;
  letter-spacing:.08em;padding:7px 11px;
}
.kt-fd-line .dur{
  flex:1;position:relative;display:flex;align-items:center;justify-content:center;gap:.45rem;
  font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9a9a9a;
}
.kt-fd-line .dur i{position:absolute;left:0;right:0;top:50%;height:1px;background:var(--tx-line)}
.kt-fd-line .dur svg{position:relative;width:15px;height:15px;color:var(--tx-red);background:#fff;padding:0 2px}
.kt-fd-line .dur em{position:relative;background:#fff;padding:0 5px;font-style:normal;white-space:nowrap}
.kt-fd-foot{
  margin-top:auto;padding-top:14px;border-top:1px dashed var(--tx-line);
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.kt-fd-price{margin:0;font-size:1.18rem;font-weight:900;color:var(--tx-red)}
.kt-fd-price sup{font-size:.6em;top:-.6em}
.kt-fd-price small{font-size:.72rem;font-weight:700;color:#9a9a9a;margin-left:2px}
.kt-fd-go{
  flex:none;width:38px;height:38px;display:grid;place-items:center;
  background:var(--tx-dark);color:#fff;transition:.25s;
}
.kt-fd:hover .kt-fd-go{background:var(--tx-red)}
.kt-fd-go svg{width:18px;height:18px}
.kt-fd-note{margin:26px 0 0;text-align:center;font-size:.82rem;color:#9a9a9a}

/* -------- exclusive deals (tours) -------- */
.kt-tour-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.kt-tour{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--tx-line);
  overflow:hidden;transition:transform .3s,box-shadow .3s;
}
.kt-tour:hover{transform:translateY(-6px);box-shadow:0 26px 54px rgba(0,0,0,.14)}
.kt-tour-pic{position:relative;aspect-ratio:4/3;overflow:hidden}
.kt-tour-pic img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.kt-tour:hover .kt-tour-pic img{transform:scale(1.08)}
.kt-tour-pic::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 55%)}
.kt-tour-days{
  position:absolute;left:0;bottom:0;z-index:2;background:var(--tx-red);color:#fff;
  font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:8px 15px;
}
.kt-tour-body{display:flex;flex-direction:column;gap:.9rem;padding:20px 20px 22px;flex:1}
.kt-tour-body h4{margin:0;font-size:1.08rem;color:var(--tx-head);line-height:1.35}
.kt-tour-go{
  margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;
  font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-green);
}
.kt-tour-go svg{width:17px;height:17px;transition:transform .25s}
.kt-tour:hover .kt-tour-go{color:var(--tx-red)}
.kt-tour:hover .kt-tour-go svg{transform:translateX(4px)}
.kt-tour-more{display:flex;justify-content:center;margin-top:clamp(26px,3vw,40px)}

/* -------- satisfied customers strip -------- */
.kt-customers{
  position:relative;background:var(--tx-dark);color:#fff;
  padding:clamp(34px,4.4vw,58px) 0;overflow:hidden;
}
.kt-customers::before{
  content:"";position:absolute;inset:0;opacity:.22;
  background:radial-gradient(520px 260px at 12% 50%,var(--tx-red),transparent 70%),
             radial-gradient(520px 260px at 88% 50%,var(--tx-green),transparent 70%);
}
.kt-customers-in{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:center;gap:1rem;flex-wrap:wrap;text-align:center}
.kt-customers b{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;line-height:1;color:#fff}
.kt-customers span{font-size:clamp(1rem,1.8vw,1.25rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.78)}

@media(max-width:1024px){
  .kt-fd-grid,.kt-tour-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .kt-banner{height:clamp(400px,72vh,560px)}
  .kt-arrow{width:40px;height:40px}
  .kt-fd-grid,.kt-tour-grid{grid-template-columns:1fr}
}

/* ---- homepage: no taxi cut-out, no red band behind the booking card ---- */
.tx-carband::before{display:none!important}
.tx-car-hero,.tx-car{display:none!important}
.tx-booking-wrap{padding-top:clamp(30px,4vw,60px)!important}

/* ---- multi-product search widget inside the booking card ---- */
.tx-book-form .sw-searchbox-all{margin-top:14px}
.tx-book-form .abe-hero-search{background:transparent;padding:0;box-shadow:none}
.tx-book-form .abe-search-widget{background:transparent;box-shadow:none;border:0;border-radius:0}
.tx-book-form .abe-search-tabs{
  display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px;
  border-bottom:1px solid var(--tx-line);padding-bottom:0;
}
.tx-book-form .abe-search-tab{
  display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;
  background:transparent;border:0;border-bottom:3px solid transparent;border-radius:0;
  padding:11px 16px;font:inherit;font-size:.9rem;font-weight:700;color:var(--tx-body);
  transition:color .2s,border-color .2s;
}
.tx-book-form .abe-search-tab svg{width:19px;height:19px;flex:none}
.tx-book-form .abe-search-tab:hover{color:var(--tx-head)}
.tx-book-form .abe-search-tab.active{color:var(--tx-red);border-bottom-color:var(--tx-red)}
@media(max-width:640px){
  .tx-book-form .abe-search-tabs{gap:2px}
  .tx-book-form .abe-search-tab{padding:9px 11px;font-size:.82rem}
  .tx-book-form .abe-search-tab svg{width:17px;height:17px}
}

/* ---- taxi page hero ---- */
.tx-taxi-hero + .tx-carband .tx-booking-wrap{padding-top:clamp(26px,3.4vw,48px)!important}

.tx-logo img{width:clamp(83px,8vw,68px)}
.tx-header.scrolled .tx-logo img{width:clamp(83px,8vw,68px)}

.tx-topbar-addr{padding-right:0;border-left:0;padding-left:90px}

/* ============================================================
   HOMEPAGE — GoFly travel-agency-04 layout, Karolina brand
   ============================================================ */
.gf-sec{padding:clamp(52px,6.4vw,100px) 0}
.gf-head{max-width:60ch;margin:0 0 clamp(28px,3.4vw,48px)}
.gf-head h2{
  font-size:clamp(1.8rem,3.6vw,3rem);font-weight:900;letter-spacing:-.02em;
  line-height:1.15;color:var(--tx-head);margin:0;
}
.gf-head h2 span{color:var(--tx-red)}
.gf-head p{margin:.9rem 0 0;font-size:1.02rem;line-height:1.8}
.gf-head--light h2{color:#fff}
.gf-head--light h2 span{color:var(--tx-red-soft)}
.gf-head--light p{color:rgba(255,255,255,.74)}

.gf-eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1rem;
  font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#fff;
}
.gf-eyebrow::before{content:"";width:32px;height:2px;background:var(--tx-red)}
.gf-eyebrow--dark{color:var(--tx-red)}

.gf-btn{
  display:inline-flex;align-items:center;gap:.6rem;padding:15px 28px;
  background:var(--tx-red);color:#fff;font-weight:800;font-size:.95rem;
  border:2px solid var(--tx-red);transition:.25s;white-space:nowrap;
}
.gf-btn:hover{background:var(--tx-green);border-color:var(--tx-green);color:#fff}
.gf-btn svg{width:18px;height:18px;transition:transform .25s}
.gf-btn:hover svg{transform:translateX(4px)}
.gf-btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff}
.gf-btn-ghost:hover{background:#fff;border-color:#fff;color:var(--tx-head)}
.gf-btn-sm{padding:11px 18px;font-size:.86rem}
.gf-link{
  display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;
  font-size:.84rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--tx-green);
}
.gf-link svg{width:16px;height:16px;transition:transform .25s}
.gf-more{display:flex;justify-content:center;margin-top:clamp(28px,3.4vw,46px)}
.gf-chip{
  align-self:flex-start;background:var(--tx-green);color:#fff;font-size:.7rem;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;
}

/* ---------- hero ---------- */
.gf-hero{position:relative;min-height:clamp(520px,80vh,760px);background:#0a0a0a;overflow:hidden;display:flex}
.gf-hero-slides{position:absolute;inset:0}
.gf-hero-slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  display:flex;align-items:center;opacity:0;visibility:hidden;transform:scale(1.07);
  transition:opacity 1s ease,visibility 1s ease,transform 8s linear;
}
.gf-hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.gf-hero-slide::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.45) 52%,rgba(0,0,0,.15));
}
.gf-hero-in{position:relative;z-index:2;width:100%}
.gf-hero-copy{max-width:640px;color:#fff;padding:clamp(70px,9vw,110px) 0}
.gf-hero-copy h1{
  color:#fff;font-size:clamp(2.6rem,7.6vw,5.6rem);font-weight:900;
  letter-spacing:-.03em;line-height:1;margin:0;
}
.gf-hero-copy p{margin:1.2rem 0 0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8;color:rgba(255,255,255,.84);max-width:50ch}
.gf-hero-btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:2rem}

.gf-hero-inquiry{
  position:absolute;right:clamp(16px,3vw,54px);top:50%;transform:translateY(-50%);z-index:3;
  width:290px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);padding:26px 22px;color:#fff;
}
.gf-hero-inquiry h6{margin:0;font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--tx-red-soft)}
.gf-hero-inquiry > p{margin:.6rem 0 1.4rem;font-size:1.02rem;font-weight:700;line-height:1.5;color:#fff}
.gf-inq{display:flex;align-items:center;gap:.9rem;padding:11px 0;color:rgba(255,255,255,.82);transition:.2s}
.gf-inq + .gf-inq{border-top:1px solid rgba(255,255,255,.16)}
.gf-inq:hover{color:#fff}
.gf-inq .ic{
  flex:none;width:40px;height:40px;display:grid;place-items:center;
  background:var(--tx-red);color:#fff;
}
.gf-inq .ic svg{width:19px;height:19px}
.gf-inq span b{display:block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:2px}
.gf-inq > span{font-size:.9rem;font-weight:700;word-break:break-word}

.gf-hero-nav{
  position:absolute;left:0;right:0;bottom:26px;z-index:3;
  display:flex;align-items:center;justify-content:center;gap:16px;
}
.gf-hero-arrow{
  width:44px;height:44px;display:grid;place-items:center;cursor:pointer;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;transition:.25s;
}
.gf-hero-arrow:hover{background:var(--tx-red);border-color:var(--tx-red)}
.gf-hero-arrow svg{width:20px;height:20px}
.gf-hero-dots{display:flex;gap:8px}
.gf-hero-dots button{width:24px;height:4px;border:0;padding:0;cursor:pointer;background:rgba(255,255,255,.4);transition:.25s}
.gf-hero-dots button[aria-selected="true"]{background:var(--tx-red);width:40px}

/* ---------- search card ---------- */
.gf-search{position:relative;margin-top:clamp(-70px,-5vw,-40px);z-index:5}

/* ---------- trust ---------- */
.gf-trust{padding:clamp(34px,4vw,56px) 0;background:#fff}
.gf-trust-in{display:grid;gap:22px;justify-items:center;text-align:center}
.gf-trust h5{margin:0;font-size:.86rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#9a9a9a}
.gf-trust-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(24px,5vw,64px)}
.gf-trust-logos img{height:34px;width:auto;filter:grayscale(1);opacity:.55;transition:.25s}
.gf-trust-logos img:hover{filter:none;opacity:1}

/* ---------- special offer ---------- */
.gf-offer{background:var(--tx-soft)}

/* ---------- destinations ---------- */
.gf-dest-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.gf-dest{position:relative;display:block;aspect-ratio:3/4.4;overflow:hidden;background:#111}
.gf-dest img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gf-dest:hover img{transform:scale(1.1)}
.gf-dest::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82),transparent 58%);transition:.3s}
.gf-dest:hover::after{background:linear-gradient(to top,rgba(200,16,46,.86),transparent 62%)}
.gf-dest-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:20px 18px;color:#fff}
.gf-dest-body span{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.gf-dest-body h5{margin:.35rem 0 0;font-size:1.06rem;color:#fff}

/* ---------- why us ---------- */
.gf-why{background:var(--tx-dark)}
.gf-why .gf-head h2{color:#fff}
.gf-why .gf-head h2 span{color:var(--tx-red-soft)}
.gf-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.gf-feat{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
  padding:30px 26px;transition:.3s;
}
.gf-feat:hover{background:var(--tx-red);border-color:var(--tx-red);transform:translateY(-6px)}
.gf-feat-ic{
  display:grid;place-items:center;width:56px;height:56px;margin-bottom:1.2rem;
  background:var(--tx-red);color:#fff;transition:.3s;
}
.gf-feat:hover .gf-feat-ic{background:#fff;color:var(--tx-red)}
.gf-feat-ic svg{width:26px;height:26px}
.gf-feat h4{margin:0 0 .6rem;font-size:1.1rem;color:#fff}
.gf-feat p{margin:0;font-size:.92rem;line-height:1.75;color:rgba(255,255,255,.72)}
.gf-feat:hover p{color:rgba(255,255,255,.9)}

/* ---------- packages ---------- */
.gf-pack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.gf-pack{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tx-line);overflow:hidden;transition:transform .3s,box-shadow .3s}
.gf-pack:hover{transform:translateY(-6px);box-shadow:0 28px 56px rgba(0,0,0,.14)}
.gf-pack-pic{position:relative;aspect-ratio:16/11;overflow:hidden}
.gf-pack-pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gf-pack:hover .gf-pack-pic img{transform:scale(1.08)}
.gf-pack-tag{
  position:absolute;left:14px;top:14px;background:#fff;color:var(--tx-head);
  font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:7px 13px;
}
.gf-pack-flag{
  position:absolute;right:14px;top:14px;background:var(--tx-red);color:#fff;
  font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:7px 13px;
}
.gf-pack-body{display:flex;flex-direction:column;flex:1;padding:22px 22px 24px}
.gf-pack-body h5{margin:0 0 .8rem;font-size:1.12rem;color:var(--tx-head);line-height:1.35}
.gf-pack-meta{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;margin:0 0 1.2rem;font-size:.86rem;color:var(--tx-body)}
.gf-pack-meta span{display:inline-flex;align-items:center;gap:.4rem}
.gf-pack-meta svg{width:16px;height:16px;color:var(--tx-green);flex:none}
.gf-pack-foot{
  margin-top:auto;padding-top:16px;border-top:1px dashed var(--tx-line);
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
}
.gf-pack-price h6{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9a9a9a}
.gf-pack-price b{display:block;font-size:1.25rem;font-weight:900;color:var(--tx-red);margin-top:2px}

/* ---------- about + stats ---------- */
.gf-about{background:var(--tx-soft)}
.gf-about-in{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4.4rem);align-items:center}
.gf-about-art{position:relative;padding:0 0 60px 0}
.gf-about-art img{display:block;width:100%;object-fit:cover}
.gf-about-art .a{aspect-ratio:4/3}
.gf-about-art .b{
  position:absolute;right:0;bottom:0;width:52%;aspect-ratio:4/3;
  border:8px solid var(--tx-soft);
}
.gf-about-badge{
  position:absolute;left:0;bottom:26px;background:var(--tx-red);color:#fff;
  padding:16px 22px;text-align:center;
}
.gf-about-badge b{display:block;font-size:1.6rem;font-weight:900;line-height:1}
.gf-about-badge span{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.gf-about-copy h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;letter-spacing:-.02em;line-height:1.25;color:var(--tx-head);margin:0}
.gf-about-copy p{margin:1.1rem 0 1.8rem;line-height:1.85}

.gf-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  margin-top:clamp(38px,4.6vw,68px);background:var(--tx-dark);padding:clamp(28px,3.4vw,48px)
}
.gf-stats div{text-align:center;color:#fff}
.gf-stats b,.gf-stats i{font-size:clamp(1.9rem,3.6vw,2.8rem);font-weight:900;font-style:normal;line-height:1;color:#fff}
.gf-stats i{color:var(--tx-red-soft)}
.gf-stats span{display:block;margin-top:.6rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.66)}

/* ---------- reviews ---------- */
.gf-revs{background:var(--tx-dark)}
.gf-rev-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.gf-rev{
  margin:0;display:flex;flex-direction:column;gap:.9rem;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);padding:28px 24px;transition:.3s;
}
.gf-rev:hover{background:rgba(255,255,255,.09);transform:translateY(-6px)}
.gf-rev-stars{color:var(--tx-red-soft);letter-spacing:.18em;font-size:.95rem}
.gf-rev h5{margin:0;font-size:1rem;color:#fff}
.gf-rev blockquote{margin:0;font-size:.93rem;line-height:1.8;color:rgba(255,255,255,.74)}
.gf-rev figcaption{display:flex;align-items:center;gap:.8rem;margin-top:auto;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.12)}
.gf-rev figcaption img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex:none}
.gf-rev figcaption span{font-size:.82rem;color:rgba(255,255,255,.6)}
.gf-rev figcaption b{display:block;font-size:.95rem;color:#fff;margin-bottom:1px}

/* ---------- blog ---------- */
.gf-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.gf-post{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tx-line);overflow:hidden;transition:transform .3s,box-shadow .3s}
.gf-post:hover{transform:translateY(-6px);box-shadow:0 28px 56px rgba(0,0,0,.14)}
.gf-post-pic{position:relative;aspect-ratio:16/10;overflow:hidden}
.gf-post-pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gf-post:hover .gf-post-pic img{transform:scale(1.08)}
.gf-post-pic span{
  position:absolute;left:0;bottom:0;background:var(--tx-green);color:#fff;
  font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:8px 14px;
}
.gf-post-body{display:flex;flex-direction:column;flex:1;gap:.7rem;padding:22px 22px 24px}
.gf-post-body time{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9a9a9a}
.gf-post-body h4{margin:0;font-size:1.1rem;line-height:1.45;color:var(--tx-head)}
.gf-post:hover .gf-link svg{transform:translateX(4px)}

/* ---------- cta ---------- */
.gf-cta{position:relative;background:var(--tx-red);padding:clamp(40px,5vw,72px) 0;overflow:hidden}
.gf-cta::before{content:"";position:absolute;inset:0;opacity:.3;background:radial-gradient(600px 300px at 88% 50%,var(--tx-green),transparent 70%)}
.gf-cta-in{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.gf-cta h2{margin:0;color:#fff;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:900;letter-spacing:-.02em;line-height:1.25;max-width:22ch}
.gf-cta .gf-eyebrow::before{background:#fff}
.gf-cta-btns{display:flex;flex-wrap:wrap;gap:14px}
.gf-cta .gf-btn{background:#fff;border-color:#fff;color:var(--tx-head)}
.gf-cta .gf-btn:hover{background:var(--tx-dark);border-color:var(--tx-dark);color:#fff}
.gf-cta .gf-btn-ghost{background:transparent;border-color:rgba(255,255,255,.6);color:#fff}
.gf-cta .gf-btn-ghost:hover{background:#fff;color:var(--tx-head)}

/* ---------- responsive ---------- */
@media(max-width:1200px){
  .gf-hero-inquiry{display:none}
  .gf-dest-grid{grid-template-columns:repeat(3,1fr)}
  .gf-rev-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1024px){
  .gf-offer-grid{grid-template-columns:1fr 1fr}
  .gf-offer-card--wide{grid-column:1/-1;min-height:320px}
  .gf-feat-grid{grid-template-columns:repeat(2,1fr)}
  .gf-pack-grid,.gf-post-grid{grid-template-columns:repeat(2,1fr)}
  .gf-about-in{grid-template-columns:1fr}
  .gf-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .gf-hero{min-height:clamp(480px,74vh,620px)}
  .gf-offer-grid,.gf-pack-grid,.gf-post-grid,.gf-feat-grid,.gf-rev-grid{grid-template-columns:1fr}
  .gf-offer-card--wide{grid-column:auto}
  .gf-dest-grid{grid-template-columns:repeat(2,1fr)}
  .gf-search{margin-top:0}
  .gf-stats{grid-template-columns:1fr 1fr;gap:26px}
  .gf-hero-btns .gf-btn{flex:1;justify-content:center}
}

/* ============================================================
   HEADER — GoFly travel-agency-04 style
   ============================================================ */
.tx-header-in{gap:clamp(1rem,2.4vw,2.4rem)}

/* -- pill nav -- */
@media(min-width:1101px){
  .tx-header .tx-nav{
    gap:4px;padding:5px;border-radius:999px;
    background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  }
  .tx-header .tx-nav a{
    padding:11px 20px;border-radius:999px;font-size:.92rem;font-weight:700;
    color:rgba(255,255,255,.88);transition:background .25s,color .25s;
  }
  .tx-header .tx-nav a svg{width:17px;height:17px;opacity:.9}
  .tx-header .tx-nav a:hover{background:rgba(255,255,255,.14);color:#fff}
  .tx-header .tx-nav a.active{background:var(--tx-red);color:#fff}
  .tx-header .tx-nav a.active svg{opacity:1}
}

/* -- right cluster -- */
.tx-header-r{display:flex;align-items:center;gap:12px}
.gf-help{display:flex;align-items:center;gap:.7rem;color:#fff;white-space:nowrap}
.gf-help-ic{
  flex:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  color:#fff;transition:.25s;
}
.gf-help:hover .gf-help-ic{background:var(--tx-red);border-color:var(--tx-red)}
.gf-help-ic svg{width:19px;height:19px}
.gf-help-txt small{display:block;font-size:.74rem;font-weight:700;color:rgba(255,255,255,.7);line-height:1.2}
.gf-help-txt b{display:block;font-size:1.02rem;font-weight:800;color:#fff;line-height:1.3}

.gf-round{
  flex:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  color:#fff;cursor:pointer;transition:.25s;padding:0;
}
.gf-round:hover{background:var(--tx-red);border-color:var(--tx-red);color:#fff}
.gf-round svg{width:19px;height:19px}
.tx-search-ic.gf-round{background:rgba(255,255,255,.12)}
.tx-search-ic.gf-round:hover{background:var(--tx-red);color:#fff}

@media(max-width:1280px){.gf-help-txt{display:none}}
@media(max-width:1100px){
  .gf-help,.tx-header-r > .gf-round{display:none}
  .tx-header-r{gap:8px}
}

/* ============================================================
   HOMEPAGE — header floats transparently over the hero
   ============================================================ */
.tx-topbar{display:none}   /* header matches the homepage on every page */
body.gf-home .tx-header{
  position:absolute;top:0;left:0;right:0;z-index:70;
  background:transparent;border-bottom:0;
}
body.gf-home .tx-header-in{min-height:98px}
body.gf-home .gf-hero{margin-top:0}
body.gf-home .gf-hero-copy{padding-top:clamp(140px,14vw,190px)}

/* once you scroll, it docks as a solid bar */
body.gf-home .tx-header.scrolled{
  position:fixed;background:rgba(10,10,10,.92);backdrop-filter:blur(10px);
  box-shadow:0 12px 30px -18px rgba(0,0,0,.8);
}
body.gf-home .tx-header.scrolled .tx-header-in{min-height:74px}

@media(max-width:1100px){
  body.gf-home .tx-header-in{min-height:70px}
  body.gf-home .gf-hero-copy{padding-top:clamp(110px,20vw,150px)}
}

/* ============================================================
   HERO — centred, script destination name (GoFly travel-agency-04)
   ============================================================ */
.gf-hero-slide::before{
  background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.15) 38%,rgba(0,0,0,.5));
}
.gf-hero-in{display:flex;justify-content:center}
.gf-hero-copy{
  max-width:min(900px,92%);text-align:center;display:flex;flex-direction:column;
  align-items:center;padding:clamp(150px,15vw,200px) 0 clamp(90px,9vw,120px);
}
.gf-hero-copy h1{
  font-family:'Yellowtail',cursive;font-weight:400;letter-spacing:0;
  font-size:clamp(3.2rem,9vw,7rem);line-height:1.05;color:#fff;
  text-shadow:0 8px 34px rgba(0,0,0,.45);margin:0;
}
.gf-hero-copy p{
  margin:1.1rem auto 0;max-width:46ch;text-align:center;
  font-size:clamp(1rem,1.6vw,1.24rem);font-weight:700;line-height:1.6;
  color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.5);
}
.gf-btn-pill{
  margin-top:2.2rem;border-radius:999px;padding:17px 34px;font-size:1rem;
  box-shadow:0 18px 38px -18px rgba(200,16,46,.9);
}
.gf-btn-pill svg{width:17px;height:17px}
.gf-btn-pill:hover svg{transform:translate(3px,-3px)}

/* side arrows */
.gf-hero .gf-hero-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:4;
  width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(6px);
}
.gf-hero .gf-hero-arrow svg{width:24px;height:24px}
.gf-hero .gf-prev{left:clamp(12px,3.4vw,58px)}
.gf-hero .gf-next{right:clamp(12px,3.4vw,58px)}

/* dots along the bottom */
.gf-hero-dots{
  position:absolute;left:0;right:0;bottom:26px;z-index:4;
  display:flex;justify-content:center;gap:9px;
}

@media(max-width:820px){
  .gf-hero .gf-hero-arrow{width:46px;height:46px}
  .gf-hero .gf-hero-arrow svg{width:19px;height:19px}
  .gf-hero-copy{padding:clamp(120px,24vw,160px) 0 clamp(70px,12vw,96px)}
}

/* ---------- partner airlines marquee ---------- */
.gf-airlines{
  position:relative;width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.gf-airline-track{
  display:flex;align-items:center;gap:22px;width:max-content;
  animation:gf-airline-scroll 38s linear infinite;
}
.gf-airlines:hover .gf-airline-track{animation-play-state:paused}
.gf-airline{
  flex:none;width:190px;height:96px;display:grid;place-items:center;
  background:#fff;border:2px solid rgba(204,204,204,.36);border-radius:10px;
  padding:12px;transition:border-color .25s,box-shadow .25s,transform .25s;
}
.gf-airline:hover{border-color:var(--tx-red);box-shadow:0 16px 32px -20px rgba(0,0,0,.5);transform:translateY(-4px)}
.gf-airline img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
@keyframes gf-airline-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.gf-airline-track{animation:none}}
@media(max-width:680px){
  .gf-airline{width:150px;height:80px}
  .gf-airline-track{gap:14px}
}

/* ============================================================
   SPECIAL OFFER — banner-style promo cards (GoFly layout)
   ============================================================ */
.gf-promo-slider{position:relative}
.gf-promo-track{
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);
  gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;
}
.gf-promo-track::-webkit-scrollbar{display:none}

.gf-promo{
  position:relative;display:block;scroll-snap-align:start;
  aspect-ratio:1.5/1;border-radius:16px;overflow:hidden;
  transition:transform .3s,box-shadow .3s;
}
.gf-promo:hover{transform:translateY(-6px);box-shadow:0 30px 60px -28px rgba(0,0,0,.45)}

/* colour ways */
.gf-promo--a{background:linear-gradient(125deg,#C8102E,#8C0B20)}
.gf-promo--b{background:linear-gradient(125deg,#1567AD,#0F4C7E)}
.gf-promo--c{background:linear-gradient(125deg,#1F2430,#0C0F15)}

.gf-promo--d{background:linear-gradient(125deg,#8C0B20,#5C0715)}

/* photo, cut on a diagonal like the reference artwork */
.gf-promo-pic{position:absolute;inset:0 0 0 42%;z-index:1}
.gf-promo-pic img{
  width:100%;height:100%;object-fit:cover;display:block;
  clip-path:polygon(22% 0,100% 0,100% 100%,0 100%);
  transition:transform .7s;
}
.gf-promo:hover .gf-promo-pic img{transform:scale(1.07)}
.gf-promo-pic::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.45),transparent 46%);
}

.gf-promo-copy{
  position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  justify-content:flex-start;gap:.55rem;padding:clamp(20px,2.4vw,25px);
  width:min(68%,420px);color:#fff;
}
.gf-promo-copy h3{
  margin:0;font-size:clamp(1.25rem,2.1vw,1.9rem);font-weight:900;
  line-height:1.1;letter-spacing:-.02em;color:#fff;
}
.gf-promo-badge{
  align-self:flex-start;background:rgba(255,255,255,.92);color:#111;
  font-size:.72rem;font-weight:800;letter-spacing:.06em;
  padding:7px 14px;border-radius:999px;
}
.gf-promo-price{margin:.25rem 0 0;display:grid;line-height:1.15}
.gf-promo-price small{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.gf-promo-price b{font-size:clamp(1.4rem,2.6vw,2.1rem);font-weight:900;color:#FFD24A;margin-top:2px}
.gf-promo-cta{
  display:inline-flex;align-items:center;gap:.45rem;margin-top:.5rem;
  font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff;
}
.gf-promo-cta svg{width:16px;height:16px;transition:transform .25s}
.gf-promo:hover .gf-promo-cta svg{transform:translateX(4px)}

/* dots */
.gf-promo-dots{display:flex;justify-content:center;gap:9px;margin-top:clamp(22px,2.6vw,34px)}
.gf-promo-dots button{
  width:12px;height:8px;border:0;padding:0;cursor:pointer;border-radius:999px;
  background:rgba(17,17,17,.2);transition:.25s;
}
.gf-promo-dots button[aria-selected="true"]{background:var(--tx-dark);width:38px}

@media(max-width:1024px){
  .gf-promo-track{grid-auto-columns:calc((100% - 24px)/2)}
}
@media(max-width:680px){
  .gf-promo-track{grid-auto-columns:100%;gap:16px}
  .gf-promo{aspect-ratio:1.7/1}
  .gf-promo-copy{width:min(72%,340px)}
  .gf-promo-pic{inset:0 0 0 34%}
}

/* .tx a{color:inherit} out-specifies the .gf- classes - restore their own colours */
.tx a.gf-btn{color:#fff}
.tx a.gf-btn:hover{color:#fff}
.tx .gf-cta a.gf-btn{color:var(--tx-head)}
.tx .gf-cta a.gf-btn:hover{color:#fff}
.tx .gf-cta a.gf-btn-ghost,.tx .gf-cta a.gf-btn-ghost:hover{color:#fff}
.tx .gf-cta a.gf-btn-ghost:hover{color:var(--tx-head)}
.tx a.gf-btn-ghost{color:#fff}
.tx a.gf-btn-ghost:hover{color:var(--tx-head)}
.tx a.gf-link{color:var(--tx-green)}
.tx .gf-offer-body a.gf-link,.tx a.gf-promo-cta{color:#fff}
.tx a.gf-help{color:#fff}
.tx a.gf-round{color:#fff}
.tx a.gf-round:hover{color:#fff}
.tx .gf-post a.gf-link,.tx .gf-post .gf-link{color:var(--tx-green)}

.gf-post-body p{margin:0;font-size:.92rem;line-height:1.75;color:var(--tx-body)}

/* ============================================================
   TAXI & TRANSFERS — landing-style service cards
   ============================================================ */
.gf-svcs{background:var(--tx-soft)}
.gf-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.gf-svc{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--tx-line);
  overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s;
}
.gf-svc:hover{transform:translateY(-6px);box-shadow:0 30px 60px -28px rgba(0,0,0,.35);border-color:transparent}

.gf-svc-pic{position:relative;aspect-ratio:16/10;overflow:hidden}
.gf-svc-pic img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.gf-svc:hover .gf-svc-pic img{transform:scale(1.07)}
.gf-svc-pic::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 58%)}
.gf-svc-tag{
  position:absolute;left:0;top:16px;z-index:2;background:var(--tx-green);color:#fff;
  font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:8px 14px;
}
.gf-svc-price{
  position:absolute;right:16px;bottom:16px;z-index:2;text-align:right;color:#fff;
}
.gf-svc-price b{display:block;font-size:1.5rem;font-weight:900;line-height:1;text-shadow:0 3px 12px rgba(0,0,0,.5)}
.gf-svc-price small{
  display:block;margin-top:3px;font-size:.68rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.8);
}

.gf-svc-body{display:flex;flex-direction:column;flex:1;padding:24px 22px 24px}
.gf-svc-body h4{margin:0 0 1.1rem;font-size:1.16rem;color:var(--tx-head);line-height:1.35}
.gf-svc-list{list-style:none;margin:0 0 1.6rem;padding:0;display:grid;gap:.7rem}
.gf-svc-list li{position:relative;padding-left:28px;font-size:.92rem;line-height:1.6;color:var(--tx-body)}
.gf-svc-list li::before{
  content:"";position:absolute;left:0;top:.15em;width:18px;height:18px;border-radius:50%;
  background:var(--tx-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}
.gf-svc-btn{margin-top:auto;width:100%;justify-content:center}

@media(max-width:1024px){.gf-svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.gf-svc-grid{grid-template-columns:1fr}}

/* ---- footer logo ---- */
.tx-foot-logo{display:inline-block}
.tx-foot-logo img{
  width:190px;max-width:100%;height:auto;display:block;
}
@media(max-width:680px){.tx-foot-logo img{width:165px}}

/* ---- taxi page keeps the original band + animated taxi ---- */
body.tx-taxi-page .tx-carband::before{display:block!important}
body.tx-taxi-page .tx-car-hero{display:block!important}
body.tx-taxi-page .tx-booking-wrap{padding-top:clamp(40px,16vw,164px)!important}
@media(max-width:900px){body.tx-taxi-page .tx-car{display:block!important}}
@media(max-width:560px){body.tx-taxi-page .tx-car{display:none!important}}
body.tx-taxi-page .tx-header{position:sticky}

/* ============================================================
   HEADER + MOBILE DRAWER — final, authoritative block.
   Everything above that touches .tx-nav on small screens is
   superseded here; this is the only place to edit the menu.
   ============================================================ */

/* the drawer no longer gets moved to <body>; kill the old orphan rules */
body > .tx-nav{display:none!important}

.tx-header{position:sticky;top:0;z-index:1000}
.tx-header-in{position:relative;z-index:2}
.tx-nav-back{display:none}

/* ---------------- desktop ---------------- */
@media(min-width:1101px){
  .tx-header .tx-nav{
    position:static!important;display:flex!important;flex-direction:row!important;
    width:auto!important;height:auto!important;padding:5px!important;margin:0 auto!important;
    background:rgba(255,255,255,.1)!important;transform:none!important;
    visibility:visible!important;overflow:visible!important;box-shadow:none!important;
  }
  .tx-burger{display:none!important}
  .tx-nav-head,.tx-nav-foot,.tx-nav-back{display:none!important}
}

/* ---------------- mobile / tablet ---------------- */
@media(max-width:1100px){
  .tx-header-in{min-height:64px}
  .tx-header-r{margin-left:auto;gap:8px}

  /* burger */
  .tx-burger{
    display:block!important;position:relative;z-index:1002;
    width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;
  }
  .tx-burger span{
    display:block;width:24px;height:2px;margin:5px auto;background:#fff;border-radius:2px;
    transition:transform .3s ease,opacity .2s ease;
  }
  .tx-header.open .tx-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .tx-header.open .tx-burger span:nth-child(2){opacity:0}
  .tx-header.open .tx-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* backdrop */
  .tx-nav-back{
    display:block;position:fixed;inset:0;z-index:1001;
    background:rgba(0,0,0,.6);opacity:0;visibility:hidden;
    transition:opacity .3s ease,visibility .3s ease;
  }
  .tx-header.open .tx-nav-back{opacity:1;visibility:visible}

  /* the panel itself — always in the DOM, slid off-screen when closed */
  .tx-header .tx-nav{
    position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;
    display:flex!important;flex-direction:column!important;align-items:stretch!important;
    width:min(330px,86vw)!important;height:100%!important;max-height:100%!important;
    margin:0!important;gap:0!important;border:0!important;border-radius:0!important;
    padding:calc(84px + env(safe-area-inset-top)) 22px calc(24px + env(safe-area-inset-bottom))!important;
    background:#0a0a0a!important;box-shadow:-18px 0 44px rgba(0,0,0,.5)!important;
    overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
    z-index:1002!important;visibility:hidden;
    transform:translateX(100%)!important;
    transition:transform .34s cubic-bezier(.22,1,.36,1),visibility .34s;
  }
  .tx-header.open .tx-nav{transform:translateX(0)!important;visibility:visible}

  /* links */
  .tx-header .tx-nav > a{
    display:flex!important;align-items:center;gap:14px;width:100%;
    padding:15px 2px!important;border-radius:0!important;background:transparent!important;
    border-bottom:1px solid rgba(255,255,255,.1);
    font-size:1rem;font-weight:700;color:rgba(255,255,255,.86)!important;
  }
  .tx-header .tx-nav > a svg{width:19px;height:19px;opacity:.75}
  .tx-header .tx-nav > a.active{color:var(--tx-red-soft)!important;background:transparent!important}
  .tx-header .tx-nav > a.active svg{opacity:1;color:var(--tx-red-soft)}

  /* drawer header: logo + close */
  .tx-nav-head{
    display:none;position:absolute;left:22px;right:18px;
    top:calc(18px + env(safe-area-inset-top));
    align-items:center;justify-content:space-between;gap:1rem;
  }
  .tx-header.open .tx-nav-head{display:flex}
  .tx-nav-head img{width:118px;height:auto}
  .tx-nav-close{
    width:40px;height:40px;display:grid;place-items:center;cursor:pointer;
    border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);
    color:#fff;border-radius:50%;transition:.2s;
  }
  .tx-nav-close:hover{background:var(--tx-red);border-color:var(--tx-red)}
  .tx-nav-close svg{width:18px;height:18px}

  /* drawer footer: CTA + phone + socials */
  .tx-nav-foot{display:none;margin-top:auto;padding-top:24px}
  .tx-header.open .tx-nav-foot{display:grid;gap:14px}
  .tx-nav-foot .tx-btn{justify-content:center;text-align:center;width:100%}
  .tx-nav-foot .tel{
    display:block;text-align:center;padding:12px;font-weight:800;color:#fff;
    border:1px solid rgba(255,255,255,.22);
  }
  .tx-nav-foot .tel:hover{border-color:var(--tx-red-soft);color:var(--tx-red-soft)}
  .tx-nav-socials{display:flex;justify-content:center;gap:16px}
  .tx-nav-socials a{
    width:40px;height:40px;display:grid;place-items:center;border-radius:50%;
    background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;transition:.2s;
  }
  .tx-nav-socials a:hover{background:var(--tx-red);border-color:var(--tx-red)}
  .tx-nav-socials svg{width:17px;height:17px}

  /* page behind the drawer must not scroll or shift */
  body.tx-menu-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}

  /* the homepage header floats over the hero — give it a backdrop while open */
  body.gf-home .tx-header.open{background:rgba(10,10,10,.96)}
}

/* very small phones */
@media(max-width:420px){
  .tx-header .tx-nav{width:min(310px,92vw)!important;padding-left:18px!important;padding-right:18px!important}
  .tx-nav-head{left:18px;right:14px}
  .tx-nav-head img{width:104px}
}

/* landscape phones: keep the drawer usable when the viewport is short */
@media(max-width:1100px) and (max-height:520px){
  .tx-header .tx-nav{padding-top:calc(66px + env(safe-area-inset-top))!important}
  .tx-header .tx-nav > a{padding:11px 2px!important;font-size:.94rem}
  .tx-nav-foot{padding-top:16px}
}

@media(prefers-reduced-motion:reduce){
  .tx-header .tx-nav,.tx-nav-back{transition:none!important}
}

/* ---- drawer: stop the logo colliding with the first link ---- */
@media(max-width:1100px){
  .tx-header .tx-nav{
    padding-top:calc(152px + env(safe-area-inset-top))!important;
    background-color:#0a0a0a!important;
  }
  .tx-nav-head{align-items:flex-start}
  .tx-header .tx-nav-head img{width:118px!important;height:auto!important;display:block}
  .tx-nav-close{flex:none;margin-top:4px}
}
@media(max-width:420px){
  .tx-header .tx-nav{padding-top:calc(140px + env(safe-area-inset-top))!important}
  .tx-header .tx-nav-head img{width:104px!important}
}
@media(max-width:1100px) and (max-height:560px){
  .tx-header .tx-nav{padding-top:calc(92px + env(safe-area-inset-top))!important}
  .tx-header .tx-nav-head img{width:74px!important}
}

/* ---- drawer must fill the viewport whatever the header position is ---- */
@media(max-width:1100px){
  body.gf-home .tx-header.open{position:fixed!important;top:0;left:0;right:0}
  .tx-header .tx-nav{
    height:100vh!important;height:100dvh!important;
    max-height:100vh!important;max-height:100dvh!important;
    min-height:100vh!important;min-height:100dvh!important;
    bottom:auto!important;
  }
}

/* ---- drawer must sit ABOVE every backdrop ---- */
.tx-header::after{content:none!important;display:none!important}
@media(max-width:1100px){
  .tx-nav-back{z-index:1100!important}
  .tx-header .tx-nav{z-index:1200!important;pointer-events:auto!important}
  .tx-header.open .tx-nav,.tx-header.open .tx-nav *{pointer-events:auto!important}
  .tx-burger{z-index:1300!important}
}

/* ---- search results page: no hero, results start right under the header ---- */
.sr-results{padding:0;margin:0;background:#fff}
.sr-results > .abe-shortcode-wrap{margin:0!important;padding:0!important}
.sr-results .abe-hero-search,.sr-results .abe-search-widget{margin-top:0!important;padding-top:0!important}

/* ---- tg- buttons: red fill, white text (.tx a{color:inherit} was greying them) ---- */
.tx a.tg-btn,.tx a.tg-fl-btn,.tx a.tg-tour-badge,.tx a.tg-fl-off{color:#fff!important}
.tg-btn,.tg-fl-btn{background:var(--tg-green);border-color:var(--tg-green);color:#fff}
.tg-btn:hover,.tg-fl-btn:hover,.tx a.tg-btn:hover,.tx a.tg-fl-btn:hover{
  background:var(--tx-dark);border-color:var(--tx-dark);color:#fff!important;
}
.tx a.tg-btn-light{background:#fff;border-color:#fff;color:var(--tg-ink)!important}
.tx a.tg-btn-light:hover{background:var(--tx-dark);border-color:var(--tx-dark);color:#fff!important}
.tx a.tg-btn-outline{background:transparent;color:#fff!important}
.tx a.tg-btn-outline:hover{background:#fff;border-color:#fff;color:var(--tg-ink)!important}
.tg-tour-fav:hover{background:var(--tg-green);color:#fff}
.tg-ads .tg-title b,.tg-deal .tg-title b{background:#fff;color:var(--tg-green)}

/* ---- flights hero: real aircraft photo + readable overlay ---- */
.tg-hero-bg-5{background-position:center 40%}
.tg-hero-5::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.42) 45%,rgba(0,0,0,.78));
}
.tg-hero-5 .tg-hero-in{position:relative;z-index:2}
.tg-hero-5 .tg-hero-sub,.tg-hero-5 .tg-hero-title{text-shadow:0 6px 26px rgba(0,0,0,.55)}

/* ---- taxi tab inside the homepage search widget ---- */
#taxiSearchBox[hidden],#abeEngineBox[hidden]{display:none!important}
#taxiSearchBox{margin-top:4px}
.gf-search #taxiSearchBox .axt-head{background:#fafafa;border:1px solid var(--tx-line);border-radius:0;margin-bottom:16px}

/* ---- homepage taxi tab: reuse the taxi-page widget skin, drop its card chrome ---- */
#taxiSearchBox{margin:0 -1px}
#taxiSearchBox .tx-book{box-shadow:none}

/* ---- booking card: no red diagonal, no striped right edge ---- */
.tx-book::before,.tx-book::after{display:none!important;content:none!important}
.tx-book{background:#fff}
.tx-book-art{background:transparent}
#taxiSearchBox[hidden]{display:none!important}

/* ============================================================
   TAXI RESULTS DRAWER on the homepage
   .gf-search creates a stacking context (z-index:5), which trapped the
   fixed drawer panes underneath the page-level backdrop (z-index:900).
   Lift the whole context above the backdrop but below the drawer header.
   ============================================================ */
body.tx-drawer-open .gf-search{z-index:940}
body.tx-drawer-open .gf-search .abe-shortcode-wrap,
body.tx-drawer-open .gf-search .abe-hero-search,
body.tx-drawer-open .gf-search .abe-search-widget,
body.tx-drawer-open .gf-search .abe-search-widget-body,
body.tx-drawer-open #taxiSearchBox,
body.tx-drawer-open #taxiSearchBox .tx-book,
body.tx-drawer-open #taxiSearchBox .tx-book-form{
  position:static;transform:none;filter:none;overflow:visible;z-index:auto;
}
/* the header must not sit on top of the open drawer */
body.tx-drawer-open .tx-header{z-index:800}
body.tx-drawer-open .tx-drawer-head{z-index:960}

/* ---- footer: logo + socials on the left, About Company on the right ---- */
.tx-foot-logo{margin-bottom:1.6rem}
.tx-footer .tx-foot-grid > div:last-child p{font-size:.92rem;line-height:1.85;margin:0}

/* ---- while the ride drawer is open, dim the search box behind it ----
   The panes are trapped inside .gf-search stacking context, so the page-level
   backdrop cannot reach them. Dim from inside instead: the overlay sits at
   z-index 5 in that same context, the fixed panes at 950 stay above it. ---- */
body.tx-drawer-open .gf-search > .tx-container{position:relative}
body.tx-drawer-open .gf-search > .tx-container::after{
  content:"";position:absolute;inset:-24px;z-index:5;
  background:rgba(10,10,10,.55);backdrop-filter:blur(2px);
  pointer-events:auto;
}

/* ---- flights hero: the engine paints its own purple hero background,
        strip it so our Royal Air Maroc photo shows through ---- */
.tg-hero .abe-hero-search,
.tg-hero .abe-hero-search--no-tabs,
.tg-hero .abe-search-widget,
.tg-hero .abe-shortcode-wrap{
  background:none!important;background-image:none!important;background-color:transparent!important;
  padding:0!important;margin:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;
}
.tg-hero .abe-hero-search::before,
.tg-hero .abe-hero-search::after{content:none!important;display:none!important}
.tg-searchbar{position:relative;z-index:3}
