:root {
  --bs-primary: #0f6fff;
  --base-color: #0f6fff;
  --second-color: #ff8a00;
  --third-color: #071420;
  --very-light-base-color: #f5f8fc;
  --bs-primary-rgb: 15, 111, 255;
  --bs-secondary-rgb: 255, 138, 0;
  --primary-font: "Montserrat", sans-serif;
  --alt-font: "Bebas Neue", sans-serif;
  --ink: #0d1b2a;
  --heading-color: #ffffff;
  --text-color: #cbd5e1;
  /* --text-dark: #475569; */
  --silver: #c9d2dd;
  --silver-dark: #8f9caa;
  --gold-deep: #e87400;
  --river-line: rgba(15, 111, 255, 0.35);
  --body-bg: #f8fafc;
  --section-bg: #ffffff;
  --dark-bg: #071420;
  --dark-bg-2: #0d1b2a;
  --border-color: #d9e3ef;
  --btn-primary: #0f6fff;
  --btn-primary-hover: #0059d6;
  --btn-secondary: #ff8a00;
  --btn-secondary-hover: #e87400;
  --success: #22c55e;
  --warning: #facc15;
  --danger: #ef4444;
  --shadow-sm: 0 5px 15px rgba(7, 20, 32, 0.08);
  --shadow: 0 15px 35px rgba(7, 20, 32, 0.12);
  --shadow-lg: 0 25px 60px rgba(7, 20, 32, 0.18);
}

body,
html {
  height: auto;
  background: #051018;
}
.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);
}
.btn-outline-second-color {
  --bs-btn-color: 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: var(--second-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--second-color);
}

.btn-outline-second-color span {
  --bs-btn-color: 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: var(--second-color);
  --bs-btn-disabled-bg: transparent;
  --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: 75%;
  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: clamp(50px, 2vw, 70px);
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .swiper-slide .content {
    top: 70%;
    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;
}
.language-dropdown {
  position: relative;
  display: inline-block;
  font-family: Inter, sans-serif;
}

/* Button */
.language-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 165px;
  padding: 8px 14px;
  background: rgba(18, 22, 32, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: 0.35s;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.05);
}

.language-toggle:hover {
  border-color: #3c8cff;
  box-shadow:
    0 0 0 1px rgba(60, 140, 255, 0.25),
    0 12px 35px rgba(0, 0, 0, 0.45);
}

.language-toggle img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
}

.language-toggle span {
  flex: 1;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.language-toggle .arrow {
  color: #b8c3d3;
  transition: 0.3s;
}

/* Menu */
.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: rgba(15, 19, 28, 0.95);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

/* Show */
.language-dropdown:hover .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-dropdown:hover .arrow {
  transform: rotate(180deg);
}

/* Item */
.language-menu a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
  font-size: 15px;
}

.language-menu a img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
}

.language-menu a:hover,
.language-menu a.active {
  background: rgba(53, 117, 255, 0.12);
  color: #fff;
}

.language-menu a:hover img {
  transform: scale(1.08);
}

.language-menu a img {
  transition: 0.25s;
}

.language-menu a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Scroll jika banyak bahasa */
.language-menu {
  max-height: 320px;
  overflow-y: auto;
}

/* Scrollbar */
.language-menu::-webkit-scrollbar {
  width: 6px;
}

.language-menu::-webkit-scrollbar-track {
  background: transparent;
}

.language-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 20px;
}

@media (max-width: 576px) {
  .language-toggle {
    min-width: 80px;
    padding: 10px 15px;
  }

  .language-menu a {
    padding: 11px 15px;
    font-size: 14px;
  }
}
/* ============================
   OVERLAY KIRI-KANAN
============================ */
.hero-overlay-sides {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #051018 0%,
    #051018 20%,
    rgba(5, 16, 24, 0.85) 30%,
    rgba(5, 16, 24, 0.6) 40%,
    rgba(5, 16, 24, 0.25) 48%,
    transparent 55%
  );
}

/* ============================
   OVERLAY BAWAH (sampai area keunggulan)
============================ */
.hero-overlay-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(5, 16, 24, 0.5) 40%,
    #051018 100%
  );
}

/* ============================
   KEUNGGULAN - CARD TUNGGAL
============================ */
.hero-features {
  bottom: 130px;
  left: 0;
  z-index: 3;
}

.feature-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  border: 1px solid var(--bs-primary);
  border-radius: 20px;
  padding: 24px 10px;
}

.feature-item {
  flex: 1;
  padding: 0 20px;
  position: relative;
  gap: 14px;
}

/* Border pembatas kanan tiap item, kecuali item terakhir */
.feature-item:not(.last-item)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.15);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.15);
  border: 1px solid rgba(15, 111, 255, 0.4);
  color: var(--bs-primary);
  font-size: 22px;
}

.feature-text {
  display: flex;
  flex-direction: column;
}

.feature-title {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14.5px;
  color: #ffffff;
  margin-bottom: 4px;
}

.feature-desc {
  font-family: var(--primary-font);
  font-size: 12px;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1.4;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .feature-card {
    padding: 20px;
  }

  .feature-item {
    padding: 14px 0;
  }

  /* Ganti border kanan jadi border bawah saat stack vertikal */
  .feature-item:not(.last-item)::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 576px) {
  .hero-features {
    bottom: 30px;
  }

  .feature-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .feature-title {
    font-size: 13px;
  }

  .feature-desc {
    font-size: 11px;
  }
}
/* ============================
   WELCOME SECTION
============================ */
.welcome-section {
  background-color: #051018;
  padding: 45px 0;
}

/* BADGE */
.badge-custom {
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.35);
  color: var(--bs-primary);
  font-family: var(--primary-font);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 50px;
}

/* TITLE */
.welcome-title {
  font-family: var(--alt-font);
  font-size: clamp(2rem, 2vw, 3rem);
  line-height: 1.2;
  color: var(--heading-color);
  letter-spacing: 2px;
}

/* DESCRIPTION */
.welcome-desc {
  font-family: var(--primary-font);
  color: var(--text-color);
  line-height: 1.7;
}

/* IMAGE */
.welcome-image img {
  box-shadow: var(--shadow-lg);
}

/* ============================
   ORNAMENTS
============================ */
.ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* Topographic rings — top left */
.ornament-topo-left {
  top: -40px;
  left: -60px;
  width: 260px;
  height: 260px;
}

/* Tire track dots — trailing under the title */
.ornament-tracks {
  top: 55%;
  left: 0;
  width: 340px;
  height: 40px;
  opacity: 0.8;
}

/* Mountain silhouette — bottom, full width watermark */
.ornament-mountain {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 160px;
}

/* Compass — right side, subtle rotation */
.ornament-compass {
  top: 30px;
  right: 5%;
  width: 90px;
  height: 90px;
  transform: rotate(15deg);
}

/* ATV badge on top of the image */
.atv-badge {
  position: absolute;
  bottom: -22px;
  left: -22px;
  width: 64px;
  height: 64px;
  background: var(--second-color);
  border: 4px solid #051018;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  box-shadow: var(--shadow);
}

/* Ensure text/image sit above ornaments */
.welcome-content,
.welcome-image {
  position: relative;
  z-index: 1;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .welcome-section {
    padding: 30px 0;
  }
  .welcome-title {
    font-size: 20px;
  }
  .welcome-desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ornament-tracks,
  .ornament-compass {
    display: none; /* simplify on mobile */
  }
  .atv-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
  }
}
/* ============================
   ATV PACKAGES SECTION
============================ */
.atv-packages-section {
  background-color: #051018;
  padding: 45px 0;
}

/* HEADER */
.badge-custom {
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.35);
  color: var(--bs-primary);
  font-family: var(--primary-font);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 50px;
}

.section-title {
  font-family: var(--alt-font);
  font-size: 38px;
  line-height: 1.2;
  color: var(--heading-color);
  letter-spacing: 0.5px;
}

.section-desc {
  font-family: var(--primary-font);
  color: var(--text-color);
  line-height: 1.2;
  /* max-width: 560px; */
}

/* ============================
   ATV CARD
============================ */
.atv-card {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/6;
  box-shadow: var(--shadow-lg);
  border: 2px solid rgba(245, 166, 35, 0.2);
}

.atv-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.atv-card:hover .atv-card-img {
  transform: scale(1.08);
}

/* Overlay: half image clean (top), half gradient primary -> black (bottom) */
/* Overlay: bottom primary -> middle black -> top transparent */
.atv-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(
    to top,
    rgba(5, 16, 24, 0.99) 0%,
    rgba(5, 16, 24, 0.99) 15%,
    #000000 45%,
    rgba(0, 0, 0, 0.6) 65%,
    transparent 100%
  );
  opacity: 0.9;
}

.atv-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}

.atv-card-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.3;
}

.atv-card-price {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13px;
  color: var(--second-color);
  letter-spacing: 0.3px;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .atv-packages-section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .col-lg-4.text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 576px) {
  .atv-card-title {
    font-size: 15px;
  }
}
.badge-popular {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd95a, hsl(37, 91%, 55%));
  color: #222;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow:
    0 8px 20px rgba(245, 166, 35, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
/* ============================
   OUR TRACK SECTION
============================ */
.our-track-section {
  background-color: #051018;
  padding: 20px 0 140px;
  position: relative;
}

.badge-custom {
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.35);
  color: var(--bs-primary);
  font-family: var(--primary-font);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 50px;
}

.section-title {
  font-family: var(--alt-font);
  font-size: 38px;
  color: var(--heading-color);
  letter-spacing: 0.5px;
}

.section-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.7;
  /* max-width: 560px; */
}

/* ============================
   TRACK CARD
============================ */
.track-card {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/6;
  position: relative;
  transition: transform 0.5s ease;
  
}
.track-card:hover{
border: 1px solid rgba(255, 138, 0, 0.9);
  box-shadow: var(--shadow-lg);
  transition: transform 0.5s ease;
}

.track-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.track-card:hover .track-card-img {
  transform: scale(1.08);
}

/* Overlay: bottom dark -> top transparent, for text legibility */
.track-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(
    to top,
    #051018 0%,
    rgba(5, 16, 24, 0.75) 35%,
    rgba(5, 16, 24, 0.15) 75%,
    transparent 100%
  );
}

.track-card-number {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: var(--alt-font);
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
  z-index: 2;
}

.track-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 18px;
  z-index: 2;
}

.track-card-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--second-color);
  line-height: 1.3;
}

.track-card-desc {
  font-family: var(--primary-font);
  font-size: 12.5px;
  color: var(--text-color);
  line-height: 1.5;
}

/* ============================
   WAVE DIVIDER
============================ */
.divider-bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  z-index: 1;
}

.divider-bottom-wave svg {
  width: 100%;
  height: 100px;
  display: block;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .our-track-section {
    padding: 30px 0 100px;
  }
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .track-card-title {
    font-size: 14px;
  }
  .track-card-desc {
    font-size: 12px;
  }
}

/* ============================
   STATISTIK SECTION
============================ */
.statistik-section {
  background-color: #000;
  padding: 0px 0 20px;
  position: relative;
}

/* ============================
   STATISTIK CARD
============================ */
.statistik-card {
  padding: 10px 0;
}

.statistik-item {
  flex: 1;
  padding: 0 24px;
  gap: 16px;
  position: relative;
}

/* Divider between items (desktop) */
.statistik-item:not(.last-item)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 55%;
  background: rgba(255, 255, 255, 0.15);
}

/* ICON — glowing circular badge */
.statistik-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle,
    rgba(15, 111, 255, 0.15) 0%,
    rgba(5, 16, 24, 0.4) 70%
  );
  border: 1px solid rgba(15, 111, 255, 0.5);
  box-shadow:
    0 0 12px rgba(15, 111, 255, 0.35),
    inset 0 0 8px rgba(15, 111, 255, 0.25);
  color: #ffffff;
  font-size: 24px;
}

/* TEXT */
.statistik-text {
  text-align: left;
}

.statistik-title {
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 20px;
  color: var(--bs-primary);
  line-height: 1.2;
}

.statistik-desc {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.5px; */
  opacity: 0.85;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .statistik-item {
    padding: 18px 10px;
    /* justify-content: center; */
  }
  /* Switch divider to horizontal when stacked */
  .statistik-item:not(.last-item)::after {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 576px) {
  .statistik-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
  .statistik-title {
    font-size: 22px;
  }
  .statistik-desc {
    font-size: 11px;
  }
}
/* ============================
   GALLERY SECTION
============================ */
.gallery-section {
  background-color: var(--section-bg, #ffffff);
  padding: 45px 0;
}

.badge-custom {
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.35);
  color: var(--bs-primary);
  font-family: var(--primary-font);
  /* font-size: 12.5px; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 50px;
}

.gallery-title {
  font-family: var(--alt-font);
  font-size: 38px;
  color: var(--ink);
  letter-spacing: 0.5px;
}

.gallery-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--text-dark);
  line-height: 1.7;
  /* max-width: 560px; */
}

/* ============================
   GALLERY GRID
============================ */
.gallery-item {
  position: relative;
  /*padding: 6px;*/
  background: #ffffff;
  /* border-radius: 14px; */
  box-shadow: var(--shadow);
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

/* Dashed inner border frame */
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 4px;
  /*border: 2px dashed var(--bs-primary);*/
  /* border-radius: 10px; */
  pointer-events: none;
  z-index: 2;
}

/* Image wrapper — clips the zoom effect so it stays inside the frame */
.gallery-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

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

/* Overlay — matches the image area exactly, not the outer padding */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 111, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.gallery-overlay i {
  color: #ffffff;
  font-size: 26px;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .gallery-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .col-lg-4.text-lg-end {
    text-align: left !important;
  }
}
/* ============================
   CTA SECTION
============================ */
.cta-section {
  position: relative;
  padding: 45px 0;
}

.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 25, 0.99) 0%,
    rgba(15, 111, 255, 0.5) 50%,
    rgba(5, 16, 25, 0.99) 100%
  );
}

/* BADGE */
.badge-custom2 {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 50px;
}

/* TITLE */
.cta-title {
  font-family: var(--alt-font);
  font-size: 38px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* DESCRIPTION */
.cta-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  /* max-width: 560px; */
}

/* BUTTONS */
.btn-outline-white {
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: #ffffff;
  color: var(--third-color);
  border-color: #ffffff;
}

/* TRUST BADGES */
.cta-trust {
  font-family: var(--primary-font);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.cta-trust i {
  color: var(--second-color);
}

/* ============================
   ORNAMENTS
============================ */
.ornament {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.ornament-topo-cta {
  top: -50px;
  left: -50px;
  width: 260px;
  height: 260px;
}

.ornament-tracks-cta {
  bottom: 30px;
  right: 6%;
  width: 260px;
  height: 32px;
  opacity: 0.8;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .cta-section {
    padding: 70px 0;
  }
  .cta-title {
    font-size: 32px;
  }
  .ornament-tracks-cta {
    display: none;
  }
}
/* ============================
   FOOTER SECTION
============================ */
.footer-section {
  background-color: #051019;
  padding: 80px 0 0;
  position: relative;
}

/* LOGO */
.footer-logo {
  height: 70px;
  width: auto;
}

/* DESCRIPTION */
.footer-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.7;
  width: 90%;
}

/* SOCIAL ICONS */
.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.4);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(15, 111, 255, 0.35);
}

/* TITLES */
.footer-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  /* letter-spacing: 0.5px; */
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--second-color);
  border-radius: 0;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-links li i {
  color: var(--second-color);
  font-size: 12px;
  margin-top: 4px;
}

.footer-links a {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: var(--bs-primary);
}

/* CONTACT */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 14px;
}

.footer-contact i {
  color: var(--bs-primary);
  font-size: 16px;
  margin-top: 2px;
}

/* ============================
   OPEN HOURS BADGE
============================ */
.open-hours-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(15, 111, 255, 0.08);
  border: 1px solid rgba(15, 111, 255, 0.3);
  border-radius: 14px;
  padding: 10px;
}

.open-hours-badge i {
  font-size: 24px;
  color: var(--second-color);
  flex-shrink: 0;
}

.open-hours-text {
  display: flex;
  flex-direction: column;
}

.open-status {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
}

.open-time {
  font-family: var(--primary-font);
  font-size: 13px;
  color: var(--text-color);
  margin-top: 2px;
}

/* ============================
   ORNAMENTS
============================ */
.ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ornament-topo-footer {
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
}

.ornament-tracks-footer {
  top: 40px;
  left: 5%;
  width: 260px;
  height: 32px;
}

.ornament-mountain-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
}

.footer-section .container {
  z-index: 1;
}

/* ============================
   FOOTER BOTTOM
============================ */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 24px;
  z-index: 1;
}

.copyright-text {
  font-family: var(--primary-font);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.copyright-text a {
  color: var(--second-color);
  text-decoration: none;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 767px) {
  .footer-section {
    padding: 60px 0 0;
  }
  .footer-desc {
    width: 100%;
  }
  .ornament-tracks-footer {
    display: none;
  }
}
.fwa-btn {
  position: fixed;
  left: 20px; /* Ubah dari right menjadi left */
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
}

.fwa-btn:hover {
  transform: translateY(-3px) scale(1.05);
  color: #fff;
}

.fwa-btn i {
  font-size: 28px;
}

.fwa-ring,
.fwa-ring-delay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: waPulse 2s infinite;
}

.fwa-ring-delay {
  animation-delay: 1s;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.fwa-tooltip {
  position: absolute;
  left: 78px; /* Tooltip berada di sebelah kanan tombol */
  top: 50%;
  transform: translateY(-50%);
  background: #25d366 !important;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.fwa-btn:hover .fwa-tooltip {
  opacity: 1;
  visibility: visible;
  left: 84px;
}

@media (max-width: 768px) {
  .fwa-btn {
    left: 15px;
    bottom: 15px;
    width: 56px;
    height: 56px;
  }

  .fwa-btn i {
    font-size: 28px;
  }

  .fwa-tooltip {
    display: none;
  }
}
/* ============================
   PAGE BANNER
============================ */
.page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 100px;
  position: relative;
}

.pb-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 16, 24, 0.5) 0%,
    rgba(5, 16, 24, 0.8) 45%,
    rgba(5, 16, 24, 0.5) 100%
  );
}

.pb-content-wrap {
  z-index: 2;
}

/* BADGE */
.pb-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 18px;
  border-radius: 50px;
}

/* BREADCRUMB */
.pb-breadcrumb {
  font-family: var(--primary-font);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  gap: 8px;
  margin-bottom: 30px;
}

.pb-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}

.pb-breadcrumb a:hover {
  color: var(--second-color);
}

.pb-breadcrumb i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.pb-breadcrumb .is-current {
  color: var(--second-color);
  font-weight: 600;
}

/* TITLE WRAP */
.pb-title-wrap {
  position: relative;
}

.pb-watermark {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--alt-font);
  font-size: 110px;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  z-index: -1;
  letter-spacing: 2px;
}

.pb-title {
  font-family: var(--alt-font);
  font-size: 38px;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* DIVIDER */
.pb-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 20px auto 24px;
}

.pb-line {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.pb-divider i {
  color: var(--second-color);
  font-size: 18px;
}

/* DESCRIPTION */
.pb-desc {
  font-family: var(--primary-font);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  width: 80%;
  margin: 0 auto;
}

/* ============================
   ORNAMENTS
============================ */
.pb-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.pb-ornament-topo {
  top: -50px;
  left: -50px;
  width: 240px;
  height: 240px;
}

.pb-ornament-compass {
  top: 50px;
  right: 8%;
  width: 70px;
  height: 70px;
  transform: rotate(-12deg);
}

.pb-ornament-tracks {
  bottom: 90px;
  right: 6%;
  width: 240px;
  height: 30px;
  opacity: 0.7;
}

/* BOTTOM EDGE */
.pb-edge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 90px;
  z-index: 2;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .page-banner {
    padding: 120px 0 100px;
  }
  .pb-title {
    font-size: 30px;
  }
  .pb-watermark {
    font-size: 70px;
    top: -40px;
  }
  .pb-ornament-compass,
  .pb-ornament-tracks {
    display: none;
  }
}

@media (max-width: 576px) {
  .pb-title {
    font-size: 25px;
  }
  .pb-desc {
    font-size: 14px;
    width: 100%;
  }
  .pb-watermark {
    display: none;
  }
}
/* ============================
   PACKAGE DETAIL SECTION
============================ */
.package-detail-section {
  padding: 40px 0;
  background: var(--section-bg, #ffffff);
}

.package-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.package-main-img-wrap {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  height: 380px;
}

.package-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.package-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.package-thumb-wrap {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  height: 90px;
}

.package-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.package-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 111, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ffffff;
  font-size: 20px;
}

.package-main-img-wrap:hover .package-main-img,
.package-thumb-wrap:hover .package-thumb-img {
  transform: scale(1.08);
}

.package-main-img-wrap:hover .package-img-overlay,
.package-thumb-wrap:hover .package-img-overlay {
  opacity: 1;
}

/* INFO STRIP */
.package-info-strip {
  padding: 18px 20px;
  background: var(--very-light-base-color);
  border-radius: 14px;
  border: 1px solid var(--border-color);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
}

.info-item i {
  color: var(--bs-primary);
  font-size: 16px;
}

/* DESCRIPTION */
.section-subtitle {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
}

.package-description p {
  font-family: var(--primary-font);
}

/* ============================
   BOOKING CARD (STICKY)
============================ */
.booking-card {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-lg);
}

.rating-badge {
  gap: 6px;
  font-family: var(--primary-font);
}

.rating-badge i {
  color: var(--second-color);
  font-size: 16px;
}

.rating-score {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}

.rating-count {
  font-size: 12.5px;
  color: var(--text-dark);
}

.booked-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-primary);
  background: rgba(15, 111, 255, 0.1);
  padding: 5px 12px;
  border-radius: 50px;
}

.booking-price {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 18px 0;
}

.price-label {
  font-family: var(--primary-font);
  font-size: 12.5px;
  color: var(--text-dark);
  display: block;
  margin-bottom: 4px;
}

.price-value {
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 24px;
  color: var(--bs-primary);
}

.price-per {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
}

.booking-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.booking-meta li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--primary-font);
  font-size: 13.5px;
  color: var(--ink);
  margin-bottom: 0;
}

.booking-meta i {
  color: var(--bs-primary);
  font-size: 16px;
}

/* ============================
   OTHER PACKAGES SECTION
============================ */
.other-packages-section {
  padding: 0 0 90px;
  background: var(--section-bg, #ffffff);
}

.other-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 24px;
  color: var(--ink);
}

.other-card-link {
  text-decoration: none;
  display: block;
}

.other-card {
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
  box-shadow: var(--shadow);
}

.other-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.other-card:hover .other-card-img {
  transform: scale(1.08);
}

.other-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.7) 40%,
    transparent 100%
  );
}

.other-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 2;
}

.other-card-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 14.5px;
  color: #ffffff;
  line-height: 1.3;
}

.other-card-price {
  font-family: var(--primary-font);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--second-color);
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .booking-card {
    position: static;
    margin-top: 20px;
  }
  .package-main-img-wrap {
    height: 280px;
  }
  .package-thumb-wrap {
    height: 70px;
  }
  .other-card {
    height: 220px;
  }
  .col-lg-4.text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 576px) {
  .package-thumbs {
    gap: 6px;
  }
  .package-thumb-wrap {
    height: 55px;
    border-radius: 8px;
  }
  .package-info-strip {
    gap: 12px !important;
    padding: 14px 16px;
  }
  .info-item {
    font-size: 12px;
  }
  .other-card {
    height: 200px;
  }
}
.content-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content-table table {
  width: 100%;
  min-width: 700px; /* Sesuaikan jika tabel memiliki banyak kolom */
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.content-table table th {
  background: #051018;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  border: 1px solid #dee2e6;
  white-space: nowrap;
}

.content-table table td {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  vertical-align: top;
}

@media (max-width: 768px) {
  .content-table table {
    min-width: 600px;
  }

  .content-table table th,
  .content-table table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .content-table table {
    min-width: 500px;
  }

  .content-table table th,
  .content-table table td {
    padding: 8px 10px;
    font-size: 13px;
  }
}
/* ============================
   SHARE BUTTONS
============================ */
.package-share {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.share-label {
  font-family: var(--primary-font);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.nav.social {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.nav.social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--very-light-base-color);
  border: 1px solid var(--border-color);
  color: var(--bs-primary);
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.nav.social a:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .package-share {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
/* ============================
ARTICLE SECTION
============================ */
.article-section {
  background-color: #051018;
  position: relative;
}

/* ============================
ARTICLE CARD
============================ */
.article-card {
  background: rgba(255, 255, 255, 0.03);
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  /* border-left: 3px solid var(--bs-primary); */
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.05);
  /*border-left-color: var(--second-color);*/
  transform: translateY(-5px);
}


/* IMAGE */
.article-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card:hover .article-img {
  transform: scale(1.1);
}

.article-img-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(to top, #051018 0%, transparent 100%);
}

/* DATE BADGE */
.article-date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--bs-primary);
  border-radius: 8px;
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  box-shadow: var(--shadow-sm);
}

.date-day {
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
}

.date-month {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* BODY */
.article-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* TITLE */
.article-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

.article-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.article-title a:hover {
  color: var(--second-color);
}

/* DESCRIPTION — clamped to 4 lines */
.article-desc {
  font-family: var(--primary-font);
  font-size: 13.5px;
  color: var(--text-color);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* READ MORE */
.article-readmore i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.article-readmore:hover {
  color: var(--second-color);
}

.article-readmore:hover i {
  transform: translateX(4px);
}

/* ============================
ORNAMENTS
============================ */
.art-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.art-ornament-topo {
  top: -50px;
  right: -50px;
  width: 260px;
  height: 260px;
}
/* FOOTER — read more + views in one row */
.article-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.article-readmore {
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-primary);
  text-decoration: none;
}

.article-readmore i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.article-readmore:hover {
  color: var(--second-color);
}

.article-readmore:hover i {
  transform: translateX(4px);
}

.article-views {
  gap: 5px;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-color);
}

.article-views i {
  font-size: 14px;
  color: var(--second-color);
}
/* ============================
   ARTICLE DETAIL SECTION
============================ */
.article-detail-section {
  background-color: var(--section-bg, #ffffff);
}

/* MAIN IMAGE */
.article-main-img-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.article-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* META */
.article-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-dark);
}

.meta-item i {
  color: var(--bs-primary);
  font-size: 15px;
}

/* TITLE */
.article-main-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: var(--ink);
}

/* CONTENT */
.article-content {
  font-family: var(--primary-font);
  /* line-height: 1.2; */
}

.article-content p {
  margin-bottom: 20px;
}

.article-content p:last-child {
  margin-bottom: 0;
}

/* ============================
   SIDEBAR
============================ */
.sidebar-card {
  background: var(--very-light-base-color);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 26px;
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 12px;
}

.sidebar-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--second-color);
}

/* POPULAR BLOG LIST */
.popular-blog-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.popular-blog-item {
  gap: 14px;
  text-decoration: none;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
}

.popular-blog-list a:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.popular-blog-img-wrap {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  overflow: hidden;
}

.popular-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.popular-blog-item:hover .popular-blog-img {
  transform: scale(1.1);
}

.popular-blog-text {
  flex: 1;
  min-width: 0;
}

.popular-blog-title {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}

.popular-blog-item:hover .popular-blog-title {
  color: var(--bs-primary);
}

.popular-blog-meta {
  font-family: var(--primary-font);
  font-size: 11.5px;
  color: var(--text-dark);
}

.popular-blog-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.popular-blog-meta i {
  font-size: 12px;
  color: var(--bs-primary);
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .article-main-title {
    font-size: 22px;
  }

  .sidebar-card {
    position: static;
    margin-top: 10px;
  }
}
/* ============================
   GALLERY PAGE SECTION
============================ */
.gallery-page-section {
  background-color: #051018;
  padding: 40px 0;
  position: relative;
}

/* ============================
   MASONRY GRID
============================ */
.gallery-masonry {
  columns: 4 220px;
  column-gap: 16px;
}

.gallery-tile {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-tile-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Varying heights for a dynamic masonry feel */
.gallery-tile-1 .gallery-tile-img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gallery-tile-2 .gallery-tile-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-tile-3 .gallery-tile-img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gallery-tile-4 .gallery-tile-img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gallery-tile-5 .gallery-tile-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-tile-6 .gallery-tile-img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gallery-tile:hover .gallery-tile-img {
  transform: scale(1.08);
}

/* OVERLAY */
.gallery-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 16, 24, 0.9) 0%,
    rgba(5, 16, 24, 0.1) 55%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-tile:hover .gallery-tile-overlay {
  opacity: 1;
}

.gallery-tile-title {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  color: #ffffff;
  line-height: 1.3;
}

.gallery-tile-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 111, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-tile:hover .gallery-tile-icon {
  transform: scale(1);
}

/* ============================
   ORNAMENTS
============================ */
.gp-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.gp-ornament-topo {
  top: -50px;
  right: -50px;
  width: 260px;
  height: 260px;
}

.gp-ornament-tracks {
  bottom: 30px;
  left: 4%;
  width: 260px;
  height: 32px;
  opacity: 0.7;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .gallery-masonry {
    columns: 3 180px;
  }
}

@media (max-width: 767px) {
  .gallery-page-section {
    padding: 30px 0;
  }

  .gallery-masonry {
    columns: 2 160px;
    column-gap: 12px;
  }

  .gallery-tile {
    margin-bottom: 12px;
  }

  .gp-ornament-tracks {
    display: none;
  }
}
/* ============================
   CONTACT INFO SECTION
============================ */
.contact-info-section {
  background-color: #051018;
  position: relative;
}

/* ============================
   CONTACT INFO CARD
============================ */
.contact-info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.contact-info-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(15, 111, 255, 0.4);
  transform: translateY(-4px);
}

/* ICON — glowing circular badge */
.ci-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle,
    rgba(15, 111, 255, 0.18) 0%,
    rgba(5, 16, 24, 0.4) 70%
  );
  border: 1px solid rgba(15, 111, 255, 0.5);
  box-shadow:
    0 0 12px rgba(15, 111, 255, 0.3),
    inset 0 0 8px rgba(15, 111, 255, 0.2);
  color: #ffffff;
  font-size: 20px;
}

/* TEXT */
.ci-text {
  min-width: 0;
}

.ci-label {
  display: block;
  font-family: var(--primary-font);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--bs-primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.ci-value {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
}

.ci-value a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ci-value a:hover {
  color: var(--second-color);
}

/* ============================
   ORNAMENTS
============================ */
.ci-ornament {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.ci-ornament-topo {
  top: -50px;
  left: -50px;
  width: 260px;
  height: 260px;
}

.ci-ornament-compass {
  bottom: 20px;
  right: 6%;
  width: 80px;
  height: 80px;
  transform: rotate(10deg);
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .contact-info-section {
    padding: 60px 0;
  }

  .ci-ornament-compass {
    display: none;
  }
}

@media (max-width: 576px) {
  .contact-info-card {
    gap: 14px;
    padding: 18px;
  }

  .ci-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .ci-value {
    font-size: 13.5px;
  }
}

.ci-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 111, 255, 0.12);
  border: 1px solid rgba(15, 111, 255, 0.4);
  color: #ffffff;
  font-size: 13px;
  transition: all 0.25s ease;
}

.ci-social-icon:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  transform: translateY(-2px);
}
/* ============================
   HIDE GOOGLE TRANSLATE WIDGET & BADGE
============================ */
#google_translate_element {
  display: none !important;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight,
.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

body {
  top: 0 !important;
  position: static !important;
}

.goog-te-gadget {
  height: 0;
  overflow: hidden;
}

.goog-te-gadget-icon {
  display: none !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}
