@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=LINE+Seed+JP&family=Noto+Rashi+Hebrew:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/* 
"LINE Seed JP", sans-serif;
"Google Sans", sans-serif;
"Noto Rashi Hebrew", serif;
"Noto Serif", serif; */

@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Kalam:wght@300;400;700&family=Oleo+Script:wght@400;700&family=Palanquin+Dark:wght@400;500;600;700&family=Playball&display=swap');
/* 
"Kalam", cursive;
"Oleo Script", system-ui;
"Courgette", cursive;
"Playball", cursive;
"Palanquin Dark", sans-serif; 
*/


:root {
    --base-color: #922317;
    --second-color: #f2db75;
    --primary-font: "Google Sans", sans-serif;
    --alt-font: "Oleo Script", system-ui;
}


.theme-demos {
  display: none !important;
}

html {
  scroll-behavior: smooth !important;
}

.primary-font{
  font-family: var(--primary-font);
}

.alt-font{
  font-family: var(--alt-font);
}

.text-base-color{
  color: var(--base-color);
}

.text-second-color{
  color: var(--second-color);
}

.text-utama {
  color: var(--base-color);
}

.text-kedua {
  color: var(--second-color);
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-second-color {
  background-color: var(--second-color);
}

a:hover{
  color: var(--base-color) !important;
}

a.footer:hover{
color: white !important;
}

.py-5{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.btn.btn-small {
  font-size: 16px;
  padding: 10px 18px;
}

.btn-navbar:hover {
  color: var(--base-color) !important;
}

/* Warna Menu text navbar */
.navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--base-color) !important;
  opacity: 1 !important;
}

.nav-link {
  color: var(--base-color);
  font-weight: 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;
  }
}

ul {
  padding-left: 5px !important;
}

li .nav-item.active {
  color: var(--base-color) !important;
}

.img-welcome {
  margin-left: 9%;
  object-fit:cover;width:80%;height:100%;
  margin-bottom: -35px;
}

.background-soft-blue {
  background-color: #0349ab1f;
}

.bg-welcome-text {
  position: relative;
  z-index: 1;
}
.bg-welcome-text::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  right: -20px;
  bottom: -20px;
  background-color: var(--second-color);
  z-index: -1;
  opacity: 1;
  border-radius: 15px;
}

.background-welcome {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/12.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.background-welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.94); /* opacity 20% */
  z-index: 2;
}

.background-keunggulan {
  position: relative;
  /* background-image: url("../../../assets/public/Aset Desain/pakai/bg/14.webp"); */
  background-size: contain;
  background-position: center;
  /* background-attachment: fixed; */
  z-index: 0;
  /* overflow: hidden; */
}

.background-keunggulan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95); /* opacity 20% */
  z-index: 0;
}

.background-step {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/2.webp");
  background-size: cover;
  background-position: center -10%;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-color: #92231715;
  /* opacity: 0.1; */
  z-index: 0;
  /* overflow: hidden; */
  /* opacity: ; */
}

.background-step::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  /* Gradasi putih: atas & bawah putih, tengah transparan */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0.9) 100%
  );
  z-index: 1;
}

.background-rental {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/10.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  z-index: 1;
}

/* overlay hitam */
.background-rental::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #dfe7f3;
  z-index: -1;
}

/* pastikan konten di atas overlay */
.background-layanan > * {
  position: relative;
  z-index: 3;
}

.background-artikel {
  position: relative;
  /* background-image: url("../../../assets/public/Aset Desain/pakai/bg/6.webp"); */
  background-color: #171717e2;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.background-artikel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--base-color);
  height: 300px;
  top: 0;
  z-index: -1;
}

.background-portofolio {
  background-color: #d3b63321;
}

.background-soft {
  background-color: #fff7cc;
}

.background-klien {
  background-color: #e5841112;
}

.background-keunggulan {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.background-keunggulan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 25%
    ),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0) 25%
    ),
    url("../../../assets/public/Aset Desain/pakai/bg/3.webp");
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  z-index: -1;
  opacity: 0.2;
}

.background-testimoni {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.background-testimoni::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/12.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.background-4 {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.07;
}

.background-5 {
  position: relative;
  z-index: 1;
  /* overflow: hidden; */
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/11.webp");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  /* background-attachment: fixed; */
  z-index: -1;
  opacity: 0.05;
}

.bg-artikel {
  background: linear-gradient(
    to bottom,
    #3a70c11f 0%,
    #3a70c11f 50%,
    transparent 100%
  );
}

.ornamen-keunggulan {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 40px;
}

.ornamen-cta {
  position: absolute;
  width: 100%;
  bottom: -100px;
  left: 0;
  height: 100%;
z-index: -1;
}

footer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* MObile Navbar  */
/* Wrapper mobile */
.header-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Language button */
.header-language > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Dropdown styling */
.language-dropdown {
  min-width: 150px;
  padding: 8px 0;
  border-radius: 8px;
}

.language-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-language > a {
    font-size: 12px;
  }

  .language-dropdown {
    right: 0;
    left: auto;
  }

  .navbar-toggler {
    padding: 5px 8px;
  }

  .navbar-toggler-line {
    width: 20px;
    height: 2px;
  }
}

/* Mobile navbar */



/* Slider  IMG Gambar */
/* =========================
   HERO SLIDER
========================= */
/* HERO SLIDER */
.hero-slider{
width:100%;
height:100vh;
position:relative;
}

/* SWIPER */
.heroSwiper{
width:100%;
height:100%;
}

/* SLIDE */
.heroSwiper .swiper-slide{
position:relative;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
}

/* IMAGE */
.slider-img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* CONTENT */
.slide-content{
position:absolute;
top:50%;
left:8%;
transform:translateY(-50%);
z-index:2;
color:white;
max-width:650px;
}

/* NAVIGATION */
.swiper-button-prev,
.swiper-button-next{
color:white !important;
}

.swiper-button-prev:after,
.swiper-button-next:after{
font-size:25px !important;
font-weight:900;
}

/* Slider IMG Gambar  */

/* ====================================
SECTION KEUNGGULAN
==================================== */

.keunggulan-list{
display:flex;
flex-direction:column;
gap:15px;
}

.keunggulan-item{
display:flex;
align-items:center;
gap:15px;
padding:18px;
border-radius:12px;
cursor:pointer;
background:#fff;
color: var(--base-color);
transition:0.3s;
border:2px solid transparent;
}

.keunggulan-item:hover{
background:#f6f6f6;
}

.keunggulan-item.active{
background:var(--base-color);
color:var(--second-color) !important;
border-color:var(--base-color);
}

.keunggulan-item .icon img{
width:40px;
height:40px;
object-fit:contain;
}

.keunggulan-item h5{
font-size:16px;
font-weight:600;
margin-bottom:4px;
}

.keunggulan-item p{
font-size:14px;
margin:0;
opacity:0.8;
}


/* ====================================
CONTENT AREA
==================================== */

.keunggulan-content-wrapper{
position:relative;
min-height:420px;
}

.keunggulan-content{
display:none;
animation:fadeIn .4s ease;
}

.keunggulan-content.active{
display:block;
}

.keunggulan-content img{
width:100%;
border-radius:20px;
margin-bottom:20px;
max-width: 500px;
}

.keunggulan-desc h3{
font-size:22px;
font-weight:600;
margin-bottom:10px;
}

.keunggulan-desc p{
font-size:16px;
color:#555;
line-height:1.6;
}


@keyframes fadeIn{
from{opacity:0;transform:translateY(10px);}
to{opacity:1;transform:translateY(0);}
}

/* Keunggulan  */
/* =====================================
   JUDUL ANIMASI
===================================== */

.card-keunggulan h3 {
  transition: color 0.35s ease;
}

.card-keunggulan:hover h3 {
  color: var(--second-color);
}

.mySwiper-keunggulan .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card keunggulan  */

.section-testimoni {
  margin-top: -80px;
  margin-bottom: -200px;
}
.testimoni-title {
  margin-top: -150px;
}

/* CARD Layanan Rayap  */
/* ========================= */
/* MENU GALLERY GRID */
/* ========================= */
/* ========================= */
/* GRID CONTROL */
/* ========================= */

.menu-row {
  margin: -5px;
}

.menu-col {
  padding: 5px;
}

@media (max-width: 767px) {
  .menu-row {
    margin: 0;
  }
  .menu-col {
    padding: 0;
  }
}

/* ========================= */
/* ITEM STYLE */
/* ========================= */

.menu-item {
  position: relative;
  overflow: hidden;
}

.menu-item img {
  width: 100%;
  /* height: 280px; */
  object-fit: contain;
  display: block;

  /* INI YANG BIKIN ZOOM SMOOTH */
  transform: scale(1);
  transition: transform 0.4s ease;
}

/* MOBILE HEIGHT */
@media (max-width: 767px) {
  .menu-item img {
    /* height: 200px; */
  }
}

/* ========================= */
/* OVERLAY */
/* ========================= */

.menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.gslide-description.description-bottom {
  display: none;
}

/* ========================= */
/* DESKTOP HOVER */
/* ========================= */

@media (min-width: 768px) {
  .menu-item:hover img {
    transform: scale(1.08); /* zoom ringan */
  }

  .menu-item:hover .menu-overlay {
    opacity: 1;
  }
}

/* ========================= */
/* MOBILE AUTO SHOW */
/* ========================= */

@media (max-width: 767px) {
  .menu-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.35);
  }
}

/* ========================= */
/* MOBILE 1 BARIS 1 */
/* ========================= */

@media (max-width: 767px) {

  
  .menu-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ========================= */
/* MOBILE OVERLAY SCROLL */
/* ========================= */

@media (max-width: 767px) {
  /* default overlay hidden */
  .menu-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 0.4s ease;
  }

  /* saat aktif karena scroll */
  .menu-item.show-overlay .menu-overlay {
    opacity: 1;
  }
}

/* MENU RESTO  */

/* Card Artikel  */
/* =========================
   ARTIKEL CARD STYLE
========================= */

.artikel-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.artikel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.artikel-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.artikel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.artikel-card:hover .artikel-img img {
  transform: scale(1.08);
}

/* CATEGORY */
.artikel-category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* CONTENT */
.artikel-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* META */
.artikel-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

/* TITLE */
.artikel-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.artikel-title a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.artikel-card:hover .artikel-title a {
  color: var(--base-color);
}

/* DESCRIPTION */
.artikel-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* AUTHOR */
.artikel-author {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.artikel-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.btn-artikel {
  background-color: var(--base-color);
  padding: 6px 16px;
  border-radius: 10px;
  color: white;
  border: 2px solid;
}

.btn-artikel:hover {
  background-color: transparent;
  color: var(--base-color);
  border: 2px solid;
}
/* Card Artikel  */

.header-title {
  color: #ff4d52;
}

/* page Header  */

.hero-artikel {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 50px;
}

/* .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
} */

.hero-artikel .container {
  position: relative;
  z-index: 2;
}

/* Breadcrumb */
.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.custom-breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #fff;
  opacity: 0.7;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

/* Title */
.hero-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

/* Garis Aksen */
.hero-line {
  width: 80px;
  height: 4px;
  background: var(--second-color);
  margin-bottom: 20px;
  border-radius: 5px;
}

/* Description */
.hero-desc {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.7;
  max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-artikel {
    padding: 70px 0;
    min-height: 350px;
  }
}

/* Page Header  */

/* BADGE OVERLAP */
.badge-info {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  display: flex;
  width: 90%;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
  font-size: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.badge-info span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #444;
}

.badge-info i {
  color: var(--base-color);
}


/* sticky step  */
.sticky-img{
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.sticky-img img{
    width:100%;
    border-radius:10px;
}

/* Sticky Step  */

/* CONTENT */
.content {
  padding-top: 30px;
}

.judul-artikel {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  color: #222;
}

.card-artikel-modern:hover .judul-artikel {
  color: var(--base-color);
}

.deskripsi-artikel {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

/* Card Artikel  */

/* Card 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 Layanan  */
.card-layanan {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background-color: #fff;
  cursor: pointer;
}

.card-layanan:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Bungkus gambar agar aman saat zoom */
.card-layanan picture {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

/* Gambar default */
.card-layanan img {
  transition: transform 0.4s ease;
}

/* Zoom image saat hover card */
.card-layanan:hover img {
  transform: scale(1.12);
}

/* Card Layanan  */

.card-kontak {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-bottom: 15px;
}

.card-kontak:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.icon-bg {
  position: relative;
  z-index: 1;
}

.icon-bg::before {
  position: absolute;
  z-index: -1;
  background-color: green;
  width: 50px;
  height: 50px;
  border: 10px;
  border-radius: 10px;
}

.overlay-header {
  position: relative;
  z-index: 1;
}
/* .overlay-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
} */

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

div,
p{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--primary-font);
}

/* Judul Section */
.judul-hitam {
  color: #000;
  /* font-weight: 700; */
}
.judul-utama {
  color: var(--base-color);
  /* font-weight: 700; */
}
/* Judul Section */

.whatsapp-shake {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-shake img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

@keyframes shake {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(1px, -1px);
  }
  40% {
    transform: translate(-1px, 1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
}


/* Wisata Detail */

/* Btn Join Member  */
.btn-join-member{
display:inline-block;
background:var(--base-color);
color:#fff;
font-size:16px;
font-weight:700;
padding:8px 20px;
border-radius:25px;
border:3px solid #000;
text-decoration:none;
box-shadow:3px 3px 0 #000;
transition:all .25s ease;
}

/* hover effect */
.btn-join-member:hover{
transform:translate(3px,3px);
box-shadow:3px 3px 0 #000;
color: var(--second-color) !important;
}

/* mobile */
@media(max-width:768px){

.btn-join-member{
font-size:18px;
padding:14px 30px;
}

}

/* btn Join Member */

/* Btn Custom  */
.btn-custom {
  background-color: var(--base-color);
  color: white;
  padding: 4px 15px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

.btn-custom:hover {
  background-color: transparent;
  color: var(--base-color);
}

/* Btn Custom  */

.btn-custom-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 6px 24px;
  border-radius: 50px;

  font-size: 15px;
  font-weight: 600;
  color: #fff;

  background: linear-gradient(135deg, var(--base-color), var(--second-color));
  border:2px solid white;
  cursor: pointer;

  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ICON */
.btn-custom-1 .icon {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* SLIDE OVERLAY */
.btn-custom-1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(135deg, var(--second-color), var(--base-color)); */
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.btn-custom-1 span,
.btn-custom-1 .icon {
  position: relative;
  z-index: 1;
}

/* HOVER EFFECT */
.btn-custom-1:hover::before {
  transform: translateX(0);
}

.btn-custom-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-custom-1:hover .icon {
  transform: translateX(5px) rotate(10deg);
}

/*  */

/* .btn-custom-2 */
.btn-custom-2 {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #5eb6dc4a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}

.IconContainer {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, #5eb6dc, #5eb6dc);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}

.icon {
  border-radius: 1px;
}



.btn-custom-2:hover .IconContainer {
  width: 90px;
  transition-duration: 0.3s;
}

.btn-custom-2:hover .text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.btn-custom-2:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

/* btn custom 2 */

/* .btn-custom-3 */
.btn-custom-3 {
  width: 120px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #f0575240;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.IconContainer3 {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, #f05752, #f05752);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
  position: absolute;
  left: 5px;
}

.icon {
  border-radius: 1px;
}

.text3 {
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  z-index: 1;
  transition-duration: 0.3s;
  font-size: 1.04em;
  position: relative;
  left: 15px;
}

.btn-custom-3:hover .IconContainer3 {
  width: 108px;
  transition-duration: 0.3s;
}

.btn-custom-3:hover .text3 {
  transform: translate(20px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}

.btn-custom-3:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

/* btn custom 3 */

/* HILANGKAN GOOGLE BAR ATAS */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
  background-color: #0e925203;
}

/* HILANGKAN WIDGET BAWAAN GOOGLE */
.goog-te-gadget {
  display: none !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget span {
  display: none !important;
}

/* Hindari layout shift */
.skiptranslate iframe {
  display: none !important;
}

/* Tabel harga  */
.table-elegant {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.table-elegant td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.table-elegant tr:last-child td {
  border-bottom: none;
}

.table-elegant .price {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: var(--base-color);
}

.table-elegant .label {
  color: #555;
  text-align: start;
}


/* WRAPPER */
.paket-wrapper{
position:relative;
padding-top:70px;
}

/* BADGE JUDUL */
.badge-judul{
position:absolute;
top:-30px;
left:50%;
transform:translateX(-50%);
z-index:5;
}

.badge-paket{
background: var(--second-color);
    color: var(--base-color);
padding:14px 35px;
border-radius:14px;
font-weight:700;
font-size:20px;
display:inline-block;
box-shadow:0 5px 10px rgba(0,0,0,0.15);
}

/* KANOPI */


/* 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  */

/* 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: 180px;
    max-height: 180px;
  }
  .swiper-pagination-bullet{
    display: none !important;
  }
  .slider-content {
    flex-flow: column;
  }
  .tabel-harga {
    height: 400px !important;
  }
  .slider-text h1 {
    font-size: 2rem;
  }

  .slider-text h6 {
    font-size: 1rem;
  }

  .custom-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .slider-content {
    padding: 0 15px;
  }

  .d-flex.gap-1 {
    flex-direction: column;
    gap: 10px !important;
  }
}

/* Animation for slider text */
.slider-text {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .swiper-wrapper {
  margin-top: 30px;
} */

/* Card Welcome text  */
.card-small {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-left: 10px;
}

/* Hover effect */
.card-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Icon kecil bulat */
.icon-small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 14px;
}

/* Text di samping icon */
.text-small span {
  font-size: 14px;
  font-weight: 500;
}

/* Responsive spacing */
@media (max-width: 576px) {
  .card-small {
    padding: 6px;
  }
  .icon-small {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .text-small span {
    font-size: 13px;
  }
}

/* Card Welcome Text  */

/* Card Kontak  */

.card-kontak-modern {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card-kontak-modern i {
  font-size: 20px;
  color: #fff;
  background: #25d366;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-kontak-modern h4 {
  font-size: 16px;
  margin: 0 0 2px;
  color: #111;
}

.card-kontak-modern span {
  font-size: 14px;
  color: #555;
}

.card-kontak-modern:hover {
  border-color: #ff3131;
  transform: translateY(-3px);
}

/* icon warna beda */
.card-kontak-modern .fa-phone {
  background: #ff3131;
}
.card-kontak-modern .fa-map-marker-alt {
  background: #111;
}

.map-wrapper {
  border-radius: 15px;
  overflow: hidden;
}


/* marquee slider cta  */
.marquee-slider-cta{
    width:100%;
    overflow:hidden;
}

.marquee-track-cta{
    display:flex;
    width:max-content;
    animation:marqueeCtaMove 25s linear infinite;
}

.marquee-item-cta{
    flex:0 0 auto;
    width:280px;
    margin-right:20px;
}

.marquee-item-cta img{
    width:100%;
    border-radius:15px;
    display:block;
}

@keyframes marqueeCtaMove{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}
/* marquee slider cta  */

/* 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;
}

/* .header-title {
  position: relative;
  display: inline-flex;
  z-index: 1;
  width: fit-content;
}

.header-title::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #d3b63344;
  left: -10px;
  bottom: -5px;
  z-index: -1;
  animation: pulse-bg 2s infinite ease-in-out;
  opacity: 0.05;
}


@keyframes pulse-bg {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
    filter: brightness(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1);
  }
}
*/

/* .judul-rental {
  border: 2px solid var(--base-color);
  width: fit-content;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  line-height: 30px;
  background-color: var(--base-color);
  color: white;
} */

.mfp-arrow-right:before {
  content: "\f061";
  font-family: FontAwesome;
}

.mfp-arrow-left:before {
  content: "\f060";
  font-family: FontAwesome;
}

/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.scroll-to-top .progress-circle {
  position: absolute;
  transform: rotate(-90deg);
}

.scroll-to-top .arrow-up {
  position: absolute;
  font-size: 20px;
  color: #3498db;
  z-index: 2;
}

.img-sticky1 {
  position: sticky;
  height: 100%;
  overflow: visible;
  top: 100px;
}

.include ul li,
.exclude ul li,
.itinerary ul li {
  list-style: disc;
}

/* Float 1 */
/* WRAPPER posisi kanan */
.floating-wrapper1 {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

/* Tombol */
.float1 {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: var(--base-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.float1:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Icon */
.my-float1 {
  margin: 0;
}

/* Bounce Animation */
.bounce1 {
  animation: bounce 2s infinite;
}

/* Supaya tidak barengan naiknya */
.delay {
  animation-delay: 0.5s;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .floating-wrapper1 {
    right: 15px;
    bottom: 20px;
  }

  .float1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Float  */

/* --- Accordion Container --- */
.accordion {
  max-width: 600px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* --- Accordion Header --- */
.accordion input {
  display: none;
}

.accordion label {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion label:hover {
  background-color: #eaeaea;
}

/* --- Accordion Content --- */
.accordion .content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
  padding: 0 10px;
}

.accordion input:checked ~ .content {
  max-height: 300px;
  padding: 5px 10px;
}

/* --- Responsiveness --- */
@media (max-width: 600px) {
  .accordion label {
    font-size: 16px;
    padding: 12px;
  }
  .accordion .content {
    font-size: 14px;
  }
}

.tabel-harga {
  width: 100%;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 200px;
}

/* Buat agar tabel rapi */
.tabel-harga table {
  width: 100%;
  /* border-collapse: collapse; */
}

.tabel-harga th {
  background: var(--base-color);
  color: #fff;
  text-align: left;
  padding: 2px 5px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.tabel-harga td {
  padding: 2px 5px;
  font-size: 13px;
  color: #444;
  /* border-bottom: 1px solid #eee; */
}

/* Efek hover tiap baris */
.tabel-harga tr:hover td {
  background: #fdf3f2;
  transition: 0.3s;
}

.tabel-harga tbody {
  text-align: left;
}

/* Harga tebal dan warna mencolok */
.tabel-harga td:last-child {
  /* text-align: right; */
  font-weight: 500;
  color: var(--base-color);
}

.tabel-harga table {
  border: 0;
}

.text-wisata {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 10px;
  z-index: 2;
  bottom: 15px;
}

.gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-image {
  position: relative;
}

.gallery-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); */
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Biar teks muncul di atas gradasi */
/* .text-wisata {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  z-index: 2;
} */

/* Efek hover lebih terang */
.gallery-box:hover .gallery-image::after {
  opacity: 0.9;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

.accordion-container {
  max-width: 700px;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.accordion-item {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.accordion-header {
  width: 100%;
  background: #cbcbcb1c;
  color: #333;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header:hover {
  /* background: #de6b3114; */
  color: var(--base-color);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

.accordion-body.show {
  max-height: 400px;
  padding: 15px 20px;
}

.accordion-item.active .accordion-header {
  background: var(--base-color);
  color: white;
}

@media (max-width: 600px) {
  .accordion-header {
    font-size: 16px;
    padding: 12px 16px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/* Efek zoom pada gambar di dalam .feature-box */
.feature-box-icon img {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  margin-bottom: 15px;
}

/* Saat card di-hover, gambar membesar sedikit */
.feature-box:hover .feature-box-icon img {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Galeri  */

/* ===============================
   GALLERY HOVER EFFECT
=================================*/

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.gallery-img {
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  display: block;
}

/* Zoom + sedikit gelap */
.gallery-item:hover .gallery-img {
  transform: scale(1.1);
  filter: brightness(75%);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
  border-radius: 15px;
  pointer-events: none; /* INI PENTING supaya tidak nutup klik */
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.zoom-icon {
  color: #fff;
  font-size: 28px;
}

/* ===============================
   LIGHTBOX
=================================*/

#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 999999; /* Biar pasti di atas semua */
  justify-content: center;
  align-items: center;
}

#lightbox-img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 10px;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 45px;
  cursor: pointer;
}
/* Galeri  */

/* Galeri Masonry */
.masonry {
  column-count: 2;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .masonry {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .masonry {
    column-count: 4;
  }
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 15px;
}

.masonry-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.icon-kontak {
  background: var(--base-color);
  padding: 10px;
  border-radius: 10px;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
}

ul.deskripsi {
  list-style: disc;
}

.accordion-button {
  padding: 1px 15px;
}

.scrollable-list {
  max-height: 130px;
  overflow-y: auto;
}

.floating-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  bottom: 30px;
  right: 30px;
}

.floating-item {
  width: 250px;
  animation: floating 4s ease-in-out infinite;
}

.floating-item:nth-child(2) {
  animation-delay: 2s;
}

.floating-item dotlottie-wc {
  width: 100%;
  height: auto;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .floating-item {
    width: 180px;
  }
}

/* Slider  */
/* Posisi bullet tepat di tengah bawah */
.swiper-pagination {
  position: absolute;
  bottom: 25px !important;
  /* left: 50% !important; */
  transform: translateX(-50%);
  text-align: center;
  width: auto;
}

/* Bullet normal */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 6px !important;

  bottom: -50px;
}

/* Bullet aktif */
.swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.2);
}

/* Panah */
.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
}

/* Slider  */
/* .btn-custom-1 {
  box-sizing: border-box;
  border: 0;
  margin-top: 10px;
  border-radius: 20px;
  color: var(--second-color);
  padding: 3px 15px;
  background: var(--base-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
}

.btn-custom-1 .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-custom-1 .arrow {
  margin-top: 1px;
  width: 14px;
  background: var(--base-color);
  height: 2px;
  position: relative;
  transition: 0.2s;
}

.btn-custom-1 .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--second-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.btn-custom-1:hover {
  background-color: var(--second-color);
}

.btn-custom-1:hover .arrow {
  background: var(--second-color);
}

.btn-custom-1:hover .arrow:before {
  right: 0;
} */

/* .btn-custom-2 {
  box-sizing: border-box;
  border: 0;
  margin-top: 10px;
  border-radius: 20px;
  color: var(--second-color);
  padding: 3px 15px;
  background: transparent;
  border: 1px solid var(--base-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: 500;
}

.btn-custom-2 .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-custom-2 .arrow {
  margin-top: 1px;
  width: 14px;
  background: var(--base-color);
  height: 2px;
  position: relative;
  transition: 0.2s;
}

.btn-custom-2 .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--second-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.btn-custom-2:hover {
  background-color: var(--second-color);
}

.btn-custom-2:hover .arrow {
  background: var(--second-color);
}

.btn-custom-2:hover .arrow:before {
  right: 0;
} */

.btn-konsultasi{
  background-color: var(--base-color);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid;
}

.btn-konsultasi:hover{
background-color: transparent;
color: var(--base-color);
border: 2px solid;
}

.jarak-atas-card{
  margin-top: 60px;
}

.ornamen-atap{
  position: absolute;
    width: 100%;
    height: 40%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.ornamen-atap2{
  position: absolute;
    width: 100%;
    height: 40%;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.ornamen-top-statistik{
  position: absolute;
  top: -30px;
  left: -1px;
  width: 100%;
  height: 300px;
}

.ornamen-bottom-statistik{
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 300px;
}

/* ornamen welcome  */
.custom-shape-divider-bottom-welcome {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-welcome svg {
  position: relative;
  display: block;
  width: calc(135% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-welcome .shape-fill {
  fill: #ffffff;
}

/* ornamen-welcom */

/* ornamen keunggulan  */
.custom-shape-divider-bottom-keunggulan {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-keunggulan svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 79px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-keunggulan .shape-fill {
  fill: #00419d13;
}

/* ornamen keunggalan  */

/* ornamen rental  */
.custom-shape-divider-bottom-rental {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-rental svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 79px;
}

.custom-shape-divider-bottom-rental .shape-fill {
  fill: #ffffff;
}

/* ornamen rental  */

.persyaratan ul li {
  list-style-type: disc;
}

.persyaratan {
  padding-left: 15px;
}

/* Page header  */
/* SECTION */

.business-news{
    position:relative;
    overflow:hidden;
    display: inline-table;
}

/* CONTAINER */

.business-news-container{
    margin:auto;
    background:var(--base-color);
    padding:100px 40px 0px;
}

/* IMAGE WRAPPER */

.image-box{
    position:relative;
    min-height:380px;
}

/* IMAGE */

.header-img{
    position:absolute;
    bottom:0;
    right:0;

    max-height:420px;
    width:auto;
    height:auto;

    object-fit:contain;
}

/* TABLET */

@media (max-width:992px){

.header-img{
    max-height:340px;
    right:-20px;
}

}

/* MOBILE */

@media (max-width:768px){

  .ornamen-atap{
    position: absolute;
    width: 100%;
    height: 10%;
    top: 60px;
    left: 0px;
    z-index: 2;
  }

  .ornamen-atap2{
    position: absolute;
    width: 100%;
    height: 10%;
    top: 170px;
    left: 0px;
    z-index: 2;
  }

.business-news-container{
    padding:60px 20px;
}

.image-box{
    min-height:auto;
    text-align:center;
}

.header-img{
    position:relative;
    max-height:260px;
    margin:auto;
    display:block;
}

}
/* page header  */

/* Header Page Section  */
.header-section {
  height: 300px;
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

/* Gradasi biru kiri â†’ transparan kanan */
/* .header-section .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgb(26 26 26 / 68%) 0%,
    rgb(31 32 33 / 55%) 40%,
    rgb(30 30 30 / 25%) 70%,
    rgba(0, 102, 204, 0.05) 100%
  );
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 102, 204, 0.9) 0%,
    rgba(0, 102, 204, 0.6) 40%,
    rgba(0, 102, 204, 0.3) 70%,
    rgba(0, 102, 204, 0) 100%
  );
  z-index: 1;
} */

/* Pastikan konten di atas overlay */
.header-section .container {
  position: relative;
  z-index: 2;
}

/* header Page section  */

.deskripsi ul li {
  list-style-type: disc;
}

.icon-title {
  background: var(--second-color);
  padding: 5px;
  border-radius: 5px;
  color: var(--base-color);
}

.checklist-layanan {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-layanan li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}

.checklist-layanan i {
  color: var(--base-color); /* hijau checklist */
  font-size: 14px;
  margin-top: 2px;
}

.checklist-layanan span {
  line-height: 1.5;
}

/* ========================= */
/* DEFAULT STATE */
/* ========================= */

/* ========================= */
/* DEFAULT DESKTOP */
/* ========================= */

.logo-resto {
  display: inline-block;
}

.logo-default {
  display: inline-block;
}

/* ========================= */
/* MOBILE ONLY */
/* ========================= */

@media (max-width: 991px) {
  /* sembunyikan logo default */
  .logo-default {
    display: none !important;
  }

  /* tampilkan hanya logo resto */
  .logo-resto {
    display: inline-block !important;
  }
}

/* CTA  */

/* CTA  */

/* Kontak  */
/* Card Contact */
.contact-card-modern {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.contact-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  color: #000;
}

/* Icon Bulat */
.icon-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  min-width: 40px;
  max-width: 40px;
}

/* Social */
.social-modern {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s ease;
}

.social-modern:hover {
  background: #0d6efd;
  color: #fff;
}

/* Kontak  */

/* MOBILE 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;
  }
}
