* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f4f4;
  color: #242424;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: auto;
}

.alert-bar {
  background: #fff7d7;
  color: #222;
  font-size: 13px;
  padding: 8px 20px;
  text-align: center;
}

.site-header {
  background: #1f1f1f;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-wrap {
  width: min(1120px, 92%);
  margin: auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  background: #d71920;
  color: #fff;
  padding: 18px 18px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}

.logo span {
  font-weight: 400;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: #ffcccb;
}

.header-call {
  background: #d71920;
  color: #fff;
  padding: 12px 18px;
  font-weight: 800;
  border-radius: 2px;
  font-size: 14px;
}

.hero {
  min-height: 520px;
  position: relative;
  background: url("https://images.unsplash.com/photo-1540339832862-474599807836?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.25));
}

.hero-content {
  position: relative;
  max-width: 760px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 800;
  color: #fff1f1;
}

.hero h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  margin: 14px 0 20px;
  text-transform: uppercase;
}

.hero p {
  max-width: 620px;
  font-size: 18px;
  margin-bottom: 24px;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  border-radius: 2px;
}

.btn-red {
  background: #d71920;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #111;
}

.booking-card {
  margin-top: -55px;
  position: relative;
  z-index: 5;
}

.search-box {
  background: #fff;
  padding: 0 20px 20px;
  box-shadow: 0 10px 35px rgba(0,0,0,.12);
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.tabs button {
  border: 0;
  background: transparent;
  padding: 18px 26px;
  cursor: pointer;
  font-weight: 700;
}

.tabs .active {
  color: #d71920;
  border-bottom: 3px solid #d71920;
}

.form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr auto;
  gap: 14px;
  align-items: end;
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

input {
  height: 48px;
  border: 1px solid #cfcfcf;
  padding: 0 14px;
  font-size: 15px;
}

.small-note {
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}

.small-note a {
  color: #d71920;
  font-weight: 800;
}

.quick-links {
  padding: 24px 0 30px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border: 1px solid #e2e2e2;
}

.quick-grid a {
  padding: 24px 12px;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  font-weight: 700;
  color: #555;
}

.quick-grid a:last-child {
  border-right: 0;
}

.destinations,
.experience,
.support {
  padding: 70px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 36px;
}

.section-head p {
  color: #777;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800;
}

.section-head h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-top: 8px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.destination-card {
  background: #fff;
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
  text-align: center;
}

.destination-card img {
  height: 170px;
  object-fit: cover;
}

.destination-card div {
  padding: 24px 18px;
}

.destination-card span {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 10px;
  color: #777;
}

.destination-card h3 {
  font-size: 26px;
  margin: 6px 0;
}

.destination-card p {
  color: #666;
  font-size: 14px;
}

.destination-card a {
  display: inline-block;
  margin-top: 14px;
  color: #d71920;
  font-weight: 800;
}

.wide-banner {
  min-height: 330px;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

.wide-banner p {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
}

.wide-banner h2 {
  font-size: clamp(34px, 5vw, 58px);
  margin: 10px 0 22px;
}

.experience {
  background: #fff;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 24px;
}

.large-card,
.mini-card {
  border: 1px solid #ddd;
  background: #fff;
}

.large-card img {
  height: 360px;
  object-fit: cover;
}

.large-card div,
.mini-card {
  padding: 22px;
}

.large-card h3,
.mini-card h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.mini-card img {
  height: 190px;
  object-fit: cover;
  margin-bottom: 18px;
}

.mini-card a {
  color: #d71920;
  font-weight: 800;
}

.support-box {
  background: #111;
  color: #fff;
  padding: 46px;
  text-align: center;
}

.support-box h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

.support-box p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: #ddd;
}

.footer {
  background: #2d2d2d;
  color: #fff;
  padding: 42px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
}

.footer h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.footer h4 {
  margin-bottom: 12px;
}

.footer a {
  display: block;
  color: #ddd;
  margin: 6px 0;
  font-size: 14px;
}

.footer p {
  color: #ddd;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  margin-top: 30px;
  padding: 18px;
  color: #ccc;
  font-size: 13px;
}

.footer.simple {
  text-align: center;
  padding: 24px;
}

.footer.simple a {
  display: inline;
}

.floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #d71920;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 900;
  z-index: 99;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

.popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 20px;
}

.popup.active {
  display: flex;
}

.popup-box {
  background: #fff;
  padding: 38px;
  max-width: 430px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.popup-box h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.popup-box p {
  color: #555;
  margin-bottom: 22px;
}

.popup-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 32px;
  cursor: pointer;
}

.legal-page {
  background: #fff;
  padding: 70px 0;
}

.legal-page .container {
  max-width: 900px;
}

.legal-page h1 {
  font-size: 46px;
  margin-bottom: 18px;
}

.legal-page h2 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 24px;
}

.legal-page p {
  color: #555;
  margin-bottom: 12px;
}

.legal-cta {
  margin-top: 40px;
  padding: 30px;
  background: #f7f0e8;
  border-left: 5px solid #d71920;
}

@media (max-width: 900px) {
  .nav-wrap {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
  }

  .form-grid,
  .cards,
  .experience-grid,
  .footer-grid,
  .quick-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid a {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }

  .hero {
    min-height: 560px;
  }

  .booking-card {
    margin-top: 0;
  }

  .search-box {
    padding: 0 15px 18px;
  }

  .tabs {
    overflow-x: auto;
  }

  .header-call {
    font-size: 13px;
  }

  .support-box {
    padding: 32px 18px;
  }

  .floating-call {
    right: 14px;
    bottom: 14px;
  }
}

.destinations{
    padding: 22px 0 70px 0!important;
}