/* Main brand colors inspired by the FineAfrica poster and refined with the shared safari reference. */
:root {
  --brand-blue: #0757a6;
  --brand-blue-dark: #073b73;
  --brand-gold: #f5c400;
  --brand-green: #1f766f;
  --ink: #15233d;
  --muted: #64748b;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 59, 115, 0.14);
  --header-height: 144px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

/* This keeps anchor links from hiding behind the sticky navigation bar. */
section {
  scroll-margin-top: var(--header-height);
}

a {
  color: var(--brand-blue);
}

.skip-link {
  background: var(--brand-blue-dark);
  color: var(--white);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -4rem;
  z-index: 1100;
}

.skip-link:focus {
  top: 1rem;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  padding-inline: 1.15rem;
}

.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
}

.btn-warning {
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  color: #172033;
}

.safari-header {
  background: var(--white);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(230px, 300px) 1fr;
  min-height: var(--header-height);
  position: relative;
}

.brand-panel {
  align-items: center;
  background: linear-gradient(135deg, #050505, #454545);
  color: var(--white);
  display: grid;
  gap: 0.2rem 0.85rem;
  grid-template-columns: 1fr;
  justify-content: center;
  padding: 1.2rem 1rem;
  text-decoration: none;
}

.brand-panel:hover,
.brand-panel:focus {
  color: var(--white);
}

.brand-name {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.3rem, 3.8vw, 3.5rem);
  line-height: 0.95;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-main {
  display: grid;
  grid-template-rows: 36px 1fr;
  min-width: 0;
}

.topbar {
  align-items: center;
  border-bottom: 1px solid #edf1f4;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
}

.topbar a {
  color: #6a7078;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.topbar a:hover,
.topbar a:focus {
  color: var(--brand-blue);
}

.topbar-contacts,
.topbar-social {
  align-items: center;
  display: flex;
}

.topbar-contacts a {
  border-right: 1px solid #edf1f4;
  padding: 0 1.35rem;
}

.topbar-contacts a:first-child {
  border-left: 1px solid #edf1f4;
}

.topbar i {
  color: var(--brand-blue);
  margin-right: 0.45rem;
}

.topbar-social a {
  align-items: center;
  border-left: 1px solid #edf1f4;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 38px;
}

.topbar-social a:last-child {
  border-right: 1px solid #edf1f4;
}

.safari-header .navbar {
  padding: 0 1.5rem;
}

.safari-header .navbar-collapse {
  min-height: 108px;
}

.safari-header .navbar-nav {
  gap: 1.2rem;
}

.nav-link {
  color: #424850;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-blue);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.dropdown-item {
  font-weight: 700;
}

.enquire-btn {
  background: #20252b;
  border-color: #20252b;
  border-radius: 4px;
  min-width: 128px;
  padding: 0.8rem 1.2rem;
}

.hero-section {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.56)),
    url("https://images.unsplash.com/photo-1557050543-4d5f4e07ef46?auto=format&fit=crop&w=2200&q=82") center / cover;
  color: var(--white);
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  position: relative;
}

.eyebrow {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  max-width: 900px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: 1.35rem;
}

.hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - var(--header-height));
  padding: clamp(4rem, 9vw, 9rem) 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero-content h1 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(4.2rem, 10vw, 9rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  max-width: 1100px;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.42);
}

.hero-kicker {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.whatsapp-float {
  align-items: center;
  background: #20c964;
  border-radius: 50%;
  bottom: 1.4rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  color: var(--white);
  display: inline-flex;
  font-size: 1.5rem;
  height: 58px;
  justify-content: center;
  position: absolute;
  right: 1.4rem;
  text-decoration: none;
  width: 58px;
  z-index: 2;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  background: #12b956;
  color: var(--white);
}

.section-padding {
  padding: 6rem 0;
}

.section-intro {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

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

.bg-blue {
  background:
    linear-gradient(135deg, rgba(7, 59, 115, 0.98), rgba(31, 118, 111, 0.95)),
    url("https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1600&q=80") center / cover;
}

#about {
  position: relative;
  overflow: hidden;
}

#about::before {
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.55), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}

#about::after {
  background: radial-gradient(circle, rgba(245, 196, 0, 0.16), transparent 64%);
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: -140px;
  top: 12%;
  width: 360px;
}

#about .container {
  position: relative;
  z-index: 1;
}

#about .col-lg-6:first-child {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  padding: clamp(1.4rem, 4vw, 2rem);
}

#about h2 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.5rem, 7vw, 6.2rem);
  font-weight: 400;
  line-height: 0.95;
}

#about p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.service-card,
.stat-box {
  background: var(--white);
  border: 1px solid #e5edf5;
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
  padding: 1.6rem;
}

.service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98));
  border-color: rgba(7, 87, 166, 0.1);
  box-shadow: 0 16px 42px rgba(7, 59, 115, 0.1);
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card::before {
  background: linear-gradient(180deg, var(--brand-gold), rgba(245, 196, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 220ms ease;
  width: 4px;
}

.service-card::after {
  background: radial-gradient(circle, rgba(245, 196, 0, 0.16), transparent 64%);
  content: "";
  height: 140px;
  position: absolute;
  right: -70px;
  top: -70px;
  transition: opacity 220ms ease, transform 220ms ease;
  width: 140px;
  opacity: 0;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(245, 196, 0, 0.68);
  box-shadow: 0 26px 65px rgba(7, 59, 115, 0.18);
  transform: translateY(-7px);
}

.service-card:hover::before,
.service-card:focus-within::before {
  transform: scaleY(1);
}

.service-card:hover::after,
.service-card:focus-within::after {
  opacity: 1;
  transform: translate(-12px, 12px);
}

.service-card i {
  align-items: center;
  background: linear-gradient(135deg, rgba(7, 87, 166, 0.1), rgba(245, 196, 0, 0.14));
  border-radius: 8px;
  color: var(--brand-blue);
  display: inline-flex;
  font-size: 1.7rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
  width: 54px;
  z-index: 1;
}

.service-card:hover i,
.service-card:focus-within i {
  background: var(--brand-gold);
  color: #101820;
  transform: translateY(-3px) rotate(-4deg);
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card p,
.package-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.package-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 87, 166, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 59, 115, 0.12);
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.package-card:hover,
.package-card:focus-within {
  border-color: rgba(245, 196, 0, 0.72);
  box-shadow: 0 28px 70px rgba(7, 59, 115, 0.22);
  transform: translateY(-8px);
}

.package-card::after {
  background: linear-gradient(90deg, var(--brand-gold), rgba(245, 196, 0, 0));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  width: 100%;
}

.package-card:hover::after,
.package-card:focus-within::after {
  transform: scaleX(1);
}

.package-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 420ms ease, filter 420ms ease;
  width: 100%;
}

.package-card:hover img,
.package-card:focus-within img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.06);
}

.package-body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.98));
  padding: 1.65rem;
  position: relative;
}

.package-body::before {
  background: linear-gradient(90deg, rgba(7, 87, 166, 0.14), rgba(31, 118, 111, 0.08));
  content: "";
  height: 1px;
  left: 1.65rem;
  position: absolute;
  right: 1.65rem;
  top: 0;
}

.package-body .badge {
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(245, 196, 0, 0.28);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
}

.package-body h3 {
  color: var(--ink);
  margin: 1rem 0 0.75rem;
}

.package-body ul {
  color: var(--ink);
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
}

.package-body li {
  align-items: flex-start;
  display: flex;
  gap: 0.55rem;
}

.package-body li::before {
  color: var(--brand-gold);
  content: "\F26A";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
  line-height: 1.7;
}

.destination-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-item {
  background: linear-gradient(135deg, rgba(7, 87, 166, 0.08), rgba(31, 118, 111, 0.08));
  border: 1px solid #dce9f5;
  border-radius: 8px;
  padding: 1.25rem;
}

.destination-item strong,
.destination-item span {
  display: block;
}

.destination-item span {
  color: var(--muted);
  margin-top: 0.35rem;
}

.stat-box {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.stat-box::before {
  background: linear-gradient(180deg, var(--brand-gold), rgba(245, 196, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 220ms ease;
  width: 4px;
}

.stat-box::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 62%);
  content: "";
  height: 150px;
  opacity: 0;
  position: absolute;
  right: -70px;
  top: -70px;
  transition: opacity 220ms ease, transform 220ms ease;
  width: 150px;
}

.stat-box:hover,
.stat-box:focus-within {
  border-color: rgba(245, 196, 0, 0.62);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
  transform: translateY(-7px);
}

.stat-box:hover::before,
.stat-box:focus-within::before {
  transform: scaleY(1);
}

.stat-box:hover::after,
.stat-box:focus-within::after {
  opacity: 1;
  transform: translate(-10px, 10px);
}

.stat-box span {
  color: var(--brand-gold);
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.stat-box strong {
  color: var(--white);
  position: relative;
  z-index: 1;
}

.stat-box p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0.5rem 0 0;
  position: relative;
  z-index: 1;
}

.booking-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 196, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff, #f8fbfe);
  color: var(--ink);
  overflow: hidden;
  position: relative;
}

.booking-section::before {
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.54), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}

.booking-heading {
  margin-bottom: 3rem;
  max-width: 820px;
}

.booking-heading > span {
  color: #6b7c93;
  display: block;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.booking-heading h2 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.7rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
}

.booking-steps {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.booking-steps::before {
  background: linear-gradient(90deg, rgba(245, 196, 0, 0.12), rgba(245, 196, 0, 0.7), rgba(245, 196, 0, 0.12));
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 34px;
}

.booking-step {
  position: relative;
  z-index: 1;
}

.booking-section .step-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.98));
  border: 1px solid rgba(7, 87, 166, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 59, 115, 0.1);
  height: 100%;
  padding: 1.5rem;
  position: relative;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.booking-section .step-card:hover,
.booking-section .step-card:focus-within {
  border-color: rgba(245, 196, 0, 0.7);
  box-shadow: 0 26px 65px rgba(7, 59, 115, 0.16);
  transform: translateY(-6px);
}

.booking-section .step-card span {
  align-items: center;
  background: var(--brand-gold);
  border-radius: 50%;
  color: #101820;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  height: 68px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 68px;
}

.booking-section .step-card i {
  color: rgba(7, 87, 166, 0.14);
  font-size: 2.8rem;
  position: absolute;
  right: 1.35rem;
  top: 1.35rem;
}

.booking-section .step-card h3 {
  color: var(--ink);
}

.booking-section .step-card p {
  color: #536982;
  margin-bottom: 0;
}

.confidence-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(245, 196, 0, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 251, 0.94)),
    url("https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1800&q=82") center / cover;
  color: var(--ink);
  position: relative;
}

.confidence-section::before {
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.58), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}

.confidence-copy h2 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.5rem, 7vw, 6.4rem);
  font-weight: 400;
  line-height: 0.96;
  margin-bottom: 1rem;
}

.confidence-copy p:not(.eyebrow) {
  color: #536982;
  font-size: 1.08rem;
}

.confidence-trust-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.trust-mini-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 87, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(7, 59, 115, 0.08);
  display: grid;
  gap: 0.2rem 0.9rem;
  grid-template-columns: auto 1fr;
  padding: 1rem;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.trust-mini-card:hover,
.trust-mini-card:focus-within {
  border-color: rgba(245, 196, 0, 0.7);
  box-shadow: 0 22px 50px rgba(7, 59, 115, 0.14);
  transform: translateY(-4px);
}

.trust-mini-card i {
  color: var(--brand-gold);
  font-size: 1.35rem;
  grid-row: span 2;
  margin-top: 0.15rem;
}

.trust-mini-card strong {
  color: var(--ink);
}

.trust-mini-card span {
  color: #64748b;
  font-size: 0.92rem;
}

.confidence-accordion {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 87, 166, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 59, 115, 0.14);
  overflow: hidden;
}

.confidence-accordion .accordion-item {
  background: transparent;
  border-color: #e3e9ef;
}

.confidence-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.confidence-accordion .accordion-button {
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  font-weight: 900;
  padding: 1.35rem 1.5rem;
}

.confidence-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(245, 196, 0, 0.16), rgba(255, 255, 255, 0.96));
  color: #101820;
  box-shadow: none;
}

.confidence-accordion .accordion-button:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 0.2rem rgba(245, 196, 0, 0.2);
}

.confidence-accordion .accordion-body {
  color: #40526a;
  font-size: 1.02rem;
  padding: 0 1.5rem 1.5rem;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 196, 0, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(6, 7, 9, 0.78), rgba(6, 7, 9, 0.94)),
    url("https://images.unsplash.com/photo-1549366021-9f761d450615?auto=format&fit=crop&w=2200&q=82") center / cover;
  color: var(--white);
  position: relative;
}

.contact-section::before {
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.58), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}

.contact-heading {
  margin-bottom: 3rem;
  max-width: 820px;
}

.contact-heading h2 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.9rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 1rem;
}

.contact-heading p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.contact-planner {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  padding: clamp(1.4rem, 4vw, 2rem);
}

.planner-script {
  color: var(--brand-gold);
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1;
  margin-bottom: 0.8rem;
}

.contact-planner h3 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  margin-bottom: 1rem;
}

.contact-planner p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.contact-list a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus {
  background: rgba(245, 196, 0, 0.13);
  color: var(--white);
}

.contact-list i {
  color: var(--brand-gold);
  font-size: 1.35rem;
}

.contact-list small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-assurance {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.contact-assurance div {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 1rem;
}

.contact-assurance strong,
.contact-assurance span {
  display: block;
}

.contact-assurance strong {
  color: var(--brand-gold);
  font-size: 2rem;
  line-height: 1;
}

.contact-assurance span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.quote-form {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.form-heading {
  align-items: center;
  border-bottom: 1px solid #e7edf4;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.form-heading span {
  color: var(--brand-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-heading strong {
  color: var(--ink);
}

.quote-form .form-control,
.quote-form .form-select {
  background: #f3f7fb;
  border: 1px solid #dbe7f3;
  border-radius: 8px;
  color: var(--ink);
  min-height: 50px;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
  background: var(--white);
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 0.2rem rgba(245, 196, 0, 0.22);
}

.quote-form .form-label {
  color: #334155;
  font-weight: 800;
}

.quote-form textarea.form-control {
  min-height: 140px;
}

.quote-form .form-text {
  color: #64748b !important;
}

.quote-form .btn-outline-light {
  border-color: #cbd5e1;
  color: var(--ink);
}

.quote-form .btn-outline-light:hover,
.quote-form .btn-outline-light:focus {
  background: #101820;
  border-color: #101820;
  color: var(--white);
}

.form-status {
  color: var(--brand-blue-dark);
  font-weight: 700;
  margin: 0;
}

.site-footer {
  background: #090b0d;
  color: rgba(255, 255, 255, 0.84);
}

.footer-partners {
  background: #f7f7f5;
  border-top: 1px solid #ebebe7;
  padding: 1rem 0;
}

.partner-track {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto repeat(5, minmax(110px, 1fr)) auto;
}

.partner-arrow {
  align-items: center;
  background: #9b9b9b;
  border: 0;
  color: var(--white);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.partner-badge {
  align-items: center;
  color: #8a8a8a;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
  min-height: 72px;
  text-align: center;
}

.partner-badge i {
  color: #777;
  font-size: 2rem;
}

.partner-badge span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-main {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(7, 9, 10, 0.9)),
    url("https://images.unsplash.com/photo-1549366021-9f761d450615?auto=format&fit=crop&w=2200&q=82") center / cover;
  padding: 5.5rem 0 3.2rem;
  position: relative;
  text-align: center;
}

.footer-main::before {
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.56), transparent);
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
  top: 0;
}

.footer-brand {
  align-items: center;
  display: grid;
  gap: 0.15rem 0.8rem;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: fit-content;
}

.footer-brand-name {
  color: var(--white);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 0.9;
}

.footer-brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-story {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  margin: 2rem auto 2rem;
  max-width: 900px;
}

.footer-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 980px;
}

.footer-contact-grid a,
.footer-contact-grid span {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  text-decoration: none;
}

.footer-contact-grid i,
.footer-social i {
  color: var(--brand-gold);
}

.footer-contact-grid a:hover,
.footer-contact-grid a:focus,
.footer-policy a:hover,
.footer-policy a:focus {
  color: var(--brand-gold);
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  width: 42px;
}

.footer-social a:hover,
.footer-social a:focus {
  background: rgba(245, 196, 0, 0.18);
}

.footer-payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.footer-payments span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  margin-right: 0.3rem;
  text-transform: uppercase;
}

.footer-payments strong {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  color: #1f2937;
  display: inline-flex;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  min-height: 30px;
  padding: 0.35rem 0.7rem;
}

.footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0;
  justify-content: center;
}

.footer-policy a {
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-policy a:last-child {
  border-right: 0;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  padding: 0.8rem 0;
}

/* Tablet and phone adjustments keep images, cards, and text comfortable on smaller screens. */
@media (max-width: 991.98px) {
  :root {
    --header-height: 98px;
  }

  .header-shell {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    min-height: 74px;
    padding: 0.8rem 1rem;
  }

  .brand-name {
    font-size: 2.35rem;
  }

  .brand-subtitle {
    font-size: 0.68rem;
  }

  .header-main {
    display: block;
  }

  .topbar {
    display: none;
  }

  .safari-header .navbar {
    bottom: 0.7rem;
    padding: 0;
    position: absolute;
    right: 1rem;
  }

  .safari-header .navbar-collapse {
    background: var(--white);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
    left: 1rem;
    min-height: auto;
    padding: 1rem;
    position: fixed;
    right: 1rem;
    top: 86px;
  }

  .safari-header .navbar-nav {
    gap: 0.3rem;
    padding-top: 1rem;
  }

  .enquire-btn {
    margin-top: 0.75rem;
    width: 100%;
  }

  .hero-content {
    min-height: calc(100vh - var(--header-height));
  }

  .partner-track {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
  }

  .partner-badge {
    flex: 0 0 140px;
    scroll-snap-align: center;
  }

  .partner-arrow {
    flex: 0 0 34px;
  }

  .booking-steps {
    grid-template-columns: 1fr;
  }

  .booking-steps::before {
    bottom: 7%;
    height: auto;
    left: 34px;
    right: auto;
    top: 34px;
    width: 1px;
  }

  .booking-section .step-card {
    padding-left: 6rem;
  }

  .booking-section .step-card span {
    left: 1.2rem;
    position: absolute;
    top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 4rem 0;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: clamp(3.6rem, 18vw, 6rem);
  }

  .hero-actions .btn {
    width: min(100%, 280px);
  }

  .booking-heading {
    text-align: left !important;
  }

  .booking-heading h2 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  #about h2 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .contact-heading {
    text-align: left !important;
  }

  .contact-heading h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .contact-assurance {
    grid-template-columns: 1fr;
  }

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .confidence-copy h2 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .confidence-accordion .accordion-button {
    padding: 1.15rem;
  }

  .confidence-accordion .accordion-body {
    padding: 0 1.15rem 1.15rem;
  }

  .footer-main {
    padding: 4rem 0 2.6rem;
  }

  .footer-contact-grid {
    align-items: center;
    flex-direction: column;
  }

  .footer-policy a {
    border-right: 0;
    flex: 0 0 100%;
    padding: 0.2rem 0;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-height: 88px;
  }

  .brand-panel {
    min-height: 66px;
  }

  .brand-name {
    font-size: 2rem;
  }

  .brand-subtitle {
    display: none;
  }

  .safari-header .navbar-collapse {
    top: 76px;
  }

  .quote-form {
    padding: 1rem;
  }

  .whatsapp-float {
    height: 50px;
    width: 50px;
  }

  .booking-section .step-card {
    padding: 5.6rem 1.2rem 1.2rem;
  }

  .booking-section .step-card span {
    height: 58px;
    width: 58px;
  }

  .booking-section .step-card i {
    font-size: 2.2rem;
  }

  .footer-brand-subtitle {
    letter-spacing: 0.14em;
  }

  .footer-payments strong {
    justify-content: center;
    min-width: 130px;
  }
}
