/* West Side Travel Ltd — site styles */
:root {
  --navy: #16173e;
  --navy-deep: #0A1730;
  --navy-light: #2c2d6d;
  --indigo: #2c2d6d;
  --teal: #00544f;
  --gold: #e1c3b3;       /* blush accent — matches MFB palette */
  --gold-light: #f3ddd0; /* light blush */
  --cream: #FBF8F1;
  --grey: #5b6472;
  --whatsapp: #25D366;
  --whatsapp-dark: #1DA851;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(10,37,64,0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 400;
  color: #24313f;
  background: #ffffff;
  line-height: 1.6;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--navy);
  margin: 0 0 0.5em;
  line-height: 1.15;
}
h1 { font-size: 4rem; }       /* 64px — matches mfbrokers.co.uk H1 */
h2 { font-size: 3.625rem; }   /* 58px — matches mfbrokers.co.uk H2 */
h3 { font-size: 1.625rem; }   /* 26px — matches mfbrokers.co.uk H3 */
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong { font-weight: 600; }
p { margin: 0 0 1em; font-size: 1.1875rem; line-height: 1.4; } /* 19px/26.6px — matches mfbrokers.co.uk body copy */
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}
.section { padding: 72px 0; }
.section-alt { background: var(--cream); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3, .section-navy p { color: #fff; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }

/* Buttons — pill CTA matching mfbrokers.co.uk (50px radius, 16/25 padding, 20px/600) */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 25px;
  border-radius: 50px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-deep); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.6); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.12); }
.btn-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }
.btn-whatsapp { background: var(--whatsapp); color: #fff; border-color: var(--whatsapp); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); border-color: var(--whatsapp-dark); }
.btn-small { padding: 10px 20px; font-size: 0.95rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: #fff;
  box-shadow: 0 2px 12px rgba(10,37,64,0.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 24px;
  gap: 20px;
}
.logo-img { height: 116px; width: auto; } /* enlarged for legibility — well above mfbrokers.co.uk's ~72px */
.logo-link { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.logo-slogan {
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 500;
  font-size: 0.95rem; color: var(--gold); letter-spacing: 0.2px; margin-left: 2px;
}
@media (max-width: 880px) { .logo-slogan { display: none; } }
.main-nav { display: flex; gap: 30px; align-items: center; }
.main-nav a {
  font-weight: 500; color: var(--navy); font-size: 0.875rem; /* 14px/500 — matches mfbrokers.co.uk nav */
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a.active { border-bottom-color: var(--gold); color: var(--gold); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none; background: none; border: none; font-size: 1.6rem; color: var(--navy); cursor: pointer;
}

@media (max-width: 880px) {
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 16px 24px; gap: 14px;
    box-shadow: 0 12px 20px rgba(10,37,64,0.08);
    display: none;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-cta .btn-small-label { display: none; }
}

/* ===== Homepage hero — animated city carousel ===== */
.home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.6s ease;
  will-change: opacity, transform;
}
.hero-slide.active {
  opacity: 1; z-index: 1;
  animation: kenburns 9s ease-in-out forwards;
}
.hero-slide:first-child { opacity: 1; } /* no-JS fallback so the hero is never blank */
/* Static flag + city badge — sits above the slide layer so it never zooms
   or crossfades with the photo; only its text content swaps on slide change. */
.hero-badge-static {
  position: absolute; left: 28px; top: 28px; z-index: 3;
  display: flex; align-items: center; gap: 14px;
}
.hero-flag {
  font-size: 2rem; line-height: 1;
  background: rgba(10,23,48,0.55); border: 1px solid rgba(255,255,255,0.4);
  border-radius: 10px; padding: 8px 10px;
}
.hero-citylabel {
  color: #fff; font-weight: 700; font-family: 'Fraunces', serif; font-size: 1.05rem;
  background: rgba(10,23,48,0.55); border: 1px solid rgba(255,255,255,0.25);
  padding: 10px 16px; border-radius: 10px;
}
@media (max-width: 620px) { .hero-badge-static { display: none; } }
@keyframes kenburns {
  from { transform: scale(1.0); }
  to   { transform: scale(1.10); }
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,23,48,0.60) 0%, rgba(10,23,48,0.30) 38%, rgba(10,23,48,0.55) 78%, rgba(10,23,48,0.88) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 140px 0 120px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: #fff; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.35);
  padding: 8px 18px; border-radius: 999px;
  font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 0.72rem;
  margin-bottom: 24px;
}
.hero-title { color: #fff; margin-bottom: 14px; }
.hero-title .lt { font-weight: 300; display: block; }
.hero-title .bd { font-weight: 600; display: block; color: var(--gold-light); }
.hero-slogan {
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 400;
  font-size: 1.5rem; color: var(--gold-light); margin-bottom: 18px;
}
.home-hero p.lead { font-size: 1.15rem; color: #eef2f7; max-width: 560px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-dots {
  position: absolute; z-index: 3; bottom: 26px; left: 0; right: 0;
  display: flex; justify-content: center; gap: 9px;
}
.hero-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.7);
  background: transparent; padding: 0; cursor: pointer; transition: all .25s ease;
}
.hero-dots button.active { background: var(--gold-light); border-color: var(--gold-light); width: 24px; border-radius: 6px; }
@media (max-width: 880px) {
  .home-hero { min-height: 82vh; }
  .hero-content { padding: 110px 0 90px; }
  h1 { font-size: 2.4rem; }
  .hero-slogan { font-size: 1.2rem; }
}

/* Destination gallery (city thumbnails) */
.dest-gallery {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
@media (max-width: 980px) { .dest-gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .dest-gallery { grid-template-columns: repeat(2, 1fr); } }
.dest-card {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3;
  box-shadow: var(--shadow);
}
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.dest-card:hover img { transform: scale(1.08); }
.dest-card .tag {
  position: absolute; left: 10px; bottom: 10px; z-index: 2;
  color: #fff; font-weight: 700; font-size: 0.85rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.dest-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,23,48,0) 55%, rgba(10,23,48,0.75) 100%);
}

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 880px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px;
  box-shadow: var(--shadow); border-top: 4px solid var(--gold);
  height: 100%;
}
.card .icon-circle {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--navy); color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.2rem; }
.card ul { padding-left: 20px; margin: 12px 0 0; }
.card li { margin-bottom: 6px; color: #45505c; }

/* Destination strip */
.dest-strip { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.dest-pill {
  background: #fff; border: 1px solid #e4e9ef; border-radius: 999px;
  padding: 12px 24px; font-weight: 700; color: var(--navy);
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 4px 14px rgba(10,37,64,0.06);
}
.dest-pill span.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr 1fr; } }
.step { text-align: center; }
.step .num {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold); color: var(--navy); font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
  font-size: 1.1rem;
}
.step h4 { font-size: 1.02rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; color: #5b6472; }

/* Table (services page) */
.svc-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); box-shadow: var(--shadow); }
.svc-table { width: 100%; min-width: 640px; border-collapse: collapse; margin-top: 10px; }
.svc-table th, .svc-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid #e6e9ee; font-size: 0.95rem; }
.svc-table th { background: var(--navy); color: #fff; font-family: 'Fraunces', serif; font-weight: 600; }
.svc-table tr:nth-child(even) td { background: #fafbfc; }
@media (max-width: 620px) { .svc-table { min-width: 560px; } .svc-table th, .svc-table td { padding: 12px; font-size: 0.85rem; } }

/* Testimonials */
.testi { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.testi p.quote { font-style: italic; color: #364150; font-size: 1.05rem; }
.testi .who { font-weight: 700; color: var(--navy); margin-top: 10px; font-size: 0.95rem; }

/* CTA band */
.cta-band {
  background: var(--gold);
  color: var(--navy);
  border-radius: var(--radius);
  padding: 44px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.cta-band h3 { margin-bottom: 6px; }

/* Footer */
.site-footer { background: var(--navy); color: #cfd9e6; padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-grid h4 { color: #fff; font-size: 0.95rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid a, .footer-grid p { color: #b9c6d6; font-size: 0.92rem; display: block; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-logo { height: 76px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.social-row { display: flex; gap: 12px; margin-top: 6px; }
.social-row a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0; text-align: center; font-size: 0.82rem; color: #8ea0b6;
}
.footer-bottom a { color: #8ea0b6; text-decoration: underline; }

/* Page header (inner pages) — real photo banner with dark overlay */
.page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy), var(--navy-light)) center/cover no-repeat;
  color: #fff; padding: 100px 0 76px; text-align: center;
  overflow: hidden;
}
.page-hero .page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,23,48,0.72) 0%, rgba(10,23,48,0.55) 50%, rgba(10,23,48,0.85) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 8px; }
.page-hero p { color: #eef2f7; margin: 0; max-width: 620px; margin-left: auto; margin-right: auto; }
.breadcrumb { font-size: 0.85rem; color: var(--gold-light); margin-bottom: 10px; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 20px; }
.contact-item p { font-size: 1rem; margin: 4px 0 0; }
.contact-item .ic {
  width: 42px; height: 42px; border-radius: 50%; background: var(--cream); color: var(--navy);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem;
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; margin-bottom: 6px; font-size: 0.9rem; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #d7dee6; border-radius: 8px; font-family: inherit; font-size: 0.95rem;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 20px; }

/* FAQ */
.faq-item { border-bottom: 1px solid #e6e9ee; padding: 18px 0; }
.faq-item h4 { font-size: 1.02rem; margin-bottom: 6px; }
.faq-item p { color: #5b6472; margin: 0; }

/* WhatsApp floating bubble */
.wa-fab-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: flex-end; gap: 12px; }
.wa-tooltip {
  background: #fff; color: #24313f; padding: 14px 16px; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(10,37,64,0.18); max-width: 240px; font-size: 0.88rem;
  position: relative; opacity: 0; transform: translateY(10px) scale(0.96);
  pointer-events: none; transition: all .25s ease;
}
.wa-tooltip.show { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.wa-tooltip .wa-close {
  position: absolute; top: -8px; right: -8px; background: var(--navy); color: #fff;
  width: 22px; height: 22px; border-radius: 50%; border: none; cursor: pointer; font-size: 0.75rem; line-height: 1;
}
.wa-fab {
  width: 62px; height: 62px; border-radius: 50%; background: var(--whatsapp);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(37,211,102,0.45);
  position: relative; flex-shrink: 0;
}
.wa-fab svg { width: 32px; height: 32px; }
.wa-fab .ping {
  position: absolute; inset: 0; border-radius: 50%; background: var(--whatsapp);
  animation: wa-ping 2.2s cubic-bezier(0,0,0.2,1) infinite;
}
@keyframes wa-ping {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.9); opacity: 0; }
}

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Small-phone refinements (iPhone SE / narrow Android, ~360–480px) */
@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .section { padding: 52px 0; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  p { font-size: 1.05rem; }
  .logo-img { height: 84px; }
  .header-inner { padding: 6px 16px; }
  .hero-content { padding: 90px 0 70px; }
  .home-hero p.lead { font-size: 1rem; }
  .hero-eyebrow { font-size: 0.65rem; padding: 7px 14px; }
  .btn { padding: 13px 20px; font-size: 1.05rem; }
  .cta-band { padding: 30px 22px; flex-direction: column; align-items: flex-start; }
  .steps { grid-template-columns: 1fr; }
  .card { padding: 26px 22px; }
}
