.theme-demos {
  display: none !important;
}

html {
  scroll-behavior: smooth !important;
}

.text-utama {
  color: var(--base-color);
}

.text-kedua {
  color: var(--second-color);
}

.bg-second-color {
  background-color: var(--second-color);
}

.btn.btn-small {
  font-size: 16px;
  padding: 10px 18px;
}

.btn-navbar:hover {
  color: var(--base-color) !important;
}

/* Warna Menu text navbar */
.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--base-color) !important;
  opacity: 1 !important;
}

.nav-link {
  color: #333;
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--second-color);
}

/* Garis bawah untuk link aktif */
.nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--base-color);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

/* Efek hover untuk link tidak aktif */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--base-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

/* Responsif */
@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0.5rem;
  }

  .nav-link {
    padding: 0.5rem 1rem;
  }
}

ul {
  padding-left: 5px !important;
}

li .nav-item.active {
  color: var(--base-color) !important;
}

.img-welcome {
  margin-left: 9%;
}

.background-soft-blue {
  background-color: #0349ab1f;
}

.bg-welcome-text {
  position: relative;
  z-index: 1;
}
.bg-welcome-text::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  right: -20px;
  bottom: -20px;
  background-color: var(--second-color);
  z-index: -1;
  opacity: 1;
  border-radius: 15px;
}

.background-welcome {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/12.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.background-welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.94); /* opacity 20% */
  z-index: 2;
}

.background-keunggulan {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/14.webp");
  background-size: contain;
  background-position: center;
  /* background-attachment: fixed; */
  z-index: 0;
  /* overflow: hidden; */
}

.background-keunggulan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95); /* opacity 20% */
  z-index: 0;
}

.background-galeri {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/13.webp");
  background-size: cover;
  background-position: center -10%;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  z-index: 0;
  /* overflow: hidden; */
  /* opacity: ; */
}

.background-galeri::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  /* Gradasi putih: atas & bawah putih, tengah transparan */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0.9) 100%
  );
  z-index: 1;
}

.background-rental {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/10.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  z-index: 1;
}

/* overlay hitam */
.background-rental::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #dfe7f3;
  z-index: -1;
}

/* pastikan konten di atas overlay */
.background-layanan > * {
  position: relative;
  z-index: 3;
}

.background-artikel {
  position: relative;
  /* background-image: url("../../../assets/public/Aset Desain/pakai/bg/6.webp"); */
  background-color: #171717e2;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.background-artikel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--base-color);
  height: 300px;
  top: 0;
  z-index: -1;
}

.background-portofolio {
  background-color: #d3b63321;
}

.background-soft {
  background-color: #ffcb300a;
}

.background-klien {
  background-color: #e5841112;
}

.background-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 25%
    ),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 25%
    ),
    url("../../../assets/public/Aset Desain/pakai/bg/4.webp");
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  z-index: -1;
  opacity: 0.2;
}

.background-testimoni {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.background-testimoni::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/12.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.background-4 {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.07;
}

.background-5 {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/11.webp");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background-attachment: fixed; */
  z-index: -1;
  opacity: 0.05;
}

.bg-artikel {
  background: linear-gradient(
    to bottom,
    #3a70c11f 0%,
    #3a70c11f 50%,
    transparent 100%
  );
}

.ornamen-keunggulan {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 40px;
}

.ornamen-footer {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 40px;
}

footer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* MObile Navbar  */
/* Wrapper mobile */
.header-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Language button */
.header-language > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Dropdown styling */
.language-dropdown {
  min-width: 150px;
  padding: 8px 0;
  border-radius: 8px;
}

.language-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-language > a {
    font-size: 12px;
  }

  .language-dropdown {
    right: 0;
    left: auto;
  }

  .navbar-toggler {
    padding: 5px 8px;
  }

  .navbar-toggler-line {
    width: 20px;
    height: 2px;
  }
}

/* Mobile navbar */

/* CARD Keunggulan */
.card-keunggulan {
  width: 350px;
  padding: 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.card-keunggulan {
  width: 100%;
  max-width: 350px; /* batasi lebar card */
}

/* border glow */
.card-keunggulan::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color 0.35s ease;
  pointer-events: none;
}

.badge-bintang {
  background: var(--base-color); /* biru */
  padding: 6px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.badge-bintang i {
  color: #ff9800; /* oren */
  font-size: 12px;
}

/* Background biru untuk icon */
.card-keunggulan .icon-keunggulan {
  width: 70px;
  height: 70px;
  background-color: var(--base-color); /* biru, bisa ganti sesuai warna brand */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Ubah icon jadi putih */
.card-keunggulan .icon-keunggulan img {
  filter: brightness(0) invert(1);
}

.card-keunggulan:hover::before {
  /* border-color: #ff3131; */
}

.card-keunggulan:hover {
  box-shadow: 0 12px 32px rgba(49, 121, 255, 0.15);
}

/* =====================================
   GARIS BOTTOM ANIMASI
===================================== */

.card-keunggulan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--base-color);
  transition: all 0.35s ease;
  transform: translateX(-50%);
  border-radius: 3px;
}

.card-keunggulan:hover::after {
  width: 80%;
}

/* =====================================
   ICON ANIMASI
===================================== */

.card-keunggulan picture img {
  transition: transform 0.35s ease;
}

.card-keunggulan:hover picture img {
  transform: translateY(-6px);
}

/* =====================================
   JUDUL ANIMASI
===================================== */

.card-keunggulan h3 {
  transition: color 0.35s ease;
}

.card-keunggulan:hover h3 {
  color: var(--second-color);
}

.mySwiper-keunggulan .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card keunggulan  */

.section-testimoni {
  margin-top: -80px;
  margin-bottom: -200px;
}
.testimoni-title {
  margin-top: -150px;
}

/* CARD Layanan Rayap  */
/* ========================= */
/* MENU GALLERY GRID */
/* ========================= */
/* ========================= */
/* GRID CONTROL */
/* ========================= */

.menu-row {
  margin: -5px;
}

.menu-col {
  padding: 5px;
}

@media (max-width: 767px) {
  .menu-row {
    margin: 0;
  }
  .menu-col {
    padding: 0;
  }
}

/* ========================= */
/* ITEM STYLE */
/* ========================= */

.menu-item {
  position: relative;
  overflow: hidden;
}

.menu-item img {
  width: 100%;
  /* height: 280px; */
  object-fit: contain;
  display: block;

  /* INI YANG BIKIN ZOOM SMOOTH */
  transform: scale(1);
  transition: transform 0.4s ease;
}

/* MOBILE HEIGHT */
@media (max-width: 767px) {
  .menu-item img {
    /* height: 200px; */
  }
}

/* ========================= */
/* OVERLAY */
/* ========================= */

.menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.gslide-description.description-bottom {
  display: none;
}

/* ========================= */
/* DESKTOP HOVER */
/* ========================= */

@media (min-width: 768px) {
  .menu-item:hover img {
    transform: scale(1.08); /* zoom ringan */
  }

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

/* ========================= */
/* MOBILE AUTO SHOW */
/* ========================= */

@media (max-width: 767px) {
  .menu-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.35);
  }
}

/* ========================= */
/* MOBILE 1 BARIS 1 */
/* ========================= */

@media (max-width: 767px) {
  .menu-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ========================= */
/* MOBILE OVERLAY SCROLL */
/* ========================= */

@media (max-width: 767px) {
  /* default overlay hidden */
  .menu-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 0.4s ease;
  }

  /* saat aktif karena scroll */
  .menu-item.show-overlay .menu-overlay {
    opacity: 1;
  }
}

/* MENU RESTO  */

/* Card Artikel  */
/* =========================
   ARTIKEL CARD STYLE
========================= */

.artikel-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.artikel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.artikel-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

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

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

/* CATEGORY */
.artikel-category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* CONTENT */
.artikel-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* META */
.artikel-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

/* TITLE */
.artikel-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.artikel-title a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.artikel-card:hover .artikel-title a {
  color: #0d6efd;
}

/* DESCRIPTION */
.artikel-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* AUTHOR */
.artikel-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.artikel-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.btn-artikel {
  background-color: var(--base-color);
  padding: 6px 16px;
  border-radius: 10px;
  color: white;
  border: 2px solid;
}

.btn-artikel:hover {
  background-color: transparent;
  color: var(--base-color);
  border: 2px solid;
}
/* Card Artikel  */

.header-title {
  color: #ff4d52;
}

/* page Header  */

.hero-artikel {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 50px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

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

/* Breadcrumb */
.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.custom-breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #fff;
  opacity: 0.7;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

/* Title */
.hero-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Garis Aksen */
.hero-line {
  width: 80px;
  height: 4px;
  background: var(--second-color);
  margin-bottom: 20px;
  border-radius: 5px;
}

/* Description */
.hero-desc {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.7;
  max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-artikel {
    padding: 70px 0;
    min-height: 350px;
  }
}

/* Page Header  */

/* BADGE OVERLAP */
.badge-info {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  display: flex;
  width: 90%;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.badge-info span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #444;
}

.badge-info i {
  color: var(--base-color);
}

/* CONTENT */
.content {
  padding-top: 30px;
}

.judul-artikel {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  color: #222;
}

.card-artikel-modern:hover .judul-artikel {
  color: var(--base-color);
}

.deskripsi-artikel {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

/* Card Artikel  */

/* Card Layanan  */
.card-layanan {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: #fff;
  cursor: pointer;
}

.card-layanan:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Bungkus gambar agar aman saat zoom */
.card-layanan picture {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

/* Gambar default */
.card-layanan img {
  transition: transform 0.4s ease;
}

/* Zoom image saat hover card */
.card-layanan:hover img {
  transform: scale(1.12);
}

/* Card Layanan  */

.card-kontak {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-bottom: 15px;
}

.card-kontak:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.icon-bg {
  position: relative;
  z-index: 1;
}

.icon-bg::before {
  position: absolute;
  z-index: -1;
  background-color: green;
  width: 50px;
  height: 50px;
  border: 10px;
  border-radius: 10px;
}

.overlay-header {
  position: relative;
  z-index: 1;
}
.overlay-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Sesuaikan tingkat gelapnya */
  z-index: 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

div {
  font-size: 14px;
  line-height: 24px;
}

/* Judul Section */
.judul-hitam {
  color: #000;
  /* font-weight: 700; */
}
.judul-utama {
  color: var(--base-color);
  /* font-weight: 700; */
}
/* Judul Section */

.whatsapp-shake {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-shake img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

@keyframes shake {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(1px, -1px);
  }
  40% {
    transform: translate(-1px, 1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
}

/* SLIDER WRAPPER */
.mySwiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* OVERLAY */
.overlay-slider {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* IMAGE */
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomLoop 15s ease-in-out infinite;
}

@keyframes zoomLoop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* CONTENT CENTER */
.slider-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 50px;
}

/* TEXT BOX */
.slider-text {
  max-width: 850px;
  padding: 0 20px;
  text-align: start;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* ACTIVE SLIDE ANIMATION */
/* .swiper-slide-active .slider-text {
  opacity: 1;
  transform: translateY(0);
} */

/* TEXT */
.slider-text h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  /* color: var(--base-color); */
  color: #ff4d52;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-text h6 {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}

/* BUTTONS */
.btn-wa-slider,
.btn-tour-slider {
  padding: 5px 22px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-wa-slider {
  background: var(--base-color);
  color: #fff;
}

.btn-wa-slider:hover {
  background: transparent;
  border: 2px solid #fff;
}

.btn-tour-slider {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-tour-slider:hover {
  background: var(--base-color);
  color: white;
}

/* .custom-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid #007bff;
}

.custom-btn:hover {
  background: transparent;
  color: #007bff;
  transform: translateY(-2px);
} */

/* Container Panah */
.custom-slider-nav {
  /* position: absolute; */
  top: 0;
  right: 0;
  display: flex;
  gap: 40px;
}

/* Style Panah */
.custom-slider-nav .swiper-button-prev,
.custom-slider-nav .swiper-button-next {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* Hover Effect */
.custom-slider-nav .swiper-button-prev:hover,
.custom-slider-nav .swiper-button-next:hover {
  background: #1e88e5;
  color: #fff;
  /* transform: translateY(-3px); */
}

/* Hilangkan default swiper arrow */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .custom-slider-nav {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}

/* Wisata Detail  */

/* Wrapper agar panah berdekatan */
.slider-one-slide-prev-02,
.slider-one-slide-next-02 {
  position: relative !important; /* hilangkan absolute dari swiper default */
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 5px; /* jarak antar panah */
  background-color: #0d6efd !important; /* biru */
  color: #ffffff !important;
  cursor: pointer;
}

/* Hilangkan icon default swiper */
.slider-one-slide-prev-02::after,
.slider-one-slide-next-02::after {
  display: none !important;
}

/* Ukuran icon fontawesome */
.slider-one-slide-prev-02 i,
.slider-one-slide-next-02 i {
  font-size: 16px;
}

/* Pastikan container flex */
.col-xl-2 .swiper-button-prev,
.col-xl-2 .swiper-button-next {
  position: relative !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
}

/* SECTION */
.wisata-detail-section {
  background: #f9fafc;
}

/* IMAGE */
.wisata-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.wisata-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.4s ease;
}

.wisata-image:hover {
  transform: scale(1.05);
}

/* CARD */
.wisata-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

/* TITLE */
.wisata-title {
  font-size: 26px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

/* VIEWS */
.wisata-views {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 25px;
}

/* BLOCK */
.wisata-block {
  margin-bottom: 25px;
}

.wisata-block h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #0f172a;
}

/* RUTE GRID */
.rute-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.rute-item {
  font-size: 14px;
  color: #334155;
  display: flex;
  align-items: center;
}

.rute-item i {
  color: #2196f3;
  margin-right: 8px;
}

/* DESKRIPSI */
.wisata-deskripsi {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  background: #f1f5f9;
  padding: 15px;
  border-radius: 10px;
}

.wisata-deskripsi ul {
  list-style: none !important;
}

.wisata-deskripsi ul li::marker {
  content: "" !important;
}

.include ul {
  list-style: none !important;
}

.include ul li::marker {
  content: "" !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .wisata-card {
    padding: 25px;
  }

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

  .wisata-title {
    font-size: 20px;
  }
}

/* Wisata Detail */

/* Btn Custom  */
.btn-custom {
  background-color: var(--base-color);
  color: white;
  padding: 4px 15px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.btn-custom:hover {
  background-color: transparent;
  color: var(--base-color);
}

/* Btn Custom  */

.btn-custom-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 6px 24px;
  border-radius: 50px;

  font-size: 15px;
  font-weight: 600;
  color: #fff;

  background: linear-gradient(135deg, var(--base-color), var(--second-color));
  border: none;
  cursor: pointer;

  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ICON */
.btn-custom-1 .icon {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* SLIDE OVERLAY */
.btn-custom-1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(135deg, var(--second-color), var(--base-color)); */
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.btn-custom-1 span,
.btn-custom-1 .icon {
  position: relative;
  z-index: 1;
}

/* HOVER EFFECT */
.btn-custom-1:hover::before {
  transform: translateX(0);
}

.btn-custom-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-custom-1:hover .icon {
  transform: translateX(5px) rotate(10deg);
}

/*  */

/* .btn-custom-2 */
.btn-custom-2 {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #5eb6dc4a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, #5eb6dc, #5eb6dc);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon {
  border-radius: 1px;
}

.text {
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
}

.btn-custom-2:hover .IconContainer {
  width: 90px;
  transition-duration: 0.3s;
}

.btn-custom-2:hover .text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.btn-custom-2:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

/* btn custom 2 */

/* .btn-custom-3 */
.btn-custom-3 {
  width: 120px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #f0575240;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.IconContainer3 {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, #f05752, #f05752);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
  position: absolute;
  left: 5px;
}

.icon {
  border-radius: 1px;
}

.text3 {
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
  position: relative;
  left: 15px;
}

.btn-custom-3:hover .IconContainer3 {
  width: 108px;
  transition-duration: 0.3s;
}

.btn-custom-3:hover .text3 {
  transform: translate(20px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.btn-custom-3:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

/* btn custom 3 */

/* HILANGKAN GOOGLE BAR ATAS */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* HILANGKAN WIDGET BAWAAN GOOGLE */
.goog-te-gadget {
  display: none !important;
}

.goog-logo-link {
  display: none !important;
}

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

/* Hindari layout shift */
.skiptranslate iframe {
  display: none !important;
}

/* Tabel harga  */
.table-elegant {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.table-elegant td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.table-elegant tr:last-child td {
  border-bottom: none;
}

.table-elegant .price {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: var(--base-color);
}

.table-elegant .label {
  color: #555;
  text-align: start;
}

/* tabel harga  */

/* card wisata  */
.interactive-banner-style-08 {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Hover effect */
.interactive-banner-style-08:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

/* Optional: smooth image zoom inside card */
/* .interactive-banner-style-08 img {
  transition: transform 0.4s ease;
}

.interactive-banner-style-08:hover img {
  transform: scale(1.03);
} */

/* card wisata  */

.include ul {
  list-style: none;
  padding-left: 0;
}

.include ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.include ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background: var(--second-color);
  border-radius: 50%;
}

/* Mobile Responsive Slider */
@media only screen and (max-width: 600px) {
  .slider-content {
    flex-flow: column;
  }
  .tabel-harga {
    height: 400px !important;
  }
  .slider-text h1 {
    font-size: 2rem;
  }

  .slider-text h6 {
    font-size: 1rem;
  }

  .custom-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .slider-content {
    padding: 0 15px;
  }

  .d-flex.gap-1 {
    flex-direction: column;
    gap: 10px !important;
  }
}

/* Animation for slider text */
.slider-text {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .swiper-wrapper {
  margin-top: 30px;
} */

/* Card Welcome text  */
.card-small {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-left: 10px;
}

/* Hover effect */
.card-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Icon kecil bulat */
.icon-small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 14px;
}

/* Text di samping icon */
.text-small span {
  font-size: 14px;
  font-weight: 500;
}

/* Responsive spacing */
@media (max-width: 576px) {
  .card-small {
    padding: 6px;
  }
  .icon-small {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .text-small span {
    font-size: 13px;
  }
}

/* Card Welcome Text  */

.slider-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 14px;
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Garis merah di kiri */
.slider-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #ff3131;
  border-radius: 2px;
}

/* Icon supaya sejajar */
.slider-title i {
  font-size: 14px;
  line-height: 1;
}

/* Text kecil */
.slider-title span {
  font-size: 14px;
  font-weight: 600;
}

/* Card Kontak  */

.card-kontak-modern {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card-kontak-modern i {
  font-size: 20px;
  color: #fff;
  background: #25d366;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-kontak-modern h4 {
  font-size: 16px;
  margin: 0 0 2px;
  color: #111;
}

.card-kontak-modern span {
  font-size: 14px;
  color: #555;
}

.card-kontak-modern:hover {
  border-color: #ff3131;
  transform: translateY(-3px);
}

/* icon warna beda */
.card-kontak-modern .fa-phone {
  background: #ff3131;
}
.card-kontak-modern .fa-map-marker-alt {
  background: #111;
}

.map-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

/* Card Kontak  */

.icon-sosmed {
  background: var(--base-color);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* line-height: 1; */
  min-width: 30px;
  max-width: 30px;
}

.badge-layanan {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  font-size: 13px;
  color: #333;
}

.badge-layanan i {
  font-size: 12px;
  color: #28a745; /* hijau checklist */
}

/*MOBILE HP Responsive*/
@media only screen and (max-width: 600px) {
  .img-welcome {
    margin-left: 0;
  }
  .swiper-wrapper {
    /* margin-top: 40px; */
  }
}

/* Card Wisata */
.card-wisata {
  background: white;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  overflow: hidden;
}

.card-wisata:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

/* Overlay selalu tampil */
.img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  z-index: 1;
  pointer-events: none;
}
/* .img-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%; 
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 20%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.2) 90%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
} */

.card-wisata img {
  transition: transform 0.4s ease-in-out;
}

.card-wisata:hover img {
  transform: scale(1.05);
}

.text-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 5px;
  line-height: 20px;
}

/* accordion rental  */
.accordion-custom {
  max-width: 700px;
  margin: 20px auto;
}

.accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.accordion-header {
  width: 100%;
  background: var(--base-color);
  color: #fff;
  padding: 15px 20px;
  border: none;
  outline: none;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.accordion-header:hover {
  /* background: var(--second-color); */
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

.accordion-body.active {
  padding: 15px 20px;
}

.accordion-body div {
  font-size: 14px;
  line-height: 24px;
  color: #444;
}

.icon {
  font-size: 20px;
  transition: 0.3s;
}
/* accordion rental  */
/* Card Rental */

.card-rental {
  background: white;
  border-radius: 10px;
  /* padding: 5px; */
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-rental:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-rental img {
  transition: transform 0.4s ease-in-out;
}

.card-rental:hover img {
  transform: scale(1.05);
}

.img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.judul-rental {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.judul-rental::after {
  position: absolute;
  content: "";
  border: 1px solid var(--base-color);
  bottom: 6px;
  left: 0px;
  width: 50px;
  height: 1px;
  opacity: 0.5;
}

.judul-rental::before {
  position: absolute;
  content: "";
  border: 1px solid var(--base-color);
  bottom: 3px;
  left: 0px;
  width: 100px;
  height: 1px;
}

/* .header-title {
  position: relative;
  display: inline-flex;
  z-index: 1;
  width: fit-content;
}

.header-title::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #d3b63344;
  left: -10px;
  bottom: -5px;
  z-index: -1;
  animation: pulse-bg 2s infinite ease-in-out;
  opacity: 0.05;
}


@keyframes pulse-bg {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
    filter: brightness(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1);
  }
}
*/

/* .judul-rental {
  border: 2px solid var(--base-color);
  width: fit-content;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  line-height: 30px;
  background-color: var(--base-color);
  color: white;
} */

.mfp-arrow-right:before {
  content: "\f061";
  font-family: FontAwesome;
}

.mfp-arrow-left:before {
  content: "\f060";
  font-family: FontAwesome;
}

/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.scroll-to-top .progress-circle {
  position: absolute;
  transform: rotate(-90deg);
}

.scroll-to-top .arrow-up {
  position: absolute;
  font-size: 20px;
  color: #3498db;
  z-index: 2;
}

.img-sticky1 {
  position: sticky;
  height: 100%;
  overflow: visible;
  top: 100px;
}

.include ul li,
.exclude ul li,
.itinerary ul li {
  list-style: disc;
}

/* Float 1 */
/* WRAPPER posisi kanan */
.floating-wrapper1 {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

/* Tombol */
.float1 {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: var(--base-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.float1:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Icon */
.my-float1 {
  margin: 0;
}

/* Bounce Animation */
.bounce1 {
  animation: bounce 2s infinite;
}

/* Supaya tidak barengan naiknya */
.delay {
  animation-delay: 0.5s;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .floating-wrapper1 {
    right: 15px;
    bottom: 20px;
  }

  .float1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Float  */

/* --- Accordion Container --- */
.accordion {
  max-width: 600px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* --- Accordion Header --- */
.accordion input {
  display: none;
}

.accordion label {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion label:hover {
  background-color: #eaeaea;
}

/* --- Accordion Content --- */
.accordion .content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
  padding: 0 10px;
}

.accordion input:checked ~ .content {
  max-height: 300px;
  padding: 5px 10px;
}

/* --- Responsiveness --- */
@media (max-width: 600px) {
  .accordion label {
    font-size: 16px;
    padding: 12px;
  }
  .accordion .content {
    font-size: 14px;
  }
}

.tabel-harga {
  width: 100%;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 200px;
}

/* Buat agar tabel rapi */
.tabel-harga table {
  width: 100%;
  /* border-collapse: collapse; */
}

.tabel-harga th {
  background: var(--base-color);
  color: #fff;
  text-align: left;
  padding: 2px 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.tabel-harga td {
  padding: 2px 5px;
  font-size: 13px;
  color: #444;
  /* border-bottom: 1px solid #eee; */
}

/* Efek hover tiap baris */
.tabel-harga tr:hover td {
  background: #fdf3f2;
  transition: 0.3s;
}

.tabel-harga tbody {
  text-align: left;
}

/* Harga tebal dan warna mencolok */
.tabel-harga td:last-child {
  /* text-align: right; */
  font-weight: 500;
  color: var(--base-color);
}

.tabel-harga table {
  border: 0;
}

.text-wisata {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 10px;
  z-index: 2;
  bottom: 15px;
}

.gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  position: relative;
}

.gallery-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); */
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Biar teks muncul di atas gradasi */
/* .text-wisata {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  z-index: 2;
} */

/* Efek hover lebih terang */
.gallery-box:hover .gallery-image::after {
  opacity: 0.9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

.accordion-container {
  max-width: 700px;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.accordion-header {
  width: 100%;
  background: #cbcbcb1c;
  color: #333;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  /* background: #de6b3114; */
  color: var(--base-color);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

.accordion-body.show {
  max-height: 400px;
  padding: 15px 20px;
}

.accordion-item.active .accordion-header {
  background: var(--base-color);
  color: white;
}

@media (max-width: 600px) {
  .accordion-header {
    font-size: 16px;
    padding: 12px 16px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/* Efek zoom pada gambar di dalam .feature-box */
.feature-box-icon img {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  margin-bottom: 15px;
}

/* Saat card di-hover, gambar membesar sedikit */
.feature-box:hover .feature-box-icon img {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Galeri  */

/* ===============================
   GALLERY HOVER EFFECT
=================================*/

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.gallery-img {
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  display: block;
}

/* Zoom + sedikit gelap */
.gallery-item:hover .gallery-img {
  transform: scale(1.1);
  filter: brightness(75%);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
  border-radius: 15px;
  pointer-events: none; /* INI PENTING supaya tidak nutup klik */
}

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

.zoom-icon {
  color: #fff;
  font-size: 28px;
}

/* ===============================
   LIGHTBOX
=================================*/

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 999999; /* Biar pasti di atas semua */
  justify-content: center;
  align-items: center;
}

#lightbox-img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 10px;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 45px;
  cursor: pointer;
}
/* Galeri  */

/* Galeri Masonry */
.masonry {
  column-count: 2;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .masonry {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .masonry {
    column-count: 4;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 15px;
}

.masonry-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.icon-kontak {
  background: var(--base-color);
  padding: 10px;
  border-radius: 10px;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
}

ul.deskripsi {
  list-style: disc;
}

.accordion-button {
  padding: 1px 15px;
}

.scrollable-list {
  max-height: 130px;
  overflow-y: auto;
}

.floating-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  bottom: 30px;
  right: 30px;
}

.floating-item {
  width: 250px;
  animation: floating 4s ease-in-out infinite;
}

.floating-item:nth-child(2) {
  animation-delay: 2s;
}

.floating-item dotlottie-wc {
  width: 100%;
  height: auto;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .floating-item {
    width: 180px;
  }
}

/* Slider  */
/* Posisi bullet tepat di tengah bawah */
.swiper-pagination {
  position: absolute;
  bottom: 25px !important;
  /* left: 50% !important; */
  transform: translateX(-50%);
  text-align: center;
  width: auto;
}

/* Bullet normal */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 6px !important;
}

/* Bullet aktif */
.swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.2);
}

/* Panah */
.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
}

/* Slider  */
/* .btn-custom-1 {
  box-sizing: border-box;
  border: 0;
  margin-top: 10px;
  border-radius: 20px;
  color: var(--second-color);
  padding: 3px 15px;
  background: var(--base-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
}

.btn-custom-1 .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-custom-1 .arrow {
  margin-top: 1px;
  width: 14px;
  background: var(--base-color);
  height: 2px;
  position: relative;
  transition: 0.2s;
}

.btn-custom-1 .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--second-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.btn-custom-1:hover {
  background-color: var(--second-color);
}

.btn-custom-1:hover .arrow {
  background: var(--second-color);
}

.btn-custom-1:hover .arrow:before {
  right: 0;
} */

/* .btn-custom-2 {
  box-sizing: border-box;
  border: 0;
  margin-top: 10px;
  border-radius: 20px;
  color: var(--second-color);
  padding: 3px 15px;
  background: transparent;
  border: 1px solid var(--base-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
}

.btn-custom-2 .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-custom-2 .arrow {
  margin-top: 1px;
  width: 14px;
  background: var(--base-color);
  height: 2px;
  position: relative;
  transition: 0.2s;
}

.btn-custom-2 .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--second-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.btn-custom-2:hover {
  background-color: var(--second-color);
}

.btn-custom-2:hover .arrow {
  background: var(--second-color);
}

.btn-custom-2:hover .arrow:before {
  right: 0;
} */

/* ornamen welcome  */
.custom-shape-divider-bottom-welcome {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-welcome svg {
  position: relative;
  display: block;
  width: calc(135% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-welcome .shape-fill {
  fill: #ffffff;
}

/* ornamen-welcom */

/* ornamen keunggulan  */
.custom-shape-divider-bottom-keunggulan {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-keunggulan svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 79px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-keunggulan .shape-fill {
  fill: #00419d13;
}

/* ornamen keunggalan  */

/* ornamen rental  */
.custom-shape-divider-bottom-rental {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-rental svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-rental .shape-fill {
  fill: #ffffff;
}

/* ornamen rental  */

.persyaratan ul li {
  list-style-type: disc;
}

.persyaratan {
  padding-left: 15px;
}

/* Header Page Section  */
.header-section {
  height: 300px;
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* Gradasi biru kiri â†’ transparan kanan */
/* .header-section .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgb(26 26 26 / 68%) 0%,
    rgb(31 32 33 / 55%) 40%,
    rgb(30 30 30 / 25%) 70%,
    rgba(0, 102, 204, 0.05) 100%
  );
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 102, 204, 0.9) 0%,
    rgba(0, 102, 204, 0.6) 40%,
    rgba(0, 102, 204, 0.3) 70%,
    rgba(0, 102, 204, 0) 100%
  );
  z-index: 1;
} */

/* Pastikan konten di atas overlay */
.header-section .container {
  position: relative;
  z-index: 2;
}

/* header Page section  */

.deskripsi ul li {
  list-style-type: disc;
}

.icon-title {
  background: var(--second-color);
  padding: 5px;
  border-radius: 5px;
  color: var(--base-color);
}

.checklist-layanan {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-layanan li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.checklist-layanan i {
  color: var(--base-color); /* hijau checklist */
  font-size: 14px;
  margin-top: 2px;
}

.checklist-layanan span {
  line-height: 1.5;
}

/* ========================= */
/* DEFAULT STATE */
/* ========================= */

/* ========================= */
/* DEFAULT DESKTOP */
/* ========================= */

.logo-resto {
  display: inline-block;
}

.logo-default {
  display: inline-block;
}

/* ========================= */
/* MOBILE ONLY */
/* ========================= */

@media (max-width: 991px) {
  /* sembunyikan logo default */
  .logo-default {
    display: none !important;
  }

  /* tampilkan hanya logo resto */
  .logo-resto {
    display: inline-block !important;
  }
}

/* CTA  */

/* CTA  */

/* Kontak  */
/* Card Contact */
.contact-card-modern {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.contact-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #000;
}

/* Icon Bulat */
.icon-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  min-width: 40px;
  max-width: 40px;
}

/* Social */
.social-modern {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s ease;
}

.social-modern:hover {
  background: #0d6efd;
  color: #fff;
}

/* Kontak  */

/* MOBILE / Responsive */
@media (max-width: 600px) {
  .slider-content {
    margin-left: 0px;
    justify-content: center;
  }
  .swiper {
    /* overflow: visible !important; */
  }
  .header-title::before {
    top: -10px;
    left: 20px;
  }
  div {
    font-size: 14px;
  }
  .flex-mobile {
    flex-direction: column;
  }
  .gambar-mobile-layanan {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .slider-mobile {
    /* top: -20px; */
    position: relative;
    margin-bottom: -30px;
  }
  .slider-text {
    padding: 0px 10px;
    top: 100px;
  }
  .slider-text h1 {
    font-size: 25px;
  }
  .slider-text h6 {
    font-size: 16px;
  }
  .img-sticky1 {
    position: relative !important;
    top: 0px !important;
  }
  .img-sticky-keunggulan {
    position: relative !important;
    top: 0px !important;
  }
  .flex-mobile1 {
    flex-direction: column;
  }
  /* .flex-mobile-harga {
    display: flex;
  } */

  .content-slider {
    top: 50%;
  }
  .content-slider-mobile {
    display: flex;
    flex-wrap: nowrap; /* Jangan biarkan pecah ke bawah */
    align-items: center;
    gap: 16px;
  }
  .content-slider-mobile > div {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .content-slider-mobile h1 {
    font-size: 20px;
  }
  .flex-mobile-keunggulan {
    flex-flow: wrap;
  }
  .cta-mobile {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-right: 10px;
    width: 100%;
    /* margin-top: -50px; */
    margin-bottom: -20px;
    width: auto;
    border-radius: 0px !important;
    height: 300px !important;
  }
  .nav-item.active .nav-link::after {
    display: none;
  }
  .nav-link::after {
    display: none;
  }
  .nav-link:hover::after {
    display: none;
  }
  .header-title::before {
    display: none;
  }
  .btn-custom-1 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .btn-lg-lg {
    padding: 6px 15px;
    font-size: 14px;
  }
}
