* {
  box-sizing: border-box;
}

:root {
  --primary: #0b2f5b;        /* deep logo navy */
  --primary-dark: #071f3f;   /* darker navy */
  --accent: #f26a21;         /* sunset orange */
  --accent-dark: #c64d12;    /* dark orange */
  --gold: #f4b43f;           /* logo gold, use sparingly */
  --water: #0f78a8;          /* water blue */
  --sky: #b9e4ff;            /* light sky blue */
  --text: #1d1d1d;
  --muted: #666;
  --line: #d9dfe8;
  --soft: #f5f7fb;
--shadow: 0 10px 25px rgba(7, 31, 63, 0.14);
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.top-alert {
  background: var(--primary-dark);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.nav-wrap {
  height: 90px;
  width: 100%;
  margin: 0;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.logo img {
  width: 120px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-btn,
.primary-btn,
.card-btn,
.small-btn,
.signup button {
  background: var(--accent);
  color: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
}

.nav-btn {
  padding: 13px 18px;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 28px;
	 color: var(--primary-dark);
}
.mobile-toggle i,
.mobile-toggle span {
  color: var(--primary-dark) !important;
}

.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  background:
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45)),
    url("../images/02.jpg"),
    linear-gradient(135deg, #5ca5d6, #123d66);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.35));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.eyebrow.red {
  color: var(--primary);
}

.hero h1 {
  font-size: clamp(42px, 7vw, 78px);
  line-height: .95;
  margin: 0 auto 18px;
  text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

.hero p {
  font-size: 20px;
  margin: 0 auto 26px;
  max-width: 720px;
}

.primary-btn {
  padding: 16px 28px;
}

.booking-strip {
  background: #050505;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}

.booking-strip h2 {
  margin: 0 0 6px;
  font-size: 22px;
}

.booking-strip p {
  margin: 0;
  color: #ddd;
}

.section {
  padding: 64px 0;
}

.soft-bg {
  background: var(--soft);
}

.section-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 20px;
}

.section h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  margin: 0 0 14px;
}

.section-intro {
  color: var(--muted);
  max-width: 720px;
  margin: 0 0 28px;
}

.date-select {
  border: 2px solid var(--accent);
  color: var(--primary);
  padding: 12px 18px;
  font-weight: 800;
  background: #fff;
}

.tabs {
  display: flex;
  gap: 20px;
  margin: 0 0 24px;
}

.tabs button {
  border: 0;
  background: transparent;
  font-weight: 900;
  color: #777;
  padding: 0 0 8px;
  cursor: pointer;
}

.tabs .active {
  color: var(--accent);
  border-bottom: 3px solid var(--accent);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tour-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 100%;
}

.card-img {
  height: 160px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eee;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.img-1 { background-image: linear-gradient(135deg, #9dd4ff, #0b6fae); }
.img-2 { background-image: linear-gradient(135deg, #d7b48b, #314f65); }
.img-3 { background-image: linear-gradient(135deg, #f28b54, #182742); }
.img-4 { background-image: linear-gradient(135deg, #1c1d30, #f17f5a); }

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
}

.badge.yellow {
  background: #ffd400;
  color: #111;
}

.card-body {
  padding: 17px;
}

.card-body h3 {
  font-size: 18px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.meta {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  margin: 5px 0;
}

.card-body p {
  font-size: 14px;
  line-height: 1.45;
}

.time-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.time-row a,
.card-btn {
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 11px 12px;
  text-transform: uppercase;
}

.compact .card-img {
  height: 135px;
}

.card-btn {
  margin-top: 10px;
}

.wave-divider {
  height: 28px;
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  background:
    radial-gradient(16px 12px at 16px 14px, transparent 15px, var(--accent) 16px, var(--accent) 18px, transparent 19px)
    repeat-x;
  background-size: 42px 28px;
}

.wave-divider.green {
  background:
    radial-gradient(16px 12px at 16px 14px, transparent 15px, var(--water) 16px, var(--water) 18px, transparent 19px)
    repeat-x;
  background-size: 42px 28px;
}

.landmark-slider {
  position: relative;
}

.landmark-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}

.landmark {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.slider-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.slider-arrow.left {
  left: -22px;
}

.slider-arrow.right {
  right: -22px;
}

.landmark-img,
.small-img {
  height: 135px;
  background-size: cover;
  background-position: center;
}

.l1 { background: linear-gradient(135deg, #aee2ff, #4d927a); }
.l2 { background: linear-gradient(135deg, #c9d4e8, #2b5d8a); }
.l3 { background: linear-gradient(135deg, #d2e9ff, #798aa1); }
.l4 { background: linear-gradient(135deg, #9ed7ea, #cfcfcf); }

.landmark h3 {
  margin: 10px 0 0;
  font-size: 16px;
}

.small-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.small-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.s1 { background: linear-gradient(135deg, #a3c48a, #365b8f); }
.s2 { background: linear-gradient(135deg, #98b8c8, #c7aa72); }
.s3 { background: linear-gradient(135deg, #ffbf3c, #1b1b1b); }

.small-card > div:not(.small-img) {
  padding: 18px;
}

.small-card h3 {
  margin: 0 0 8px;
}

.small-card p {
  color: var(--muted);
}

.small-btn {
  padding: 12px 14px;
  font-size: 12px;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.check-list {
  padding-left: 20px;
  line-height: 1.8;
}

.text-link {
  color: var(--primary);
  font-weight: 900;
  text-decoration: underline;
}

.video-card {
  min-height: 320px;
  background:
    linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.45)),
    linear-gradient(135deg, #5ca5d6, #123d66);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow);
}

.play-btn {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--primary);
  display: grid;
  place-items: center;
  font-size: 30px;
}

.feature-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card,
.location-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.feature-icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.feature-card h3,
.location-card h3 {
  margin: 0 0 10px;
}

.feature-card p,
.location-card p {
  color: var(--muted);
  line-height: 1.5;
}

.location-grid {
  grid-template-columns: repeat(2, 1fr);
}

.map-placeholder {
  height: 190px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: grid;
  place-items: center;
  color: transparent;
  font-weight: 900;
  margin-bottom: 18px;
}

.signup {
  background: #eef1f2;
  padding: 42px 0;
}

.signup-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 28px;
  align-items: center;
}

.signup h2 {
  margin: 0 0 8px;
}

.signup form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

.signup input {
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.signup button {
  padding: 0 22px;
}

.footer {
  background: var(--primary-dark);
  color: #fff;
  padding: 54px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 36px;
}

.footer-logo span {
  color: #fff;
}

.footer p {
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}

.footer h3 {
  margin: 0 0 14px;
}

.footer a {
  display: block;
  color: #fff;
  margin: 0 0 10px;
}

.socials {
  display: flex;
  gap: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.25);
  margin-top: 36px;
  padding: 18px;
  text-align: center;
}

.nav-dropdown {
  position: relative;
  padding: 34px 0;
}

.nav-dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-dropdown-link .fa {
  margin-right: 0;
  font-size: 12px;
  color: var(--accent);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 380px;
  background: #fff;
  padding: 22px 28px;
  box-shadow: 0 18px 40px rgba(7, 31, 63, 0.18);
  border-top: 4px solid var(--accent);
  display: none;
  z-index: 999;
}

.dropdown-menu a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 900;
  color: var(--text);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu a:hover {
  color: var(--accent);
}

@media (max-width: 980px) {
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-link {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-top: 0;
    padding: 10px 0 0 16px;
    display: block;
  }

  .dropdown-menu a {
    font-size: 13px;
    padding: 9px 0;
  }
}


@media (max-width: 640px) {
  .logo img {
    width: 170px;
    max-height: 54px;
  }
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav.open {
    display: flex;
  }

  .mobile-toggle {
    display: block;
  }

  .card-grid,
  .landmark-row,
  .small-card-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid,
  .signup-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .section {
    padding: 44px 0;
  }

  .section-top,
  .tabs {
    align-items: flex-start;
    flex-direction: column;
  }

.card-grid,
.small-card-grid,
.feature-grid,
.location-grid,
.footer-grid,
.signup form {
  grid-template-columns: 1fr;
}

  .hero h1 {
    font-size: 44px;
  }

  .hero p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .mobile-toggle,
  .mobile-toggle *,
  .mobile-toggle i,
  .mobile-toggle svg,
  .mobile-toggle path {
    color: var(--accent) !important;
    fill: var(--paccent) !important;
    stroke: var(--accent) !important;
  }
}
