:root {
  --brand: #0d6efd;
  --dark: #10233f;
  --accent: #ffb703;
  --light: #f7fbff;
}

body {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: #263238;
  font-weight: 400;
}

/* ================= GLOBAL TYPOGRAPHY ================= */

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.display-4,
.display-5 {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: var(--dark);
  letter-spacing: -0.25px;
  line-height: 1.22;
}

h1,
.display-4,
.display-5 {
  font-weight: 500;
}

h2,
.section-title {
  font-weight: 500;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p,
li {
  font-weight: 400;
  line-height: 1.7;
}

.fw-bold {
  font-weight: 500 !important;
}

/* ================= NAVBAR ================= */

body {
  padding-top: 96px;
}

.navbar {
  background: #d7edf8 !important;
  padding: 10px 0;
  min-height: 96px;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  z-index: 1030;
}

.navbar.navbar-at-top {
  background: #d7edf8 !important;
  box-shadow: 0 8px 22px rgba(7, 24, 47, 0.08) !important;
}

.navbar.navbar-scrolled {
  background: linear-gradient(90deg, #07182f, #0b3d91) !important;
  box-shadow: 0 8px 24px rgba(7, 24, 47, 0.2) !important;
}

.navbar-brand {
  color: #10233f !important;
  font-weight: 500;
  letter-spacing: 0;
}

.navbar-brand span {
  display: none;
}

.site-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: block;
}

.navbar .navbar-nav .nav-link {
  color: #10233f !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased;
  transition: 0.25s ease;
}

.navbar.navbar-scrolled .navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
  color: #0077b6 !important;
}

.navbar.navbar-scrolled .navbar-nav .nav-link:hover,
.navbar.navbar-scrolled .navbar-nav .nav-link:focus,
.navbar.navbar-scrolled .navbar-nav .nav-link.active {
  color: #ffc107 !important;
}

.navbar .btn,
.navbar .btn-warning {
  background-color: #ffc107;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 22px;
  border: none;
}

.navbar .btn:hover,
.navbar .btn-warning:hover {
  background-color: #ffb300;
  color: #000000 !important;
}

.navbar-toggler {
  border: 2px solid #10233f;
}

.navbar.navbar-scrolled .navbar-toggler {
  border-color: #ffffff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: none;
}

.navbar.navbar-scrolled .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* ================= HERO SECTION ================= */

.hero {
  min-height: 78vh;
  background:
    linear-gradient(rgba(10, 30, 60, 0.62), rgba(10, 30, 60, 0.62)),
    url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1600&q=80") center/cover;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.hero h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.5px;
}

.hero .lead {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
}

/* ================= WELCOME SECTION ================= */

.welcome-section {
  padding: 35px 0;
}

.welcome-section .section-title {
  margin-bottom: 18px;
}

.welcome-section p {
  margin-bottom: 18px;
}

/* ================= COMMON COMPONENTS ================= */

.section-title {
  color: var(--dark);
}

.brand-text {
  color: var(--brand);
}

.top-card,
.package-card,
.cab-card {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 35, 75, 0.1);
  transition: 0.3s ease;
}

.top-card:hover,
.package-card:hover,
.cab-card:hover {
  transform: translateY(-6px);
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}

.badge-soft {
  background: #eaf2ff;
  color: var(--brand);
}

.cta {
  background: linear-gradient(135deg, #0d6efd, #082f6b);
  color: #ffffff;
  border-radius: 28px;
}

.cta h2 {
  color: #ffffff;
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.price {
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--brand);
}

.btn {
  border-radius: 12px;
  font-weight: 500;
}

.form-control,
.form-select {
  border-radius: 12px;
  padding: 12px;
}

/* ================= WHY CHOOSE US 2x2 CARD ================= */

.why-choose-box {
  background: linear-gradient(135deg, #ffffff, #f4f8ff);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 16px 38px rgba(15, 35, 75, 0.1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.why-choose-box::before {
  content: "";
  width: 135px;
  height: 135px;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: -45px;
}

.why-choose-box::after {
  content: "";
  width: 85px;
  height: 85px;
  background: rgba(255, 193, 7, 0.16);
  border-radius: 50%;
  position: absolute;
  bottom: -32px;
  left: -32px;
}

.why-box-header {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.why-box-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 8px;
}

.why-box-header p {
  color: #5f6b7a;
  margin-bottom: 0;
  line-height: 1.55;
  font-size: 0.98rem;
}

.why-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.why-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: 20px 18px;
  min-height: 170px;
  box-shadow: 0 8px 22px rgba(15, 35, 75, 0.07);
  border: 1px solid rgba(13, 110, 253, 0.06);
  transition: 0.25s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(15, 35, 75, 0.12);
}

.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eaf2ff, #ffffff);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.08);
}

.why-icon i {
  font-size: 1.35rem;
}

.why-card h4 {
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 8px;
}

.why-card p {
  color: #5f6b7a;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* ================= PAGE HEADER ================= */

.page-header {
  background:
    linear-gradient(rgba(8, 24, 47, 0.65), rgba(8, 24, 47, 0.65)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #ffffff;
  padding: 110px 0 70px;
}

.page-header h1,
.page-header h2,
.page-header p {
  color: #ffffff;
}

.page-header h1 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.page-header p,
.page-header .lead {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

/* ================= DESTINATION HERO ================= */

.destination-hero {
  min-height: 420px;
  display: flex;
  align-items: end;
  color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.destination-hero .overlay {
  width: 100%;
  padding: 60px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.destination-hero h1,
.destination-hero h2,
.destination-hero p {
  color: #ffffff;
}

.destination-hero h1 {
  font-weight: 500;
  letter-spacing: -0.5px;
}

.destination-hero p,
.destination-hero .lead {
  font-weight: 400;
}

/* ================= PACKAGE DETAIL PAGE ================= */

.package-hero {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.package-hero .package-hero-overlay {
  min-height: 420px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2));
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 42px;
}

.package-hero h1,
.package-hero h2,
.package-hero p {
  color: #ffffff;
}

.package-hero h1 {
  font-weight: 500;
  letter-spacing: -0.5px;
}

.package-hero p,
.package-hero .lead {
  font-weight: 400;
}

.detail-card {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.timeline-day {
  border-left: 4px solid var(--brand);
  padding-left: 20px;
  margin-bottom: 26px;
  position: relative;
}

.timeline-day::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffc107;
  border: 3px solid var(--brand);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 4px;
}

.timeline-day h4 {
  font-weight: 500;
  color: var(--brand);
}

.info-strip {
  background: #f8fbff;
  border-radius: 18px;
  padding: 18px;
}

.itinerary li {
  margin-bottom: 14px;
  padding: 14px;
  border-left: 4px solid var(--brand);
  background: #f7fbff;
  border-radius: 10px;
}

/* ================= BOOKING / FORMS ================= */

.booking-box {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(15, 35, 75, 0.12);
  padding: 28px;
}

/* ================= FOOTER ================= */

.footer {
  background: #07182f;
  color: #dbe7ff;
}

.footer a {
  color: #dbe7ff;
  text-decoration: none;
}

.footer-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

/* ================= WHATSAPP FLOAT ================= */

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  border-radius: 50px;
  padding: 12px 18px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .welcome-section {
    padding: 30px 0;
  }

  .navbar-collapse {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    padding: 18px;
    border-radius: 16px;
    margin-top: 12px;
  }

  .navbar.navbar-scrolled .navbar-collapse {
    background: linear-gradient(90deg, #07182f, #0b3d91);
  }

  .navbar-brand span {
    display: none;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
  }

  .navbar .btn,
  .navbar .btn-warning {
    font-size: 15px;
    padding: 9px 18px;
    margin-top: 10px;
    display: inline-block;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 82px;
  }

  .navbar {
    min-height: 82px;
  }

  .site-logo {
    width: 62px;
    height: 62px;
  }

  .navbar-brand span {
    display: none;
  }

  .why-choose-box {
    padding: 24px;
  }

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

  .why-card {
    min-height: auto;
    padding: 20px;
  }

  .destination-hero .overlay {
    padding: 35px 22px;
  }

  .package-hero .package-hero-overlay {
    padding: 28px;
  }

  .hero h1,
  .page-header h1 {
    font-size: 2.1rem;
  }

  .hero .lead,
  .page-header .lead {
    font-size: 1.1rem;
  }
}

/* ================= CONTENT BALANCE HELPERS ================= */

.package-card .card-body,
.top-card .card-body {
  display: flex;
  flex-direction: column;
}

.package-card .btn,
.top-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.package-card .price {
  white-space: nowrap;
}

.card-body p,
.booking-box p,
.cab-card p {
  text-wrap: pretty;
}

.equal-text-card {
  min-height: 100%;
}


/* ================= CLIENT UPDATE: NAVBAR, HERO, CARDS, FOOTER ================= */

body {
  padding-top: 102px;
}

.navbar {
  min-height: 102px;
  padding: 6px 0;
  overflow: hidden;
}

.navbar .container {
  min-height: 90px;
}

.navbar-brand {
  min-width: 260px;
  max-width: 360px;
  overflow: hidden;
}

.navbar .site-logo {
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
  object-fit: contain;
  flex: 0 0 auto;
}

.navbar-brand-title {
  display: block !important;
  color: #10233f;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: normal;
}

.navbar.navbar-scrolled .navbar-brand-title {
  color: #ffffff;
}

.navbar.navbar-at-top {
  background: #d7edf8 !important;
}

.navbar.navbar-scrolled {
  background: linear-gradient(90deg, #07182f, #0b3d91) !important;
}

/* Hero carousel */
.hero-slider {
  min-height: calc(100vh - 102px);
  position: relative;
  overflow: hidden;
  background: #07182f;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 47, 0.78), rgba(7, 24, 47, 0.38));
  z-index: 1;
}

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

.hero-kicker {
  color: #ffc107;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  margin-bottom: 12px;
  line-height: 1.4;
}

.hero-actions .btn {
  min-width: 160px;
}

.hero-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.25s ease;
}

.hero-social-links a:hover {
  background: #ffc107;
  color: #07182f;
}

/* Package card balance */
.package-card .card-body {
  padding: 18px;
}

.package-card h5 {
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 8px;
}

.package-card .text-muted {
  font-size: 0.95rem;
  margin-bottom: 10px !important;
}

.package-card .price {
  font-size: 1.08rem;
  line-height: 1.25;
  white-space: nowrap;
}

.package-card .btn {
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 12px;
  line-height: 1.25;
}

.package-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Footer visibility */
.footer h5,
.footer h6 {
  color: #ffffff !important;
  opacity: 1 !important;
}

.footer p,
.footer a {
  color: #dbe7ff !important;
  opacity: 1 !important;
}

.footer a:hover {
  color: #ffc107 !important;
}

.footer .text-muted {
  color: #dbe7ff !important;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-social-links a {
  font-size: 0.92rem;
  text-decoration: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 94px;
  }

  .navbar {
    min-height: 94px;
  }

  .navbar .container {
    min-height: 84px;
  }

  .navbar-brand {
    min-width: auto;
    max-width: 210px;
  }

  .navbar .site-logo {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
  }

  .navbar-brand-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 86px;
  }

  .navbar {
    min-height: 86px;
  }

  .navbar .container {
    min-height: 76px;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .navbar-brand-title {
    display: none !important;
  }

  .navbar .site-logo {
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
  }

  .hero-slider {
    min-height: calc(100vh - 86px);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .package-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .package-card .price {
    font-size: 1.02rem;
  }

  .package-card .btn {
    font-size: 0.88rem;
  }
}

/* ================= ABOUT PAGE PREMIUM DESIGN ================= */

.about-hero-section {
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.92), rgba(11, 61, 145, 0.72)),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #ffffff;
  padding: 120px 0 90px;
  position: relative;
  overflow: hidden;
}

.about-hero-section::after {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.18);
  position: absolute;
  right: -80px;
  bottom: -90px;
}

.about-eyebrow,
.about-section-label {
  display: inline-block;
  color: #0d6efd;
  background: #eaf2ff;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.about-hero-section .about-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #ffc107;
}

.about-hero-section h1 {
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.12;
  letter-spacing: -0.8px;
  margin-bottom: 22px;
}

.about-hero-text {
  color: #eef6ff;
  font-size: 1.16rem;
  line-height: 1.8;
  max-width: 720px;
  margin-bottom: 28px;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-hero-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 1;
}

.about-hero-card-img {
  min-height: 260px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)),
    url("https://images.unsplash.com/photo-1548013146-72479768bada?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.about-hero-card-content {
  padding: 26px;
}

.about-hero-card-content h4 {
  color: var(--dark);
  margin-bottom: 8px;
}

.about-hero-card-content p {
  color: #5f6b7a;
  margin-bottom: 0;
}

.about-story-section {
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.about-image-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 210px 210px;
  gap: 18px;
}

.about-image {
  border-radius: 28px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 42px rgba(15, 35, 75, 0.16);
}

.about-image-large {
  grid-row: span 2;
  background-image: url("https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?auto=format&fit=crop&w=1000&q=80");
}

.about-image-one {
  background-image: url("https://images.unsplash.com/photo-1595815771614-ade9d652a65d?auto=format&fit=crop&w=900&q=80");
}

.about-image-two {
  background-image: url("https://images.unsplash.com/photo-1477587458883-47145ed94245?auto=format&fit=crop&w=900&q=80");
}

.about-highlight-box {
  background: #ffffff;
  border-left: 5px solid #ffc107;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 14px 34px rgba(15, 35, 75, 0.1);
}

.about-highlight-box strong {
  display: block;
  color: var(--dark);
  margin-bottom: 8px;
}

.about-highlight-box span {
  color: #5f6b7a;
}

.about-service-card,
.about-value-card,
.about-process-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(15, 35, 75, 0.09);
  border: 1px solid rgba(13, 110, 253, 0.07);
  transition: 0.28s ease;
}

.about-service-card:hover,
.about-value-card:hover,
.about-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(15, 35, 75, 0.14);
}

.about-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eaf2ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.about-service-card h5,
.about-value-card h5,
.about-process-card h5 {
  color: var(--dark);
  margin-bottom: 10px;
}

.about-service-card p,
.about-value-card p,
.about-process-card p {
  color: #5f6b7a;
  margin-bottom: 0;
  line-height: 1.65;
}

.about-mission-section {
  background: #ffffff;
}

.about-mission-card {
  background: linear-gradient(135deg, #ffffff, #f4f8ff);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 16px 40px rgba(15, 35, 75, 0.1);
  border: 1px solid rgba(13, 110, 253, 0.08);
}

.about-mission-card-dark {
  background: linear-gradient(135deg, #07182f, #0b3d91);
}

.about-mission-card span {
  color: #0d6efd;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.about-mission-card-dark span {
  color: #ffc107;
}

.about-mission-card h3 {
  margin-bottom: 14px;
}

.about-mission-card-dark h3,
.about-mission-card-dark p {
  color: #ffffff;
}

.about-mission-card p {
  color: #5f6b7a;
  margin-bottom: 0;
}

.about-route-card {
  min-height: 290px;
  border-radius: 28px;
  overflow: hidden;
  padding: 24px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 42px rgba(15, 35, 75, 0.16);
  position: relative;
  transition: 0.28s ease;
}

.about-route-card:hover {
  transform: translateY(-6px);
}

.about-route-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
}

.about-route-card > div {
  position: relative;
  z-index: 1;
}

.about-route-card span {
  display: inline-block;
  color: #ffc107;
  font-weight: 500;
  margin-bottom: 6px;
}

.about-route-card h5,
.about-route-card p {
  color: #ffffff;
}

.about-route-card p {
  margin-bottom: 0;
  line-height: 1.55;
}

.about-route-kerala {
  background-image: url("https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?auto=format&fit=crop&w=900&q=80");
}

.about-route-kashmir {
  background-image: url("https://images.unsplash.com/photo-1595815771614-ade9d652a65d?auto=format&fit=crop&w=900&q=80");
}

.about-route-rajasthan {
  background-image: url("https://images.unsplash.com/photo-1477587458883-47145ed94245?auto=format&fit=crop&w=900&q=80");
}

.about-route-manali {
  background-image: url("https://images.unsplash.com/photo-1626621341517-bbf3d9990a23?auto=format&fit=crop&w=900&q=80");
}

.about-route-golden {
  background-image: url("https://images.unsplash.com/photo-1564507592333-c60657eea523?auto=format&fit=crop&w=900&q=80");
}

.about-route-wagah {
  background-image: url("https://images.unsplash.com/photo-1609947017136-9daf32a5eb16?auto=format&fit=crop&w=900&q=80");
}

.about-value-card strong,
.about-process-card span {
  color: #0d6efd;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.about-process-section {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

@media (max-width: 991px) {
  .about-hero-section {
    padding: 90px 0 70px;
  }

  .about-image-grid {
    grid-template-rows: 180px 180px;
  }
}

@media (max-width: 576px) {
  .about-hero-section {
    padding: 70px 0 54px;
  }

  .about-hero-actions .btn {
    width: 100%;
  }

  .about-image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 180px 180px;
  }

  .about-image-large {
    grid-row: auto;
  }

  .about-route-card {
    min-height: 240px;
  }
}

/* =========================================================
   CLEAN FINAL OVERRIDES
   Purpose:
   - Removes conflict from earlier repeated final blocks.
   - Keeps quote box at top of home banner.
   - Keeps main banner heading/buttons/social icons controlled separately.
   - Keeps official logo/navigation/footer styling clean.
   ========================================================= */

:root {
  --brand: #0b66b3;
  --brand-green: #2e8b35;
  --brand-blue: #0757a5;
  --brand-dark-blue: #06345f;
  --heading-font: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body-font: "Lora", Georgia, "Times New Roman", serif;
  --nav-font: "Poppins", "Segoe UI", Arial, sans-serif;
}

/* ================= GLOBAL FONT CLEANUP ================= */

html,
body {
  font-family: var(--body-font) !important;
  font-size: 15.5px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #303843 !important;
}

p,
li,
.card-body,
.text-muted,
.lead,
.form-control,
.form-select,
.booking-box,
.cab-card,
.package-card,
.top-card {
  font-family: var(--body-font) !important;
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.hero-main-title,
.display-4,
.display-5,
.page-header h1,
.destination-hero h1,
.package-hero h1 {
  font-family: var(--heading-font) !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.12 !important;
}

.btn,
.navbar,
.navbar a,
.navbar .btn,
.navbar-contact-inline,
.hero-actions .btn {
  font-family: var(--nav-font) !important;
}

/* ================= NAVBAR CLEAN FINAL ================= */

body {
  padding-top: 118px !important;
}

.site-header-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1030 !important;
  margin-bottom: 0 !important;
}

.site-header-fixed .navbar,
.navbar,
.navbar.navbar-at-top {
  min-height: 96px !important;
  padding: 6px 0 !important;
  background: linear-gradient(90deg, #e8f8ef 0%, #d9edff 100%) !important;
  border-bottom: 4px solid var(--brand-green) !important;
  box-shadow: 0 8px 24px rgba(7, 45, 95, 0.12) !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
}

.navbar.navbar-scrolled {
  background: linear-gradient(90deg, #073f86 0%, #0b7a3a 100%) !important;
  border-bottom-color: #9bd843 !important;
}

.site-header-fixed .navbar .container,
.navbar .container,
.navbar .nav-main-container {
  min-height: 84px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.navbar-brand {
  min-width: 260px !important;
  max-width: 260px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
}

.navbar-brand-title,
.navbar-brand span {
  display: none !important;
}

.navbar .navbar-logo-image,
.navbar .site-logo.navbar-logo-image,
.navbar .site-logo,
.site-logo {
  width: 260px !important;
  height: 92px !important;
  max-width: 260px !important;
  max-height: 92px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-right-content {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 4px !important;
}

.navbar-contact-inline {
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px 24px !important;
  padding: 0 !important;
  margin: 0 0 2px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.navbar-contact-inline a {
  color: #0757a5 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-contact-inline i {
  color: #0b7a3a !important;
  font-size: 0.9rem !important;
}

.navbar-contact-inline a:hover {
  color: #2e8b35 !important;
}

.navbar.navbar-scrolled .navbar-contact-inline a,
.navbar.navbar-scrolled .navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar.navbar-scrolled .navbar-contact-inline i,
.navbar.navbar-scrolled .navbar-contact-inline a:hover {
  color: #ffc107 !important;
}

.navbar .navbar-nav {
  width: auto !important;
  gap: 2px !important;
}

.navbar .navbar-nav .nav-link {
  color: #083b69 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  padding: 0.35rem 0.5rem !important;
  line-height: 1.25 !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
  color: var(--brand-green) !important;
}

.navbar .btn,
.navbar .btn-warning,
.navbar .nav-cta {
  background: #ffc107 !important;
  color: #111 !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 15px !important;
  border-radius: 10px !important;
  line-height: 1.25 !important;
  box-shadow: none !important;
}

.top-contact-strip {
  display: none !important;
}

/* ================= HOME HERO CLEAN FINAL ================= */

/* Let the banner start immediately below navbar */
.hero,
.hero-slider,
.page-header {
  margin-top: 0 !important;
}

.hero.hero-slider {
  position: relative !important;
  min-height: calc(100vh - 118px) !important;
  display: flex !important;
  align-items: flex-start !important;
  overflow: hidden !important;
  background: #07182f !important;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-slide {
  background-size: cover !important;
  background-position: center !important;
}

.hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(7, 24, 47, 0.78), rgba(7, 24, 47, 0.38)) !important;
}

/* Do not move whole hero-content; quote and title are controlled separately */
.hero-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 1320px !important;
  padding-top: 26px !important;
  padding-bottom: 36px !important;
  transform: none !important;
}

.hero-content .col-lg-8,
.hero-content .col-lg-10,
.hero-content .col-xl-9 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
}

/* Quote box fixed near top */
.hero-quote-box {
  position: relative !important;
  transform: none !important;
  max-width: 760px !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important;
  padding: 18px 24px !important;
  border-left: 5px solid #ffc107 !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  border-radius: 0 18px 18px 0 !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14) !important;
}

.hero-quote-box small {
  display: block !important;
  color: #ffc107 !important;
  font-family: var(--nav-font) !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
}

.hero-quote-text {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--body-font) !important;
  font-size: clamp(1rem, 1.55vw, 1.28rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

/* Single-line hero heading */
.hero-main-title,
.hero h1.hero-main-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #ffffff !important;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.55rem, 3.2vw, 3.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.1px !important;
  white-space: nowrap !important;
}

.hero-main-title span,
.hero-main-title .hero-line-one,
.hero-main-title .hero-line-two {
  display: inline !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  white-space: nowrap !important;
}

/* Buttons close to heading */
.hero-actions {
  margin-top: 0 !important;
  transform: none !important;
}

.hero-actions .btn {
  min-width: 160px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 11px 24px !important;
  border-radius: 14px !important;
}

.hero-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 28px !important;
  transform: none !important;
}

.hero-social-links a {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 1.2rem !important;
}

.hero-social-links a:nth-child(1) { background: #25d366 !important; }
.hero-social-links a:nth-child(2) { background: #1877f2 !important; }
.hero-social-links a:nth-child(3) { background: #e4405f !important; }

/* ================= FOOTER CLEAN FINAL ================= */

.footer {
  background: #07182f !important;
  color: #dbe7ff !important;
}

.footer h5,
.footer h6,
.footer p,
.footer a,
.footer .text-muted {
  color: #dbe7ff !important;
  opacity: 1 !important;
}

.footer a {
  text-decoration: none !important;
}

.footer a:hover {
  color: #ffc107 !important;
}

.footer-logo {
  width: 105px !important;
  height: auto !important;
  max-height: 70px !important;
  object-fit: contain !important;
  display: inline-block !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-social-links {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px 18px !important;
}

.footer-social-links a {
  font-size: 1rem !important;
}

.footer-social-links a i {
  margin-right: 5px !important;
}

.footer-bottom {
  width: 100% !important;
  text-align: center !important;
  padding-top: 18px !important;
}

.footer-bottom p {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}

.footer-bottom a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-bottom a:hover {
  color: #ffc107 !important;
}

/* ================= POPUPS CLEAN FINAL ================= */

.whatsapp-float {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 1040 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  padding: 13px 18px !important;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32) !important;
}

.whatsapp-popover {
  position: fixed !important;
  right: 22px !important;
  bottom: 82px !important;
  width: min(310px, calc(100vw - 44px)) !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 16px !important;
  box-shadow: 0 18px 45px rgba(7, 24, 47, 0.24) !important;
  z-index: 1039 !important;
  border-top: 5px solid #25d366 !important;
}

.whatsapp-popover h6 {
  color: #083b69 !important;
  font-weight: 800 !important;
  margin-bottom: 5px !important;
}

.whatsapp-popover p {
  margin-bottom: 12px !important;
  color: #516070 !important;
  font-size: 0.94rem !important;
}

.whatsapp-popover-close,
.discount-popup-close {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  color: #6c757d !important;
}

.discount-popup {
  position: fixed !important;
  left: 24px !important;
  bottom: 24px !important;
  width: min(360px, calc(100vw - 48px)) !important;
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 22px 20px 20px !important;
  box-shadow: 0 22px 55px rgba(7, 24, 47, 0.26) !important;
  z-index: 1041 !important;
  border: 2px solid rgba(111, 189, 45, 0.28) !important;
  transform: translateY(130%) !important;
  opacity: 0 !important;
  transition: 0.35s ease !important;
}

.discount-popup.show {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.discount-popup .discount-badge {
  display: inline-block !important;
  background: linear-gradient(135deg, #ffc107, #ffb000) !important;
  color: #111 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  padding: 5px 12px !important;
  margin-bottom: 10px !important;
}

.discount-popup h5 {
  color: #06345f !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.discount-popup p {
  color: #516070 !important;
  margin-bottom: 14px !important;
}

/* ================= RESPONSIVE CLEAN FINAL ================= */

@media (max-width: 1199.98px) {
  body {
    padding-top: 112px !important;
  }

  .site-header-fixed .navbar,
  .navbar,
  .navbar.navbar-at-top {
    min-height: 92px !important;
  }

  .navbar-brand {
    min-width: 230px !important;
    max-width: 230px !important;
  }

  .navbar .navbar-logo-image,
  .navbar .site-logo.navbar-logo-image,
  .navbar .site-logo,
  .site-logo {
    width: 230px !important;
    height: 82px !important;
    max-width: 230px !important;
    max-height: 82px !important;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 13px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .navbar-contact-inline a {
    font-size: 12px !important;
  }

  .hero.hero-slider {
    min-height: calc(100vh - 112px) !important;
  }

  .hero-content {
    padding-top: 22px !important;
  }

  .hero-main-title,
  .hero h1.hero-main-title {
    font-size: clamp(1.45rem, 3vw, 3rem) !important;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 106px !important;
  }

  .site-header-fixed .navbar,
  .navbar,
  .navbar.navbar-at-top {
    min-height: 86px !important;
  }

  .navbar-brand {
    min-width: 205px !important;
    max-width: 205px !important;
  }

  .navbar .navbar-logo-image,
  .navbar .site-logo.navbar-logo-image,
  .navbar .site-logo,
  .site-logo {
    width: 205px !important;
    height: 74px !important;
    max-width: 205px !important;
    max-height: 74px !important;
  }

  .navbar-collapse {
    margin-top: 10px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.96) !important;
  }

  .navbar.navbar-scrolled .navbar-collapse {
    background: linear-gradient(90deg, #06345f, #238341) !important;
  }

  .navbar-right-content {
    align-items: stretch !important;
  }

  .navbar-contact-inline {
    justify-content: flex-start !important;
    gap: 6px 14px !important;
    margin: 8px 0 10px 0 !important;
  }

  .navbar-contact-inline a {
    font-size: 12px !important;
  }

  .hero.hero-slider {
    min-height: calc(100vh - 106px) !important;
  }

  .hero-content {
    padding-top: 20px !important;
  }

  .hero-quote-box {
    max-width: 720px !important;
    margin-bottom: 24px !important;
  }

  .hero-main-title,
  .hero h1.hero-main-title {
    white-space: normal !important;
    font-size: clamp(1.55rem, 5vw, 2.7rem) !important;
    margin-bottom: 18px !important;
  }

  .hero-main-title span,
  .hero-main-title .hero-line-one,
  .hero-main-title .hero-line-two {
    white-space: normal !important;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .hero-quote-box {
    margin-bottom: 20px !important;
    padding: 14px 16px !important;
  }

  .hero-main-title,
  .hero h1.hero-main-title {
    font-size: clamp(1.35rem, 6.5vw, 2.1rem) !important;
    line-height: 1.24 !important;
  }

  .hero-actions {
    gap: 12px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
  }

  .hero-social-links {
    margin-top: 20px !important;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 100px !important;
  }

  .site-header-fixed .navbar,
  .navbar,
  .navbar.navbar-at-top {
    min-height: 80px !important;
  }

  .navbar-brand {
    min-width: 180px !important;
    max-width: 180px !important;
  }

  .navbar .navbar-logo-image,
  .navbar .site-logo.navbar-logo-image,
  .navbar .site-logo,
  .site-logo {
    width: 180px !important;
    height: 66px !important;
    max-width: 180px !important;
    max-height: 66px !important;
  }

  .navbar-contact-inline {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }

  .navbar-contact-inline a {
    font-size: 11px !important;
    white-space: normal !important;
  }

  .hero.hero-slider {
    min-height: calc(100vh - 100px) !important;
  }

  .hero-quote-text {
    font-size: 1rem !important;
  }
}





/* =====================================================
   MOVE HERO HEADING + BUTTONS + SOCIAL ICONS DOWN ONLY
   Quote box will not move
   ===================================================== */

/* Keep full hero content normal */
.hero-content {
  transform: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Keep quote box fixed at current/top position */
.hero-quote-box {
  transform: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Move only main banner heading down */
.hero-main-title,
.hero h1.hero-main-title {
  transform: translateY(130px) !important;
  margin-bottom: 28px !important;
}

/* Move only buttons down with heading */
.hero-actions {
  transform: translateY(130px) !important;
  margin-top: 0 !important;
}

/* Move only social icons down with buttons */
.hero-social-links {
  transform: translateY(130px) !important;
  margin-top: 28px !important;
}

/* Tablet */
@media (max-width: 991.98px) {
  .hero-main-title,
  .hero h1.hero-main-title {
    transform: translateY(70px) !important;
  }

  .hero-actions {
    transform: translateY(70px) !important;
  }

  .hero-social-links {
    transform: translateY(70px) !important;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-main-title,
  .hero h1.hero-main-title {
    transform: translateY(45px) !important;
  }

  .hero-actions {
    transform: translateY(45px) !important;
  }

  .hero-social-links {
    transform: translateY(45px) !important;
  }
}




/* =====================================================
   HERO INDEPENDENT POSITION SYSTEM
   Quote box and heading/buttons are now separate
   ===================================================== */

/* Main hero container */
.hero-slider {
  position: relative !important;
  min-height: calc(100vh - 118px) !important;
  overflow: hidden !important;
}

/* Keep hero-content as positioning parent only */
.hero-content {
  position: relative !important;
  z-index: 2 !important;
  height: calc(100vh - 118px) !important;
  min-height: 560px !important;
  transform: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Quote box position: independent */
.hero-quote-area {
  position: absolute !important;
  top: 28px !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 3 !important;
  transform: none !important;
}

/* Heading/buttons/social position: independent */
.hero-cta-area {
  position: absolute !important;
  left: 0 !important;
  bottom: 42px !important;
  width: 100% !important;
  z-index: 3 !important;
  transform: none !important;
}

/* Quote box design */
.hero-quote-box {
  max-width: 760px !important;
  margin: 0 !important;
  transform: none !important;
  padding: 18px 24px !important;
  border-left: 5px solid #ffc107 !important;
  background: rgba(20, 30, 45, 0.58) !important;
  color: #ffffff !important;
  border-radius: 0 18px 18px 0 !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18) !important;
}

.hero-quote-box small {
  display: block !important;
  color: #ffc107 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
}

.hero-quote-text {
  margin: 0 !important;
  font-size: clamp(1rem, 1.6vw, 1.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

/* Banner heading */
.hero-main-title,
.hero h1.hero-main-title {
  font-family: var(--heading-font, "Cormorant Garamond", Georgia, serif) !important;
  font-size: clamp(1.9rem, 3.4vw, 3.8rem) !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  margin: 0 0 18px 0 !important;
  transform: none !important;
  max-width: 100% !important;
}

/* Buttons closer to heading */
.hero-actions {
  margin-top: 0 !important;
  transform: none !important;
}

/* Social icons */
.hero-social-links {
  margin-top: 28px !important;
  transform: none !important;
}

/* Tablet */
@media (max-width: 991.98px) {
  .hero-content {
    height: calc(100vh - 112px) !important;
    min-height: 560px !important;
  }

  .hero-quote-area {
    top: 24px !important;
  }

  .hero-cta-area {
    bottom: 36px !important;
  }

  .hero-main-title,
  .hero h1.hero-main-title {
    font-size: clamp(1.7rem, 5vw, 3rem) !important;
    white-space: normal !important;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-content {
    height: auto !important;
    min-height: calc(100vh - 105px) !important;
    padding: 24px 12px 36px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .hero-quote-area,
  .hero-cta-area {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
  }

  .hero-quote-box {
    max-width: 100% !important;
    padding: 14px 16px !important;
  }

  .hero-main-title,
  .hero h1.hero-main-title {
    font-size: clamp(1.5rem, 7vw, 2.15rem) !important;
    white-space: normal !important;
    margin-bottom: 18px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
  }

  .hero-social-links {
    margin-top: 24px !important;
  }
}

/* Hero heading two-line style */
.hero-main-title {
  max-width: 900px !important;
  margin-bottom: 22px !important;
}

.hero-main-title span {
  display: block !important;
}

/* Shift hero heading/buttons slightly right */
.hero-cta-area {
  left: 28px !important;
}

/* Mobile: keep it normal */
@media (max-width: 767.98px) {
  .hero-cta-area {
    left: 0 !important;
  }
}


/* =====================================================
   REMOVE WHITE GAP BETWEEN NAVBAR AND HERO BANNER
   ===================================================== */

/* Match body top padding exactly with fixed navbar height */
body {
  padding-top: 109px !important;
}

/* Remove any spacing around injected navbar */
#site-nav {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* Fixed navbar wrapper should not create extra space */
.site-header-fixed {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
}

/* Navbar should touch banner directly */
.site-header-fixed .navbar,
.navbar {
  margin-bottom: 0 !important;
}

/* Hero should start immediately after navbar */
.hero,
.hero-slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove spacing from first banner element */
#site-nav + .hero,
#site-nav + .hero-slider {
  margin-top: 0 !important;
}



/* =====================================================
   FOOTER LOGO + SOCIAL ICON FIX
   ===================================================== */

.footer-logo-main {
  width: 190px !important;
  max-width: 190px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.footer-social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.footer-social-icons a {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 1.15rem !important;
  transition: 0.25s ease !important;
}

.footer-social-icons a:nth-child(1) {
  background: #25d366 !important;
}

.footer-social-icons a:nth-child(2) {
  background: #1877f2 !important;
}

.footer-social-icons a:nth-child(3) {
  background: #e4405f !important;
}

.footer-social-icons a:hover {
  transform: translateY(-3px) !important;
  opacity: 0.9 !important;
}

@media (max-width: 767.98px) {
  .footer-logo-main {
    width: 160px !important;
    max-width: 160px !important;
  }

  .footer-social-icons {
    justify-content: flex-start !important;
  }
}

/* =====================================================
   PAGE HEADER IMAGE UPDATE: separate banner images + brighter look
   Destinations, Packages, Cab Service, Contact
   ===================================================== */
.page-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 110px 0 70px;
}

.page-header.page-header-destinations {
  background:
    linear-gradient(rgba(8, 24, 47, 0.34), rgba(8, 24, 47, 0.34)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.page-header.page-header-packages {
  background:
    linear-gradient(rgba(8, 24, 47, 0.34), rgba(8, 24, 47, 0.34)),
    url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.page-header.page-header-cab-service {
  background:
    linear-gradient(rgba(8, 24, 47, 0.24), rgba(8, 24, 47, 0.24)),
    url("https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1600&q=85") center/cover;
}

.page-header.page-header-contact {
  background:
    linear-gradient(rgba(8, 24, 47, 0.32), rgba(8, 24, 47, 0.32)),
    url("https://images.unsplash.com/photo-1500531279542-fc8490c8ea4d?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.page-header.page-header-booking {
  background:
    linear-gradient(rgba(8, 24, 47, 0.20), rgba(8, 24, 47, 0.20)),
    url("https://images.unsplash.com/photo-1503220317375-aaad61436b1b?auto=format&fit=crop&w=1600&q=85") center/cover;
}

.page-header h1,
.page-header h2,
.page-header p,
.page-header .lead {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}


/* =====================================================
   GALLERY PAGE + FINAL SOCIAL LINK STYLES
   ===================================================== */

.gallery-page-header {
  background:
    linear-gradient(rgba(7, 24, 47, 0.26), rgba(7, 24, 47, 0.26)),
    url("../img/img_1.jpeg") center/cover !important;
}

.gallery-section {
  background: #ffffff;
}

.gallery-card {
  position: relative;
  display: block;
  height: 270px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 35, 75, 0.12);
  text-decoration: none;
  background: #07182f;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.gallery-card-overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: rgba(7, 24, 47, 0.72);
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: var(--nav-font, "Poppins", "Segoe UI", Arial, sans-serif);
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.3s ease;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.58));
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}

.gallery-card-overlay {
  z-index: 2;
}

.gallery-card:hover img {
  transform: scale(1.08);
  opacity: 0.95;
}

.gallery-card:hover::before,
.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.footer-social-icons a[aria-label="Facebook"] {
  background: #1877f2 !important;
}

.footer-social-icons a[aria-label="Instagram"] {
  background: #e4405f !important;
}

.footer-social-icons a[aria-label="WhatsApp"] {
  background: #25d366 !important;
}

@media (max-width: 767.98px) {
  .gallery-card {
    height: 235px;
  }

  .gallery-card-overlay {
    opacity: 1;
    transform: none;
  }
}


/* =====================================================
   HOME PAGE BANNER BRIGHTNESS FIX
   ===================================================== */
.hero-slide {
  filter: brightness(1.18) saturate(1.08) !important;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(7, 24, 47, 0.38), rgba(7, 24, 47, 0.12)) !important;
}
