:root {
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --base-color: #eeb604;
  --base-color-rgb: 254, 205, 6;
  --bs-secondary: #663300;
  --bs-secondary-rgb: 102, 51, 0;
  --bs-third: #fef3be;
  --bs-third-rgb: 254, 243, 190;
}
.skiptranslate {
  /*display: none !important;*/
}
.header-top-bar.bg-utama {
  background: var(--base-color) !important;
}
body {
  /*position: relative !important;*/
  /*top: 0px !important;*/
  font-size: 14px;
  line-height: 25px;
}

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

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

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

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-32 {
  font-size: 32px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.f-contrail {
  font-family: "Contrail One", sans-serif;
}

.lh-small {
  line-height: 1.5;
}

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

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

.text-ketiga {
  color: var(--bs-third);
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

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

.bg-kedua {
  background-color: var(--bs-secondary);
}

.bg-putih {
  background-color: white;
}

.bg-hitam {
  background-color: black;
}

.bg-abu {
  background-color: #f4f4f4;
}

.border-top-utama {
  border-top: 1.5px solid var(--bs-primary);
}

.border-utama {
  border: 1px solid var(--bs-primary);
}

.border-kedua {
  border: 1px solid var(--bs-secondary);
}

.border-putih {
  border: 1px solid white;
}

.border-left-utama {
  border-left: 5px solid var(--bs-primary);
}

.topbar-lang {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
}

.scroll-top {
  scroll-margin: 70px;
}

.scroll {
  display: block;
  height: 100px;
  overflow: auto;
  margin-bottom: 10px;
}

.simplescroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.simplescroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.simplescroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--base-color);
}
.simplescroll::-webkit-scrollbar-thumb:hover {
  background: var(--base-color);
}
.simplescroll::-webkit-scrollbar-thumb:active {
  background: var(--base-color);
}

.p-cta {
  padding: 70px 60px;
}

@media (max-width: 768px) {
  .p-cta {
    padding: 60px 40px;
  }
}

.cta-container {
  background: var(--dark-gray);
  color: white;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-container .bg-image {
  position: absolute;
  filter: grayscale(1);
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cta-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(57, 149, 214, 0.9) 0%,
    rgba(57, 149, 214, 0.9) 50%,
    rgba(57, 149, 214, 0.5) 100%
  );
}

.cta-container .content {
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-weight: 600;
}

.cta-container p {
  font-size: 0.9rem;
}

.title_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.title_seperator span {
  height: 3px;
  width: 80px;
  border-radius: 5px;
}
.title_seperator span:nth-child(2) {
  width: 15px;
}
.title_seperator span:nth-child(3) {
  width: 6px;
}

.tutup-review {
  position: absolute;
  width: 50%;
  height: 50px;
  left: 25%;
  bottom: 40px;
  background: var(--base-color);
  z-index: 3;
  justify-content: center;
  display: flex;
}

@media (max-width: 768px) {
  .tutup-review {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    background: var(--base-color);
    z-index: 3;
    justify-content: center;
    display: flex;
  }
}

.artikel h3 {
  font-size: 30px;
}

.fw-300 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.fw-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fw-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fw-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.fw-700 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* custom cursor */
.custom-cursor .circle-cursor-inner {
  background-color: var(--brown);
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
  background-color: var(--brown);
}

.custom-cursor .circle-cursor-outer {
  border: 1px solid var(--brown);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

h1 {
  line-height: 4.375rem;
}

h2 {
  line-height: 3.438rem;
}

h3 {
  line-height: 3rem;
}

h4 {
  line-height: 2.6rem;
}

h5 {
  line-height: 2rem;
}

h6 {
  line-height: 1.75rem;
}

/* btn */
.btn-link i {
  top: 0px;
}

.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
}

.btn {
  font-family: "Exo", sans-serif;
  font-weight: normal !important;
  text-transform: none;
  letter-spacing: normal;
}

.btn-yellow {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}

.btn.btn-box-shadow.btn-yellow:hover {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important;
}

.btn.btn-box-shadow.btn-yellow:active {
  border-color: var(--yellow) !important;
}

.btn.btn-extra-large {
  font-size: 17px;
}

.btn.btn-large {
  font-size: 16px;
}

.btn.btn-medium {
  font-size: 15px;
}

.btn.with-rounded.btn-large > span {
  line-height: 34px;
}

.btn.with-rounded.btn-medium > span {
  line-height: 30px;
}

/* text color */
.text-emerald-green {
  color: #62cd54;
}

/* bg color */
.bg-orient-blue {
  background-color: #004211;
}

/* bg gradient color */
.bg-gradient-green-yellow-color {
  background: rgb(236, 171, 35);
  background: linear-gradient(
    306deg,
    rgba(236, 171, 35, 1) 0%,
    rgba(0, 83, 61, 1) 85%
  );
}

.bg-gradient-gray-light-dark-transparent {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(32, 35, 41, 1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    rgba(32, 35, 41, 1) 10%,
    transparent 50%
  );
}

/* homepage */
.contact-form-style-01 .btn.btn-large {
  padding: 13px 40px;
}

.terms-condition .box:before {
  top: 7px;
}

.terms-condition .box:after {
  top: 11px;
}

.contact-form-style-01 {
  margin-top: -100px;
}

/* page title */
.page-title-extra-small h1 {
  font-size: 18px;
  line-height: 22px;
}

.page-title-extra-small h2 {
  font-size: 4rem;
  line-height: 3.8rem;
}

/* team style */
.team-style-01 figure figcaption .social-icon a {
  margin: 0 5px;
}

/* text shadow */
.text-shadow-medium {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* border color */
.border-color-yellow {
  border-color: var(--yellow) !important;
}

.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
  background: var(--dark-gray);
  color: var(--white) !important;
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}
/* tooltip */
.tooltip-inner {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  color: var(--medium-gray);
  padding: 22px 35px;
  max-width: 260px;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  font-weight: 400;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--white) !important;
  border-width: 0 1.7em 1.7em !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--white) !important;
  border-width: 1.7em 1.7em 0 !important;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] {
  margin-top: 15px !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] {
  margin-bottom: 15px !important;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip .tooltip-arrow {
  width: 3.5em;
  height: 1.2em;
}

.bs-tooltip-start.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}

.bs-tooltip-auto[data-popper-placement^="left"] {
  margin-right: 15px;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-width: 1em 0 1em 1em !important;
  border-left-color: var(--white) !important;
}

.bs-tooltip-end.tooltip .tooltip-arrow {
  width: 1.2em;
  height: 3.2em;
  margin-top: -18px;
}

.bs-tooltip-auto[data-popper-placement^="right"] {
  margin-left: 15px !important;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-width: 1.7rem 1.7rem 1.7rem 0 !important;
  border-right-color: var(--white) !important;
}

.tooltip-title {
  font-weight: 600;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
  color: var(--dark-gray);
  letter-spacing: -0.5px;
}

/* top right bottom left */
.left-35px {
  left: 35px;
}

.bottom-35px {
  bottom: 35px;
}

/* footer */
footer .footer-logo img {
  max-height: 50px;
}

.footer-dark p,
.footer-dark .widget-text {
  color: var(--white);
  opacity: 0.4;
}

.footer-dark .elements-social .light li a {
  opacity: 1;
}

.footer-dark p a,
.footer-dark p a:hover {
  color: var(--white);
}

.footer-dark ul li a,
.footer-dark .widget-link {
  color: var(--white);
  opacity: 0.4;
}

.footer-dark ul li a:hover,
.footer-dark .widget-link:hover,
.footer-dark a:hover {
  opacity: 1;
  color: var(--white);
}

footer ul li {
  margin-bottom: 0;
}

.footer-dark .newsletter-style-02 input::placeholder {
  color: var(--white);
}

.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}

.footer-dark .newsletter-style-02 input::-moz-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}

.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 0.4;
}

.is-touchable .cursor-page-inner {
  display: none !important;
}

/* media query responsive */
@media (max-width: 1300px) {
  .sticky-wrap.shadow-in {
    left: 18px;
  }
}

@media (max-width: 1250px) {
  .sticky-wrap.shadow-in {
    left: 2px;
  }
}

@media (max-width: 1199px) {
  header .btn.btn-rounded.btn-small {
    padding: 9px 18px;
  }
}

@media (max-width: 991px) {
  .contact-form-style-01 {
    margin-top: 0;
  }

  .tab-style-08 ul .nav-item .nav-link {
    padding: 18px 20px;
  }

  .elements-social .large-icon li {
    margin: 0 5px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .process-step-style-03 .progress-step-separator {
    display: block;
  }
}

@media (max-width: 575px) {
  .process-step-style-03 .progress-step-separator {
    display: none;
  }
}

.custom-overlay {
  position: relative;
}

.custom-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.custom-hover-scale {
  transition: 0.3s;
}

.custom-hover-scale:hover {
  transform: scale(1.04);
}

.custom-hover-scale .image {
  transition: 0.3s;
}

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

.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 8;
  display: flex;
  gap: 10px;
}

@media (min-width: 992px) {
  .position-lg-sticky {
    position: sticky;
    top: 100px;
  }
}

/* bg color transparent */
.bg-base-color-transparent {
  background-color: rgb(26 108 55 / 70%);
}
.keunggulan-bg {
  position: relative;

  z-index: 1;
}

/* Layer gambar terpisah agar zoom tidak mengganggu konten */
.slide-bg-zoom {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 8s ease-out;
  will-change: transform;
  z-index: 0;
}

.swiper-slide-active .slide-bg-zoom {
  transform: scale(1.15);
}
.swiper-slide {
  overflow: hidden;
  position: relative;
}
/* Overlay hitam solid, di atas gambar */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

/* Container harus tampil di atas overlay */
.slide-content {
  position: relative;
  z-index: 2;
}

/* ===== Badge judul ===== */
.slide-badge {
  background: var(--base-color);
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(var(--base-color-rgb), 0.35);
}
.welcome-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Gunung + glow kawah */
.ornament-mountain-wrap {
  position: absolute;
  bottom: -20px;
  right: -60px;
  opacity: 0.9;
}

.ornament-mountain {
  display: block;
}

.crater-glow {
  position: absolute;
  top: 90px;
  left: 245px;
  width: 60px;
  height: 60px;
  background: radial-gradient(
    circle,
    rgba(254, 205, 6, 0.9) 0%,
    rgba(254, 205, 6, 0) 70%
  );
  border-radius: 50%;
  animation: craterPulse 3s ease-in-out infinite;
}

@keyframes craterPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}

/* Kepulan asap */
.ornament-smoke {
  position: absolute;
  animation: smokeRise 6s ease-in-out infinite;
}

.smoke-1 {
  top: 40px;
  right: 190px;
  animation-delay: 0s;
}
.smoke-2 {
  top: 60px;
  right: 280px;
  animation-delay: 2s;
}

@keyframes smokeRise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-25px) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-50px) scale(1.2);
    opacity: 0;
  }
}

/* Jejak ban jeep */
.ornament-track {
  position: absolute;
  top: 30px;
  left: -20px;
  opacity: 0.5;
}

/* Retakan lava */
.ornament-crack {
  position: absolute;
  bottom: 40px;
  left: 10px;
  opacity: 0.4;
}

/* Ember mengambang */
.ember {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--base-color);
  border-radius: 50%;
  box-shadow: 0 0 8px 2px rgba(var(--base-color-rgb), 0.8);
  animation: emberFloat 5s ease-in-out infinite;
}

.ember-1 {
  top: 70%;
  left: 10%;
  animation-delay: 0s;
}
.ember-2 {
  top: 55%;
  left: 25%;
  animation-delay: 1s;
}
.ember-3 {
  top: 80%;
  left: 60%;
  animation-delay: 2s;
}
.ember-4 {
  top: 40%;
  left: 75%;
  animation-delay: 3s;
}
.ember-5 {
  top: 65%;
  left: 90%;
  animation-delay: 1.5s;
}

@keyframes emberFloat {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120px) translateX(15px);
    opacity: 0;
  }
}

/* Badge welcome */
.welcome-badge {
  /* display: inline-flex; */
  align-items: center;
  background: rgba(var(--base-color-rgb), 0.12);
  color: var(--bs-secondary);
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

/* Highlight kata utama judul */
.welcome-title .text-utama {
  color: var(--base-color);
  position: relative;
}

.welcome-title {
  font-family: var(--heading-font);
  font-size: 44px;
  line-height: 1.25;
}
/* ===== Heading (sub judul dua warna) ===== */
.slide-title {
  font-family: var(--heading-font);
  font-size: 40px;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

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

.slide-title .text-white {
  color: #ffffff;
}

@media (max-width: 767px) {
  .slide-title {
    font-size: 30px;
  }
}

/* ===== Deskripsi ===== */
.slide-desc {
  font-family: var(--primary-font);
  font-size: 15px;
  line-height: 1.8;
  color: var(--bs-third);
}

/* ===== Tombol CTA ===== */
.btn-slide {
  background: var(--base-color);
  color: var(--bs-secondary);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-right: 8px;
  transition: all 0.35s ease;
}

.btn-slide span {
  background: var(--bs-secondary);
  color: var(--base-color);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.35s ease;
}

.btn-slide:hover {
  background: var(--bs-secondary);
  color: var(--base-color);
  box-shadow: 0 10px 25px rgba(var(--base-color-rgb), 0.4);
}

.btn-slide:hover span {
  background: var(--base-color);
  color: var(--bs-secondary);
  transform: rotate(-45deg);
}
/* ===== Section ===== */
.intro-section {
  background: #ffffff;
}

/* ===== Media / foto ===== */
.intro-media {
  border-radius: 16px;
  overflow: hidden;
}

.intro-img {
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.intro-media-link:hover .intro-img {
  transform: scale(1.03);
}

/* Badge mengambang di foto */
.intro-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.intro-tag strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 14px;
  color: var(--bs-secondary);
  line-height: 1.3;
}

.intro-tag span {
  font-size: 14px;
}

/* ===== Label kecil ===== */
.intro-label {
  align-items: center;
  color: var(--base-color);
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  font-size: 12px;
  line-height: 1.5;
  background: var(--bs-secondary);
  padding: 10px 18px;
  border-radius: 30px;
}

/* ===== Heading ===== */
.intro-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(2rem, 2vh, 2.5rem);
  line-height: 1.25;
  color: var(--bs-secondary);
}

.intro-heading-accent {
  color: var(--base-color);
}

/* ===== Divider ===== */
.intro-divider {
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: var(--base-color);
}

/* ===== Deskripsi ===== */
.intro-text {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.9;
  color: #5c5c5c;
}

/* ===== Tombol CTA ===== */
.intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--base-color);
  color: var(--bs-secondary);
  font-weight: 600;
  font-family: var(--primary-font);
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.intro-cta:hover {
  background: var(--bs-secondary);
  color: var(--base-color);
}
/* ===== Section & Header ===== */
.paket-section {
  background: #fafafa;
}

/* ===== Header card dengan background gambar ===== */
.paket-header-card {
  position: sticky;
  top: 100px;
  min-height: 480px;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  display: flex;
  align-items: flex-end;
}

.paket-header-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

/* Overlay gelap agar teks tetap terbaca */
.paket-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.55) 65%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

/* Konten di atas overlay */
.paket-header-content {
  position: relative;
  z-index: 2;
  padding: 32px 28px;
  width: 100%;
}

/* Sesuaikan warna teks karena sekarang di atas gambar gelap */
.paket-header-content .paket-label {
  color: var(--bs-secondary);
}

.paket-header-content .paket-heading {
  color: #ffffff;
}

.paket-header-content .paket-desc {
  color: rgba(255, 255, 255, 0.85);
}

.paket-header-content .paket-nav-btn {
  border-color: #ffffff;
  color: #ffffff;
}

.paket-header-content .paket-nav-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: var(--bs-secondary);
}
.paket-header-content .paket2-nav-btn {
  border-color: #ffffff;
  color: #ffffff;
}

.paket-header-content .paket2-nav-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: var(--bs-secondary);
}

@media (max-width: 991px) {
  .paket-header-card {
    /* position: static; */
    min-height: 360px;
  }
}
.paket-label {
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 1.5;
  background: var(--base-color);
  padding: 10px 18px;
  border-radius: 30px;
}

.paket-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(2rem, 2vh, 2.5rem);
  color: var(--bs-secondary);
  line-height: 1.3;
}

.paket-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.8;
  color: #6b6b6b;
}

.paket-nav {
  display: flex;
  gap: 12px;
}

.paket-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--bs-secondary);
  background: transparent;
  color: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.paket2-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--bs-secondary);
  background: transparent;
  color: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.paket-nav-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
}

.paket-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.paket2-nav-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
}

.paket2-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* ===== SLIDER FULL BLEED KE KANAN (tidak dibatasi container) ===== */
.paket-slider-bleed {
  padding-left: 24px;
}

@media (min-width: 992px) {
  .paket-slider-bleed {
    padding-left: 0;
  }
}

.paket-swiper {
  overflow: visible;
  padding: 10px 24px 20px 0;
}

/* ===== Promo Card (mengikuti referensi) ===== */
.promo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.promo-card:hover {
  transform: translateY(-6px);
}

/* Gambar */
.promo-card-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.promo-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.promo-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 40%
  );
  pointer-events: none;
}

/* Badge "Recommended Tour" */
.promo-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13px;
  padding: 8px 16px 8px 8px;
  border-radius: 30px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.promo-badge-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--base-color);
  color: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Body — melengkung menimpa foto */
.promo-card-body {
  position: relative;
  flex-direction: column;
  display: flex;
  background: #ffffff;
  margin-top: -26px;
  border-radius: 26px 26px 0 0;
  padding: 15px;
  flex: 1;
}

/* Kategori */
.promo-category {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 10px;
  color: var(--bs-secondary);
  background: var(--bs-third);
  padding: 2px 8px;
  border-radius: 30px;
  margin-bottom: 14px;
}

/* Judul */
.promo-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: var(--bs-secondary);
  margin-bottom: 5px;
  display: -webkit-box;
  /*-webkit-line-clamp: 1;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Rating */
.promo-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 15px;
}

/* Harga */
.promo-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: auto;
}

.promo-price-label {
  font-family: var(--primary-font);
  font-size: 12px;
  color: #a3a3a3;
}

.promo-price-strike {
  font-family: var(--primary-font);
  font-size: 13px;
  color: #b8b8b8;
  text-decoration: line-through;
}

.promo-price-amount {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--bs-secondary);
  width: 100%;
}

.promo-price-per {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 11.5px;
  color: #a3a3a3;
}

/* Tombol full-width di bawah card */
.promo-btn {
  display: block;
  width: 100%;
  margin-top: auto;

  text-align: center;
  background: linear-gradient(90deg, var(--base-color), #eeb604);
  color: #ffffff;

  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14.5px;

  padding: 10px 16px;
  text-decoration: none;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.promo-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}
/* ===== Responsive ===== */
@media (max-width: 991px) {
  .paket-header-sticky {
    position: static;
  }
  .paket-heading {
    font-size: 26px;
  }
  .paket-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .promo-destinasi-list {
    max-height: none !important;
    overflow-y: none;
  }
}
/* ===== List destinasi — max 3 terlihat, sisanya scroll ===== */
.promo-destinasi-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  max-height: 96px; /* kira-kira tinggi 3 item */
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.promo-destinasi-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 12px;
  color: #6b6b6b;
  padding: 2px;
  border-bottom: 1px dashed #eee;
}

.promo-destinasi-list li:last-child {
  border-bottom: none;
}

.promo-destinasi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bs-third);
  flex-shrink: 0;
}

/* scrollbar tema, tipis */
.promo-destinasi-list::-webkit-scrollbar {
  width: 4px;
}

.promo-destinasi-list::-webkit-scrollbar-track {
  background: transparent;
}

.promo-destinasi-list::-webkit-scrollbar-thumb {
  background: var(--base-color);
  border-radius: 10px;
}
/* ===== Section ===== */
.cta-section {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .cta-section {
    background-attachment: scroll;
    padding: 60px 0;
  }
}

/* Overlay hitam */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.cta-section .container {
  z-index: 1;
}

/* ===== Badge ===== */
.cta-badge {
  /* display: inline-flex; */
  align-items: center;
  background: rgba(254, 205, 6, 0.15);
  color: var(--base-color);
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(254, 205, 6, 0.35);
}

/* ===== Heading ===== */
.cta-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(2rem, 2vh, 2.5rem);
  line-height: 1.35;
  color: #ffffff;
}

/* ===== Deskripsi ===== */
.cta-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

/* ===== Tombol WA ===== */
.cta-wa-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--base-color);
  color: var(--bs-secondary);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(var(--base-color-rgb), 0.35);
  transition: all 0.35s ease;
}

.cta-wa-btn:hover {
  background: #ffffff;
  color: var(--bs-secondary);
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.cta-wa-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--bs-secondary);
  color: var(--base-color);
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.cta-wa-btn:hover .cta-wa-icon {
  transform: rotate(-10deg) scale(1.05);
}

.cta-wa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}

.cta-wa-text small {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.75;
}

/* Efek pulse di belakang tombol */
.cta-wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: var(--base-color);
  animation: ctaPulse 2.4s ease-out infinite;
  z-index: -1;
}

@keyframes ctaPulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.15);
  }
}

@media (max-width: 991px) {
  .cta-wa-btn {
    margin-top: 10px;
  }
}
/* ===== Section ===== */
.artikel-section {
  background: #fafafa;
}

.artikel-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ornament-route {
  position: absolute;
  bottom: -10px;
  left: -20px;
}

.ornament-compass {
  position: absolute;
  top: 20px;
  right: 40px;
  animation: compassSpin 24s linear infinite;
  transform-origin: center;
  opacity: 0.5;
}

@keyframes compassSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ornament-hill {
  position: absolute;
  bottom: 0;
  right: -30px;
}

/* ===== Header ===== */
.artikel-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: var(--bs-secondary);
}

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

.artikel-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.8;
  color: #6b6b6b;
  /* max-width: 480px; */
  margin-left: auto;
}

@media (max-width: 991px) {
  .artikel-desc {
    margin-left: 0;
  }
}

/* ===== Card ===== */
.artikel-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.artikel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* ===== Gambar ===== */
.artikel-img-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.artikel-img-wrap img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.artikel-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
}

/* Tanggal */
.stamp-date {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
}

/* ===== Body ===== */
.artikel-body {
  padding: 22px 22px 24px;
}

.artikel-nama {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: var(--bs-secondary);
  margin-bottom: 10px;

  /* Batasi 2 baris */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}

.artikel-excerpt {
  font-family: var(--primary-font);
  font-size: 13.5px;
  line-height: 1.75;
  color: #7c7c7c;
  margin-bottom: 18px;

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

/* ===== Footer ===== */
.artikel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.views-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 12.5px;
  color: #9a9a9a;
}

.baca-selengkapnya {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--bs-secondary);
  transition: gap 0.3s ease;
}

.artikel-card:hover .baca-selengkapnya {
  gap: 10px;
  color: var(--base-color);
}

.artikel-card:hover .baca-selengkapnya svg path {
  stroke: var(--base-color);
}
/* ===== Footer base ===== */
.site-footer {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer-bg img {
  filter: grayscale(15%);
}

/* Overlay elegan: gradasi base-color -> hitam */
.footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(var(--base-color-rgb), 0.8) 0%,
    rgba(var(--bs-secondary-rgb), 0.75) 45%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

/* ===== Logo & Deskripsi ===== */
.footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
}

/* ===== Socmed ===== */
.footer-socmed {
  display: flex;
  gap: 10px;
}

.socmed-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.socmed-icon:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: white;
  transform: translateY(-3px);
}

/* ===== Heading kolom ===== */
.footer-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  border-radius: 4px;
  background: var(--base-color);
}

/* ===== Quick Links ===== */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 14.5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--base-color);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-links a:hover::before {
  transform: scale(1.4);
}

/* ===== Kontak ===== */
.kontak-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.kontak-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--base-color);
  font-size: 14px;
  flex-shrink: 0;
}

.kontak-item a,
.kontak-item p {
  font-family: var(--primary-font);
  font-size: 14.5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.kontak-item a:hover {
  color: var(--base-color);
}

/* ===== Divider ===== */
.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 20px 0 0px;
}

/* ===== Bottom bar ===== */
.footer-bottom {
  padding: 14px 0;
}

.footer-bottom p {
  font-family: var(--primary-font);
  color: rgba(255, 255, 255, 0.6);
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .site-footer {
    border-radius: 24px 24px 0 0;
  }
}
/* ===== Section ===== */
.page-banner {
  position: relative;
}

.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner-bg img {
  filter: grayscale(10%);
}

/* Overlay gradasi elegan */
.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(var(--bs-secondary-rgb), 0.75) 60%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.page-banner .container {
  position: relative;
  z-index: 3;
}

/* ===== Ornamen ===== */
.banner-ornaments {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.ornament-contour {
  position: absolute;
  top: -60px;
  right: -80px;
  opacity: 0.3;
}

.ornament-compass {
  position: absolute;
  top: 40px;
  left: 6%;
  animation: compassSpin 22s linear infinite;
  transform-origin: center;
}

@keyframes compassSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ornament-route {
  position: absolute;
  bottom: 0;
  left: -20px;
}

@media (max-width: 767px) {
  .ornament-contour,
  .ornament-route {
    opacity: 0.5;
  }
  .ornament-compass {
    display: none;
  }
}

/* ===== Title ===== */
.banner-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  line-height: normal;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 25px;
  }
}

/* ===== Deskripsi ===== */
.banner-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto;
}

/* ===== Breadcrumb ===== */
.banner-breadcrumb {
  display: block;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 13.5px;
}

.banner-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.banner-breadcrumb a:hover {
  color: var(--base-color);
}

.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
}

.banner-breadcrumb .active {
  color: var(--base-color);
  font-weight: 600;
}
/* ===================================================== */
/* 1. BANNER                                              */
/* ===================================================== */
.detail-banner {
  position: relative;
  /* padding: 130px 0 80px; */
}
.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(var(--bs-secondary-rgb), 0.75) 60%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
.detail-banner .container {
  position: relative;
  z-index: 3;
}
.banner-ornaments {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.ornament-contour {
  position: absolute;
  top: -60px;
  right: -80px;
}
.ornament-route {
  position: absolute;
  bottom: 0;
  left: -20px;
}
.banner-badge {
  display: inline;
  align-items: center;
  background: rgba(254, 205, 6, 0.15);
  color: var(--base-color);
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(254, 205, 6, 0.35);
}
@media (min-width: 992px) {
  .detail-banner {
    padding: 90px 0 120px;
  }
}
@media (max-width: 767px) {
  .banner-badge {
    display: block;
    font-size: 11px;
  }
}
.banner-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.banner-breadcrumb {
  /* display: inline-flex; */
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 13px;
}
.banner-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.banner-breadcrumb a:hover {
  color: var(--base-color);
}
.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
}
.banner-breadcrumb .active {
  color: var(--base-color);
  font-weight: 600;
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 28px;
  }
}

/* ===================================================== */
/* 2. GALERI BENTO                                        */
/* ===================================================== */
/* .gallery-label {
  color: var(--base-color);
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 0.5px;
} */
/* .gallery-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 26px;
  color: var(--bs-secondary);
} */
/* ===== Bento Gallery — dinamis, mengisi penuh berapapun jumlah foto ===== */
.bento-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
  grid-auto-flow: dense;
  gap: 12px;
}

.bento-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #f0f0f0;
}

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

.bento-item:hover img {
  transform: scale(1.08);
}

.bento-item-hidden {
  display: none;
}

/* ===== Pola ukuran berulang tiap 7 item (siklus) =====
   Dense algorithm akan otomatis menata ulang & mengisi celah,
   jadi tetap rapi walau total foto tidak habis dibagi 7 */
.bento-item:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-item:nth-child(7n + 4) {
  grid-column: span 2;
  grid-row: span 1;
}

.bento-item:nth-child(7n + 6) {
  grid-column: span 1;
  grid-row: span 2;
}

/* Sisanya (7n+2, 7n+3, 7n+5, 7n+7) otomatis 1x1 (default) */

/* Overlay zoom icon */
.bento-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bento-item:hover .bento-zoom {
  opacity: 1;
}

/* Overlay "+N Foto Lainnya" */
.bento-more-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 2;
}

.bento-more-count {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

.bento-more-label {
  font-family: var(--primary-font);
  font-size: 12.5px;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

.bento-item:has(.bento-more-overlay) .bento-zoom {
  display: none;
}

/* ===== Kasus khusus: jumlah foto sangat sedikit ===== */
/* 1 foto -> tampil besar penuh */
.bento-gallery[data-count="1"] .bento-item {
  grid-column: 1 / -1;
  grid-row: span 3;
}

/* 2 foto -> masing-masing setengah, sejajar besar */
.bento-gallery[data-count="2"] .bento-item {
  grid-column: span 2;
  grid-row: span 2;
}

/* 3 foto -> 1 besar kiri, 2 kecil kanan bertumpuk */
.bento-gallery[data-count="3"] .bento-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.bento-gallery[data-count="3"] .bento-item:nth-child(2),
.bento-gallery[data-count="3"] .bento-item:nth-child(3) {
  grid-column: span 2;
  grid-row: span 1;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .bento-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 140px;
  }
  .bento-item:nth-child(7n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .bento-item:nth-child(7n + 4) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .bento-item:nth-child(7n + 6) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .bento-gallery[data-count="1"] .bento-item {
    grid-row: span 2;
  }
  .bento-gallery[data-count="2"] .bento-item {
    grid-column: span 3;
    grid-row: span 2;
  }
  .bento-gallery[data-count="3"] .bento-item:nth-child(1) {
    grid-column: span 3;
  }
  .bento-gallery[data-count="3"] .bento-item:nth-child(2),
  .bento-gallery[data-count="3"] .bento-item:nth-child(3) {
    grid-column: span 3;
    grid-row: span 1;
  }
}

@media (max-width: 767px) {
  .bento-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 10px;
  }
  /* Di mobile, sederhanakan semua jadi grid rapi tanpa span besar
       supaya tidak ada foto yang terlalu kecil/terpotong aneh */
  .bento-item:nth-child(7n + 1),
  .bento-item:nth-child(7n + 4),
  .bento-item:nth-child(7n + 6) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .bento-item:nth-child(4n + 1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .bento-gallery[data-count="1"] .bento-item {
    grid-column: span 2;
    grid-row: span 2;
  }
  .bento-gallery[data-count="2"] .bento-item {
    grid-column: span 2;
    grid-row: span 1;
  }
  .bento-gallery[data-count="3"] .bento-item:nth-child(1),
  .bento-gallery[data-count="3"] .bento-item:nth-child(2),
  .bento-gallery[data-count="3"] .bento-item:nth-child(3) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* ===================================================== */
/* 3. META BAR, CATATAN, BLOCK KONTEN                     */
/* ===================================================== */
.detail-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.detail-meta-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.detail-meta-share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-label {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--bs-secondary);
  white-space: nowrap;
}

/* ===== Share list ===== */
.blog-share-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  color: var(--bs-secondary);
  font-size: 13.5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.share-facebook:hover {
  background: #1877f2;
}
.share-email:hover {
  background: var(--bs-secondary);
}
.share-telegram:hover {
  background: #229ed9;
}
.share-whatsapp:hover {
  background: #25d366;
}
.share-twitter:hover {
  background: #000000;
}
.share-messenger:hover {
  background: #00b2ff;
}

/* ===== Responsive ===== */
@media (max-width: 575px) {
  .detail-meta-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-meta-share {
    width: 100%;
    display: contents;
  }
}
.meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 12.5px;
  padding: 8px 16px;
  border-radius: 30px;
}
.meta-badge-featured {
  background: var(--base-color);
  color: var(--bs-secondary);
}
.meta-badge-regular {
  background: var(--bs-third);
  color: var(--bs-secondary);
}
.meta-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--primary-font);
  font-size: 13px;
  color: #6b6b6b;
  background: #f5f5f5;
  padding: 8px 14px;
  border-radius: 30px;
}

.detail-catatan {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--bs-third);
  border-left: 4px solid var(--base-color);
  padding: 18px 20px;
  border-radius: 14px;
}
.detail-catatan strong {
  font-family: var(--heading-font);
  font-size: 14.5px;
  color: var(--bs-secondary);
  display: block;
  margin-bottom: 4px;
}
.detail-catatan p {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #6b5233;
  line-height: 1.7;
}
.catatan-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.detail-block-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 21px;
  color: var(--bs-secondary);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.detail-block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 46px;
  height: 2px;
  background: var(--base-color);
}
.detail-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

/* Destinasi */
.detail-destinasi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.destinasi-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  padding: 14px 16px;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.destinasi-item:hover {
  background: var(--bs-third);
}
.destinasi-number {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--base-color);
  flex-shrink: 0;
}
.destinasi-name {
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--bs-secondary);
  font-weight: 500;
}
@media (max-width: 575px) {
  .detail-destinasi-grid {
    grid-template-columns: 1fr;
  }
}

/* Fasilitas */
.fasilitas-card {
  background: #fafafa;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
}
.fasilitas-card h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fasilitas-include h6 {
  color: #1a9c53;
}
.fasilitas-exclude h6 {
  color: #e0473e;
}
.fasilitas-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fasilitas-card li {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #666;
  padding: 5px 0 0px 24px;
  position: relative;
  line-height: 1.5;
}
.fasilitas-include li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a9c53;
  font-weight: 700;
}
.fasilitas-exclude li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #e0473e;
  font-weight: 700;
}

/* ===================================================== */
/* 4. SIDEBAR BOOKING                                     */
/* ===================================================== */
.detail-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}
.sidebar-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
.sidebar-price-label {
  font-family: var(--primary-font);
  font-size: 12px;
  color: #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.sidebar-price-amount {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 26px;
  color: var(--bs-secondary);
}
.sidebar-price-per {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  color: #a3a3a3;
}

.sidebar-btn-book,
.sidebar-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.sidebar-btn-book {
  background: var(--base-color);
  color: var(--bs-secondary);
}
.sidebar-btn-book:hover {
  background: var(--bs-secondary);
  color: var(--base-color);
}
.sidebar-btn-wa {
  background: #25d366;
  color: #fff;
}
.sidebar-btn-wa:hover {
  opacity: 0.9;
  color: #fff;
}

.sidebar-quickinfo {
  list-style: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px dashed #eee;
}
.sidebar-quickinfo li {
  display: flex;
  justify-content: space-between;
  font-family: var(--primary-font);
  font-size: 12px;
  padding: 8px 0;
  color: #888;
}
.sidebar-quickinfo li strong {
  color: var(--bs-secondary);
  font-weight: 600;
}
@media (max-width: 991px) {
  .detail-sidebar {
    position: static;
    margin-top: 10px;
  }
}

/* ===================================================== */
/* 5. BOOKING FORM                                        */
/* ===================================================== */
.booking-form-section {
  background: #fafafa;
}
.booking-badge {
  color: var(--base-color);
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  font-weight: 600;
}
.booking-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 30px;
  color: var(--bs-secondary);
}
.booking-desc {
  font-family: var(--primary-font);
  font-size: 15px;
  color: #6b6b6b;
  /* max-width: 480px; */
  margin: 0 auto;
}

.booking-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
}
.form-label-detail {
  display: block;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--bs-secondary);
  margin-bottom: 8px;
}
.form-control-detail {
  width: 100%;
  border: 1.5px solid #eee;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
}
.form-control-detail:focus {
  outline: none;
  border-color: var(--base-color);
}

.booking-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 28px;
  background: var(--base-color);
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.booking-submit-btn:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .booking-form-card {
    padding: 26px;
  }
}

/* ===== Itinerary multi-hari ===== */
.itinerary-days {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.itinerary-day-card {
  background: #fafafa;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.itinerary-day-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.itinerary-day-number {
  display: inline-flex;
  align-items: center;
  background: var(--base-color);
  color: var(--bs-secondary);
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.itinerary-day-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 17px;
  color: var(--bs-secondary);
  margin: 0;
  line-height: 1.4;
}

.itinerary-day-notes {
  margin-bottom: 16px;
}

.itinerary-day-notes p {
  font-family: var(--primary-font);
  font-size: 14px;
  color: #6b6b6b;
  font-style: italic;
  margin: 0 0 6px;
  line-height: 1.6;
}

/* Timeline di dalam card hari */
.itinerary-day-card .jadwal-timeline {
  margin-top: 4px;
}

.itinerary-day-price {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #e2e2e2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.itinerary-day-price span {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--bs-secondary);
}

/* Closing (Total Transport, Total IDR) */
.itinerary-closing {
  margin-top: 22px;
  background: var(--bs-third);
  border-radius: 14px;
  padding: 18px 22px;
  text-align: right;
}

.itinerary-closing p {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--bs-secondary);
  margin: 0 0 4px;
}

.itinerary-closing p:last-child {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--base-color);
}

/* ===== Timeline (reuse dari sebelumnya) ===== */
.jadwal-timeline {
  display: flex;
  flex-direction: column;
}
.jadwal-item {
  display: flex;
  gap: 16px;
}
.jadwal-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.jadwal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--base-color);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--base-color);
  flex-shrink: 0;
  margin-top: 4px;
}
.jadwal-line {
  width: 2px;
  flex: 1;
  background: repeating-linear-gradient(
    to bottom,
    #ddd,
    #ddd 4px,
    transparent 4px,
    transparent 8px
  );
  margin: 4px 0;
}
.jadwal-item:last-child .jadwal-line {
  display: none;
}
.jadwal-content {
  padding-bottom: 10px;
  flex: 1;
}
.jadwal-waktu {
  display: inline-block;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 12px;
  color: var(--bs-secondary);
  background: #fff;
  padding: 3px 11px;
  border-radius: 30px;
  /* margin-bottom: 6px; */
}
.jadwal-aktivitas {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

@media (max-width: 575px) {
  .itinerary-day-card {
    padding: 20px;
  }
  .itinerary-closing {
    text-align: left;
  }
}
.glightbox-clean .gslide-title {
  margin-bottom: 0px !important;
}
/* ===== Section base ===== */
.blog-detail-section {
  background: #ffffff;
}

.blog-detail-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bd-ornament-mountain {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.bd-ornament-dots {
  position: absolute;
  top: 30px;
  left: -10px;
}

/* ===== Media & floating meta card ===== */
.blog-detail-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 60px;
}

.blog-detail-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.media-meta-card {
  position: absolute;
  left: 30px;
  bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 12.5px;
  color: var(--bs-secondary);
  background: #f6f6f6;
  padding: 7px 14px;
  border-radius: 30px;
}

.meta-pill svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.meta-pill-author {
  background: var(--base-color);
  color: var(--bs-secondary);
}

@media (max-width: 767px) {
  .blog-detail-media img {
    height: 260px;
  }
  .media-meta-card {
    left: 16px;
    right: 16px;
    bottom: -22px;
  }
}

/* ===== Title & divider ===== */
.blog-detail-title {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--bs-secondary);
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 1.1rem + 2vw, 2.25rem);
  line-height: 1.35;
}

.title-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.title-divider span {
  height: 1px;
  flex: 1;
  background: #eee;
}

/* ===================================================== */
/* KONTEN ARTIKEL (WYSIWYG) — p, h1-h6, blockquote, list, table */
/* ===================================================== */

.blog-detail-body-text {
  font-family: var(--primary-font);
  color: #4a4a4a;
}

/* Default paragraf 14px */
.blog-detail-body-text p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 20px;
}

.blog-detail-body-text p:last-child {
  margin-bottom: 0;
}

/* Drop cap paragraf pertama */
.has-dropcap p:first-of-type::first-letter {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 60px;
  line-height: 0.8;
  float: left;
  margin: 6px 12px 0 0;
  color: var(--base-color);
}

/* ===== Heading h1 - h6 responsif (clamp) ===== */
.blog-detail-body-text h1,
.blog-detail-body-text h2,
.blog-detail-body-text h3,
.blog-detail-body-text h4,
.blog-detail-body-text h5,
.blog-detail-body-text h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--bs-secondary);
  line-height: 1.4;
  margin: 34px 0 16px;
}

.blog-detail-body-text h1:first-child,
.blog-detail-body-text h2:first-child,
.blog-detail-body-text h3:first-child,
.blog-detail-body-text h4:first-child,
.blog-detail-body-text h5:first-child,
.blog-detail-body-text h6:first-child {
  margin-top: 0;
}

.blog-detail-body-text h1 {
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2rem);
}
.blog-detail-body-text h2 {
  font-size: clamp(1.35rem, 1.05rem + 1.3vw, 1.75rem);
}
.blog-detail-body-text h3 {
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
}
.blog-detail-body-text h4 {
  font-size: clamp(1.1rem, 0.95rem + 0.7vw, 1.3rem);
}
.blog-detail-body-text h5 {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.15rem);
}
.blog-detail-body-text h6 {
  font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1rem);
}

/* ===== Blockquote ===== */
.blog-detail-body-text blockquote {
  position: relative;
  background: var(--bs-third);
  border-left: 4px solid var(--base-color);
  border-radius: 14px;
  padding: 22px 26px 22px 56px;
  margin: 26px 0;
  font-family: var(--primary-font);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.8;
  color: #5c4a2c;
}

.blog-detail-body-text blockquote::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 8px;
  font-family: Georgia, serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  color: var(--base-color);
  line-height: 1;
}

.blog-detail-body-text blockquote p {
  margin-bottom: 10px;
  font-size: inherit;
}

.blog-detail-body-text blockquote p:last-child {
  margin-bottom: 0;
}

.blog-detail-body-text blockquote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 12.5px;
  color: var(--bs-secondary);
}

.blog-detail-body-text blockquote cite::before {
  content: "— ";
}

/* ===== List (ul & ol) ===== */
.blog-detail-body-text ul,
.blog-detail-body-text ol {
  margin: 0 0 22px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.9;
}

.blog-detail-body-text ul li,
.blog-detail-body-text ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  list-style: none;
}

.blog-detail-body-text ul li:last-child,
.blog-detail-body-text ol li:last-child {
  margin-bottom: 0;
}

/* Bullet custom untuk <ul> */
.blog-detail-body-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--base-color);
}

/* Nested ul */
.blog-detail-body-text ul ul,
.blog-detail-body-text ol ul {
  margin: 10px 0 0;
}

.blog-detail-body-text ul ul li::before {
  background: transparent;
  border: 1.5px solid var(--base-color);
}

/* Numbering custom untuk <ol> */
.blog-detail-body-text ol {
  counter-reset: custom-ol;
}

.blog-detail-body-text ol li {
  counter-increment: custom-ol;
}

.blog-detail-body-text ol li::before {
  content: counter(custom-ol);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--bs-secondary);
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 10.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Table ===== */
.blog-detail-body-text .table-responsive-wrap {
  overflow-x: auto;
  margin: 26px 0;
  border-radius: 14px;
  border: 1px solid #eee;
}

.blog-detail-body-text table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--primary-font);
  font-size: 13.5px;
  min-width: 480px;
}

.blog-detail-body-text table thead th {
  background: var(--bs-secondary);
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 13px 18px;
  white-space: nowrap;
}

.blog-detail-body-text table thead th:first-child {
  border-top-left-radius: 14px;
}

.blog-detail-body-text table thead th:last-child {
  border-top-right-radius: 14px;
}

.blog-detail-body-text table tbody td {
  padding: 12px 18px;
  color: #4a4a4a;
  border-bottom: 1px solid #f0f0f0;
}

.blog-detail-body-text table tbody tr:last-child td {
  border-bottom: none;
}

.blog-detail-body-text table tbody tr:nth-child(even) {
  background: #fafafa;
}

.blog-detail-body-text table tbody tr:hover {
  background: var(--bs-third);
}

/* ===== Image & general elements di dalam konten ===== */
.blog-detail-body-text img {
  width: 100%;
  border-radius: 16px;
  margin: 10px 0 26px;
}

.blog-detail-body-text a {
  color: var(--base-color);
  font-weight: 600;
  text-decoration: underline;
}

.blog-detail-body-text hr {
  border: none;
  border-top: 1px dashed #e2e2e2;
  margin: 30px 0;
}

.blog-detail-body-text strong {
  color: var(--bs-secondary);
  font-weight: 700;
}

/* ===== Share card ===== */
.blog-share-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: #fafafa;
  border-radius: 18px;
  padding: 22px 26px;
}

.blog-share-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--bs-secondary);
}

.blog-share-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--bs-secondary);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.share-facebook:hover {
  background: #1877f2;
}
.share-email:hover {
  background: var(--bs-secondary);
}
.share-telegram:hover {
  background: #229ed9;
}
.share-whatsapp:hover {
  background: #25d366;
}
.share-twitter:hover {
  background: #000000;
}
.share-messenger:hover {
  background: #00b2ff;
}

@media (max-width: 575px) {
  .blog-share-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Sidebar ===== */
.blog-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.sidebar-widget {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.sidebar-widget-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--bs-secondary);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
}

.sidebar-post-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  text-decoration: none;
  border-bottom: 1px dashed #eee;
  transition: transform 0.3s ease;
}

.sidebar-post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-post-item:hover {
  transform: translateX(4px);
}

.sidebar-post-rank {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 20px;
  color: #eee;
  -webkit-text-stroke: 1px var(--base-color);
  flex-shrink: 0;
  /* width: 26px; */
}

.sidebar-post-thumb {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.sidebar-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-post-info {
  min-width: 0;
}

.sidebar-post-title {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--bs-secondary);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-post-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--primary-font);
  font-size: 11.5px;
  color: #a3a3a3;
}

.sidebar-post-date svg {
  width: 12px;
  height: 12px;
}

/* ===== Sidebar CTA ===== */
.sidebar-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bs-secondary), #4a2400);
  border-radius: 20px;
  padding: 30px 26px;
  text-align: center;
  color: #ffffff;
}

.sidebar-cta-bg-ornament {
  position: absolute;
  bottom: -10px;
  right: -10px;
  pointer-events: none;
}

.sidebar-cta-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: var(--base-color);
  color: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-cta-icon svg {
  width: 26px;
  height: 26px;
}

.sidebar-cta h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}

.sidebar-cta p {
  font-family: var(--primary-font);
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 20px;
}

.sidebar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--base-color);
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-cta-btn:hover {
  background: #ffffff;
  color: var(--bs-secondary);
}

@media (max-width: 991px) {
  .blog-sidebar {
    position: static;
    margin-top: 30px;
  }
}
.contact-section {
  background: #fafafa;
}
.contact-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}
.contact-label {
  display: inline-block;
  color: var(--base-color);
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 0.6px;
}
.contact-heading {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.4rem);
  line-height: 1.2;
  color: var(--bs-secondary);
}
.contact-desc {
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 1.7;
  color: #6b6b6b;
  max-width: 600px;
}
.form-label-detail {
  display: block;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  color: var(--bs-secondary);
  margin-bottom: 8px;
}
.form-control-detail {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #eee;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: 0.3s;
}
.form-control-detail:focus {
  outline: 0;
  border-color: var(--base-color);
  box-shadow: 0 0 0 3px rgba(1, 191, 100, 0.08);
}
.form-control-detail::placeholder {
  color: #aaa;
}
.form-select-detail {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23663300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
  cursor: pointer;
}
.contact-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
  background: #25d366;
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 20px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-submit-btn:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  transition: 0.35s;
}
.contact-info-card:hover {
  transform: translateX(-5px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
  border-color: rgba(1, 191, 100, 0.2);
}
.info-icon-compass {
  position: relative;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compass-ring {
  position: absolute;
  inset: 0;
  animation: compassSpinSlow 20s linear infinite;
}
@keyframes compassSpinSlow {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact-info-content {
  min-width: 0;
  flex: 1;
}
.contact-info-card h6 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 15px;
  color: var(--bs-secondary);
  margin-bottom: 6px;
}
.info-link {
  display: block;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.5;
  color: #4a4a4a;
  text-decoration: none;
  margin-bottom: 3px;
  word-break: break-word;
}
.info-link-alt {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 11px;
  color: var(--base-color);
  font-weight: 600;
  letter-spacing: 0.3px;
}
a.info-link:hover {
  color: var(--base-color);
}

@media (max-width: 991px) {
  .contact-form-card {
    padding: 32px;
  }
  .contact-info-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .contact-form-card {
    padding: 26px 22px;
  }
  .contact-info-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact-info-card {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .contact-form-card {
    border-radius: 20px;
    padding: 24px 18px;
  }
  .contact-info-card {
    border-radius: 18px;
  }
  .info-icon-compass {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
}
/* ===================================================== */
/* Sembunyikan SEMUA elemen bawaan Google Translate       */
/* ===================================================== */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-logo-link,
.goog-te-gadget-icon,
.goog-te-gadget-simple,
body > .skiptranslate {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

body {
  top: 0 !important;
  position: static !important;
}

/* Hilangkan highlight/bar biru saat elemen ter-translate */
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

/* ===================================================== */
/* Custom Language Switcher                                */
/* ===================================================== */
.gtranslate-wrapper {
  position: relative;
  display: inline-block;
}

.lang-switcher {
  position: relative;
}

.lang-switcher-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid rgba(102, 51, 0, 0.2);
  border-radius: 30px;
  padding: 8px 14px;
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-switcher-btn:hover {
  background: var(--base-color);
  border-color: var(--base-color);
  color: var(--bs-secondary);
}

.lang-current {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.lang-caret {
  transition: transform 0.3s ease;
}

.lang-switcher.is-open .lang-caret {
  transform: rotate(180deg);
}

/* Dropdown */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 160px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  list-style: none;
  margin: 0;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s ease;
  z-index: 999;
}

.lang-switcher.is-open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 13.5px;
  color: #4a4a4a;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lang-option:hover {
  background: var(--bs-third);
  color: var(--bs-secondary);
}

.lang-option.is-active {
  background: var(--base-color);
  color: var(--bs-secondary);
  font-weight: 700;
}

.lang-flag {
  font-size: 16px;
  line-height: 1;
}

/* ===================================================== */
/* Responsive                                              */
/* ===================================================== */

/* Desktop (>=992px): tampil seperti biasa (menggantikan posisi widget WA lama) */
@media (min-width: 992px) {
  .gtranslate-wrapper {
    display: inline-flex;
    align-items: center;
  }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .lang-switcher-btn {
    padding: 7px 12px;
    font-size: 12.5px;
  }
  .lang-dropdown {
    min-width: 150px;
    right: 0;
  }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
  .lang-switcher-btn {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 30px;
  }
  .lang-current {
    display: none; /* di mobile cukup ikon globe + caret, hemat ruang */
  }
  .lang-dropdown {
    right: auto;
    left: 50%;
    transform: translate(-50%, -8px);
    min-width: 140px;
  }
  .lang-switcher.is-open .lang-dropdown {
    transform: translate(-50%, 0);
  }
  .gtranslate-wrapper {
    left: -30px;
  }
  .blog-detail-media {
    margin-bottom: 15px;
  }
  .media-meta-card {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 15px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .gtranslate-wrapper {
    left: -30px;
  }
}
.glightbox-clean .gdesc-inner {
  padding: 5px 20px !important;
}
.gallery-overlap {
  position: relative;
  z-index: 10;
  margin-top: -80px;
}

.gallery-overlap > .container {
  background: var(--white);
  border-radius: 20px;
  padding: 25px;
  /* box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12); */
}

.gallery-overlap .bento-gallery {
  border-radius: 14px;
  overflow: hidden;
}

/* Desktop */
@media (min-width: 992px) {
  .gallery-overlap {
    margin-top: -120px;
  }

  .gallery-overlap > .container {
    padding: 25px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .gallery-overlap {
    margin-top: -70px;
  }

  .gallery-overlap > .container {
    padding: 20px;
    border-radius: 18px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .gallery-overlap {
    margin-top: -15px;
    padding-top: 0 !important;
  }

  .gallery-overlap > .container {
    padding: 12px;
    border-radius: 16px;
  }

  .gallery-overlap .bento-gallery {
    border-radius: 12px;
  }
}
.lang-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 20px;
  padding: 0 6px;
  border-radius: 5px;
  background: var(--bs-third);
  color: var(--bs-secondary);
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.lang-option.is-active .lang-code {
  background: var(--bs-secondary);
  color: var(--base-color);
}

.lang-option:hover .lang-code {
  background: var(--base-color);
  color: var(--bs-secondary);
}
/* ===== Floating WhatsApp Button — Bottom Left ===== */
.float-wa {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 999;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.float-wa:hover {
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55);
}

.float-wa .my-float {
  font-size: 28px;
  line-height: 1;
}

/* Efek pulse ring di belakang tombol */
.float-wa::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25d366;
  z-index: -1;
  animation: waPulseRing 2.4s ease-out infinite;
}

@keyframes waPulseRing {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

/* Animasi bounce halus naik-turun */
.float-wa.bounce {
  animation: waBounce 2.6s ease-in-out infinite;
}

@keyframes waBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Kalau hover, hentikan bounce supaya scale hover terlihat jelas */
.float-wa.bounce:hover {
  animation-play-state: paused;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .float-wa {
    left: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
  }
  .float-wa .my-float {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .float-wa {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }
  .float-wa .my-float {
    font-size: 24px;
  }
}
/* ===== Header ===== */
.kategori-label {
    color: var(--base-color);
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.kategori-heading {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.4rem);
    color: var(--bs-secondary);
    line-height: 1.3;
}

.kategori-desc {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 1.8;
    color: #6b6b6b;
}

/* ===== Card full image ===== */
.kategori-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
}

.kategori-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.kategori-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.15) 45%,
        rgba(0, 0, 0, 0.85) 100%
    );
    transition: background 0.4s ease;
}

.kategori-card:hover .kategori-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.25) 45%,
        rgba(0, 0, 0, 0.9) 100%
    );
}

/* ===== Content di atas overlay ===== */
.kategori-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 26px;
}

.kategori-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--base-color);
    color: var(--bs-secondary);
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.kategori-card-title {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 12px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.kategori-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 13.5px;
    color: #ffffff;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.kategori-card:hover .kategori-card-link {
    opacity: 1;
    gap: 12px;
    color: var(--base-color);
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
    .kategori-card {
        aspect-ratio: 4 / 3;
    }
    .kategori-card-title {
        font-size: 16px;
    }
}