@import url("https://fonts.googleapis.com/css2?family=Gulzar&family=Idiqlat:wght@200;300;400&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

/* 
"Inter", sans-serif;
"Idiqlat", serif;
"Roboto Condensed", sans-serif;
"Raleway", sans-serif;
"Kanit", sans-serif;
"Noto Serif", serif;
"Libre Baskerville", serif;
"Gulzar", serif;
"PT Sans Narrow", sans-serif;
*/

:root {
  /* --base-color: #275d7f; */
  --base-color: #029cbe;
  --second-color: #012b51;
  --third-color: #5f5e64;
  --four-color: #3f78e0;
  --very-light-base-color: #fbeee1;
  --bs-primary-rgb: 18, 127, 74;
  --bs-secondary-rgb: 170, 176, 188;
  --primary-font: "Inter", sans-serif;
  --alt-font: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.bg-base-color {
  background-color: var(--base-color);
}

.bg-very-light-base-color {
  background-color: var(--very-light-base-color);
}

.bg-second-color {
  background-color: var(--second-color);
  /* background-color: #11aed6; */
}

.text-base-color {
  color: var(--base-color);
}

.bg-top-bar {
  background: var(--base-color); /* Fallback */
  /* background: -webkit-linear-gradient(
    90deg,
    #0d0d0d 0%,
    #2c2416 50%,
    #b9871a 100%
  );
  background: linear-gradient(
    90deg,
    #0d0d0d 0%,
    #2c2416 50%,
    #b9871a 100%
  ); */
}

.text-second-color {
  color: var(--second-color);
}

.text-third-color {
  color: var(--third-color);
}

.btn-primary.btn-expand {
  color: var(--base-color);
}
.btn-primary.btn-expand:before {
  background-color: var(--base-color);
}

.nav-link {
  color: white;
}

button.hamburger {
  color: var(--base-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 600 !important;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 25px;
}

div {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
}

.dropdown-item:hover {
  color: var(--base-color);
}

/* Khusus untuk tampilan mobile (Offcanvas) */
@media (max-width: 991px) {
  /* Memaksa kontainer menu tetap di atas, bukan di tengah */
  .offcanvas-body {
    justify-content: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Memastikan list menu tidak bergeser saat konten di bawahnya terbuka */
  .navbar-nav {
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
  }

  /* Mengunci posisi dropdown agar tidak mendorong elemen ke atas */
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    /* margin-top: 10px !important; */
    background: transparent !important;
    border: 0 !important;
  }
  .dropdown-item {
    font-weight: 600;
    letter-spacing: -0.01rem;
    font-size: 12px;
    color: white;
    opacity: 0.7;
  }
}

.nav-link.dropdown-toggle.dropdown-toggle-split.btn-toggle-kategori {
  padding: 0;
  margin: 0;
  right: 10px !important;
  /* position: relative; */
  top: 0px !important;
  color: var(--base-color);
}

/* Memberikan shadow tipis pada gambar bendera */
.lang-select img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px; /* Sedikit lengkungan agar lebih halus */
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05); /* Border sangat tipis agar warna putih bendera tidak mati */
}

/* Efek saat bendera di-hover */
.lang-select:hover img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  opacity: 0.8;
}

/* Membuat separator "|" lebih rapi */
.text-muted {
  font-size: 14px;
  opacity: 0.5;
  margin-top: -2px; /* Penyesuaian posisi vertikal */
}

/* Menghilangkan banner Google Translate */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Menghilangkan padding top pada body yang otomatis muncul */
body {
  top: 0px !important;
  /* overflow-x: hidden; */
}

/* Menghilangkan tooltip saat hover teks yang diterjemahkan (opsional) */
.goog-te-balloon-frame {
  display: none !important;
}

/* Menghilangkan garis bawah pada teks yang diterjemahkan */
font {
  background-color: transparent !important;
  box-shadow: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
.primary-font {
  font-family: var(--primary-font);
}

.alt-font {
  font-family: var(--alt-font);
}

div {
  font-family: var(--primary-font);
}

.br-0 {
  border-radius: none !important;
}

/* Font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

ul {
  padding-left: 20px;
}

/*==========================================================================
* Dropdown
==========================================================================*/
/* Base Styles */
.custom-nav-item .arrow-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Rotasi panah saat collapse mobile dibuka */
a[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
}

.custom-nav-item .dropdown-toggle::after {
  display: none !important;
}

/* ==========================================
   STYLING KHUSUS MOBILE (< 992px)
   ========================================== */
@media (max-width: 991.98px) {
  .custom-nav-item {
    width: 100%;
    position: relative;
  }

  /* Tampilkan dropdown secara vertikal melipat ke bawah saat collapse aktif */
  .custom-nav-item .custom-collapse.show .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding-left: 15px !important;
  }
}

/* ==========================================
   STYLING KHUSUS DESKTOP (>= 992px)
   ========================================== */
@media (min-width: 992px) {
  .custom-nav-item {
    position: relative;
  }

  /* Sembunyikan ikon panah khusus di desktop */
  .custom-nav-item .arrow-icon {
    display: none !important;
  }

  /* Buka wrapper collapse agar tidak membungkus/menyembunyikan menu */
  .custom-nav-item .custom-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  /* Sembunyikan dropdown-menu secara default di desktop */
  .custom-nav-item .custom-collapse .dropdown-menu {
    /* display: none !important; */
    position: absolute !important;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1050;
  }

  /* Tampilkan dropdown-menu saat parent li di-hover */
  .custom-nav-item:hover .custom-collapse .dropdown-menu {
    display: block !important;
  }
}
/*==========================================================================
* Dropdown
==========================================================================*/

/*==========================================================================
* Button CSS
==========================================================================*/
.btn-base-color {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color);
  --bs-btn-hover-border-color: var(--base-color);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color);
  --bs-btn-active-border-color: var(--base-color);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
}

.build_button {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  background: var(--base-color);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 30px;
  gap: 20px;
  &::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--second-color);
    transform-origin: 100% 50%;
    transform: scale3d(1, 2, 1);
    transition:
      transform 0.4s,
      opacity 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: white;
    background: #017eb9;
    font-size: 26px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
  }
  &:hover {
    color: white;
    i {
      color: var(--second-color);
      background: white;
      transform: rotate(45deg);
    }
    &::before {
      transform: scale3d(10, 9, 1);
      transform-origin: 110% 55%;
    }
  }
}

.build_button-wa {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--base-color);
  background: var(--bs-white);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 30px;
  gap: 20px;
  &::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--base-color);
    transform-origin: 100% 50%;
    transform: scale3d(1, 2, 1);
    transition:
      transform 0.4s,
      opacity 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: white;
    background: #017eb9;
    font-size: 26px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
  }
  &:hover {
    color: white;
    i {
      color: var(--second-color);
      background: white;
      transform: rotate(45deg);
    }
    &::before {
      transform: scale3d(10, 9, 1);
      transform-origin: 110% 55%;
    }
  }
}

.build_button-detail {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  background: var(--base-color);
  border-radius: 50px 50px 50px 50px;
  padding: 8px 8px 8px 30px;
  gap: 20px;
  &::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--second-color);
    transform-origin: 100% 50%;
    transform: scale3d(1, 2, 1);
    transition:
      transform 0.4s,
      opacity 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  i {
    position: relative;
    z-index: 2;
    transition: 0.4s;
    color: white;
    background: #017eb9;
    font-size: 17px;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 50px;
  }
  &:hover {
    color: white;
    i {
      color: var(--second-color);
      background: white;
      transform: rotate(45deg);
    }
    &::before {
      transform: scale3d(10, 9, 1);
      transform-origin: 110% 55%;
    }
  }
}

/* BASE */
.flt-modern {
  position: fixed;
  left: 20px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 999;
  overflow: hidden;
  transition: 0.4s;
}

/* POSITION */
.call-btn {
  bottom: 100px;
}
.wa-modern {
  bottom: 40px;
}

/* LINK */
.flt-modern a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
}

/* ICON */
.flt-modern i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--base-color);
  transition: 0.3s;
}

/* TEXT */
.flt-modern span {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
  font-size: 14px;
}

/* HOVER EFFECT */
.flt-modern:hover span {
  opacity: 1;
  transform: translateX(0);
}

.flt-modern:hover {
  padding-right: 15px;
}

/* WA COLOR */
.wa-modern i {
  background: #25d366;
}

/* CALL COLOR */
.call-btn i {
  background: var(--second-color);
}

/* 🔥 ANIMASI MASUK */
.flt-modern {
  animation: slideInLeft 0.6s ease forwards;
}

/* DELAY */
.call-btn {
  animation-delay: 0.2s;
}
.wa-modern {
  animation-delay: 0.4s;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 🔥 ANIMASI FLOAT (NAIK TURUN HALUS) */
.wa-modern {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* 🔥 HOVER SCALE */
.flt-modern:hover i {
  transform: scale(1.1);
}

/* MOBILE */
@media (max-width: 768px) {
  .slider-overlap {
    margin-top: -85px !important;
  }
  .phz-43-title{
    font-size: 25px !important;
  }
  .phz-43-desc{
    font-size:16px !important;
  }
  .phz-43{
    margin-top: -85px !important;
  }
  .navbar-nav .nav-link.active {
    border: none !important;
    box-shadow: none !important;
    color: var(--second-color) !important;
  }
  .carousel-control-prev-icon {
    display: none;
  }
  .carousel-control-next-icon {
    display: none;
  }
  .fs-25 {
    font-size: 20px !important;
  }
  .fs-30 {
    font-size: 22px !important;
  }
  .art-l7-box {
    padding: 15px !important;
  }
  .flt-modern span {
    display: none;
  }
}
/* END WA/ APPO BTN / SCROLL TOP */

.btn-group-very-sm > .btn,
.btn-very-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}

.btn-group-very-sm > .btn-icon.btn,
.btn-icon.btn-very-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group-very-sm > .btn-icon.btn i,
.btn-icon.btn-very-sm i {
  font-size: 0.8rem;
}

/*==========================================================================
* Background Section
==========================================================================*/

.background-soft {
  background-color: #ddbc60;
}
.background-kategori {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #f8f9fa; /* Warna dasar light agar tirai putih terlihat */
  padding-top: 50px;
}

.custom-shape-divider-bottom-testi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-testi svg {
  position: relative;
  display: block;
  width: calc(123% + 1.3px);
  height: 52px;
}

.custom-shape-divider-bottom-testi .shape-fill {
  fill: #041c5c;
}

.custom-shape-divider-top-testi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-testi svg {
  position: relative;
  display: block;
  width: calc(123% + 1.3px);
  height: 52px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-testi .shape-fill {
  fill: #041c5c;
}

/* Ornamen Tirai Kiri */
.background-kategori::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Atur tinggi tirai */
  background: #418c6a03;
  z-index: 1;
  clip-path: polygon(0 0, 40% 0, 0 80%); /* Bentuk tirai kiri */
}

/* Ornamen Tirai Kanan */
.background-kategori::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background: #418c6a03;
  z-index: 1;
  clip-path: polygon(100% 0, 60% 0, 100% 80%); /* Bentuk tirai kanan */
}

/* Layer Background Gambar (Bertumpuk di bawah tirai) */
.bg-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("../Aset Desain/pakai/bg/6.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1; /* Di bawah konten utama */
  opacity: 0.06;
}

.background-welcome {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Set base background putih agar bagian transparan gradasi mengarah ke putih */
  background-color: #ffffff;
}

/* BACKGROUND IMAGE (DENGAN GRADASI PUDAR ATAS & BAWAH) */
.background-welcome::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../Aset Desain/pakai/bg/1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.05;
  /* mix-blend-mode: overlay;  */

  /* Masking gradasi pudar atas dan bawah */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 20%,
    black 80%,
    transparent 100%
  );
}

.background-statistik {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background-color: #c0fcde; */
}

.background-statistik::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Overlay putih tipis transparan mengalir ke bawah */
  background:
    /* linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.931) 0%,
      rgba(255, 255, 255, 0.905) 50%,
      rgba(255, 255, 255, 0.65) 100%
    ), */ url("../Aset Desain/pakai/bg/8.webp");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  /* Opacity disesuaikan agar gambar latar belakang tetap terlihat lembut */
  opacity: 1;
  z-index: -1;
}

.background-rental {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
}

.background-rental::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(185, 135, 26, 0.25) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(243, 229, 173, 0.15) 0%,
      transparent 35%
    ),
    linear-gradient(
      180deg,
      rgba(6, 13, 25, 0.609) 0%,
      rgba(10, 25, 47, 0.593) 100%
    ),
    url("../Aset Desain/pakai/bg/7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0.9) contrast(1.1);
  z-index: -1;
}

/* ==================== ORNAMEN TAMBAHAN (NO BUG) ==================== */
.ornamen-cloud {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -5px;
  left: 0;
  /* z-index: 1; */
}
/* ==================== ORNAMEN TAMBAHAN (NO BUG) ==================== */

.background-layanan {
  position: relative;
  z-index: 1;
  overflow: visible;
  /* Pastikan elemen utama punya background putih agar efek memudarnya terlihat sempurna */
  background-color: #ffffff;
}

/* background image */
.background-layanan::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../Aset Desain/pakai/bg/1.webp");
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */

  opacity: 0.2;
  filter: none;
  z-index: -1;

  /* 
     EFEK GRADASI MEMUDAR (ATAS & BAWAH):
     0%   = Transparan total di paling atas (mengikuti bg putih elemen utama)
     15%  = Gambar muncul penuh hingga area tengah (85%)
     100% = Transparan total di paling bawah (mengikuti bg putih elemen utama)
  */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
}

.background-wisata {
  position: relative;
  z-index: 1;
  overflow: visible;
  /* Pastikan elemen utama punya background putih agar efek memudarnya terlihat sempurna */
  background-color: #ffffff;
}

/* background image */
.background-wisata::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../Aset Desain/pakai/bg/2.webp");
  background-size: cover;
  background-position: top;
  /* background-attachment: fixed; */

  opacity: 0.1;
  filter: none;
  z-index: -1;

  /* EFEK GRADASI MEMUDAR KE PUTIH (KE BAWAH) */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* gradient dari bawah ke atas */
/* .background-keunggulan::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../Aset Desain/pakai/bg/7.webp");
  background-repeat: no-repeat;
  z-index: -1;
} */

/* background alur proses  */
.ly-step-list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Balok Abu-abu Lembut Raksasa di Kiri-Tengah */
.ly-step-list::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -15%;
  width: 45%;
  height: 120%;
  background-color: #f8fafc;
  transform: skewX(-20deg);
  z-index: -2;
  pointer-events: none;
}

/* Balok Aksen Biru Tipis Panjang di Sisi Kanan */
.ly-step-list::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 80px;
  height: 140%;
  background: linear-gradient(
    to bottom,
    rgba(49, 137, 185, 0.12),
    rgba(31, 99, 138, 0.02)
  );
  transform: skewX(-20deg);
  z-index: -1;
  pointer-events: none;
}
/* background alur proses  */

/* background layanan  */
.ly-layanan-cine-v2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Pola Grid Raksasa di Seluruh Background */
.ly-layanan-cine-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Membuat kotak grid ukuran besar 60px x 60px */
  background-image:
    linear-gradient(rgba(49, 137, 185, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 137, 185, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -2;
  pointer-events: none;
}

/* Efek Sorot Cahaya Lembut di Tengah Atas */
.ly-layanan-cine-v2::after {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(49, 137, 185, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: -1;
  filter: blur(20px);
  pointer-events: none;
}
/* background layanan  */

.background-keunggulan {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Warna dasar diubah menjadi putih penuh */
  background-color: #ffffff;
}

/* BACKGROUND IMAGE (FIXED ABU-ABU) */
.background-keunggulan::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../Aset Desain/pakai/bg/2.webp") center/cover no-repeat;
  /* background-attachment: fixed; */
  /* bottom: -30px; */
  opacity: 0.07;
  z-index: -2;
}

.background-project {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Warna dasar diubah menjadi putih penuh */
  background-color: rgba(0, 0, 255, 0.082);
}

/* BACKGROUND IMAGE (FIXED ABU-ABU) */
.background-project::before {
  content: "";
  position: absolute;
  inset: 0;

  /* background: url("../Aset Desain/pakai/bg/6.webp") center/cover no-repeat; */
  /* background-attachment: fixed; */
  background-color: var(--base-color);
  height: 300px;
  opacity: 0.8;
  z-index: -2;
}

.background-wisata1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Gradasi multi-titik untuk efek pantulan logam */
  background: linear-gradient(
    -45deg,
    #000000 0%,
    var(--base-color) 25%,
    #ddbc60 50%,
    #ffd450 55%,
    #ddbc60 60%,
    var(--base-color) 85%,
    #000000 100%
  );
}

.background-produk {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}

/* Gambar Lapisan Bawah (Dengan Overlay Putih Tipis) */
.background-produk::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Lapisan overlay putih (88% pekat) di atas gambar background */
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.938) 0%,
      rgba(255, 255, 255, 0.953) 70%,
      rgba(255, 255, 255, 1) 100%
    ),
    url("../Aset Desain/pakai/bg/2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
  pointer-events: none;
}

/* Overlay Gradasi Tipis Kiri ke Kanan (Opsional Accent) */
/* .background-produk::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(59, 130, 246, 0.05) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(239, 68, 68, 0.04) 100%
  );
  z-index: -1;
  pointer-events: none;
} */

/* ==================== ADDED ORNAMENTS OPSI 3 ==================== */
/* Garis Siku Pojok Kiri Atas (Biru) */
.bt-line-blue {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60px;
  height: 60px;
  border-top: 2px solid rgba(59, 130, 246, 0.3);
  border-left: 2px solid rgba(59, 130, 246, 0.3);
  z-index: -1;
  pointer-events: none;
}

/* Garis Siku Pojok Kanan Bawah (Merah) */
.bt-line-red {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-bottom: 2px solid rgba(239, 68, 68, 0.3);
  border-right: 2px solid rgba(239, 68, 68, 0.3);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .bt-line-blue {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .bt-line-red {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

/* CONTAINER UTAMA FOOTER */
.background-footer {
  position: relative;
  z-index: 1;
  overflow: hidden; /* Mencegah background meluap keluar */
}

/* BACKGROUND IMAGE (WEBPI GREYSCALE) */
.background-footer::before {
  content: "";
  position: absolute;
  inset: 0; /* Shortcut untuk top:0, right:0, bottom:0, left:0 */
  background: url("../Aset Desain/pakai/bg/4.webp") center/cover no-repeat;
  filter: grayscale(100%);
  z-index: -2;
  opacity: 1;
}

/* OVERLAY NAVY GRADIENT (Pekat di Kiri -> Semakin Tipis ke Kanan) */
.background-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Warna Navy #03143e pekat (95% opacity) di kiri ke transparan (20% opacity) di kanan */
  background: linear-gradient(
    90deg,
    rgb(3, 20, 62) 0%,
    rgba(3, 20, 62, 0.922) 50%,
    rgba(3, 20, 62, 0.879) 100%
  );
  z-index: -1;
}

.background-galeri {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../Aset Desain/pakai/bg/2.webp") center/contain no-repeat;
}

/* OVERLAY PUTIH SOFT UNIFORM */
.background-galeri::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: inherit; /* Menyesuaikan rounded-2 kontainer */
  z-index: -1;
}

/* BIAR KONTEN TETAP DI ATAS SEMUA */
.background-galeri > * {
  position: relative;
  z-index: 2;
}
.background-testimoni {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.background-testimoni::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../Aset Desain/pakai/bg/2.webp") center/cover no-repeat;
  z-index: -2;
  opacity: 0.07;
}

/* 🔥 OVERLAY HITAM */
/* .background-testimoni::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.8); 

  z-index: -1;
}  */

/* BIAR KONTEN DI ATAS */
/* .background-testimoni > * {
  position: relative;
  z-index: 1;
} */

.background-cta {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(to top, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../Aset Desain/pakai/bg/2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.03;
}

/* .background-page-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      to bottom,
      rgb(255 255 255 / 80%),
      rgb(0 0 0 / 0%) 40%,
      rgb(255 255 255) 95%
    ),
    url("../Aset Desain/pakai/bg/4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.08;
} */
/*==========================================================================
* Navbar
==========================================================================*/
/* OPSI 3: KOTAK MINIMALIS (ROUNDED BOX) */
/* Mengatur jarak antar nav-item */
.navbar-nav .nav-item {
  margin-left: 6px;
  margin-right: 6px;
}

/* Styling Dasar Nav Link */
.navbar-nav .nav-link {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  color: whitesmoke;
}

/* Hover State */
.navbar-nav .nav-link:hover {
  color: var(--base-color) !important;
  /* background-color: #f1f5f9; */
  border-color: #e2e8f0;
}

/* Active State (Menu yang Sedang Dibuka) */
.navbar-nav .nav-link.active {
  color: #ffffff !important;
  background-color: var(--base-color, #0d6efd);
  font-weight: 600;
  border-color: var(--base-color, #0d6efd);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Penyesuaian saat Navbar di-Scroll (Navbar Stick) */
.navbar-stick .navbar-nav .nav-link.active {
  color: #ffffff !important;
  background-color: var(--base-color, #0d6efd);
}

/* Reset jarak margin pada tampilan mobile agar tetap rapi */
@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.navbar-stick:not(.navbar-dark) {
  background: white;
  /* color: red; */
}

.navbar-stick .nav-link {
  /* color: var(--base-color) !important; */
  color: black !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--second-color);
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--second-color);
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Floating WA */

/* floating wa baru  */
:root {
  --wa-color: #25d366;
  --call-color: #dc3545;
}

.contact-hub-visible {
  position: fixed;
  left: 20px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
  font-family: "Poppins", sans-serif;
}

.hub-item-v {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 5px 8px 5px 5px; /* Padding kanan lebih lebar untuk teks */
  border-radius: 50px;
  text-decoration: none !important;
  color: #333 !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: floatAnim 3s ease-in-out infinite; /* Animasi melayang */
}

/* Variasi Animasi Delay agar tidak barengan */
.hub-call-v {
  animation-delay: 1.5s;
}

.hub-icon-v {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  flex-shrink: 0;
}

.hub-wa-v .hub-icon-v {
  background: var(--wa-color);
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}
.hub-call-v .hub-icon-v {
  background: var(--call-color);
  box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

.hub-label-v {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.hub-title-v {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  display: block;
}

.hub-desc-v {
  font-size: 10px;
  color: #777;
  display: block;
}

/* Hover Effect */
.hub-item-v:hover {
  transform: scale(1.05) translateX(5px);
  background: #fafafa;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Keyframes Melayang */
/* @keyframes floatAnim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
} */

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  .contact-hub-visible {
    left: 15px;
    bottom: 20px;
    gap: 8px;
  }
  .hub-item-v {
    padding: 6px 12px 6px 6px;
  }
  .hub-icon-v {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
  .hub-title-v {
    font-size: 11px;
  }
  .hub-desc-v {
    display: none;
  } /* Sembunyikan deskripsi kecil di HP agar tidak penuh */
}

/* floating wa baru  */

/* btn navbar  */
.btn-a7-sm {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
  transition: all 0.35s ease;
  border: 1px solid #dbeafe;
}

/* ICON KIRI */
.btn-a7-sm .icon-a7-sm {
  width: 36px;
  height: 36px;
  background: #3b82f6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.35s ease;
  flex-shrink: 0;
}

/* TEXT KANAN */
.btn-a7-sm span {
  padding: 0 14px 0 12px;
  color: #1e40af;
  transition: all 0.35s ease;
  line-height: 36px;
  white-space: nowrap;
}

/* HOVER — TANPA ROTATE */
.btn-a7-sm:hover {
  transform: translateY(-2px);
  border-color: #3b82f6;
  box-shadow: 0 10px 22px rgba(59, 130, 246, 0.35);
}

.btn-a7-sm:hover .icon-a7-sm {
  background: #1e40af;
  /* efek lain: icon membesar halus + shadow */
  transform: scale(1.08);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.3);
}

.btn-a7-sm:hover span {
  color: #3b82f6;
  letter-spacing: 0.3px;
}
/* btn navbar  */

/* floatin wa 2  */
.floating-wave-container {
  position: fixed;
  left: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 99999;
}

.wave-btn {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 50px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.wave-btn:hover {
  transform: scale(1.05);
}

.wave-btn i {
  font-size: 20px;
  margin-right: 10px;
}

/* WhatsApp Wave */
.btn-wave-wa {
  background-color: #25d366;
  animation: pulse-wa-wave 2s infinite;
}

/* Phone Wave */
.btn-wave-call {
  background-color: #007bff;
  animation: pulse-call-wave 2s infinite;
  animation-delay: 1s; /* Diberi jeda agar tidak bersamaan */
}

/* Keyframes Gelombang Menyebar */
@keyframes pulse-wa-wave {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse-call-wave {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

@media (max-width: 768px) {
  .floating-wave-container {
    right: 15px;
    bottom: 15px;
    gap: 10px;
  }
  .wave-btn {
    padding: 10px;
    min-width: 130px;
    max-width: 130px;
    display: flex;
    justify-content: center;
    font-size: 10px;
    min-height: 40px;
    max-height: 40px;
    gap: 10px;
  }
  .wave-btn i {
    margin-right: 0;
    font-size: 16px;
    color: white;
  }
  .wave-btn span {
    /* display: none; */
  } /* Sembunyikan teks di HP */
}
/* floating wa 2  */

/* Navbar */
/* .nav-link {
    color: var(--bs-blue);
} */

/* CKE Editor*/
.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

.description-list p strong {
  color: var(--black);
}

.description-list hr {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.header-title p strong {
  /* font-style: italic; */
  text-decoration: underline;
}

/* CTA Baru  */

.ctx-3 {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 48px 0;
  background-color: #0c4a6e;
  overflow: hidden;
}

.ctx-3-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ctx-3-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ctx-3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(12, 74, 110, 0.96) 0%,
    rgba(8, 145, 178, 0.88) 60%,
    rgba(249, 115, 22, 0.45) 100%
  );
  z-index: 1;
}

/* ============================================
   CONTENT TYPOGRAPHY & WRAPPING SAFETY
   ============================================ */
.ctx-3-content {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ctx-3-tag {
  display: inline-block;
  color: #fbbf24;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ctx-3-title {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 12px;
}

.ctx-3-desc {
  color: #bae6fd;
  font-size: clamp(12.5px, 1.1vw, 14.5px);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 650px;
}

.ctx-3-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* ============================================
   TOMBOL LEBIH RINGKAS & INTERAKTIF
   ============================================ */
.ctx-3-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 6px; /* Ukuran padding lebih ringkas */
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  max-width: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-position 0.6s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Efek Shimmer Light pada Tombol saat Hover */
.ctx-3-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-25deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.ctx-3-btn:hover::before {
  left: 150%;
}

.ctx-3-icon {
  width: 34px; /* Ukuran icon lebih kecil */
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.3s ease,
    color 0.3s ease;
}

.ctx-3-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
  white-space: nowrap;
}

.ctx-3-text b {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.ctx-3-text small {
  font-size: 9.5px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 1px;
}

.ctx-3-arrow {
  font-size: 11px;
  opacity: 0.8;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-left: 2px;
  flex-shrink: 0;
}

/* ============================================
   STYLING SOLID GRADIENT & BARU HOVER ANIMATION
   ============================================ */
.ctx-3-solid {
  background: linear-gradient(
    120deg,
    #38bdf8 0%,
    #0891b2 30%,
    #0c4a6e 60%,
    #f97316 100%
  );
  background-size: 220% 220%;
  background-position: 0% 50%;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(12, 74, 110, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ctx-3-solid .ctx-3-icon {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

/* ANIMASI HOVER BARU: Scale Up + Orange Glow Pulse */
.ctx-3-solid:hover {
  background-position: 100% 50%;
  color: #ffffff !important;
  transform: scale(1.03); /* Membesar halus saat hover */
  box-shadow:
    0 8px 24px rgba(249, 115, 22, 0.45),
    0 0 15px rgba(249, 115, 22, 0.3);
}

.ctx-3-solid:hover .ctx-3-icon {
  background: #ffffff;
  color: #25d366; /* Warna khas WhatsApp saat hover */
  transform: scale(1.1);
}

.ctx-3-solid:hover .ctx-3-arrow {
  transform: translateX(4px) scale(1.15);
  opacity: 1;
}

/* ============================================
   RESPONSIVE & ZOOM ADAPTABILITY
   ============================================ */
@media (max-width: 767px) {
  .ctx-3 {
    padding: 36px 0;
  }
  .ctx-3-content {
    text-align: center;
  }
  .ctx-3-actions {
    justify-content: center;
    width: 100%;
  }
  .ctx-3-btn {
    width: auto;
    max-width: 260px;
    justify-content: flex-start;
    padding: 6px 16px 6px 6px;
    margin: 0 auto;
  }
  .ctx-3-text {
    white-space: normal;
    text-align: left;
  }
}
/* cta baru  */

.btn-berita-lainnya {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1b4332;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0 4px 10px rgba(27, 67, 50, 0.15);
}

.btn-berita-lainnya:hover {
  background-color: var(--base-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(45, 106, 121, 0.2);
}

.btn-berita-lainnya:active {
  transform: translateY(0);
}

/* Footer baru  */
.ft-grid * {
  box-sizing: border-box;
}

.ft-grid-link {
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.ft-grid-link:hover {
  color: #fff !important;
  opacity: 1 !important;
  transform: translateX(3px);
}

.ft-grid-social {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.ft-grid-social:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}
/* footer baru  */

.desc-cta p {
  margin-bottom: 0px;
}

/* Artikel */
article .artikel:hover .card-body a.btn-outline-primary {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}

/* Detail Project  */
.dot-pattern-bg {
  position: relative;
  padding: 20px;
}
.dot-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(#0f172a 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.25;
  z-index: 0;
}
.btn-wa-glow {
  background: var(--base-color);
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
}
.btn-wa-glow:hover {
  background: #0039a2;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.45);
}
/* Detail Project  */

/* step alur proses  */
.paket-section {
  background-color: #f8fafc;
}

.paket-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Efek Angkat Kartu Saat Hover */
.paket-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #cbd5e1;
}

/* ==================== SISI KIRI: GAMBAR PROYEK ==================== */
.paket-img-container {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.paket-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.paket-card:hover .paket-img {
  transform: scale(1.06);
}

/* ==================== SISI KANAN: KONTEN DETAIL ==================== */
.paket-content {
  padding: 28px;
}

.paket-badge {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--base-color);
}

.paket-price-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: -2px;
}

.paket-price {
  font-size: 26px;
  font-weight: 800;
  color: var(--base-color);
}

/* ==================== SCROLLBAR SPEC LIST & GOLD CHECKMARK ==================== */
.paket-spec-list .spec-scroll-container {
  margin: 18px 0 0 0;
  padding-right: 10px;
  max-height: 140px; /* Tinggi ideal agar pas dan simetris dengan layout gambar */
  overflow-y: auto;
  overflow-x: hidden;
}

/* Mengatur style UL */
.paket-spec-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Mengatur style LI */
.paket-spec-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  white-space: normal;
}

/* Ikon Centang Emas SVG Pure (No Bug) */
.paket-spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007bff'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Styling Teks Bold */
.paket-spec-list li strong {
  color: #1e293b;
  font-weight: 700;
}

/* ==================== FIX SUB-LIST KERAMIK (NO BUG CENTANG) ==================== */
.paket-spec-list li ol li::before,
.paket-spec-list li ul li::before {
  content: none !important;
}
.paket-spec-list li ol li,
.paket-spec-list li ul li {
  padding-left: 0 !important;
  margin-bottom: 2px;
  list-style-type: inherit;
}

/* ==================== CUSTOM WEBKIT SCROLLBAR UI ==================== */
.paket-spec-list .spec-scroll-container::-webkit-scrollbar {
  width: 6px;
}
.paket-spec-list .spec-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}
.paket-spec-list .spec-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
.paket-spec-list .spec-scroll-container::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

/* ==================== CALL TO ACTION BUTTONS ==================== */
.btn-paket {
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border: none;
}

.btn-gold {
  background-color: var(--base-color);
  color: #ffffff !important;
}
.btn-gold:hover {
  background-color: var(--second-color);
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
}

.btn-dark-navy {
  background-color: #0f172a;
  color: #ffffff !important;
}
.btn-dark-navy:hover {
  background-color: #1e293b;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.3);
}

/* Responsive Handphone */
@media (max-width: 575.98px) {
  .paket-img-container {
    min-height: 220px;
  }
  .paket-img {
    position: relative;
  }
}

/* badge  */
.wl-badge-rb-v10 {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #ef4444 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* badge  */

/* Page Header  */
/* Desktop & Base Style */
.ph1-header {
  padding: 70px 0 40px;
}

.ph1-tag {
  display: inline-block;
  color: #f3e5ab;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 3px solid #b9871a;
  padding-left: 12px;
  margin-bottom: 12px;
}

.ph1-title {
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.ph1-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  max-width: 720px;
}

.ph1-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1e5ab4 0%, #b9871a 50%, transparent 100%);
  margin-top: 32px;
  border-radius: 2px;
}

/* Optimasi Mobile (< 768px) */
@media (max-width: 767.98px) {
  .ph1-header {
    padding: 45px 0 25px;
  }

  .ph1-tag {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

  .ph1-title {
    font-size: 20px;
  }

  .ph1-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
  }

  .ph1-line {
    margin-top: 20px;
  }
}
/* Page header  */

/* page header layanan  */
:root {
  /* Palette Gold Lebih Gelap & Mewah */
  --gold-primary: #9b722b;
  --gold-light: #c5a059;
  --gold-dark: #6e4e13;
  --gold-gradient: linear-gradient(
    135deg,
    #8a6223 0%,
    #c5a059 40%,
    #8a6223 70%,
    #5c3e0a 100%
  );
}

.text-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Floating Animation */
@keyframes floatSmooth {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.img-floating {
  animation: floatSmooth 4s ease-in-out infinite;
}
/* page header layanan  */

/* header page */
.image-wrapper-header.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
  /* border-radius:20px; */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(16 26 37), rgb(0 0 0 / 32%));
}

.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* border-radius: 20px; */
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(35, 35, 36), rgb(0 0 0 / 32%));
}

/* Rental mobil */
.rental-mobil:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.rental-mobil:hover .card-body a.btn-blue {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--bs-navy) !important;
}

.rental-mobil:hover .card-body h2 a,
.rental-mobil:hover .card-body h3,
.rental-mobil:hover .card-body h3 span {
  color: #fff !important;
}

/*--------------------------------------------------------------
  02. Colors & Variables
----------------------------------------------------------------*/
:root {
  --themecolor: #ff7b29;
  --themecolor_secondary: #f16319;
  --theme_black: #06082d;
  --theme_white: #ffffff;
  --themecolor_bg: #f16319;
  --third_bg: #ff4a37;
  --theme_bg_primary: #f8f8f8;
  --theme_bg_secondary: #101010;
  --theme_bg_dark: #06082d;
  --main-header-border-color: #ececec;
  --theme_dark_border: #373747;
  --theme_light_border: #ececec;
  --theme_light_heading_text: #101010;
  --theme_dark_heading_text: #101010;
  --theme_light_body_text: #373747;
  --theme_dark_body_text: #c1c1c1;
  --theme-light-heading-1-font-color: #06082d;
  --theme-light-heading-2-font-color: #06082d;
  --theme-light-heading-3-font-color: #06082d;
  --theme-light-heading-4-font-color: #06082d;
  --theme-light-heading-5-font-color: #06082d;
  --theme-light-heading-6-font-color: #06082d;
  --theme-light-paragraph-font-color: #373747;
  --theme-light-main-nav-font-color: #373747;
  --theme-light-span-font-color: #373747;
  --theme-light-i-font-color: #373747;
  --theme-light-body-font-color: #373747;
  --theme-light-link-text-font-color: #373747;
  --theme-light-button-font-color: #373747;
  --theme-light-blockquote-font-color: #373747;
  --theme-light-li-font-color: #373747;
  --theme-dark-heading-1-font-color: #ffffff;
  --theme-dark-heading-2-font-color: #ffffff;
  --theme-dark-heading-3-font-color: #ffffff;
  --theme-dark-heading-4-font-color: #ffffff;
  --theme-dark-heading-5-font-color: #ffffff;
  --theme-dark-heading-6-font-color: #ffffff;
  --theme-dark-paragraph-font-color: #ffffff;
  --theme-dark-main-nav-font-color: #ffffff;
  --theme-dark-span-font-color: #ffffff;
  --theme-dark-i-font-color: #ffffff;
  --theme-dark-body-font-color: #ffffff;
  --theme-dark-link-text-font-color: #ffffff;
  --theme-dark-button-font-color: #ffffff;
  --theme-dark-blockquote-font-color: #ffffff;
  --theme-dark-li-font-color: #ffffff;
}

/*--------------------------------------------------------------
  03. Common Settings
----------------------------------------------------------------*/
:root {
  --theme-transition: all 0.4s ease;
  --header-height: 100px;
  --offcanvas-toggle-bg: #f8f8f8;
  --offcanvas-toggle-Padding: 30px;
  --offcanvas-toggle-color: #010101;
  --button-background-color: #ff4a37;
  --button-text-color: #ffffff;
  --button-padding: 16px 32px;
  --button-gap: 10px;
  --button-border-radious: 0px;
  --button-border: 0px;
  --social-icon-gap: 5px;
  --social-icon-padding: 12px 15px 10px 15px;
  --social-icon-color: #010101;
  --social-icon-bg-color: #f8f8f8;
  --social-icon-bg-hover-color: #ff4a37;
  --social-icon-color: #010101;
  --social-icon-hover-color: #ffffff;
  --social-darktheme-icon-bg-color: #373747;
}

/* Text Underline Animation */
.cs-text_b_line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.cs-text_b_line i {
  color: var(--base-color);
  line-height: 0px;
}

.cs-text_b_line span {
  display: inline-block;
  position: relative;
  color: var(--theme_black);
}

.cs-text_b_line.cs_white_color span {
  color: var(--theme_white);
}

.cs-text_b_line.cs_white_color i {
  color: var(--theme_white);
}

.cs-text_b_line span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.6s ease-out;
}

.cs-text_b_line:hover span::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*--------------------------------------------------------------
  22. Project Case study
----------------------------------------------------------------*/
.project-masonry {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-masonry .cs-project-item {
  overflow: hidden;
  transition: transform 0.3s;
}
.project-masonry .cs-project-item .cs-project-item-content-in {
  position: relative;
}
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data {
  position: absolute;
  width: 90%;
  height: 90%;
  padding: 40px;
  bottom: 5%;
  top: 5%;
  right: 5%;
  left: 5%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  color: var(--theme_white);
}
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data
  .tag-item {
  margin-bottom: 15px;
}
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data
  h4,
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data
  h5 {
  color: var(--theme_white);
  margin-bottom: 10px;
  transition: var(--theme-transition);
  transform-origin: left;
}
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data
  h4:hover,
.project-masonry
  .cs-project-item
  .cs-project-item-content-in
  .project-meta-data
  h5:hover {
  transition: var(--theme-transition);
  transform: scaleX(0.95);
  font-weight: 400;
}
.project-masonry
  .cs-project-item
  .cs-project-item-content-in:hover
  .project-meta-data {
  opacity: 1;
}
.project-masonry .cs-project-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1400px) {
  .project-masonry .tag-item {
    display: none;
  }
  .project-masonry
    .cs-project-item
    .cs-project-item-content-in:hover
    .project-meta-data {
    width: 100%;
    height: 100%;
    padding: 30px;
    bottom: 50px;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme_black);
  }
}
@media screen and (max-width: 1199px) {
  .projects-list .project-item .project-item-in img {
    width: 100vw;
  }
  .project-masonry {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: auto;
  }
  .project-masonry .cs-project-item.first {
    width: 50%;
  }
  .project-masonry .cs-project-item.first .cs-project-item-content-in img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .project-masonry .cs-project-item.second {
    width: 50%;
  }
  .project-masonry .cs-project-item.second .cs-project-item-content-in img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .project-masonry .cs-project-item.third {
    display: flex;
    width: 100%;
  }
  .project-masonry .cs-project-item.third .cs-project-item-content-in img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 700px) {
  .project-masonry .cs-project-item.first {
    width: 100%;
  }
  .project-masonry .cs-project-item.first .cs-project-item-content-in img {
    max-height: 350px;
  }
  .project-masonry .cs-project-item.second {
    width: 100%;
  }
  .project-masonry .cs-project-item.second .cs-project-item-content-in img {
    max-height: 350px;
  }
  .project-masonry .cs-project-item.third {
    width: 100%;
  }
  .project-masonry .cs-project-item.third .cs-project-item-content-in img {
    max-height: 350px;
  }
}
.cs-border-pr {
  height: 100%;
  width: 1px;
  background-color: var(--base-color);
  margin: auto;
}

.process-item {
  padding: 40px;
  background: var(--theme_bg_primary);
  border-left: 3px solid var(--base-color);
}

.p-info-item {
  margin-bottom: 15px;
}
.p-info-item p {
  margin: 0px;
}
.p-info-item h6 {
  font-size: 18px;
}

.project-info {
  border-left: 1px solid var(--theme_white);
  padding-left: 20px;
}

.wcu-item {
  padding: 50px;
}

.project-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.project-item .project-item-in {
  position: relative;
  overflow: hidden;
}
.project-item .project-item-in img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.project-item .tag-item {
  margin-bottom: 15px;
  opacity: 0.8;
}
.project-item .tag-item:hover {
  opacity: 1;
}
.project-item h5,
.project-item h4 {
  transition: var(--theme-transition);
  margin-bottom: 10px;
}
.project-item h5:hover,
.project-item h4:hover {
  color: var(--base-color);
  transition: var(--theme-transition);
}
.project-item .project-item-text {
  position: absolute;
  bottom: 0%;
  left: 30%;
  transform: translate(0%, 0%) scale(0.9);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: var(--theme-transition);
  width: 90%;
  background: var(--theme_white);
}
.project-item:hover .project-item-in img {
  transform: scale(1.1);
}
.project-item:hover .project-item-text {
  transform: translate(-10%, -20%) scale(1);
  opacity: 1;
  visibility: visible;
}
.project-item:hover .project-item-text .cs-text_b_line i {
  transform: translateX(5px);
}
@media screen and (max-width: 500px) {
  .project-item:hover .project-item-text {
    transform: translate(0%, -5%) scale(1);
  }
}

@media screen and (max-width: 991px) {
  .project-item .project-item-text {
    width: 100%;
    padding: 25px;
    left: 0px !important;
    bottom: 0px;
  }
  .project-item:hover .project-item-text {
    transform: translate(0%, -5%) scale(1);
    bottom: 0px;
  }
}

/*--------------------------------------------------------------
  22. Service / Keunggulan
----------------------------------------------------------------*/
.single-service-one {
  background: #1e1e20;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-one {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-one {
    padding: 15px;
  }
}
.single-service-one .water-mark {
  color: #28282e;
  position: absolute;
  right: 40px;
  top: 75px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-one .water-mark {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .single-service-one .water-mark {
    display: none;
  }
}
.single-service-one .icon {
  height: 99px;
  width: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141416;
  margin-bottom: 40px;
  border-radius: 10px;
  transition: 0.3s;
}
.single-service-one .inner {
  background: #141416;
  padding: 30px;
  border-radius: 10px;
}
.single-service-one .inner .title {
  margin-bottom: 16px;
  font-size: 22px;
}
.single-service-one .inner p {
  color: #7c7c84;
  margin-bottom: 16px;
  font-size: 15px;
}
.single-service-one .inner a.read-more-narrow {
  color: #f84e1d;
}
.single-service-one:hover .icon {
  background: #f84e1d;
}

.swiper-area-wrapper {
  position: relative;
}
.swiper-area-wrapper .swiper-button-next,
.swiper-area-wrapper .swiper-button-prev {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1e20;
  border: 1px solid #34343a;
  border-radius: 10px;
  transition: 0.3s;
}
.swiper-area-wrapper .swiper-button-next::after,
.swiper-area-wrapper .swiper-button-prev::after {
  display: none;
}
.swiper-area-wrapper .swiper-button-next i,
.swiper-area-wrapper .swiper-button-prev i {
  color: #fff;
}
.swiper-area-wrapper .swiper-button-next:hover,
.swiper-area-wrapper .swiper-button-prev:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.swiper-area-wrapper .swiper-button-next {
  right: -100px;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-area-wrapper .swiper-button-next {
    right: -27px;
  }
}
.swiper-area-wrapper .swiper-button-prev {
  left: -100px;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-area-wrapper .swiper-button-prev {
    left: -27px;
  }
}

.mySwiper-service-one {
  position: relative;
}

.marque-area-wrapper {
  width: 130%;
}
.marque-area-wrapper span {
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #1b1b1e;
}

.title-wrapper-left span.pre {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.title-wrapper-left .title {
  color: #141416;
  font-size: 44px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-wrapper-left .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .title-wrapper-left .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .title-wrapper-left .title {
    font-size: 26px;
  }
  .title-wrapper-left .title br {
    display: none;
  }
}

.single-choose-us-one {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .single-choose-us-one {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-choose-us-one:last-child {
  margin-bottom: 0;
}
.single-choose-us-one .icon {
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single-choose-us-one .icon span {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e4ded8;
  box-shadow: 0px 4px 29px rgba(57, 46, 35, 0.18);
  color: #f84e1d;
  font-weight: 600;
}
.single-choose-us-one .title {
  color: #141416;
  font-size: 22px;
  margin-bottom: 10px;
}
.single-choose-us-one p.disc {
  color: #7c7c84;
}

.service-single-wrapper {
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .service-single-wrapper {
    padding: 25px;
  }
}
.service-single-wrapper .icon {
  height: 90px;
  background: #efebe7;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.service-single-wrapper .title {
  color: #141416;
  font-size: 22px;
  margin-top: 33px;
  margin-bottom: 15px;
}
.service-single-wrapper p.disc {
  margin-bottom: 30px;
}

.tab-area-service-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .tab-area-service-button {
    justify-content: flex-start;
    gap: 10px;
  }
}
.tab-area-service-button li.nav-item {
  width: max-content;
  flex-basis: 24.5%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .tab-area-service-button li.nav-item {
    flex-basis: 21.5%;
  }
}
.tab-area-service-button li.nav-item button.nav-link {
  background: #ffffff;
  height: 80px;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #141416;
  border: none;
  box-shadow: none;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .tab-area-service-button li.nav-item button.nav-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-area-service-button li.nav-item button.nav-link {
    height: 64px;
    font-size: 16px;
  }
}
.tab-area-service-button li.nav-item button.nav-link:hover {
  border: none;
  box-shadow: none;
}
.tab-area-service-button li.nav-item button.nav-link.active {
  background: #f84e1d;
  color: #fff;
}

.service-content-inner-wrapper {
  background-image: url(../images/service/02.webp);
  padding: 80px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  .service-content-inner-wrapper {
    padding: 30px;
  }
}
.service-content-inner-wrapper .inner {
  max-width: 63%;
}
@media only screen and (max-width: 991px) {
  .service-content-inner-wrapper .inner {
    max-width: 100%;
  }
}
.service-content-inner-wrapper .inner .title {
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .service-content-inner-wrapper .inner .title {
    font-size: 22px;
  }
}
.service-content-inner-wrapper .inner p.disc {
  color: #7c7c84;
  margin-bottom: 28px;
}
.service-content-inner-wrapper .inner .wrapper-check-area-start {
  max-width: 400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 15px;
}
.service-content-inner-wrapper .inner .wrapper-check-area-start .single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-content-inner-wrapper .inner .wrapper-check-area-start .single p {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
}
.service-content-inner-wrapper .inner .wrapper-check-area-start .single i {
  font-size: 18px;
  color: var(--color-primary);
}
.service-content-inner-wrapper .inner .rts-btn {
  margin-top: 35px;
}
.service-content-inner-wrapper .inner .rts-btn::after {
  background: #fff;
}
.service-content-inner-wrapper .inner .rts-btn:hover {
  color: var(--color-primary);
}

.cta-wrapper-inner .rts-btn::after {
  background: #141416;
}

.container-1730 {
  max-width: 1730px;
  margin: auto;
}

.service-bg_image-3 {
  border-radius: 10px;
  height: 300px;
  /* background-image: url(../../../images/lain-lain/bg-keunggulan.webp); */
  background:
    linear-gradient(to bottom, rgb(47 57 90 / 88%), rgb(46 55 89 / 88%)),
    url("../../../images/lain-lain/bg-keunggulan.webp");
}

.mt-dec--130 {
  margin-top: -130px;
}

.single-service-area-3 {
  padding: 30px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  height: 100%;
}
.single-service-area-3 .icon {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 10px 0;
  height: 105px;
  width: 105px;
  background: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-service-area-3 .icon img {
  width: 60% !important;
}

.single-service-area-3 span.number {
  position: absolute;
  color: #efebe7;
  right: 20px;
  top: 0px;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--font-secondary);
}
.single-service-area-3 .title {
  margin-top: 100px;
  color: #141416;
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.single-service-area-3 .title:hover {
  color: var(--base-color);
}
.single-service-area-3 p.disc {
  margin-bottom: 10px;
  font-size: 15px;
  color: #7c7c84;
}
.single-service-area-3 .read-more-btn {
  color: var(--color-primary);
  font-weight: 600;
  max-width: max-content;
}
.single-service-area-3 .read-more-btn i {
  transition: 0.3s;
}
.single-service-area-3 .read-more-btn:hover i {
  margin-left: 5px;
}

.title-center-wrapper-4 {
  text-align: center;
}
.title-center-wrapper-4 .title {
  font-size: 44px;
  line-height: 1.2;
}
@media only screen and (max-width: 992px) {
  .service-bg_image-3 {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .title-center-wrapper-4 .title {
    font-size: 32px;
  }

  .single-service-area-3 .icon {
    height: 86px;
    width: 86px;
  }

  .single-service-area-3 .title {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 479px) {
  .title-center-wrapper-4 .title {
    font-size: 26px;
  }
}

.single-service-style-4 {
  background: #141416;
  border-radius: 10px;
  overflow: hidden;
}
.single-service-style-4 .top {
  padding: 40px;
}
@media only screen and (max-width: 479px) {
  .single-service-style-4 .top {
    padding: 25px;
  }
}
.single-service-style-4 .top .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1e20;
  border: 1px solid #2e2e31;
  border-radius: 5px;
  margin-bottom: 26px;
}
.single-service-style-4 .top .title {
  margin-bottom: 7px;
}
.single-service-style-4 .top p.disc {
  color: #7c7c84;
  margin-bottom: 0;
}
.single-service-style-4 .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.single-service-style-4 .thumbnail::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: var(--color-primary);
  z-index: 0;
  transition: 0.3s;
}
.single-service-style-4 .thumbnail .hidden-content {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: max-content;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: 0.3s;
}
.single-service-style-4 .thumbnail .hidden-content .rts-btn {
  height: 45px;
}
.single-service-style-4 .thumbnail .hidden-content .rts-btn::after {
  background: #141416;
}
.single-service-style-4:hover .thumbnail::after {
  height: 100%;
}
.single-service-style-4:hover .hidden-content {
  transform: translate(-50%, -50%) scale(1);
}

.rts-service-area-five {
  background: #1b1b1e;
}

.wrapper-column-service-area {
  height: 100%;
}

.service-main-wrapper-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .service-main-wrapper-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-main-wrapper-5 > div {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .service-main-wrapper-5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-main-wrapper-5 > div {
    flex-basis: 100%;
  }
}

.single-service-area-five {
  padding: 60px;
  width: 540px;
  border: 1px solid #2e2e31;
  height: 50%;
  height: 354px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-service-area-five {
    width: 440px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-service-area-five {
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-area-five {
    padding: 40px;
  }
}
.single-service-area-five:hover::after {
  opacity: 0.2;
}
.single-service-area-five:hover .icon-area::after {
  background: rgb(248, 78, 29);
}
.single-service-area-five::after {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  left: 70px;
  top: 70px;
  background: #f84e1d;
  mix-blend-mode: normal;
  opacity: 0.2;
  filter: blur(30px);
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.single-service-area-five.bottom-border-none {
  border-bottom: none;
}
.single-service-area-five .icon-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.single-service-area-five .icon-area::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: -15px;
  top: -22px;
  background: rgba(248, 78, 29, 0.1);
  border-radius: 5px;
  z-index: -1;
  transition: 0.3s;
}
.single-service-area-five .icon-area .icon {
  width: 87px;
  height: 87px;
  background: #141416;
  border: 1px solid #2e2e31;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-service-area-five .icon-area p {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #28282e;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-service-area-five .icon-area p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .single-service-area-five .icon-area p {
    font-size: 22px;
  }
}
.single-service-area-five a .title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
  transition: 0.3s;
}
.single-service-area-five a:hover .title {
  color: var(--color-primary);
}
.single-service-area-five p.disc {
  color: #7c7c84;
  margin-bottom: 25px;
}
.single-service-area-five a.read-more {
  color: var(--color-primary);
  font-weight: 600;
}

.service-wrapper-bg-mid-5 {
  background-image: url(../images/service/07.webp);
  width: 100%;
  height: 709px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .service-wrapper-bg-mid-5 {
    height: 500px;
  }
}

.service-inner-title-wrapper-five {
  text-align: center;
  max-width: 529px;
  margin: auto;
}
.service-inner-title-wrapper-five span.pre {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
}
.service-inner-title-wrapper-five .title {
  text-transform: uppercase;
  font-size: 44px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-inner-title-wrapper-five .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-inner-title-wrapper-five .title {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.service-inner-title-wrapper-five .rts-btn {
  margin: auto;
}
.service-inner-title-wrapper-five p.disc {
  font-size: 18px;
  color: #7c7c84;
  line-height: 1.6;
}

.single-service-area-inner {
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.single-service-area-inner .thumbnail {
  display: block;
  overflow: hidden;
}
.single-service-area-inner .thumbnail img {
  transition: 0.3s;
}
.single-service-area-inner .innr {
  padding: 30px;
  background: #fff;
}
.single-service-area-inner .innr .title {
  color: var(--color-title);
  transition: 0.3s;
  margin-bottom: 14px;
}
.single-service-area-inner .innr .title:hover {
  color: var(--color-primary);
}
.single-service-area-inner .innr p.disc {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-service-area-inner .innr .check-wrapper .single {
  display: flex;
  align-items: center;
  gap: 13px;
}
.single-service-area-inner .innr .check-wrapper .single i {
  color: var(--color-title);
}
.single-service-area-inner .innr .check-wrapper .single p {
  margin-bottom: 0;
  color: var(--color-title);
  font-weight: 500;
}
.single-service-area-inner .innr a.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-title);
  transition: 0.3s;
  font-size: 18px;
  max-width: max-content;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
.single-service-area-inner .innr a.btn:hover {
  color: var(--color-primary);
  gap: 15px;
}
.single-service-area-inner:hover .thumbnail img {
  transform: scale(1.05);
}

.service-main-wrapper-tabs {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  background: #fff;
}
.service-main-wrapper-tabs .nav {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.service-main-wrapper-tabs .nav li {
  margin: 0;
  padding: 0;
  border: none !important;
}
.service-main-wrapper-tabs .nav li button {
  padding: 21px 25px;
  border-color: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #141416;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .service-main-wrapper-tabs .nav li button {
    padding: 10px;
  }
}
.service-main-wrapper-tabs .nav li button.active {
  background-color: transparent;
  color: var(--color-primary);
}
.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper {
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper {
    padding: 20px;
  }
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single:last-child {
  margin-bottom: 0;
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single
  .icon {
  height: 50px;
  min-width: 50px;
  background: #f6f2f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single
  .icon
  i {
  color: var(--color-primary);
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single
  .inner-content {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .service-main-wrapper-tabs
    .tab-content
    .inner-wrapper-tab-service-wrapper
    .single
    .inner-content {
    font-size: 16px;
  }
}
.service-main-wrapper-tabs
  .tab-content
  .inner-wrapper-tab-service-wrapper
  .single
  .inner-content
  b {
  color: #141416;
}

.service-details-inner-area-wrapper {
  margin-top: 30px;
}
.service-details-inner-area-wrapper .title {
  color: var(--color-title);
  font-size: 40px;
}

.call-to-action-area-service {
  height: 393px;
  background-image: url(../images/cta/03.webp);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area-service {
    height: auto;
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-area-service {
    padding: 25px;
  }
}
.call-to-action-area-service .inner {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area-service .inner {
    max-width: 100%;
  }
}
.call-to-action-area-service .inner .title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-area-service .inner .title {
    font-size: 32px;
  }
}
.call-to-action-area-service .inner p.disc {
  color: #ffffff;
}

/*--------------------------------------------------------------
  16. Services Style
----------------------------------------------------------------*/
.services-wrapper .service-item {
  position: relative;
  cursor: pointer;
}
.services-wrapper .service-item .services-content {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme_light_border);
  position: relative;
}
.services-wrapper .service-item .services-content .the-plus {
  color: var(--base-color);
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: var(--theme-transition);
}
.services-wrapper .service-item .services-content .the-srv-title {
  padding-left: 15px;
}
.services-wrapper .service-item .services-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--base-color);
  transition: width 0.5s ease;
  opacity: 0.5;
}
.services-wrapper .service-item:hover .services-content::after {
  width: 100%;
}
.services-wrapper .service-item:hover .the-plus {
  background-color: var(--base-color);
  color: var(--theme_white);
  filter: drop-shadow(4px 4px 4px rgba(20, 118, 216, 0.25));
}
.services-wrapper .service-item:hover .srv-the-hover {
  opacity: 1;
  transform: translateY(0);
}
.services-wrapper .service-item:hover .srv-img img {
  transform: scale(1.1) rotate(3deg);
  filter: brightness(0.8) saturate(1.2);
}
.services-wrapper .service-item .srv-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services-wrapper .service-item .srv-img img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}
.services-wrapper .service-item .srv-the-hover {
  text-align: right;
  /* max-width: 285px; */
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 90px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.services-wrapper .service-item .srv-the-hover p {
  background-color: var(--theme_white);
  padding: 20px;
  border-right: 3px solid var(--base-color);
}

@media screen and (max-width: 1199px) {
  .widget-sidebar {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    max-width: 26.875rem;
    margin: auto;
  }
}
.cs-border-icon {
  background: var(--base-color);
  border-radius: 150px;
  display: inline-block;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cs-border-icon img {
  position: absolute;
}

.process-item p {
  margin: 0px;
}

.srv-pagination {
  text-align: center;
}
.srv-pagination .swiper-pagination-bullet {
  background: var(--base-color);
  opacity: 0.2;
}
.srv-pagination .swiper-pagination-bullet-active {
  background: var(--base-color);
  opacity: 1;
}

.service-slider {
  overflow: hidden;
}

.service-slider .swiper-slide {
  width: auto;
}

/* title  */
.text-main {
  color: var(--base-color);
}

.text-accent {
  color: var(--second-color);
}

/* title  */

/*--------------------------------------------------------------
  09. General
----------------------------------------------------------------*/
.background-parallax {
  position: relative;
  overflow: hidden;
}
.background-parallax .parallax-image {
  top: 0;
  left: 0;
}
.background-parallax .parallax-image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.background-parallax .content-for-parallax {
  position: relative;
  z-index: 2;
}

.max-height-750 {
  max-height: 750px;
}

.cs-hover-card-anim {
  position: relative;
  overflow: hidden;
  transition: background-image var(--theme-transition);
}
.cs-hover-card-anim:hover {
  background-color: var(--theme_bg_primary);
  transition: background-image var(--theme-transition);
}
.cs-hover-card-anim .content-for-top {
  position: relative;
  z-index: 10;
  transition: var(--theme-transition);
}

.magic {
  position: absolute;
  z-index: 0;
  transition: var(--theme-transition);
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cs-hover-card-anim[data-ser="hover-reveal"]:hover .magic {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.animate-img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.animate-img-wrap .reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme_bg_primary);
  z-index: 9;
}
.animate-img-wrap .the-animated-image {
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
}

.opacity05 {
  opacity: 0.5;
}

.opacity02 {
  opacity: 0.2;
}

.opacity01 {
  opacity: 0.1;
}

.cs-animated-text {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.swiper-button-next ::after {
  display: none !important;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.theme-border-wrap {
  position: relative;
}
.theme-border-wrap .b-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--theme-transition);
  z-index: 20;
}
.theme-border-wrap .b-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transition: var(--theme-transition);
  z-index: 20;
}
.theme-border-wrap .b-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: var(--theme-transition);
  z-index: 20;
}
.theme-border-wrap .b-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--theme-transition);
  z-index: 20;
}
.theme-border-wrap:hover .b-top-left {
  top: 20px;
  left: 20px;
  transition: var(--theme-transition);
  opacity: 0.3;
}
.theme-border-wrap:hover .b-top-right {
  top: 20px;
  right: 20px;
  transition: var(--theme-transition);
  opacity: 0.3;
}
.theme-border-wrap:hover .b-bottom-right {
  bottom: 20px;
  right: 20px;
  transition: var(--theme-transition);
  opacity: 0.3;
}
.theme-border-wrap:hover .b-bottom-left {
  bottom: 20px;
  left: 20px;
  transition: var(--theme-transition);
  opacity: 0.3;
}

.theme-dark.theme-border-wrap .horizontal,
.theme-dark.theme-border-wrap .verticle {
  background: var(--themecolor_secondary);
}

@keyframes horizontal-grow {
  0% {
    width: 0;
  }
  100% {
    width: 50px;
  }
}
@keyframes vertical-grow {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
.horizontal {
  width: 50px;
  height: 1px;
  background: var(--base-color);
  animation: horizontal-grow 0.5s ease-out forwards;
}

.verticle {
  width: 1px;
  height: 50px;
  background: var(--base-color);
  animation: vertical-grow 0.5s ease-out forwards;
}

.lg-gutter-control {
  margin-bottom: -30px;
}

.flex-end {
  align-items: flex-end;
}

.flex-start {
  align-items: flex-start;
}

blockquote {
  background: #f1f5f9 !important; /* Background card */
  border: none !important; /* Hapus border bawaan scss */
  position: relative !important;
  padding: 10px 10px 10px 25px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  font-style: italic !important;
  border-radius: 0 12px 12px 0 !important;
  margin: 1.5rem 0 !important;
  overflow: hidden !important;
}

/* Membuat Garis Vertikal Gradasi */
blockquote::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 2px !important;
  background: linear-gradient(to bottom, #0d6efd, #dc3545) !important;
}

@media screen and (min-width: 1400px) {
  .stickysec-wrap {
    position: relative;
  }
  .stickysec-wrap .sticky-box {
    float: right;
    width: 415px;
  }
  .stickysec-wrap .sticky-box .sticky-box-child {
    display: block;
    width: 415px;
  }
  .stickysec-wrap .fixed-position {
    position: fixed;
    top: 30px;
    width: 415px;
  }
  .stickysec-wrap .absolute-position {
    position: absolute;
    bottom: 25px;
    width: 415px;
  }
}
.cs-heading-with-animation {
  position: relative;
}
.cs-heading-with-animation .cs-heading {
  z-index: 2;
}
.cs-heading-with-animation.text-center {
  text-align: center !important;
  display: flex;
  justify-content: center;
}

.cs-animated-text {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  opacity: 0.08;
}

.cs-w-full {
  width: 100%;
}

.cs-constr-arrow-wrap .constr-arrow-in {
  display: flex;
  gap: 15px;
}
.cs-constr-arrow-wrap .constr-arrow-in i {
  font-size: 20px;
  line-height: 0px;
}
.cs-constr-arrow-wrap .constr-arrow-in .constr-nvigate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.cs-constr-arrow-wrap .constr-arrow-in .cs-arrow-left {
  transform: rotate(-180deg);
}

.cs-max-width-200 {
  max-width: 200px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-1120 {
  max-width: 1120px;
}

.max-width-740 {
  max-width: 740px;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  /*border-top: 1px solid #f2f1ff;*/
}

.jcb {
  justify-content: space-between;
}

.mp-0 {
  margin: 0px;
  padding: 0px;
}

.cs_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.cs-flex {
  display: flex;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

label {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .cs_column_reverse_lg {
    flex-direction: column-reverse;
  }
  .cs_row_gap_150 > div {
    margin-bottom: -30px;
  }
}
.cs_toggle {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}
.cs_toggle .setting_mode {
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transition: all 0.2s;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cs_toggle .setting_mode button {
  border: none;
  background-color: #2b2b2f;
  padding: 10px;
}
.cs_toggle .setting_mode button img {
  width: 100%;
  height: 30px;
}
.cs_toggle .setting_mode #clecel {
  display: none;
}
.cs_toggle .cs_mode_btn {
  position: fixed;
  right: -120px;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.cs_toggle .cs_mode_btn button {
  border: none;
  background-color: #2b2b2f;
  color: rgba(143, 143, 143, 0.9333333333);
  padding: 10px;
}
.cs_toggle .cs_mode_btn .active {
  color: #fff;
}

.cs-container-border {
  margin: auto;
  height: 1px;
  background: var(--theme_light_border);
}

/* Scroll */

::-webkit-scrollbar {
  width: 5px;
  background: var(--theme_black);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background: var(--base-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--base-color);
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

.cs-icon20-0 {
  font-size: 20px;
  line-height: 0px;
}

/* footer section   */
.ft-1 {
  background: #0a0f1e;
  color: #94a3b8;
  overflow: hidden;
}
.ft-1-topline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #1e3a8a,
    #2563eb,
    #dc2626,
    #2563eb,
    #1e3a8a
  );
}
.ft-1-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.ft-1-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 20px;
  max-width: 360px;
}
.ft-1-sos {
  display: flex;
  gap: 8px;
}
.ft-1-sosbtn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
.ft-1-sosbtn:hover {
  background: #1e3a8a;
  border-color: #1e3a8a;
  transform: translateY(-3px);
}
.ft-1-h {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.ft-1-h span {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #dc2626;
  border-radius: 2px;
}
.ft-1-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft-1-list a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.ft-1-list a:hover {
  color: #38bdf8;
  transform: translateX(6px);
}
.ft-1-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ft-1-crow {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
}
.ft-1-crow i {
  color: #38bdf8;
  font-size: 16px;
  flex-shrink: 0;
}
.ft-1-crow a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s;
}
.ft-1-crow a:hover {
  color: #38bdf8;
}
.ft-1-crow-addr {
  align-items: flex-start;
}
.ft-1-crow-addr i {
  margin-top: 2px;
}
.ft-1-copy {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #64748b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ft-1-copy span {
  color: #cbd5e1;
}
.ft-1-copy a {
  color: #cbd5e1;
  text-decoration: none;
}
.ft-1-copy i {
  color: #dc2626;
  margin: 0 4px;
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
/* --- V6 OPSI 6: BOLD CONSTRUCTION --- */
/* .v6-op6-footer {
  background: #111111;
  color: #e5e7eb;
  padding: 0;
  letter-spacing: 0.5px;
} */

.v6-op6-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #000000;
}

/* BACKGROUND IMAGE (FIXED ABU-ABU) */
.v6-op6-footer::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../Aset Desain/pakai/bg/7.webp") center/cover no-repeat;
  /* background-attachment: fixed; */
  opacity: 0.2;
  z-index: -2;
}

.v6-op6-accent-bar {
  height: 6px;
  /* background: var(--base-color); */
  width: 100%;
}

.v6-op6-container {
  padding: 60px 20px 30px 20px;
  font-family: Arial, sans-serif;
}

.v6-op6-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 991px) {
  .v6-op6-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.v6-op6-header {
  font-family: Impact, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--base-color);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.v6-op6-logo-box {
  background: #ffffff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 4px;
}

.v6-op6-logo {
  max-width: 190px;
  height: auto;
  display: block;
}

.v6-op6-body-text {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
}

.v6-op6-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v6-op6-menu-item li {
  margin-bottom: 12px;
  border-left: 3px solid var(--base-color);
  padding-left: 10px;
}

.v6-op6-menu-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: bold;
  text-transform: uppercase;
}

.v6-op6-menu-item a:hover {
  color: var(--base-color);
}

.v6-op6-contact-row {
  font-size: 13.5px;
  margin-bottom: 15px;
  color: #d1d5db;
  line-height: 1.5;
}

.v6-op6-contact-row span {
  color: var(--base-color);
  font-weight: bold;
}

.v6-op6-btn-action {
  background: var(--base-color);
  color: #111111 !important;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.v6-op6-btn-action:hover {
  background: #ffffff;
}

.v6-op6-copy {
  text-align: center;
  font-size: 11px;
  color: #4b5563;
  border-top: 1px solid #222222;
  margin-top: 50px;
  padding-top: 25px;
  text-transform: uppercase;
}

.v6-title-opt8 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.v6-title-opt8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #488cec 0%, rgba(255, 255, 255, 0) 85%);
}
/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-four__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--elitecons-black-rgb), 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.services-four__single:hover .services-four__img::after {
  visibility: visible;
  opacity: 1;
}

.services-four__img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}

.services-four__single:hover .services-four__img img {
  transform: scale(1.1);
}

.services-four__content {
  position: relative;
  display: block;
  background-color: var(--bs-white);
  border-bottom: 2px solid var(--base-color);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  margin: -60px 20px 0;
  padding: 32px 30px 30px;
  z-index: 3;
  height: 300px;
}

.services-four__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.services-four__title a {
  color: var(--elitecons-black);
}

.services-four__title a:hover {
  color: var(--elitecons-base);
}

.services-four__text {
  margin-top: 6px;
  margin-bottom: 33px;
}

.services-four__btn-box {
  position: relative;
  display: block;
}

.services-four__btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.services-four__btn span {
  font-size: 14px;
}

.services-four__btn:hover {
  color: var(--elitecons-black);
}

/*--------------------------------------------------------------
# Share Button
--------------------------------------------------------------*/

.fabs {
  bottom: 160px;
  position: fixed;
  /* margin: 1em; */
  z-index: 100;
  left: 20px;
}

.fab {
  display: block;
  /* width: 45px;
  height: 45px; */
  border-radius: 50%;
  text-align: center;
  /* color: var(--base-color); */
  /* margin: 20px auto 0; */
  /* box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18),0px 4px 12px -7px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
}

.fab > i {
  font-size: 28px;
  line-height: 60px;
  transition: all 0.2s ease-in-out;
  transition-delay: 2s;
}

.fab.red {
  background: #f44336;
}

.fab.pink {
  background: #e91e63;
}

.fab.purple {
  background: #9c27b0;
}

.fab.deep-purple {
  background: #673ab7;
}

.fab.indigo {
  background: #3f51b5;
}

.fab.blue {
  background: #2196f3;
}

.fab.light-blue {
  background: #03a9f4;
}

.fab.cyan {
  background: #00bcd4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4caf50;
}

.fab.light-green {
  background: #8bc34a;
}

.fab.lime {
  background: #cddc39;
}

.fab.yellow {
  background: #ffeb3b;
}

.fab.amber {
  background: black;
}

.fab.orange {
  background: #ff9800;
}

.fab.deep-orange {
  background: var(--base-color);
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9e9e9e;
}

.fab.blue-grey {
  background: #607d8b;
}

.fab:active,
.fab:focus,
.fab:hover {
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); */
}

.fab:not(:last-child) {
  /* width: 16px;
  height: 36px;
  margin: 20px auto 0; */
  opacity: 1;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 20px;
  height: 10px;
  margin: 5px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  left: 120%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/*==================================*/
a.nav-link {
  position: relative;
  display: inline-block;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  color: var(--base-color);
  transition: all 0.3s ease;
}

a.nav-link:hover {
  /* color: #c8932e; */
  border-color: rgba(87, 46, 200, 0.4);
  /* background-color: rgba(200, 147, 46, 0.05); */
  /* box-shadow: 0 0 12px rgba(82, 46, 200, 0.25); */
}

a.nav-link:hover::before {
  left: 0;
}

a.button-arrow {
  border: 1px solid white;
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  /*    font-weight: bold;*/
  line-height: 24px;
  margin: auto;
  padding: 12px 32px 12px 82px;
  position: relative;
  text-decoration: none;
  background-color: #062b91;
  border-radius: 25px;
}

a .label,
a .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}

a .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  /*    color: #fe6601;*/
  color: white;
}

a .icon-arrow {
  fill: #fe6601;
  height: 45px;
  top: -1px;
  transition:
    transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 30px;
}

a .icon-arrow.before {
  left: 32px;
  margin-right: 15px;
  position: absolute;
  transform-origin: left center;
}

a .icon-arrow.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}

a:hover .label {
  transform: translateX(-52px);
}

a:hover .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}

a:hover .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

a:active {
  border-color: #fd6154;
  color: #fd6154;
}

a:active .icon-arrow {
  fill: #fd6154;
}

/*---------*/

a.button-arrow {
  border: 1px solid white;
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  /*    font-weight: bold;*/
  line-height: 24px;
  margin: auto;
  padding: 12px 32px 12px 82px;
  position: relative;
  text-decoration: none;
  background-color: #062b91;
  border-radius: 25px;
}

a .label,
a .icon-wa {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}

a .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  /*    color: #fe6601;*/
  color: white;
}

a .icon-wa {
  fill: #fe6601;
  /*    height: 10px;*/
  top: -50px;
  transition:
    transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 30px;
}

a .icon-wa.before {
  left: 32px;
  margin-right: 15px;
  position: absolute;
  transform-origin: left center;
}

a .icon-wa.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}

a:hover .label {
  transform: translateX(-52px);
}

a:hover .icon-wa.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}

a:hover .icon-wa.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

a:active {
  border-color: #fd6154;
  color: #fd6154;
}

a:active .icon-wa {
  fill: #fd6154;
}

/* kontak  */
/* Contact Glass Card & Dark Luxe Styling */
.card-contact-dark {
  background: #080a0b;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  color: #ffffff;
}

.text-gold-grad {
  background: linear-gradient(135deg, #f5d77f 0%, #d4af37 50%, #875c0f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gold-grad {
  background: linear-gradient(135deg, #f39c12 0%, #d4af37 50%, #f1c40f 100%);
  background-size: 200% auto;
  color: #000000 !important;
  border: none !important;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-gold-grad:hover {
  background-position: right center;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  transform: translateY(-1px);
}

.icon-box-gold {
  width: 45px;
  height: 45px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f1c40f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sosmed-gold-btn {
  width: 38px;
  height: 38px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f1c40f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sosmed-gold-btn:hover {
  background: #d4af37;
  color: #000;
  transform: translateY(-2px);
}

.input-dark-custom {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 14px;
}

.input-dark-custom:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.3);
}

.input-dark-custom::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* Map Container Styling */
.map-responsive-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
}

.map-responsive-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}
/* kontak  */

/* statistik */
/* --- Section Background & Glow --- */
.wrapper-stats-gold {
  background-color: #fafafa;
}

.stats-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 200px;
  background: var(--gold-gradient);
  opacity: 0.08;
  filter: blur(100px);
  border-radius: 50%;
  z-index: 0;
}

/* --- Title Component --- */
.text-gold-premium {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold-dark {
  color: var(--base-color);
}

.text-gold-primary {
  color: var(--second-color);
}

.bg-gold-dark {
  background-color: var(--base-color);
}

.border-gold-subtle {
  border-color: rgba(212, 175, 55, 0.2) !important;
}

.clip-badge {
  clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%,
    0 8px
  );
}

.title-underline-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gold-gradient);
  border-radius: 2px;
}

/* --- Border Di Kanan Item (Responsive Safe) --- */
.stat-item {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.stat-item:hover {
  background-color: var(--gold-light-bg);
}

/* Garis pembatas halus di sisi kanan */
.has-border-end::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(212, 175, 55, 0.3),
    transparent
  );
}

/* Responsive Border Fixes */
@media (max-width: 991.98px) {
  /* Pada mobile (2 kolom per baris), hapus border kanan pada elemen genap (2, 4) */
  .col-6:nth-child(2n) .has-border-end::after {
    display: none;
  }

  /* Tambahkan garis horizontal antar baris di mobile */
  .col-6:nth-child(-n + 2) .stat-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }
}
/* statistik  */

/* artikel detail  */
.art-detail-2 {
  background: #f7f7f7;
}
.art-detail-2 * {
  box-sizing: border-box;
}

.ad2-card {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ad2-hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #000;
}
.ad2-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}
.ad2-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s;
}
.ad2-card:hover .ad2-hero img {
  transform: scale(1.04);
}
.ad2-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 13, 13, 0.95) 5%,
    rgba(13, 13, 13, 0.4) 50%,
    transparent 80%
  );
  z-index: 1;
}
.ad2-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 40px;
  z-index: 2;
}
.ad2-badge {
  display: inline-block;
  background: linear-gradient(135deg, #a8842a, #d4af37, #f5d76e);
  color: #0d0d0d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.ad2-title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ad2-title {
    font-size: 36px;
  }
}
.ad2-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #bfa14a;
  font-weight: 600;
}
.ad2-meta i {
  color: #3aa0ff;
  margin-right: 4px;
}

.ad2-body {
  padding: 32px 40px;
}
.ad2-content {
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}
.ad2-content h2,
.ad2-content h3,
.ad2-content h4 {
  color: #141414;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
}
.ad2-content p {
  margin-bottom: 1rem;
}
.ad2-content a {
  color: #1e90ff;
  text-decoration: underline;
}
.ad2-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1rem 0;
}
.ad2-content blockquote {
  border-left: 4px solid #d4af37;
  background: #faf6eb;
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  border-radius: 0 10px 10px 0;
  color: #6b5620;
  font-style: italic;
}
.ad2-content ul,
.ad2-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.ad2-content li {
  margin-bottom: 0.4rem;
}
.ad2-content code {
  background: #f1f1f1;
  color: #a8842a;
  padding: 2px 6px;
  border-radius: 4px;
}

.ad2-share-wrap {
  border-top: 1px solid #eee;
}
.ad2-share-label {
  font-weight: 700;
  color: #141414;
  font-size: 14px;
}
.ad2-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.4s;
}
.ad2-share.fb {
  background: linear-gradient(135deg, #1877f2, #3b5998);
}
.ad2-share.tw {
  background: linear-gradient(135deg, #1e90ff, #3aa0ff);
}
.ad2-share.wa {
  background: linear-gradient(135deg, #25d366, #128c7e);
}
.ad2-share:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(30, 144, 255, 0.4);
}

.ad2-sidebar {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.ad2-side-title {
  color: #141414;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.ad2-side-title span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #1e90ff);
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ad2-side-item {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none !important;
  padding: 8px;
  border-radius: 10px;
  transition: all 0.35s;
}
.ad2-side-item:hover {
  background: #faf6eb;
  transform: translateX(4px);
}
.ad2-side-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.ad2-side-img img {
  transition: transform 0.5s;
}
.ad2-side-item:hover .ad2-side-img img {
  transform: scale(1.15);
}
.ad2-side-meta {
  font-size: 11px;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 3px;
}
.ad2-side-text {
  color: #141414 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}
.ad2-side-item:hover .ad2-side-text {
  color: #a8842a !important;
}

@media (max-width: 575px) {
  .ad2-hero {
    height: 280px;
  }
  .ad2-hero-content {
    padding: 20px;
  }
  .ad2-body {
    padding: 24px;
  }
}


/* ===== DESKTOP: FONT LEBIH KECIL ===== */
.adx-3c-title {
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.adx-3c-meta {
    font-size: 12px;
    /* gap: 14px; */
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.adx-3c-content {
    font-size: 14px;
    line-height: 1.75;
    color: #475569;
}

.adx-3c-sideh {
    font-size: 14px;
    margin-bottom: 14px;
}

.adx-3c-itemtitle {
    font-size: 13px;
    line-height: 1.4;
}

.adx-3c-itemdate {
    font-size: 10.5px;
}

.adx-3c-tag {
    font-size: 11px;
    letter-spacing: 2.5px;
}

.adx-3c-sbtn {
    font-size: 12px;
    padding: 6px 12px;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .adx-3c-title {
        font-size: 1.35rem;
    }
    .adx-3c-content {
        font-size: 13.5px;
    }
    .adx-3c-hero {
        height: 300px;
    }
}

/* ===== MOBILE: FONT PROPORSIONAL ===== */
@media (max-width: 767px) {
    .adx-3c-hero {
        height: 240px;
    }
    .adx-3c-body {
        padding: 20px;
    }
    .adx-3c-title {
        font-size: 1.15rem;
        line-height: 1.35;
        margin-bottom: 10px;
    }
    .adx-3c-tag {
        font-size: 10px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .adx-3c-meta {
        font-size: 11px;
        /* gap: 10px; */
        padding-bottom: 14px;
        margin-bottom: 16px;
    }
    .adx-3c-content {
        font-size: 13px;
        line-height: 1.7;
    }
    .adx-3c-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .adx-3c-share > span {
        font-size: 12px;
    }
    .adx-3c-sbtn {
        font-size: 11px;
        padding: 6px 10px;
    }
    .adx-3c-side {
        padding: 18px;
    }
    .adx-3c-sideh {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .adx-3c-item {
        gap: 10px;
        padding: 10px 0;
    }
    .adx-3c-itemimg {
        width: 56px;
        height: 56px;
    }
    .adx-3c-itemtitle {
        font-size: 12.5px;
        line-height: 1.35;
    }
    .adx-3c-itemdate {
        font-size: 10px;
    }
}

/* ===== MOBILE KECIL ===== */
@media (max-width: 575px) {
    .adx-3c-hero {
        height: 200px;
    }
    .adx-3c-body {
        padding: 18px;
    }
    .adx-3c-title {
        font-size: 1.05rem !important;
    }
    .adx-3c-content {
        font-size: 12.5px !important;
        line-height: 1.7;
    }
    .adx-3c-side {
        padding: 16px;
    }
}


/* artikel detail  */

.multi-image .swiper-controls {
  display: none;
}

/* Transisi dasar untuk card */
.card.shadow-lg {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 15px; /* Opsional: agar lebih smooth */
}

/* Efek saat card di-hover */
.card.shadow-lg:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

/* Styling Ikon/Gambar */
.card-body img.icon-svg {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  width: 50px; /* Sesuaikan ukuran ikon Anda */
  height: auto;
}

/* Animasi Ikon saat Card di-hover */
.card.shadow-lg:hover img.icon-svg {
  transform: scale(1.2); /* Membesar */
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

/* Perbaikan minor untuk layout deskripsi */
.card-body .text-muted {
  font-size: 14px;
  line-height: 1.6;
}

/* Layanan Detail 2  */
/* Styling Ornamen & Frame Gambar Utama */
.hero-img-wrapper {
  position: relative;
  max-width: 380px;
  /* Batasi lebar maksimal agar tidak terlalu besar */
  margin: 0 auto;
  /* Center di tampilan mobile */
}

/* Ornamen Decor Background (Soft Gradient Blob) */
.hero-img-wrapper::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.18),
    rgba(102, 16, 242, 0.15)
  );
  border-radius: 1.5rem;
  z-index: 0;
  filter: blur(8px);
  transition: all 0.3s ease;
}

/* Ornamen Aksen Aksesoris Pojok */
.hero-img-wrapper::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -15px;
  right: -15px;
  background: radial-gradient(
    circle,
    rgba(13, 110, 253, 0.25) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.hero-img-wrapper picture,
.hero-img-wrapper img {
  position: relative;
  z-index: 1;
}

/* Hover effect halus pada gambar utama */
.hero-img-wrapper:hover::before {
  transform: scale(1.02);
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.28),
    rgba(102, 16, 242, 0.22)
  );
}

.btn-gold-sm-4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 8px;
  background: #111827;
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.btn-gold-sm-4 .icon-sm-box {
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #ffe082, #d4af37, #996515);
  color: #111827;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.btn-gold-sm-4 span {
  font-size: 0.825rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff3c4, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gold-sm-4:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.22);
  background: #1f2937;
}

.btn-gold-sm-4:hover .icon-sm-box {
  transform: scale(1.08);
}
/* Layanan Detail 2  */

/* Detail artikel  */
.split-header-opt2 {
  padding: 50px 0;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 40px;
}
.split-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 30px;
}
.meta-tags-opt2 span {
  background: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.split-img-opt2 {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  object-fit: cover;
}

.sidebar-widget-opt2 {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #e9ecef;
  margin-bottom: 30px;
}
.sidebar-widget-opt2 h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid var(--base-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.list-popular-opt2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-popular-opt2 li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}
.list-popular-opt2 li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.list-popular-opt2 img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}
.list-popular-opt2 .post-info h6 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.list-popular-opt2 .post-info span {
  font-size: 11px;
  color: #888;
}

.social-float-opt2 {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.social-float-opt2 a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
.social-float-opt2 a:hover {
  background: var(--base-color);
  color: #fff;
}

/* Detail Aritkel  */

/* Kontak Section  */
/* Glassmorphism Background */
.card-glass-gold {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  box-shadow: 0 8px 32px 0 rgba(212, 175, 55, 0.12);
}

/* Soft Border Icon Box */
.icon-box-glass {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #f0cf65;
  color: #b8860b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-item-glass:hover .icon-box-glass {
  background: linear-gradient(135deg, #f0cf65, #b8860b);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

/* Pill Floating Social Icons */
.social-pill {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcf6ba, #e2c15d);
  color: #5c4308;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-pill:hover {
  transform: scale(1.25) rotate(-2deg);
  color: #000;
  box-shadow: 0 6px 15px rgba(226, 193, 93, 0.5);
}

/* Kontak Section  */

ul.layanan {
  padding-left: 0;
  margin-bottom: 0;
}
ul.kontak {
  padding-left: 0;
  margin-bottom: 0;
}
.link-column ul li {
  font-size: 12px !important;
}

.visi-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.visi-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.misi-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.misi-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

/*Portofolio foto*/
.container {
  .main_header {
    padding-top: 10%;
  }

  .main_header__title {
    position: relative;
    height: 50px;
    vertical-align: baseline;
    color: #369593;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-left: 1%;
  }
  .container__title {
    position: relative;
    height: 30px;
    vertical-align: baseline;
    font-size: 0.9em;
    font-weight: 400;
    color: #f6f6f6;
    text-transform: uppercase;
    border-bottom: 1px solid #f9f9f9;
  }

  /*    //gallery boxs*/
  .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .box {
    position: relative;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 7%;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    a:hover .box__title {
      height: 35%;
      transition: 1s;

      p {
        opacity: 1;
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .box__title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25%;
      background-color: #f6f6f6;
      border-radius: 0 0 8px 8px;
      vertical-align: middle;
      transition: 0.5s;
      transition-timing-function: ease-out;

      p {
        opacity: 0;
        text-align: center;
        color: #062b91;
        font-size: 0.8em;
        margin: 0;
        transition-delay: 0.2s;
        transition: 0.2s;
        transition-timing-function: ease-out;
      }

      h6 {
        text-align: center;
        color: black;
        text-transform: uppercase;
        margin: 7% 0 0 0;
        font-size: 0.9em;
      }
    }
  }

  /*    //add new box*/
  .add_box {
    @extend.box;
    background-color: #f9f9f9;

    a {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    svg {
      display: block;
      margin: auto;
      margin-top: 23.5%;
      transition: 0.3s;
      transition-timing-function: ease-out;
    }

    .add_box__title {
      position: absolute;
      width: 100%;
      text-align: center;
      color: #bababa;
      top: 60%;

      h6 {
        text-transform: uppercase;
      }
    }

    a:hover svg {
      margin-top: 21.5%;
    }
  }
}

/*Lightbox foto preview layanan*/
.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;

  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

/* card layanan baru*/
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.card-v5 {
  background: rgba(253, 251, 247, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 20px rgba(185, 135, 26, 0.06);
  transition: all 0.3s ease;
}

.card-v5:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(185, 135, 26, 0.18);
  border-color: rgba(185, 135, 26, 0.3);
}

.card-v5 img {
  width: 100%;
  /* height: 140px; */
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.card-v5-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(185, 135, 26, 0.4),
    transparent
  );
  margin: 8px 0 12px 0;
}

/* Memastikan teks judul dan deskripsi tidak terpotong atau meluap */
.card-v5-title {
  font-size: 15px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.card-v5-desc {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}

.btn-v5-pill-gold {
  background: #b9871a;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  padding: 7px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.btn-v5-pill-gold:hover {
  background: #d19a21;
  box-shadow: 0 4px 12px rgba(185, 135, 26, 0.35);
}

.btn-v5-pill-outline {
  border: 1px solid #b9871a;
  color: #b9871a !important;
  font-size: 12px;
  font-weight: 600;
  padding: 7px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.btn-v5-pill-outline:hover {
  background: rgba(185, 135, 26, 0.1);
}

.btn-opt-2 {
  display: inline-block;
  color: #212529 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}

.btn-opt-2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 4px;
  left: 12px;
  background-color: #b9871a;
  transition: width 0.3s ease;
}

.btn-opt-2:hover {
  color: #b9871a !important;
}

.btn-opt-2:hover::after {
  width: calc(100% - 24px);
}
/*end card layanan baru*/

/* card layanan  */
/* Base Reset & Helper Utility */
/* Palette Gold Gelap & Mewah */
:root {
  --gold-primary: #9b722b;
  --gold-gradient: linear-gradient(
    135deg,
    #e2a849 0%,
    #c5a059 40%,
    #de9216 70%,
    #d49933 100%
  );
  --gold-soft-bg: rgba(206, 144, 38, 0.08);
}

/* OPSI 1: Badge dengan Border Line Emas Gradasi + Background Soft */
.badge-opt-f {
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.825rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50rem;
  background: var(--gold-soft-bg);
  border: 1px solid transparent;
  /* Membuat border menggunakan gradasi emas */
  border-image: var(--gold-gradient) 1;
  /* Teks dengan gradasi emas */
  background-image: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* OPSI 2: Pill Badge dengan Solid Line Emas Gelap & Glowing Line */
.badge-opt-f-2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  box-shadow: 0 2px 8px rgba(155, 114, 43, 0.15);
}

/* OPSI 3: Gold Line Accent dengan Underline Gradasi */
.badge-opt-f-3 {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge-opt-f-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gold-gradient);
  border-radius: 2px;
}
.transition-all {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fs-13 {
  font-size: 0.8125rem;
}

/* Tombol Gradient Gold Universal */
.btn-gold-grad {
  background: linear-gradient(135deg, #f39c12 0%, #d4af37 50%, #f1c40f 100%);
  background-size: 200% auto;
  color: #000 !important;
  border: none !important;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-gold-grad:hover {
  background-position: right center;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  transform: translateY(-1px);
}

/* Base Card Dark */
.card-dark-base {
  background: #010101;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #22252a;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.card-dark-base .img-wrap {
  /* aspect-ratio: 4/3; */
  overflow: hidden;
  position: relative;
}

.card-dark-base .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    opacity 0.3s ease;
}

.card-dark-base:hover .img-wrap img {
  transform: scale(1.06);
  opacity: 0.9;
}

/* Common Card Title Box */
.card-dark-base .card-title-style {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
}

.card-dark-base:hover {
  border-color: #e67e22;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(230, 126, 34, 0.15);
}
/* card layanan  */

.carousel-control-prev-icon {
  display: none;
}
.carousel-control-next-icon {
  display: none;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.swiper-button .swiper-button-prev {
  display: none !important;
}

.swiper-button .swiper-button-next {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/*icon share button*/

.thing2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: left;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  margin-top: 10px;
  clear: both;
  float: right;
}
.thing2:after {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
}
.thing2:active:after {
  height: 0;
  z-index: -1;
  opacity: 0;
}
.thing2__text {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #4a524c;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.thing2__content {
  position: relative;
  height: inherit;
}
.thing2__content:after,
.thing2__content:before {
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  width: 6px;
  z-index: -1;
}
.thing2__content:after {
  left: -6px;
}
.thing2__content:before {
  right: -6px;
}
.thing2__content:hover {
  z-index: 1000;
}
.thing2__content:hover:after,
.thing2__content:hover:before {
  display: block;
}
.thing2__content:hover .thing2__text {
  transition: 0s all ease-out;
  transition-delay: 0s;
  opacity: 0;
  z-index: -1;
}
.thing2__content:hover .thing2__social {
  width: 48px;
  border-radius: 3px;
  margin-left: 6px;
}
.thing2__content:hover .thing2__social--first {
  margin-left: 0;
}
.thing2__content:hover .thing2__social:after {
  opacity: 1;
}
.thing2__content:hover .thing2__social--facebook {
  background-color: #496094;
}
.thing2__content:hover .thing2__social--twitter {
  background-color: #4ac4f3;
}
.thing2__content:hover .thing2__social--linkedin {
  background-color: #2388d6;
}
.thing2__content:hover .thing2__social--google {
  background-color: #da4835;
}
.thing2__social {
  position: relative;
  display: block;
  height: 48px;
  width: 26.6666666667px;
  float: left;
  color: white;
  background-color: #4a524c;
  transition: all 0.15s ease-out;
}
.thing2__social--first {
  border-radius: 3px 0 0 3px;
}
.thing2__social--last {
  border-radius: 0 3px 3px 0;
}
.thing2__social:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  content: "";
  opacity: 0;
  transition: 0.15s all ease-out;
}
.thing2__social--facebook:after {
  content: "";
}
.thing2__social--twitter:after {
  content: "";
}
.thing2__social--linkedin:after {
  content: "";
}
.thing2__social--google:after {
  content: "";
}
.thing2__text {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.swiper-hero,
.swiper-hero .swiper-slide {
  /* height: auto !important; */
  height: 100vh !important;
}

.jdl-layanan {
  font-size: 14px;
}
.card-icon {
  width: 50% !important;
}
.logo-layanan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.judul-kontak::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #fe6601;
}

.video-icon i {
  margin: 0;
}

.navbar-expand-lg.navbar-light
  .dropdown:not(.dropdown-submenu)
  > .dropdown-toggle:after {
  display: none;
}
.dropdown-menu {
  width: 200%;
}

.layanan-mobile {
  display: none;
}

.desc-keunggulan-mobile {
  display: none;
}

/* Slider  overlap */
/* Container & Overlap Layout */
.slider-overlap {
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.swiper-slide {
  height: 600px;
  overflow: hidden;
}

/* Background Image & Zoom Effect */
.image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active .img-zoom-loop {
  animation: infiniteZoom 20s ease-in-out infinite;
}

/* Overlay Warna Biru Tua - Sky Dark Gradient */
.overlay-sky-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.75) 0%,
    rgba(3, 105, 161, 0.8) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.content-box {
  position: relative;
  z-index: 2;
  height: 700px;
  display: flex;
  align-items: center;
}

/* Animasi Lateral Reveal (Satu Per Satu) */
.anim-lateral {
  opacity: 0;
  transform: translateX(-35px);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.swiper-slide-active .anim-lateral {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
.delay-5 {
  transition-delay: 1s;
}

/* 1. BADGE BARU: Glowing Status Pill */
.badge-glowing-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(56, 189, 248, 0.35);
  padding: 6px 18px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.pulse-dot-orange {
  width: 8px;
  height: 8px;
  background-color: #f97316;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
  animation: pulseOrange 2s infinite;
}

.badge-text-white {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.badge-divider {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
}

.badge-text-orange {
  color: #f97316;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 2. ORNAMEN BARU: Tri-Dot Decorative Accent Divider */
.ornamental-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}

.ornamental-divider .line-side {
  height: 2px;
  width: 45px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.8));
}
.ornamental-divider .line-side.right {
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.8), transparent);
}

.ornamental-divider .dot-center {
  width: 7px;
  height: 7px;
  background: #f97316;
  border-radius: 50%;
  box-shadow: 0 0 8px #f97316;
}

/* Text Highlights & Colors */
.text-gradient-cyan-orange {
  background: linear-gradient(135deg, #38bdf8 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-sky-light {
  color: #e0f2fe;
}

/* 3. TOMBOL GRADASI & ANIMASI HOVER */
.btn-grad-cyan {
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.4);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-grad-cyan:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(56, 189, 248, 0.5);
  color: #ffffff !important;
}

.btn-grad-orange {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-grad-orange:hover {
  background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(249, 115, 22, 0.5);
  color: #ffffff !important;
}

/* Keyframes Pulse & Background Zoom */
@keyframes pulseOrange {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
  }
}

@keyframes infiniteZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* slider overlap hero  */

/* Card Galeri   */
.gal-3 {
  background: #f8fafc;
}

.gal-3-tag {
  display: inline-block;
  color: #f97316;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.gal-3-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.gal-3-desc {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.gal-3-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .gal-3-nav {
    justify-content: flex-end;
  }
}

.gal-3-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 6px 14px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
  margin-right: 4px;
}

.gal-3-counter b {
  color: #1e3a8a;
  font-size: 15px;
  font-weight: 900;
}

.gal-3-counter span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

/* TOMBOL - GRADASI PUTIH → BIRU MUDA */
.gal-3-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 60%, #bfdbfe 100%);
  color: #1e3a8a;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow:
    0 6px 20px rgba(30, 58, 138, 0.12),
    inset 0 1px 0 #fff;
}

.gal-3-arrow:hover {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.35);
}

.gal-3-arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.gal-3-swiper {
  padding: 10px 4px 20px;
}

.gal-3-swiper .swiper-slide {
  height: auto;
}

.gal-3-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.1);
  transition: all 0.4s ease;
  aspect-ratio: 1/1;
  background: #f1f5f9;
}

.gal-3-item:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 22px 45px rgba(30, 58, 138, .25); */
}

.gal-3-item picture,
.gal-3-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gal-3-item:hover img {
  transform: scale(1.1);
}

.gal-3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(30, 58, 138, 0.9) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.4s;
}

.gal-3-item:hover .gal-3-overlay {
  opacity: 1;
}

.gal-3-overlay span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gal-3-overlay i {
  color: #fff;
  font-size: 14px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* PROGRESS BERTINGKAT */
.gal-3-progress {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}

.gal-3-segment {
  flex: 1;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
}

.gal-3-segment span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  border-radius: 2px;
  transition: width 0.5s ease;
}

.gal-3-segment.active span {
  width: 100%;
}

.gal-3-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.gal-3-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1/1;
  background: #0f172a;
  text-decoration: none;
}
.gal-3-item picture,
.gal-3-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.gal-3-item img {
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gal-3-item:hover img {
  transform: scale(1.08);
}

/* Counter */
.gal-3-counter {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #0f172a;
  font-weight: 700;
}
.gal-3-counter b {
  font-size: 1.6rem;
  color: #38bdf8;
  line-height: 1;
}
.gal-3-counter span {
  font-size: 0.9rem;
  color: #64748b;
}

/* Responsive */
@media (max-width: 1199px) {
  .gal-3-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .gal-3-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .gal-3-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.gal-3-head {
  margin-bottom: 20px;
}
.gal-3-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.gal-3-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gal-3-counter {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.gal-3-counter b {
  color: #0f172a;
  font-weight: 800;
}
.gal-3-counter span {
  color: #94a3b8;
  font-size: 13px;
}

/* MOBILE - OPSI 1: PILL CENTERED */
@media (max-width: 991px) {
  .gal-3-head {
    text-align: center;
  }
  .gal-3-head .col-lg-5 {
    margin-top: 18px;
  }
  .gal-3-nav {
    justify-content: center;
    gap: 16px;
    background: #f8fafc;
    padding: 10px 18px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  }
  .gal-3-counter {
    padding-right: 14px;
    border-right: 1px solid #e2e8f0;
  }
  .gal-3-counter b {
    font-size: 15px;
  }
  .gal-3-counter span {
    font-size: 11px;
  }
  .gal-3-arrow {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .gal-3-nav {
    gap: 12px;
    padding: 8px 14px;
  }
  .gal-3-counter b {
    font-size: 14px;
  }
  .gal-3-arrow {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}
/* Card Galeri   */

/* Card Artikel  */
/* Card Container */
.article-card-5 {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid #e0e0e0;
}

.article-card-5:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Image Styling */
.article-card-5 .img-wrap {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.article-card-5 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card-5:hover .img-wrap img {
  transform: scale(1.1);
}

/* Card Body & Content */
.article-card-5 .card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-card-5 .meta-info {
  color: #b9871a;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-card-5 h5 {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  flex: 1;
}

/* Gold Gradient Button with Shimmer Animation */
.article-card-5 .btn-gold-grad {
  background: linear-gradient(135deg, #b9871a 0%, #f5d77f 50%, #b9871a 100%);
  background-size: 200% auto;
  color: #0a0a0a;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(185, 135, 26, 0.2);
}

.article-card-5:hover .btn-gold-grad {
  background-position: right center;
  color: #000000;
  box-shadow: 0 6px 15px rgba(185, 135, 26, 0.4);
}

.article-card-5 .btn-gold-grad i {
  transition: transform 0.3s ease;
}

.article-card-5:hover .btn-gold-grad i {
  transform: translateX(4px);
}
/* Card Artikel  */

@media only screen and (min-width: 768px) {
  .overlap-grid-2 .item:nth-child(2) {
    width: 55%;
    margin-top: 25%;
    right: 0px;
    z-index: 4;
    position: absolute;
  }
  .overlap-grid-2 .item:nth-child(1) {
    width: 80%;
    margin-top: 0;
    margin-left: 10%;
    z-index: 3;
  }

  .overlap-grid-2.about .item:nth-child(2) {
    width: 55%;
    margin-top: 45%;
    right: 0px;
    z-index: 4;
    position: absolute;
  }
  .overlap-grid-2.about .item:nth-child(1) {
    width: 80%;
    margin-top: 0;
    margin-left: 10%;
    z-index: 3;
  }
}

/* cta navbar  */
.btn-wa-gold-pulse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 16px 5px 6px;
  border-radius: 50px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  color: #fcf6ba !important;
  background: #0d0d0d;
  border: 1px solid #aa771c;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-wa-gold-pulse .icon-badge-pulse {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bf953f, #fcf6ba, #aa771c);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  animation: pulse-badge 1.8s infinite;
}

.btn-wa-gold-pulse:hover {
  border-color: #fcf6ba;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

@keyframes pulse-badge {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 246, 186, 0.8);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(253, 246, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 246, 186, 0);
  }
}
/* cta navbar  */

/* ##MOBILE HP*/
@media only screen and (max-width: 600px) {
  .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
    left: 12rem !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--primary-font);
    font-weight: 500;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .wl-btn-gradient-mixed-new3 {
    padding: 5px 11px !important;
    font-size: 13px !important;
  }
  section.header-split .content-box {
    left: 0px;
  }
  .banner-badge-wrapper {
    margin-top: 40px;
  }
  .cta-sidebar-vert-btn {
    font-size: 10px !important;
  }
  .floating-footer-text {
    font-size: 35px !important;
    left: 20px !important;
    margin-top: 30px !important;
  }
  .category-overlay .meta {
    font-size: 10px !important;
  }
  .content-box {
    top: -70px !important;
    position: relative;
  }
  .nav-link.dropdown-toggle.dropdown-toggle-split.btn-toggle-kategori {
    right: -160px !important;
    top: -17px !important;
  }
  a.nav-link {
    font-size: 14px;
  }
  .overlap-text-card {
    padding: 0 !important;
    box-shadow: none !important;
    margin-top: 30px;
  }
  .overlap-image-wrapper {
    box-shadow: none !important;
  }
  .keunggulan-overlap-wrapper {
    margin-top: -200px !important;
  }
  .title-split {
    font-size: 25px !important;
  }
  .cta-layout-2 {
    padding: 0;
  }
  .cta-floating-card {
    padding: 10px;
  }
  .btn-cta-green {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
  }
  .bg-cta {
    /* height: 440px !important; */
  }
  .swiper-hero {
    height: 100vh !important;
  }
  .swiper-container .swiper img {
    height: 100%;
  }
  .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    display: none;
  }
  .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    display: none;
  }
  .content {
    top: 250px;
    padding: 5px !important;
    /* left: 30px !important; */
  }

  .bg-stats {
    border-radius: 0px !important;
    margin-top: -40px;
  }

  .card-subscribe {
    width: 80%;
  }
  .bg-subscribe {
    background-size: cover;
  }
  .image-wrapper {
    height: 100vh !important;
  }

  .flex-mobile {
    flex-direction: column !important;
  }

  .swiper-slide {
    background-size: cover;
    width: 100%;
  }

  .swiper-hero,
  .swiper-hero .swiper-slide {
    /* height: 150px !important; */
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .card-icon {
    width: 50% !important;
  }

  .jdl-layanan {
    font-size: 14px;
  }
  .logo-mobile {
    left: 160px !important;
  }
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    display: flex;
  }

  .submenu-icon-content {
    width: 100%;
    color: white;
  }
  .navbar .navbar-nav .nav-link::before {
    display: none;
  }
  .dropdown-menu {
    width: 100%;
  }
}

/* hero section  */
.hero-opt6 {
  padding: 80px 0;
  background-color: #dc0d0a0a;
  overflow: hidden;
}

/* CARD */
.overlap-text-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 5;
  margin-right: -80px;
}

/* IMAGE */
.overlap-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 991px) {
  .hero-opt6 {
    padding: 10px 0;
  }

  /* TEXT CARD */
  .overlap-text-card {
    margin-right: 0;
    margin-bottom: -60px; /* overlap ke bawah (lebih smooth) */
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center; /* optional biar rapi */
  }

  /* IMAGE */
  .overlap-img {
    height: 250px;
    border-radius: 16px;
  }

  /* GARIS */
  .overlap-text-card div[style*="width: 300px"] {
    margin-left: auto;
    margin-right: auto;
    width: 120px !important;
  }

  /* BUTTON FULL */
  .overlap-text-card .btn {
    width: 100%;
    padding: 10px;
  }

  /* ICON */
  .overlap-text-card i {
    font-size: 20px;
  }
}
/* hero section  */

/* card informasi  */
.info-timeline-wrapper {
  position: relative;
  padding-left: 2rem;
  border-left: 3px solid #c5a059;
}

.info-timeline-pin {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  background: #8a6223;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  box-shadow: 0 0 0 4px rgba(138, 98, 35, 0.15);
}

.badge-gold-solid-2 {
  background: linear-gradient(
    135deg,
    #bf953f 0%,
    #fcf6ba 25%,
    #b38728 50%,
    #fbf5b7 75%,
    #aa771c 100%
  );
  color: #000000;
  border-radius: 50rem;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
/* card informasi  */

/* footer baru  */
.footer-dark-luxe {
  background-color: #080a0b;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-overlay-gradient {
  background: linear-gradient(
    180deg,
    rgba(8, 10, 11, 0.48) 0%,
    rgba(8, 10, 11, 0.58) 100%
  );
}

.text-gold-luxe {
  background: linear-gradient(135deg, #f5d77f 0%, #dfb15b 50%, #b38728 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hover Links */
.ft-link-luxe {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
}

.ft-link-luxe:hover {
  color: #f5d77f !important;
  transform: translateX(4px);
}

/* Social Icon Floating Buttons */
.sosmed-btn-float {
  width: 38px;
  height: 38px;
  background: rgba(223, 177, 91, 0.1);
  border: 1px solid rgba(223, 177, 91, 0.3);
  color: #f5d77f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sosmed-btn-float:hover {
  background: #dfb15b;
  color: #0a192f;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(223, 177, 91, 0.4);
}

/* Glassmorphism Card (Option 3) */
.footer-glass-card {
  background: rgba(10, 25, 47, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(223, 177, 91, 0.25);
  border-radius: 16px;
}
/* footer baru  */

/* brands  */
.ork-3 {
  background: #f8fafc;
}

.ork-3-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(30, 58, 138, 0.07) 0%,
    rgba(220, 38, 38, 0.04) 100%
  );
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.kl-1-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 12px;
}

.kl-1-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

.kl-1-swiper {
  padding: 10px 4px;
}

.kl-1-logo {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.3s ease;
}

.kl-1-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.kl-1-logo:hover {
  border-color: #1e3a8a;
  box-shadow: 0 10px 25px rgba(30, 58, 138, 0.1);
}

.kl-1-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}
/* brands  */

/*home*/

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.btn-cta {
  background: var(--second-color);
  border-radius: 35px;
  width: 20%;
  border: 1px solid white;
  color: white;
  padding: 15px 20px;
}

.btn-cta:hover {
  background: var(--third-color);
  color: var(--base-color);
  font-weight: 600;
}

/* Slider Gambar  */
/* Container Dasar */
.swiper-hero {
  /* height: 100vh !important; */
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

/* Background & Animasi Zoom */
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.animated-zoom {
  transform: scale(1);
  transition: transform 12s linear;
}

.swiper-slide-active .animated-zoom {
  transform: scale(1.18);
}

/* Overlay Adventure: Hijau Tua Ke Hitam Transparan */
.overlay-adventure-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(10, 40, 10, 0.95) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 2;
}

/* Content Positioning (Center-Left) */
.content {
  position: relative;
  height: 100vh;
  z-index: 3;
}

.border-primary-custom {
  border-color: #256eb5 !important;
  /* Warna biru sesuai palette Anda */
}

/* Tipografi */
.brand-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.hero-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 54px;
  line-height: 1.1;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}

.hero-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  max-width: 580px;
}

/* Button Hero */
.btn-hero {
  /* padding: 14px 30px; */
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  cursor: pointer;
}

/* Efek Kilau (Shine Effect) saat Hover */
.btn-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.6s;
  z-index: -1;
}

.btn-hero:hover::before {
  left: 100%;
}

/* Button Tour (Base Color) */
.btn-tour {
  background-color: transparent;
  color: white;
  box-shadow: 0 4px 15px rgba(70, 151, 115, 0.3);
  border: 2px solid;
}

.btn-tour:hover {
  background-color: #3a7e60; /* Sedikit lebih gelap saat hover */
  box-shadow: 0 8px 25px rgba(70, 151, 115, 0.5);
  color: white !important;
}

/* Button WhatsApp (Branding Color) */
.btn-wa {
  background-color: var(--base-color);
  color: white;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-wa:hover {
  background-color: var(--second-color);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  color: white !important;
}

/* Global Hover State */
.btn-hero:hover {
  transform: translateY(-5px) scale(1.02);
  color: var(--white);
}

.btn-hero:active {
  transform: translateY(-2px) scale(0.98);
}

/* Tipografi & Ikon */
.btn-hero i {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .btn-hero {
    padding: 6px 14px;
    font-size: 14px;
    width: 100%; /* Tombol full width di mobile agar lebih mudah ditekan */
  }
}

/* Animasi Slide-In From Left */
.animate-item {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.3s;
}

.delay-2 {
  transition-delay: 0.5s;
}

.delay-3 {
  transition-delay: 0.7s;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .btn-hero {
    padding: 6px 12px;
    font-size: 12px;
  }

  .btn-hero i {
    font-size: 12px;
  }

  .overlay-adventure-left {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.9)
    );
  }
}

/* Pastikan content memenuhi layar agar bisa centering */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Wajib 100% untuk align-items-center */
  z-index: 5;
}

.content-box {
  /* Mencegah teks terlalu mepet ke atas/bawah pada mobile */
  padding-top: 20px;
  padding-bottom: 20px;
}

.border-primary-custom {
  border-color: #256eb5 !important;
  /* Gunakan palet biru Anda */
}

/* Overlay agar gambar tidak menutupi teks */
.overlay-adventure-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
  z-index: 2;
}

/* Animasi Slide dari Kiri */
.animate-item {
  opacity: 0;
  transform: translateX(-40px);
  /* Efek muncul dari arah kiri */
  transition: all 0.8s ease-out;
}

.swiper-slide-active .animate-item {
  opacity: 1;
  transform: translateX(0);
}

/* Slider Gambar  */

/* Btn Slider  */
.btn-slider-1 {
  background-color: transparent;
  color: white;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid white;
}

.btn-slider-1:hover {
  background-color: var(--base-color);
  color: white;
}

.btn-slider-2 {
  background-color: var(--base-color);
  color: white;
  padding: 10px;
  border: 2px solid white;
  border-radius: 8px;
}

.btn-slider-2:hover {
  background-color: transparent;
  color: white;
}

/* btn Slider  */

/* btn custom  */
[class^="btn-opt-"] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[class^="btn-opt-"] [class^="icon-opt-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.35s ease;
}
[class^="btn-opt-"] span {
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
}

/* OPSI 24 */
.btn-opt-24 {
  background: transparent;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
}
.btn-opt-24::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(135deg, #ef4444, #1e3a8a);
  transition: height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 0;
}
.btn-opt-24:hover::before {
  height: 100%;
}
.btn-opt-24 .icon-opt-24 {
  background: #1e3a8a;
  color: #fff;
  z-index: 2;
}
.btn-opt-24:hover {
  color: #fff;
  border-color: #ef4444;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(239, 68, 68, 0.4);
}
.btn-opt-24:hover .icon-opt-24 {
  background: #fff;
  color: #ef4444;
  transform: scale(1.15);
}

/* btn custom  */

/* Btn Custom 1  */
.btn-custom-1 {
  background-color: transparent;
  padding: 6px 20px;
  color: var(--base-color);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--base-color);
  font-size: 18px;
}

.btn-custom-1:hover {
  background-color: var(--base-color);
  padding: 6px 20px;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--base-color);
  font-size: 18px;
}
/* Btn Custom 1 */

/* Btn Custom 2  */
.btn-custom-2 {
  background-color: var(--base-color);
  padding: 6px 10px;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--base-color);
  font-size: 18px;
}

.btn-custom-2:hover {
  background-color: transparent;
  padding: 6px 10px;
  color: var(--base-color);
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid var(--base-color);
  font-size: 18px;
}

/* Btn Custom 2 */

/* sosmed footer */

textarea {
  resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

.svg-inline--fa {
  vertical-align: -0.2em;
}

.rounded-social-buttons {
  /* text-align: center; */
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  /* line-height: 2em; */
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 20px;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-tiktok,
.fa-youtube,
.fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
  background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover,
.rounded-social-buttons .social-button.tiktok:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
/* sosmed footer */

.rounded-title {
  background-color: #9eebff;
  color: white;
  font-weight: bold;
  background: radial-gradient(circle at 10% 50%, #00c6ff, #0072ff);
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dots {
  margin-right: 8px;
  color: #16161675;
  font-size: 18px;
  line-height: 0;
}

.header-corner {
  position: absolute !important;
  right: 0px;
  left: auto;
  bottom: 0;
  /* height: 300px; */
  width: auto !important;
  z-index: 10;
}

.image-wrapper {
  /*height: 200px;*/
}

/* Galeri */

.gslide-description.description-bottom {
  display: none;
}
.zoomable {
  max-width: 80% !important;
}

/* galeri baru  */
.gallery-minimal-card {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
}
.gallery-minimal-img {
  width: 100%;
  height: 100%;
}
.gallery-minimal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
  filter: brightness(0.9);
}
.gallery-minimal-card:hover .gallery-minimal-img img {
  transform: scale(1.12);
  filter: brightness(0.5);
}
.gallery-minimal-overlay {
  position: absolute;
  inset: 20px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.gallery-minimal-card:hover .gallery-minimal-overlay {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.8);
  inset: 15px;
}
.gallery-minimal-plus {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.gallery-minimal-card:hover .gallery-minimal-plus {
  transform: scale(1);
}
/* galeri baru  */

/* Card Keunggulan  */

.collage-2img-wrapper {
  position: relative;
  padding: 20px;
  z-index: 1;
}

/* Bingkai Garis offset ke kanan-bawah */
.collage-2img-wrapper::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 40px;
  right: 0;
  border: 3px solid #0d6efd;
  border-radius: 16px;
  opacity: 0.3;
  z-index: -1;
}

.collage-2img-split {
  display: flex;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.split-col-left,
.split-col-right {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .collage-2img-split {
    flex-direction: column;
  }

  .collage-2img-wrapper {
    padding: 10px;
  }
}

.keunggulan-travel {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.divider:after {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  display: block;
  margin-top: -5px;
}

/* Badge */
.badge-keunggulan {
  display: inline-block;
  padding: 6px 16px;

  /* Gradient kuning gold */
  background: linear-gradient(135deg, #ffd450, #ddbc60);
  color: #000000;

  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;

  letter-spacing: 0.5px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);

  transition: all 0.3s ease;
}

/* Hover effect biar hidup */
.badge-keunggulan:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* page header */
.phz-43::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62%;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.95));
  pointer-events: none;
}
.phz-43-corner {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-top: 2px solid rgba(56, 189, 248, 0.4);
  border-right: 2px solid rgba(56, 189, 248, 0.4);
  pointer-events: none;
}
.phz-43 .container {
  position: relative;
  z-index: 2;
  /* padding-bottom: 50px; */
}
.phz-43-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #93c5fd;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.phz-43-badge .dot {
  width: 6px;
  height: 6px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 8px #38bdf8;
}
.phz-43-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}
.phz-43-desc {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.75;
}
.phz-43 .breadcrumb-item a:hover {
  color: #fff !important;
}
@media (max-width: 991px) {
  .phz-43-corner {
    display: none;
  }
}
/* page Header  */

/* CTA section baru  */
/* Base CTA Overlay & Background */
.cta-luxe-wrapper {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
}

.cta-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 10, 11, 0.95) 0%,
    rgba(10, 25, 47, 0.85) 50%,
    rgba(8, 10, 11, 0.92) 100%
  );
  z-index: 1;
}

.cta-overlay-side {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 10, 11, 0.98) 0%,
    rgba(10, 25, 47, 0.85) 50%,
    rgba(8, 10, 11, 0.6) 100%
  );
  z-index: 1;
}

.cta-content-relative {
  position: relative;
  z-index: 2;
}

/* Typography & Utility Colors */
.text-gold-gradient {
  background: linear-gradient(135deg, #f5d77f 0%, #dfb15b 50%, #b38728 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-gold-accent {
  border-left: 4px solid #dfb15b !important;
}

/* Buttons Custom */
.btn-gold-solid {
  background: linear-gradient(135deg, #f5d77f 0%, #dfb15b 50%, #b38728 100%);
  color: #0a192f !important;
  font-weight: 700;
  padding: 12px 26px;
  border: none;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(223, 177, 91, 0.3);
  transition: all 0.3s ease;
}

.btn-gold-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(223, 177, 91, 0.5);
  color: #000 !important;
}

.btn-dark-outline-gold {
  background: rgba(10, 25, 47, 0.6);
  color: #ffffff !important;
  font-weight: 600;
  padding: 11px 24px;
  border: 1px solid rgba(223, 177, 91, 0.6);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.btn-dark-outline-gold:hover {
  background: #dfb15b;
  color: #0a192f !important;
  border-color: #dfb15b;
  transform: translateY(-2px);
}

/* Glassmorphism Card Wrapper */
.glass-cta-card {
  background: rgba(8, 10, 11, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(223, 177, 91, 0.25);
  border-radius: 16px;
}
/* CTA Section baru  */

/* galeri  */
.gallery-card {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

/* Animasi Zoom Gambar pada Grid */
.gallery-card img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-card:hover img {
  transform: scale(1.06);
}

/* Efek Gradasi Grid saat Hover */
.gallery-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  transition: background 0.4s ease;
}

.gallery-card:hover .gallery-overlay {
  background: linear-gradient(
    to top,
    rgb(54 82 192 / 90%) 0%,
    rgba(0, 0, 0, 0.4) 70%,
    transparent 100%
  );
}

/* FIX TOTAL LIGHTBOX: Tanpa Scroll, Tombol Close Terkunci */
#galleryModal {
  padding-right: 0 !important;
}

#galleryModal .modal-dialog {
  max-width: 100% !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

#galleryModal .modal-content {
  height: 100vh !important;
  width: 100vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#galleryModal .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pastikan gambar pas di layar (Maksimal 75% tinggi layar agar teks muat) */
.lightbox-img-wrapper {
  max-width: 90%;
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img-wrapper img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

/* Hilangkan semua outline/garis biru bawaan browser */
#galleryModal,
#modalGalleryCarousel,
.carousel-item,
.carousel-control-prev,
.carousel-control-next {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* TOMBOL CLOSE KUSTOM: Dijamin Kelihatan & Berfungsi Maksimal */
.btn-custom-close {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 9999 !important;
  /* Di lapisan paling atas */
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-custom-close:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: #ffffff;
  transform: scale(1.05);
}
/* galeri  */

/* card keunggulan  */
.grid-corporate-container {
}

.item-corporate-advantage {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .item-corporate-advantage:not(:nth-child(3n)) {
    border-right: 1px solid #f0f0f0;
  }
  .item-corporate-advantage:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}

.item-corporate-advantage:hover {
  background-color: #fafdf8;
}

/* Bingkai Kotak Presisi dengan Padding */
.icon-corporate-wrap {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #e2e8f0; /* Garis tipis luar */
  overflow: hidden; /* Agar background setengah hijau tidak keluar dari bingkai */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* BARU: Ornamen Background Hijau Tipis Setengah di Bagian Bawah */
.icon-corporate-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; /* Mengatur tinggi hanya setengah container */
  background-color: rgba(88, 184, 0, 0.05); /* Warna hijau tipis/soft */
  z-index: -1;
  transition: all 0.3s ease;
}

/* Efek Hover: Kotak luar menyusut pas membungkus ikon & berubah warna tegas */
.item-corporate-advantage:hover .icon-corporate-wrap {
  border-color: #58b800;
  background-color: #ffffff;
  border-radius: 8px; /* Mengubah sudut tajam menjadi melengkung saat aktif */
  box-shadow: 0 4px 12px rgba(88, 184, 0, 0.1);
}

/* Saat di-hover, background setengah hijau berubah sedikit lebih tegas */
.item-corporate-advantage:hover .icon-corporate-wrap::before {
  background-color: rgba(85, 254, 0, 0.1);
  height: 55%; /* Sedikit naik memberikan efek transisi dinamis */
}

/* MODIFIKASI: Mengubah Gambar Ikon Menjadi Gradasi Menggunakan Masking */
.icon-corporate-wrap picture,
.icon-corporate-wrap img {
  width: 50px;
  height: 50px;
  display: block;
}

.icon-corporate-wrap img {
  object-fit: contain;
  transition:
    transform 0.3s ease,
    background 0.3s ease;

  /* Menggunakan gambar source sebagai topeng mask */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;

  /* Menerapkan suntikan gradasi warna target */
  background: linear-gradient(135deg, #58b800 0%, #55fe00 100%);
}

/* Menerapkan sistem mask dinamis lewat selector atribut src */
.icon-corporate-wrap img[src^="images/keunggulan/"] {
  /* Mencocokkan mask secara otomatis ke file gambar aslinya */
  -webkit-mask-image: inherit;
  mask-image: inherit;
}

/* Animasi Gambar: Efek rotasi presisi ringan / scale */
.item-corporate-advantage:hover .icon-corporate-wrap img {
  transform: scale(1.1);
  /* Variasi gradasi memutar sedikit saat di-hover agar lebih hidup */
  background: linear-gradient(135deg, #55fe00 0%, #58b800 100%);
}

.corporate-content {
  position: relative;
  z-index: 1;
}

/* ==========================================
BANNER BADGE & IMAGE SECTION
========================================== */

/* Wrapper Utama Banner */
.banner-badge-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

/* Gambar Utama */
.banner-badge-wrapper .banner-img {
  display: block;
  width: 100%;
  max-width: 280px;
  /* Batas lebar gambar agar proporsional */
  height: auto;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover Efek pada Gambar */
.banner-badge-wrapper:hover .banner-img {
  transform: translateY(-3px);
}

/* Style Dasar Icon Badge (Kiri Atas & Kanan Bawah) */
.banner-badge-icon {
  position: absolute;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff 0%, #fffdf0 100%);
  color: #b59410;
  /* Warna Emas Premium */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b59410;
  box-shadow:
    0 8px 20px rgba(181, 148, 16, 0.25),
    0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

/* Hover Efek Badge Icon */
.banner-badge-icon:hover {
  transform: scale(1.12) rotate(6deg);
  background: linear-gradient(135deg, #b59410 0%, #d4af37 100%);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(181, 148, 16, 0.4);
}

/* Posisi Badge Kiri Atas */
.badge-top-left-crown {
  top: -12px;
  left: -12px;
  animation: badgeFloat 4s ease-in-out infinite alternate;
}

/* Posisi Badge Kanan Bawah */
.badge-bottom-right-award {
  bottom: -12px;
  right: -12px;
  animation: badgeFloat 4s ease-in-out 2s infinite alternate;
}

/* Animasi Floating Halus untuk Badge */
@keyframes badgeFloat {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-6px);
  }
}

/* Adaptif Mobile Screen (< 576px) */
@media (max-width: 575.98px) {
  .banner-badge-icon {
    width: 38px;
    height: 38px;
  }

  .banner-badge-icon i {
    font-size: 13px !important;
  }

  .badge-top-left-crown {
    top: -8px;
    left: -8px;
  }

  .badge-bottom-right-award {
    bottom: -8px;
    right: -8px;
  }
}
/* card keunggulan  */

/* Galeri Minimalis */
.gal-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.galeri-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
}

.galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.galeri-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.galeri-item:hover img {
  transform: scale(1.1);
}

.galeri-item:hover .overlay {
  opacity: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  object-fit: contain;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* galeeri Detail  */

/* Card keunggulan  */
/* Background Ornaments / Pattern Mewah */
.bg-ornament-mewah {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;

  /* Warna Dasar Gradient Elegan (Dark Deep Blue / Charcoal) */
  /* background-color: #0b111e; */
  background-image: 
        /* Radial Highlight (Glow) di Tengah */
    radial-gradient(
      circle at 50% 50%,
      rgba(181, 148, 16, 0.15) 0%,
      transparent 70%
    ),
    /* Pola Grid Kotak-Kotak Emas Tipis */
    linear-gradient(to right, rgba(181, 148, 16, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(181, 148, 16, 0.12) 1px, transparent 1px),
    /* Pola Grid Diagonal Halus (Efek Diamond/Kristal) */
    linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.02) 25%,
        transparent 25%,
        transparent 75%,
        rgba(255, 255, 255, 0.02) 75%
      ),
    linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.02) 25%,
      transparent 25%,
      transparent 75%,
      rgba(255, 255, 255, 0.02) 75%
    );

  /* Ukuran Grid Kotak-Kotak */
  background-size:
    100% 100%,
    40px 40px,
    40px 40px,
    80px 80px,
    80px 80px;
  background-position:
    center center,
    0 0,
    0 0,
    0 0,
    0 0;
}

/* --- Header Left Styling --- */
.text-gold-premium {
  background: var(--base-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.bg-gold-dark {
  background-color: var(--gold-dark);
}

.clip-badge {
  clip-path: polygon(
    8px 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%,
    0 8px
  );
}

.title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--base-color);
  border-radius: 2px;
}

/* Pastikan section memiliki perspective untuk efek 3D */
.wrapper-ornamen-1 {
  perspective: 1000px;
  background-color: #fffffe;
  /* Base background sangat bersih */
}

/* --- Core Card Styling (Premium Look) --- */
.card-keunggulan-premium {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  /* Lebih rounded */
  padding: 10px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  /* Border gold sangat halus */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.3s ease;
  overflow: hidden;
  /* Menjaga glow tetap di dalam */
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
}

/* --- Icon Styling & Animations --- */
.icon-wrapper {
  position: relative;
  width: 45px;
  height: 45px;
}

.icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-light);
  /* Warna bg ikon default light gold */
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
  z-index: 2;
}

.main-icon {
  max-height: 35px;
  transition: transform 0.3s ease;
}

/* Background dekoratif gold di belakang ikon yang membesar saat hover */
.icon-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base-color);
  /* Gunakan warna tema gradasi */
  border-radius: 12px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}

/* --- Text Styling --- */
.title-text {
  transition: color 0.3s ease;
}

/* --- Decorative Glow Internal --- */
.card-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--gold-primary);
  border-radius: 50%;
  top: -50px;
  right: -50px;
  opacity: 0.05;
  /* Sangat tipis */
  transition: all 0.5s ease;
  z-index: 0;
}

/* --- Right Banner --- */
.banner-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* =========================================
   EFFECTS ON HOVER
   ========================================= */

/* 1. Efek Angkat & 3D Tilt Halus */
.card-keunggulan-premium:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(-1deg);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.3);
}

/* 2. Animasi Ikon & Warna */
.card-keunggulan-premium:hover .icon-box {
  background: transparent;
  /* Hilangkan bg putih */
  border-color: transparent;
  transform: scale(1.05);
}

.card-keunggulan-premium:hover .icon-box-bg {
  opacity: 1;
  /* Munculkan warna tema tipis */
  transform: scale(1.2);
  /* Membesar */
  box-shadow: 0 4px 10px rgba(140, 114, 11, 0.2);
}

.card-keunggulan-premium:hover .main-icon {
  transform: scale(1.1) translateY(-2px);
  filter: brightness(0) invert(1);
  /* Membuat ikon dummy placeholder jadi putih saat hover */
}

/* 3. Perubahan Warna Teks */
.card-keunggulan-premium:hover .title-text {
  color: var(--gold-dark) !important;
}

/* 4. Efek Glow Membesar */
.card-keunggulan-premium:hover .card-glow {
  transform: scale(3);
  opacity: 0.08;
}

/* Perbaikan untuk Mobile Scrolling agar shadow tidak terpotong */
@media (max-width: 767.98px) {
  .mobile-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    /* Ruang untuk scrollbar/shadow */
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile-scroll-row .col-md-6 {
    flex: 0 0 85%;
    /* Lebar card di mobile */
    max-width: 85%;
  }
}
/* Card Keunggulan  */

/* Card Visi Misi  */

.card-misi {
  background: #f7b21e11;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.card-visi {
  background: #1a371c0e;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* Hover effect */
.card-visi:hover,
.card-misi:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Title */
.card-visi h3,
.card-misi h3 {
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.card-visi div,
.card-misi div {
  color: #555;
  line-height: 1.7;
}

.card-visi::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--base-color);
  left: 0;
  top: 0;
  border-radius: 10px;
}

.card-misi::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--second-color);
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* Card Visi Misi  */

/* NAV BUTTON */
.galeri-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.galeri-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}

.galeri-nav button:hover {
  background: #dc3545;
  color: #fff;
}

/* PROGRESS BAR */
.galeri-progress {
  width: 100%;
  height: 4px;
  background: #eee;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.galeri-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, white, white);
  transition: width 0.3s ease;
}
/* CARD */
.card-galeri {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.card-galeri img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.6s;
}

/* HOVER ZOOM */
.card-galeri:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-galeri:hover .overlay {
  opacity: 1;
}

/* CONTENT */
.overlay-content {
  text-align: center;
  transform: scale(0.8);
  transition: 0.3s;
}

.card-galeri:hover .overlay-content {
  transform: scale(1);
}

/* ICON */
.overlay-content::before {
  content: "\f030";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

/* TEXT */
.overlay-content h5 {
  color: #fff;
  font-weight: 700;
}

.overlay-content span {
  color: #ddd;
  font-size: 13px;
}

/* Card Galeri  */

.bg-navbar {
  /* background-color: white; */
}

.navbar-stick:not(.navbar-dark) {
  background-color: white;
  backdrop-filter: blur(200px);
  -webkit-backdrop-filter: blur(100px);
}

.sec-title__title > span.underline-effect {
  position: relative;
  /* color: var(--main-color); */
  overflow: hidden;
}
.sec-title__title > span.underline-effect::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  content: "";
  animation: widths 3s linear infinite;
  background-color: var(--base-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 229 7" xmlns="http://www.w3.org/2000/svg"><path d="M229 2.67187C228.139 2.92187 227.429 2.96484 226.707 2.95703C222.57 2.91015 218.428 2.83984 214.291 2.80468C211.131 2.77734 207.866 2.55468 204.835 2.83984C199.487 3.34374 194.151 2.95703 188.826 3.09374C182.696 3.24999 176.505 3.19531 170.336 3.16015C164.983 3.1289 159.63 2.92578 154.26 3.05078C152.173 3.09765 150.057 2.87109 147.969 3.02343C144.893 3.24999 141.839 3.21093 138.774 3.0039C137.375 2.91015 136.042 3.14843 134.67 3.20312C131.039 3.35156 127.402 3.37109 123.765 3.41015C123.126 3.41796 122.432 3.44531 121.855 3.56249C119.8 3.97265 117.59 4.15624 115.441 4.15234C111.782 4.14843 108.234 4.55078 104.558 4.52734C98.3223 4.48437 92.0754 4.74218 85.8342 4.72656C79.8317 4.71484 73.8292 4.67187 67.8267 4.71484C65.5501 4.73046 63.279 4.76953 61.019 4.88281C60.2916 4.91796 59.5587 4.98437 58.8368 4.95703C54.0115 4.78906 49.3028 5.25781 44.5385 5.46484C40.2629 5.64843 35.9929 5.88671 31.7062 6.03515C26.4478 6.21484 21.206 6.53124 15.992 6.89453C11.6886 7.19531 7.57959 6.80468 3.46502 6.36718C1.94913 6.20703 0.072307 4.93749 0.00567426 4.21484C-0.0609585 3.49609 0.577605 3.12499 2.15458 2.95703C6.19141 2.51953 10.356 2.49999 14.4317 2.13281C23.366 1.32421 32.4003 0.816401 41.4901 0.558588C48.6253 0.355463 55.7662 0.273432 62.9181 0.285151C68.4375 0.292963 73.9624 0.164057 79.4763 0.226557C85.4066 0.292963 91.3258 0.164057 97.2506 0.164057C106.585 0.164057 115.924 0.0117134 125.259 0.00390089C133.382 -0.0039116 141.506 0.0742134 149.624 0.281245C164.394 0.660151 179.187 0.886713 193.94 1.38671C204.074 1.73046 214.219 1.96484 224.352 2.28515C225.868 2.32812 227.329 2.48046 229 2.67187Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 229 7" xmlns="http://www.w3.org/2000/svg"><path d="M229 2.67187C228.139 2.92187 227.429 2.96484 226.707 2.95703C222.57 2.91015 218.428 2.83984 214.291 2.80468C211.131 2.77734 207.866 2.55468 204.835 2.83984C199.487 3.34374 194.151 2.95703 188.826 3.09374C182.696 3.24999 176.505 3.19531 170.336 3.16015C164.983 3.1289 159.63 2.92578 154.26 3.05078C152.173 3.09765 150.057 2.87109 147.969 3.02343C144.893 3.24999 141.839 3.21093 138.774 3.0039C137.375 2.91015 136.042 3.14843 134.67 3.20312C131.039 3.35156 127.402 3.37109 123.765 3.41015C123.126 3.41796 122.432 3.44531 121.855 3.56249C119.8 3.97265 117.59 4.15624 115.441 4.15234C111.782 4.14843 108.234 4.55078 104.558 4.52734C98.3223 4.48437 92.0754 4.74218 85.8342 4.72656C79.8317 4.71484 73.8292 4.67187 67.8267 4.71484C65.5501 4.73046 63.279 4.76953 61.019 4.88281C60.2916 4.91796 59.5587 4.98437 58.8368 4.95703C54.0115 4.78906 49.3028 5.25781 44.5385 5.46484C40.2629 5.64843 35.9929 5.88671 31.7062 6.03515C26.4478 6.21484 21.206 6.53124 15.992 6.89453C11.6886 7.19531 7.57959 6.80468 3.46502 6.36718C1.94913 6.20703 0.072307 4.93749 0.00567426 4.21484C-0.0609585 3.49609 0.577605 3.12499 2.15458 2.95703C6.19141 2.51953 10.356 2.49999 14.4317 2.13281C23.366 1.32421 32.4003 0.816401 41.4901 0.558588C48.6253 0.355463 55.7662 0.273432 62.9181 0.285151C68.4375 0.292963 73.9624 0.164057 79.4763 0.226557C85.4066 0.292963 91.3258 0.164057 97.2506 0.164057C106.585 0.164057 115.924 0.0117134 125.259 0.00390089C133.382 -0.0039116 141.506 0.0742134 149.624 0.281245C164.394 0.660151 179.187 0.886713 193.94 1.38671C204.074 1.73046 214.219 1.96484 224.352 2.28515C225.868 2.32812 227.329 2.48046 229 2.67187Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@-webkit-keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes widths {
  0% {
    width: 0%;
  }
  50% {
    width: 97%;
    left: 0;
  }
  100% {
    width: 0;
  }
}

.sec-title__tagline__left-border {
  width: 25px;
  height: 12px;
  display: inline-block;
  border: 1px solid var(--base-color);
  border-radius: 100px;
  position: relative;
  top: 0;
  margin-right: 10px;
  overflow: hidden;
}
.sec-title__tagline__left-border::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 100%;
  background-color: var(--base-color);
  border-radius: 100px;
  content: "";
  animation: zumpXX 2s linear infinite;
}
@keyframes zumpXX {
  0%,
  100% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
}

.isotope-filter {
  text-align: left;
  background: white;
  padding: 15px;
  width: 39%;
  border-radius: 15px;
}
.kategori-tabs {
  display: inline-flex;
  gap: 12px;
  border-radius: 12px;
}

.kategori-tabs .tab {
  border: none;
  background: transparent;
  padding: 14px 16px;
  border-radius: 10px;
  color: #6c757d;
  font-weight: 500;
  /* cursor: pointer; */
  transition: all 0.3s ease;
}

.kategori-tabs .tab.active {
  background: #ffffff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.kategori-tabs-mobile .tab {
  border: none;
  background: transparent;
  padding: 13px 17px;
  border-radius: 10px;
  color: #6c757d;
  font-weight: 500;
  /* cursor: pointer; */
  transition: all 0.3s ease;
}

.kategori-tabs-mobile .tab.active {
  background: #ffffff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  background: white;
  /* max-height: 450px;
  min-height: 450px; */
}

.nav-tabs {
  background: white;
  padding: 10px;
  width: 31%;
  border-radius: 15px;
}

.nav-tabs-mobile {
  background: white;
  padding: 10px;
  justify-content: center;
  /* width: 31%; */
  border-radius: 15px;
}

/* ========================= */
/* Welcome text */
/* ========================= */
.btn-grp8 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn8 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px 16px;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn8-primary {
  color: #1e3a8a;
  border-bottom: 2px solid #1e3a8a;
}

.btn8-primary::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f97316;
  transition: width 0.4s ease;
}

.btn8-primary:hover::after {
  width: 100%;
}

.btn8-primary:hover {
  color: #f97316;
}

.btn8-outline {
  color: #f97316;
  border-bottom: 2px solid #f97316;
}

.btn8-outline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1e3a8a;
  transition: width 0.4s ease;
}

.btn8-outline:hover::after {
  width: 100%;
}

.btn8-outline:hover {
  color: #1e3a8a;
}

.ttl-9 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  padding-bottom: 14px;
  margin: 0;
}

.ttl-9-line1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 4px;
  background: #1e3a8a;
  border-radius: 2px;
}

.ttl-9-line2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 4px;
  background: #f97316;
  border-radius: 2px;
}

.wtx-5 {
  background: #fff;
}

.tx5-imgwrap {
  position: relative;
  /* padding: 30px; */
}

.tx5-imgwrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  /* height: 460px; */
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow: 0 25px 55px rgba(30, 58, 138, 0.2);
}

.tx5-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  opacity: 0.18;
  z-index: 1;
}

.tx5-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.tx5-iconbox {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 12px 25px rgba(30, 58, 138, 0.3);
}

.tx5-small {
  display: block;
  color: #f97316;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  margin-bottom: 4px;
}

.tx5-brand {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

.tx5-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.2;
}

.tx5-desc {
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 26px;
}

.tx5-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tx5-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.tx5-btn:hover {
  background: #f97316;
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.4);
}

.tx5-out {
  background: #fff;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
}

.tx5-out:hover {
  background: #1e3a8a;
  color: #fff;
  border-color: #1e3a8a;
}

@media (max-width: 991px) {
  .tx5-title {
    font-size: 1.5rem;
  }

  .tx5-imgwrap img {
    /* height: 300px; */
  }
}
/* ========================= */
/* Welcome text */
/* ========================= */

/* badge  */
.bkl-line-web-3 .web-label {
  font-size: 11px;
  font-weight: 800;
  color: #dc2626;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bkl-line-web-3 .bar-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bkl-line-web-3 .bar-red {
  width: 45px;
  height: 4px;
  background: #dc2626;
  border-radius: 2px;
}

.bkl-line-web-3 .bar-blue {
  width: 20px;
  height: 4px;
  background: #1e3a8a;
  border-radius: 2px;
}
/* badge  */

/* ========================= */
/* Card Rental */
/* ========================= */

.sc-card-opt8d {
  background: linear-gradient(180deg, #f0f9ff 0%, #dbeafe 60%, #bfdbfe 100%);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.06);
}

.sc-card-opt8d:hover {
  transform: translateY(-6px);
  border-color: #3b82f6;
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.18);
}

/* ============================================
   GAMBAR — FULL TANPA PADDING
   ============================================ */
.sc-img-container-d {
  position: relative;
  /* aspect-ratio: 1 / 1; */
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  overflow: hidden;
  display: block;
  width: 100%;
}

.sc-img-fit-d {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  display: block;
}

.sc-card-opt8d:hover .sc-img-fit-d {
  transform: scale(1.08);
}

/* ============================================
   BODY
   ============================================ */
.sc-body-d {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sc-title-d {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  /* line-height: 1.4; */
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* min-height: 39px; */
}

/* ============================================
   RATING DI BAWAH JUDUL
   ============================================ */
.sc-rating-d {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f97316;
  font-size: 11px;
  margin-bottom: 12px;
}

.sc-rating-d i {
  font-size: 11px;
}

.sc-rating-d span {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
}

/* ============================================
   FOOTER — HARGA + / HARI SEBELAH
   ============================================ */
.sc-footer-d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px dashed rgba(30, 58, 138, 0.15);
}

.sc-price-d {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: nowrap;
  min-width: 0;
}

.sc-price-num {
  color: #1e3a8a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.sc-price-per {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

/* ============================================
   TOMBOL WA
   ============================================ */
.btn-sc-opt8d {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(234, 88, 12, 0.35);
  transition: all 0.4s ease;
}

.btn-sc-opt8d:hover {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  transform: rotate(-15deg) scale(1.12);
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.7);
  color: #ffffff !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .sc-title-d {
    font-size: 13.5px;
  }

  .sc-price-num {
    font-size: 14px;
  }

  .sc-price-per {
    font-size: 10.5px;
  }

  .sc-rating-d,
  .sc-rating-d i {
    font-size: 10.5px;
  }
}

@media (max-width: 575px) {
  .sc-img-container-d {
    /* aspect-ratio: 4 / 3; */
  }

  .sc-title-d {
    min-height: auto;
  }
}

/* ===== MOBILE: "/ Hari" turun ke bawah harga ===== */
@media (max-width: 575px) {
  .sc-price-d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
  }
  .sc-price-num {
    font-size: 13px;
    font-weight: 800;
  }
  .sc-price-per {
    font-size: 10px;
    color: #94a3b8;
    margin-top: 2px;
  }
}

/* ========================= */
/* Card Rental */
/* ========================= */

/* ===============================================
card keunggulan
=============================================== */
.kgv-4 {
  background: #f8fafc;
}

.kgv-4-head {
  text-align: center;
  margin-bottom: 46px;
}

.kgv-4-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.kgv-4-desc {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

.kgv-4-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.06);
  transition: all 0.4s;
  overflow: hidden;
}

.kgv-4-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(30, 58, 138, 0.18);
}

.kgv-4-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.kgv-4-iconwrap {
  width: 70px;
  height: 70px;
  background: #eff6ff;
  border-radius: 14px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.kgv-4-card:hover .kgv-4-iconwrap {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
}

.kgv-4-card:hover .kgv-4-iconwrap img {
  /* filter: brightness(0) invert(1); */
}

.kgv-4-iconwrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kgv-4-tag {
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.35);
}

.kgv-4-ctitle {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.kgv-4-cdesc {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.65;
  padding-bottom: 22px;
}

.kgv-4-arrow {
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.4s;
}

.kgv-4-card:hover .kgv-4-arrow {
  background: #f97316;
  color: #fff;
  transform: rotate(-45deg);
}

/* OPSI 7: WAVY ROAD & ROUTE LINE */
.kgv-4 {
  position: relative;
  background: #f8fafc;
  overflow: hidden;
}

/* Garis Gelombang Rute Jalan */
.kgv-4::before {
  content: "";
  position: absolute;
  top: 15%;
  left: -5%;
  width: 110%;
  height: 70%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400' fill='none'%3E%3Cpath d='M0,100 C300,300 600,-100 900,200 C1050,350 1150,150 1200,200' stroke='%230284c7' stroke-width='2' stroke-dasharray='8 8' opacity='0.15'/%3E%3Cpath d='M0,140 C300,340 600,-60 900,240 C1050,390 1150,190 1200,240' stroke='%2338bdf8' stroke-width='1.5' opacity='0.12'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.kgv-4 .container {
  position: relative;
  z-index: 2;
}

/* ====== TAMPILAN DEFAULT ====== */
.kgv-4-mobile {
  display: none;
}

.kgv-4-desktop {
  display: flex;
}

/* ====== MOBILE ONLY: Slider aktif ====== */
@media (max-width: 767px) {
  .kgv-4-desktop {
    display: none !important;
  }

  .kgv-4-mobile {
    display: block !important;
  }
}

/* ====== SWIPER MOBILE ====== */
.kgv-4-mobile {
  padding-bottom: 40px;
  overflow: hidden;
}

.kgv-4-mobile .swiper-slide {
  height: auto;
  padding: 4px;
}

.kgv-4-mobile .kgv-4-card {
  height: 100%;
}

/* Pagination dots */
.kgv-4-pagination {
  text-align: center;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.kgv-4-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 4px !important;
  transition: all 0.3s;
}

.kgv-4-pagination .swiper-pagination-bullet-active {
  background: #f97316;
  width: 24px;
  border-radius: 4px;
}
/* ===============================================
card keunggulan
=============================================== */

/* ==========================================
Section promo besar
========================================== */

/* ==========================================
       Section promo
========================================== */

/* ==========================================
Card Artikel
========================================== */
.aq-15b {
  background: #f7f7f7;
}
.aq-15b-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 6px 25px rgba(15, 23, 42, 0.08);
  transition: all 0.4s;
  height: 100%;
}
.aq-15b-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(30, 58, 138, 0.25);
}

.aq-15b-imgwrap {
  position: relative;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.aq-15b-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.aq-15b-card:hover .aq-15b-imgwrap img {
  transform: scale(1.1);
}

.aq-15b-body {
  padding: 20px 6px 6px;
}

.aq-15b-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid #bfdbfe;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.aq-15b-date i {
  color: #dc2626;
  font-size: 11px;
}
.aq-15b-card:hover .aq-15b-date {
  background: #1e3a8a;
  color: #fff;
  border-color: #1e3a8a;
}
.aq-15b-card:hover .aq-15b-date i {
  color: white;
}

.aq-15b-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
  transition: color 0.3s;
}
.aq-15b-card:hover .aq-15b-title {
  color: #1e3a8a;
}

.aq-15b-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #888;
  padding-top: 12px;
  border-top: 1px solid #f1f1f1;
  gap: 10px;
}
.aq-15b-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.aq-15b-cat {
  color: #1e3a8a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aq-15b-views {
  color: #888;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.aq-15b-views i {
  color: #dc2626;
}

.aq-15b-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1e3a8a, #dc2626);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s;
  flex-shrink: 0;
}
.aq-15b-circle:hover,
.aq-15b-card:hover .aq-15b-circle {
  transform: rotate(-45deg) scale(1.1);
}
/* ==========================================
Card Artikel
========================================== */

/* ==========================================
Card Kontak
========================================== */
.lk-opt-25 {
  background: #fff7ed;
}

.lk-25-media {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  height: 100%;
}

.lk-25-img,
.lk-25-map {
  border-radius: 18px;
  overflow: hidden;
  min-height: 230px;
  box-shadow: 0 15px 40px rgba(249, 115, 22, .15);
}

.lk-25-img img,
.lk-25-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.lk-25-img img {
  transition: .6s;
}

.lk-25-img:hover img {
  transform: scale(1.05);
}

.lk-25-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 20px;
}

.lk-25-badge {
  display: inline-block;
  color: #ea580c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.lk-25-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0c4a6e;
  margin: 0 0 12px;
  line-height: 1.2;
}

.lk-25-sub {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 26px;
}

.lk-25-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  flex: 1;
}

.lk-25-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  text-decoration: none;
  transition: .4s;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 2px solid transparent;
  box-shadow: 0 8px 24px rgba(249, 115, 22, .08);
  position: relative;
  overflow: hidden;
}

.lk-25-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #f97316);
  transform: scaleX(0);
  transform-origin: left;
  transition: .4s;
}

.lk-25-card:hover::before {
  transform: scaleX(1);
}

.lk-25-card:hover {
  border-color: #fed7aa;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(249, 115, 22, .18);
}

.lk-25-full {
  grid-column: 1 / -1;
}

.lk-25-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 6px;
  transition: .3s;
  box-shadow: 0 8px 20px rgba(56, 189, 248, .25);
}

.lk-25-card:hover .lk-25-icon {
  scale(1.08);
}

.lk-25-wa .lk-25-icon {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 8px 20px rgba(249, 115, 22, .25);
}

.lk-25-card>span {
  display: block;
  color: #0ea5e9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lk-25-wa>span {
  color: #f97316;
}

.lk-25-card>strong {
  color: #0c4a6e;
  font-size: 14px;
  font-weight: 700;
  word-break: break-word;
  line-height: 1.4;
}

.lk-25-sos {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.lk-25-sos a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f0f9ff;
  color: #0ea5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: .3s;
  border: 1px solid #e0f2fe;
}

.lk-25-sos a:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
  transform: translateY(-3px) rotate(360deg);
}

@media(max-width:991px) {
  .lk-25-media {
      grid-template-rows: auto auto;
      margin-bottom: 20px;
  }

  .lk-25-info {
      padding: 0;
  }
}

@media(max-width:575px) {
  .lk-25-grid {
      grid-template-columns: 1fr;
  }
}
/* ==========================================
Card Kontak
========================================== */

/* ===============================================
Card Produk
=============================================== */
.pc-9 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pc-9:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.18);
}

.pc-9-top {
  background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  padding: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pc-9-imgwrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f1f5f9;
}

.pc-9-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pc-9:hover .pc-9-img {
  transform: scale(1.07);
}

.pc-9-body {
  padding: 14px 14px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pc-9-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 8px;
  /* padding-right: 40px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(14px * 1.35 * 2);
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.pc-9-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0;
  padding-right: 36px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(11.5px * 1.55 * 2);
}

.pc-9-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.pc-9-btn:hover {
  background: #dc2626;
  color: #fff;
  transform: rotate(-45deg) scale(1.1);
}
/* ===============================================
Card Produk
=============================================== */

/* ===============================================
Cara Order
=============================================== */
/* Modern Vertical Timeline - Blue Theme (Compact Version) */
.order-wysiwyg-vertical-blue ul {
  list-style: none !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 800px;
  counter-reset: step-counter;
  position: relative;
}

/* Vertical Line Connector */
.order-wysiwyg-vertical-blue ul::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 2px;
  background: #dbeafe;
  z-index: 1;
}

.order-wysiwyg-vertical-blue ul > li {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0px 10px 50px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  position: relative;
  counter-increment: step-counter;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  line-height: 1;
  color: #475569;
  z-index: 2;
}

.order-wysiwyg-vertical-blue ul > li::before {
  content: counter(step-counter);
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #2563eb;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 50%;
  border: 2px solid #2563eb;
  box-shadow: 0 0 0 3px #ffffff;
  transition: all 0.25s ease;
}

/* Hover Effect */
.order-wysiwyg-vertical-blue ul > li:hover {
  transform: translateX(6px);
  border-color: #2563eb;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
}

.order-wysiwyg-vertical-blue ul > li:hover::before {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
}

.order-wysiwyg-vertical-blue ul > li strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .order-wysiwyg-vertical-blue ul::before {
    left: 17px;
  }
  .order-wysiwyg-vertical-blue ul > li {
    padding-left: 3rem;
  }
  .order-wysiwyg-vertical-blue ul > li::before {
    left: 4px;
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }
}
/* ===============================================
Cara Order
=============================================== */

/* ===============================================
Sosmed
=============================================== */
.sosmed-btn-float {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sosmed-btn-float::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #f5d77f, #dfb15b);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.sosmed-btn-float:hover {
  color: #f5d77f !important;
  transform: translateY(-4px) scale(1.15);
  text-shadow: 0 0 10px rgba(245, 215, 127, 0.5);
}

.sosmed-btn-float:hover::after {
  width: 100%;
}
/* ===============================================
Sosial Media
=============================================== */

/* ===============================================
Produk Detail
=============================================== */
.dpx-5 {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

/* ================================
GALLERY
================================ */
.dpx-5-gallery {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  position: sticky;
  top: 100px;
}

.dpx-5-main {
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
}

.dpx-5-main .swiper-slide a {
  display: block;
}

/* GAMBAR TIDAK TERLALU BESAR */
.dpx-5-main .swiper-slide img {
  width: 100%;
  /* height: 320px;              */
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}

.dpx-5-main .swiper-slide a:hover img {
  transform: scale(1.03);
}

/* Thumbnail */
.dpx-5-thumbs {
  padding: 2px;
}

.dpx-5-thumb {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.3s;
}

.dpx-5-thumb img {
  width: 100%;
  /* height: 90px;  */
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}

.dpx-5-thumbs .swiper-slide-thumb-active .dpx-5-thumb {
  border-color: #dc2626;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

/* ================================
INFO
================================ */
.dpx-5-info {
  padding-left: 10px;
}

.dpx-5-badge {
  display: inline-block;
  background: #dc2626;
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.dpx-5-title {
  font-size: 1.7rem;
  /* dari 2rem → 1.7rem */
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

.dpx-5-desc-singkat {
  color: #fca5a5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #dc2626;
}

.dpx-5-desc {
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.dpx-5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dpx-5-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.dpx-5-btn-wa {
  background: #dc2626;
  color: #fff;
}

.dpx-5-btn-wa:hover {
  background: #fff;
  color: #dc2626;
  transform: translateY(-3px);
}

.dpx-5-btn-back {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.dpx-5-btn-back:hover {
  background: #fff;
  color: #1e3a8a;
  border-color: #fff;
}

/* ================================
RESPONSIVE
================================ */
@media (max-width: 991px) {
  .dpx-5-gallery {
    position: static;
  }

  .dpx-5-info {
    padding-left: 0;
    padding-top: 20px;
  }

  .dpx-5-main .swiper-slide img {
    height: 240px;
  }

  .dpx-5-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  .dpx-5-main .swiper-slide img {
    height: 200px;
  }

  .dpx-5-thumb img {
    height: 50px;
  }

  .dpx-5-title {
    font-size: 1.25rem;
  }

  .dpx-5-desc {
    font-size: 13.5px;
  }

  .dpx-5-btn {
    padding: 10px 18px;
    font-size: 12.5px;
  }
}
/* ===============================================
    Produk Detail
    =============================================== */

/* ===============================================
    Artikel Detail
    =============================================== */
    .adx-3c {
      background: #f1f5f9;
  }

  .adx-3c-card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  }

  .adx-3c-hero {
      height: 380px;
      overflow: hidden;
  }

  .adx-3c-hero img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .6s;
  }

  .adx-3c-card:hover .adx-3c-hero img {
      transform: scale(1.04);
  }

  .adx-3c-body {
      padding: 35px 40px;
  }

  .adx-3c-tag {
      display: inline-block;
      color: #f97316;
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 12px;
  }

  .adx-3c-title {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.25;
      color: var(--second-color);
      margin: 0 0 14px;
  }

  .adx-3c-meta {
      display: flex;
      /* gap: 18px; */
      flex-wrap: wrap;
      font-size: .82rem;
      color: #64748b;
      padding-bottom: 20px;
      border-bottom: 1px solid #e2e8f0;
      margin-bottom: 24px;
  }

  .adx-3c-meta i {
      color: #f97316;
      margin-right: 5px;
  }

  .adx-3c-content {
      font-size: 14px;
      line-height: 1.85;
      color: #334155;
      margin-bottom: 30px;
  }

  .adx-3c-share {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 14px;
      padding-top: 20px;
      border-top: 1px solid #e2e8f0;
  }

  .adx-3c-share>span {
      font-weight: 800;
      color: #0f172a;
      font-size: .85rem;
  }

  .adx-3c-sharebtns {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
  }

  .adx-3c-sbtn {
      padding: 8px 14px;
      border-radius: 8px;
      font-size: .82rem;
      font-weight: 600;
      text-decoration: none;
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: .3s;
  }

  .adx-3c-sbtn.fb {
      background: #1877f2;
  }

  .adx-3c-sbtn.tw {
      background: #1da1f2;
  }

  .adx-3c-sbtn.wa {
      background: #25d366;
  }

  .adx-3c-sbtn:hover {
      transform: translateY(-2px);
      color: #fff;
      box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
  }

  .adx-3c-side {
      background: #fff;
      border-radius: 16px;
      padding: 22px;
      box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
      position: sticky;
      top: 100px;
  }

  .adx-3c-sideh {
      font-size: .85rem;
      font-weight: 800;
      color: #0f172a;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 16px;
      padding-bottom: 12px;
      border-bottom: 2px solid #1e3a8a;
  }

  .adx-3c-item {
      display: flex;
      gap: 12px;
      padding: 12px 0;
      text-decoration: none;
      border-bottom: 1px solid #f1f5f9;
      transition: .3s;
  }

  .adx-3c-item:last-child {
      border-bottom: 0;
  }

  .adx-3c-item:hover {
      background: #f8fafc;
      padding-left: 6px;
      border-radius: 6px;
  }

  .adx-3c-itemimg {
      width: 65px;
      height: 65px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
  }

  .adx-3c-itemimg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .adx-3c-itemdate {
      font-size: 10px;
      color: #f97316;
      font-weight: 700;
      text-transform: uppercase;
  }

  .adx-3c-itemtitle {
      font-size: 12px;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.35;
      margin: 4px 0 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  @media(max-width:991px) {
      .adx-3c-hero {
          height: 260px;
      }

      .adx-3c-body {
          padding: 24px;
      }

      .adx-3c-side {
          position: static;
      }
  }
/* ===============================================
    Artikel Detail
    =============================================== */

/* ===============================================
    Paket Detail
    =============================================== */
.dp-1 {
  background: #fff;
}

.dp-1-imgwrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.1);
  margin-bottom: 26px;
}

.dp-1-imgwrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s;
}

.dp-1-imgwrap:hover img {
  transform: scale(1.03);
}

.dp-1-title {
  font-size: 2rem;
  font-weight: 800;
  /* color: #0f172a; */
  margin-bottom: 16px;
  line-height: 1.2;
}

.dp-1-desc {
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

.dp-1-side {
  background: #f8fafc;
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 100px;
  border: 1px solid #e2e8f0;
}

.dp-1-sideh {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 14px;
  border-bottom: 2px solid #1e3a8a;
  margin-bottom: 18px;
}

.dp-1-sideitem {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 8px;
}

.dp-1-sideitem:hover {
  background: #fff;
  transform: translateX(4px);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.1);
}

.dp-1-sideitem img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.dp-1-sideitem h6 {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dp-1-sideitem:hover h6 {
  color: #1e3a8a;
}

.dp-1-sideitem span {
  font-size: 11px;
  color: #dc2626;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* ===============================================
    Paket Detail
    =============================================== */

/* ===============================================
    Produk Detail
    =============================================== */

.dpn-wrap {
  background: #f8fafc;
}
.dpn-heading {
  font-weight: 800;
  color: #0f172a;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.dpn-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1e3a8a, #dc2626);
  border-radius: 2px;
}

/* ============================================
           SLIDER
           ============================================ */
.dpn-swiper {
  padding: 8px 4px 30px;
}
.dpn-swiper .swiper-slide {
  height: auto;
}

/* ============================================
           CARD BARU (pc-9)
           ============================================ */
.dpn-swiper .pc-9 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dpn-swiper .pc-9:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.18);
}
.dpn-swiper .pc-9-top {
  background: linear-gradient(90deg, #1e3a8a 0%, #1e40af 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  padding: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dpn-swiper .pc-9-imgwrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1f5f9;
}
.dpn-swiper .pc-9-imgwrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.dpn-swiper .pc-9-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.dpn-swiper .pc-9:hover .pc-9-img {
  transform: scale(1.07);
}

.dpn-swiper .pc-9-body {
  padding: 14px 14px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.dpn-swiper .pc-9-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 8px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(14px * 1.35 * 2);
}
.dpn-swiper .pc-9-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0;
  padding-right: 44px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(11.5px * 1.55 * 2);
}
.dpn-swiper .pc-9-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.35s ease;
}
.dpn-swiper .pc-9-btn:hover {
  background: #dc2626;
  color: #fff;
  transform: rotate(-45deg) scale(1.1);
}

/* ============================================
           NAVIGASI PANAH
           ============================================ */
.dpn-nav-prev,
.dpn-nav-next {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  border: 1px solid #e2e8f0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.25s ease;
}
.dpn-nav-prev::after,
.dpn-nav-next::after {
  font-size: 14px;
  font-weight: 800;
  color: #1e3a8a;
}
.dpn-nav-prev:hover,
.dpn-nav-next:hover {
  background-color: #1e3a8a;
  border-color: #1e3a8a;
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.3);
}
.dpn-nav-prev:hover::after,
.dpn-nav-next:hover::after {
  color: #fff;
}
.dpn-nav-prev {
  left: -14px;
}
.dpn-nav-next {
  right: -14px;
}

@media (max-width: 575.98px) {
  .dpn-nav-prev {
    left: -6px;
  }
  .dpn-nav-next {
    right: -6px;
  }
  .dpn-nav-prev,
  .dpn-nav-next {
    width: 36px;
    height: 36px;
  }
  .dpn-nav-prev::after,
  .dpn-nav-next::after {
    font-size: 12px;
  }
}
/* ===============================================
    Produk Detail
    =============================================== */

/* ===============================================
    Paket Kategori
    =============================================== */
.arla-15 {
  background: #f8fafc;
}

/* Card Main Container */
.arla-15-card {
  position: relative;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.4s ease;
  cursor: pointer;
}

.arla-15-card:hover {
  box-shadow: 0 20px 45px rgba(220, 38, 38, 0.2);
}

.arla-15-card picture {
  position: absolute;
  inset: 0;
}

.arla-15-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.arla-15-card:hover img {
  transform: scale(1.12);
}

/* Badge Nomor (Ganti Warna: Merah ke Biru) */
.arla-15-num {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  z-index: 3;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition:
    background 0.4s,
    transform 0.3s ease;
}

.arla-15-card:hover .arla-15-num {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #ffffff;
  transform: scale(1.05);
}

/* Overlay (Ganti Warna: Dark Blue Gradient ke Crimson Red Accent) */
.arla-15-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(15, 23, 42, 0.88) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  transition: background 0.4s ease;
}

.arla-15-card:hover .arla-15-overlay {
  background: linear-gradient(
    180deg,
    rgba(30, 58, 138, 0.3) 40%,
    rgba(153, 27, 27, 0.9) 100%
  );
}

.arla-15-cat {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.arla-15-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.35;
}

/* Line Animasi (Ganti Warna: Merah ke Biru Terang) */
.arla-15-line {
  display: block;
  width: 30px;
  height: 3px;
  background: #ef4444;
  border-radius: 2px;
  transition:
    width 0.4s ease,
    background 0.4s ease;
}

.arla-15-card:hover .arla-15-line {
  width: 70px;
  background: #60a5fa;
}

/* Empty State Animation (Theme Blue-Red) */
.arla-empty-8 {
  text-align: center;
  padding: 60px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  max-width: 560px;
  margin: 0 auto;
}

.arla-empty-8-bars {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 22px;
}

.arla-empty-8-bars span {
  display: block;
  width: 8px;
  height: 30px;
  background: linear-gradient(180deg, #dc2626, #2563eb);
  border-radius: 4px;
  animation: arlaBounce 1s ease-in-out infinite;
}

.arla-empty-8-bars span:nth-child(1) {
  animation-delay: 0s;
}

.arla-empty-8-bars span:nth-child(2) {
  animation-delay: 0.15s;
}

.arla-empty-8-bars span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arlaBounce {
  0%,
  100% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.arla-empty-8 h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.arla-empty-8 p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
/* ===============================================
    Paket Kategori
    =============================================== */

/* ===============================================
    Produk Kategori
    =============================================== */
.empty-produk {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px 50px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(30, 58, 138, 0.08);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}
.empty-produk:hover {
  box-shadow: 0 25px 60px rgba(30, 58, 138, 0.12);
  transform: translateY(-4px);
}

/* Ornamen dekoratif di sudut */
.empty-orn {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.6s ease;
}
.empty-orn-1 {
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(30, 58, 138, 0.08) 0%,
    transparent 70%
  );
}
.empty-orn-2 {
  bottom: -80px;
  left: -80px;
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.08) 0%,
    transparent 70%
  );
}
.empty-produk:hover .empty-orn-1 {
  transform: scale(1.3);
  background: radial-gradient(
    circle,
    rgba(30, 58, 138, 0.14) 0%,
    transparent 70%
  );
}
.empty-produk:hover .empty-orn-2 {
  transform: scale(1.3);
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.14) 0%,
    transparent 70%
  );
}

/* Icon besar dengan ring */
.empty-icon {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  box-shadow: 0 15px 35px rgba(30, 58, 138, 0.3);
  transition: all 0.4s ease;
}
.empty-produk:hover .empty-icon {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 18px 40px rgba(220, 38, 38, 0.35);
}

/* Ring pulse */
.empty-icon-ring {
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(30, 58, 138, 0.3);
  border-radius: 50%;
  animation: emptyPulse 2s ease-in-out infinite;
}
.empty-produk:hover .empty-icon-ring {
  border-color: rgba(220, 38, 38, 0.4);
}
@keyframes emptyPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.15);
    opacity: 0;
  }
}

/* Judul */
.empty-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

/* Deskripsi */
.empty-desc {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 28px;
}

/* Aksi tombol */
.empty-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.empty-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.empty-btn-primary {
  background: #1e3a8a;
  color: #fff;
}
.empty-btn-primary:hover {
  background: #dc2626;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(220, 38, 38, 0.35);
  color: #fff;
}
.empty-btn-secondary {
  background: #fff;
  color: #1e3a8a;
  border-color: #1e3a8a;
}
.empty-btn-secondary:hover {
  background: #1e3a8a;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(30, 58, 138, 0.25);
}

/* Responsive */
@media (max-width: 575px) {
  .empty-produk {
    padding: 40px 22px 34px;
  }
  .empty-icon {
    width: 74px;
    height: 74px;
    font-size: 28px;
  }
  .empty-title {
    font-size: 1.2rem;
  }
  .empty-desc {
    font-size: 13.5px;
  }
  .empty-btn {
    padding: 10px 18px;
    font-size: 12.5px;
  }
}
/* ===============================================
    Produk Kategori
    =============================================== */

/* ============================================
FAQ
============================================ */
.fx-5 {
  background: #f8fafc;
}

.fx-5-photos {
  position: relative;
  height: 500px;
}

.fx-5-photo {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(30, 58, 138, 0.2);
}

.fx-5-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fx-5-photo1 {
  top: 0;
  left: 0;
  width: 65%;
  height: 65%;
  z-index: 1;
  animation: fx5Float1 5s ease-in-out infinite;
}

.fx-5-photo2 {
  bottom: 0;
  right: 0;
  width: 65%;
  height: 65%;
  z-index: 2;
  border: 5px solid #f8fafc;
  animation: fx5Float2 5s ease-in-out infinite;
}

@keyframes fx5Float1 {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes fx5Float2 {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

.fx-5-tag {
  display: inline-block;
  color: #f97316;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.fx-5-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.2;
}

.fx-5-desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.fx-5-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fx-5-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.fx-5-item:has(.show) {
  box-shadow: 0 10px 25px rgba(30, 58, 138, 0.1);
}

.fx-5-q {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s;
}

.fx-5-q:focus {
  outline: none;
}

.fx-5-q:hover {
  background: rgba(30, 58, 138, 0.03);
}

.fx-5-num {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(30, 58, 138, 0.2);
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: -1px;
  transition: color 0.3s;
}

.fx-5-item:has(.show) .fx-5-num {
  color: #f97316;
}

.fx-5-qt {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
}

.fx-5-ar {
  width: 26px;
  height: 26px;
  background: #f1f5f9;
  color: #1e3a8a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.fx-5-q:not(.collapsed) .fx-5-ar {
  background: #f97316;
  color: #fff;
  transform: rotate(180deg);
}

.fx-5-a {
  padding: 0 16px 14px 44px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.fx-5-r1 {
  position: absolute;
  top: 20px;
  right: -15px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(30, 58, 138, 0.18);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 3px;
  animation: fx5R1 3s ease-in-out infinite;
}

.fx-5-r1 i {
  color: #fbbf24;
  font-size: 12px;
}

.fx-5-r1 small {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #0f172a;
}

@keyframes fx5R1 {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 991px) {
  .fx-5-photos {
    height: 360px;
    margin-bottom: 10px;
  }

  .fx-5-title {
    font-size: 1.4rem;
  }

  .fx-5-r1 {
    right: 0;
    top: 10px;
    padding: 8px 10px;
  }
}

@media (max-width: 575px) {
  .fx-5-photos {
    height: 280px;
  }

  .fx-5-photo1,
  .fx-5-photo2 {
    width: 70%;
    height: 70%;
  }

  .fx-5-a {
    padding-left: 16px;
  }

  .fx-5-r1 i {
    font-size: 10px;
  }

  .fx-5-r1 small {
    font-size: 9px;
  }
}
.section-faq {
  position: relative;
  overflow: hidden;
  /* 🔥 GRADASI PUTIH: atas tetap warna asli, bawah makin putih */
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.4) 30%,
    rgba(255, 255, 255, 0.85) 65%,
    #ffffff 100%
  );
}

/* Diagonal Cross Stripes */
.section-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(16, 185, 129, 0.03) 0,
      rgba(16, 185, 129, 0.03) 1px,
      transparent 0,
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(16, 185, 129, 0.03) 0,
      rgba(16, 185, 129, 0.03) 1px,
      transparent 0,
      transparent 20px
    );
  pointer-events: none;
  z-index: 0;
  /* Fade stripes juga ke bawah biar makin putih */
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0%,
    #000 40%,
    transparent 90%
  );
  mask-image: linear-gradient(180deg, #000 0%, #000 40%, transparent 90%);
}

/* Mint Emerald Glow (Kiri Bawah) */
.fx5-orn2-blob1 {
  position: absolute;
  bottom: -10%;
  left: -8%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.3) 0%,
    rgba(5, 150, 105, 0.05) 60%,
    transparent 70%
  );
  filter: blur(65px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55; /* redupkan karena bawah makin putih */
  animation: fx5EmeraldPulse 7s ease-in-out infinite alternate;
}

/* Vibrant Teal Light (Kanan Atas) */
.fx5-orn2-blob2 {
  position: absolute;
  top: -12%;
  right: -5%;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(45, 212, 191, 0.25) 0%,
    rgba(20, 184, 166, 0.05) 60%,
    transparent 70%
  );
  filter: blur(60px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: fx5EmeraldPulse 9s ease-in-out infinite alternate-reverse;
}

/* Floating Ring Line Accent */
.section-faq::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 3%;
  width: 140px;
  height: 140px;
  border: 1px dashed rgba(45, 212, 191, 0.35);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: fx5Spin 20s linear infinite;
}

.section-faq .container {
  position: relative;
  z-index: 1;
}

@keyframes fx5EmeraldPulse {
  0% {
    transform: scale(0.95) translateY(0);
  }
  100% {
    transform: scale(1.1) translateY(-15px);
  }
}

@keyframes fx5Spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ============================================
FAQ
============================================ */

/* ============================================
Testimoni
============================================ */
.ts-5 {
  background: #fff;
}
.ts-5-left {
  padding-right: 20px;
}
.ts-5-quote {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.35);
}
.ts-5-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.ts-5-desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.ts-5-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.ts-5-rating b {
  color: #1e3a8a;
  font-size: 18px;
  font-weight: 900;
}
.ts-5-stars {
  color: #f97316;
  display: inline-flex;
  gap: 2px;
  font-size: 13px;
}
.ts-5-label {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}
.ts-5-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid #0f172a;
  transition: all 0.3s;
}
.ts-5-link i {
  transition: transform 0.3s;
}
.ts-5-link:hover {
  color: #f97316;
  border-color: #f97316;
}
.ts-5-link:hover i {
  transform: rotate(45deg);
}

.ts-5-swiper {
  padding: 10px 4px 20px;
}
.ts-5-swiper .swiper-slide {
  height: auto;
}
.ts-5-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 24px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
  border: 1px solid #e2e8f0;
}
.ts-5-card:hover {
  background: #fff;
  border-color: #1e3a8a;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(30, 58, 138, 0.15);
}
.ts-5-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ts-5-stars2 {
  color: #f97316;
  display: inline-flex;
  gap: 2px;
  font-size: 12px;
}
.ts-5-badge {
  background: #1e3a8a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
}
.ts-5-cdesc {
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ts-5-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed #e2e8f0;
}
.ts-5-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f5f9;
  flex-shrink: 0;
}
.ts-5-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ts-5-user b {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2px;
}
.ts-5-user small {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
}

.ts-5-progress {
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 12px;
}
.ts-5-progress-bar {
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6, #f97316);
  border-radius: 2px;
  transition: width 0.5s ease;
}

@media (max-width: 991px) {
  .ts-5-title {
    font-size: 1.4rem;
  }
  .ts-5-left {
  }
}
/* ============================================
Testimoni
============================================ */

/* ============================================
Testimoni
============================================ */

.ft-32 {
  background: linear-gradient(135deg, #090e1a 0%, #0f1a30 60%, #0b1428 100%);
  color: #94a3b8;
  padding: 55px 0 20px;
  position: relative;
  overflow: hidden;
}

/* ===== ORNAMEN BACKGROUND ===== */
.ft-32::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.14) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.ft-32::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Ornamen garis gradien atas */
.ft-32-topbar {
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    #38bdf8,
    #818cf8,
    #38bdf8,
    transparent
  );
  position: absolute;
  top: 0;
  left: 0;
}

/* Ornamen pola titik */
.ft-32-dots {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(
    rgba(56, 189, 248, 0.28) 1.4px,
    transparent 1.4px
  );
  background-size: 14px 14px;
  opacity: 0.5;
  pointer-events: none;
}

/* ===== KONTEN ===== */
.ft-32 .container {
  position: relative;
  z-index: 2;
}

/* Kolom kiri - Logo besar */
.ft-32-logo-wrap {
  text-align: left;
}

.ft-32-logo-wrap img {
  max-height: 195px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(56, 189, 248, 0.25));
}

.ft-32-namaweb {
  color: #f8fafc;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Sosmed di bawah logo */
.ft-32-sos {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ft-32-sosbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ft-32-sosbtn:hover {
  background: #38bdf8;
  color: #090e1a;
  border-color: #38bdf8;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.55);
}

/* Judul kolom */
.ft-32-h {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ft-32-h-dot {
  width: 6px;
  height: 6px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 8px #38bdf8;
  flex-shrink: 0;
}

/* Deskripsi */
.ft-32-desc {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* Kontak */
.ft-32-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-32-crow {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: flex-start;
  color: #94a3b8;
}

.ft-32-crow i {
  color: #38bdf8;
  margin-top: 2px;
  width: 18px;
  font-size: 14px;
  flex-shrink: 0;
}

.ft-32-crow a,
.ft-32-crow span {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
  word-break: break-word;
  line-height: 1.6;
}

.ft-32-crow a:hover {
  color: #38bdf8;
}

/* Copyright */
.ft-32-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 35px;
  padding-top: 18px;
  text-align: center;
  color: #64748b;
  font-size: 12px;
}

.ft-32-copy span,
.ft-32-copy a {
  color: #38bdf8;
  font-weight: 600;
  text-decoration: none;
}

.ft-32-copy a:hover {
  text-decoration: underline;
}

.ft-32-copy .fa-heart {
  color: #ef4444;
  margin: 0 2px;
}

/* Responsive */
@media (max-width: 991px) {
  .ft-32-logo-wrap {
    text-align: left;
    margin-bottom: 20px;
  }

  .ft-32-sos {
    justify-content: flex-start;
  }

  .ft-32-h {
    justify-content: flex-start;
  }

  .ft-32-desc {
    text-align: left;
  }

  .ft-32-crow {
    justify-content: flex-start;
    text-align: left;
  }

  .ft-32-dots {
    display: none;
  }
  .ft-32-logo-wrap img {
    max-height: 95px;
  }
}
/* ===== ORNAMEN BACKGROUND (OPSI 3: GEOMETRIC RINGS) ===== */
.ft-32::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 40px rgba(56, 189, 248, 0.03),
    0 0 0 80px rgba(56, 189, 248, 0.01);
  pointer-events: none;
}
.ft-32::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -50px;
  width: 350px;
  height: 350px;
  border: 1px dashed rgba(129, 140, 248, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

/* Ornamen garis gradien atas */
.ft-32-topbar {
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #38bdf8 20%,
    #818cf8 50%,
    #38bdf8 80%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

/* Ornamen pola titik */
.ft-32-dots {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 140px;
  height: 80px;
  background-image: radial-gradient(
    rgba(129, 140, 248, 0.35) 1.2px,
    transparent 1.2px
  );
  background-size: 12px 12px;
  opacity: 0.7;
  pointer-events: none;
}
/* ============================================
Testimoni
============================================ */


/* ============================================
Tour Package
============================================ */
.wc2{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:0 6px 20px rgba(13,110,253,.08);
    border:1px solid #eaf2ff;
    transition:transform .4s ease, box-shadow .4s ease;
    display:flex;
    flex-direction:column;
}

/* ---- GAMBAR FULL ---- */
.wc2 .thumb{
    width:100%;
    /*height:100%;*/
    overflow:hidden;
    position:relative;
    background:#eaf2ff;
}
.wc2 .thumb img{
    width:100%;
    height:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:transform .6s ease;
}
.wc2 .thumb::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent 55%,rgba(11,46,107,.35));
}

/* ---- BODY ---- */
.wc2 .body{
    padding:18px;
    flex:1;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.wc2 .tag{
    display:inline-block;
    background:#eaf2ff;
    color:#0a58ca;
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    padding:4px 12px;
    border-radius:50px;
    align-self:flex-start;
}

.wc2 .title{
    font-size:16px;
    font-weight:700;
    /*line-height:1.35;*/
    margin:0;
    color:#0b2e6b;
    /*min-height:44px;*/
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ---- CHIP META ---- */
.wc2 .meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}
.wc2 .chip{
    background:#eaf2ff;
    color:#0a58ca;
    font-size:9px;
    font-weight:700;
    padding:6px 12px;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    letter-spacing:.3px;
}
.wc2 .chip i{font-size:11px}

/* ---- HARGA ---- */
.wc2 .price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 14px;
    background:#f4f8ff;
    border-radius:14px;
    border:1px solid #eaf2ff;
}
.wc2 .price-row small{
    font-size:11px;
    color:#6c757d;
    font-weight:600;
    display:block;
    margin-bottom:2px;
}
.wc2 .price-row b{
    font-size:16px;
    font-weight:800;
    color:#0d6efd;
    letter-spacing:-.3px;
}

/* ---- TOMBOL ---- */
.wc2 .actions{
    display:flex;
    gap:8px;
    margin-top:auto;
}
.wc2 .btn-detail,
.wc2 .btn-book{
    flex:1;
    text-align:center;
    padding:11px 14px;
    border-radius:50px;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
    transition:transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    letter-spacing:.3px;
}
.wc2 .btn-detail{
    background:#eaf2ff;
    color:#0a58ca;
}
.wc2 .btn-detail:hover{
    background:#d5e5ff;
    color:#0b2e6b;
    transform:translateY(-2px);
}
.wc2 .btn-book{
    background:linear-gradient(135deg,#0d6efd 0%,#0b2e6b 100%);
    color:#fff;
    box-shadow:0 8px 18px rgba(13,110,253,.35);
}
.wc2 .btn-book:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(13,110,253,.55);
}

/* ---- HOVER ---- */
.wc2:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 48px rgba(13,110,253,.18), 0 8px 16px rgba(13,110,253,.08);
}
.wc2:hover .thumb img{
    transform:scale(1.08);
}
/* ============================================
Tour Package
============================================ */




/* navbar dropdown NAVBAR */
/* ============================================
NAVBAR LINK & DROPDOWN (pakai custom, bukan Bootstrap)
============================================ */
.navbar-nav .nav-link {
  font-weight: 600;
  transition: color 0.3s;
}

.nav-dd-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dd-link {
  color: #000 !important;
  text-decoration: none;
  padding-right: 0 !important;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.nav-dd-link:hover,
.nav-dd-link.active {
  color: #1e3a8a !important;
}

.nav-dd-link:focus {
  outline: none;
}

.nav-dd-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  transition:
    transform 0.3s,
    color 0.3s;
  padding: 0;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-dd-caret:hover {
  color: #1e3a8a;
}

.nav-dd-caret:focus {
  outline: none;
}

/* CARET ROTATE saat open */
.ndd.ndd-open .nav-dd-caret,
.ndd.ndd-open .nav-dd-caret[aria-expanded="true"] {
  transform: rotate(180deg);
  color: #1e3a8a;
}

/* DROPDOWN MENU — default tersembunyi */
.nav-dd-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.12);
  min-width: 220px;
  background: #fff;
}

/* MENU MUNCUL saat .ndd-open */
.ndd.ndd-open > .nav-dd-menu {
  display: block;
}

.nav-dd-menu .dropdown-item {
  display: block;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: all 0.25s;
}

.nav-dd-menu .dropdown-item:hover {
  background: #eff6ff;
  color: #1e3a8a;
  transform: translateX(4px);
}

/* ============================================
                DESKTOP: DROPDOWN POSITION ABSOLUTE
                ============================================ */
@media (min-width: 992px) {
  .ndd {
    position: relative;
  }

  .ndd > .nav-dd-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    z-index: 999;
  }

  /* Desktop: klik caret untuk toggle juga */
}

/* ============================================
                    MOBILE — DROPDOWN PASTI MUNCUL
                    ============================================ */
@media (max-width: 991.98px) {
  .offcanvas-body .ndd {
    position: relative;
    width: 100%;
  }

  .offcanvas-body .nav-dd-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 8px 0; */
    gap: 0;
  }

  .offcanvas-body .nav-dd-link {
    flex: 1;
    color: #fff !important;
    /* padding: 6px 0 !important; */
    order: 1;
    text-align: left;
  }

  .offcanvas-body .nav-dd-link.active {
    color: #38bdf8 !important;
  }

  /* CARET di KANAN — TANPA BLOCK WARNA */
  .offcanvas-body .nav-dd-caret {
    width: auto;
    height: auto;
    background: transparent !important;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-left: auto;
    order: 2;
    flex-shrink: 0;
    padding: 8px;
  }

  .offcanvas-body .nav-dd-caret:hover,
  .offcanvas-body .nav-dd-caret:focus {
    background: transparent !important;
    color: #38bdf8;
  }

  /* SAAT OPEN — PASTI MUNCUL */
  .offcanvas-body .ndd.ndd-open > .nav-dd-menu,
  .offcanvas-body .ndd.ndd-open .nav-dd-menu {
    display: block !important;
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 6px 0 0 !important;
    padding: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    transform: none !important;
    float: none;
  }

  .offcanvas-body .nav-dd-menu .dropdown-item {
    color: #e2e8f0;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 13.5px;
  }

  .offcanvas-body .nav-dd-menu .dropdown-item:hover {
    background: rgba(30, 58, 138, 0.35);
    color: #fff;
    transform: none;
  }

  .offcanvas-body .nav-link {
    color: #fff !important;
  }

  .offcanvas-body .nav-link.active {
    color: #38bdf8 !important;
  }
}

/* ============================================
                    DESKTOP: DROPDOWN MUNCUL SAAT HOVER
                    ============================================ */
@media (min-width: 992px) {
  /* Munculkan dropdown saat hover pada item */
  .ndd:hover > .nav-dd-menu {
    display: block !important;
  }

  /* Rotate caret saat hover */
  .ndd:hover .nav-dd-caret {
    transform: rotate(180deg);
    color: #1e3a8a;
  }

  /* Teks link aktif juga saat hover */
  .ndd:hover .nav-dd-link {
    color: #1e3a8a !important;
  }

  /* Area bridge: agar dropdown tidak hilang saat mouse pindah ke menu */
  .ndd > .nav-dd-menu {
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease;
  }

  /* Efek transisi halus */
  .ndd:hover > .nav-dd-menu {
    animation: nddFadeIn 0.25s ease;
  }

  @keyframes nddFadeIn {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Pastikan dropdown tetap muncul saat mouse di atas menu */
  .ndd > .nav-dd-menu:hover {
    display: block !important;
  }
}

/* Desktop: logo center presisi */
@media (min-width: 992px) {
  /* Container jadi grid 3 kolom: kiri (menu), tengah (logo), kanan (menu + CTA) */
  .center-nav .offcanvas-body {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
  }

  /* MENU KIRI - rata kanan, dekat ke logo */
  .center-nav .offcanvas-body > ul.navbar-nav:first-child {
    justify-content: flex-end;
    /* margin-right: 16px !important; */
  }

  /* LOGO CENTER */
  .center-nav .offcanvas-body .navbar-brand.d-none.d-lg-block {
    justify-self: center;
    margin: 0 !important;
    /* padding: 0 8px; */
  }

  /* MENU KANAN - rata kiri, dekat ke logo */
  .center-nav .offcanvas-body > ul.navbar-nav.ms-lg-auto {
    justify-content: flex-start;
    margin-left: 16px !important;
    margin-right: auto !important;
  }

  /* Nav link style */
  .center-nav .nav-link {
    font-weight: 600;
    padding: 6px 12px !important;
    transition: color 0.3s;
  }

  .center-nav .nav-link:hover,
  .center-nav .nav-link.active {
    color: var(--base-color);
  }
}

/* Mobile: layout normal */
@media (max-width: 991.98px) {
  .offcanvas-body .navbar-nav {
    width: 100%;
  }
}
/* navbar dropdown NAVBAR */
