:root {
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --base-color: #00193c;
  --base-color-rgb: 0, 25, 60;
  --bs-secondary: #f57110;
  --bs-secondary-rgb: 245, 113, 16;
  --bs-third: #000000;
  --bs-third-rgb: 0, 0, 0;
}
.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;
}

/* header */
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-size: 14px;
  line-height: 28px;
  font-family: "Inter", sans-serif !important;
}

header .btn.btn-small {
  font-size: 14px;
}

/* header .btn.btn-small i {
  top: -2px;
} */

header .navbar-brand img {
  max-height: 36px;
}

@media (max-width: 767px) {
  header .navbar-brand img {
    max-height: 40px;
  }

  header .navbar-brand {
    padding: 15px 0;
  }
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid var(--very-light-gray);
  padding: 10px 25px;
  font-size: 17px;
  color: var(--base-color) !important;
  font-family: "Exo", sans-serif !important;
}

.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover {
  background-color: var(--very-light-gray);
}

.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a
  img {
  width: 40px;
  margin-right: 10px;
}

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

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !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);
}

/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title,
.progress-bar-style-03 .progress .progress-bar-percent {
  bottom: 10px;
}

.progress-bar-style-03 .progress {
  height: 6px;
}

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

.keunggulan-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  /* background: rgba(0, 0, 0, 0.7); */
  background:
    linear-gradient(rgba(0, 40, 69, 0.95), rgba(0, 0, 0, 0.8)),
    url("../../../images/lain-lain/background.jpg") center center / cover
      no-repeat;
  z-index: 1;
}
.keunggulan-bg > * {
  position: relative;
  z-index: 2;
}
.floating-wa {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}

.floating-wa a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* icon */
.floating-wa i {
  font-size: 20px;
}

/* hover effect */
.floating-wa a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* animasi muncul */
.floating-wa {
  animation: waFadeIn 0.6s ease;
}

@keyframes waFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .floating-wa span {
    display: none;
  }

  .floating-wa a {
    padding: 12px;
    border-radius: 50%;
  }
}
.wa-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
.welcome-section {
  background: linear-gradient(
    180deg,
    rgba(var(--base-color-rgb), 0.02) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* ===== ORNAMEN LATAR ===== */
.welcome-ornaments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ornament-mountain {
  position: absolute;
  bottom: -40px;
  right: -60px;
  opacity: 0.05;
}

.ornament-dots {
  position: absolute;
  top: 30px;
  left: 20px;
  opacity: 0.35;
}

.ember {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bs-secondary);
  box-shadow: 0 0 10px 2px rgba(var(--bs-secondary-rgb), 0.6);
  animation: emberFloat 6s ease-in-out infinite;
}

.ember-1 {
  top: 20%;
  right: 12%;
  animation-delay: 0s;
}

.ember-2 {
  top: 55%;
  right: 6%;
  width: 5px;
  height: 5px;
  animation-delay: 1.4s;
}

.ember-3 {
  top: 75%;
  right: 20%;
  width: 6px;
  height: 6px;
  animation-delay: 2.6s;
}

.ember-4 {
  top: 12%;
  right: 30%;
  width: 4px;
  height: 4px;
  animation-delay: 3.8s;
}

@keyframes emberFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-26px) scale(1.15);
    opacity: 0.4;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }
}

/* ===== FOTO ===== */
.welcome-img-wrap {
  z-index: 2;
}

.img-frame-accent {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 92%;
  height: 92%;
  border: 3px solid var(--bs-secondary);
  border-radius: 16px;
  z-index: -1;
}

.welcome-img-link {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(var(--base-color-rgb), 0.35);
}

.welcome-img-link img {
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.welcome-img-link:hover img {
  transform: scale(1.05);
}

.floating-badge {
  position: absolute;
  bottom: -18px;
  left: -18px;
  z-index: 3;
  background: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 24px -8px rgba(var(--base-color-rgb), 0.3);
}

.floating-badge strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 14px;
  color: var(--base-color);
  line-height: 1.2;
}

.floating-badge span {
  font-size: 11px;
  color: var(--bs-secondary);
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* ===== BADGE & JUDUL ===== */
.welcome-badge {
  /* display: inline-flex; */
  align-items: center;
  background: rgba(var(--bs-secondary-rgb), 0.1);
  color: var(--bs-secondary);
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
}

.welcome-title {
  font-family: var(--heading-font);
  color: var(--base-color);
  line-height: normal;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
}

.welcome-title .text-utama {
  color: var(--bs-secondary);
}

.title_seperator {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title_seperator .bg-utama,
.title_seperator .bg-hitam {
  display: inline-block;
  width: 22px;
  height: 4px;
  border-radius: 4px;
}

/* ===== TOMBOL WA ===== */
.btn-wa {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bs-secondary);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  overflow: visible;
}

.btn-wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid var(--bs-secondary);
  animation: pulseRing 2s ease-out infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .ornament-mountain,
  .ornament-dots {
    opacity: 0.05;
  }

  .floating-badge {
    left: 10px;
    bottom: -14px;
    padding: 8px 12px;
  }
}
.paket-section {
  background: #fafbfc;
}

.paket-title {
  font-family: var(--heading-font);
  color: var(--base-color);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: normal;
}

.paket-title .text-utama {
  color: var(--bs-secondary);
}

.paket-desc {
  color: #667085;
}
/* ===== CARD ===== */
.paket-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px -12px rgba(var(--base-color-rgb), 0.15);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.paket-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--bs-secondary), transparent 40%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease;
}
.paket-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 45px -14px rgba(var(--base-color-rgb), 0.3);
}
.paket-card:hover::before {
  opacity: 1;
}

/* ===== IMAGE ===== */
.paket-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.paket-img-wrap img {
  transition: transform 0.5s ease;
}
.paket-card:hover .paket-img-wrap img {
  /*transform: scale(1.08);*/
}
.paket-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(var(--base-color-rgb), 0.6) 100%
  ); */
}

.tire-track {
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: 2;
}

/* ===== ELEVATION DIVIDER ===== */
.elevation-divider {
  display: block;
  margin-top: 6px;
}

/* ===== BODY ===== */
.paket-body {
  padding: 8px 22px 6px;
  flex: 1;
}
.paket-nama {
  font-family: var(--heading-font);
  color: var(--base-color);
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}

.rute-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bs-secondary);
  margin-bottom: 10px;
}
.rute-count {
  background: rgba(var(--base-color-rgb), 0.06);
  color: var(--base-color);
  font-size: 10.5px;
  padding: 3px 9px;
  border-radius: 20px;
}

.rute-list {
  position: relative;
}
.rute-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  font-size: 12px;
  color: #445;
}
.rute-item:not(:last-child) {
  border-bottom: 1px dashed rgba(var(--base-color-rgb), 0.1);
}
.rute-num {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(var(--bs-secondary-rgb), 0.12);
  color: var(--bs-secondary);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rute-text {
  line-height: 1.3;
}

/* scroll kalau rute > 4 */
.route-scroll {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .route-scroll {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
}
.route-scroll::-webkit-scrollbar {
  width: 5px;
}
.route-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--bs-secondary-rgb), 0.5);
  border-radius: 10px;
}
.route-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* ===== FOOTER ===== */
.paket-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px 22px;
  margin-top: auto;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.3);
}
.paket-harga {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #f1f1f1;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.paket-harga .label {
  font-size: 11px;
  color: #98a2b3;
  margin-bottom: 5px;
}
.paket-harga strong {
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--base-color);
}

.btn-wa-circle {
  position: relative;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bs-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px -4px rgba(var(--bs-secondary-rgb), 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.wa-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--bs-secondary);
  opacity: 0;
  animation: waPulse 2s ease-out infinite;
}
.paket-card:hover .wa-ring {
  opacity: 1;
}
@keyframes waPulse {
  0% {
    transform: scale(0.85);
    opacity: 0.6;
    /* box-shadow: rgb(245, 113, 16); */
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}
.btn-wa-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 22px -4px rgba(var(--bs-secondary-rgb), 0.7);
  color: #fff;
}

@media (max-width: 575px) {
  .price-tag {
    top: 150px;
  }
  .price-tag svg {
    width: 96px;
    height: 56px;
  }
}
.fasilitas-section {
  background: #fff;
}

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

.ornament-mountain-2 {
  position: absolute;
  top: -30px;
  left: -80px;
  opacity: 0.04;
  transform: scaleX(-1);
}

.ornament-dots-2 {
  position: absolute;
  bottom: 20px;
  right: 30px;
  opacity: 0.3;
}

.fasilitas-img-wrap {
  position: relative;
  z-index: 2;
}

.img-frame-accent-2 {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 92%;
  height: 92%;
  border: 3px solid var(--base-color);
  border-radius: 16px;
  z-index: 0;
}

.fasilitas-img-wrap picture {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -14px rgba(var(--base-color-rgb), 0.3);
}

.fasilitas-img-wrap img {
  border-radius: 16px;
  /* min-height: 380px; */
}

.fasilitas-title {
  font-family: var(--heading-font);
  color: var(--base-color);
}

.fasilitas-desc {
  color: #667085;
}

.fasilitas-desc p {
  margin-bottom: 8px;
}

.fasilitas-desc strong {
  color: var(--base-color);
}
.fasilitas-desc ul li {
  list-style: auto;
}

.fasilitas-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 18px;
}

.fasilitas-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fb;
  border-radius: 12px;
  padding: 12px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.fasilitas-item:hover {
  transform: translateY(-3px);
  background: #fff;
  box-shadow: 0 12px 22px -10px rgba(var(--base-color-rgb), 0.2);
}

.fasilitas-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fasilitas-item.alt-a .fasilitas-icon {
  background: var(--bs-secondary);
}

.fasilitas-item.alt-b .fasilitas-icon {
  background: var(--base-color);
}

.fasilitas-text {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .fasilitas-list-grid {
    grid-template-columns: 1fr;
  }

  .fasilitas-img-wrap img {
    min-height: 260px;
  }
}
.big-section {
  background: linear-gradient(
    135deg,
    var(--base-color) 0%,
    #01285f 40%,
    var(--bs-secondary) 140%
  );
}
.gallery-badge {
  /* display: inline-flex; */
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.gallery-badge svg {
  color: #fff;
}
.gallery-ornaments {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.big-section > .container {
  position: relative;
  z-index: 2;
}

/* Blob */
.gallery-blob {
  position: absolute;
  width: 420px;
  opacity: 0.9;
  filter: blur(8px);
}

.gallery-blob-1 {
  top: -160px;
  left: -140px;
  transform: rotate(-20deg);
}

/* Dots */
.gallery-dots {
  position: absolute;
  top: 60px;
  right: 80px;
  opacity: 0.5;
}

/* Wave */
.gallery-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 180px;
}

/* Floating Icons */
.gallery-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.06);
  animation: floatGallery 8s ease-in-out infinite;
}

.gallery-icon-1 {
  font-size: 90px;
  top: 18%;
  left: 6%;
}

.gallery-icon-2 {
  font-size: 70px;
  right: 8%;
  bottom: 18%;
  animation-delay: 2s;
}

@keyframes floatGallery {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(6deg);
  }
}

@media (max-width: 768px) {
  .gallery-icon {
    display: none;
  }

  .gallery-blob {
    width: 280px;
  }

  .gallery-dots {
    width: 100px;
  }
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.artikel-section {
  background: #fafbfc;
}

/* ===== ORNAMEN ===== */
.artikel-ornaments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ornament-smoke {
  position: absolute;
  top: 0;
  right: 4%;
}

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

.artikel-title {
  font-family: var(--heading-font);
  color: var(--base-color);
  line-height: normal;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
}

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

.artikel-desc {
  color: #667085;
}

/* ===== CARD ===== */
.artikel-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 26px -12px rgba(var(--base-color-rgb), 0.15);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.artikel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -14px rgba(var(--base-color-rgb), 0.25);
}

.artikel-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.artikel-img-wrap img {
  transition: transform 0.5s ease;
}

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

.artikel-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(var(--base-color-rgb), 0.6) 100%
  );
}

/* pita kategori miring */
.kategori-ribbon {
  position: absolute;
  top: 14px;
  left: -34px;
  z-index: 3;
  background: var(--bs-secondary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 38px;
  transform: rotate(-45deg);
  box-shadow: 0 4px 10px rgba(var(--bs-secondary-rgb), 0.4);
}

/* tanggal cap */
.stamp-date {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stamp-date span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  padding: 4px;
}

.crack-divider {
  display: block;
}

/* ===== BODY ===== */
.artikel-body {
  padding: 14px 20px 20px;
}

.artikel-nama {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: var(--base-color);
  margin-bottom: 10px;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artikel-card:hover .artikel-nama {
  color: var(--bs-secondary);
}

.artikel-excerpt {
  font-size: 13px;
  color: #667085;
  line-height: 1.6;
  margin-bottom: 16px;

  /* batasi 4 baris otomatis */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artikel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.12);
}

.views-count {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--base-color);
  font-weight: 600;
}

.baca-selengkapnya {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--bs-secondary);
  transition: gap 0.25s ease;
}

.artikel-card:hover .baca-selengkapnya {
  gap: 9px;
}

@media (max-width: 575px) {
  .ornament-smoke {
    opacity: 0.6;
  }
}
.banner-card {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: center;
  box-shadow: 0 20px 45px -16px rgba(var(--base-color-rgb), 0.35);
}

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

.banner-bg img {
  width: 100%;
  height: 100%;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.banner-ornament-dots {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  opacity: 0.5;
}

.banner-ornament-peak {
  position: absolute;
  bottom: 10px;
  right: 4%;
  z-index: 2;
  opacity: 0.6;
}

.banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 44px;
  flex-wrap: wrap;
}

.banner-text {
  flex: 1 1;
}

.banner-title {
  font-family: var(--heading-font);
  color: #fff;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: normal;
  margin-bottom: 8px;
  font-weight: 700;
}

.banner-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14.5px;
}

.btn-pesan {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--base-color);
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.btn-pesan:hover {
  transform: translateY(-3px);
  color: var(--bs-secondary);
  box-shadow: 0 14px 24px -8px rgba(0, 0, 0, 0.25);
}

.btn-pesan-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  border: 2px solid #fff;
  animation: pesanPulse 2s ease-out infinite;
}

@keyframes pesanPulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .banner-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 26px;
  }

  .btn-pesan {
    width: 100%;
    justify-content: center;
  }
}
.site-footer {
  color: rgba(255, 255, 255, 0.85);
  /* padding: 25px; */
}

/* ===== BACKGROUND & OVERLAY (statis) ===== */
.footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer-bg img {
  width: 100%;
  height: 100%;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(var(--base-color-rgb), 0.92) 20%,
    rgba(var(--base-color-rgb), 0.85) 50%,
    rgba(var(--bs-secondary-rgb), 0.85) 100%
  );
}

/* ===== ORNAMEN ===== */
.footer-ornaments {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.footer-peak {
  position: absolute;
  bottom: 0;
  right: 4%;
}

.footer-dots {
  position: absolute;
  top: 30px;
  left: 20px;
}

.footer-ember {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-secondary);
  box-shadow: 0 0 10px 2px rgba(var(--bs-secondary-rgb), 0.6);
  animation: footerEmberFloat 6.5s ease-in-out infinite;
}

.footer-ember-1 {
  top: 15%;
  right: 20%;
  animation-delay: 0s;
}

.footer-ember-2 {
  top: 45%;
  right: 35%;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}

.footer-ember-3 {
  top: 70%;
  right: 12%;
  animation-delay: 4s;
}

@keyframes footerEmberFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-24px);
    opacity: 0.3;
  }
}

/* ===== KONTEN ===== */
.footer-logo {
  height: 42px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.footer-socmed {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.socmed-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.socmed-icon:hover {
  background: var(--bs-secondary);
  transform: translateY(-3px);
  color: #fff;
}

.footer-heading {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--bs-secondary);
}

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

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

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

.link-arrow {
  color: var(--bs-secondary);
  font-size: 10px;
}

.kontak-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.kontak-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  font-size: 14px;
  margin-top: 2px;
}

.kontak-item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kontak-item a:hover {
  color: #fff;
}

.footer-crack {
  display: block;
  margin-top: 40px;
}

.footer-bottom {
  padding-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  gap: 10px;
}

.footer-bottom .text-utama {
  color: var(--bs-secondary);
}

@media (max-width: 767px) {
  .footer-bottom {
    justify-content: center;
    text-align: center;
    padding-bottom: 18px;
  }

  .footer-desc {
    max-width: 100%;
  }
}
.wa-float-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.wa-float-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  transition: 0.3s;
  animation: waPulse 1.5s infinite;
}

.wa-float-btn a:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
}

.wa-float-btn i {
  font-size: 1.4rem;
}

/* Animasi kedip + membesar */
@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 1;
    /* box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); */
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 576px) {
  .wa-float-btn {
    bottom: 15px;
    right: 15px;
  }

  .wa-float-btn a {
    padding: 12px 18px;
    font-size: 14px;
  }

  .wa-float-btn i {
    font-size: 1.2rem;
  }
}
.cs_page_heading {
  position: relative;
  overflow: hidden;
  /* padding-top: 100px;
  padding-bottom: 90px; */
}

/* ===== ORNAMEN ===== */
.heading-ornaments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ornament-mountain-back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}

.ornament-mountain-front {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

.ornament-contour-h {
  position: absolute;
  top: 10%;
  right: 4%;
}

.heading-ornament-dots {
  position: absolute;
  top: 40px;
  left: 30px;
  opacity: 0.5;
}

.heading-ornament-circle {
  position: absolute;
  top: -60px;
  right: 10%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--bs-secondary-rgb), 0.25) 0%,
    transparent 70%
  );
  filter: blur(6px);
}

.heading-ember {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-secondary);
  box-shadow: 0 0 10px 2px rgba(var(--bs-secondary-rgb), 0.6);
  animation: headingEmberFloat 6s ease-in-out infinite;
}

.heading-ember-1 {
  top: 25%;
  left: 45%;
  animation-delay: 0s;
}

.heading-ember-2 {
  top: 55%;
  left: 60%;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}

.heading-ember-3 {
  top: 15%;
  left: 70%;
  animation-delay: 3.5s;
}

@keyframes headingEmberFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-22px);
    opacity: 0.35;
  }
}

/* ===== TEKS ===== */
.heading-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  backdrop-filter: blur(4px);
  margin-bottom: 16px;
}

.heading-eyebrow svg {
  width: 15px;
  height: 15px;
}

.heading-title {
  font-family: var(--heading-font);
  font-size: clamp(22px, 2.2vw, 30px);
}

.heading-desc {
  color: rgba(255, 255, 255, 0.78);
  /* max-width: 560px; */
  margin-bottom: 22px;
}

/* ===== BREADCRUMB JALUR ===== */
.trail-breadcrumb {
  gap: 6px;
  margin-top: 4px;
}

.trail-node {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.trail-node svg {
  width: 14px;
  height: 14px;
}

.trail-node-home:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.trail-node-active {
  background: rgba(var(--bs-secondary-rgb), 0.18);
  color: var(--bs-secondary);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.4);
}

.trail-node-active svg path:first-child {
  fill: var(--bs-secondary) !important;
}

.trail-dash {
  width: 18px;
  height: 1.5px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.4) 0 4px,
    transparent 4px 8px
  );
}

/* ===== BADGE PENGALAMAN ===== */
.experience-badge {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: badgeSpin 18s linear infinite;
}

@keyframes badgeSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.badge-core {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.4);
}

.badge-core strong {
  font-family: var(--heading-font);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 4px 0 2px;
}

.badge-core span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

/* ===== OVERLAY ===== */
.heading-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    160deg,
    rgba(var(--base-color-rgb), 0.75) 40%,
    rgba(var(--bs-secondary-rgb), 0.9) 100%
  );
}

.heading-wave-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  line-height: 0;
}

.heading-wave-bottom svg {
  width: 100%;
  height: 60px;
  display: block;
}

@media (max-width: 991px) {
  .cs_page_heading {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .ornament-contour-h,
  .heading-ornament-circle {
    display: none;
  }
}
/* ===== ORNAMEN ===== */
.blog-detail-ornaments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.bd-ornament-mountain {
  position: absolute;
  top: 0;
  right: -60px;
}

.bd-ornament-dots {
  position: absolute;
  bottom: 10%;
  left: 10px;
}

.blog-detail-section {
  padding: 60px 0 80px;
}

/* ===== MEDIA + META CARD ===== */
.blog-detail-media {
  position: relative;
  border-radius: 18px;
  box-shadow: 0 18px 40px -16px rgba(var(--base-color-rgb), 0.3);
}

.blog-detail-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.media-meta-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -28px;
  z-index: 3;
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  box-shadow: 0 16px 30px -12px rgba(var(--base-color-rgb), 0.25);
}

.meta-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
}

.meta-pill svg {
  width: 16px;
  height: 16px;
  color: var(--bs-secondary);
}

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

/* ===== BODY ===== */
.blog-detail-body {
  padding-top: 56px;
}

.blog-detail-title {
  font-family: var(--heading-font);
  color: var(--base-color);
  font-size: clamp(24px, 3vw, 34px);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 18px;
}

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

.title-divider span {
  flex: 1;
  height: 1px;
  background: rgba(var(--base-color-rgb), 0.1);
}

.blog-detail-body-text {
  color: #445;
  font-size: 14px;
  line-height: 1.85;
}

.blog-detail-body-text p {
  margin-bottom: 14px;
}

.blog-detail-body-text.has-dropcap > p:first-of-type::first-letter {
  font-family: var(--heading-font);
  font-size: 58px;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  margin: 4px 10px 0 0;
  color: var(--bs-secondary);
}

.blog-detail-body-text h2,
.blog-detail-body-text h3 {
  font-family: var(--heading-font);
  color: var(--base-color);
  margin: 30px 0 14px;
}

.blog-detail-body-text img {
  border-radius: 14px;
  margin: 20px 0;
}

/* ===== SHARE ===== */
.blog-share-card {
  background: #f8f9fb;
  border-radius: 16px;
  padding: 22px 24px;
  text-align: center;
}

.blog-share-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--base-color);
  margin-bottom: 16px;
}

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

.share-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

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

.share-facebook {
  background: #1877f2;
}

.share-email {
  background: #667085;
}

.share-telegram {
  background: #229ed9;
}

.share-whatsapp {
  background: #25d366;
}

.share-twitter {
  background: #000000;
}

.share-messenger {
  background: #0084ff;
}

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

.sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 26px -14px rgba(var(--base-color-rgb), 0.2);
}

.sidebar-widget-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--heading-font);
  color: var(--base-color);
  font-size: 15.5px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(var(--base-color-rgb), 0.12);
}

.sidebar-post-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 10px 0;
}

.sidebar-post-item:not(:last-child) {
  border-bottom: 1px solid rgba(var(--base-color-rgb), 0.06);
}

.sidebar-post-rank {
  flex: 0 0 auto;
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 700;
  color: rgba(var(--base-color-rgb), 0.12);
  width: 24px;
}

.sidebar-post-thumb {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-post-item:hover .sidebar-post-thumb img {
  transform: scale(1.1);
}

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

.sidebar-post-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--base-color);
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.sidebar-post-item:hover .sidebar-post-title {
  color: var(--bs-secondary);
}

.sidebar-post-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #98a2b3;
}

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

/* ===== SIDEBAR CTA ===== */
.sidebar-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    var(--base-color) 0%,
    rgba(var(--bs-secondary-rgb), 0.9) 140%
  );
  border-radius: 16px;
  padding: 30px 26px;
  text-align: center;
}

.sidebar-cta-bg-ornament {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sidebar-cta-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

.sidebar-cta h6 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--heading-font);
  margin-bottom: 8px;
}

.sidebar-cta p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13.5px;
  margin-bottom: 20px;
}

.sidebar-cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--base-color);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13.5px;
  transition: transform 0.2s ease;
}

.sidebar-cta-btn:hover {
  transform: translateY(-3px);
  color: var(--bs-secondary);
}

@media (max-width: 991px) {
  .blog-sidebar {
    position: static;
  }

  .media-meta-card {
    position: static;
    margin-top: 16px;
    box-shadow: 0 8px 20px -12px rgba(var(--base-color-rgb), 0.2);
  }

  .blog-detail-body {
    padding-top: 24px;
  }
}
.testimoni-section {
  background: #fafbfc;
}

/* ===== ORNAMEN ===== */
.testimoni-ornaments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ornament-mountain-4 {
  position: absolute;
  bottom: 0;
  right: -60px;
}

.ornament-dots-4 {
  position: absolute;
  top: 20px;
  left: 20px;
}

.testi-ember {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-secondary);
  box-shadow: 0 0 10px 2px rgba(var(--bs-secondary-rgb), 0.5);
  animation: testiEmberFloat 6.5s ease-in-out infinite;
}

.testi-ember-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.testi-ember-2 {
  top: 60%;
  right: 20%;
  width: 4px;
  height: 4px;
  animation-delay: 2.5s;
}

@keyframes testiEmberFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.3;
  }
}

.testimoni-title {
  font-family: var(--heading-font);
  color: var(--base-color);
  line-height: normal;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
}

.testimoni-title .text-utama {
  color: var(--bs-secondary);
}

.testimoni-desc {
  color: #667085;
}

/* ===== SLIDER WRAP ===== */
.testimoni-slider-wrap {
  position: relative;
  padding: 10px 4px 0;
}

.testimoniSwiper {
  padding: 30px 4px 50px;
  overflow: visible;
}

/* ===== CARD "POLAROID" ===== */
.testi-card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 30px 26px 26px;
  height: 100%;
  box-shadow: 0 14px 30px -14px rgba(var(--base-color-rgb), 0.22);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.tilt-left {
  transform: rotate(-1.4deg);
}

.tilt-right {
  transform: rotate(1.4deg);
}

.testi-card:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 22px 40px -16px rgba(var(--base-color-rgb), 0.3);
}

.testi-tape {
  position: absolute;
  top: -10px;
  width: 46px;
  height: 20px;
  background: rgba(var(--bs-secondary-rgb), 0.25);
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.3);
}

.testi-tape-left {
  left: 14px;
  transform: rotate(-8deg);
}

.testi-tape-right {
  right: 14px;
  transform: rotate(8deg);
}

.testi-quote-mark {
  position: absolute;
  top: 20px;
  right: 22px;
}

.testi-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fb;
  padding: 5px 11px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
  color: #667085;
  margin-bottom: 14px;
}

.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}

.testi-review {
  font-size: 14px;
  color: #445;
  line-height: 1.7;
  margin-bottom: 20px;
  min-height: 96px;
}

.testi-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.12);
}

.testi-avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--base-color);
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-info {
  line-height: 1.35;
}

.testi-info strong {
  display: block;
  font-size: 14px;
  color: var(--base-color);
}

.testi-info span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #98a2b3;
}

/* ===== NAVIGASI ===== */
.testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
}

.testi-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(var(--base-color-rgb), 0.12);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.testi-nav-btn:hover {
  background: var(--bs-secondary);
  color: #fff;
  transform: scale(1.05);
}

.testi-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.testi-pagination :global(.swiper-pagination-bullet) {
  width: 6px;
  height: 6px;
  background: rgba(var(--base-color-rgb), 0.12);
}
.testi-review-wrap {
  position: relative;
  margin-bottom: 20px;
}

.testi-review {
  font-size: 14px;
  color: #445;
  line-height: 1.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* area gradasi jadi container tombol, ditumpuk di atasnya */
.testi-review-fade {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 75%);
  align-items: flex-end;
  justify-content: center;
  pointer-events: none; /* biar area kosong di gradasi tidak menghalangi klik lain */
}
.testi-review-wrap.has-overflow .testi-review-fade {
  display: flex;
  justify-content: flex-start;
}

.testi-readmore {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: none;
  padding: 3px 10px 3px 2px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--bs-secondary);
  cursor: pointer;
  pointer-events: auto; /* tombolnya sendiri tetap bisa diklik */
}

/* ===== MODAL POPUP ===== */
.testi-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(var(--base-color-rgb), 0.55);
  backdrop-filter: blur(3px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.testi-modal-overlay.is-active {
  display: flex;
}

.testi-modal {
  position: relative;
  background: #fff;
  border-radius: 18px;
  max-width: 480px;
  width: 100%;
  padding: 36px 32px 30px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
  animation: testiModalIn 0.3s ease;
}
@keyframes testiModalIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.testi-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f9fb;
  border: none;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.testi-modal-close:hover {
  background: var(--bs-secondary);
  color: #fff;
}

.testi-modal-quote {
  display: block;
  margin-bottom: 14px;
}
.testi-modal-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.testi-modal-review {
  font-size: 15px;
  color: #445;
  line-height: 1.8;
  margin-bottom: 24px;
}

.testi-modal-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.12);
}
.testi-modal-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--base-color);
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-modal-info strong {
  display: block;
  font-size: 14.5px;
  color: var(--base-color);
}
.testi-modal-info span {
  font-size: 12.5px;
  color: #98a2b3;
}

@media (max-width: 480px) {
  .testi-modal {
    padding: 30px 22px 24px;
  }
}
.highlight-description {
    /*font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);*/
    line-height: 1.8;
    color: #5f6b67;
    /*max-width: 760px;*/
    margin: 0 auto;
}
.promo-contact{
    display:flex;
    align-items:center;
    gap:22px;
    max-width:1100px;
    margin:auto;
    padding:18px 30px;
    border-radius:22px;

    background:linear-gradient(180deg,#ffffff,#f7f9fc);
    box-shadow:
        0 10px 30px rgba(0,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.8);
}

.promo-contact__icon{
    width:50px;
    height:50px;
    flex-shrink:0;
    border-radius:50%;
    background:linear-gradient(145deg,#14396d,#0a1b3f);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 20px rgba(20,57,109,.25);
}

.promo-contact__icon i{
    color:#fff;
    font-size:18px;
}

.promo-contact__content{
    font-size:14px;
    font-weight:500;
    color:#17345f;
    line-height:1.45;
}

.promo-contact__content strong{
    font-weight:700;
}

.promo-contact__content span{
    color:#ff7a00;
    font-weight:700;
}

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

    .promo-contact{
        padding:18px;
        gap:15px;
    }

    .promo-contact__icon{
        width:56px;
        height:56px;
        display:none;
    }

    .promo-contact__icon i{
        font-size:24px;
        display:none;
    }

    .promo-contact__content{
        font-size:14px;
    }
}

/* Mobile */
@media (max-width:576px){
.promo-contact__icon{
        width:56px;
        height:56px;
        display:none;
    }
    .promo-contact{
        flex-direction:column;
        text-align:center;
        border-radius:18px;
    }

    .promo-contact__content{
        font-size:12px;
    }
}