/* =============================================================
   UK Airport Express — app.css
   All shared styles. Page-specific styles live in @stack('styles')
   ============================================================= */

/* GOOGLE FONTS — also in <head> via @vite or direct link */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Nunito:wght@400;500;600;700;800&display=swap');

/* ROOT VARIABLES */
:root {
    --orange: #E8520A;
    --orange-dark: #C04208;
    --orange-light: #FF6B1A;
    --navy: #0F1624;
    --navy2: #1A2235;
    --gold: #FFD166;
    --white: #fff;
    --light: #F7F5F2;
    --muted: #6B7280;
    --border: #E5E7EB;
    --green: #10B981;
    --wa: #25D366;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; color: var(--navy); background: var(--white); overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; }
img { max-width: 100%; }
a { text-decoration: none; }

/* ── TOPBAR ── */
.topbar { background: var(--navy); color: rgba(255,255,255,.65); font-size: 13px; padding: 8px 0; }
.topbar a { color: rgba(255,255,255,.65); transition: color .2s; }
.topbar a:hover { color: var(--gold); }
.topbar-pill { background: rgba(255,209,102,.12); border: 1px solid rgba(255,209,102,.35); border-radius: 30px; padding: 2px 12px; font-size: 12px; color: var(--gold); font-weight: 700; }

/* ── NAVBAR ── */
.navbar { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 0; z-index: 1050; box-shadow: 0 2px 16px rgba(0,0,0,.08); }
.navbar-brand img { height: 66px; width: auto; display: block; }
.navbar-nav .nav-link { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--navy) !important; padding: 1.5rem .75rem !important; position: relative; transition: color .2s; }
.navbar-nav .nav-link::after { content: ''; position: absolute; bottom: 0; left: .75rem; right: .75rem; height: 3px; background: var(--orange); transform: scaleX(0); transition: transform .25s; border-radius: 3px 3px 0 0; }
.navbar-nav .nav-link:hover { color: var(--orange) !important; }
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }
.navbar-nav .nav-link.current { color: var(--orange) !important; }
.navbar-nav .nav-link.current::after { transform: scaleX(1); }
.nav-phone-link { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 14.5px; color: var(--navy); transition: color .2s; }
.nav-phone-link:hover { color: var(--orange); }
.nav-phone-icon { width: 36px; height: 36px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-phone-icon i { color: #fff; font-size: 14px; }
.btn-whatsapp { background: var(--wa); color: #fff !important; border-radius: 9px; padding: 10px 20px !important; font-weight: 800 !important; font-size: 13.5px; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .15s; white-space: nowrap; border: none !important; line-height: 1; }
.btn-whatsapp:hover { background: #1db954; transform: translateY(-2px); color: #fff !important; }
.btn-whatsapp::after { display: none !important; }
.navbar-toggler { border: 1.5px solid var(--border); padding: 7px 11px; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(232,82,10,.18); }

/* ── HERO ── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, #1c2a45 55%, #2a1500 100%); position: relative; overflow: hidden; padding: 60px 0; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.hero-glow { position: absolute; top: -120px; right: -80px; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(232,82,10,.22) 0%, transparent 68%); pointer-events: none; }
.hero-glow2 { position: absolute; bottom: -150px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,209,102,.08) 0%, transparent 70%); pointer-events: none; }
.breadcrumb-bar { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.breadcrumb-bar a { color: rgba(255,255,255,.5); transition: color .2s; }
.breadcrumb-bar a:hover { color: var(--orange-light); }
.breadcrumb-bar i { font-size: 10px; }
.breadcrumb-bar span { color: var(--orange-light); font-weight: 700; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,209,102,.12); border: 1px solid rgba(255,209,102,.35); border-radius: 30px; padding: 5px 16px; font-size: 12.5px; color: var(--gold); font-weight: 700; letter-spacing: .5px; margin-bottom: 20px; }
.hero-title { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 18px; }
.hero-title .hl { color: var(--orange-light); }
.hero-sub { color: rgba(255,255,255,.72); font-size: 15.5px; line-height: 1.75; margin-bottom: 28px; max-width: 510px; }
.hero-stats { display: flex; gap: 28px; margin-bottom: 34px; flex-wrap: wrap; }
.hstat .n { font-family: 'Barlow Condensed', sans-serif; font-size: 2.1rem; font-weight: 900; color: var(--orange-light); line-height: 1; }
.hstat .l { font-size: 11.5px; color: rgba(255,255,255,.55); font-weight: 600; margin-top: 2px; }
.btn-orange { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 13px 28px; font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 9px; transition: background .2s, transform .15s; font-family: 'Nunito', sans-serif; cursor: pointer; text-decoration: none; }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.3); border-radius: 10px; padding: 12px 26px; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 9px; transition: all .2s; font-family: 'Nunito', sans-serif; cursor: pointer; text-decoration: none; }
.btn-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); color: #fff; }
.trust-badges { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.tbadge { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.6); font-size: 13px; font-weight: 600; }
.tbadge i { color: var(--orange-light); font-size: 15px; }

/* ── FORM CARD ── */
.form-card { background: #fff; border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.28); padding: 28px 26px 22px; position: relative; }
.fc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid var(--light); }
.fc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--navy); margin: 0; }
.steps-wrap { display: flex; align-items: center; gap: 6px; }
.sdot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; transition: all .3s; }
.sdot.active { background: var(--orange); color: #fff; }
.sdot.done { background: var(--green); color: #fff; }
.sdot.idle { background: #E5E7EB; color: #9CA3AF; }
.sline { width: 28px; height: 2px; background: #E5E7EB; border-radius: 2px; transition: background .3s; }
.sline.done { background: var(--green); }
.flabel { font-size: 11px; font-weight: 800; color: #6B7280; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 5px; display: block; }
.flabel span { color: #EF4444; }
.finput { width: 100%; height: 44px; border: 1.5px solid #E5E7EB; border-radius: 9px; padding: 0 12px; font-size: 14px; font-family: 'Nunito', sans-serif; color: var(--navy); background: #FAFAFA; transition: border-color .2s, box-shadow .2s; outline: none; -webkit-appearance: none; appearance: none; }
.finput:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,82,10,.1); background: #fff; }
select.finput { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; cursor: pointer; }
textarea.finput { height: 78px; padding-top: 10px; resize: none; }
.btn-next { width: 100%; height: 48px; background: var(--orange); color: #fff; border: none; border-radius: 10px; font-weight: 800; font-size: 16px; font-family: 'Nunito', sans-serif; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px; transition: background .2s; margin-top: 6px; }
.btn-next:hover { background: var(--orange-dark); }
.btn-back-sm { background: none; border: 1.5px solid #E5E7EB; color: #6B7280; border-radius: 8px; padding: 6px 14px; font-size: 13px; font-family: 'Nunito', sans-serif; cursor: pointer; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.btn-back-sm:hover { border-color: var(--orange); color: var(--orange); }
.form-check-input:checked { background-color: var(--orange); border-color: var(--orange); }
.tp-row { text-align: center; padding-top: 13px; border-top: 1px solid #F3F4F6; font-size: 12.5px; color: #6B7280; margin-top: 4px; }
.tp-row strong { color: var(--navy); }
.tp-stars { color: #00B67A; }

/* ── USP STRIP ── */
.usp-strip { background: var(--orange); padding: 12px 0; }
.usp-item { display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; font-size: 13.5px; font-weight: 700; padding: 5px 0; }
.usp-item i { font-size: 17px; }

/* ── SHARED SECTION UTILITIES ── */
.eyebrow { font-size: 12.5px; font-weight: 800; color: var(--orange); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.sec-title { font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 900; color: var(--navy); line-height: 1.15; margin-bottom: 14px; }
.sec-title span { color: var(--orange); }
.sec-body { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
.btn-solid { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 13px 28px; font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 9px; transition: background .2s, transform .15s; font-family: 'Nunito', sans-serif; cursor: pointer; text-decoration: none; }
.btn-solid:hover { background: var(--orange-dark); transform: translateY(-2px); color: #fff; }
.btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--navy); border-radius: 10px; padding: 12px 24px; font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 9px; transition: all .2s; font-family: 'Nunito', sans-serif; text-decoration: none; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

/* ── ABOUT / WHY SECTION ── */
.about-sec { padding: 90px 0; background: #fff; }
.about-img-box { position: relative; border-radius: 18px; overflow: hidden; }
.about-img-box img { width: 100%; height: 430px; object-fit: cover; display: block; }
.about-float { position: absolute; bottom: 22px; left: 22px; background: #fff; border-radius: 14px; padding: 15px 20px; box-shadow: 0 8px 40px rgba(0,0,0,.14); display: flex; align-items: center; gap: 14px; }
.afn { font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 900; color: var(--orange); line-height: 1; }
.aft { font-size: 13px; color: #374151; font-weight: 700; line-height: 1.35; }
.pill-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--light); border-radius: 20px; padding: 5px 14px; font-size: 13px; font-weight: 700; color: var(--navy); margin: 3px 3px 0 0; }
.pill-tag i { color: var(--orange); font-size: 12px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.feat-item { display: flex; align-items: center; gap: 10px; background: var(--light); border-radius: 10px; padding: 12px 14px; }
.feat-icon { width: 32px; height: 32px; background: rgba(232,82,10,.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-icon i { color: var(--orange); font-size: 14px; }
.feat-text { font-size: 13.5px; font-weight: 700; color: var(--navy); }

/* ── LOGOS MARQUEE ── */
.logos-sec { padding: 52px 0; background: var(--light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.logos-label { text-align: center; font-size: 12.5px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 30px; }
.marquee-wrap { overflow: hidden; position: relative; }
.marquee-wrap::before, .marquee-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--light), transparent); }
.marquee-wrap::after { right: 0; background: linear-gradient(to left, var(--light), transparent); }
.marquee-track { display: flex; gap: 60px; align-items: center; animation: marq 24s linear infinite; width: max-content; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marq { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.logo-company { font-family: 'Barlow Condensed', sans-serif; font-size: 1.55rem; font-weight: 900; letter-spacing: .5px; color: #888; white-space: nowrap; transition: color .25s; }
.marquee-track span:hover .logo-company { color: var(--orange); }

/* ── WHY US / CHECK ROWS ── */
.why-sec { padding: 80px 0; background: var(--light); }
.why-img-box { position: relative; border-radius: 18px; overflow: hidden; }
.why-img-box img { width: 100%; height: 490px; object-fit: cover; display: block; }
.why-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(15,22,36,.65) 0%, transparent 60%); }
.why-float { position: absolute; top: 22px; left: 22px; background: var(--orange); color: #fff; border-radius: 14px; padding: 15px 20px; }
.wfn { font-family: 'Barlow Condensed', sans-serif; font-size: 2.4rem; font-weight: 900; line-height: 1; }
.wfl { font-size: 12px; opacity: .8; font-weight: 600; }
.why-float2 { position: absolute; bottom: 22px; right: 22px; background: #fff; border-radius: 14px; padding: 14px 18px; box-shadow: 0 8px 30px rgba(0,0,0,.12); display: flex; align-items: center; gap: 10px; }
.wf2icon { width: 40px; height: 40px; background: rgba(232,82,10,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.wf2icon i { color: var(--orange); font-size: 18px; }
.wf2txt { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.35; }
.check-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.check-bubble { width: 34px; height: 34px; background: rgba(232,82,10,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.check-bubble i { color: var(--orange); font-size: 14px; }
.check-t { font-weight: 800; font-size: 15px; color: var(--navy); margin: 0 0 3px; }
.check-s { font-size: 13.5px; color: var(--muted); margin: 0; }

/* ── HOW-TO STEPS ── */
.step-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-t { font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 3px; }
.step-s { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ── FLEET CARDS ── */
.fleet-sec { padding: 90px 0; background: var(--navy); }
.fleet-strip { padding: 80px 0; background: var(--navy); }
.fleet-sec .sec-title, .fleet-strip .sec-title { color: #fff; }
.fleet-sec .eyebrow, .fleet-strip .eyebrow { color: var(--gold); }
.fleet-card { background: var(--navy2); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; height: 100%; display: flex; flex-direction: column; }
.fleet-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(0,0,0,.5); border-color: rgba(232,82,10,.45); }
.fleet-thumb { height: 190px; overflow: hidden; position: relative; }
.fleet-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.fleet-card:hover .fleet-thumb img { transform: scale(1.06); }
.fleet-cap-badge { position: absolute; top: 12px; right: 12px; background: var(--orange); color: #fff; border-radius: 20px; padding: 3px 12px; font-size: 12px; font-weight: 800; }
.fleet-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.fleet-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 900; color: #fff; margin-bottom: 8px; }
.fleet-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.ftag { background: rgba(232,82,10,.18); color: #FF8C4A; border-radius: 20px; padding: 3px 10px; font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.fleet-desc { font-size: 13.5px; color: rgba(255,255,255,.55); line-height: 1.65; margin-bottom: 16px; flex: 1; }
.btn-fleet { display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 11px 18px; font-size: 13px; font-weight: 800; font-family: 'Nunito', sans-serif; cursor: pointer; transition: background .2s; text-decoration: none; margin-top: auto; width: 100%; }
.btn-fleet:hover { background: var(--orange-dark); color: #fff; }

/* ── REVIEWS ── */
.reviews-sec { background: var(--orange); padding: 60px 0; }
.rev-big { font-family: 'Barlow Condensed', sans-serif; font-size: 5.5rem; font-weight: 900; color: #fff; line-height: 1; }
.rev-label { color: rgba(255,255,255,.8); font-size: 15px; margin-top: 6px; }
.rev-stars { color: var(--gold); font-size: 24px; letter-spacing: 2px; margin: 8px 0; }
.rev-count { color: rgba(255,255,255,.65); font-size: 13px; }
.rev-card { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 22px; height: 100%; }
.rev-stars-sm { color: var(--gold); font-size: 13px; margin-bottom: 10px; }
.rev-text { color: #fff; font-size: 14px; line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.rev-author { display: flex; align-items: center; gap: 10px; }
.rev-av { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: 15px; flex-shrink: 0; }
.rev-name { font-weight: 800; color: #fff; font-size: 14px; }
.rev-src { font-size: 12px; color: rgba(255,255,255,.65); }

/* ── FAQ ── */
.faq-sec { padding: 80px 0; background: var(--light); }
.accordion-button { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 15px; color: var(--navy); }
.accordion-button:not(.collapsed) { color: var(--orange); background: rgba(232,82,10,.04); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(232,82,10,.15); }

/* ── CTA BAND ── */
.cta-band { background: var(--navy); padding: 72px 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 32px 32px; }
.cta-glow { position: absolute; top: -60px; right: -40px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(232,82,10,.18) 0%, transparent 70%); pointer-events: none; }

/* ── STATS BAND ── */
.stats-band { background: var(--navy); padding: 56px 0; }
.stat-n { font-family: 'Barlow Condensed', sans-serif; font-size: 3rem; font-weight: 900; color: var(--orange-light); line-height: 1; }
.stat-l { font-size: 14px; color: rgba(255,255,255,.55); font-weight: 600; margin-top: 6px; }

/* ── DESTINATION CARDS (hen-party) ── */
.dest-sec { padding: 80px 0; background: var(--white); }
.dest-card { border-radius: 16px; overflow: hidden; position: relative; height: 300px; display: block; transition: transform .25s, box-shadow .25s; }
.dest-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.dest-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.dest-card:hover img { transform: scale(1.05); }
.dest-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,22,36,.88) 0%, rgba(15,22,36,.15) 65%, transparent 100%); }
.dest-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; }
.dest-tag { display: inline-flex; align-items: center; gap: 5px; background: var(--orange); color: #fff; border-radius: 20px; padding: 3px 11px; font-size: 11.5px; font-weight: 800; margin-bottom: 7px; }
.dest-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.65rem; font-weight: 900; color: #fff; margin-bottom: 5px; line-height: 1.1; }
.dest-desc { font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.5; margin-bottom: 12px; }
.dest-link { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; border-radius: 8px; padding: 7px 14px; font-size: 12.5px; font-weight: 800; transition: background .2s, border-color .2s; }
.dest-link:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ── AIRPORT CARDS (airport-transfers) ── */
.airports-sec { padding: 80px 0; background: var(--white); }
.airport-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; height: 100%; transition: border-color .2s, box-shadow .2s, transform .2s; position: relative; overflow: hidden; }
.airport-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--orange); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.airport-card:hover { border-color: rgba(232,82,10,.35); box-shadow: 0 10px 40px rgba(232,82,10,.1); transform: translateY(-4px); }
.airport-card:hover::before { transform: scaleX(1); }
.airport-iata { font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 900; color: var(--orange); line-height: 1; margin-bottom: 4px; }
.airport-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--navy); margin-bottom: 10px; line-height: 1.2; }
.airport-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.ameta-pill { background: var(--light); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; color: var(--muted); }
.airport-desc { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin-bottom: 18px; }
.airport-link { display: inline-flex; align-items: center; gap: 7px; background: var(--orange); color: #fff; border-radius: 8px; padding: 9px 18px; font-size: 13px; font-weight: 800; font-family: 'Nunito', sans-serif; transition: background .2s; text-decoration: none; width: 100%; justify-content: center; }
.airport-link:hover { background: var(--orange-dark); color: #fff; }

/* ── PRIVATE HIRE — USE CASES & LOCAL AREAS ── */
.uses-sec { padding: 80px 0; background: var(--white); }
.use-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; height: 100%; transition: border-color .2s, box-shadow .2s, transform .2s; position: relative; overflow: hidden; }
.use-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--orange); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.use-card:hover { border-color: rgba(232,82,10,.3); box-shadow: 0 10px 40px rgba(232,82,10,.09); transform: translateY(-4px); }
.use-card:hover::before { transform: scaleX(1); }
.use-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(232,82,10,.08); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.use-icon i { color: var(--orange); font-size: 22px; }
.use-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 900; color: var(--navy); margin-bottom: 8px; }
.use-desc { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.use-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.use-tag { background: var(--light); border-radius: 20px; padding: 3px 11px; font-size: 12px; font-weight: 700; color: var(--muted); }
.local-sec { padding: 80px 0; background: var(--light); }
.area-card { background: var(--white); border-radius: 14px; border: 1px solid var(--border); padding: 22px 20px; height: 100%; transition: border-color .2s, box-shadow .2s; }
.area-card:hover { border-color: rgba(232,82,10,.3); box-shadow: 0 6px 28px rgba(232,82,10,.08); }
.area-name { font-family: 'Barlow Condensed', sans-serif; font-size: 1.35rem; font-weight: 900; color: var(--navy); margin-bottom: 6px; }
.area-region { font-size: 12px; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; }
.area-desc { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.area-link { display: inline-flex; align-items: center; gap: 7px; background: var(--orange); color: #fff; border-radius: 8px; padding: 8px 16px; font-size: 13px; font-weight: 800; font-family: 'Nunito', sans-serif; transition: background .2s; text-decoration: none; width: 100%; justify-content: center; }
.area-link:hover { background: var(--orange-dark); color: #fff; }

/* ── INCLUDED ITEMS (hen-party) ── */
.included-sec { padding: 80px 0; background: var(--light); }
.incl-item { display: flex; align-items: flex-start; gap: 16px; background: #fff; border-radius: 14px; border: 1px solid var(--border); padding: 22px; transition: border-color .2s, box-shadow .2s; }
.incl-item:hover { border-color: rgba(232,82,10,.3); box-shadow: 0 6px 24px rgba(232,82,10,.08); }
.incl-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(232,82,10,.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.incl-icon i { color: var(--orange); font-size: 20px; }
.incl-title { font-weight: 800; font-size: 15px; color: var(--navy); margin-bottom: 4px; }
.incl-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 64px 0 0; color: rgba(255,255,255,.65); }
.footer-brand img { height: 62px; margin-bottom: 18px; }
.footer-desc { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.55); margin-bottom: 22px; }
.social-row a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); margin-right: 8px; transition: all .2s; text-decoration: none; }
.social-row a:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.footer-h { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 20px; letter-spacing: .5px; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: rgba(255,255,255,.55); font-size: 14px; transition: color .2s; display: flex; align-items: center; gap: 8px; }
.footer-links a i { color: var(--orange); font-size: 11px; width: 14px; }
.footer-links a:hover { color: var(--orange-light); }
.fcontact { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 16px; font-size: 14px; }
.fcontact i { color: var(--orange); margin-top: 3px; font-size: 14px; flex-shrink: 0; width: 16px; }
.fcontact span, .fcontact a { color: rgba(255,255,255,.65); line-height: 1.6; }
.fcontact a:hover { color: var(--orange-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 20px 0; margin-top: 54px; font-size: 13px; color: rgba(255,255,255,.35); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: var(--orange-light); }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .hero { padding: 36px 0 44px; }
    .hero-content-col { order: 2; padding-top: 32px; }
    .hero-form-col { order: 1; }
    .navbar-nav .nav-link { padding: .65rem 0 !important; }
    .navbar-nav .nav-link::after { display: none; }
    .nav-cta-wrap { padding: 12px 0; display: flex; gap: 10px; flex-wrap: wrap; }
    .why-img-box img { height: 300px; }
}
@media (max-width: 767px) {
    .hero-stats { gap: 18px; }
    .about-img-box img, .why-img-box img { height: 260px; }
    .feature-grid { grid-template-columns: 1fr; }
    .fleet-thumb { height: 165px; }
    .dest-card { height: 250px; }
    .stat-n { font-size: 2.2rem; }
}
@media (max-width: 575px) {
    .form-card { padding: 20px 16px 16px; border-radius: 14px; }
    .hero-cta-row { flex-direction: column; gap: 10px; }
    .btn-orange, .btn-ghost { width: 100%; justify-content: center; }
}
.why-overlay, .why-float, .why-float2 { z-index: 10; }