:root {
  --bs-primary: #214d3b;
  --base-color: #214d3b;
  --second-color: #c89b3c; /* Luxury Gold */
  --third-color: #385c45; /* Burnt Orange */
  --very-light-base-color: #f5f2ea;
  --bs-primary-rgb: 33, 77, 59;
  --bs-secondary-rgb: 33, 77, 59;
  --primary-font: "Montserrat", sans-serif;
  --alt-font: "DM Serif Display", serif;
  --ink: #142c22;
  --gold-deep: #8a691f;
  --river-line: rgba(200, 155, 60, 0.55);
}

body,
html {
  height: auto;
}
.bg-hitam {
  background-color: #000000;
}
.text-hitam {
  color: #000000;
}
.primary-font {
  font-family: var(--primary-font) !important;
}

.alt-font {
  font-family: var(--alt-font) !important;
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-very-light-base-color {
  background-color: var(--very-light-base-color);
}

.bg-second-color {
  background-color: var(--second-color);
}
.swiper-pagination-bullet-active {
  background: var(--second-color) !important;
}
.text-base-color {
  color: var(--base-color);
}

.text-black {
  color: #000000;
}

.text-second-color {
  color: var(--second-color);
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  inset: 0; /* sama dengan top:0; left:0; right:0; bottom:0 */
  background-color: rgba(0, 0, 0, 0.8); /* hitam transparan 50% */
  z-index: -1;
}
/*==========================================================================
* GENERAL
==========================================================================*/
.rounded-5 {
  border-radius: 1.5rem;
}

.bg-soft-primary {
  background-color: #f7f9fd !important;
}

/*==========================================================================
* BUTTON CSS
==========================================================================*/
.btn-base-color {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-outline-base-color {
  --bs-btn-color: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--base-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-outline-base-color span {
  --bs-btn-color: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--base-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-second-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--second-color);
  --bs-btn-border-color: var(--second-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--second-color);
  --bs-btn-hover-border-color: var(--second-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--second-color);
  --bs-btn-active-border-color: var(--second-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--second-color);
  --bs-btn-disabled-border-color: var(--second-color);
}

.swiper-hero {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.swiper-hero,
.swiper-hero .swiper-slide {
  /* height: auto !important; */
  height: 100vh !important;
}
.gloader,
.page-loader:before,
.swiper-hero:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  background: 0 0;
  border: 4px solid var(--bs-primary);
  box-shadow: none;
  border-radius: 50%;
  animation: loader-scale 1s ease-out infinite;
}
.overlay-adventure-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 14, 0.3) 0%,
    rgba(10, 18, 14, 0.4) 100%
  );
  z-index: 2;
}
.swiper-slide .content {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  /* max-width: 800px; */
  width: 100%;
  padding: 0 15px;
  flex-direction: column;
  justify-content: left;
}
.swiper-slide-active .content div {
  opacity: 1;
  /* transform: translateY(0) scale(1); */
  transition-delay: 0.6s;
}
.swiper-slide-active .content span {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.2s;
}
.brand-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.swiper-slide-active .content h1 {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.4s;
}
.swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateX(0);
}
.content {
  position: relative;
  height: 100vh;
  z-index: 3;
}
.hero-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  max-width: 980px;
}
.animated-zoom {
  transform: scale(1);
  transition: transform 12s linear;
}

.swiper-slide-active .animated-zoom {
  transform: scale(1.18);
}

.content div {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 1000px;
}

@media only screen and (max-width: 600px) {
  .swiper-slide {
    background-size: cover;
    width: 100%;
  }

  .swiper-hero,
  .swiper-hero .swiper-slide {
    /* height: 150px !important; */
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-container .swiper img {
    height: 100vh;
    position: relative;
    object-fit: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 600px) {
  .content-box {
    left: 30px;
    position: relative;
  }
}
.hero-title {
  /* color: #ffffff; */
  font-weight: 800;
  font-size: 35px;
  line-height: 1.1;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .swiper-slide .content {
    top: 75%;
    left: 40%;
  }
  .hero-desc {
    font-size: 14px;
  }
  .hero-title {
    font-size: 30px;
  }
}
/*==========================================================================
* Navbar
==========================================================================*/
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--second-color);
}

.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: var(--second-color);
}

@media (max-width: 576px) {
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: var(--base-color);
  }
}

.nav-link:focus,
.nav-link:hover {
  color: var(--second-color);
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--base-color);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*==========================================================================
* START WA/ APPO BTN / SCROLL TOP
==========================================================================*/
.showhide {
  visibility: hidden;
  opacity: 0;
}

.showhide.show {
  opacity: 1;
  visibility: visible;
}

.flt-btn {
  border-radius: 30px;
  display: flex;
  height: 45px;
  min-width: 45px;
  position: fixed;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.appo-btn {
  position: fixed;
  left: 20px;
  bottom: 100px;
  line-height: 40px;
  color: #fff;
  background: var(--base-color);
  border: 2px solid #fff;
}

.appo-btn a {
  color: #fff !important;

  display: block;
}

.wa-btn {
  position: fixed;
  left: 20px;
  bottom: 40px;
  line-height: 48px;
  color: #fff;
  background: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.wa-btn a {
  color: #fff !important;
  height: 100%;
}

.flt-btn span {
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: -15px;
  opacity: 0;
  line-height: 45px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.flt-btn:hover {
  color: #fff;
  padding: 0 20px;
}

.flt-btn:hover span {
  opacity: 1;
  letter-spacing: 0;
  padding-left: 5px;
}

.wa-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 30px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.appo-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.7s ease-out infinite;
  opacity: 1;
  background: var(--base-color);
  border-radius: 30px;
  -webkit-animation: ripple 1.7s ease-out infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

button.scroll-top:focus {
  outline: none;
}

.scroll-top.open {
  bottom: 40px;
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 105%;
  right: 25px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--base-color);
  transition: 1s ease;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scroll-top span {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  animation: ripple 1.7s ease-out infinite;
  -webkit-animation: ripple 1.7s ease-out infinite;
}

.wa-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #4bc75a;
  border-radius: 50%;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
/* END WA/ APPO BTN / SCROLL TOP */
.welcome-jungle-section {
  background-color: #f9f5f1;
}

/* ---------- Ornamen SVG ---------- */
.welcome-jungle-section .ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ornament-hornbill {
  top: 1rem;
  left: -2rem;
  width: 150px;
  height: 150px;
  opacity: 0.16;
  transform: scaleX(-1);
}

.ornament-spiral {
  bottom: -2.5rem;
  right: 1rem;
  width: 160px;
  height: 160px;
  opacity: 0.12;
}

.welcome-jungle-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Badge ---------- */
.ws-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1rem 0.45rem 0.55rem;
  border-radius: 50px;
  background: rgba(var(--bs-secondary-rgb), 0.1);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.35);
  font-family: var(--primary-font);
  /* font-size: 0.8rem; */
  font-weight: 600;
  color: var(--base-color);
  letter-spacing: 0.02em;
}

.ws-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--second-color);
  color: #fff;
  font-size: 0.7rem;
}

/* ---------- Judul & deskripsi ---------- */
.welcome-title {
  font-family: var(--alt-font);
  line-height: 1.15;
}

.welcome-desc {
  color: var(--third-color);
  font-family: var(--primary-font);
}

/* ---------- Tombol ---------- */
.btn-jungle {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-family: var(--primary-font);
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-jungle-solid {
  background: var(--second-color);
  color: #fff;
  box-shadow: 0 10px 24px -8px rgba(200, 155, 60, 0.55);
}

.btn-jungle-solid:hover {
  background: var(--base-color);
  color: #fff;
}

.btn-jungle-outline {
  background: transparent;
  color: var(--base-color);
  border: 1.5px solid var(--base-color);
}

.btn-jungle-outline:hover {
  background: var(--base-color);
  color: #fff;
}

/* ---------- Row stretch so media matches text height ---------- */
.welcome-row {
  align-items: stretch;
}

.welcome-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* ---------- Media wrapper ---------- */
.welcome-media {
  display: flex;
}

.welcome-media-frame {
  position: relative;
  width: 100%;
  margin-left: auto;
  min-height: 420px;
}

/* ---------- Video utama (landscape, tinggi = tinggi konten) ---------- */
.welcome-video-main {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(33, 77, 59, 0.4);
  background: var(--base-color);
}

.welcome-video-main video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ---------- Gambar pendukung (portrait, mengambang) ---------- */
.welcome-figure-support {
  position: absolute;
  right: 18%;
  bottom: 7.5rem;
  width: 60%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid var(--second-color);
  box-shadow: 0 18px 34px -12px rgba(33, 77, 59, 0.45);
  z-index: 2;
  background: #fff;
}

.welcome-figure-support a {
  display: block;
  width: 100%;
  height: 100%;
}

.welcome-image-support {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-video-main .welcome-video-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem;
  border-radius: 50px;
  background: rgba(20, 30, 25, 0.55);
  backdrop-filter: blur(3px);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.welcome-video-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--second-color);
  box-shadow: 0 0 0 0 rgba(200, 155, 60, 0.7);
  animation: ws-pulse 1.6s infinite;
}

@keyframes ws-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(200, 155, 60, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(200, 155, 60, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(200, 155, 60, 0);
  }
}

@media (max-width: 991px) {
  .welcome-row {
    align-items: center;
    /* stretch matching only makes sense side-by-side on desktop */
  }

  .welcome-media-frame {
    width: 100%;
    margin: 0 auto;
    min-height: 0;
  }

  .welcome-video-main {
    /* aspect-ratio: 16/10; */
    height: auto;
  }

  .welcome-figure-support {
    right: -4%;
    bottom: -2rem;
    width: 40%;
  }

  .ornament-hornbill {
    width: 100px;
    height: 100px;
  }

  .ornament-spiral {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 767px) {
  .welcome-media-frame {
    width: 100%;
  }
  .ws-badge {
    font-size: 0.6rem;
  }

  .welcome-figure-support {
    width: 44%;
    right: -2%;
    bottom: -2.25rem;
  }

  .welcome-video-main video {
    aspect-ratio: auto;
  }
}
.tour-program-section {
  background-color: #faf9f6;
}

/* ---------- Ornamen ---------- */
.tour-program-section .tp-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.14;
}

.tp-ornament-paddle {
  top: 2rem;
  right: -1rem;
  width: 130px;
  height: 130px;
  transform: rotate(10deg);
}

.tp-ornament-wave {
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 40px;
}

.tour-program-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Header ---------- */
.tp-title {
  font-family: var(--alt-font);
  color: var(--base-color);
  line-height: 1.2;
}

.tp-wave-divider {
  width: 110px;
  margin: 0 auto;
}

.tp-wave-divider svg {
  width: 100%;
  height: auto;
}

.tp-desc {
  color: var(--third-color);
  font-family: var(--primary-font);
}

/* ---------- Card ---------- */
.tp-card {
  position: relative;
  background: #000;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px -20px rgba(33, 77, 59, 0.35);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  aspect-ratio: 4/6;
}

.tp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px -18px rgba(33, 77, 59, 0.42);
}

.tp-offset {
  margin-top: 2.5rem;
}

@media (max-width: 991px) {
  .tp-offset {
    margin-top: 0;
  }
}

/* Bingkai sudut — muncul saat hover */
.tp-corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 2px solid var(--second-color);
  z-index: 3;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.tp-corner-tl {
  top: 10px;
  left: 10px;
  border-right: none;
  border-bottom: none;
  transform: translate(6px, 6px);
}

.tp-corner-br {
  bottom: 10px;
  right: 10px;
  border-left: none;
  border-top: none;
  transform: translate(-6px, -6px);
}

.tp-card:hover .tp-corner {
  opacity: 1;
  transform: translate(0, 0);
}

/* Gambar penuh mengisi seluruh card */
.tp-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.tp-card:hover .tp-card-img {
  transform: scale(1.08);
}

.tp-media-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 35, 28, 0) 45%,
    rgba(12, 24, 18, 0.92) 100%
  );
  z-index: 1;
}

.tp-media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 1.35rem 1.4rem;
  z-index: 2;
}

.tp-card-title {
  font-family: var(--alt-font);
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tp-stars {
  color: var(--second-color);
  font-size: 0.78rem;
  margin-bottom: 1.1rem;
}

.tp-stars i {
  margin-right: 1px;
}

.tp-rating-num {
  color: #f2ede2;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-left: 0.35rem;
}

/* Stempel durasi */
.tp-stamp {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(249, 245, 241, 0.95);
  border: 2px dashed var(--second-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.tp-stamp-num {
  font-family: var(--alt-font);
  font-size: 0.8rem;
  color: var(--base-color);
  line-height: 1;
}

.tp-stamp-txt {
  font-family: var(--primary-font);
  font-size: 0.5rem;
  /* letter-spacing: 0.06em; */
  /* text-transform: uppercase; */
  color: var(--third-color);
  margin-top: 0.15rem;
}

/* Tombol — melayang di atas foto */
.tp-card-actions {
  display: flex;
  gap: 0.6rem;
}

.tp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 50px;
  font-family: var(--primary-font);
  /* font-size: 0.78rem; */
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  flex: 1;
}

.tp-btn-glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.tp-btn-glass:hover {
  background: rgba(255, 255, 255, 0.92);
  color: var(--base-color);
  border-color: rgba(255, 255, 255, 0.92);
}

.tp-btn-solid {
  background: var(--second-color);
  color: #fff;
  border: 1.5px solid var(--second-color);
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.4);
}

.tp-btn-solid:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
}
.stat-band-section {
  background-color: var(--base-color);
}

/* ---------- Ornamen watermark ---------- */
.stat-ornament {
  position: absolute;
  pointer-events: none;
}

.stat-ornament-hornbill {
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  opacity: 0.05;
  transform: translate(-50%, -50%) scaleX(-1);
}

.stat-ornament-dots {
  top: 2rem;
  right: 2rem;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(
    var(--second-color) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.25;
}

/* ---------- Jalur sungai penghubung ---------- */
.stat-river-path {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
}

/* ---------- Stat item ---------- */
.stat-row {
  position: relative;
  z-index: 1;
}

.stat-item {
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
}

.stat-item-offset {
  transform: translateY(2.75rem);
}

@media (max-width: 991px) {
  .stat-item-offset {
    transform: translateY(1.5rem);
  }
}

.stat-medallion {
  position: relative;
  width: 172px;
  height: 172px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  background: radial-gradient(
    circle at 30% 25%,
    rgba(200, 155, 60, 0.16),
    rgba(255, 255, 255, 0.03) 70%
  );
  border: 1.5px solid rgba(200, 155, 60, 0.4);
  box-shadow:
    0 0 0 6px rgba(200, 155, 60, 0.06),
    0 20px 40px -18px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.stat-item:hover .stat-medallion {
  transform: translateY(-6px) scale(1.03);
  border-color: var(--second-color);
  box-shadow:
    0 0 0 8px rgba(200, 155, 60, 0.12),
    0 24px 46px -16px rgba(0, 0, 0, 0.55);
}

.stat-icon {
  color: var(--second-color);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.stat-number {
  font-family: var(--alt-font);
  font-size: 1.3rem;
  line-height: 1;
  color: var(--very-light-base-color);
  margin-bottom: 0.4rem;
}

.stat-suffix {
  color: var(--second-color);
}

.stat-label {
  font-family: var(--primary-font);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.7);
}

@media (max-width: 575px) {
  .stat-medallion {
    width: 140px;
    height: 140px;
  }

  .stat-number {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .stat-band-section {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }

  .stat-ornament-hornbill {
    width: 320px;
    height: 320px;
  }
}
.ts-section {
  background-color: #ffffff;
}

.ts-section .ts-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ts-ornament-spiral {
  top: -3rem;
  right: -3rem;
  width: 220px;
  height: 220px;
  opacity: 0.5;
}

.ts-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Header (right) ---------- */
.ts-title {
  font-family: var(--alt-font);
  color: var(--base-color);
  line-height: 1.25;
}

.ts-desc {
  font-family: var(--primary-font);
  color: var(--third-color);
}

.ts-image-frame {
  position: relative;
}

.ts-image-frame::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--second-color);
  border-radius: 16px;
  z-index: 0;
}

.ts-image-frame figure {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(33, 77, 59, 0.4);
}

.ts-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

.ts-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  border-radius: 50px;
  border: none;
  font-family: var(--primary-font);
  font-weight: 600;
  color: #fff;
  background: var(--second-color);
  box-shadow: 0 10px 24px -8px rgba(200, 155, 60, 0.55);
  cursor: pointer;
  transition: all 0.25s ease;
}

.ts-btn-solid:hover {
  background: var(--base-color);
}

/* ---------- Swiper slider ---------- */
.ts-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ts-slider {
      overflow: visible;
    }
}
.ts-swiper {
  overflow: visible !important; /* lets the peeking next slide show */
  padding: 0.25rem;
}
.ts-slide {
  height: auto;
}

.ts-card {
  position: relative;
  height: 100%;
  background: #f9f5f1;
  border-radius: 18px;
  padding: 1.8rem 1.9rem;
  box-shadow: 0 16px 36px -22px rgba(33, 77, 59, 0.35);
  overflow: hidden;
}

.ts-quote-mark {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 40px;
  height: auto;
  opacity: 0.12;
}

.ts-card-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}
.ts-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--alt-font);
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(135deg, var(--base-color), var(--third-color));
  border: 2px solid var(--second-color);
}
.ts-card-meta {
  min-width: 0;
}
.ts-name {
  font-family: var(--alt-font);
  color: var(--base-color);
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px !important;
}
.ts-origin {
  font-family: var(--primary-font);
  color: var(--third-color);
}
.ts-origin i {
  color: var(--second-color);
  margin-right: 0.25rem;
}

.ts-verified {
  margin-left: auto;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--second-color);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}

.ts-stars {
  color: var(--second-color);
  margin-bottom: 0.8rem;
}
.ts-stars i {
  margin-right: 1px;
}

.ts-review {
  font-family: var(--primary-font);
  line-height: 1.7;
  color: var(--third-color);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* ---------- Slider controls ---------- */
.ts-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
}

/* Swiper pagination bullets, restyled as gold pills */
.ts-dots.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
}
.ts-dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(33, 77, 59, 0.22);
  opacity: 1;
  margin: 0;
  transition: all 0.25s ease;
}
.ts-dots .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 6px;
  background: var(--second-color);
}

.ts-arrows {
  display: flex;
  gap: 0.6rem;
}
.ts-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(33, 77, 59, 0.25);
  background: transparent;
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.25s ease;
}
.ts-arrow:hover {
  background: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.ts-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.ts-arrow.swiper-button-disabled:hover {
  background: transparent;
  border-color: rgba(33, 77, 59, 0.25);
  color: var(--base-color);
}

/* ---------- Testimonial popup form ---------- */
.ts-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 36, 28, 0.6);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.ts-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.ts-modal-box {
  position: relative;
  width: 50%;
  /* max-width: 440px; */
  /* max-height: 92vh; */
  /* overflow-y: auto; */
  background: #f9f5f1;
  border-radius: 20px;
  padding: 1.9rem 1.8rem 1.7rem;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.3s ease;
}
.ts-modal-overlay.is-active .ts-modal-box {
  transform: translateY(0) scale(1);
}
.ts-modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(33, 77, 59, 0.25);
  background: transparent;
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ts-modal-close:hover {
  background: var(--base-color);
  color: #fff;
  border-color: var(--base-color);
}
.ts-modal-title {
  font-family: var(--alt-font);
  /* font-size: 1.35rem; */
  color: var(--base-color);
  margin-bottom: 0.3rem;
}
.ts-modal-sub {
  font-family: var(--primary-font);
  /* font-size: 0.8rem; */
  color: var(--third-color);
  margin-bottom: 1.2rem;
}

.ts-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0.9rem;
}
.ts-form-group {
  margin-bottom: 0.85rem;
  display: flex;
  flex-direction: column;
}
.ts-form-group label {
  font-family: var(--primary-font);
  /* font-size: 0.72rem; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--base-color);
  margin-bottom: 0.3rem;
}
.ts-form-group input,
.ts-form-group select,
.ts-form-group textarea {
  font-family: var(--primary-font);
  /* font-size: 0.85rem; */
  color: var(--base-color);
  background: #fff;
  border: 1.5px solid rgba(33, 77, 59, 0.18);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.ts-form-group input:focus,
.ts-form-group select:focus,
.ts-form-group textarea:focus {
  border-color: var(--second-color);
  box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.15);
}
.ts-form-group textarea {
  resize: vertical;
}

.ts-form-submit {
  width: 100%;
  margin-top: 0.3rem;
  border: none;
}

/* Tablet */
@media (max-width: 991px) {
  .ts-modal-box {
    width: 70%;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .ts-modal-overlay {
    padding: 1rem;
    align-items: flex-end;
  }

  .ts-modal-box {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 18px;
    padding: 1.5rem;
    overflow-x: auto;
  }

  .ts-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ts-modal-title {
    margin-bottom: 0.5rem;
  }

  .ts-modal-sub {
    margin-bottom: 1rem;
  }

  .ts-form-group input,
  .ts-form-group select,
  .ts-form-group textarea {
    padding: 0.75rem 0.9rem;
  }

  .ts-modal-close {
    width: 36px;
    height: 36px;
    top: 0.8rem;
    right: 0.8rem;
  }
}
.cta2-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.cta2-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 12, 0.7);
  z-index: 0;
}

.ws-badge-light {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.ws-badge-light .ws-badge-icon {
  background: var(--second-color);
}

.cta2-content {
  position: relative;
  z-index: 1;
}

.cta2-title {
  font-family: var(--alt-font);
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1.1rem;
}

.cta2-desc {
  font-family: var(--primary-font);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .cta2-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cta2-btn {
    flex: 1;
  }
}
.gl-section {
  background-color: #f9f5f1;
}

.gl-section .gl-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.gl-ornament-leaf {
  bottom: -2rem;
  left: -2rem;
  width: 220px;
  height: 220px;
}

.gl-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Header ---------- */
.gl-title {
  font-family: var(--alt-font);
  color: var(--base-color);
  line-height: 1.2;
}

.gl-wave-divider {
  width: 110px;
  margin: 0 auto;
}

.gl-wave-divider svg {
  width: 100%;
  height: auto;
}

.gl-desc {
  color: var(--third-color);
  font-family: var(--primary-font);
}

/* ---------- Bento grid ---------- */
.gl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 170px;
  gap: 1rem;
}

.gl-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px -18px rgba(33, 77, 59, 0.35);
}

.gl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gl-item:hover img {
  transform: scale(1.09);
}

/* Bento placement (desktop) */
.gl-item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.gl-item:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.gl-item:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.gl-item:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.gl-item:nth-child(5) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

.gl-item:nth-child(6) {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.gl-item:nth-child(7) {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

.gl-item:nth-child(8) {
  grid-column: 4 / 5;
  grid-row: 3 / 4;
}

/* Overlay */
.gl-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(20, 35, 28, 0) 40%,
    rgba(12, 24, 18, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gl-item:hover .gl-overlay {
  opacity: 1;
}

.gl-zoom {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--second-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}

.gl-item:hover .gl-zoom {
  transform: translateY(0);
}

.gl-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  font-family: var(--primary-font);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.3s ease 0.05s,
    transform 0.3s ease 0.05s;
}

.gl-item:hover .gl-caption {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .gl-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }

  .gl-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .gl-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: span 2;
  }
}

@media (max-width: 575px) {
  .gl-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }

  .gl-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
}
.footer-section {
  background-color: var(--base-color);
  color: rgba(245, 242, 234, 0.75);
}

/* ---------- Ornamen adventure ---------- */
.footer-adv-icon {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.footer-adv-compass {
  top: 2rem;
  right: 6%;
  width: 110px;
  height: 110px;
  opacity: 0.1;
}

.footer-adv-mountain {
  bottom: -1rem;
  left: -2rem;
  width: 260px;
  height: auto;
  opacity: 0.08;
}

.footer-adv-canoe {
  top: 8rem;
  right: -2rem;
  width: 180px;
  height: auto;
  opacity: 0.08;
  transform: rotate(-6deg);
}

.footer-adv-trail {
  top: 1rem;
  left: 0;
  width: 100%;
  height: 60px;
  opacity: 0.35;
}

.footer-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Logo + desc ---------- */
.footer-logo-img {
  max-height: 70px;
  width: auto;
}

.footer-desc {
  font-family: var(--primary-font);
  color: rgba(245, 242, 234, 0.7);
  margin-bottom: 1rem;
}

.footer-social {
  display: flex;
  gap: 0.7rem;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(200, 155, 60, 0.45);
  color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-social-icon:hover {
  background: var(--second-color);
  color: #fff;
  border-color: var(--second-color);
  transform: translateY(-3px);
}

/* ---------- Headings ---------- */
.footer-heading {
  color: var(--very-light-base-color);
  margin-bottom: 1.3rem;
  position: relative;
  padding-bottom: 0.7rem;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--second-color);
}

/* ---------- Quick links ---------- */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--primary-font);
  color: rgba(245, 242, 234, 0.75);
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-links a i {
  color: var(--second-color);
  transition: transform 0.2s ease;
}

.footer-links a:hover {
  color: var(--second-color);
  padding-left: 0.25rem;
}

.footer-links a:hover i {
  transform: translateX(3px);
}

/* ---------- Kontak ---------- */
.footer-contact-group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--primary-font);
  color: rgba(245, 242, 234, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-item:hover {
  color: var(--second-color);
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.12);
  color: var(--second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* ---------- Bottom bar ---------- */
.footer-bottom {
  border-top: 1px solid rgba(245, 242, 234, 0.12);
  padding: 1.3rem 0;
}

.footer-copy {
  font-family: var(--primary-font);
  color: rgba(245, 242, 234, 0.55);
  font-size: 12px;
}

@media (max-width: 767px) {
  .footer-bottom .container {
    justify-content: center;
    text-align: center;
  }

  .footer-adv-compass,
  .footer-adv-canoe {
    display: none;
  }

  .footer-adv-mountain {
    width: 180px;
    opacity: 0.06;
  }
}
.page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.pb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 14, 0.55) 0%,
    rgba(10, 18, 14, 0.78) 100%
  );
  z-index: 0;
}

.pb-content-wrap {
  z-index: 1;
}

/* ---------- Breadcrumb ---------- */
.pb-breadcrumb {
  /* display: inline-flex; */
  align-items: center;
  /* justify-content: center; */
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: var(--primary-font);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}

.pb-breadcrumb a {
  color: rgba(245, 242, 234, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pb-breadcrumb a:hover {
  color: var(--second-color);
}

.pb-breadcrumb i {
  font-size: 0.65rem;
  color: var(--second-color);
}

.pb-breadcrumb .is-current {
  color: var(--second-color);
}

/* ---------- Watermark + title ---------- */
.pb-title-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.pb-watermark {
  position: absolute;
  left: 50%;
  top: -3.2rem;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: var(--alt-font);
  font-size: clamp(3.5rem, 10vw, 7.5rem);
  color: rgba(245, 242, 234, 0.08);
  letter-spacing: 0.02em;
  z-index: 0;
  pointer-events: none;
}

.pb-divider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.pb-line {
  width: 44px;
  height: 1px;
  background: rgba(200, 155, 60, 0.6);
}

.pb-divider i {
  color: var(--second-color);
  font-size: 0.9rem;
}

.pb-title {
  position: relative;
  z-index: 1;
  font-family: var(--alt-font);
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: normal;
  color: #fff;
  margin-bottom: 1rem;
}

.pb-desc {
  position: relative;
  z-index: 1;
  font-family: var(--primary-font);
  /* font-size: .92rem; */
  line-height: 1.75;
  color: rgba(245, 242, 234, 0.78);
  /* max-width: 560px; */
  margin: 0 auto;
}

/* ---------- Angled bottom edge ---------- */
.pb-edge {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 80px;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-banner {
    min-height: auto;
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }

  .pb-watermark {
    display: none;
  }

  .pb-title-wrap {
    margin-top: 0;
  }
}
.about-content-section {
  background-color: #f9f5f1;
}

.about-content-section .ac-ornament {
  position: absolute;
  top: -3rem;
  right: 0rem;
  width: 220px;
  height: 220px;
  pointer-events: none;
  z-index: 0;
}

.about-content-section .container {
  position: relative;
  z-index: 1;
}

/* ---------- Gambar ---------- */
.ac-image-frame {
  position: relative;
}

.ac-image-frame::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--second-color);
  border-radius: 18px;
  z-index: 0;
}

.ac-image-frame figure {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 46px -20px rgba(33, 77, 59, 0.4);
}

.ac-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Konten ---------- */
.ac-title {
  font-family: var(--alt-font);
  color: var(--base-color);
  line-height: 1.25;
}

.ac-desc {
  font-family: var(--primary-font);
  color: var(--third-color);
}

/* ---------- Statistik (icon + judul + deskripsi) ---------- */
.ac-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(33, 77, 59, 0.12);
}

.ac-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.ac-stat-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(200, 155, 60, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-stat-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ac-stat-title {
  font-family: var(--alt-font);
  font-size: 0.8rem;
  color: var(--base-color);
  margin-bottom: 0.3rem !important;
}

.ac-stat-desc {
  font-family: var(--primary-font);
  font-size: 0.6rem;
  line-height: 1.55;
  color: var(--third-color);
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .ac-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .ac-image-frame::before {
    display: none;
  }
}
.td-section {
  background-color: #f9f5f1;
}

/* ---------- Kolom kiri sticky (gambar + share) ---------- */
.td-sticky-col {
  position: sticky;
  top: 100px;
}

.td-image-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px -20px rgba(33, 77, 59, 0.35);
}

.td-image-frame img {
  width: 100%;
  /* aspect-ratio: 4/5; */
  object-fit: cover;
  display: block;
}

.td-share-box {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 14px 30px -20px rgba(33, 77, 59, 0.3);
}

.td-share-label {
  display: block;
  font-family: var(--primary-font);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--base-color);
  margin-bottom: 0.9rem;
}

.td-share-box .nav.social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
}

.td-share-box .nav.social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(33, 77, 59, 0.18);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.td-share-box .nav.social a:hover {
  background: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .td-sticky-col {
    position: static;
  }

  .td-share-box .nav.social a {
    width: 30px;
    height: 30px;
  }

  .td-share-box .nav.social {
    gap: 0.1rem;
  }
}

/* ---------- Judul ---------- */
.td-title {
  font-family: var(--alt-font);
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  color: var(--second-color);
  line-height: 1.2;
}

/* ---------- Heading blok ---------- */
.td-block-heading {
  font-family: var(--alt-font);
  font-size: 1rem;
  color: var(--base-color);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.7rem;
}

.td-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--second-color);
}

/* ---------- Harga + durasi + book (bar) ---------- */
.td-price-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  background: var(--base-color);
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
}

.td-price-info {
  display: flex;
  flex-direction: column;
}

.td-price-label {
  font-family: var(--primary-font);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(245, 242, 234, 0.65);
}

.td-price-value {
  font-family: var(--alt-font);
  font-size: 1.5rem;
  color: #fff;
}

.td-price-value small {
  font-family: var(--primary-font);
  font-size: 0.72rem;
  color: rgba(245, 242, 234, 0.65);
}

.td-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 600;
  color: rgba(245, 242, 234, 0.85);
}

.td-duration i {
  color: var(--second-color);
}

.td-btn-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background: var(--second-color);
  color: #fff;
  font-family: var(--primary-font);
  /* font-size: .82rem; */
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px -10px rgba(200, 155, 60, 0.55);
  transition: all 0.25s ease;
}

.td-btn-book:hover {
  background: var(--very-light-base-color);
  color: var(--base-color);
}

@media (max-width: 575px) {
  .td-price-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .td-btn-book {
    margin-left: 0;
    width: 100%;
  }
}

/* ---------- Deskripsi ---------- */
.td-desc {
  font-family: var(--primary-font);
  /* font-size: .92rem; */
  line-height: 1.8;
  color: var(--third-color);
  margin-bottom: 0;
}

/* ---------- Itinerary (plain text dari textarea) ---------- */
.td-itinerary-box {
  background: #fff;
  border-radius: 16px;
  padding: 1.8rem 2rem;
  box-shadow: 0 14px 30px -20px rgba(33, 77, 59, 0.3);
  border-left: 3px solid var(--second-color);
  font-family: var(--primary-font);
  /* font-size: .9rem; */
  line-height: 1.85;
  color: var(--third-color);
}

.td-block-heading2 {
  font-family: var(--alt-font);
  font-size: 1rem;
  color: var(--base-color);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.7rem;
}
.td-block-heading2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 42px;
  height: 2px;
  background: var(--second-color);
}
.td-related {
  background-color: #fff;
  padding: 3rem 0;
}
.gp-section {
  background-color: #f9f5f1;
}

/* ---------- Masonry (CSS columns) ---------- */
.gp-masonry {
  column-count: 4;
  column-gap: 1.1rem;
}

.gp-item {
  position: relative;
  display: block;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px -18px rgba(33, 77, 59, 0.35);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.gp-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.gp-item:hover img {
  transform: scale(1.08);
}

/* Overlay */
.gp-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(20, 35, 28, 0) 45%,
    rgba(12, 24, 18, 0.82) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gp-item:hover .gp-overlay {
  opacity: 1;
}

.gp-zoom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--second-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}

.gp-item:hover .gp-zoom {
  transform: translateY(0);
}

.gp-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  font-family: var(--primary-font);
  font-size: 0.76rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.3s ease 0.05s,
    transform 0.3s ease 0.05s;
}

.gp-item:hover .gp-caption {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .gp-masonry {
    column-count: 3;
  }
}

@media (max-width: 767px) {
  .gp-masonry {
    column-count: 2;
    column-gap: 0.8rem;
  }

  .gp-item {
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  .gp-masonry {
    column-count: 1;
  }
}
.tc-section {
  background-color: #f9f5f1;
}

.tc-title {
  font-family: var(--alt-font);
  font-size: clamp(1.125rem, 2.5vw, 1.875rem);
  color: var(--base-color);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.tc-divider {
  display: block;
  width: 56px;
  height: 3px;
  background: var(--second-color);
  border-radius: 2px;
  margin-bottom: 2rem;
}

.tc-desc {
  font-family: var(--primary-font);
  /* font-size: .95rem; */
  color: var(--third-color);
}

.btp-contact {
  position: relative;
  background: #f9f5f1;
  background-image:
    radial-gradient(
      circle at 12% 15%,
      rgba(200, 155, 60, 0.1) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 85%,
      rgba(33, 77, 59, 0.05) 0%,
      transparent 45%
    );
  color: var(--base-color);
  font-family: var(--primary-font);
  padding: 5rem 0;
  overflow: hidden;
}

/* Garis sungai penghubung */
.btp-river {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 0;
  pointer-events: none;
}
.btp-river path {
  fill: none;
  stroke: var(--river-line);
  stroke-width: 2;
  stroke-dasharray: 1 10;
  stroke-linecap: round;
}

.btp-waypoint {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.btp-marker {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--second-color);
  box-shadow: 0 4px 14px rgba(33, 77, 59, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}
.btp-marker svg {
  width: 24px;
  height: 24px;
}

.btp-waypoint h3 {
  font-family: var(--alt-font);
  font-weight: 400;
  /* font-size: 1.3rem; */
  margin: 0 0 0.9rem;
  color: var(--ink);
}

.btp-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}
.btp-line svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.85;
}

.btp-contact a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    color 0.2s ease;
}
.btp-contact a:hover {
  color: var(--gold-deep);
  border-color: var(--second-color);
}

.btp-social-row {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.35rem;
  flex-wrap: wrap;
}
.btp-social-row a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(33, 77, 59, 0.18);
  box-shadow: 0 4px 14px rgba(33, 77, 59, 0.06);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.btp-social-row a:hover {
  border-color: var(--second-color);
  background: rgba(200, 155, 60, 0.1);
  transform: translateY(-2px);
}
.fwa-btn {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 9998;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 14px 30px -8px rgba(37, 211, 102, 0.6);
  transition: transform 0.25s ease;
}

.fwa-btn:hover {
  transform: scale(1.08);
  color: #fff;
}

.fwa-btn i {
  position: relative;
  z-index: 2;
}

/* Cincin pulse untuk menarik perhatian */
.fwa-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0;
  animation: fwa-pulse 2.6s ease-out infinite;
}

.fwa-ring-delay {
  animation-delay: 1.3s;
}

@keyframes fwa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

/* Tooltip saat hover */
.fwa-tooltip {
  position: absolute;
  left: calc(100% + 0.9rem);
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  background: var(--base-color);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  opacity: 0;
  border: 1px solid white;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.fwa-tooltip::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: white;
}

.fwa-btn:hover .fwa-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 480px) {
  .fwa-btn {
    left: 1rem;
    bottom: 1rem;
  }

  .fwa-tooltip {
    display: none;
  }
}
