/* ===============================
   Freelance Nana Tours – Global Variables
   =============================== */

:root {
  /* Public theme */
  --primary: #0B7285;
  --primary-soft: #E3FAFF;
  --accent: #F59F00;
  --dark: #0B1C2C;
  --bg-soft: #F5F7FB;
  --radius-xl: 1.5rem;

  /* Shared / account theme tokens */
  --fn-bg: #050816;
  --fn-surface: #0b1020;
  --fn-surface-soft: #111827;
  --fn-card: #ffffff;
  --fn-border-subtle: rgba(148, 163, 184, 0.35);

  --fn-text: #111827;
  --fn-text-muted: #6b7280;
  --fn-text-soft: #9ca3af;

  --fn-accent: #f97316;        /* Orange */
  --fn-accent-soft: rgba(249, 115, 22, 0.15);
  --fn-accent-deep: #ea580c;
  --fn-accent-alt: #22c55e;    /* Green */

  --fn-error: #ef4444;
  --fn-radius-lg: 1.6rem;
  --fn-radius-md: 1rem;
  --fn-radius-pill: 999px;
  --fn-shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.16);
  --fn-shadow-subtle: 0 8px 24px rgba(15, 23, 42, 0.12);

  --fn-font-main: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ===============================
   Base Reset & Body
   =============================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--fn-font-main);
  background-color: #ffffff;
  color: var(--fn-text);
  padding-top: 130px; /* for fixed topbar + navbar on public pages */
}

/* Account pages: different background and no global padding-top */
body.account-body {
  background-color: #f3f4f6;
  padding-top: 0;
}

/* Links */

a {
  color: var(--fn-accent-deep);
  text-decoration: none;
}

a:hover {
  color: var(--fn-accent);
}

/* ===============================
   TOP BAR
   =============================== */

.topbar {
  background-color: #020617;
  color: #e5e7eb;
  font-size: 0.8rem;
  padding: 0.35rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}

.topbar a {
  color: #e5e7eb;
}

.topbar a:hover {
  color: #facc15;
}

.topbar .top-icon {
  font-size: 0.9rem;
}

.btn-top-signin {
  border-radius: 999px;
  padding: 0.22rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background-color: transparent;
  color: #e5e7eb;
}

.btn-top-signin:hover {
  background-color: #e5e7eb;
  color: #020617;
}

/* ===============================
   NAVBAR
   =============================== */

.navbar {
  transition: all 0.25s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(11, 28, 44, 0.96) !important;
}

.navbar.fixed-top {
  top: 34px;
  z-index: 1030;
}

.navbar-brand span {
  font-weight: 800;
  letter-spacing: 0.03em;
}

.navbar-brand .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  margin-left: 4px;
  background: linear-gradient(135deg, var(--accent), #F97316);
}

.navbar-scrolled {
  background-color: rgba(11, 28, 44, 0.96) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.45);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  backdrop-filter: blur(18px);
}

.nav-link {
  font-weight: 500;
  font-size: 0.92rem;
}

.nav-link.active {
  color: var(--accent) !important;
}

.btn-pill {
  border-radius: 999px;
  padding-inline: 1.4rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.btn-primary-soft {
  background-color: rgba(11, 114, 133, 0.1);
  color: #0B7285;
  border-color: transparent;
}

.btn-primary-soft:hover {
  background-color: rgba(11, 114, 133, 0.18);
}

/* Dropdown menu (Destinations in nav) */

.destinations-dropdown-menu {
  min-width: 280px;
  padding: 0.75rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  background-color: #ffffff;
}

.destinations-dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 0.4rem 0.55rem;
  border-radius: 0.6rem;
}

.destinations-dropdown-menu .dropdown-item:hover {
  background-color: rgba(11, 114, 133, 0.06);
  color: #0B7285;
}

/* HERO with full background slider */

.hero-section {
  position: relative;
  min-height: 115vh;
  display: flex;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

/* Background carousel wrapper */
.hero-bg-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Each slide is a full-cover background */
.hero-bg-slide {
  width: 100%;
  height: 100%;
  min-height: 115vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Example hero background images – change URLs to your own later */
.hero-bg-ghana {
  background-image: url('../images/IMG_4694.webp');
}
.hero-bg-togo {
  background-image: url('../images/IMG_4693.JPG.webp');
}
.hero-bg-southafrica {
  background-image: url('../images/IMG_4698.JPG.webp');
}

/* Dark overlay so text is readable */
.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.32), transparent 60%),
              linear-gradient(to bottom right, rgba(15, 23, 42, 0.90), rgba(15, 23, 42, 0.96)); */
  z-index: 1;
}

/* Foreground hero content */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Card that wraps the left hero copy */
.hero-overlay-card {
  background: rgba(15, 23, 42, 0.78);
  border-radius: 1.8rem;
  padding: 1.8rem 1.9rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
}

/* Right-hand card */
.hero-right-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.6rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.45);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.85);
  color: #e5e7eb;
}

/* Hero text */
.hero-title {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #f9fafb;
}
.hero-title span {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-subtitle {
  font-size: 0.98rem;
  color: #e5e7eb;
  max-width: 35rem;
}

/* Small badge at top */
.hero-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.6);
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.hero-kicker-badge i {
  color: #fb923c;
}
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: #e5e7eb;
}

/* Hero meta chips */
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}
.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.8rem;
  color: #e5e7eb;
}

/* Hero buttons */
.btn-ghost-light {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.55rem 1.2rem;
  font-size: 0.9rem;
  backdrop-filter: blur(4px);
}
.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #050816;
}

/* Pills under hero buttons */
.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 0.78rem;
  color: #e5e7eb;
}

/* Little pill titles in hero right card */
.hero-country-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.5);
  margin-bottom: 0.45rem;
}
.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.7rem;
}
.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.1);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .hero-overlay-card {
    padding: 1.4rem 1.5rem;
  }
  .hero-right-card {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding-top: 4.5rem;
  }
  .hero-title {
    font-size: 2rem;
  }
}

.btn-hero-primary {
  background: linear-gradient(135deg, var(--accent), #F97316);
  border: none;
  color: #111827;
  box-shadow: 0 18px 50px rgba(249, 115, 22, 0.65);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  font-size: 0.95rem;
}

.btn-hero-primary:hover {
  filter: brightness(1.05);
  color: #020617;
}

/* ===============================
   SECTION BASE
   =============================== */

.section {
  padding: 4.5rem 0;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.section-subtitle {
  max-width: 32rem;
  color: #6b7280;
  font-size: 0.95rem;
}

/* ===============================
   DESTINATIONS – Cards & Grid
   =============================== */

   /* Destination page hero */

.hero-section--destinations {
  position: relative;
  min-height: 70vh;           /* make the section tall enough */
  padding-top: 6rem;          /* to clear the navbar */
  padding-bottom: 3rem;
  overflow: hidden;
}

/* The background image layer */
.hero-section--destinations .hero-bg {
  position: absolute;
  inset: 0;                   /* top:0; right:0; bottom:0; left:0; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* The dark overlay sitting on top of the image */
.hero-overlay-layer {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.25), transparent 55%),
              linear-gradient(to bottom right, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96)); */
  z-index: 1;
}

/* Content must be above both background and overlay */
.hero-section--destinations .container {
  position: relative;
  z-index: 2;
}

/* Optional: tweak the text colors for this dark hero */
.hero-section--destinations .hero-title {
  color: #f9fafb;
}
.hero-section--destinations .hero-subtitle {
  color: #e5e7eb;
}
.hero-section--destinations .hero-breadcrumb a,
.hero-section--destinations .hero-breadcrumb span {
  color: #e5e7eb;
}


.dest-section {
  background-color: var(--bg-soft);
}

.destination-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.destination-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  border-color: rgba(11, 114, 133, 0.35);
}

.destination-img {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.destination-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.destination-card:hover .destination-img img {
  transform: scale(1.06);
}

.destination-pill {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  background: rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.destination-pill i {
  font-size: 0.9rem;
  color: var(--accent);
}

.destination-body {
  padding: 1.3rem 1.4rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.destination-body h5 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.destination-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.destination-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.destination-meta i {
  font-size: 0.85rem;
  color: var(--primary);
}

.destination-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  margin-top: 0.9rem;
}

.destination-footer strong {
  color: #0f172a;
}

.btn-link-sm {
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.btn-link-sm i {
  font-size: 0.9rem;
}


.tours-showcase-section {
  background-color: var(--bg-soft);
}

.tour-spotlight-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(15, 23, 42, 0.08);
  background-color: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 65px rgba(15, 23, 42, 0.15);
}

.tour-spotlight-media {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.tour-spotlight-destination {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #0f172a;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tour-spotlight-body {
  padding: 1.4rem 1.5rem 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tour-spotlight-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.tour-spotlight-pill,
.tour-spotlight-pill-outline {
  border-radius: 999px;
  padding: 0.25rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tour-spotlight-pill {
  background-color: var(--primary);
  color: #ffffff;
}

.tour-spotlight-pill-outline {
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.tour-spotlight-title {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.tour-spotlight-copy {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  min-height: 3rem;
}

.tour-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.tour-spotlight-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tour-spotlight-meta i {
  font-size: 0.9rem;
  color: var(--primary);
}

.tour-spotlight-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.tour-spotlight-actions .btn-link-sm {
  margin-left: auto;
}

.tours-slider-wrapper {
  position: relative;
  margin-top: 1.75rem;
  padding-inline: 3rem;
}

.tours-slider-track {
  display: flex;
  gap: 1.35rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.4rem;
}

.tours-slider-track::-webkit-scrollbar {
  display: none;
}

.tour-spotlight-card {
  scroll-snap-align: start;
  min-width: 290px;
  flex: 0 0 320px;
}

.tours-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  z-index: 2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tours-slider-btn:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.2);
}

.tours-slider-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.tours-slider-btn--prev {
  left: 0.5rem;
}

.tours-slider-btn--next {
  right: 0.5rem;
}

@media (max-width: 991px) {
  .tour-spotlight-media {
    height: 200px;
  }

  .tour-spotlight-actions .btn-link-sm {
    margin-left: 0;
  }

  .tours-slider-wrapper {
    padding-inline: 1rem;
  }
}

}


/* =========================================
   TOURS HERO (background slider)
   ========================================= */

.tours-hero {
  position: relative;
  min-height: 110vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

/* Background carousel takes the full hero area */
.tours-hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Each slide fills the hero area */
.tours-hero-bg {
  width: 100%;
  height: 100%;
  min-height: 110vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Dark overlay for readability */
.tours-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: */
    /* radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.3), transparent 55%),
    linear-gradient(to bottom right, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96)); */
}

/* Foreground content sits above everything */
.tours-hero .container {
  position: relative;
  z-index: 2;
}

/* Let’s make the hero card slightly lighter on tours page if you want */
.tours-hero .hero-overlay-card {
  background: rgba(15, 23, 42, 0.88);
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .tours-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .tours-hero-bg {
    min-height: 110vh;
  }
}

@media (max-width: 575.98px) {
  .tours-hero {
    padding-top: 4.5rem;
  }
}


/* ===============================
   COUNTRY SECTIONS (anchors)
   =============================== */

.country-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  scroll-margin-top: 130px;
}

.country-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
  font-weight: 600;
}

.country-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}

.country-subtitle {
  font-size: 0.95rem;
  color: #4b5563;
  max-width: 40rem;
}

.country-badge-row {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.78rem;
}

.country-badge-row span {
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  background-color: rgba(15, 23, 42, 0.05);
  color: #4b5563;
}

.country-aside {
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #ffffff;
  padding: 1.4rem 1.5rem;
  font-size: 0.86rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.country-aside h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.country-aside strong {
  font-size: 0.9rem;
}

.country-aside ul {
  padding-left: 1.1rem;
  margin-bottom: 0.5rem;
}

.country-aside ul li {
  margin-bottom: 0.2rem;
}

/* ===============================
   CTA (shared)
   =============================== */

.cta-section {
  padding: 4rem 0;
}

.cta-card {
  border-radius: 1.9rem;
  padding: 2.2rem 2.1rem;
  background: radial-gradient(circle at top left, #0ea5e9, #0B7285);
  color: #f9fafb;
  position: relative;
  overflow: hidden;
}

.cta-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.4);
  right: -70px;
  top: -70px;
  opacity: 0.45;
}

.cta-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}

.cta-sub {
  max-width: 30rem;
  font-size: 0.96rem;
  color: #e5e7eb;
}

/* ===============================
   TOURS PAGE
   =============================== */

.tour-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tour-filter-pill {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  font-size: 0.82rem;
  padding: 0.3rem 0.8rem;
  background-color: #ffffff;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tour-filter-pill i {
  font-size: 0.9rem;
  color: var(--primary);
}

.tour-filter-pill:hover {
  background-color: var(--primary-soft);
  border-color: rgba(11, 114, 133, 0.8);
}

.tour-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.5rem 1.6rem;
  background-color: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-tag {
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background-color: rgba(11, 114, 133, 0.08);
  color: #0B7285;
  font-weight: 600;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  color: #6b7280;
}

.tour-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.tour-meta i {
  font-size: 0.9rem;
  color: var(--primary);
}

.tour-price {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.tour-price span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
}

/* Testimonials on tours page */

.testi-card {
  background-color: #ffffff;
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.6rem 1.6rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(11, 114, 133, 0.16), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.testi-quote {
  font-size: 0.95rem;
  color: #4b5563;
  position: relative;
  z-index: 1;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316, var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-weight: 700;
  font-size: 0.9rem;
}

.testi-name {
  font-weight: 700;
  font-size: 0.9rem;
}

.testi-role {
  font-size: 0.8rem;
  color: #6b7280;
}

.testi-stars {
  color: #FBBF24;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

/* ===============================
   EXPERIENCES PAGE
   =============================== */

.hero-section.hero-experiences {
  min-height: 55vh;
  background:
    /* linear-gradient(145deg, rgba(12, 74, 110, 0.92), rgba(15, 23, 42, 0.98)), */
    url("../images/Coastal\ Safari\ 8.jpeg")
      center/cover no-repeat;
}

.section-experiences {
  /* optional custom background */
}

.filter-pill {
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.9);
  background-color: #ffffff;
  color: #4b5563;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.filter-pill i {
  font-size: 0.95rem;
}

.filter-pill.active {
  background-color: var(--primary);
  color: #f9fafb;
  border-color: var(--primary);
}

.story-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

/* Photo moments */

.photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  height: 260px;
  cursor: pointer;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.photo-card:hover img {
  transform: scale(1.06);
}

.photo-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* ===============================
   BOOKING PAGE (booking.php)
   =============================== */

.booking-hero {
  background: radial-gradient(circle at top left, #0ea5e9 0, #0B7285 35%, #020617 90%);
  color: #f9fafb;
  padding: 3.2rem 0 2.7rem;
  position: relative;
  overflow: hidden;
}

.booking-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.35);
  right: -80px;
  top: -90px;
  opacity: 0.6;
}

.booking-hero .breadcrumb {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}

.booking-hero-title {
  font-size: clamp(2.1rem, 3vw + 0.5rem, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}

.booking-hero-sub {
  max-width: 32rem;
  font-size: 0.96rem;
  color: #e5e7eb;
}

.booking-hero-meta {
  margin-top: 1.3rem;
  font-size: 0.8rem;
  color: #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.booking-hero-meta i {
  color: var(--accent);
}

.booking-layout {
  background-color: var(--bg-soft);
}

.booking-card {
  border-radius: 1.8rem;
  background-color: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
  padding: 1.8rem 1.7rem 1.7rem;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

@media (max-width: 767.98px) {
  .booking-card {
    border-radius: 1.4rem;
    padding: 1.4rem 1.3rem 1.3rem;
  }
}

.booking-side-card {
  border-radius: 1.6rem;
  background-color: #020617;
  color: #e5e7eb;
  padding: 1.6rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.5);
}

/* step pills & progress */

.step-indicator {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.3rem;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #4b5563;
  background-color: #f9fafb;
}

.step-pill span.num {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
  background-color: #e5e7eb;
  color: #111827;
}

.step-pill.active {
  border-color: var(--primary);
  background-color: #E0F2FE;
  color: #0f172a;
}

.step-pill.active span.num {
  background-color: var(--primary);
  color: #ffffff;
}

.step-pill.completed {
  border-color: #22c55e;
  background-color: #ecfdf3;
  color: #166534;
}

.step-pill.completed span.num {
  background-color: #22c55e;
  color: #f9fafb;
}

.booking-progress {
  height: 6px;
  border-radius: 999px;
  background-color: #e5e7eb;
  overflow: hidden;
  margin-bottom: 1.3rem;
}

.booking-progress-inner {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #F97316);
  transition: width 0.25s ease;
}

/* booking fields */

.booking-step {
  display: none;
}

.booking-step.active {
  display: block;
}

.booking-step h5 {
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.booking-step p.step-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1.2rem;
}

label.form-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #374151;
}

.form-text {
  font-size: 0.78rem;
  color: #6b7280;
}

.required {
  color: #ef4444;
}

.form-control,
.form-select {
  font-size: 0.9rem;
  border-radius: 0.8rem;
}

/* booking nav */

.step-nav {
  margin-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.step-nav-right {
  display: flex;
  gap: 0.75rem;
}

/* summary */

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.summary-line .label {
  color: #9ca3af;
}

.summary-line .value {
  color: #e5e7eb;
  font-weight: 500;
}

.summary-total {
  border-top: 1px solid rgba(148, 163, 184, 0.5);
  padding-top: 0.5rem;
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

.summary-total strong {
  font-size: 1.05rem;
}

.badge-soft {
  font-size: 0.75rem;
  padding: 0.16rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #e5e7eb;
}

/* ===============================
   FAQ PAGE
   =============================== */

   /* FAQ Hero Section */
.hero-faq {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}

.hero-faq .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/_Homepage.jpeg'); /* your FAQ hero image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-faq .hero-overlay-layer {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3)); */
  z-index: 2;
}

.hero-faq .container {
  position: relative;
  z-index: 3;
}


.faq-section {
  background-color: var(--bg-soft);
}

.faq-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.04);
  padding: 1.6rem 1.7rem;
  height: 100%;
}

.faq-category-title {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.9rem;
}

.faq-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background-color: var(--primary-soft);
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.badge-faq {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  font-size: 0.78rem;
  padding: 0.24rem 0.7rem;
  background-color: rgba(11, 114, 133, 0.06);
  color: #0B7285;
  font-weight: 600;
}

.accordion-button {
  font-weight: 500;
  font-size: 0.95rem;
}

.accordion-button:not(.collapsed) {
  color: #0f172a;
  background-color: rgba(11, 114, 133, 0.04);
  box-shadow: none;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.accordion-body {
  font-size: 0.9rem;
  color: #4b5563;
}

/* ===============================
   BLOG PAGE (blog.php)
   =============================== */

.page-hero {
  background: radial-gradient(circle at top left, #0ea5e9 0, #0B7285 35%, #020617 90%);
  color: #f9fafb;
  padding: 3.2rem 0 3.4rem;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.45);
  right: -80px;
  top: -80px;
  opacity: 0.4;
}

.page-hero .kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.9;
}

.page-hero-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  font-size: clamp(2rem, 2.4vw + 1rem, 2.6rem);
}

.page-hero p {
  max-width: 32rem;
  font-size: 0.95rem;
  color: #e5e7eb;
}

.page-hero .breadcrumb {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: #e5e7eb;
}

.page-hero .breadcrumb-item a {
  color: #e5e7eb;
}

.page-hero .breadcrumb-item.active {
  color: #fef3c7;
}

/* Blog layout */

.blog-toolbar {
  border-radius: 999px;
  background-color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 0.35rem 0.5rem 0.35rem 0.9rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
}

.blog-search-input {
  border: none;
  font-size: 0.9rem;
  padding-left: 0;
  box-shadow: none !important;
}

.blog-search-input::placeholder {
  color: #9ca3af;
}

.blog-toolbar .form-select {
  border-radius: 999px;
  border: none;
  font-size: 0.85rem;
  padding-inline: 1.8rem 1.2rem;
  box-shadow: none !important;
  background-position: right 0.75rem center;
}

.blog-toolbar .btn-outline-dark {
  border-radius: 999px;
  font-size: 0.85rem;
  padding-inline: 1rem;
}

.blog-list {
  margin-top: 1.5rem;
}

.blog-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.4rem 1.5rem 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
  margin-bottom: 1.2rem;
  display: flex;
  gap: 1.25rem;
}

.blog-card-thumb {
  flex: 0 0 190px;
  border-radius: 1.1rem;
  overflow: hidden;
  background-color: #e5e7eb;
  position: relative;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-thumb img {
  transform: scale(1.05);
}

.blog-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-category-pill {
  font-size: 0.75rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background-color: rgba(11, 114, 133, 0.08);
  color: #0B7285;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}

.blog-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.blog-card-meta {
  font-size: 0.8rem;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-card-excerpt {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.78rem;
  margin-bottom: 0.7rem;
}

.blog-tag {
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: #6b7280;
}

.blog-card-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}

.blog-card-footer a {
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Pagination & sidebar */

.pagination .page-link {
  border-radius: 999px;
  margin: 0 0.12rem;
  font-size: 0.85rem;
}

.pagination .page-item.active .page-link {
  background-color: #0B7285;
  border-color: #0B7285;
}

.sidebar-card {
  border-radius: 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.3rem 1.3rem 1.4rem;
  background-color: #ffffff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  margin-bottom: 1.3rem;
}

.sidebar-title {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #64748b;
  margin-bottom: 0.7rem;
}

.sidebar-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.88rem;
}

.sidebar-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.sidebar-badge {
  font-size: 0.78rem;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background-color: var(--bg-soft);
  color: #6b7280;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.78rem;
}

/* ===============================
   ABOUT PAGE (about.php)
   =============================== */

.about-image-frame {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 0.35rem 0.8rem;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.about-badge i {
  color: var(--accent);
}

.about-highlight {
  border-radius: 1.4rem;
  padding: 1.4rem 1.6rem;
  background-color: #F9FAFB;
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.9rem;
  color: #4b5563;
}

.about-highlight strong {
  color: #111827;
}

/* why-card (used across pages) */

.why-card {
  background-color: #ffffff;
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.5rem 1.4rem;
  height: 100%;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.03);
}

.why-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background-color: var(--primary-soft);
  color: var(--primary);
  margin-bottom: 0.8rem;
}

.pill-meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #94a3b8;
}

/* stats */

.stats-row {
  border-radius: 1.6rem;
  padding: 1.8rem 1.8rem 1.6rem;
  background-color: #020617;
  color: #e5e7eb;
}

.stat-item {
  margin-bottom: 1rem;
}

.stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ca3af;
}

.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.stat-helper {
  font-size: 0.86rem;
  color: #9ca3af;
}

/* team */

.team-card {
  border-radius: 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.4rem 1.5rem;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.03);
}

.team-avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316, var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.team-name {
  font-weight: 700;
  font-size: 0.98rem;
}

.team-role {
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.4rem;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  font-size: 0.78rem;
  background-color: rgba(11, 114, 133, 0.08);
  color: #0B7285;
  font-weight: 600;
}

/* ===============================
   FLOATING BUTTONS & FOOTER
   =============================== */

#backToTop,
#whatsappButton {
  position: fixed;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 1040;
}

#backToTop {
  bottom: 24px;
  background: #0f172a;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.8);
}

#whatsappButton {
  bottom: 80px;
  background: #25D366;
  color: #ffffff;
  border: none;
}

#backToTop.show,
#whatsappButton.show {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #020617;
  color: #9ca3af;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.footer-link {
  font-size: 0.88rem;
  color: #9ca3af;
}

.footer-link:hover {
  color: #e5e7eb;
}

/* ===============================
   RESPONSIVE TWEAKS (public)
   =============================== */

@media (max-width: 991.98px) {
  .hero-right-card {
    margin-top: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .country-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .booking-hero-title {
    font-size: 1.9rem;
  }
}



/* =========================================
   CONTACT PAGE STYLING
   ========================================= */

/* Page hero wrapper */
.inner-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 0 0, rgba(249, 115, 22, 0.12), transparent 55%),
    linear-gradient(to bottom, #0b1120 0%, #020617 55%, #020617 100%);
  color: #e5e7eb;
}

/* Kicker, title, subtitle */
.inner-hero .page-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 0.4rem;
}

.inner-hero .page-title {
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.inner-hero .page-title br {
  display: none;
}

@media (min-width: 768px) {
  .inner-hero .page-title br {
    display: inline;
  }
}

.inner-hero .page-subtitle {
  font-size: 0.98rem;
  max-width: 40rem;
  color: #cbd5f5;
}

/* Hero meta row chips */
.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

/* Right-hand hero info card */
.contact-info-card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.4rem;
  padding: 1.3rem 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  background: rgba(22, 163, 74, 0.08);
  color: #bbf7d0;
  border: 1px solid rgba(34, 197, 94, 0.55);
}

/* Contact info items (icon + text rows) */
.contact-info-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  font-size: 0.9rem;
}

.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.6);
  flex-shrink: 0;
  font-size: 0.9rem;
  color: #f97316;
}

/* Check-list bullets */
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  color: #e5e7eb;
  margin-bottom: 0.4rem;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.78rem;
  color: #22c55e;
}

/* Map/info blurb at bottom of hero card */
.map-placeholder {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.1rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.9rem;
  border: 1px dashed rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.85);
  font-size: 0.83rem;
  color: #cbd5f5;
}

.map-placeholder i {
  font-size: 1.1rem;
  color: #f97316;
  flex-shrink: 0;
}

/* =========================================
   Contact form section
   ========================================= */

.contact-section {
  background-color: #f3f4f6;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

/* Main form card */
.contact-card {
  background-color: #ffffff;
  border-radius: 1.4rem;
  padding: 1.6rem 1.7rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

/* Badge "we respect your privacy" */
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.5);
  font-size: 0.78rem;
  color: #4b5563;
}

/* Red asterisk */
.required {
  color: #ef4444;
}

/* Form overrides (subtle) */
.contact-card .form-control,
.contact-card .form-select {
  font-size: 0.9rem;
}

/* Right-side cards under the form section */
.contact-section .contact-info-card {
  background-color: #ffffff;
  color: #111827;
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.34);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.contact-section .contact-info-card .list-check li {
  color: #111827;
}

.contact-section .contact-info-card .contact-icon {
  background: #f9fafb;
}

/* Small layout tweaks */
@media (max-width: 991.98px) {
  .inner-hero {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .contact-card,
  .contact-section .contact-info-card {
    border-radius: 1.1rem;
    padding: 1.3rem 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .inner-hero .page-title {
    font-size: 1.7rem;
  }

  .hero-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

