:root {
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --base-color: #002845;
  --base-color-rgb: 0, 40, 69;
  --bs-secondary: #000000;
  --bs-secondary-rgb: 0, 0, 0;
  --bs-third: #19a3ed;
  --bs-third-rgb: 25, 163, 237;
}
.skiptranslate {
  /*display: none !important;*/
}
.header-top-bar.bg-utama {
  background: linear-gradient(
    90deg,
    var(--base-color) 0%,
    var(--bs-secondary) 100%
  );
}
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;
  }
}

@font-face {
  font-family: "qlwapp-whatsapp";
  src: url(data:application/x-font-woff;charset=utf-8;base64,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)
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.qlwapp-whatsapp-icon {
  font-family: "qlwapp-whatsapp" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.qlwapp-whatsapp-icon:before {
  content: "\e900";
}

#qlwapp {
  pointer-events: none;
  box-sizing: border-box;
}

@media (min-width: 430px) {
  #qlwapp {
    width: 430px;
  }
}

#qlwapp * {
  box-sizing: border-box;
}

#qlwapp.qlwapp-js-ready {
  display: block;
}

#qlwapp.qlwapp-hide,
#qlwapp.qlwapp-desktop.mobile,
#qlwapp.qlwapp-mobile.desktop {
  display: none;
}

#qlwapp .qlwapp-readonly,
#qlwapp.qlwapp-readonly {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

#qlwapp .qlwapp-disabled,
#qlwapp.qlwapp-disabled {
  display: none;
  visibility: hidden;
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  position: fixed;
  z-index: 9999999;
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left {
  right: auto;
  left: 0;
}

#qlwapp.qlwapp-middle-left .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-left .qlwapp-toggle .qlwapp-time {
  left: 0;
  right: auto;
}

#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
  margin-left: 0;
}

#qlwapp.qlwapp-middle-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text,
#qlwapp.qlwapp-bottom-left.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  right: auto;
  left: 60px;
}

#qlwapp.qlwapp-middle-left .qlwapp-box:before,
#qlwapp.qlwapp-bottom-left .qlwapp-box:before {
  right: auto;
  left: 20px;
}

#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  left: auto;
  right: 0;
}

#qlwapp.qlwapp-middle-right .qlwapp-toggle .qlwapp-time,
#qlwapp.qlwapp-bottom-right .qlwapp-toggle .qlwapp-time {
  left: auto;
  right: 0;
}

#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-bubble .qlwapp-toggle,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle,
#qlwapp.qlwapp-bottom-right.qlwapp-button .qlwapp-toggle {
  margin-right: 20px;
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-middle-right {
  top: 40%;
  bottom: auto;
}

#qlwapp.qlwapp-middle-left .qlwapp-developer,
#qlwapp.qlwapp-middle-right .qlwapp-developer {
  padding: 0 24px;
}

#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-left.qlwapp-button .qlwapp-toggle {
  margin-left: -48px;
  padding-left: 60px;
}

#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-developer,
#qlwapp.qlwapp-middle-right.qlwapp-button .qlwapp-toggle {
  margin-right: -48px;
  padding-right: 60px;
}

#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-bottom-right {
  top: auto;
  bottom: 0;
}

#qlwapp.qlwapp-rounded.qlwapp-bubble .qlwapp-toggle {
  border-radius: 50%;
}

#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
  border-radius: 0 25px 25px 0;
}

@media (min-width: 430px) {
  #qlwapp.qlwapp-rounded .qlwapp-box {
    border-radius: 8px;
  }
}

#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-user,
#qlwapp.qlwapp-rounded .qlwapp-box .qlwapp-message {
  border-radius: 4px;
}

#qlwapp p:last-child {
  margin: 0;
}

#qlwapp time {
  opacity: 0.8;
  font-style: italic;
  font-size: 10px;
}

#qlwapp .qlwapp-no-contacts {
  display: flex;
  height: 134px;
  justify-content: center;
  align-items: center;
}

#qlwapp .qlwapp-container {
  display: flex;
  flex-direction: column;
}

#qlwapp .qlwapp-clearfix:before,
#qlwapp .qlwapp-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close {
  display: block;
  opacity: 0.8;
  font-style: unset;
  font-size: 24px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  z-index: 1;
}

#qlwapp .qlwapp-previous {
  width: 16px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  margin-right: auto;
}

#qlwapp .qlwapp-developer {
  font-size: 8px;
  top: -20px;
  position: relative;
}

#qlwapp .qlwapp-developer,
#qlwapp .qlwapp-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#qlwapp .qlwapp-toggle {
  pointer-events: all;
  cursor: pointer;
  box-shadow:
    0 1px 6px 0 rgba(0, 0, 0, 0.06),
    0 2px 32px 0 rgba(0, 0, 0, 0.16);
  /*margin-top: 24px;*/
  /*margin-bottom: 24px;*/
  position: relative;
  text-decoration: none;
}

#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-toggle:active,
#qlwapp .qlwapp-toggle:focus,
#qlwapp .qlwapp-toggle:hover {
  outline: 0;
  text-decoration: none;
}

#qlwapp .qlwapp-toggle .qlwapp-time {
  position: absolute;
  bottom: -2em;
  color: initial;
  font-size: 10px;
  display: inline-block;
  top: auto;
  width: 120px;
}

#qlwapp .qlwapp-avatar .qlwapp-avatar-container {
  overflow: hidden;
  border-radius: 50%;
  width: inherit;
  height: inherit;
}

#qlwapp .qlwapp-avatar .qlwapp-avatar-container img {
  width: 100%;
  height: auto;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle {
  width: 60px;
  height: 60px;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  position: absolute;
  display: block;
  pointer-events: none;
  font-size: 24px;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  position: absolute;
  right: 60px;
  height: 60px;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  white-space: pre;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
  height: 40px;
  white-space: nowrap;
  padding: 12px 24px;
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 12px 0 0;
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-close {
  display: none;
}

#qlwapp .qlwapp-box {
  pointer-events: all;
  padding-bottom: 56px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 5px 40px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 430px) {
  #qlwapp .qlwapp-box {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, 0.15);
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 12px;
  }

  #qlwapp .qlwapp-box:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 24px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
  }

  #qlwapp .qlwapp-box .qlwapp-header {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  #qlwapp .qlwapp-box .qlwapp-footer,
  #qlwapp .qlwapp-box .qlwapp-response {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}

#qlwapp .qlwapp-box .qlwapp-header {
  position: relative;
  overflow: hidden;
}

#qlwapp .qlwapp-box .qlwapp-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, transparent 0, rgba(0, 0, 0, 0.3) 100%);
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

@media (min-width: 430px) {
  #qlwapp .qlwapp-box .qlwapp-header .qlwapp-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
  }
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-description {
  position: relative;
}

#qlwapp .qlwapp-box .qlwapp-description,
#qlwapp .qlwapp-box .qlwapp-contact {
  padding: 24px 36px;
  height: 100%;
}

#qlwapp .qlwapp-box .qlwapp-description p,
#qlwapp .qlwapp-box .qlwapp-description h3 {
  color: inherit;
  font-family: inherit;
  margin: 0;
}

#qlwapp .qlwapp-box .qlwapp-description h3 {
  margin: 0 0 0.25em 0;
}

#qlwapp .qlwapp-box .qlwapp-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous {
  position: relative;
  left: -16px;
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-previous > i {
  line-height: 36px;
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-avatar {
  width: 42px;
  height: 42px;
}

#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-contact .qlwapp-name {
  color: inherit;
}

#qlwapp .qlwapp-box .qlwapp-account {
  color: inherit;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

#qlwapp .qlwapp-box .qlwapp-account:only-of-type {
  padding-top: 36px;
  padding-bottom: 36px;
}

#qlwapp .qlwapp-box .qlwapp-info {
  padding: 0 16px;
}

#qlwapp .qlwapp-box .qlwapp-avatar {
  position: relative;
  width: 62px;
  height: 62px;
}

#qlwapp .qlwapp-box .qlwapp-avatar:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-image: url(data:image/png;base64,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);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 4;
}

#qlwapp .qlwapp-box .qlwapp-time,
#qlwapp .qlwapp-box .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-offline-text {
  font-size: 12px;
  line-height: 1.5em;
  opacity: 0.6;
  display: block;
}

#qlwapp .qlwapp-box .qlwapp-time {
  font-size: 11px;
  font-style: italic;
}

#qlwapp .qlwapp-box .qlwapp-name {
  display: block;
  font-weight: bold;
  line-height: 1.5em;
}

#qlwapp .qlwapp-box .qlwapp-body {
  overflow-x: hidden;
  overflow-y: auto;
}

#qlwapp .qlwapp-box .qlwapp-body .qlwapp-carousel {
  max-height: 470px;
  min-height: 134px;
}

#qlwapp .qlwapp-box .qlwapp-chat {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-message {
  padding: 16px 24px;
  margin: 36px;
  position: relative;
  word-wrap: break-word;
  width: calc(100% - 36px * 2);
}

#qlwapp .qlwapp-box .qlwapp-user:before,
#qlwapp .qlwapp-box .qlwapp-message:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 24px;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

#qlwapp .qlwapp-box .qlwapp-user {
  width: auto;
  max-width: 75%;
  align-self: flex-start;
  justify-self: flex-end;
  margin-top: 0;
}

#qlwapp .qlwapp-box .qlwapp-user:before {
  top: auto;
  bottom: -6px;
  left: 24px;
}

#qlwapp .qlwapp-box .qlwapp-padding {
  padding-bottom: 56px;
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  max-height: 160px;
}

#qlwapp .qlwapp-box .qlwapp-footer pre,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-footer textarea,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  color: inherit;
  background-color: inherit;
}

#qlwapp .qlwapp-box .qlwapp-footer:before,
#qlwapp .qlwapp-box .qlwapp-response:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 59px;
  top: -59px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  left: 0;
  right: 0;
}

#qlwapp .qlwapp-box .qlwapp-footer {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 12px 36px;
}

#qlwapp .qlwapp-box .qlwapp-footer p {
  padding: 0;
  font-size: inherit;
}

#qlwapp .qlwapp-box .qlwapp-footer p:last-child {
  margin-bottom: 0;
}

#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  min-height: 56px;
}

#qlwapp .qlwapp-box .qlwapp-response pre,
#qlwapp .qlwapp-box .qlwapp-response textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: 0;
  padding: 18px 88px 18px 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: inherit;
  margin: 0;
}

#qlwapp .qlwapp-box .qlwapp-response pre {
  visibility: hidden;
}

#qlwapp .qlwapp-box .qlwapp-response textarea {
  position: absolute;
  bottom: 0;
  left: 0;
}

#qlwapp .qlwapp-box .qlwapp-response textarea:focus {
  outline: 0;
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  position: absolute;
  top: 0;
  right: 21px;
  display: flex;
  align-items: center;
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i {
  display: none;
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons.active > i.qlwf-emoji {
  display: block;
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i {
  opacity: 0.4;
}

#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > i,
#qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
  cursor: pointer;
  margin: 0 0 0 10px;
  display: inherit;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

#qlwapp .qlwapp-previous,
#qlwapp .qlwapp-close,
#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-contact,
#qlwapp .qlwapp-box .qlwapp-user {
  color: #fff;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-text {
  color: #36b848;
}

#qlwapp .qlwapp-box,
#qlwapp .qlwapp-box:before {
  background-color: #fff;
}

#qlwapp .qlwapp-box .qlwapp-account {
  background-color: #fff;
}

#qlwapp .qlwapp-box .qlwapp-account:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}

#qlwapp .qlwapp-box .qlwapp-avatar .qlwapp-avatar-container {
  background-color: #eee;
}

#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-message:before {
  background-color: #eee;
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response {
  color: #303030;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

#qlwapp .qlwapp-toggle,
#qlwapp .qlwapp-box .qlwapp-header,
#qlwapp .qlwapp-box .qlwapp-user,
#qlwapp .qlwapp-box .qlwapp-user:before {
  background-color: #36b848;
}

#qlwapp {
  display: none;
}

#qlwapp.qlwapp-show .qlwapp-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  display: block;
}

#qlwapp.qlwapp-transition .qlwapp-box {
  visibility: visible;
  display: block;
}

#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-icon {
  transform: scale(0, 0);
  opacity: 0;
}

#qlwapp.qlwapp-bubble.qlwapp-show .qlwapp-toggle .qlwapp-close {
  transform: scale(1, 1);
  opacity: 1;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  transform: scale(0, 0);
  opacity: 0;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon {
  transform: scale(1, 1);
  opacity: 1;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon,
#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
  transition:
    transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 300ms ease-in;
}

#qlwapp .qlwapp-box {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition:
    transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 300ms ease-in;
}

@media (min-width: 430px) {
  #qlwapp .qlwapp-box {
    transform: translateY(50px) scale(0.9);
  }
}

#qlwapp .qlwapp-box .qlwapp-carousel {
  display: flex;
  width: 200%;
  height: 100%;
}

#qlwapp .qlwapp-box .qlwapp-carousel .qlwapp-slide {
  width: 50%;
  transition:
    max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,
    transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,
    opacity 500ms ease-in 500ms;
  height: 100%;
  overflow: hidden;
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-slide {
  max-height: 300px;
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  opacity: 0;
  transition:
    transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    opacity ease-in 0.3s;
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
  transform: translateX(56px);
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  transform: scale(0.5);
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-name {
  transition-delay: 800ms;
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-label {
  transition-delay: 850ms;
}

#qlwapp .qlwapp-box .qlwapp-header .qlwapp-avatar {
  transition-delay: 900ms;
}

#qlwapp .qlwapp-box .qlwapp-footer,
#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-message,
#qlwapp .qlwapp-box .qlwapp-user {
  transition:
    transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,
    opacity ease-in 200ms;
}

#qlwapp .qlwapp-box .qlwapp-response,
#qlwapp .qlwapp-box .qlwapp-previous,
#qlwapp .qlwapp-box .qlwapp-user {
  opacity: 0;
}

#qlwapp .qlwapp-box .qlwapp-response {
  pointer-events: none;
}

#qlwapp .qlwapp-box .qlwapp-previous {
  transform: translateX(56px);
}

#qlwapp .qlwapp-box .qlwapp-user {
  transform: translateY(56px);
}

#qlwapp .qlwapp-box .qlwapp-close {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#qlwapp .qlwapp-box .qlwapp-description {
  transition:
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#qlwapp .qlwapp-box .qlwapp-account {
  transition:
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 150ms ease-in;
}

#qlwapp .qlwapp-box .qlwapp-previous {
  transition-delay: 800ms;
}

#qlwapp .qlwapp-box .qlwapp-message {
  transition-delay: 900ms;
}

#qlwapp .qlwapp-box .qlwapp-close,
#qlwapp .qlwapp-box .qlwapp-description {
  transition-delay: 900ms;
}

#qlwapp .qlwapp-box .qlwapp-user {
  transition-delay: 200ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(6) {
  transition-delay: 600ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(5) {
  transition-delay: 500ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(4) {
  transition-delay: 400ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(3) {
  transition-delay: 300ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(2) {
  transition-delay: 200ms;
}

#qlwapp .qlwapp-box .qlwapp-account:nth-of-type(1) {
  transition-delay: 100ms;
}

#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-message {
  opacity: 0;
  transform: translateY(-56px);
}

#qlwapp .qlwapp-box .qlwapp-slide .qlwapp-box .qlwapp-account:hover {
  background-color: #fafafa;
}

#qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
  transform: translateX(-100%);
}

#qlwapp .qlwapp-box.response .qlwapp-body .qlwapp-carousel {
  overflow: hidden;
  max-height: 134px !important;
  min-height: 122px;
}

#qlwapp .qlwapp-box.response .qlwapp-close {
  transition-delay: 0ms;
}

#qlwapp .qlwapp-box.response .qlwapp-close,
#qlwapp .qlwapp-box.response .qlwapp-footer,
#qlwapp .qlwapp-box.response .qlwapp-description,
#qlwapp .qlwapp-box.response .qlwapp-account {
  opacity: 0;
}

#qlwapp .qlwapp-box.response .qlwapp-account {
  transform: translateY(-33.333%);
  border-top-color: transparent !important;
}

#qlwapp .qlwapp-box.response .qlwapp-user {
  display: block;
}

#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous,
#qlwapp .qlwapp-box.response .qlwapp-response {
  opacity: 1;
}

#qlwapp .qlwapp-box.response .qlwapp-response {
  pointer-events: all;
}

#qlwapp .qlwapp-box.response .qlwapp-message,
#qlwapp .qlwapp-box.response .qlwapp-previous {
  transform: translate(0);
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-slide {
  max-height: 84px;
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
  opacity: 1;
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
  opacity: 0.5;
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-label {
  transform: translateX(0);
}

#qlwapp .qlwapp-box.response .qlwapp-header .qlwapp-avatar {
  transform: scale(1);
}

#qlwapp .qlwapp-box.response.opening .qlwapp-footer,
#qlwapp .qlwapp-box.response.opening .qlwapp-response,
#qlwapp .qlwapp-box.response.opening .qlwapp-close,
#qlwapp .qlwapp-box.response.opening .qlwapp-previous,
#qlwapp .qlwapp-box.response.opening .qlwapp-description,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-name,
#qlwapp .qlwapp-box.response.opening .qlwapp-header .qlwapp-label {
  visibility: visible;
}

#qlwapp .qlwapp-box.texting .qlwapp-body {
  overflow-y: auto;
}

#qlwapp .qlwapp-box.texting .qlwapp-user {
  opacity: 1;
  transform: translate(0);
}

#qlwapp .qlwapp-box.closing .qlwapp-previous {
  transition-delay: 0ms;
  transform: translateX(-24px);
  opacity: 0;
  transition:
    transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,
    opacity ease-out 200ms;
}

#qlwapp .qlwapp-box.closing .qlwapp-description {
  opacity: 0;
}

body.rtl #qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 0 0 12px;
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons {
  right: auto;
  left: 21px;
  flex-direction: row-reverse;
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response .qlwapp-buttons > a {
  transform: rotate(180deg);
}

body.rtl #qlwapp .qlwapp-box .qlwapp-response pre,
body.rtl #qlwapp .qlwapp-box .qlwapp-response textarea {
  padding: 18px 36px 18px 88px;
}

body.rtl #qlwapp .qlwapp-box.response .qlwapp-carousel .qlwapp-slide {
  transform: translateX(100%);
}

body.rtl #qlwapp .qlwapp-box .qlwapp-contact {
  flex-direction: row-reverse;
}

/* bg color transparent */
.bg-base-color-transparent {
  background-color: rgb(26 108 55 / 70%);
}
.card-rental {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  background: #fff;
}

/* IMAGE */
.img-rental {
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

/* HOVER IMAGE ZOOM */
.card-rental:hover .img-rental {
  transform: scale(1.05);
}

/* HOVER ANGKAT */
.card-rental:hover {
  transform: translateY(-5px);
}

.border-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(120deg, #ff6a00, #ff0000) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}

/* SAAT HOVER */
.card-rental:hover .border-hover::before {
  opacity: 1;
}
.fitur-rental {
  font-size: 9px;
  color: #666;
}

.fitur-item {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 20px;
  transition: 0.3s;
}

.fitur-item i {
  font-size: 14px;
  color: #2f5f77; /* sesuaikan warna brand */
}

/* HOVER BIAR INTERAKTIF */
.fitur-item:hover {
  background: #2f5f77;
  color: #fff;
}

.fitur-item:hover i {
  color: #fff;
}
.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;
}
@media (max-width: 576px) {
  #shapo-widget-c9b6a9db709cdb57b4de {
    margin-bottom: -3rem !important;
  }
}

#shapo-widget-c9b6a9db709cdb57b4de {
  margin-bottom: -5rem;
}
.custom-list ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.custom-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  /* list-style: initial; */
  padding-left: 2px;
}
.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;
}

/* button bulat */
.wa-button {
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.wa-button:hover {
  transform: scale(1.1);
}

/* chat box */
.wa-box {
  width: 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  bottom: 80px;
  left: 0;
  display: none;
  animation: fadeInUp 0.3s ease;
}

/* header */
.wa-header {
  background: #25d366;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-avatar {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-info small {
  display: block;
  font-size: 12px;
}

.wa-close {
  margin-left: auto;
  cursor: pointer;
  font-size: 18px;
}

/* body */
.wa-body {
  padding: 15px;
  font-size: 14px;
}

/* footer */
.wa-footer a {
  display: block;
  background: #25d366;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

/* animasi */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wa-input {
  display: flex;
  border-top: 1px solid #eee;
}

.wa-input textarea {
  flex: 1;
  border: none;
  padding: 10px;
  resize: none;
  font-size: 14px;
  outline: none;
}

.wa-input button {
  background: #25d366;
  color: #fff;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}
/* animasi muncul box */
.wa-box {
  display: none;
  animation: waSlideUp 0.4s ease;
}

@keyframes waSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* tombol WA bounce */
.wa-button {
  animation: waBounce 2s infinite;
}

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

/* efek hover tombol */
.wa-button:hover {
  animation: none;
  transform: scale(1.1);
}

/* typing bubble */
.wa-body p {
  animation: fadeText 0.8s ease;
}

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

/* tombol kirim animasi */
.wa-input button {
  transition: 0.3s;
}

.wa-input button:active {
  transform: scale(0.9);
}

/* welcome teks */

.welcome-badge {
  font-family: var(--alt-font);
  color: var(--bs-third);
  background: rgba(var(--bs-third-rgb), 0.1);
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.welcome-badge2 {
  font-family: var(--alt-font);
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

.welcome-title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1.25;
  color: var(--base-color);
}

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

.welcome-desc {
  font-family: var(--primary-font);
  color: #4a5568;
  font-size: 14px;
  line-height: 1.8;
}

.welcome-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(var(--base-color-rgb), 0.25);
}

.welcome-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(var(--bs-third-rgb), 0.3);
  border-radius: 24px;
  pointer-events: none;
}

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

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

.btn-wa {
  font-family: var(--alt-font);
  font-weight: 600;
  background: var(--base-color);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-wa:hover {
  background: var(--bs-third);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(var(--bs-third-rgb), 0.3);
}
/* === Ornamen Section === */
.welcome-ornament {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.ornament-circle-dashed {
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border: 2px dashed rgba(var(--bs-third-rgb), 0.35);
  border-radius: 50%;
  animation: spin-slow 25s linear infinite;
}

.ornament-dots {
  top: 20%;
  left: -10px;
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ============================================
   SECTION RENTAL PLUS DRIVER - ORNAMENT & LAYOUT
   ============================================ */

#tentang-kami {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

/* --- Ornamen Background Section --- */
.rental-ornament {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.rental-ornament-route {
  top: 40px;
  left: 0;
  width: 100%;
  opacity: 0.5;
}

.rental-ornament-pin {
  top: 15%;
  right: 5%;
  width: 46px;
  animation: float-y 4s ease-in-out infinite;
}

.rental-ornament-pin-2 {
  bottom: 10%;
  left: 3%;
  width: 34px;
  animation: float-y 5s ease-in-out infinite 0.5s;
}

.rental-ornament-dots-grid {
  bottom: 5%;
  right: 8%;
  opacity: 0.4;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* --- Header Badge --- */
.section-badge-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ============================================
   RC CARD - COLOR HARMONY DENGAN FOTO
   ============================================ */

.rc-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(var(--base-color-rgb), 0.12);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--base-color-rgb), 0.08);
}

.rc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(var(--base-color-rgb), 0.2);
}

/* Media Area */
.rc-media {
  position: relative;
  overflow: hidden;
}

.rc-media img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

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

/* Transisi halus dari foto ke body - fade overlay tipis di bawah foto */
.rc-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(0, 40, 69, 0) 0%,
    rgba(0, 40, 69, 0.15) 100%
  );
  pointer-events: none;
}

/* Body Card */
.rc-body {
  padding: 18px 16px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

/* Aksen garis tipis biru di atas body, seperti "horizon line" dari laut di foto */
.rc-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--base-color), var(--bs-third));
}

/* Judul */
.rc-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 16px;
  color: var(--base-color);
  text-decoration: none;
  line-height: 1.3;
  display: block;
  text-align: center;
  margin: 0px 0 12px;
  letter-spacing: 0.2px;
}

.rc-title:hover {
  color: var(--bs-third);
}

/* Include badges - warna biru laut lembut, senada foto */
.rc-include-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}

.rc-include-badge {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--base-color);
  background: rgba(var(--bs-third-rgb), 0.1);
  border: 1px solid rgba(var(--bs-third-rgb), 0.25);
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.rc-include-badge svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  stroke: var(--bs-third);
}

/* Footer - beri sedikit tint navy supaya senada laut/aspal di foto */
.rc-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 0;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.18);
  background: rgba(var(--base-color-rgb), 0.025);
}

.rc-cta-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--base-color), #003a63);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(var(--base-color-rgb), 0.35);
}

.rc-cta-icon svg {
  width: 21px;
  height: 21px;
}

.rc-cta-icon:hover {
  background: linear-gradient(135deg, var(--bs-third), #1487c9);
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 10px 20px rgba(var(--bs-third-rgb), 0.4);
  color: #fff;
}

.rc-meta-stack {
  text-align: right;
  line-height: 1.3;
}

.rc-meta-stack .rc-price {
  font-weight: 700;
  font-size: 16px;
  color: var(--base-color);
}

.rc-meta-stack .rc-price .per {
  font-size: 10px;
  color: #6b7c8d;
  font-weight: 500;
}

.rc-meta-stack .rc-seat {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--base-color);
  margin-top: 4px;
  background: rgba(var(--base-color-rgb), 0.06);
  padding: 2px 8px;
  border-radius: 20px;
}

.rc-meta-stack .rc-seat svg {
  width: 12px;
  height: 12px;
}

@media (max-width: 767px) {
  .rc-title {
    font-size: 15px;
  }
}
/* Title */
.cat-title {
  font-family: var(--heading-font);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--base-color);
  line-height: 1.25;
  margin-bottom: 8px;
}

.cat-title em {
  font-style: italic;
  color: var(--bs-third);
}

.cat-bar {
  width: 48px;
  height: 3px;
  background: var(--bs-third);
  border-radius: 2px;
  margin: 12px auto 14px;
}
.cat-bar1 {
  width: 48px;
  height: 3px;
  background: var(--bs-third);
  border-radius: 2px;
  /* margin: 12px auto 14px; */
}

.cat-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
}
.trip-stars {
  color: var(--base-color);
  font-size: 12px;
  display: flex;
  gap: 4px;
}

.btn-tripadvisor {
  background: var(--bs-third);
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

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

.review-card {
  background: #fff;
  border: 1px solid #e3e6e8;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.review-user-info h6 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .review-user-info h6 {
    margin-bottom: 0 !important;
  }
}
.review-user-info span {
  font-size: 16px;
  color: #6b7280;
}

.review-card-menu {
  color: #6b7280;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.review-stars .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--base-color);
  display: inline-block;
}

.review-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.review-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  /* line-height: 26px; */
}

.review-readmore {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.review-readmore svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

/* Sembunyikan tombol read more jika teks tidak terpotong (di set via JS) */
.review-readmore.d-none {
  display: none;
}

/* ================== MODAL POPUP ================== */
.review-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  padding: 16px;
}

.review-modal-overlay.show {
  display: flex;
}

.review-modal-box {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.review-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #1a1a1a;
  cursor: pointer;
  line-height: 1;
}

.review-modal-box .review-user-info img {
  width: 44px;
  height: 44px;
}

.review-modal-box .review-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-modal-meta {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 16px;
}
.background-paket-wisata {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Mengubah background utama menjadi putih */
  background-color: #ffffff;
}

.background-paket-wisata::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Overlay gradasi putih transparan agar gambar tidak terlalu kontras */
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.8) 100%
    ),
    url("../../../images/lain-lain/background.jpg") center center / cover
      no-repeat;

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  /* Mengonversi gambar menjadi abu-abu dan mengatur opacity agar tetap soft */
  filter: grayscale(100%);
  opacity: 0.5;

  z-index: -1;
}
/* ============================================
   FAQ SECTION
   ============================================ */

.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-ornament-pin {
  position: absolute;
  top: 8%;
  right: 6%;
  width: 40px;
  opacity: 0.8;
  animation: float-y 4.5s ease-in-out infinite;
}

.faq-ornament-dots {
  position: absolute;
  bottom: 10%;
  left: 4%;
  opacity: 0.35;
}

.faq-ornament-circle {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--bs-third-rgb), 0.08) 0%,
    transparent 70%
  );
}

@keyframes float-y {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(var(--base-color-rgb), 0.1);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(var(--base-color-rgb), 0.04);
}

.faq-item:hover {
  border-color: rgba(var(--bs-third-rgb), 0.35);
  box-shadow: 0 8px 22px rgba(var(--base-color-rgb), 0.08);
}

.faq-item.active {
  border-color: var(--bs-third);
  box-shadow: 0 10px 25px rgba(var(--bs-third-rgb), 0.15);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
}

.faq-question-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-q-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(var(--bs-third-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-q-icon svg {
  width: 17px;
  height: 17px;
}

.faq-item.active .faq-q-icon {
  background: var(--bs-third);
}
.faq-item.active .faq-q-icon svg path {
  stroke: #fff;
}

.faq-q-text {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 600;
  font-size: 15px;
  color: var(--base-color);
  line-height: 1.4;
}

.faq-toggle {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(var(--base-color-rgb), 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  background: var(--base-color);
  transform: rotate(180deg);
}

.faq-item.active .faq-toggle svg path {
  stroke: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 20px 20px 72px;
  font-size: 13.5px;
  line-height: 1.8;
  color: #5b6a78;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

@media (max-width: 575px) {
  .faq-answer-inner {
    padding-left: 20px;
  }
  .faq-q-text {
    font-size: 14px;
  }
}
/* ============================================
   CTA SECTION - SPLIT LAYOUT (IMAGE LEFT, TEXT RIGHT)
   ============================================ */

.cta-split-wrap {
  position: relative;
  /* padding: 70px 0; */
  overflow: hidden;
}

.cta-split-ornament-dots {
  position: absolute;
  top: 8%;
  right: 4%;
  opacity: 0.25;
  z-index: 0;
}

.cta-split-ornament-circle {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--bs-third-rgb), 0.08) 0%,
    transparent 70%
  );
  z-index: 0;
}

.cta-split-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, var(--base-color) 0%, #001c30 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(var(--base-color-rgb), 0.25);
}

.cta-split-row {
  display: flex;
  align-items: stretch;
  min-height: 340px;
}

/* Kolom kiri - gambar */
.cta-split-media {
  position: relative;
  flex: 0 0 42%;
  max-width: 42%;
  overflow: hidden;
}

.cta-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 340px;
}

/* Overlay gradient supaya foto menyatu ke card di sisi kanan */
.cta-split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    90deg,
    transparent 60%,
    rgba(0, 28, 48, 0.85) 100%
  ); */
}

/* Badge floating di atas gambar */
.cta-split-media-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  color: var(--base-color);
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cta-split-media-badge svg {
  width: 13px;
  height: 13px;
}

/* Kolom kanan - konten */
.cta-split-content {
  flex: 1;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.cta-split-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--bs-third);
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.cta-split-eyebrow svg {
  width: 14px;
  height: 14px;
}

.cta-split-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: #fff;
  line-height: 1.35;
  margin-bottom: 14px;
}

.cta-split-title span {
  color: var(--bs-third);
}

.cta-split-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 28px;
  /* max-width: 460px; */
}

.cta-split-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-split-btn {
  background: var(--bs-third);
  color: #fff !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 30px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(var(--bs-third-rgb), 0.4);
  transition: all 0.3s ease;
}

.cta-split-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(var(--bs-third-rgb), 0.5);
  color: #fff;
}

.cta-split-btn svg {
  width: 18px;
  height: 18px;
}

.cta-split-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.cta-split-phone:hover {
  color: #fff;
}

.cta-split-phone-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-split-phone-icon svg {
  width: 16px;
  height: 16px;
}

.cta-split-phone-text .label {
  display: block;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 991px) {
  .cta-split-row {
    flex-direction: column;
    min-height: auto;
  }
  .cta-split-media {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .cta-split-media img {
    min-height: 220px;
  }
  .cta-split-media::after {
    background: linear-gradient(
      180deg,
      transparent 60%,
      rgba(0, 28, 48, 0.9) 100%
    );
  }
  .cta-split-content {
    padding: 32px 28px;
  }
}
/* ============================================
   FOOTER SECTION
   ============================================ */

.site-footer {
  position: relative;
  background: linear-gradient(180deg, var(--base-color) 0%, #001624 100%);
  overflow: hidden;
}

/* Ornamen */
.footer-ornament-circle {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--bs-third-rgb), 0.12) 0%,
    transparent 70%
  );
}

.footer-ornament-dots {
  position: absolute;
  bottom: 15%;
  left: 3%;
  opacity: 0.2;
}

.footer-ornament-route {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
}

/* Brand */
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bs-third);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-brand-icon svg {
  width: 22px;
  height: 22px;
}

.footer-brand-name {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  line-height: 1.9;
  margin-bottom: 20px;
  /* max-width: 320px; */
}

/* Sosmed */
.footer-social-row {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social-icon i {
  color: var(--bs-third);
}

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

.footer-social-icon:hover i {
  color: #fff;
}

/* Judul kolom */
.footer-col-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  border-radius: 10px;
  background: var(--bs-third);
}

/* Menu list */
.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-menu-list a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  text-decoration: none;
  /* display: inline-flex; */
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.footer-menu-list a svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.25s ease;
}

.footer-menu-list a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-menu-list a:hover svg {
  opacity: 1;
  transform: translateX(0);
}

/* Kontak list */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(var(--bs-third-rgb), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact-icon svg {
  width: 15px;
  height: 15px;
  color: var(--bs-third);
}

.footer-contact-text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

.footer-contact-text a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact-text a:hover {
  color: var(--bs-third);
}

.footer-contact-text .label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}

/* Bottom bar */
.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 46px;
  padding: 22px 0;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  margin: 0;
}

.footer-copyright a {
  /*color: var(--bs-third);*/
  text-decoration: none;
  font-weight: 600;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12.5px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-bottom-links {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .site-footer {
    padding-top: 44px;
  }
}
/* ============================================
   PAGE TITLE / BANNER SECTION
   ============================================ */

.cs_page_heading {
  position: relative;
  overflow: hidden;
}

/* Overlay gradient tema, menggantikan opacity-very-light bawaan */
.cs_page_heading .heading-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--base-color-rgb), 0.92) 0%,
    rgba(0, 18, 30, 0.85) 55%,
    rgba(var(--base-color-rgb), 0.75) 100%
  );
  z-index: 0;
}

/* Ornamen */
.heading-ornament-dots {
  position: absolute;
  top: 15%;
  right: 6%;
  opacity: 0.25;
  z-index: 1;
}

.heading-ornament-circle {
  position: absolute;
  bottom: -90px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.12);
  z-index: 1;
}

.heading-ornament-pin {
  position: absolute;
  top: 20%;
  left: 4%;
  width: 30px;
  opacity: 0.85;
  z-index: 1;
  animation: heading-float 4s ease-in-out infinite;
}

@keyframes heading-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Eyebrow badge di atas judul */
.heading-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--bs-third);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 7px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

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

/* Judul */
.cs_page_heading h5 {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-size: clamp(1.7rem, 3.2vw, 2rem);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* Breadcrumb custom */
.cs_page_heading .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 0;
}

.cs_page_heading .breadcrumb-item {
  font-size: 13px;
  font-weight: 500;
}

.cs_page_heading .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.cs_page_heading .breadcrumb-item a:hover {
  opacity: 1;
}

.cs_page_heading .breadcrumb-item a svg {
  width: 13px;
  height: 13px;
}

.cs_page_heading .breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}

.cs_page_heading .breadcrumb-item.active {
  color: var(--bs-third) !important;
  font-weight: 600;
}

/* Bottom wave divider - transisi halus ke section berikutnya */
.heading-wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}

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

/* Deskripsi di banner */
.cs_page_heading .heading-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.85;
  /* max-width: 620px; */
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .cs_page_heading .heading-desc {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ============================================
   BLOG CARD
   ============================================ */

.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(var(--base-color-rgb), 0.08);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--base-color-rgb), 0.06);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(var(--base-color-rgb), 0.15);
}

/* Media */
.blog-card-media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

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

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

/* Tanggal badge floating di atas gambar */
.blog-card-date {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  color: var(--base-color);
  font-size: 11px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-card-date svg {
  width: 12px;
  height: 12px;
  color: var(--bs-third);
}

/* Body */
.blog-card-body {
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Judul - limit 2 baris */
.blog-card-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--base-color);
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 10px;

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

.blog-card-title:hover {
  color: var(--bs-third);
}

/* Deskripsi - limit 4 baris */
.blog-card-desc {
  color: #667085;
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.75em * 4);
}

/* Footer card: views + read more */
.blog-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.15);
}

.blog-card-views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a97a3;
  font-size: 12px;
  font-weight: 500;
}

.blog-card-views svg {
  width: 15px;
  height: 15px;
  color: var(--bs-third);
}

.blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--base-color);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition:
    gap 0.25s ease,
    color 0.25s ease;
}

.blog-card-readmore svg {
  width: 15px;
  height: 15px;
  transition: transform 0.25s ease;
}

.blog-card-readmore:hover {
  color: var(--bs-third);
  gap: 9px;
}

.blog-card-readmore:hover svg {
  transform: translateX(2px);
}
/* ============================================
   BLOG DETAIL PAGE
   ============================================ */

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

/* --- Main Content --- */
.blog-detail-content {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(var(--base-color-rgb), 0.08);
  border: 1px solid rgba(var(--base-color-rgb), 0.06);
}

.blog-detail-media {
  position: relative;
  /* aspect-ratio: 16/8; */
  overflow: hidden;
}

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

.blog-detail-body {
  padding: 36px 40px 40px;
}

/* Meta info atas (tanggal, penulis, views) */
.blog-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(var(--base-color-rgb), 0.15);
}

.blog-detail-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #667085;
  font-weight: 500;
}

.blog-detail-meta-item svg {
  width: 16px;
  height: 16px;
  color: var(--bs-third);
  flex-shrink: 0;
}

.blog-detail-meta-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-detail-meta-author img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}

/* Judul */
.blog-detail-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--base-color);
  line-height: 1.4;
  margin-bottom: 22px;
}

/* Isi artikel */
.blog-detail-body-text {
  font-size: 14.5px;
  line-height: 1.95;
  color: #4a5568;
}

.blog-detail-body-text h4 {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 17px;
  color: var(--base-color);
  margin: 26px 0 10px;
}

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

.blog-detail-body-text blockquote {
  position: relative;
  background: rgba(var(--bs-third-rgb), 0.06);
  border-left: 4px solid var(--bs-third);
  padding: 18px 22px 18px 50px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--base-color);
  font-size: 14.5px;
  margin: 24px 0;
}

.blog-detail-body-text blockquote::before {
  content: "\201C";
  position: absolute;
  left: 14px;
  top: 6px;
  font-size: 34px;
  color: var(--bs-third);
  font-family: Georgia, serif;
  line-height: 1;
}

/* Tags */
.blog-detail-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.15);
}

.blog-detail-tags .label {
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
  margin-right: 4px;
}

.blog-detail-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--base-color);
  background: rgba(var(--base-color-rgb), 0.06);
  border: 1px solid rgba(var(--base-color-rgb), 0.12);
  padding: 5px 13px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.blog-detail-tag:hover {
  background: var(--bs-third);
  border-color: var(--bs-third);
  color: #fff;
}

/* Share row */
.blog-detail-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.blog-detail-share .label {
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
}

.blog-share-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(var(--base-color-rgb), 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base-color);
  transition: all 0.25s ease;
  text-decoration: none;
}

.blog-share-icon svg {
  width: 15px;
  height: 15px;
}

.blog-share-icon:hover {
  background: var(--bs-third);
  color: #fff;
  transform: translateY(-2px);
}

/* CTA box di bawah artikel */
.blog-detail-cta {
  margin-top: 34px;
  background: linear-gradient(135deg, var(--base-color), #001c30);
  border-radius: 16px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.blog-detail-cta h6 {
  font-family: var(--heading-font, "Poppins", sans-serif);
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  margin-bottom: 4px;
}

.blog-detail-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin: 0;
}

.blog-detail-cta-btn {
  background: var(--bs-third);
  color: #fff !important;
  font-weight: 600;
  font-size: 13.5px;
  padding: 12px 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.blog-detail-cta-btn:hover {
  background: #fff;
  color: var(--base-color) !important;
  transform: translateY(-2px);
}

/* ============================================
   SIDEBAR - STICKY
   ============================================ */

.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 6px 22px rgba(var(--base-color-rgb), 0.07);
  border: 1px solid rgba(var(--base-color-rgb), 0.06);
}

.sidebar-widget-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--base-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.sidebar-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: var(--bs-third);
}

/* Widget: Search */
.sidebar-search {
  position: relative;
}

.sidebar-search input {
  width: 100%;
  padding: 12px 44px 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(var(--base-color-rgb), 0.15);
  font-size: 13.5px;
  color: var(--base-color);
  outline: none;
  transition: border-color 0.25s ease;
}

.sidebar-search input:focus {
  border-color: var(--bs-third);
}

.sidebar-search button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--bs-third);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sidebar-search button svg {
  width: 15px;
  height: 15px;
  color: #fff;
}

/* Widget: Recent Posts */
.sidebar-post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
}

.sidebar-post-item:last-child {
  margin-bottom: 0;
}

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

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

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

.sidebar-post-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.sidebar-post-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
  line-height: 1.4;
  margin-bottom: 6px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease;
}

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

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

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

/* Widget: Kategori */
.sidebar-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-category-list li {
  border-bottom: 1px dashed rgba(var(--base-color-rgb), 0.1);
}

.sidebar-category-list li:last-child {
  border-bottom: none;
}

.sidebar-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 2px;
  color: #4a5568;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sidebar-category-list a:hover {
  color: var(--bs-third);
  padding-left: 6px;
}

.sidebar-category-count {
  background: rgba(var(--base-color-rgb), 0.06);
  color: var(--base-color);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

/* Widget: Tags */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sidebar-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--base-color);
  background: rgba(var(--base-color-rgb), 0.06);
  border: 1px solid rgba(var(--base-color-rgb), 0.1);
  padding: 6px 13px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.sidebar-tag:hover {
  background: var(--bs-third);
  border-color: var(--bs-third);
  color: #fff;
}

/* Widget: CTA WhatsApp di sidebar */
.sidebar-cta {
  background: linear-gradient(135deg, var(--base-color), #001c30);
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
}

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

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

.sidebar-cta h6 {
  font-family: var(--heading-font, "Poppins", sans-serif);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.sidebar-cta p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12.5px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.sidebar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bs-third);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}

.sidebar-cta-btn:hover {
  background: #fff;
  color: var(--base-color) !important;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-sidebar {
    position: static;
    margin-top: 30px;
  }
  .blog-detail-body {
    padding: 26px 22px 30px;
  }
}
/* ============================================
   SOCIAL SHARE - elements-social override
   ============================================ */

.blog-detail-body .elements-social {
  /* margin-top: 30px; */
  padding-top: 24px;
  border-top: 1px dashed rgba(var(--base-color-rgb), 0.15);
}

.blog-detail-body .elements-social .small-icon {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.blog-detail-body .elements-social .small-icon li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--base-color-rgb), 0.06);
  color: var(--base-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-detail-body .elements-social .small-icon li a:hover {
  background: var(--bs-third);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(var(--bs-third-rgb), 0.3);
}

/* Warna khas per platform saat hover (opsional, biar makin menarik) */
.blog-detail-body .elements-social .small-icon li a.facebook:hover {
  background: #1877f2;
  box-shadow: 0 8px 16px rgba(24, 119, 242, 0.35);
}
.blog-detail-body .elements-social .small-icon li a.whatsapp:hover {
  background: #25d366;
  box-shadow: 0 8px 16px rgba(37, 211, 102, 0.35);
}
.blog-detail-body .elements-social .small-icon li a.telegram:hover {
  background: #229ed9;
  box-shadow: 0 8px 16px rgba(34, 158, 217, 0.35);
}
.blog-detail-body .elements-social .small-icon li a.twitter:hover {
  background: #000000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.blog-detail-body .elements-social .small-icon li a.email:hover {
  background: #667085;
  box-shadow: 0 8px 16px rgba(102, 112, 133, 0.3);
}

.blog-detail-body .elements-social .small-icon li a span {
  display: none;
}

/* Label kecil di atas icon share */
.blog-share-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--base-color);
  margin-bottom: 14px;
}
/* ============================================
   CONTACT PAGE
   ============================================ */

.contact-section {
  /* padding: 70px 0; */
  position: relative;
  overflow: hidden;
}

.contact-ornament-dots {
  position: absolute;
  top: 6%;
  right: 4%;
  opacity: 0.25;
  z-index: 0;
}

.contact-ornament-circle {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--bs-third-rgb), 0.08) 0%,
    transparent 70%
  );
  z-index: 0;
}

/* --- Info Cards Row --- */
.contact-info-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(var(--base-color-rgb), 0.07);
  border: 1px solid rgba(var(--base-color-rgb), 0.06);
  transition: all 0.35s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(var(--base-color-rgb), 0.14);
  border-color: rgba(var(--bs-third-rgb), 0.3);
}

.contact-info-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(var(--bs-third-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.35s ease;
}

.contact-info-card:hover .contact-info-icon {
  background: var(--bs-third);
}

.contact-info-icon svg {
  width: 26px;
  height: 26px;
  color: var(--bs-third);
  transition: color 0.35s ease;
}

.contact-info-card:hover .contact-info-icon svg {
  color: #fff;
}

.contact-info-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--base-color);
  margin-bottom: 8px;
}

.contact-info-text {
  font-size: 13px;
  color: #667085;
  line-height: 1.7;
  margin-bottom: 4px;
}

.contact-info-link {
  color: var(--bs-third);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}

.contact-info-link:hover {
  color: var(--base-color);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-map-panel,
  .contact-form-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form-panel {
    padding: 34px 26px;
  }
  .contact-map-panel {
    padding: 34px 26px;
  }
  .contact-form-group.row-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ============================================
   PACKAGE / PAKET WISATA CARD
   ============================================ */

.pkg-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(var(--base-color-rgb), .09);
  transition: all .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--base-color-rgb), .06);
}

.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(var(--base-color-rgb), .17);
}

/* Media */
.pkg-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.pkg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

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

/* Durasi badge di atas gambar */
.pkg-duration-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(4px);
  color: var(--base-color);
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.pkg-duration-badge svg { width: 13px; height: 13px; color: var(--bs-third); }

/* Body */
.pkg-body {
  padding: 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}

.pkg-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 16.5px;
  color: var(--base-color);
  line-height: 1.4;
  margin-bottom: 10px;
  text-decoration: none;
    padding-bottom:10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*min-height: calc(1.4em * 2);*/
}

.pkg-title:hover { color: var(--bs-third); }

/* Include text singkat */
.pkg-include {
  font-size: 12.5px;
  color: #8a97a3;
  line-height: 1.6;
  margin-bottom: 16px;

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

.pkg-include svg {
  width: 12px;
  height: 12px;
  color: var(--bs-third);
  margin-right: 4px;
  vertical-align: -1px;
}

/* Harga row */
.pkg-price-row {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed rgba(var(--base-color-rgb), .15);
  margin-bottom: 16px;
}

.pkg-price-label {
  font-size: 11px;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 3px;
}

.pkg-price {
  font-weight: 700;
  font-size: 19px;
  color: var(--bs-third);
  line-height: 1.2;
}

.pkg-price .per {
  font-size: 12px;
  font-weight: 500;
  color: #667085;
}

/* Actions */
.pkg-actions {
  display: flex;
  gap: 10px;
}

.pkg-btn-detail {
  flex: 1;
  text-align: center;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(var(--base-color-rgb), .15);
  color: var(--base-color);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all .3s ease;
}

.pkg-btn-detail:hover {
  background: rgba(var(--base-color-rgb), .06);
  border-color: var(--base-color);
  color: var(--base-color);
}

.pkg-btn-booking {
  flex: 1;
  text-align: center;
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--base-color);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .3s ease;
  box-shadow: 0 8px 18px rgba(var(--base-color-rgb), .25);
}

.pkg-btn-booking svg { width: 14px; height: 14px; }

.pkg-btn-booking:hover {
  background: var(--bs-third);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(var(--bs-third-rgb), .35);
}
/* --- Gallery --- */
.pkgd-gallery {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 34px;
  /*height: 420px;*/
}

.pkgd-gallery-main { position: relative; overflow: hidden; }
.pkgd-gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.pkgd-gallery-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.pkgd-gallery-side-item { position: relative; overflow: hidden; }
.pkgd-gallery-side-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pkgd-gallery-side-item:hover img { transform: scale(1.08); }

.pkgd-gallery-more {
  position: absolute;
  inset: 0;
  background: rgba(0,40,69,.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  gap: 6px;
}

/* --- Quick Info Row --- */
.pkgd-quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}

.pkgd-quick-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(var(--base-color-rgb), .07);
  border: 1px solid rgba(var(--base-color-rgb), .06);
}

.pkgd-quick-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(var(--bs-third-rgb), .1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.pkgd-quick-icon svg { width: 20px; height: 20px; color: var(--bs-third); }

.pkgd-quick-label {
  font-size: 10.5px;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 3px;
}

.pkgd-quick-value {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--base-color);
}

/* --- Content Card --- */
.pkgd-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 32px;
  margin-bottom: 24px;
  box-shadow: 0 6px 22px rgba(var(--base-color-rgb), .06);
  border: 1px solid rgba(var(--base-color-rgb), .06);
}

.pkgd-card-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 18px;
  color: var(--base-color);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pkgd-card-title svg { width: 20px; height: 20px; color: var(--bs-third); }

.pkgd-desc-text {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5568;
}

/* --- Include / Exclude --- */
.pkgd-inc-exc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pkgd-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 13.5px;
  color: #4a5568;
  line-height: 1.6;
}

.pkgd-list-item:last-child { margin-bottom: 0; }

.pkgd-list-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.pkgd-list-icon.check { background: rgba(25,163,237,.12); }
.pkgd-list-icon.cross { background: rgba(220,53,69,.1); }

.pkgd-list-icon svg { width: 11px; height: 11px; }
.pkgd-list-icon.check svg { color: var(--bs-third); }
.pkgd-list-icon.cross svg { color: #dc3545; }

@media (max-width: 767px) {
  .pkgd-inc-exc-row { grid-template-columns: 1fr; gap: 0; }
}

/* --- Itinerary --- */
.pkgd-itinerary {
  position: relative;
  padding-left: 6px;
}

.pkgd-itinerary-item {
  position: relative;
  padding-left: 44px;
  padding-bottom: 26px;
}

.pkgd-itinerary-item:last-child { padding-bottom: 0; }

.pkgd-itinerary-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: rgba(var(--base-color-rgb), .12);
}

.pkgd-itinerary-item:last-child::before { display: none; }

.pkgd-itinerary-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bs-third);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 5px rgba(var(--bs-third-rgb), .12);
}

.pkgd-itinerary-time {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--bs-third);
  background: rgba(var(--bs-third-rgb), .08);
  padding: 3px 11px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.pkgd-itinerary-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 15px;
  color: var(--base-color);
  margin-bottom: 6px;
}

.pkgd-itinerary-desc {
  font-size: 13px;
  color: #667085;
  line-height: 1.75;
}

/* --- Sidebar Booking Box (sticky) --- */
.pkgd-sidebar { position: sticky; top: 100px; }

.pkgd-booking-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(var(--base-color-rgb), .12);
  border: 1px solid rgba(var(--base-color-rgb), .06);
  margin-bottom: 24px;
}

.pkgd-booking-header {
  background: linear-gradient(135deg, var(--base-color), #001c30);
  padding: 22px 24px;
  color: #fff;
}

.pkgd-booking-price-label {
  font-size: 11px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 4px;
}

.pkgd-booking-price {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 26px;
}

.pkgd-booking-price .per { font-size: 13px; font-weight: 400; color: rgba(255,255,255,.65); }

.pkgd-booking-body { padding: 22px 24px; }

.pkgd-booking-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(var(--base-color-rgb), .12);
  font-size: 13px;
}

.pkgd-booking-info-item:last-of-type { border-bottom: none; }

.pkgd-booking-info-item .label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667085;
}

.pkgd-booking-info-item .label svg { width: 16px; height: 16px; color: var(--bs-third); }

.pkgd-booking-info-item .value { font-weight: 600; color: var(--base-color); }

.pkgd-booking-btn {
  width: 100%;
  margin-top: 18px;
  background: var(--bs-third);
  color: #fff !important;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 10px 22px rgba(var(--bs-third-rgb), .35);
}

.pkgd-booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(var(--bs-third-rgb), .45);
  color: #fff;
}

.pkgd-booking-btn svg { width: 18px; height: 18px; }

.pkgd-booking-note {
  text-align: center;
  font-size: 11.5px;
  color: #98a2b3;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .pkgd-sidebar { position: static; margin-top: 30px; }
  .pkgd-quick-info { grid-template-columns: repeat(2, 1fr); }
  .pkgd-gallery { grid-template-columns: 1fr; height: auto; }
  .pkgd-gallery-main img { height: 240px; }
  .pkgd-gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; height: 140px; }
}


/* ============================================
   RELATED PACKAGES
   ============================================ */

.pkgd-related-title {
  font-family: var(--heading-font, "Poppins", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--base-color);
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px dashed rgba(var(--base-color-rgb), .15);
}
/* ============================================
   GALLERY - CLICKABLE + LIGHTBOX
   ============================================ */

.pkgd-gallery-main,
.pkgd-gallery-side-item {
  cursor: pointer;
}

.pkgd-gallery-main::after,
.pkgd-gallery-side-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,40,69,0);
  transition: background .25s ease;
}

.pkgd-gallery-main:hover::after,
.pkgd-gallery-side-item:hover::after {
  background: rgba(0,40,69,.15);
}

/* Icon zoom saat hover */
.pkgd-gallery-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.7);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .25s ease;
  z-index: 2;
  pointer-events: none;
}

.pkgd-gallery-main:hover .pkgd-gallery-zoom-icon,
.pkgd-gallery-side-item:hover .pkgd-gallery-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.pkgd-gallery-zoom-icon svg { width: 18px; height: 18px; color: var(--base-color); }

.pkgd-gallery-more {
  cursor: pointer;
}

/* ============================================
   LIGHTBOX MODAL
   ============================================ */

.pkgd-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,10,18,.95);
  align-items: center;
  justify-content: center;
}

.pkgd-lightbox.active {
  display: flex;
}

.pkgd-lightbox-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 90px;
}

.pkgd-lightbox-img-wrap {
  max-width: 100%;
  max-height: 100%;
}

.pkgd-lightbox-img-wrap img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

/* Close button */
.pkgd-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
  z-index: 2;
}

.pkgd-lightbox-close:hover { background: var(--bs-third); }
.pkgd-lightbox-close svg { width: 18px; height: 18px; color: #fff; }

/* Nav buttons */
.pkgd-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s ease;
  z-index: 2;
}

.pkgd-lightbox-nav:hover {
  background: var(--bs-third);
  border-color: var(--bs-third);
}

.pkgd-lightbox-nav.prev { left: 20px; }
.pkgd-lightbox-nav.next { right: 20px; }
.pkgd-lightbox-nav svg { width: 20px; height: 20px; color: #fff; }

/* Counter */
.pkgd-lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 30px;
}

/* Thumbnail strip */
.pkgd-lightbox-thumbs {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  max-width: 90%;
  overflow-x: auto;
  padding: 4px;
}

.pkgd-lightbox-thumbs img {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: .5;
  transition: all .25s ease;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.pkgd-lightbox-thumbs img:hover { opacity: .8; }

.pkgd-lightbox-thumbs img.active {
  opacity: 1;
  border-color: var(--bs-third);
}

@media (max-width: 767px) {
  .pkgd-lightbox-inner { padding: 60px 16px; }
  .pkgd-lightbox-nav { width: 38px; height: 38px; }
  .pkgd-lightbox-nav.prev { left: 8px; }
  .pkgd-lightbox-nav.next { right: 8px; }
  .pkgd-lightbox-thumbs { display: none; }
}
/* Gallery - fallback saat tidak ada foto tambahan */
.pkgd-gallery.no-side {
  grid-template-columns: 1fr;
}

.pkgd-gallery.no-side .pkgd-gallery-main {
  aspect-ratio: 21/9;
}

.pkgd-gallery.no-side .pkgd-gallery-side {
  display: none;
}

@media (max-width: 991px) {
  .pkgd-gallery.no-side .pkgd-gallery-main {
    aspect-ratio: 16/9;
  }
}
.pkgd-itinerary ul li {
    list-style: disc;
}