@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Manrope:wght@200..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Port+Lligat+Sans&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Young+Serif&display=swap');

/* 
"Urbanist", sans-serif;
"Arvo", serif;
"Merriweather", serif;
"Mukta Malar", sans-serif;
"Manrope", sans-serif;
"PT Sans", sans-serif;
"Port Lligat Sans", sans-serif;
"IBM Plex Sans Devanagari", sans-serif;
"Young Serif", serif;
*/

/* #333333 */

:root {
    --base-color: #1e17b9;
    --second-color: #333333;
    --primary-font: "Manrope", sans-serif;
    --alt-font: "Manrope", sans-serif;
}


.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);
}

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

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

h1, h2, h3, h4, h5, h6{
  font-family: var(--primary-font);
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 25px;
}

.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: 600;
  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;
    color: white;
  }
}

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


.VIpgJd-yAWNEb-L7lbkb{
  display: none !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-red {
  background-color: #9d020c0b;
}

.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/7.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-tour-package {
  position: relative;
  z-index: 0;
}

.background-tour-package::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    url("../../../assets/public/Aset Desain/pakai/bg/8.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  z-index: 0;
}

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

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

/* 🔥 Gradient merah → kuning */
.background-galeri::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(53, 14, 3, 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-produk {
  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-produk::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: #67a3fcbc; */
  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(6, 11, 157, 0.85) 0%,
    rgba(6, 31, 157, 0.6) 40%,
    rgba(255, 222, 89, 0.5) 70%,
    rgba(255, 222, 89, 0.3) 100%
  );
  z-index: -1;
  /* opacity: 0.2; */
}

.background-keunggulan {
  position: relative;
  z-index: 0;
  /* 300px pertama warna kuning (second-color), sisanya kuning soft (FDFD96 / warna pilihan) */
  background: linear-gradient(
    #f2bc3f2a 400px, 
    #fad03812 300px 100%
  );
  /* Hapus height: 300px agar konten di bawahnya tetap terlihat */
  /* min-height: 300px;  */
  /* overflow: hidden; */
}

.background-keunggulan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Atur agar gambar overlay hanya muncul di area 300px pertama atau seluruhnya */
  /* height: 300px;  */
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/10.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

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

.background-tim::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/12.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;
}


    /* Menghilangkan bar Google Translate yang muncul di atas halaman */
    .goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
        display: none !important;
    }
    body {
        top: 0px !important;
    }
    .goog-te-balloon-frame {
        display: none !important;
    }
    
    /* Styling Dropdown */
    .dropdown-item {
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .dropdown-item:hover {
        background-color: #f8f9fa;
        padding-left: 20px; /* Efek geser sedikit saat hover */
        color: var(--base-color);
    }
    .dropdown-menu {
        min-width: 180px;
        animation: fadeInUp 0.3s ease;
    }

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


    

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

.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;
}


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

/* Hero Slider Styles */
.hero-slider {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

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

.heroSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.heroSwiper .slider-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.heroSwiper .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    /* Transisi smooth zoom */
    transition: transform 7s ease-in-out;
}

.heroSwiper .swiper-slide-active .slider-img {
    transform: scale(1.1);
    /* Zoom In Effect */
}

/* Overlay gelap */
.heroSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/* Konten text responsif */
.heroSwiper .custom-content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

.heroSwiper .slide-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease 0.5s;
}

.heroSwiper .slide-desc {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease 0.7s;
}

.heroSwiper .swiper-slide-active .slide-title,
.heroSwiper .swiper-slide-active .slide-desc {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .hero-slider {
        height: 60vh;
    }

    .heroSwiper .slide-title {
        font-size: 18px;
    }

    .heroSwiper .slide-desc {
        font-size: 14px;
    }
}
/* slider gambar  */


/* Slider baru  */

/* Reset & Section Style */
.food-slider-section {
    background-color: #fff;
    overflow: hidden;
}

/* Container Slider */
/* Container Slider (Ditambahkan efek sembunyi sebelum siap) */
.myFoodSwiper {
    padding: 60px 0 !important;
    opacity: 0;
    /* Sembunyikan dulu */
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* Muncul perlahan */
}

/* Class ini otomatis ditambahkan oleh Swiper saat JS sudah selesai meload posisi */
.myFoodSwiper.swiper-initialized {
    opacity: 1;
    /* Tampilkan */
    visibility: visible;
}

/* Card Style dengan Efek Smooth */
.food-card {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, filter 0.6s ease;
    transform: scale(0.85);
    /* Slide samping lebih kecil */
    opacity: 0.4;
    filter: grayscale(40%);
}

.food-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

/* Keadaan Slide yang Aktif (Tengah) */
.swiper-slide-active .food-card {
    transform: scale(1.05);
    /* Zoom in yang halus */
    opacity: 1;
    filter: grayscale(0%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Desain Panah Navigasi Custom */
.custom-nav {
    width: 55px !important;
    height: 55px !important;
    background: #ffffff !important;
    border-radius: 50%;
    color: #333 !important;
    z-index: 100 !important;
    transition: all 0.3s ease;
}

.custom-nav:after {
    font-size: 20px !important;
    font-weight: 900;
}

/* Efek Hover Tombol Panah */
.custom-nav:hover {
    background: #c4945c !important;
    /* Warna Emas */
    color: #fff !important;
    transform: scale(1.1);
}

.swiper-button-next {
    right: 5% !important;
}

.swiper-button-prev {
    left: 5% !important;
}



/* Sosmed  */

/* Warna default agar tidak biru link */
.sosmed-icon {
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Selektor berdasarkan class icon */
.fa-facebook-f {
    color: #1877F2;
}

.fa-instagram {
    color: #E4405F;
}

.fa-twitter {
    color: #1DA1F2;
}

.fa-youtube {
    color: #FF0000;
}

.fa-linkedin {
    color: #0A66C2;
}

/* .fa-whatsapp {
    color: #25D366;
} */

.fa-tiktok {
    color: #000000;
}

/* Efek hover agar tetap keren */
.hover-scale:hover {
    transform: scale(1.2);
    filter: brightness(0.8);
    /* Sedikit gelap saat di-hover */
}


/* sosmed  */


/* Top bar  */

/* Garis Cream Tua Menempel di Bawah Background Top Bar */
.topbar-border {
    /* Sesuaikan kode hex #A68B5C dengan warna cream tua brand Anda */
    border-bottom: 3px solid var(--second-color);
}

/* Utilitas tambahan untuk memastikan teks rapi */
.fs-12 {
    font-size: 12px !important;
}

/* Efek hover halus pada link */
.topbar-border a:hover {
    opacity: 0.8;
}

/* top bar line */

/* Responsif Mobile */
@media (max-width: 768px) {
  .sticky-column{
    position: relative !important;
    top: 0px !important;
  }
  .background-keunggulan{
    background:linear-gradient(
    #f2bc3f2a 400px, 
    #fad03812 800px 100%
  )
  }
    .food-card img {
        height: 350px;
    }

    .custom-nav {
        width: 45px !important;
        height: 45px !important;
    }

    .custom-nav:after {
        font-size: 16px !important;
    }

    .swiper-button-next {
        right: 2% !important;
    }

    .swiper-button-prev {
        left: 2% !important;
    }
}


/* Slider baru  */


/* slider keunggulan overlap  */
/* Container pembungkus keunggulan */
.overlap-wrapper {
    position: relative;
    z-index: 10;
    /* Biar posisinya di atas slider */
    margin-top: -80px;
    /* Nilai negatif inilah yang membuat efek overlap */
    padding-bottom: 30px;
}

/* Card keunggulan agar lebih cantik */
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;           /* Ukuran box sedikit lebih besar dari icon */
    height: 70px;
    background: transparent;   /* Warna dasar box */
    border-radius: 12px;   /* Membuat sudut tumpul (atau 50% untuk bulat) */
    
    /* Box Shadow Tipis & Transparent */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 4px 8px rgba(0, 0, 0, 0.02);
    
    transition: all 0.3s ease;
}

/* Efek saat card di-hover (opsional) */
.feature-item-inline:hover .icon-box {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #fdfdfd;
}

.icon-box img {
    object-fit: contain;
}
/* slider keunguglan overlap  */



/* 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:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    color:white;

    width:100%;
    max-width:900px;

    text-align:center;
    padding:0 20px;
}

.slide-content h1{
    font-size:56px;
    line-height:1.2;
}

.slide-content .fs-18{
    max-width:700px;
    margin:auto;
    margin-top:15px;
}

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

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

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

}


/* Slider IMG Gambar  */

/* btn navbar wa  */

.btn-contact {
  display: inline-block;
  padding: 7px 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px; /* Membuat sudut sangat tumpul (pill shape) */
  transition: all 0.3s ease; /* Transisi halus untuk semua efek */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan lembut */
}

/* Warna Utama */
.btn-modern {
  background-color: var(--base-color); /* Biru Primer */
  color: #ffffff; /* Teks Putih */
  border: 2px solid var(--base-color);
}

/* Efek Hover */
.btn-modern:hover {
  background-color: var(--base-color); /* Biru lebih gelap saat hover */
  border-color: var(--base-color);
  transform: translateY(-3px); /* Tombol terangkat sedikit */
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15); /* Bayangan lebih tegas saat hover */
  color: white;
}

/* btn navbar wa  */


/* Card Paket Wisata  */
.card-paket-wisata {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.card-paket-wisata:hover {
    transform: translateY(-10px);
}

.img-wrapper {
    position: relative;
    height: 230px;
    overflow: hidden;
}

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

.content-paket {
    padding: 25px;
}

.price-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0;
}

.total-display {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-top: 10px;
    display: block;
}

.btn-book {
    background: #111;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    flex: 1;
    text-align: center;
}

.btn-wa {
    background: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-wa:hover,
.btn-book:hover {
    color: #fff;
    opacity: 0.9;
}

/* card paket wisata  */

/* card keungulan  */
.custom-hover-card {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    top: 0;
    position: relative;
}

/* Efek saat card di-hover: Terangkat ke atas dan shadow membesar */
.custom-hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Animasi tambahan untuk ikon di dalam card */
.custom-hover-card img {
    transition: transform 0.4s ease;
}

/* Saat card di-hover, ikon sedikit membesar (zoom-in) */
.custom-hover-card:hover img {
    transform: scale(1.15);
}

/* card Keunggulan  */

/* ====================================
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 Keunggulan  */
/* CSS Opsi 3 */
.card-dark-blue {
    background: var(--base-color);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.card-dark-blue:hover {
    background: #003366;
    border-bottom: 4px solid #d4af37;
    transform: scale(1.03);
}

.card-dark-blue p {
    color: #cbd5e0 !important;
}

.card-dark-blue h5 {
    color: #f4e0a6;
    /* Warna Gold Muda */
}
/* Card Keunggulan */

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

/* Testimoni  */
  .btn-review-google {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #3c4043;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #dadce0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.icon-google {
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.btn-review-google:hover {
    background: #f8f9fa;
    color: #202124;
    border-color: #d2e3fc;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn-review-google:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Penyelarasan untuk mobile */
@media (max-width: 576px) {
    .btn-review-google {
        width: 100%;
        justify-content: center;
    }
}

/* tstimoni  */

/* culture  */
.bg-gradient-to-t {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.transition-transform {
    transition: transform 0.5s ease;
}

.group:hover img {
    transform: scale(1.1);
}
/* culture  */

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

.hero-split.border-bottom{
  border: 0 !important;
}

/* page Header  */
/* ==========================================================================
   HERO SPLIT SECTION STYLING (NAVARO GLOBAL HERO STYLE)
   ========================================================================== */

/* Satukan spesifikasi tinggi dan display flex agar sejajar secara vertikal */
.hero-split.hero-overlay-section {
    position: relative;
    min-height: 320px; /* Menjaga konsistensi tinggi minimum */
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Dimensi baris konten di dalam kontainer */
.hero-split .row.align-items-center {
    min-height: 220px;
}

/* Kumpulan Ukuran Font Global Custom */
.hero-split .fs-12 { font-size: 12px; }
.hero-split .fs-28 { font-size: 28px; }
.hero-split .fs-14 { font-size: 14px; }

/* --- BREADCRUMB STYLING --- */
.hero-split .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    align-items: center;
}

/* Mengatasi bentrok pemisah bawaan Bootstrap vs Icon FontAwesome */
.hero-split .breadcrumb-item + .breadcrumb-item::before {
    display: none !important; /* Dimatikan karena kamu menggunakan elemen <li><i> tersendiri */
}

/* Efek Hover Link Breadcrumb */
.hero-split .breadcrumb-item a {
    transition: color 0.25s ease, opacity 0.25s ease;
}

.hero-split .breadcrumb-item a:hover {
    opacity: 1 !important;
    color: var(--base-color) !important; /* Sesuai warna primer brand Navaro */
}

/* Indikator Garis Bawah Judul */
.hero-split .title-line-indicator, 
.hero-split h1 span.bg-primary {
    background-color: var(--base-color) !important; /* Paksa warna oranye brand Navaro jika .bg-primary belum diubah */
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (NO BUG FOR MOBILE & TABLET)
   ========================================================================== */

/* Layar Medium / Tablet & HP (Di bawah 992px) */
@media (max-width: 991.98px) {
    .hero-split.hero-overlay-section {
        min-height: 280px !important;
        padding: 40px 0 !important;
    }

    .hero-split .row.align-items-center {
        min-height: auto !important;
    }

    /* Pengondisian Gradasi Mobile agar teks gelap di atas gambar terang tetap kontras */
    .hero-split .d-block.d-lg-none div {
        background: linear-gradient(to top, 
            rgba(248, 249, 250, 1) 0%, 
            rgba(248, 249, 250, 0.95) 40%, 
            rgba(248, 249, 250, 0.75) 100%
        ) !important;
    }

    /* Penyesuaian tipografi teks agar tidak terlalu memadati space mobile */
    .hero-split .text-dark-content h1 {
        font-size: 24px !important;
    }

    .hero-split .hero-desc-text {
        font-size: 13.5px !important;
        color: #495057 !important;
        max-width: 100% !important; /* Melebar penuh mengikuti grid container mobile */
    }
}

/* Layar HP Kecil (Di bawah 576px) */
@media (max-width: 575.98px) {
    .hero-split.hero-overlay-section {
        min-height: 250px !important;
        padding: 30px 0 !important;
    }

    .hero-split .text-dark-content h1 {
        font-size: 22px !important;
    }

    /* Memperpendek ornamen garis bawah di layar hp kecil agar seimbang */
    .hero-split h1 span.bg-primary {
        width: 30px !important;
        margin-bottom: -4px !important;
    }
}
/* 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);
}


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

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

/* Sticky Step  */

/* Card Artikel */
.card-artikel {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card-artikel:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.thumb {
    height: 200px;
    overflow: hidden;
}

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

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

.content {
    padding: 20px;
}

.date {
    font-size: 12px;
    color: #888;
}

.content h3 {
    font-size: 18px;
    margin: 10px 0;
}

.content p {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: var(--base-color);
}

.btn-more-blog {
    display: inline-block;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid var(--base-color);
    color: var(--base-color);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-more-blog:hover {
    background: var(--base-color);
    color: #fff !important;
}
/* 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 Produk  */
 /* --- Base Utility --- */
.transition-all {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Membatasi deskripsi agar tetap rapi maksimal 2 baris */
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    /* Menjaga konsistensi ruang teks deskripsi */
}

/* --- Card Style --- */
.card-produk-v2 {
    background-color: #fff;
    cursor: pointer;
}

.card-produk-v2:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    border-color: var(--base-color) !important;
    transform: translateY(-5px);
}

/* Mengatur ukuran teks judul agar konsisten */
.card-produk-v2 h3 {
    min-height: 2.4em;
    /* Memberi ruang untuk judul 2 baris agar tetap sejajar */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hover-link {
    transition: 0.2s;
    position: relative;
}

.hover-link:hover {
    color: var(--base-color) !important;
    text-decoration: none !important;
}

/* Efek garis bawah saat hover */
.hover-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s;
}

.hover-link:hover::after {
    width: 100%;
}

/* Perbaikan untuk tampilan mobile agar gambar tidak gepeng */
@media (max-width: 576px) {
    .card-produk-v2 img {
        height: 180px !important;
    }
}
/* Card Produk  */

/* 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  */
.reveal-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #f8f9fa;
}

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

/* Overlay default (Desktop: slide dari kiri) */
.reveal-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--base-color, #2b67d8);
    /* Gunakan variabel warna brand */
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    padding: 30px;
    z-index: 2;
}

.reveal-card:hover .reveal-overlay {
    left: 0;
}

.reveal-text {
    color: #fff;
    transform: translateX(-20px);
    opacity: 0;
    transition: 0.4s 0.2s;
    width: 100%;
}

.reveal-card:hover .reveal-text {
    transform: translateX(0);
    opacity: 1;
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
    .reveal-card {
        height: 450px;
        /* Lebih tinggi sedikit di mobile agar teks tidak sesak */
    }

    .reveal-overlay {
        left: 0;
        top: auto;
        bottom: -100%;
        /* Sembunyi di bawah */
        height: 75%;
        /* Agar gambar atas tetap terlihat sedikit */
        transition: 0.5s ease-in-out;
        align-items: flex-start;
        /* Teks mulai dari atas overlay */
        padding: 25px;
        background: linear-gradient(to top, var(--base-color) 80%, rgba(43, 103, 216, 0.9));
    }

    /* Di mobile, muncul saat card diklik/disentuh */
    .reveal-card:active .reveal-overlay,
    .reveal-card:hover .reveal-overlay {
        bottom: 0;
    }

    .reveal-text {
        transform: translateY(20px);
        opacity: 0;
    }

    .reveal-card:active .reveal-text,
    .reveal-card:hover .reveal-text {
        transform: translateY(0);
        opacity: 1;
    }

    .fs-25 {
        font-size: 22px;
    }
}
/* 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);
}

/*  */

/* Kontak baru  */

/* KONTAK V2 - PREMIUM SMOOTH HOVER */
.kontak-v2 .card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    /* Menghilangkan blue highlight di mobile */
    -webkit-tap-highlight-color: transparent;
}

.kontak-v2 .contact-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    /* Sedikit lebih membulat agar modern */
    border: 1px solid #f0f0f0;
    text-align: center;
    position: relative;
    z-index: 1;
    /* Menggunakan cubic-bezier untuk efek pegas yang halus */
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

/* Lingkaran Ikon */
.kontak-v2 .icon-circle {
    width: 65px;
    height: 65px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 26px;
    color: #004bad;
    /* Transisi untuk perubahan warna dan rotasi ikon */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- HOVER STATE --- */

.kontak-v2 .card-link:hover .contact-card {
    /* Naik lebih tinggi dengan gerakan yang mantap */
    transform: translateY(-12px);
    border-color: #004bad;
    /* Shadow lebih menyebar dan lembut */
    box-shadow: 0 20px 40px rgba(0, 75, 173, 0.12);
}

.kontak-v2 .card-link:hover .icon-circle {
    background: #004bad;
    color: #fff;
    /* Sedikit rotasi agar ikon terlihat dinamis */
    transform: rotateY(180deg);
}

/* Transisi tambahan untuk teks agar warnanya berubah halus */
.kontak-v2 .contact-card strong {
    transition: color 0.3s ease;
}

.kontak-v2 .card-link:hover strong {
    color: #004bad;
}

/* kontak baru  */

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


/* Klien  */
.brand-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1) !important;
    border-color: var(--bs-primary, #0d6efd) !important;
}

.brand-card-item:hover .brand-logo-img {
    filter: grayscale(0%) opacity(1) !important;
}
/* Klien  */

/* tim  */

/* Mengatur tinggi gambar agar seragam */
.team-img-wrapper {
    position: relative;
    height: 320px;
    /* Sesuaikan tinggi agar pas 5 kolom */
    /* overflow: hidden; */
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efek Zoom In saat Hover */
.team-card:hover .team-img {
    transform: scale(1.1);
}

/* Style Label Nama sesuai gambar referensi */
.team-info-box {
    background-color: var(--second-color);
    /* Biru sesuai gambar */
    width: 75%;
    border-top-right-radius: 15px;
    transition: all 0.4s ease;
    z-index: 2;
}

.name-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.role-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
}

/* Share Button Style */
.share-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--second-color) !important;
    transition: all 0.4s ease;
}

/* Animasi Hover pada Share Button */
.team-card:hover .share-circle {
    transform: rotate(360deg) scale(1.1);
}

/* Penyesuaian Border Radius Kartu */
.rounded-4 {
    border-radius: 18px !important;
}

/* Responsif khusus untuk 5 kolom agar tidak terlalu sempit di layar kecil */
@media (min-width: 992px) {
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* tim  */

/* 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  */
/* Container Utama */
/* .marquee-container {
    
    padding: 20px 0;
    position: relative;
    width: 100%;
}

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


.marquee-item {
    position: relative;
    display: block;
    width: 300px; 
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

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


.overlay-info {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 24px;
}

.marquee-item:hover .overlay-info { opacity: 1; }
.marquee-item:hover img { transform: scale(1.1); }


.scroll-right {
    animation: scrollRight 40s linear infinite;
}


.scroll-left {
    animation: scrollLeft 40s linear infinite;
}


.marquee-container:hover .marquee-wrapper {
    animation-play-state: paused;
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
} */
/* 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  */

/* produk detail  */

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15.5px;
}

/* Styling Tabs */
#productTab .nav-link1 {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    font-weight: 600;
    transition: all 0.2s ease;
}

#productTab .nav-link1.active {
    color: #fff;
    background-color: var(--base-color);
    border-color: var(--base-color);
}

/* Swiper Thumbs Custom styling */
.swiper-thumbs-gallery .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.swiper-thumbs-gallery .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--base-color) !important;
    box-shadow: 0 0 0 2px rgba(253, 126, 20, 0.2);
}

.custom-thumb {
    border-width: 2px !important;
}

/* Custom Mini Nav Arrows untuk Slider Thumbs */
.thumb-nav-prev,
.thumb-nav-next {
    width: 25px !important;
    height: 25px !important;
    margin-top: -12px !important;
}

.thumb-nav-prev::after,
.thumb-nav-next::after {
    font-size: 14px !important;
    font-weight: bold;
}

.thumb-nav-prev {
    left: 0px !important;
}

.thumb-nav-next {
    right: 0px !important;
}

/* Hilangkan garis bawah saat di-hover pada tab */
#productTab .nav-link1:hover {
    text-decoration: none !important;
    color: #fff;
    /* Menjaga teks tetap putih atau sesuaikan dengan keinginanmu */
}

/* Jika ingin tombol yang tidak aktif teksnya berubah warna saat dihover tanpa ada garis bawah */
#productTab .nav-link1:not(.active):hover {
    color: var(--base-color);
    /* Contoh diganti warna orange saat dihover */
    background-color: #fff;
    border-color: var(--base-color);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .swiper-main-display img {
        height: 320px !important;
    }
}


/* ------  */
/* Container Tombol */

/* Base Styling untuk kedua tombol agar tingginya presisi & sama */
.btn-checkout, .btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 50px; /* Membuat bentuk rounded-pill yang modern */
    text-decoration: none !important; /* Mencegah bug garis bawah default browser */
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid transparent;
}

/* --- TOMBOL CHECKOUT SHOPEE --- */
.btn-checkout {
    background-color: #f5edec; /* Warna khas Orange Shopee */
    color: #ee4d2d !important;
    box-shadow: 0 4px 12px rgba(238, 77, 45, 0.2);
}

/* Icon Shopee di dalam tombol */
.btn-checkout img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 8px; /* Jarak antara icon dan teks */
    transition: transform 0.3s ease;
}

/* Hover Effect Shopee */
.btn-checkout:hover {
    background-color: #ffddd6;
    box-shadow: 0 6px 16px rgba(238, 77, 45, 0.35);
    transform: translateY(-2px);
}

.btn-checkout:hover img {
    transform: scale(1.1); /* Efek icon sedikit membesar saat di-hover */
}


/* --- TOMBOL CUSTOM DESAIN --- */
.btn-custom {
    background-color: #ffffff;
    color: var(--base-color) !important; /* Menggunakan warna orange brand utama kamu */
    border-color: var(--base-color);
    box-shadow: 0 4px 12px rgba(253, 126, 20, 0.1);
}

/* Hover Effect Custom Desain (Invert Warna) */
.btn-custom:hover {
    background-color: var(--base-color);
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(253, 126, 20, 0.25);
    transform: translateY(-2px);
}

/* --- RESPONSIF MOBILE --- */
@media (max-width: 575.98px) {
    /* .d-flex.align-items-center {
        width: 100%;
    } */
    .btn-checkout, .btn-custom {
        width: 100%; /* Tombol jadi full-width di layar HP agar mudah diklik jempol */
        font-size: 14px;
        padding: 12px 20px;
    }
}
/* produk 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;
}

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


/* welcome text  */

/* Tambahan agar tampilan lebih pro */
.display-4 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    /* Ukuran font fleksibel di mobile/desktop */
    line-height: 1.2;
}

.fs-18 {
    font-size: 1.15rem;
}

.lh-sm {
    line-height: 1.7 !important;
}

.transition-lift {
    transition: transform 0.3s ease;
}

.transition-lift:hover {
    transform: translateY(-5px);
}

/* Mengatur agar background tidak mengganggu teks */
.background-welcome {
    position: relative;
    padding: 80px 0;
    /* Memberi ruang nafas lebih lega */
}

.link-layanan-custom {
    color: var(--base-color);
    /* Warna biru logo */
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.link-layanan-custom::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--base-color);
    transition: width 0.3s ease;
}

.link-layanan-custom:hover {
    color: #000;
}

.link-layanan-custom:hover::after {
    width: 100%;
}

/* welcome text tanpa gambar  */

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

/* Statistik  */
.text-gold-gradient {
    background: linear-gradient(135deg, #d4af37 0%, #f4e0a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-gold-left {
    border-left: 4px solid #d4af37;
    padding-left: 20px;
    transition: all 0.3s ease;
}

.border-gold-left:hover {
    border-left: 4px solid #003366;
    /* Berubah jadi biru saat hover */
    transform: translateX(5px);
}

.stat-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, transparent);
    margin: 15px auto;
}
/* Statistik  */

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


/* bahasa  */
#modalLanguage .modal-content {
        animation: zoomIn 0.25s ease;
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.9);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .list-group-item {
        border: none;
        padding: 14px 18px;
        font-size: 15px;
    }

    .list-group-item:active {
        background: #f5f5f5;
    }

    .modal-backdrop.show {
        backdrop-filter: blur(3px);
    }

/* bahasa  */

/* floating customer service  */
.cs-floating-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
}

.cs-main-trigger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #25d366;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cs-main-trigger:hover {
    background-color: #20ba5a;
    transform: scale(1.08);
}

.cs-popup-card {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 310px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom right;
}

.cs-popup-card.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cs-admin-item {
    background-color: #f8f9fa;
    border-color: #e9ecef !important;
}

.cs-admin-item:hover {
    background-color: #ffffff;
    border-color: #25d366 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateX(-3px);
}

.cs-status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #25d366;
    border-radius: 50%;
}

.animate-pulse {
    animation: csPulse 2s infinite;
}

.p-2.5 {
    padding: 0.65rem !important;
}

@keyframes csPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

@media (max-width: 576px) {
    .cs-floating-container {
        bottom: 15px;
        right: 15px;
    }

    .cs-main-trigger {
        width: 52px;
        height: 52px;
    }

    .cs-popup-card {
        width: 280px;
        bottom: 65px;
    }
}
/* floating customer service  */


/* floating shopee  */
.shopee-floating-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  left: 45px;
  /* Jika ditumpuk dengan WA, ganti ke left: 20px atau sesuaikan bottom-nya */
  background-color: white;
  /* Warna khas Shopee */
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  animation: shopeeBounce 2.5s infinite;
}

.shopee-icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Efek Hover saat Kursor Menyorot Tombol */
.shopee-floating-btn:hover {
  background-color: #f44336;
  transform: scale(1.08);
  animation-play-state: paused;
  /* Berhenti memantul saat di-hover agar mudah diklik */
}

/* Keyframes Animasi Memantul (Bounce) yang Halus */
@keyframes shopeeBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
      transform: translateY(0);
  }

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

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

/* Responsivitas untuk Layar HP (Agar tidak terlalu memakan tempat) */
@media (max-width: 768px) {
  .shopee-floating-btn {
      width: 50px;
      height: 50px;
      bottom: 25px;
      left: 25px;
  }

  .shopee-icon-img {
      width: 28px;
      height: 28px;
  }
}

/* floating shopee  */

/* 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
=================================*/
/* Grid Utama */
/* CSS Dasar Galeri */
.gallery-card,
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    background: #000;
}

/* Efek Gambar */
.gallery-card img,
.gallery-item img {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.gallery-card:hover img,
.gallery-item:hover img {
    transform: scale(1.15);
    opacity: 0.6;
}

/* Overlay Opsi 1 */
.gallery-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(157, 2, 12, 0.9), transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.gallery-card:hover .gallery-overlay {
    bottom: 0;
}

/* Overlay Opsi 2 */
.overlay-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(157, 2, 12, 0.5);
    /* Merah transparan */
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}

.zoom-icon {
    transform: scale(0.5) rotate(-45deg);
    transition: 0.4s;
}

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

.gallery-item:hover .zoom-icon {
    transform: scale(1) rotate(0deg);
}

/* Base Color Utility */
.text-base-color {
    /* color: #9d020c !important; */
}

.bg-base-color {
    /* background-color: #9d020c !important; */
}
/* 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;
}

/* Badge Custom Style */
.badge-custom {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--base-color) !important;
    /* Menggunakan variabel warna utama Anda */
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    /* Background transparan tipis */
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    border-radius: 50px;
    /* Bentuk Pill */
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.badge-custom:hover {
    background-color: var(--base-color);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Efek garis kecil di samping badge (opsional) */
.badge-custom::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: var(--base-color);
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 2px;
}

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

/* galeri  */
.gallery-item-2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item-2 .caption-2 {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    transition: 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    z-index: 3;
}

.gallery-item-2:hover .caption-2 {
    left: 0;
}

.gallery-item-2 img {
    transition: 0.5s ease;
}

.gallery-item-2:hover img {
    filter: grayscale(0.5);
}

/* galeri  */


/* youtube  */

.json-video-wrapper:hover #videoThumbnail {
    transform: scale(1.02);
    filter: brightness(0.75) !important;
}

.json-video-wrapper #videoThumbnail {
    transition: all 0.4s ease-in-out;
}

.play-btn-pulse {
    animation: playPulseAnim 2s infinite;
    background-color: #0d6efd;
    /* Silakan ubah ke warna brand Navaro */
}

@keyframes playPulseAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

.modal-dialog {
    max-width: 850px;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

/* youtube  */


/* resep  */

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

.hover-scale-img {
    transition: transform 0.5s ease;
}

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

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-base-color {
    color: var(--base-color);
    /* Ganti dengan hex brand kamu */
}

/* Efek hover pada teks judul */
a:hover h2,
a:hover h5 {
    color: #dc3545 !important;
    /* Warna merah saat dihover */
}

.badge.bg-danger {
    padding: 4px 6px;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 2px;
}

/* resep  */

/* Kontainer Gambar Sticky */
.sticky-image-container {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    /* Jarak dari atas layar saat melayang */
    z-index: 10;
}

/* Memastikan kolom memiliki tinggi yang cukup untuk proses sticky */
.sticky-column {
    height: 100%;
    position: sticky;
    top: 100px;
}

.transition-all {
    transition: all 0.5s ease;
}

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

.lh-lg {
    line-height: 1.8;
}

.fs-16 {
    font-size: 1.05rem;
}

/* Perbaikan untuk mobile agar tidak sticky di layar kecil */
@media (max-width: 991.98px) {
    .sticky-image-container {
        position: relative;
        top: 0;
    }
}
/* resep  */

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

/* page header  */

/* Header Page Section  */
.fs-28 {
    font-size: 28px !important;
}

@media (max-width: 991.98px) {
    .hero-split {
        min-height: 420px;
        display: flex;
        align-items: flex-end;
    }

    /* Kotak semi transparan modis agar teks di handphone sangat terbaca */
    .text-dark-content {
        background: rgba(248, 249, 250, 0.9);
        padding: 24px;
        border-radius: 16px;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        margin-top: 140px;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.04);
    }
}
/* 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  */
.kontak-v1 {
    background: #fff;
}

/* Title */
.title-kontak {
    font-size: 26px;
    font-weight: 600;
    color: #9d2906;
}

.desc-kontak {
    margin: 10px 0 20px;
    color: #666;
}

/* List */
.list-kontak {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-kontak {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #f9f9f9;
    transition: 0.3s;
}

.item-kontak:hover {
    background: #fff3ee;
    transform: translateX(5px);
}

.item-kontak i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #9d2906, #ffde59);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.item-kontak span {
    font-size: 12px;
    color: #888;
}

.item-kontak strong {
    display: block;
    font-size: 15px;
}

/* Button */
.btn-kontak {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #9d2906, #ffde59);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-kontak:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(157,41,6,0.3);
}

/* Image */
.img-kontak img {
    width: 100%;
    border-radius: 16px;
}

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