@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); */

:root {
  --bs-primary: #fc9103;
  --bs-primary-dark: #fb7002;
  --bs-second: #fb7002;
  --bs-primary-rgb: 252, 145, 3;
  --bs-primary-dark-rgb: 234, 168, 17;
  --bs-second-rgb: 191, 0, 2;
  --bs-body-font-weight: 400;
  --bs-body-font-size: 14px;
  --transition: all 0.5s ease-in-out;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --bs-body-line-height: 1.5;
  --bs-body-color: #3f434c;
  --bs-primary-font: "Roboto", sans-serif;
  --bs-font-sans-serif: "Roboto", sans-serif;
  --bs-alt-font: "Roboto", sans-serif;
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.alt-font {
  font-family: var(--bs-alt-font);
}

.primary-font {
  font-family: var(--bs-primary-font);
}

.ls-1px {
  letter-spacing: 1px;
}

.btn {
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 500;
}

.btn:not(.btn-link):hover {
  transform: none;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.bg-second {
  background-color: var(--bs-second);
}

.text-primary-dark {
  color: var(--bs-primary-dark);
}

.text-primary {
  color: var(--bs-primary);
}

.text-black {
  color: #000 !important;
}

.text-second {
  color: var(--bs-second);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-second {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-second);
  --bs-btn-border-color: var(--bs-second);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ca5300;
  --bs-btn-hover-border-color: #ca5300;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ca5300;
  --bs-btn-active-border-color: var(--bs-second);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-second);
  --bs-btn-disabled-border-color: var(--bs-second);
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: black;
  --bs-btn-border-color: black;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: black;
  --bs-btn-disabled-border-color: black;
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 5rem;
  height: 5rem;
}

@media (max-width: 767px) {
  .icon-svg,
  .icon-svg.icon-svg-lg {
    width: 3rem !important;
    height: 3rem !important;
  }
}

/* Background */
.background-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  background:
    linear-gradient(to bottom, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-keunggulan.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  /* opacity: 0.1; */
}

.background-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-2.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.03;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-333.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.07;
}

.background-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-tentang-kami.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/lain-lain/bg-layanan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  /* opacity: 0.3; */
}

/* Navbar */
.navbar {
  --bs-navbar-hover-color: var(--bs-primary);
  --bs-navbar-active-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
}

.navbar-nav {
  --bs-nav-link-padding-y: 1rem;
}

.nav-link {
  color: rgb(0, 0, 0);
  --bs-nav-link-font-weight: 500;
  font-size: 14px;
}

.navbar-stick .nav-link {
  color: black !important;
}

.logo-dark,
.logo-light {
  height: 45px;
  width: auto;
}

@media (max-width: 991px) {
  .logo-dark,
  .logo-light {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 0 !important; */
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .mega-menu-content {
    background: white !important;
  }
}

/* .navbar.navbar-light.fixed .custom-btn-primary {
  display: inline-block;
} */

.navbar.navbar-light.fixed .custom-btn-outline {
  display: none;
}

.navbar.navbar-dark .custom-btn-primary {
  display: none;
}

/* .navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
  background: none;
  border-color: transparent;
  color: var(--bs-white);
} */

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.logo-nav {
  width: auto;
  height: 65px;
}

/* Welcome Text */
.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

/* Floating WA */
.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  /*width: 200px;*/
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(../../../images/lain-lain/whats.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0 infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #2ecb71;
}

/* Button */
.btn-group-very-sm > .btn,
.btn-very-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: 0.4rem;
}

.btn-group-very-sm > .btn-icon.btn,
.btn-icon.btn-very-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-group-very-sm > .btn-icon.btn i,
.btn-icon.btn-very-sm i {
  font-size: 0.8rem;
}

/* Navbar */
.navbar-clone.navbar-stick {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.home-slider {
  height: calc(100vh - 34px) !important;
}

.dropdown-item {
  font-weight: 500;
  letter-spacing: -0.01rem;
  font-size: 14px;
}

.dropdown-toggle::after {
  line-height: 1;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-text p {
  line-height: 1.6;
}

/* header page */
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(16 26 37), rgb(0 0 0 / 32%));
}

/* About Me */
.ornament-about-1 {
  position: absolute;
  width: 100%;
  /* bottom: 0; */
  right: 0;
  opacity: 0.1;
}

/*Swiper*/
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
  right: -0.5rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
  left: -0.5rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-disabled {
  background: rgba(var(--bs-white-rgb), 0.7);
  visibility: hidden;
}

.swiper-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}

.swiper-controls .swiper-navigation .swiper-button {
  /* background: rgba(var(--bs-second-rgb), 0.9); */
  color: var(--bs-primary);
  border: 0;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 2rem;
  height: 2rem;
  line-height: inherit;
  border-radius: 100%;
  border: 2px solid var(--bs-primary);
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

.bg-overlay-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 10%));
}

.navbar-stick .navbar-nav .nav-link.active,
.navbar-stick .navbar-nav .nav-link:hover,
.navbar-stick .navbar-nav .nav-link.show {
  color: var(--bs-navbar-hover-color) !important;
}

.breadcrumb.text-white .breadcrumb-item + .breadcrumb-item::before {
  color: white;
  margin-top: -2px;
}

/* CK Editor */
.description p:last-child {
  margin-bottom: 0;
}
.description {
  border-radius: 10px;
  overflow: hidden;
}
.description-table table {
  width: 100%;
}

.description-table table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: var(--bs-primary);
  color: white;
  font-size: 15px;
}

.description-table table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.description-table p {
  margin-bottom: 0px;
}

.description-table table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

.description-table table tr:hover {
  background-color: #dddddd24;
}

/* .desc-cat ol,
.desc-cat ul {
    padding-left: 0px;
} */

.text-shadow {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.section-2 .img-about {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.section-2 .deskrip {
  left: -150px;
  right: 100px;
  top: 50%;
  margin-top: 70px;
}

@media (max-width: 756px) {
  .section-2 .deskrip {
    margin-top: 0px;
  }
}

.ls-05px {
  letter-spacing: 0.5px;
}

.second-img-wrapper {
  aspect-ratio: 4/2;
  object-fit: cover;
  max-width: 300px;
}

@media (max-width: 756px) {
  .second-img-wrapper {
    max-width: 215px;
  }

  .h-450px {
    height: 450px;
  }
}

/* Section CTA */
.section-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}

.two-columns {
  column-count: 2;
  column-gap: 30px;
}

.three-columns {
  column-count: 3;
  column-gap: 30px;
}

.overlay * {
  color: black;
}

/* Contact */
.contact-info-item {
  position: relative;
  padding: 0 20px 40px;
  background: #ffffff;
  margin-top: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
}

.contact-info-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  transform: translateY(-50px);
  margin-bottom: -20px;
  font-size: 40px;
  color: #ffffff;
  background: var(--bs-primary);
  box-shadow: 0 10px 50px rgb(0 0 0 / 8%);
}

h4.contact-info-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0d0d0d;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contact-info-text p {
  font-size: 16px;
  line-height: 32px;
  /* font-weight: 400; */
  color: #6a6a6a;
}

.contact-info-text a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6a6a6a;
  display: inline-block;
  transition: all 500ms;
}

.contact-info-text a:hover {
  color: var(--theme-color);
}

/* Title Section */
.section-title-custom {
  display: flex;
  gap: 40px;
  align-items: center;
}

.section-title-custom.style-1 .divider-title-1:nth-child(1) {
  display: none;
}

.section-title-custom .title {
  width: fit-content;
  text-wrap: nowrap;
  margin: 0;
  font-weight: 600;
}

.section-title-custom.light-ver .title {
  color: white;
}

.section-title-custom .divider-title-1:nth-child(3) {
  rotate: 180deg;
}

.section-title-custom.light-ver .divider-title-1 span {
  background: rgba(255, 255, 255, 0.4);
}

.divider-title-1 {
  display: flex;
  gap: 5px;
  width: 100%;
  transform: skewX(135deg);
}

.divider-title-1 span {
  display: block;
  height: 3px;
}

.divider-title-1 span:nth-child(1) {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* .divider-title-1 span:nth-child(2) {
  background: rgba(0, 0, 0, 0.1);
  width: 10%;
}
.divider-title-1 span:nth-child(3) {
  width: 70%;
  background: var(--bs-second);
} */

/* Glit Box */
.glightbox-clean .gdesc-inner .gslide-desc,
.glightbox-clean .gdesc-inner .gslide-title {
  color: var(--bs-white);
  font-weight: 400;
}

/* Button Custom */
.custom-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-outline:hover {
  background: #37768f;
  color: white;
}

.custom-btn-outline img.arrow {
  height: 20px;
}

.custom-btn-primary {
  /* background: transparent; */
  color: white;
  border: 2px solid white;
  background: var(--bs-primary);
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-primary:hover {
  color: white;
}

.custom-btn-primary img.arrow {
  height: 20px;
}

/* DESKRIPSI TOUR */
.table-description {
  width: 100%;
  overflow-x: auto !important;
  /* Scroll horizontal jika perlu */
}

.table-description table p {
  margin-bottom: 0px;
}

.table-description table {
  width: 100% !important;
  /* min-width: 600px; */
  /*overflow-x: auto;*/
}

.table-description table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: var(--bs-primary);
  color: white;
}

.table-description table td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* .table-description table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
} */

.table-description table tr:hover {
  background-color: #f2f2f2;
}

.table-description.table-price table tr:nth-child(1) {
  background-color: var(--bs-primary);
  color: white;
}

.text-shadow-custom {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.accordion-wrapper .card {
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-wrapper .card-header {
  margin-bottom: 0;
  /* background: #fdfbf6; */
  border: 0;
  padding: 0.5rem 1.3rem;
  border-radius: 8px;
}

.accordion-wrapper .card-header button.collapsed {
  color: #000;
}

.accordion-wrapper .card-header button {
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: black;
}

.accordion-wrapper .card-header button:before {
  right: 1.3rem;
  left: unset;
  /*content: "\ec07";*/
  margin-top: -0.25rem;
  margin-right: -0.3rem;
  color: black;
}

.accordion-item .card-body {
  padding: 0 1.25rem;
}

.icon-xxl {
  width: 4rem !important;
  min-width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-flip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-primary);
  border-radius: 3px;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: var();
}

.bg-primary-soft {
  background-color: #fff5d6 !important;
}

.goverlay {
  background: rgba(0, 0, 0, 0.9);
}

/* Rental */
.rental .item .card {
  box-shadow: none !important;
  border: 3px solid #e5e5e5 !important;
  border-radius: 0.8rem !important;
}

.rental .item:hover .card {
  box-shadow: 0 2px 15px rgb(197 43 47) !important;
}

.rental .item .card .con {
  position: relative;
}

.rental .item figure img {
  transition: all 0.3s ease;
}

.rental .item:hover figure img {
  /* transform: scale(1.1); */
  transition: all 0.3s ease;
}

.rental .item .card .con .title-rental {
  color: #000;
}

.rental .item .con span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.rental .item:hover .con span {
  /*background-image: linear-gradient(transparent 24px, white 20px);*/
  background-size: 100% !important;
}

.rental .item .con .price {
  background-color: var(--bs-primary);
  position: absolute;
  top: -22px;
  right: 10px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
}

.rental .item:hover .con .price {
  background-color: black;
  color: white;
  border: none !important;
}

.rental .item:hover .con .btn {
  background-color: var(--bs-primary);
  color: white !important;
  border-color: var(--bs-primary);
}

.rental .item .con .btn:hover {
  color: var(--bs-primary);
}

.rental .image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0, 0, 0), rgb(0 0 0 / 32%));
}

.rental .cta-title p {
  margin-bottom: 0;
}

.rental .cta-title p strong {
  color: var(--bs-primary) !important;
  background-color: white;
  padding: 0 10px;
}

/* Wisata */
.wisata .item .card {
  box-shadow: none !important;
  border: 3px solid #e5e5e5 !important;
  border-radius: 0.8rem !important;
}

.wisata .item:hover .card {
  box-shadow: 0 2px 15px rgb(197 43 47) !important;
}

.wisata .item .card .con .title-wisata {
  color: #000;
}

.wisata .item .con span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.wisata .item:hover .con span {
  /* background-image: linear-gradient(transparent 24px, white 20px); */
  background-size: 100% !important;
}

.wisata .item:hover .con .btn.btn-outline-primary {
  border-color: black;
  color: white !important;
  background-color: black;
}

.wisata .item:hover .con .btn.btn-primary {
  /* background-color: #fff; */
  /* color: var(--bs-primary) !important; */
}

.wisata .item figure img {
  transition: all 0.3s ease;
}

.wisata .item:hover figure img {
  /*transform: scale(1.1);*/
  transition: all 0.3s ease;
}

.wisata .image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(0, 0, 0), rgb(0 0 0 / 32%));
}

.wisata .cta-title p {
  margin-bottom: 0;
}

.wisata .cta-title p strong {
  color: var(--bs-primary) !important;
  background-color: white;
  padding: 0 10px;
}

/* Slider */
.home-slider {
  height: calc(100vh - 60px - 30px) !important;
}

.home-slider .slider-home {
  height: 100%;
  width: 100%;
}

.home-slider .slider-home .slider-home-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-slider .slider-home .slider-home-item .background {
  position: absolute;
  inset: 0;
}

.home-slider .slider-home .slider-home-item .background:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  /* background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); */
}

.home-slider .slider-home .slider-home-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider .slider-home .slider-home-item .container .sup-title {
  padding-left: 20px;
  display: flex;
  width: fit-content;
  color: white;
  position: relative;
  align-items: center;
  font-weight: 600;
}

.home-slider .slider-home .slider-home-item .container .sup-title::before {
  content: "";
  display: block;
  height: 25px;
  width: 60px;
  background: var(--bs-primary);
  position: absolute;
  left: 0;
  z-index: -1;
}

.home-slider .slider-home .slider-home-item .container .title {
  color: white !important;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 1px;
}

.home-slider .slider-home .slider-home-item .container .description {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.home-slider .slider-home .slider-home-item .container .btn-link-hero {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  font-weight: 600;
}

.home-slider .slider-home .slider-home-item .container .btn-link-hero:hover {
  color: white;
}

.home-slider .slider-home .slider-home-item .container .btn-link-hero::before {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background: var(--bs-primary);
  position: absolute;
  right: 0;
  transition: 0.2s;
}

.home-slider
  .slider-home
  .slider-home-item
  .container
  .btn-link-hero:hover::before {
  right: 60px;
}

.home-slider .slider-home .slider-home-item .container .btn-link-hero::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: -1;
  margin-left: 30px;
}

.home-slider .slider-home .swiper-scrollbar {
  opacity: 1 !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  right: 10px !important;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
}

.home-slider .slider-home .swiper-scrollbar .swiper-scrollbar-drag {
  background: white;
  border-radius: 0;
}

.content-marquee {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(var(--bs-second-rgb), 0.85);
  padding: 20px 0 !important;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.home-slider
  .slider-home
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-primary);
  color: white;
  width: 50px;
}

.home-slider .slider-home .slider-home-item .animate-zoom {
  animation: animatedBackground 20s linear infinite alternate;
}

@keyframes animatedBackground {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}

/* Button Custom */
.custom-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-outline:hover {
  background: #37768f;
  color: white;
}

.custom-btn-outline img.arrow {
  height: 20px;
}

.custom-btn-primary {
  /* background: transparent; */
  color: white;
  border: 2px solid white;
  background: var(--bs-primary);
  padding: 10px 25px;
  font-size: 16px;
  width: 25%;
  border-radius: 50px;
  cursor: pointer;
  display: inline;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.custom-btn-primary:hover {
  color: white;
}

.custom-btn-primary img.arrow {
  height: 20px;
}

/*  */
.border-gray {
  --bs-border-opacity: 1;
  border-color: rgb(239 239 239) !important;
}

.border-second {
  --bs-border-opacity: 1;
  border-color: var(--bs-second) !important;
}

.border-custom {
  border-color: rgb(252 145 3 / 23%) !important;
}

/* sd */
.link-second,
.link-second:focus,
.link-second:hover {
  color: var(--bs-second);
}

@media (min-width: 992px) {
  .min-vh-lg-50 {
    height: 50vh !important;
  }
}

/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* Sosmed */
.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.small-icon li {
  margin: 0 3.5px;
}

.elements-social ul li:first-child {
  margin-left: 0 !important;
}

.elements-social ul li {
  display: inline-block;
}

.social-icon-style-09 ul.light li a {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}

.elements-social .light li a {
  color: var(--bs-primary);
}

.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(35, 35, 35, 0.15);
  border-radius: 100%;
  position: relative;
}

.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.social-icon-style-09 ul.light li a:hover {
  color: white !important;
  text-decoration: none;
}

.social-icon-style-09 ul.light li a span {
  background-color: var(--bs-primary);
}

.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--bs-dark);
}

.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}

/* Breadcrumb */
.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: Unicons;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  /* color: rgb(255 255 255); */
  content: "\e930";
  margin-top: 0.5px;
  line-height: 0;
  font-size: 13px;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--bs-primary) !important;
}

/* Footer */
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

ul.footer-list {
  padding-left: 0;
}

.footer-list li {
  flex: 1 1 30%;
  list-style: none;
}

@media (max-width: 762px) {
  .footer-list li {
    flex: 1 1 45% !important;
  }
}

.footer-list li a {
  position: relative;
  color: var(--bs-light);
  transition: var(--transition);
}

.footer-list li a::before {
  content: ".";
  position: absolute;
  left: -3px;
  top: -4px;
  font-size: 50px;
  line-height: 0;
  color: var(--bs-white);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.footer-list li a:hover {
  color: var(--bs-white) !important;
}

.footer-list li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--bs-second);
}

.footer-list li a:hover {
  padding-left: 12px;
  color: var(--bs-white);
  /* color: rgba(255, 255, 255, 0.5); */
}

/* Sosmed */
.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

ul.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: var(--bs-white);
  font-size: 20px;
  color: var(--bs-primary);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* Galeri */
.galeri-item {
  transition: 0.2s;
}

.galeri-item:hover {
  transform: translateY(-10px);
}

.galeri-item .thumbnail-wrapper {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  aspect-ratio: 3.5 / 4;
}

.galeri-item.variant-2 .thumbnail-wrapper {
  aspect-ratio: 4 / 3.5;
}

.galeri-item .img-thumbnail {
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galeri-item .content {
  padding: 10px;
}

.galeri-item .content .title {
  font-size: 16px;
  font-weight: 700;
}

.galeri-item .content .title a {
  color: var(--bs-text-dark);
}

/* Layanan */
.layanan-section-custom {
  position: relative;
  color: white;
  /* min-height: 600px; */
  /* display: flex;
  flex-direction: column; */
}

.layanan-section-custom .background-image {
  position: absolute;
  inset: 0;
}

.layanan-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.layanan-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--bs-primary-dark-rgb), 0.9);
  /* background: linear-gradient(
    0deg,
    rgba(var(--bs-primary-dark-rgb), 1),
    rgba(var(--bs-primary-dark-rgb), 0.5),
    rgba(var(--bs-primary-dark-rgb), 1)
  ); */
}

.layanan-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.layanan-section-custom .title {
  color: white;
  font-size: 35px;
  line-height: 1.25 !important;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.75);
}

/* Footer Contact */
ul.footer-contact {
  padding-left: 0;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--bs-white);
  /* font-size: 16px; */
  margin-bottom: 10px;
}

.footer-contact li a {
  color: var(--bs-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 10px 10px 10px 0;
  background: var(--bs-white);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--bs-primary);
}

/* General */
.custom-hover-scale {
  transition: 0.3s;
}

.custom-hover-scale:hover {
  transform: scale(1.04);
}

.custom-text-shadow {
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.75);
}

/* Paket Wisata */
.package-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.package-item .thumbnail-wrapper {
  /* aspect-ratio: 2 / 1; */
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.package-item .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}

.package-item:hover .thumbnail-wrapper img {
  transform: scale(1.1);
}

.package-item .thumbnail-wrapper .post-type {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  background: var(--bs-secondary);
  border-radius: 510px;
}

.package-item .thumbnail-wrapper .reading-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 510px;
}

.package-item .details {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.package-item.infografis .details {
  padding: 10px 15px;
}

.package-item .details .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.package-item.infografis .details .title {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.package-item .details .title a {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.package-item .details .date-dropdown-wrapper {
  position: relative;
}

.package-item .details .date-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 1.5px 12.5px;
  font-size: 12px;
  position: unset;
}

.package-item .details .date-dropdown-wrapper .date-dropdown .dropdown-toggle {
  color: inherit;
}

.package-item
  .details
  .date-dropdown-wrapper
  .date-dropdown
  .dropdown-toggle.show::after,
.package-item
  .details
  .date-dropdown-wrapper:hover
  .date-dropdown
  .dropdown-toggle::after {
  rotate: 180deg;
}

@media (min-width: 992px) {
  .package-item
    .details
    .date-dropdown-wrapper:hover
    .date-dropdown
    .dropdown-menu {
    display: block;
    left: 0;
  }
}

.package-item .details .date-dropdown .dropdown-menu {
  width: 100%;
  transform: unset !important;
  top: 30px !important;
  height: fit-content;
  max-height: 130px;
  overflow-y: auto;
  padding: 15px 25px;
}

.package-item .details .date-dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

/* About */
.imageblock-section {
  position: relative;
  display: block;
  width: 100%;
}

.imageblock-section-img {
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0;
  float: left;
  left: 0;
  right: auto;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .imageblock-section-img {
    float: none;
  }
}

@media (max-width: 767px) {
  .imageblock-section-img {
    position: relative;
    height: 400px;
  }
}

/* .about p:last-child {
  margin-bottom: 0;
} */

/* DESKRIPSI TEXT AREA */
.description p:last-child {
  margin-bottom: 0;
}

.description hr {
  margin: 5px 0px 20px 0px;
}

.description p strong {
  font-weight: 600;
}

/* .picker label[for*=size]>span  */
.description :is(h1, h2, h3, h4, h5, h6) {
  color: #000;
  font-weight: 600;
}

.description .btgrid div[class*="row-"] {
  margin-bottom: 30px !important;
  row-gap: 20px;
  align-items: center;
}

@media (max-width: 575px) {
  .description .btgrid div[class*="row-"]:nth-of-type(even) {
    flex-direction: column-reverse !important;
  }

  .description .btgrid div[class*="row-"] > .col {
    flex: 1 0 100% !important;
  }
}

/* Why Us */
.background-why-us {
  position: relative;
  overflow: hidden;
}

.background-why-us::before {
  content: "";
  bottom: -4rem;
  right: -15%;
  width: 100%;
  height: 45%;
  background-color: var(--bs-primary) !important;
  position: absolute;
  overflow: hidden;
  transform: rotate(-5deg);
  z-index: 1;
}

.background-why-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url('../../../images/lain-lain/bg-why-us.jpg'); */
  background:
    linear-gradient(to left, rgb(255 255 255), rgb(0 0 0 / 0%)),
    url("../../../images/lain-lain/bg-why-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /*z-index: -1;*/
  /* opacity: 0.1; */
}

@media (max-width: 756px) {
  .background-why-us::before {
    height: 15%;
  }
}

.pagination .page-item.active .page-link {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.gradient-1 {
  background-image: linear-gradient(120deg, #fc9103 10%, #fb7002 100%);
}

/* Sidebar Produk */
.sidebar-category-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar-category-wrapper .sidebar-category-item .link {
  color: var(--bs-dark);
}
.sidebar-category-wrapper .sidebar-category-item .link:hover {
  text-decoration: underline;
}
.sidebar-category-item {
  margin-bottom: 5px;
}
.sidebar-category-item .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-category-item .link-wrapper.active {
  padding: 5px;
  background: #dcdcdc;
  border-radius: 5px;
}
.toggle-btn {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  user-select: none;
  transition: transform 0.3s;
  background: var(--bs-gray-50);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1 !important;
}
.sidebar-sub-category-wrapper {
  display: none;
  padding-left: 20px;
  margin-top: 5px;
  border-left: 2px solid var(--bs-gray-50);
  flex-direction: column;
  gap: 5px;
}
.sidebar-sub-category-wrapper.show {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
.toggle-btn.rotate {
  transform: rotate(45deg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-search {
  /* padding: 0 20px; */
}
.navbar-search .navbar-search-input {
  font-size: 0.6rem;
  padding: 10px 20px;
  min-height: calc(1.5em + 0.8rem + 2px) !important;
  border-radius: 5rem !important;
}
.input-group .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  aspect-ratio: 1 / 1;
  padding: 0 0.25rem !important;
  border-radius: 50rem !important;
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

/* Keunggulan */
.keunggulan-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: start;
  align-items: center;
  text-align: center;
  border: 1.5px solid var(--bs-primary);
  padding: 5px;
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s;
}
.keunggulan-item:hover {
  background: #fc910333;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.keunggulan-item img {
  width: 80px;
  margin: 0 auto;
}
.keunggulan-item .title {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
}
.keunggulan-item .desc {
  margin-bottom: 0;
  color: var(--bs-body-color);
}

@media (max-width: 756px) {
  .keunggulan-item:hover {
    transform: translateY(-5px);
  }
  .keunggulan-item img {
    width: 50px;
  }
  .keunggulan-item .title {
    font-size: 15px !important;
    margin-bottom: 0 !important;
  }
}

/* Product Category */
.product-category {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-category .image-wrapper {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.product-category .content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.98) 7%,
    rgba(0, 0, 0, 0.06) 100%
  );
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  justify-content: end;
  text-align: center;
}
.product-category .content .title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.product-category .content .title a {
  color: white;
}
.product-category .content p {
  margin-bottom: 0;
  color: whitesmoke;
}

.productCategorySwiperWrapper .swiper-button-next,
.productCategorySwiperWrapper .swiper-button-prev {
  height: 30px;
  width: 30px;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
  visibility: visible;
}
.productCategorySwiperWrapper .swiper-button-prev {
  left: -15px;
  right: auto;
}
.productCategorySwiperWrapper .swiper-button-next {
  right: -15px;
  left: auto;
}
@media (max-width: 991.98px) {
  .product-category .image-wrapper {
    height: 320px;
  }
  .productCategorySwiperWrapper {
    border-bottom: 1px solid var(--bs-gray-50);
  }
  .productCategorySwiperWrapper .swiper-button-prev {
    left: -15px;
    right: auto;
    position: absolute;
    float: left;
    margin-top: 0;
    transform: translateY(-15px);
  }
  .productCategorySwiperWrapper .swiper-button-next {
    right: -15px;
    left: auto;
    position: absolute;
    float: right;
    margin-top: 0;
    transform: translateY(-15px);
  }
}
.productCategorySwiperWrapper .swiper-button-next:after,
.productCategorySwiperWrapper .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 500;
}
.productCategorySwiperWrapper .swiper-button-next.swiper-button-disabled,
.productCategorySwiperWrapper .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}
.productCategorySwiperWrapper
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

/* Product */
.product-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important; */
  padding: 10px;
  background: #f8f8f8;
  /* border: 1px solid #e2e2e2; */
  border: 1.5px solid #e971435e;
  align-items: center;
}

.product-item .image-wrapper img {
  object-fit: cover;
  /* height: 200px; */
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 5px;
  background: white;
}
.product-item .content {
  /* padding: 0 10px 10px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.product-item .content .title {
  font-size: 20px;
  margin-bottom: 0 !important;
  font-family: var(--bs-primary-font);
  line-height: 1.1;
  color: #000;
}
.product-item:hover .content .title {
  color: var(--bs-primary);
}
.product-item .content .title a {
  color: #000;
}
.product-item .price {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: var(--bs-second);
  font-weight: 800;
  margin-bottom: 0px;
  font-family: var(--bs-primary-font);
}
.product-item:hover .btn {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
@media (max-width: 767px) {
  .product-item {
    text-align: center;
    padding: 5px;
  }
  /* .product-item .image-wrapper img {
    height: 125px;
  } */
}

/* Artikel */
.artikel-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e2e2e2;
}
.artikel-item .image-wrapper {
  height: 150px;
}
.artikel-item .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.artikel-item .content {
  position: relative;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.artikel-item .content .category {
  position: absolute;
  top: 0;
  transform: translateY(-20px);
}
.artikel-item .content .category a {
  padding: 2px 20px;
  background: var(--bs-second);
  color: white;
  border-radius: 10rem;
  line-height: 0;
  font-size: 12px;
  font-weight: 600;
}
.artikel-item .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.artikel-item:hover .content .title {
  color: var(--bs-second);
}
.artikel-item .content .title a {
  color: #000;
}
.artikel-item:hover .content .title a {
  color: var(--bs-second);
}
.artikel-item .content .date {
  margin-bottom: 10px;
  margin-top: auto;
  font-size: 12px;
}
.blogSwiperWrapper .swiper-button-next,
.blogSwiperWrapper .swiper-button-prev {
  height: 30px;
  width: 30px;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
  visibility: visible;
}
.blogSwiperWrapper .swiper-button-prev {
  left: -15px;
  right: auto;
}
.blogSwiperWrapper .swiper-button-next {
  right: -15px;
  left: auto;
}
@media (max-width: 991.98px) {
  .product-category .image-wrapper {
    height: 320px;
  }
  .blogSwiperWrapper {
    border-bottom: 1px solid var(--bs-gray-50);
  }
  .blogSwiperWrapper .swiper-button-prev {
    left: -15px;
    right: auto;
    position: absolute;
    float: left;
    margin-top: 0;
    transform: translateY(-15px);
  }
  .blogSwiperWrapper .swiper-button-next {
    right: -15px;
    left: auto;
    position: absolute;
    float: right;
    margin-top: 0;
    transform: translateY(-15px);
  }
}
.blogSwiperWrapper .swiper-button-next:after,
.blogSwiperWrapper .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 500;
}
.blogSwiperWrapper .swiper-button-next.swiper-button-disabled,
.blogSwiperWrapper .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}
.blogSwiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

/* Timeline */
/*===============*/

/*Combined*/
.timeline-container ul {
  list-style: none;
  padding-left: 0;
}
.timeline-container,
.timeline-container li {
  position: relative;
}

.timeline-container:after,
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
  content: "";
  position: absolute;
}

/* color */
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container:after {
  background-color: var(--bs-primary);
}

.timeline-container:after,
.timeline-container li small,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
  left: 50%;
  transform: translateX(-50%);
}

.timeline-container li small,
.timeline-container li > div:before {
  top: 50%;
  transform: translateY(-50%);
}

/*clearfix*/
.timeline-container li:after {
  clear: both;
  content: "";
  display: table;
}

.timeline-container li {
  margin: 20px 0;
}

.timeline-container li:first-child {
  margin-top: 0;
}

.timeline-container li:last-child {
  margin-bottom: 0;
}

/*timeline content*/
.timeline-container li > div {
  width: 45%;
  /* color: #fff; */
  padding: 10px 25px;
  border-radius: 1px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  background: #eeeeee;
}

.timeline-container li:nth-child(odd) > div {
  float: left;
  text-align: end;
}

.timeline-container li:nth-child(even) > div {
  float: right;
}

/* Main vertical line middile */
.timeline-container:after {
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
}

/* Square */
.timeline-container li:before {
  height: 20px;
  width: 20px;
  border: 4px solid var(--bs-second);
  z-index: 2;
  left: 50%;
  top: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* Horizontal line */
.timeline-container li > div:before {
  height: 4px;
  left: 45%;
  width: 5%;
}
.timeline-container li:nth-child(even) div:before {
  left: auto;
  right: 45%;
}

/* Remove the top part of main vertical line */
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
  width: 4px;
  top: 0;
  background-color: #fff;
  height: 50%;
  z-index: 1;
}

.timeline-container li:last-child div:after {
  top: auto;
  bottom: 0;
}

/* Responsive CSS */
@media screen and (max-width: 767px) {
  .timeline-container li:nth-child(odd) > div,
  .timeline-container li:nth-child(even) > div {
    float: right;
    width: 95%;
    text-align: start;
  }

  .timeline-container li:first-child div:after,
  .timeline-container li:last-child div:after {
    content: none;
  }

  .timeline-container:after,
  .timeline-container li:first-child div:after,
  .timeline-container li:last-child div:after,
  .timeline-container li:before {
    top: 0;
    left: 0;
  }

  .timeline-container li {
    margin: 0;
    padding: 35px 0;
    padding-top: 0;
  }

  .timeline-container li:last-child > div:after {
    content: "";
    height: 7px;
    width: 8px;
    position: absolute;
    top: 100%;
    border: 3px solid #fff;
    z-index: 2;
    background-color: #00c4cc;
  }

  .timeline-container li > div:before {
    display: none;
  }
  .timeline-container li:before {
    transform: translate(-50%, 70%);
  }
}

/* Client */
.client-section-custom {
  position: relative;
}
.client-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.client-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.client-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: #0000008c;
  /* background: linear-gradient(0deg, rgb(0 0 0 / 97%), rgb(0 0 0 / 60%)); */
}

.client-item {
  padding: 5px;
  background: #ffffff91;
}

.client-item img {
  max-width: 140px;
  object-fit: contain;
  height: 50px;
  width: auto;
}

/* Product Detail */
.product-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-detail .category {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  /* padding: 10px 0px; */
  /* border-bottom: 2px solid var(--bs-second); */
}
.product-detail .category .category-link {
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  background-color: var(--bs-primary);
  padding: 5px 10px;
  border-radius: 5px;
}
.product-detail .category .category-link:hover {
  color: black;
}
.product-detail .content .tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
.product-detail .content .color {
  display: flex;
  gap: 10px;
}
.product-detail .content .color-item {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.product-detail .content .price {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: end; */
}
.product-detail .specification {
  width: 100%;
  overflow-x: auto !important;
}
.product-detail .specification table p {
  margin-bottom: 0px;
}
.product-detail .specification table {
  width: 100% !important;
}
.product-detail .specification table td {
  /* border: 1px solid #ddd; */
  padding: 8px;
  width: 33%;
}
.swiper-container .swiper-thumbs .swiper-wrapper img {
  background: #eeeeee !important;
  border: 1px solid #eeeeee;
}
.swiper-container
  .swiper-thumbs
  .swiper-wrapper
  .swiper-slide-thumb-active
  img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff !important;
}

/* Area Layanan */
.area-layanan {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  z-index: 2;
  overflow: hidden;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important; */
  padding: 10px;
  /* background: #ff910021; */
  /* border: 1.5px solid var(--bs-primary); */
  transition: all 0.3s;
}
.area-layanan:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}
.area-layanan .overlay {
  position: absolute;
  background: #ff910021;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 0.3s;
}
.area-layanan:hover .overlay {
  transform: scale(1);
  transition: all 0.3s;
}
.area-layanan .image-wrapper img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-radius: 20px;
  background: white;
}
.area-layanan .content .title {
  font-size: 20px;
  margin-bottom: 10px !important;
  font-family: var(--bs-primary-font);
  line-height: 1.1;
  text-align: center;
}
.area-layanan .content .title a {
  color: #000;
}
.area-layanan .content .category {
  font-size: 12px;
  color: gray;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .area-layanan {
    text-align: center;
    /* padding: 5px; */
  }
  /* .area-layanan .image-wrapper img {
    height: 125px;
  } */
}

/* Tahapan */
.tahapan-layanan {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.tahapan .col:last-child .tahapan-layanan .image-wrapper .icon {
  display: none;
}
.tahapan-layanan .image-wrapper {
  position: relative;
}
.tahapan-layanan .image-wrapper .icon {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-primary);
  font-size: 40px;
}
.tahapan .col:last-child .tahapan-layanan .icon-2 {
  display: none;
}
.tahapan-layanan .icon-2 {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--bs-primary);
  font-size: 40px;
  display: none;
}
.tahapan-layanan .image-wrapper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 60%;
  margin: 0 auto;
  border-radius: 45%;
  position: relative;
}
.tahapan-layanan .content .title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tahapan-layanan .content .title span {
  height: 20px;
  width: 20px;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 800;
  color: white;
}
.tahapan-layanan .content .title h4 {
  color: #000;
}

@media (max-width: 767px) {
  .tahapan-layanan .image-wrapper img {
    width: 30%;
  }
  .tahapan-layanan .image-wrapper .icon {
    display: none;
  }
  .tahapan-layanan .icon-2 {
    display: block;
  }
}

/* Artikel */
.testimoni {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border-radius: 20px;
  padding: 15px 20px;
  overflow: hidden;
  height: 100%;
  border: 1.5px solid #e2e2e2;
}
.testimoni .profile {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: auto;
}
.testimoni .profile .image-wrapper {
  width: 20%;
}
.testimoni .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimoni .profile .name {
  width: 80%;
  font-size: 16px;
  color: #000;
}
.scroll {
  display: block;
  height: 110px;
  overflow: auto;
  margin-bottom: 10px;
  padding-right: 20px;
  /* direction: rtl;
    text-align: left; */
}
.scroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* margin-left: 10px; */
  background: var(--bs-primary);
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: var(--bs-primary);
}

.scroll::-webkit-scrollbar-thumb:active {
  background: var(--bs-primary);
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgb(218, 217, 217);
}
.testimoniSwiperWrapper .swiper-button-next,
.testimoniSwiperWrapper .swiper-button-prev {
  height: 30px;
  width: 30px;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 50%;
  visibility: visible;
}
.testimoniSwiperWrapper .swiper-button-prev {
  left: -15px;
  right: auto;
}
.testimoniSwiperWrapper .swiper-button-next {
  right: -15px;
  left: auto;
}
@media (max-width: 991.98px) {
  .testimoniSwiperWrapper {
    border-bottom: 1px solid var(--bs-gray-50);
  }
  .testimoniSwiperWrapper .swiper-button-prev {
    left: -15px;
    right: auto;
    position: absolute;
    float: left;
    margin-top: 0;
    transform: translateY(-15px);
  }
  .testimoniSwiperWrapper .swiper-button-next {
    right: -15px;
    left: auto;
    position: absolute;
    float: right;
    margin-top: 0;
    transform: translateY(-15px);
  }
}
.testimoniSwiperWrapper .swiper-button-next:after,
.testimoniSwiperWrapper .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 500;
}
.testimoniSwiperWrapper .swiper-button-next.swiper-button-disabled,
.testimoniSwiperWrapper .swiper-button-prev.swiper-button-disabled {
  visibility: hidden;
}
.testimoniSwiperWrapper
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

/* ========================= */
/* GENERAL */
/* ========================= */

/* Share Button */
.cs_social_btns .cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.cs_social_btns .cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  border: 1px solid;
  border-color: #ffffff;
}
.cs_social_btns .cs_style_1 a {
  height: 45px;
  width: 45px;
  border-radius: 10px;
  /* background-color: rgba(105, 105, 105, 0.3); */
  color: #ffffff;
  font-size: 16px;
}
.cs_social_btns .cs_style_1 a:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary) !important;
}
.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.cs_social_btns.cs_style_1 a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: rgba(105, 105, 105, 0.3);
  color: #ffffff;
  font-size: 16px;
}
.cs_social_btns.cs_style_1 a:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary) !important;
}

nav.breadcrumb {
  background: #ffffff82;
  border-radius: 50px;
}

nav.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

/* Pagination */
.pagination {
  gap: 5px;
}
.pagination .page-link {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
}

/* Galeri */
.galeri .item {
  position: relative;
  overflow: hidden;
}

.galeri .item figure img {
  transition: all 0.4s ease;
}

.galeri .item:hover figure img {
  transform: scale(1.1);
  transition: all 0.4s ease;
}

.galeri .item .overlay {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: 100000;
}

.galeri .item:hover .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scale(1);
  transition: all 0.4s ease;
}

.galeri .item:hover .overlay i {
  color: var(--bs-primary) !important;
}

/* Gallery Grid */
/* .image-grid {
    padding: 12px;
} */

.galeri .image-row {
  display: flex;
}

.galeri .item .image-wrapper {
  margin: 5px;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3),
                0 6px 20px rgba(0, 0, 0, 0.15),
                0 6px 20px rgba(0, 0, 0, 0.7); */
  transition: transform 0.3s ease;
}

/* .galeri .item .image-wrapper:hover {
  transform: scale(1.03);
} */

.galeri .item .image-item {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 500px) {
  .galeri .item .image-row {
    flex-direction: column;
  }

  .galeri .item .image-wrapper {
    margin: 5px;
  }
}

/* CTA */
.cta-section-custom {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}

.cta-section-custom .background-image {
  position: absolute;
  inset: 0;
}

.cta-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cta-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: #00000042;
}

/* Paket Card*/
.paket-card {
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
}

@media screen and (min-width: 992px) {
  .list-paket .paket-card:nth-child(even) .row {
      flex-flow: row-reverse;
  }
  
  .list-paket .paket-card:nth-child(even) .row .ps-lg-10 {
      padding-left : 15px !important;
      padding-right : 2rem !important;
  }
}

/* Read more */
.paragraph p:last-child {
  margin-bottom: 0;
}
.paragraph .collapsed {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1400px) {
  .paragraph .collapsed {
    max-height: 70px;
  }
}

.paragraph .collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(transparent, white);
}

.paragraph .expanded {
  max-height: none;
}

.btn-readmore {
  margin-top: 10px;
  background: none;
  border: none;
  color: var(--bs-primary);
  cursor: pointer;
  font-weight: 600;
}

.spoiler {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.spoiler-title {
    position: relative;
    padding: 15px 20px;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.spoiler-toggle {
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0;
}

.spoiler-toggle::before,
.spoiler-toggle::after {
    content: "";
    position: absolute;
    background: #333;
    transition: 0.3s;
}

.spoiler-toggle::before {
    width: 14px;
    height: 2px;
    top: 6px;
    left: 0;
}

.spoiler-toggle::after {
    width: 2px;
    height: 14px;
    top: 0;
    left: 6px;
}

.spoiler.active .spoiler-toggle::after {
    transform: scaleY(0);
}

.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 10px;
}

.spoiler-content p {
    padding: 15px 20px;
    margin: 0;
}

.btn-outline-white:hover {
    color : var(--bs-primary) !important;
}

/* Divier */
.custom-shape-divider-bottom-1776962309 {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1776962309 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 103px;
}

@media (max-width: 575px) {
  .custom-shape-divider-bottom-1776962309 svg {
    height: 50px;
  }
}

.custom-shape-divider-bottom-1776962309 .shape-fill {
  fill: #ffffff;
}
html {
  scroll-behavior: smooth;
}
