:root {
  --blue: #0a67cd;
  --orange: #ff9200;
  --dark: #0d1a2c;
}
body {
  font-family: "Poppins", sans-serif;
  color: #263349;
  background: #f6f8fc;
  line-height: 1.65;
}
.section {
  padding: 92px 0;
}
.section.pt-0 {
  padding-top: 0;
}
.topbar {
  background: linear-gradient(100deg, #0d1a2c, #0a67cd);
  min-height: 78px;
}
.topbar .navbar-brand {
  margin-right: 1rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.topbar .nav-link {
  color: rgba(255, 255, 255, 0.86);
}
.topbar .nav-link:hover,
.topbar .nav-link.active {
  color: #fff;
}
.btn-accent {
  background: linear-gradient(130deg, var(--orange), #ffb450);
  color: #fff;
  border: 0;
  font-weight: 600;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.hero-backdrops {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-backdrop-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.35s ease-in-out;
  pointer-events: none;
}
.hero-backdrop-slide.is-active {
  opacity: 1;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(130deg, rgba(13, 26, 44, 0.86), rgba(10, 103, 205, 0.64));
  pointer-events: none;
}
.hero > .container {
  z-index: 2;
}
.hero-slider {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
.hero + .section {
  margin-top: 14px;
}
.hero-slider .carousel-item img {
  height: 420px;
  object-fit: cover;
}
.hero-slider .carousel-caption {
  text-align: left;
  left: 7%;
  right: 7%;
  bottom: 1.2rem;
  background: linear-gradient(90deg, rgba(13, 26, 44, 0.82), rgba(10, 103, 205, 0.65));
  border-radius: 12px;
  padding: 0.75rem 1rem;
}
.hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.88rem;
}
.search-inline {
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  margin-top: 1.75rem !important;
}
.search-inline .form-control,
.search-inline .form-select {
  min-height: 44px;
  border-radius: 10px;
}
.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}
.section-title p {
  color: #617083;
}
.label {
  display: inline-block;
  background: rgba(10, 103, 205, 0.12);
  color: var(--blue);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.28rem 0.8rem;
}
.site-logo {
  width: 150px;
  height: 62px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.tile {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 220px;
  box-shadow: 0 12px 28px rgba(10, 103, 205, 0.15);
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 26, 44, 0.86), rgba(13, 26, 44, 0.14));
  pointer-events: none;
}
.tile:hover img {
  transform: scale(1.06);
}
.tile .txt {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  bottom: 12px;
  color: #fff;
}
.tile > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.t1 {
  grid-column: span 5;
}
.t2 {
  grid-column: span 4;
}
.t3 {
  grid-column: span 3;
}
.t4 {
  grid-column: span 4;
}
.t5 {
  grid-column: span 4;
}
.t6 {
  grid-column: span 4;
}
.card-pkg {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(10, 103, 205, 0.14);
  overflow: hidden;
}
.card-pkg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.card-pkg--snippet .card-pkg__thumb-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card-pkg--snippet .card-pkg__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e4edf8, #f4f8fd);
}
.card-pkg--snippet .card-pkg__thumb img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.card-pkg--snippet:hover .card-pkg__thumb img {
  transform: scale(1.05);
}
.chip {
  color: #d97d00;
  background: rgba(255, 146, 0, 0.14);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-weight: 700;
  font-size: 0.84rem;
}
.why {
  background: #fff;
  border-radius: 14px;
  padding: 24px 18px;
  box-shadow: 0 8px 22px rgba(10, 103, 205, 0.12);
  text-align: center;
}
.why i {
  font-size: 1.25rem;
  color: var(--blue);
}
.category-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  box-shadow: 0 8px 22px rgba(10, 103, 205, 0.12);
  text-align: center;
}
.category-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, rgba(10, 103, 205, 0.12), rgba(255, 146, 0, 0.14));
  color: var(--blue);
}
.deal-row .deal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.deal img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.stars {
  color: #f2a400;
}
footer {
  background: #081321;
  color: #b9c5d4;
}
.wa-footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.wa-footer-link:hover {
  color: #fff;
}
.wa-footer-link:hover .wa-footer-icon {
  filter: brightness(1.08);
  transform: scale(1.05);
}
.wa-fab {
  position: fixed;
  right: max(1.1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.1rem, env(safe-area-inset-bottom, 0px));
  z-index: 1040;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.92);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}
.wa-fab.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.wa-fab:hover {
  color: #fff;
  filter: brightness(1.09);
}
.wa-fab.is-visible:hover {
  transform: translateY(0) scale(1.05);
}
.wa-fab:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
.page-hero {
  padding: 148px 0 56px;
  background-image: linear-gradient(130deg, rgba(13, 26, 44, 0.84), rgba(10, 103, 205, 0.62)),
    url("../images/heroes/tours.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.page-hero--contact {
  padding-bottom: 64px;
}
.page-hero--about {
  padding-bottom: 72px;
}
.page-about__wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 44px rgba(10, 103, 205, 0.12);
  border: 1px solid rgba(10, 103, 205, 0.1);
}
.page-about__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #f3f8ff 0%, #fafcff 45%, #fff 100%);
  padding: 1.75rem 1.25rem 2rem;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 992px) {
  .page-about__sidebar {
    border-radius: 0;
    border-right: 1px solid rgba(10, 103, 205, 0.12);
    padding: 2.25rem 1.75rem 2.5rem;
    position: sticky;
    top: 96px;
    align-self: flex-start;
  }
}
.page-about__body {
  padding: 1.5rem 1.25rem 2rem;
  max-width: 52rem;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .page-about__body {
    border-radius: 0;
    padding: 2.25rem 2rem 2.75rem 2.25rem;
  }
}
.page-about__figure {
  position: relative;
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}
.page-about__figure--logo .page-about__logo-img {
  width: min(200px, 72vw);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 26px rgba(10, 103, 205, 0.12);
  border: 1px solid rgba(10, 103, 205, 0.1);
}
.page-about__caption {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.page-about__caption-title {
  font-weight: 700;
  color: #0d1a2c;
}
.page-about__caption-line {
  color: #5a6b82;
  font-weight: 500;
}
.page-about__trust-heading {
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}
.page-about__trust-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 118px;
  padding: 1rem 0.75rem;
  text-decoration: none;
  color: #1f3350;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
  background: #fff;
  border: 1px solid rgba(10, 103, 205, 0.14);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(10, 103, 205, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.page-about__trust-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 103, 205, 0.16);
  border-color: rgba(10, 103, 205, 0.28);
  color: var(--blue);
}
.page-about__trust-link:focus-visible {
  outline: 3px solid rgba(10, 103, 205, 0.35);
  outline-offset: 2px;
}
.page-about__trust-link--wa:hover {
  color: #128c7e;
  border-color: rgba(34, 197, 94, 0.35);
}
.page-about__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: rgba(10, 103, 205, 0.1);
  color: var(--blue);
  font-size: 1.25rem;
}
.page-about__trust-link--wa .page-about__trust-icon {
  background: rgba(34, 197, 94, 0.14);
  color: #128c7e;
}
.page-about__trust-label {
  text-align: center;
}
.page-about__trust-hint {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6a7a90;
  text-align: center;
}
.page-about__trust-link:hover .page-about__trust-hint {
  color: #4a5d78;
}
.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 420px;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}
.btn-call {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.btn-call:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-whatsapp {
  background: #22c55e;
  color: #fff;
  border: 0;
}
.btn-whatsapp:hover {
  background: #16a34a;
  color: #fff;
}
.contact-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 22px 24px;
  box-shadow: 0 10px 24px rgba(10, 103, 205, 0.12);
  height: 100%;
}
.contact-card .form-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #27446d;
  margin-bottom: 0.35rem;
}
.contact-card .form-control {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d7e6fb;
}
.contact-card .form-control:focus {
  border-color: #63a6ff;
  box-shadow: 0 0 0 0.22rem rgba(10, 103, 205, 0.14);
}
.contact-mini {
  background: rgba(10, 103, 205, 0.07);
  border: 1px solid rgba(10, 103, 205, 0.14);
  border-radius: 14px;
  padding: 14px 16px;
}
.contact-mini i {
  color: var(--blue);
}
.contact-mini a:hover {
  color: var(--blue) !important;
}
@media (min-width: 576px) {
  .contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
  .contact-form-grid__full {
    grid-column: 1 / -1;
  }
}
.map-box {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(10, 103, 205, 0.12);
  background: #fff;
}
.map-shell {
  padding: 18px 20px 22px;
}
.map-iframe-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(10, 103, 205, 0.12);
}
.map-iframe-wrap iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.car-card,
.pkg-card,
.blog-card {
  background: #fff;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(10, 103, 205, 0.14);
  height: 100%;
}
.car-card img,
.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.pkg-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.pkg-card--snippet .pkg-card__thumb-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pkg-card--snippet .pkg-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(145deg, #e4edf8, #f4f8fd);
}
.pkg-card--snippet .pkg-card__thumb img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}
.pkg-card--snippet:hover .pkg-card__thumb img {
  transform: scale(1.05);
}
.spec {
  font-size: 0.86rem;
  color: #586a82;
}
.btn {
  border-radius: 10px;
  font-weight: 600;
}
.booking-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(7, 20, 38, 0.35);
}
.booking-modal .modal-header {
  background: linear-gradient(110deg, rgba(10, 103, 205, 0.94), rgba(13, 26, 44, 0.96));
  color: #fff;
  border-bottom: 0;
  padding: 1rem 1.2rem;
}
.booking-modal .btn-close {
  filter: invert(1);
  opacity: 0.9;
}
.booking-modal .modal-body {
  background: #f8fbff;
  padding: 1.2rem;
}
.booking-modal .form-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #27446d;
  margin-bottom: 0.35rem;
}
.booking-modal .form-control,
.booking-modal .form-select {
  min-height: 44px;
  border: 1px solid #d7e6fb;
  border-radius: 10px;
  box-shadow: none;
  font-size: 0.92rem;
}
.booking-modal .form-control:focus,
.booking-modal .form-select:focus {
  border-color: #63a6ff;
  box-shadow: 0 0 0 0.22rem rgba(10, 103, 205, 0.14);
}
.booking-note {
  background: rgba(10, 103, 205, 0.08);
  border: 1px solid rgba(10, 103, 205, 0.16);
  color: #1f4170;
  border-radius: 10px;
  font-size: 0.84rem;
  padding: 0.62rem 0.72rem;
  margin-bottom: 0.9rem;
}
.meta {
  font-size: 0.86rem;
  color: #6a7a90;
}
.badge-soft {
  background: rgba(10, 103, 205, 0.1);
  color: var(--blue);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 0.25rem 0.6rem;
}
.glass {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
}
.info-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(10, 103, 205, 0.12);
  /* height: 100% breaks multi-card columns (package detail): stretch + % height can
     collapse in-flow layout so the footer overlaps content. Use h-100 where needed. */
  height: auto;
  min-height: 0;
}
/* CMS HTML (About split layout & generic info-card pages) */
.info-card.prose h2,
.page-about__body.prose h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0d1a2c;
  margin: 1.75rem 0 0.75rem;
}
.info-card.prose h2:first-child,
.page-about__body.prose h2:first-child {
  margin-top: 0;
}
.info-card.prose h3,
.page-about__body.prose h3 {
  font-size: 1.12rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: #1f3350;
}
.info-card.prose p,
.page-about__body.prose p {
  margin-bottom: 0.9rem;
  color: #3a4d63;
  line-height: 1.7;
}
.info-card.prose ul,
.info-card.prose ol,
.page-about__body.prose ul,
.page-about__body.prose ol {
  margin: 0 0 1rem 1.1rem;
  padding-left: 0.25rem;
  color: #3a4d63;
}
.info-card.prose li,
.page-about__body.prose li {
  margin-bottom: 0.45rem;
}
.info-card.prose a,
.page-about__body.prose a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.info-card.prose img,
.page-about__body.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0.5rem 0;
}
.package-description-prose h3 {
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.42;
  color: #173154;
  margin: 1.35rem 0 0.55rem;
  letter-spacing: 0.01em;
  padding-left: 0.7rem;
  border-left: 3px solid rgba(10, 103, 205, 0.35);
}
.package-description-prose p {
  font-size: 0.95rem;
  line-height: 1.76;
  color: #3d4f66;
  margin-bottom: 0.82rem;
}
.package-description-prose ul,
.package-description-prose ol {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3d4f66;
  margin: 0 0 1rem 1.1rem;
  padding-left: 0.25rem;
}
.package-description-prose li {
  margin-bottom: 0.42rem;
  padding-left: 0.1rem;
}
.package-description-prose strong {
  color: #143259;
  font-weight: 700;
}
.package-description-prose > *:first-child {
  margin-top: 0;
}
.package-description-prose p + h3,
.package-description-prose ul + h3,
.package-description-prose ol + h3 {
  margin-top: 1.5rem;
}
.package-description-prose a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.itinerary {
  padding-left: 1.1rem;
  margin-bottom: 0;
}
.itinerary li {
  margin-bottom: 0.35rem;
}
@media (max-width: 991.98px) {
  .section {
    padding: 74px 0;
  }
  .hero {
    min-height: auto;
    padding: 115px 0 70px;
  }
  .destination-grid {
    grid-template-columns: 1fr 1fr;
  }
  .t1,
  .t2,
  .t3,
  .t4,
  .t5,
  .t6 {
    grid-column: span 1;
  }
  .hero-slider .carousel-item img {
    height: 300px;
  }
  .page-hero {
    padding: 132px 0 52px;
  }
}
@media (max-width: 575.98px) {
  .section {
    padding: 62px 0;
  }
  .destination-grid {
    grid-template-columns: 1fr;
  }
  .hero-slider .carousel-item img {
    height: 220px;
  }
}
