/* ===== BASE ===== */
* { box-sizing: border-box; }
body {
  font-family: 'Poppins', sans-serif;
  color: #1a1a2e;
  margin: 0;
}
.fw-600 { font-weight: 600; }
.section-pad { padding: 60px 0; }
.text-gold { color: #e6a81e; }

/* ===== SECTION HEADERS ===== */
.sec-header { text-align: center; margin-bottom: 40px; }
.sec-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0a1e3c;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sec-sub {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* ===== NAVBAR ===== */
.navbar-main {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 8px 0;
}

/* Logo */
.logo-brand { padding: 0; line-height: 1; }
.logo-dn-row {
  display: flex;
  align-items: center;
  line-height: 1;
}
.logo-d, .logo-n {
  font-size: 34px;
  font-weight: 900;
  color: #0a1e3c;
  line-height: 1;
}
.logo-taxi {
  font-size: 16px;
  color: #e6a81e;
  margin: 0 3px;
  line-height: 1;
}
.logo-tours {
  font-size: 11px;
  font-weight: 700;
  color: #0a1e3c;
  letter-spacing: 1px;
  line-height: 1.2;
}
.logo-city {
  font-size: 9px;
  color: #666;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Nav contact dropdown */
.btn-phone-nav.dropdown-toggle::after { display: none; }
.nav-contact-menu {
  min-width: 210px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  padding: 8px;
  margin-top: 8px !important;
}
.nav-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  color: #1a1a2e;
}
.nav-contact-item:hover { background: #f4f6fb; color: #1a1a2e; }
.nav-contact-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.call-icon { background: #e8f0fe; color: #0a1e3c; }
.wa-icon   { background: #e6f9ee; color: #25d366; }
.nav-contact-label { font-size: 13px; font-weight: 700; color: #0a1e3c; line-height: 1.2; }
.nav-contact-num   { font-size: 11px; color: #888; }

/* Nav links */
.navbar-nav .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #222 !important;
  padding: 6px 10px;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover { color: #e6a81e !important; }

/* Phone button */
.btn-phone-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0a1e3c;
  color: #fff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.3;
  transition: background 0.2s;
}
.btn-phone-nav:hover { background: #e6a81e; color: #fff; }
.btn-phone-nav strong { font-size: 14px; display: block; }
.btn-phone-nav small { font-size: 10px; color: #afc6e9; }
.btn-phone-nav i { font-size: 16px; }

/* ===== HERO ===== */
.hero-section {
  min-height: 480px;
  background: url('img/hero.webp') center/cover no-repeat;
  position: relative;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.88) 30%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0.0) 65%);
  height: 100%;
}
.hero-content { padding: 50px 0; }
.hero-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #0a1e3c;
  margin-bottom: 12px;
}
.hero-gold {
  color: #e6a81e;
  font-style: italic;
}
.hero-sub {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Hero badges */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background: rgba(255,255,255,0.85);
  border: 1px solid #ddd;
  padding: 5px 12px;
  border-radius: 20px;
}
.hero-badge i { color: #e6a81e; }

/* Call Now button */
.btn-call-hero {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #e6a81e;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px 10px 10px;
  border-radius: 40px;
  transition: background 0.2s;
}
.btn-call-hero:hover { background: #c9900f; color: #fff; }
.call-circle {
  width: 44px;
  height: 44px;
  background: #0a1e3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.call-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.call-label { font-size: 10px; font-weight: 600; letter-spacing: 1px; }
.call-num { font-size: 22px; font-weight: 800; letter-spacing: 0.5px; }

/* ===== SERVICES ===== */
.svc-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.svc-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.12); transform: translateY(-3px); }
.svc-card-active { border-color: #0a1e3c; }
.svc-name {
  font-size: 15px;
  font-weight: 800;
  color: #0a1e3c;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.svc-model {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}
.svc-img-box {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f8f8;
  margin-bottom: 12px;
}
.svc-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-desc { font-size: 12px; color: #555; margin: 0; line-height: 1.6; }

/* ===== DESTINATIONS ===== */
.dest-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dest-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.dest-card p {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  padding: 14px 10px;
  margin: 0;
  line-height: 1.5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dest-card small { font-size: 11px; color: #777; font-weight: 400; }

/* Custom Packages button */
.btn-packages {
  display: inline-block;
  background: #0a1e3c;
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.2s;
}
.btn-packages:hover { background: #e6a81e; color: #fff; }

/* ===== COMBINED SECTION ===== */
.combined-section {
  background: url('img/udr-bg.webp') center/cover no-repeat;
  position: relative;
  padding: 50px 0;
}
.combined-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
}
.combined-section .container { position: relative; z-index: 1; }

/* Map gap */
.map-gap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 220px;
  gap: 10px;
}
.map-center-tag {
  background: rgba(10, 30, 60, 0.82);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 1px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
}
.map-center-tag i { color: #e6a81e; font-size: 16px; }
.map-pin-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  margin: 0;
  text-align: center;
  letter-spacing: 0.3px;
}

/* B2B Panel (inside combined section) */
.b2b-panel {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.b2b-panel-title {
  font-size: 16px;
  font-weight: 800;
  color: #0a1e3c;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.b2b-panel-sub {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-bottom: 16px;
}

/* Fleet Panel (inside combined section) */
.fleet-panel {
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.fleet-panel-title {
  font-size: 15px;
  font-weight: 800;
  color: #0a1e3c;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.fleet-img-sm {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ===== WHY CHOOSE ===== */
.why-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.why-title {
  font-size: 14px;
  font-weight: 800;
  color: #0a1e3c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.why-list li:last-child { border-bottom: none; }
.why-list i { color: #e6a81e; font-size: 15px; flex-shrink: 0; }

.map-pin-label {
  background: rgba(10, 30, 60, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 24px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.map-pin-label i { color: #e6a81e; }

/* ===== BOOKING FORM ===== */
.booking-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  height: 100%;
}
.booking-head {
  background: #0a1e3c;
  color: #fff;
  padding: 20px 24px 16px;
  text-align: center;
}
.booking-head h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.booking-head p { font-size: 12px; color: #afc6e9; margin: 0; }
.booking-body { background: #fff; padding: 20px 24px 24px; }
.form-field {
  font-size: 13px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.form-field:focus { border-color: #0a1e3c; box-shadow: 0 0 0 3px rgba(10,30,60,0.1); }
.form-field-textarea { height: auto; min-height: 42px; resize: vertical; }
.form-field.is-invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.12);
}
.booking-body .invalid-feedback {
  display: none;
  font-size: 11px;
  margin-top: 4px;
}
.booking-body .is-invalid ~ .invalid-feedback,
.booking-body .input-group:has(.is-invalid) + .invalid-feedback {
  display: block;
}
#formAlert { font-size: 12px; margin-bottom: 8px; }
.btn-quote {
  background: #e6a81e;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.btn-quote:hover { background: #c9900f; }

/* ===== B2B ATTRACTIVE ===== */
.b2b-attractive {
  padding: 70px 0 50px;
  background: linear-gradient(160deg, #f0f5ff 0%, #ffffff 50%, #fffbf0 100%);
  position: relative;
  overflow: hidden;
}
.b2b-attractive::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(230,168,30,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.b2b-attractive::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(10,30,60,0.07) 0%, transparent 70%);
  border-radius: 50%;
}
.b2b-badge {
  display: inline-block;
  background: #e6a81e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.b2b-main-title {
  font-size: 26px;
  font-weight: 800;
  color: #0a1e3c;
  margin-bottom: 6px;
  text-align: center;
}
.b2b-main-sub {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin: 0;
}
.b2b-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 16px 22px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(10,30,60,0.07);
  border: 1px solid #eef0f8;
  border-top: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
  z-index: 1;
}
.b2b-card:hover {
  border-top-color: #e6a81e;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(10,30,60,0.13);
}
.b2b-card-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #eef2ff, #e8f0fe);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 26px;
  color: #0a1e3c;
  transition: background 0.3s, color 0.3s;
}
.b2b-card:hover .b2b-card-icon {
  background: linear-gradient(135deg, #0a1e3c, #1a3a6c);
  color: #e6a81e;
}
.b2b-card-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.5;
}
.b2b-footer-strip {
  margin-top: 40px;
  background: #0a1e3c;
  border-radius: 12px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.b2b-footer-strip span {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.b2b-footer-strip span i { color: #e6a81e; }
.b2b-cta-btn {
  background: #e6a81e;
  color: #fff;
  text-decoration: none;
  padding: 9px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  white-space: nowrap;
}
.b2b-cta-btn:hover { background: #c9900f; color: #fff; }

/* ===== B2B ===== */
.b2b-item { padding: 10px 0; }
.b2b-icon-wrap {
  width: 64px;
  height: 64px;
  background: #f0f4fa;
  border: 2px solid #d8e3f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 24px;
  color: #0a1e3c;
  transition: background 0.2s;
}
.b2b-item:hover .b2b-icon-wrap { background: #0a1e3c; color: #fff; border-color: #0a1e3c; }
.b2b-item p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.b2b-note {
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

/* ===== FLEET GALLERY ===== */
.fleet-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: block;
}

/* ===== TESTIMONIAL ===== */
.testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.testimonial-text {
  font-size: 15px;
  color: #333;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 12px;
}
.testimonial-author { font-size: 13px; font-weight: 600; color: #0a1e3c; }
.stars-gold { color: #f5a623; font-size: 18px; letter-spacing: 2px; }

/* ===== REVIEWS SECTION ===== */
.reviews-section {
  background: url('img/udr-bg.webp') center/cover no-repeat fixed;
  position: relative;
}
.reviews-overlay {
  background: linear-gradient(135deg, rgba(8,20,60,0.92) 0%, rgba(10,30,60,0.85) 50%, rgba(180,100,0,0.55) 100%);
  padding: 70px 0 90px;
}
.review-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  height: 100%;
  transition: transform 0.3s, background 0.3s;
}
.review-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.14);
}
.review-stars {
  color: #f5a623;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.review-text {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  font-style: italic;
  margin-bottom: 20px;
  flex: 1;
}
.review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 14px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  background: #e6a81e;
  color: #0a1e3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}
.review-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.review-city {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}
.review-city i { color: #e6a81e; font-size: 10px; }
.review-google {
  font-size: 22px;
  color: #4285f4;
  flex-shrink: 0;
}

/* Carousel controls */
.review-ctrl {
  width: 44px;
  height: 44px;
  background: rgba(230,168,30,0.85);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-ctrl:hover { background: #e6a81e; }
.review-ctrl i { color: #fff; font-size: 16px; }
.carousel-control-prev.review-ctrl { left: -10px; }
.carousel-control-next.review-ctrl { right: -10px; }

/* Dots */
.review-dots {
  position: relative;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.review-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  padding: 0;
  transition: background 0.3s;
}
.review-dots button.active { background: #e6a81e; width: 28px; border-radius: 5px; }

/* ===== STATS BAR ===== */
.stats-bar {
  background: #0a1e3c;
  padding: 40px 0;
}
.stat-item { color: #fff; }
.stat-icon-wrap {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 22px;
  color: #e6a81e;
}
.stat-num {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label { font-size: 13px; color: #afc6e9; font-weight: 500; }

/* ===== FOOTER ===== */
.footer-main {
  background: #0a1e3c;
  border-top: 3px solid #e6a81e;
}
.footer-call {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-phone-icon {
  width: 50px;
  height: 50px;
  background: #e6a81e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}
.footer-call-label { font-size: 11px; color: #afc6e9; font-weight: 600; letter-spacing: 1px; }
.footer-call-num { font-size: 22px; font-weight: 800; color: #e6a81e; line-height: 1.2; }

/* Footer Logo */
.footer-logo { line-height: 1; }
.footer-logo-dn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.fl-d, .fl-n { font-size: 28px; font-weight: 900; color: #fff; }
.fl-taxi { font-size: 14px; color: #e6a81e; margin: 0 2px; }
.fl-tours { font-size: 10px; font-weight: 700; color: #afc6e9; letter-spacing: 1.5px; margin-top: 2px; }
.fl-city { font-size: 8px; color: #7a9bc4; letter-spacing: 0.5px; }

.footer-follow { font-size: 11px; color: #afc6e9; margin: 6px 0 4px; }
.social-row { display: flex; justify-content: center; gap: 10px; }
.soc-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.soc-btn:hover { opacity: 0.85; }
.soc-fb { background: #1877f2; }
.soc-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.soc-wa { background: #25d366; }

/* Tagline */
.footer-tagline {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.footer-tagline-gold { color: #e6a81e; }

/* ===== FLOATING WHATSAPP ===== */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.1); color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hero-section { height: auto; }
  .hero-gradient { position: relative; inset: auto; background: linear-gradient(to bottom, rgba(255,255,255,0.97), rgba(255,255,255,0.92)); padding: 50px 0; }
  .hero-heading { font-size: 28px; }
  .call-num { font-size: 18px; }
  .sec-title { font-size: 18px; }
  .destinations-section .col { flex: 0 0 25%; max-width: 25%; }
}
@media (max-width: 768px) {
  .hero-heading { font-size: 24px; }
  .hero-badges { gap: 6px; }
  .hero-badge { font-size: 11px; }
  .dest-card img { height: 90px; }
  .stat-num { font-size: 26px; }
  .footer-tagline { font-size: 18px; }
}
@media (max-width: 576px) {
  .hero-heading { font-size: 22px; }
  .call-num { font-size: 16px; }
}
