

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* 
"Nunito", sans-serif;
"Roboto Slab", serif;
"PT Sans", sans-serif;
"Kanit", sans-serif;
"Quicksand", sans-serif; 
*/

:root {
    --base-color: #0084fb;
    --second-color: #000000;
    --primary-font: "Oswald", sans-serif;
    --alt-font: "Oswald", sans-serif;
}

/* NAV CENTER FIX */



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

html {
  scroll-behavior: smooth !important;
}

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

.alt-font{
  font-family: var(--alt-font);
}

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

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

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

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

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

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

a:hover{
  color: var(--base-color) !important;
}

a.footer:hover{
color: white !important;
}

.py-5{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.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: var(--base-color);
  font-weight: 400;
  font-family: var(--primary-font);
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--base-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%;
  object-fit:cover;width:80%;height:100%;
  margin-bottom: -35px;
}

.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/9.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;
  z-index: 0;
}

.background-keunggulan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(rgba(255, 255, 255, 0.886), rgba(255, 255, 255, 0.9)),
    url("../../../assets/public/Aset Desain/pakai/bg/7.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* konten tetap di atas */
.background-keunggulan > * {
  position: relative;
  z-index: 2;
}

.background-wisata {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/6.webp");
  background-size: cover;
  background-position: center -10%;
  background-repeat: no-repeat;
  z-index: 0;
}

/* 🔥 Gradient merah → kuning */
.background-wisata::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(157, 41, 6, 0.85) 0%,
    rgba(157, 41, 6, 0.6) 40%,
    rgba(255, 222, 89, 0.5) 70%,
    rgba(255, 222, 89, 0.3) 100%
  );
  z-index: 1;
}

/* konten di atas */
.background-wisata > * {
  position: relative;
  z-index: 2;
}

.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: #fff7cc;
}

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

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

.background-galeri::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    135deg,
    rgba(157, 41, 6, 0.85) 0%,
    rgba(157, 41, 6, 0.6) 40%,
    rgba(255, 222, 89, 0.5) 70%,
    rgba(255, 222, 89, 0.3) 100%
  );
  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-cta {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  height: 100%;
z-index: -1;
}

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 */



/* Slider  IMG Gambar */
/* =========================
   HERO SLIDER
========================= */
/* =========================
   HERO SLIDER BASE (DESKTOP)
========================= */
.hero-slider{
    width:100%;
    height:100vh;
    position:relative;
}

.heroSwiper{
    width:100%;
    height:100%;
}

.heroSwiper .swiper-slide{
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

/* IMAGE */
.slider-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    /* transform: scale(1);
    transition: transform 6s ease-in-out; */
}

/* ZOOM DESKTOP */
.swiper-slide-active .slider-img{
    /* transform: scale(1.1); */
}

/* CONTENT */
.slide-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
    color:white;
    max-width:650px;
}

/* NAVIGATION */
.swiper-button-prev,
.swiper-button-next{
    color:white !important;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size:25px !important;
    font-weight:900;
}

/* =========================
   MOBILE RESPONSIVE FIX
========================= */
@media (max-width: 768px){

    /* HEIGHT FIX */
    .hero-slider{
        height: 75vh;
        min-height: 400px;
    }

    /* IMAGE FIX */
    .slider-img{
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

    /* CONTENT FULL WIDTH */
    .slide-content{
        left: 5%;
        right: 5%;
        max-width: 100%;
        text-align: center;
    }

    /* TITLE */
    .slide-content h1{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    /* DESC */
    .slide-content .fs-18{
        font-size: 14px;
        line-height: 1.5;
    }

    /* HIDE ARROW */
    .swiper-button-prev,
    .swiper-button-next{
        display: none;
    }

    /* MATIKAN ZOOM MOBILE */
    .swiper-slide-active .slider-img{
        transform: scale(1);
    }

}

/* =========================
   EXTRA SMALL DEVICE
========================= */
@media (max-width: 480px){

    .hero-slider{
        height: 65vh;
    }

    .slide-content h1{
        font-size: 18px;
    }

    .slide-content .fs-18{
        font-size: 13px;
    }

}


/* Slider IMG Gambar  */

/* ====================================
SECTION KEUNGGULAN
==================================== */

.keunggulan-list{
display:flex;
flex-direction:column;
gap:15px;
}

.keunggulan-item{
display:flex;
align-items:center;
gap:15px;
padding:18px;
border-radius:12px;
cursor:pointer;
background:#fff;
color: var(--base-color);
transition:0.3s;
border:2px solid transparent;
}

.keunggulan-item:hover{
background:#f6f6f6;
}

.keunggulan-item.active{
background:var(--base-color);
color:var(--second-color) !important;
border-color:var(--base-color);
}

.keunggulan-item .icon img{
width:40px;
height:40px;
object-fit:contain;
}

.keunggulan-item h5{
font-size:16px;
font-weight:600;
margin-bottom:4px;
}

.keunggulan-item p{
font-size:14px;
margin:0;
opacity:0.8;
}


/* ====================================
CONTENT AREA
==================================== */

.keunggulan-content-wrapper{
position:relative;
min-height:420px;
}

.keunggulan-content{
display:none;
animation:fadeIn .4s ease;
}

.keunggulan-content.active{
display:block;
}

.keunggulan-content img{
width:100%;
border-radius:20px;
margin-bottom:20px;
max-width: 500px;
}

.keunggulan-desc h3{
font-size:22px;
font-weight:600;
margin-bottom:10px;
}

.keunggulan-desc p{
font-size:16px;
color:#555;
line-height:1.6;
}


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


/* Card Produk  */
/* Background section */
.produk-hero {
    background: #f8f9fa;
}

/* Badge */
.badge-produk {
    display: inline-block;
    background: #2d5da8;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 3px;
}

/* Judul */
.judul-produk {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 3px;
}

/* Deskripsi */
.deskripsi-produk {
    color: #6c757d;
    line-height: 1.7;
    max-width: 300px;
}

/* Button */
.btn-produk {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-produk:hover {
    background: #000;
}

/* Gambar */
.img-produk {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

/* Shape kanan */
.bg-shape {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120%;
    height: 120%;
    background: #e9ecef;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

/* Shape kiri (reverse) */
.bg-shape.reverse {
    left: -50px;
    right: auto;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

/* Responsive */
@media(max-width:768px) {
    .judul-produk {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .bg-shape {
        display: none;
    }

    .deskripsi-produk {
        max-width: 100%;
    }
}


/* card produk  */


/* Card Keunggulan - Style Baru */
.card-keunggulan-v2 {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.card-keunggulan-v2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.card-keunggulan-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
    background:var(--base-color);
    color: white;
}

.card-keunggulan-v2:hover::after {
    transform: scaleX(1);
}

.icon-wrapper-v2 {
    width: 80px;
    height: 80px;
    background: var(--bg-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.card-keunggulan-v2:hover .icon-wrapper-v2 {
    background: var(--primary-color);
    transform: rotateY(360deg);
}

.icon-wrapper-v2 img {
    max-width: 60px;
    height: auto;
    transition: all 0.4s ease;
}

.card-keunggulan-v2:hover .icon-wrapper-v2 img {
    filter: brightness(0) invert(1); /* Mengubah ikon jadi putih saat hover */
}

.card-body-v2 h4 {
    font-size: 19px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 15px;
}

.card-keunggulan-v2:hover h4{
  color: white;
}
.card-keunggulan-v2:hover p{
  color: white;
  opacity: 0.7;
}

.card-body-v2 p {
    font-size: 14.5px;
    color: #636e72;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsif untuk Tablet */
@media (max-width: 991px) {
    .card-keunggulan-v2 {
        padding: 25px 15px;
    }
}

/* Keunggulan  */
/* =====================================
   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;
}

/* title web  */
.title-web {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #888;
    text-transform: uppercase;
}

.primary-font {
    font-weight: 500;
    color: #111;
}

.lead {
    font-size: 18px;
    color: #444;
}

/* title web  */

/* 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: var(--base-color);
}

/* 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-page {
    position: relative;
    min-height: 400px;
    /* background: url('images/bg.jpg') center/cover no-repeat; */
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(157,41,6,0.6));
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
}

.hero-desc {
    max-width: 600px;
    margin: 15px auto 0;
    opacity: 0.9;
}

.hero-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #9d2906, #ffde59);
    margin-top: 15px;
}

/* 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);
}

/* Visi Misi  */
/* Color Palette */
:root {
    --navy-deep: #061257;
    --blue-accent: #004bad;
    --bg-soft: #f4f7fa;
}

.text-navy {
    color: var(--navy-deep);
}

.bg-primary-soft {
    background-color: rgba(0, 75, 173, 0.1);
}

/* Card Styling */
.card-vision-mission {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eef2f6;
    transition: all 0.4s ease;
    z-index: 1;
}

.card-vision-mission:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(6, 18, 87, 0.1);
    border-color: var(--blue-accent);
}

/* Icon Header */
.card-icon-header {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.icon-blue {
    background: linear-gradient(135deg, var(--blue-accent), #3a86ff);
}

.icon-navy {
    background: linear-gradient(135deg, var(--navy-deep), #1a2a6c);
}

/* Content Typography */
.card-body-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy-deep);
    margin-bottom: 15px;
}

.divider-v2 {
    width: 40px;
    height: 4px;
    background: var(--blue-accent);
    margin-bottom: 20px;
    border-radius: 2px;
}

.card-body-content p {
    font-size: 16px;
    color: #5a6b7d;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Decorative Background Pattern */
.bg-pattern {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(var(--blue-accent) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.05;
    z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
    .card-vision-mission {
        padding: 40px 25px;
    }

    .card-body-content h3 {
        font-size: 20px;
    }
}

/* Visi Misi  */


/* sticky step  */
.sticky-img{
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.sticky-img img{
    width:100%;
    border-radius:10px;
}

/* Sticky Step  */

/* Card Artikel */
/* Blog V2 Custom */
.blog-v2 {
    position: relative;
}

.letter-spacing-1 {
    letter-spacing: 1.5px;
}

.text-primary-v2 {
    color: #004bad;
}

.divider-center {
    width: 50px;
    height: 3px;
    background: #004bad;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Card Blog Base */
.card-blog-v2 {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-blog-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(6, 18, 87, 0.08);
    border-color: #004bad20;
}

/* Thumbnail area */
.blog-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

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

.card-blog-v2:hover .blog-thumb img {
    transform: scale(1.1);
}

/* Floating Date */
.blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(6, 18, 87, 0.85);
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
}

/* Blog Body content */
.blog-body {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta {
    font-size: 12px;
    color: #8c98a4;
    font-weight: 500;
}

.blog-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-title a {
    color: #061257;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-title a:hover {
    color: #004bad;
}

.blog-excerpt {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Interactive Read More */
.blog-readmore {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #004bad;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: gap 0.3s ease;
}

.blog-readmore i {
    transition: transform 0.3s ease;
}

.blog-readmore:hover {
    color: #061257;
    gap: 12px;
}

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

/* Responsive */
@media (max-width: 768px) {
    .blog-body {
        padding: 20px 15px;
    }

    .blog-title {
        font-size: 16px;
    }
}
/* Card Artikel  */

/* Card Statistik  */
#statistik{
background:#9223170f;
padding:80px 0;
}

.counter-wrapper{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.counter-item{
text-align:center;
}

.digit-counter{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-bottom:15px;
}

/* container digit */
.digits{
display:flex;
flex-direction:row;
gap:10px;
}

/* kotak angka */
.digit-box{
width:70px;
height:90px;
background:var(--base-color);
border-radius:15px;
display:flex;
align-items:center;
justify-content:center;
font-size:55px;
font-weight:700;
color:#ffe600;
position:relative;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* garis tengah */
.digit-box::after{
content:"";
position:absolute;
top:50%;
left:0;
width:100%;
height:2px;
background:rgba(255,255,255,0.25);
transform:translateY(-50%);
}

.plus{
font-size:55px;
font-weight:700;
color:var(--base-color);
margin-left:10px;
}

.statistik-judul{
font-size:28px;
font-weight:700;
color:var(--base-color);
margin-top:20px;
}

.statistik-deskripsi{
font-size:18px;
color:#333;
margin-top:10px;
}

/* Card Statistik  */

/* Card Paket  */
/* Card Paket */
.card-paket {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;

    /* 🔥 SHADOW */
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

/* HOVER CARD */
.card-paket:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* IMAGE */
.card-paket picture {
    display: block;
    height: 200px;
    overflow: hidden;
}

.card-paket img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* ZOOM IMAGE */
.card-paket:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.card-paket > div {
    padding: 15px;
}

.card-paket h3 {
    margin: 0 0 5px;
}

.card-paket hr {
    margin: 10px 0;
}

/* PRICE STYLE */
.card-paket span {
    font-size: 12px;
    color: #888;
}

.card-paket div > div {
    font-weight: 500;
    font-size: 14px;
    /* color: #9d2906; */
}

/* ========================= */
/* BUTTON DETAIL */
/* ========================= */
.btn-detail-paket {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #9d2906;
    width: 100% ;
    border: 1px solid #9d2906;
    text-decoration: none;
    transition: 0.3s;
    width: 120px;
    display: flex;
    justify-content: center;
}

.btn-detail-paket:hover {
    background: #9d2906;
    color: #fff !important;
}

/* ========================= */
/* BUTTON BOOK NOW */
/* ========================= */
.btn-pesan-paket {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #9d2906, #ffde59);
    transition: 0.3s;
    width: 120px;
    display: flex;
    justify-content: center;
}

/* HOVER CTA */
.btn-pesan-paket:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(157,41,6,0.3);
}

/* ========================= */
/* BIAR TOMBOL SELALU DI BAWAH */
/* ========================= */
.card-paket .d-flex {
    margin-top: auto;
    padding: 15px;
}

/* Card Paket  */

/* 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);
  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,
p{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--primary-font);
}

/* 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);
  }
}


/* Wisata Detail */

/* Btn Join Member  */
.btn-join-member{
display:inline-block;
background:var(--base-color);
color:#fff;
font-size:16px;
font-weight:700;
padding:8px 20px;
border-radius:25px;
border:3px solid #000;
text-decoration:none;
box-shadow:3px 3px 0 #000;
transition:all .25s ease;
}

/* hover effect */
.btn-join-member:hover{
transform:translate(3px,3px);
box-shadow:3px 3px 0 #000;
color: var(--second-color) !important;
}

/* mobile */
@media(max-width:768px){

.btn-join-member{
font-size:18px;
padding:14px 30px;
}

}

/* btn Join Member */

/* 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:2px solid white;
  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;
}



.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;
  background-color: #0e925203;
}

/* 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;
}


/* WRAPPER */
.paket-wrapper{
position:relative;
padding-top:70px;
}

/* BADGE JUDUL */
.badge-judul{
position:absolute;
top:-30px;
left:50%;
transform:translateX(-50%);
z-index:5;
}

.badge-paket{
background: var(--second-color);
    color: var(--base-color);
padding:14px 35px;
border-radius:14px;
font-weight:700;
font-size:20px;
display:inline-block;
box-shadow:0 5px 10px rgba(0,0,0,0.15);
}

/* KANOPI */

/* Marquee Galeri  */
.marquee {
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 20px;
    width: max-content;
}

/* ITEM FIX SIZE */
.item {
    width: 200px;
    height: 200px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

/* IMAGE FIT */
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* bisa ganti cover kalau mau full */
    transition: transform 0.3s ease;
}

/* HOVER ZOOM */
.item:hover img {
    transform: scale(1.1);
}

/* OVERLAY GELAP */
.item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none; /* 🔥 INI KUNCINYA */
}

/* SHOW OVERLAY */
.item:hover::after {
    opacity: 1;
}

/* OPTIONAL ICON/TEXT (kalau mau isi nanti) */
.item::before {
    content: "🔍";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    color: white;
    font-size: 20px;
    opacity: 0;
    z-index: 2;
    transition: 0.3s;
}

.item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ANIMATION */
.marquee-left .marquee-content {
    animation: scroll-left 50s linear infinite;
}

.marquee-right .marquee-content {
    animation: scroll-right 70s linear infinite;
}

/* PAUSE HOVER */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}

/* KEYFRAMES */
@keyframes scroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes scroll-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

/* LIGHTBOX */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
}

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


/* Slider Fitur produk  */
.paket-marquee-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.paket-marquee-track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: paketMarquee 25s linear infinite;
    will-change: transform;
}

.paket-item {
    flex: 0 0 auto;
    width: 140px;
}

.paket-card {
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow:0 3px 8px rgba(0,0,0,0.08);

}


/* CARD HARGA */

.harga-card{
margin-bottom:18px;
}

.harga-box{
border:2px solid #4caf50;
border-radius:18px;
padding:25px 20px;
text-align:center;
background:#fff;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

/* TITLE */

.harga-title{
font-size:18px;
font-weight:600;
color:#333;
margin-bottom:12px;
}

/* BADGE HARGA */

.harga-badge{
background:#ffe100;
color:var(--base-color);
font-weight:700;
font-size:20px;
padding:10px 18px;
border-radius:12px;
display:inline-block;
box-shadow:0 3px 0 #c2b200;
}

.paket-img {
    height: 60px;
    object-fit: contain;
}

@keyframes paketMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 8px));
    }
}

.paket-marquee-wrap:hover .paket-marquee-track {
    animation-play-state: running;
}

/* Responsive */
@media (max-width: 768px) {
    .paket-item {
        width: 120px;
    }

    .paket-card {
        min-height: 105px;
    }

    .paket-img {
        height: 50px;
    }

    .paket-marquee-track {
        gap: 12px;
        animation-duration: 20s;
    }
}

@media (max-width: 576px) {
    .paket-item {
        width: 105px;
    }

    .paket-card {
        min-height: 95px;
        padding: 10px 8px;
    }

    .paket-img {
        height: 45px;
    }

    .paket-marquee-track {
        gap: 10px;
        animation-duration: 18s;
    }
}

/* Slider Fitur Produk  */


/* Wisata Detail  */
/* SECTION */
.wisata-detail-pro {
    background: #fff;
}

/* TITLE */
.title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.kategori {
    font-size: 13px;
    color: #9d2906;
    font-weight: 600;
}

.views {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* IMAGE */
.img-box img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* SECTION BOX */
.section-box {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
}

.section-box h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.content-text {
    font-size: 14px;
    line-height: 1.7;
}

/* SIDEBAR */
.sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: sticky;
    top: 100px;
}

/* PRICE */
.price-list .item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.price-list strong {
    color: #9d2906;
}

/* INFO */
.info {
    font-size: 14px;
    color: #555;
}

/* BUTTON FULL */
.btn-wa-full {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border-radius: 50px;
    background: linear-gradient(135deg, #9d2906, #ffde59);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-wa-full:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(157,41,6,0.3);
}

/* Wisata Detail  */

/* tabel harga  */


img.img-fluid {
    background-color: transparent !important;
}

/* Paket Kemitraan  */
.paket-kemitraan{
background:#fff7cc;
}

.paket-kemitraan ul{
padding-left:20px;
}

.paket-kemitraan ul li{
margin-bottom:6px;
}

.paket-kemitraan .card{
border-radius:20px;
}

/* paket Kemitraan */


/* accordion  */
.skema-wrapper{
display:flex;
flex-direction:column;
gap:15px;
}

.skema-item{
border-radius:14px;
background:#f5f5f5;
box-shadow:0 6px 15px rgba(0,0,0,0.08);
overflow:hidden;
}

/* HEADER */

.skema-header{
cursor:pointer;
padding:10px 17px;
}

.skema-row{
display:flex;
justify-content:space-between;
align-items:center;
}

.skema-left{
font-size:16px;
font-weight:700;
color:#333;
}

.skema-right{
font-size:24px;
font-weight:800;
color:var(--base-color);
}

/* BODY */

.skema-body{
max-height:0;
overflow:hidden;
transition:all .3s ease;
background:#fff;
padding:0 20px;
}

.skema-body.active{
max-height:500px;
padding:20px;
}

/* TABEL SKEMA PERHITUNGAN */

.skema-body table{
width:100%;
border-collapse:collapse;
font-size:16px;
color:#4b5563;
}

.skema-body table tr{
border-bottom:1px solid #ddd;
}

.skema-body table td{
padding:10px 0;
}

.skema-body table td:last-child{
text-align:right;
font-weight:600;
color:var(--base-color);
}

.skema-body table tr:last-child{
border-top:2px solid #bbb;
font-weight:700;
font-size:18px;
}

/* BEP BOX */

.bep-box{
margin-top:10px;
}

/* footer  */
/* Background */
    .footer-modern {
        background: #1f2a2f;
        color: #fff;
        padding: 50px 0 20px;
    }

    /* Top */
    .footer-top {
        margin-bottom: 20px;
    }

    /* Social */
    .footer-social a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        color: #fff;
        transition: 0.3s;
    }

    .footer-social a:hover {
        background: #fff;
        color: #000;
    }

    /* Menu kategori */
    .footer-menu {
        margin: 25px 0;
    }

    .footer-menu a {
        margin: 0 15px;
        text-decoration: none;
        color: #ddd;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 14px;
        transition: 0.3s;
    }

    .footer-menu a:hover {
        color: #fff;
    }

    /* Bottom */
    .footer-bottom {
        margin-top: 20px;
        font-size: 13px;
    }

    .footer-links a {
        margin-left: 15px;
        color: #aaa;
        text-decoration: none;
    }

    .footer-links a:hover {
        color: #fff;
    }

    /* Responsive */
    @media(max-width:768px) {

        .footer-top,
        .footer-bottom {
            flex-direction: column;
            text-align: center;
        }

        .footer-social {
            margin-top: 15px;
        }

        .footer-links {
            margin-top: 10px;
        }

        .footer-menu a {
            display: block;
            margin: 8px 0;
        }
    }

/* footer  */

/* CTA  */
/* Container Utama */
    .cta-premium {
        background: #fdfdfd;
    }

    /* Floating Card */
    .cta-floating-card {
        background: linear-gradient(135deg, #061257 0%, #004bad 100%);
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(6, 18, 87, 0.15);
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Dekorasi Background */
    .cta-floating-card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -10%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    /* Content Wrapper */
    .cta-content-wrapper {
        padding: 60px;
        color: #ffffff;
    }

    .cta-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        padding: 6px 16px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cta-v2-title {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .cta-v2-desc {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 30px;
        max-width: 90%;
    }

    .cta-features {
        gap: 20px;
    }

    .feature-item {
        font-size: 13px;
        font-weight: 500;
        display: flex;
        align-items: center;
        opacity: 0.8;
    }

    /* Action Box (Sisi Kanan) */
    .cta-action-box {
        background: rgba(0, 0, 0, 0.15);
        height: 100%;
        padding: 60px 40px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(5px);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .cta-price-tag {
        margin-bottom: 25px;
    }

    .cta-price-tag .label {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        text-transform: uppercase;
        display: block;
    }

    .cta-price-tag .amount {
        color: #ffffff;
        font-size: 34px;
        font-weight: 800;
        margin: 5px 0 0;
    }

    /* Button Modern */
    .btn-cta-v2 {
        position: relative;
        background: #25d366;
        color: #fff;
        width: 100%;
        max-width: 250px;
        padding: 16px 20px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: all 0.3s ease;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    }

    .btn-cta-v2:hover {
        background: #1ebc5a;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
    }

    .btn-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        z-index: 2;
    }

    .btn-shine {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: all 0.6s;
        z-index: 1;
    }

    .btn-cta-v2:hover .btn-shine {
        left: 100%;
    }

    .cta-note {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 15px;
        font-style: italic;
    }

    /* Responsive */
    @media (max-width: 991px) {
        .cta-content-wrapper {
            padding: 40px 30px;
            text-align: center;
        }

        .cta-v2-desc {
            max-width: 100%;
        }

        .cta-action-box {
            padding: 40px 30px;
            border-left: none;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .cta-v2-title {
            font-size: 28px;
        }
    }

/* CTA  */

/* JUDUL */

.bep-title{
font-size:20px;
font-weight:700;
color:var(--base-color);
margin-bottom:12px;
}

/* RUMUS */

.bep-rumus{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
font-size:18px;
}

/* FRACTION */

.bep-frac{
display:flex;
flex-direction:column;
align-items:center;
min-width:120px;
}

.bep-top{
font-weight:600;
}

.bep-line{
width:100%;
height:2px;
background:#444;
margin:2px 0;
}

.bep-bottom{
font-weight:600;
}

/* SYMBOL */

.bep-multiply{
font-size:20px;
font-weight:700;
}

.bep-equal{
font-size:20px;
font-weight:700;
}

/* TEXT */

.bep-text{
font-weight:600;
}

/* RESULT */

.bep-result{
background:#ffd84d;
padding:5px 10px;
border-radius:5px;
font-weight:700;
}

/* accordion  */

/* 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) {
  .sticky-img{
    position: relative;
    top: 0px;
    align-self: flex-start;
}
  .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active{
    min-height: 400px;
    max-height: 400px;
  }
  .swiper-pagination-bullet{
    display: none !important;
  }
  .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  */

/* 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;
    object-fit:cover;width:100%;height:100%;
    border-radius: 10px;
  }
  .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  */



/* News Blog  */
/* Bullet vertikal kiri */
.swiper-pagination {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    display: block;
    margin: 10px 0 !important;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/* Tombol */
.btn-dark {
    background: #222;
    border: none;
}

.btn-dark:hover {
    background: #000;
}

/* Bullet vertikal kiri */
.swiper-pagination {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    display: block;
    margin: 10px 0 !important;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/* Tombol */
.btn-dark {
    background: #222;
    border: none;
}

.btn-dark:hover {
    background: #000;
}

/* Animasi fade + naik */
.newsContentSwiper .swiper-slide {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.newsContentSwiper .swiper-slide-active {
    opacity: 1;
    transform: translateY(0);
}

/* Animasi gambar */
.newsSwiper .swiper-slide img {
    transform: scale(1.1);
    transition: 0.8s ease;
}

.newsSwiper .swiper-slide-active img {
    transform: scale(1);
}
/* News Blog  */
/* 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;

  bottom: -50px;
}

/* 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;
} */

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

.btn-konsultasi:hover{
background-color: transparent;
color: var(--base-color);
border: 2px solid;
}

.jarak-atas-card{
  margin-top: 60px;
}

.ornamen-atap{
  position: absolute;
    width: 100%;
    height: 40%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.ornamen-atap2{
  position: absolute;
    width: 100%;
    height: 40%;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.ornamen-top-statistik{
  position: absolute;
  top: -30px;
  left: -1px;
  width: 100%;
  height: 300px;
}

.ornamen-bottom-statistik{
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 300px;
}

/* 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;
}

/* Page header  */
/* Header V2 Styling */
.header-v2 {
    background: radial-gradient(circle at top right, #f8faff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Breadcrumb Custom */
.header-v2 .breadcrumb-item,
.header-v2 .breadcrumb-item a {
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
}

.header-v2 .breadcrumb-item.active {
    color: var(--base-color);
    font-weight: 600;
}

/* Badge Styling */
.badge-web {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 75, 173, 0.08);
    color: var(--base-color);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-web .dot {
    width: 8px;
    height: 8px;
    background: var(--base-color);
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

/* Typography */
.header-title {
    font-size: 48px;
    font-weight: 500;
    color: var(--base-color);
    line-height: 1.2;
}

.header-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    max-width: 90%;
    font-weight: 400;
}

/* Visual Side */
.header-visual-wrapper {
    position: relative;
    z-index: 1;
}

.image-box {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.header-img-main {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-box:hover .header-img-main {
    transform: scale(1.05);
}

.shape-blob {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(135deg, #004bad10 0%, #06125710 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    animation: blobMorph 10s infinite alternate;
}

/* Buttons */
.btn-primary-v2 {
    background: var(--base-color);
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary-v2:hover {
    background: var(--base-color);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 75, 173, 0.2);
}

.btn-outline-v2 {
    border: 2px solid #e9ecef;
    color: var(--base-color);
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-v2:hover {
    border-color: #004bad;
    color: var(--base-color);
    background: transparent;
}

/* Floating Stat Card */
.stat-card {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.stat-card .icon {
    width: 45px;
    height: 45px;
    background: #004bad;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 75, 173, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 75, 173, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 75, 173, 0);
    }
}

@keyframes blobMorph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    100% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .header-title {
        font-size: 36px;
    }

    .header-desc {
        max-width: 100%;
    }

    .header-img-main {
        height: 350px;
    }

    .stat-card {
        display: none;
    }
}

/* page header  */

/* Header Page Section  */
.header-v1 {
    min-height: 320px;
    /* margin-top: 50px; */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/* Overlay */
.overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.6) 40%,
        rgba(0,0,0,0.2) 80%,
        transparent 100%
    );
    z-index: 1;
}

/* Content */
.header-v1 .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

/* Subtitle */
.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.subtitle .line {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #9d2906, #ffde59);
}

/* Title */
.title {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
}

/* Desc */
.desc {
    font-size: 16px;
    opacity: 0.9;
}
/* 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  */
/* Section & Typography */
.kontak-v2 {
    background: #f8fbff;
}

.card-kontak-link {
    text-decoration: none !important;
    color: inherit;
}

/* Card Styling */
.card-kontak-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-kontak-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(6, 18, 87, 0.08);
    border-color: #004bad30;
}

/* Icons */
.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.icon-wa {
    background: #e8f9ef;
    color: #25d366;
}

.icon-phone {
    background: #eff6ff;
    color: #004bad;
}

.icon-mail {
    background: #fff5f5;
    color: #e53e3e;
}

.icon-map {
    background: #f3f0ff;
    color: #6b46c1;
}

.card-kontak-item:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
}

/* Text inside card */
.card-kontak-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #061257;
    margin-bottom: 10px;
}

.card-kontak-item p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: break-word;
}

.btn-action {
    font-size: 13px;
    font-weight: 700;
    color: #004bad;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 5px;
}

.btn-action::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #004bad;
    transition: width 0.3s ease, left 0.3s ease;
}

.card-kontak-item:hover .btn-action::after {
    width: 100%;
    left: 0;
}

/* Image Banner */
.img-banner-kontak {
    height: 300px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.overlay-subtle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(6, 18, 87, 0.2));
}

/* Responsive */
@media (max-width: 768px) {
    .card-kontak-item {
        padding: 25px 15px;
    }

    .img-banner-kontak {
        height: 200px;
    }
}
/* Kontak  */

/* MOBILE FIX TABLE SKEMA */
@media (max-width: 768px){

    .skema-body table{
        width:100%;
    }

    .skema-body table tr{
        display:block;
        border-bottom:1px solid #ddd;
        padding:8px 0;
    }

    .skema-body table td{
        display:block;
        width:100%;
        text-align:left;
        padding:4px 0;
        font-size: 15px;
    }

    .skema-body table td:last-child{
        text-align:left;
        font-weight:700;
        color:#8b1c1c;
    }

}

/* MOBILE / Responsive */
@media (max-width: 600px) {

  .digit-box{
    width: 50px;
    height: 60px;
    background: var(--base-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 700;
    color: #ffe600;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  /* .slider-img{
    object-position: 30% center ;
  }
  .slider-content {
    margin-left: 15px;
    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;
  }
#hubungi-kami{
  margin: 0px !important;
  padding: 0;
}


  .cta-mobile {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-right: 10px;
    width: 100%;
    /* margin-top: -50px; */
    padding-top: 20px;
    margin-bottom: -20px;
    width: auto;
    border-radius: 0px !important;
    height: 500px !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;
  }
}
