/*--------------------------------------------------------------
# CKE Editor
--------------------------------------------------------------*/
.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

/* Artikel */
.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# Background Image
--------------------------------------------------------------*/
.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.webp');
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
    url('../../../images/lain-lain/bg-1.jpg'); */
  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-3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
  opacity: 0.1 ;
}

/*--------------------------------------------------------------
# Button Back to Top
--------------------------------------------------------------*/
.prgoress_indicator {
  position: fixed;
  right: 40px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(221 221 221 / 54%);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--base-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: var(--base-color);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: var(--base-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*--------------------------------------------------------------
# Button Floating WA
--------------------------------------------------------------*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #FFF;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

/*--------------------------------------------------------------
# Judul Section
--------------------------------------------------------------*/
.section-title .judul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title .judul:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--black), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title .judul::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--base-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* Tagline */
.gradient-border-pseudo {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  /* background: white; */
  z-index: 1;
}

.gradient-border-pseudo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #003398, #0045CF);
  /* Gradasi warna */
  z-index: -1;
  border-radius: 10px;
  /* Opsional: sudut membulat */
  padding: 2px;
  /* Ketebalan border */
  -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
  -webkit-mask-composite: xor;
  /* Kombinasi mask untuk hollow border */
  mask-composite: exclude;
}

/*--------------------------------------------------------------
# Title Section
--------------------------------------------------------------*/
/* Sub Title 1 => Left */
.sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  /* font-family: var(--body-font); */
  /* color: var(--theme-color); */
  margin-bottom: 15px;
  line-height: 1;
  padding: 8px 0px;
  position: relative;
}

.sub-title:after,
.sub-title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 32px;
  background: var(--base-color);
}

.sub-title:before {
  top: 0;
  left: 0;
}

.sub-title:after {
  bottom: 0;
  left: 0;
}

.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

.title-area.text-center .sub-title:before,
.title-area.text-center .sub-title:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*--------------------------------------------------------------
# Welcome Text Section
--------------------------------------------------------------*/
.cs_card.cs_style_3 {
  height: 100%;
  padding: 20px 16px;
}

.cs_card.cs_style_3 svg {
  color: var(--base-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_card.cs_style_3 svg:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.cs_card.cs_style_3 svg:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cs_card.cs_style_3 svg:nth-child(4) {
  position: absolute;
  top: 8px;
  left: 5px;
}

.cs_card.cs_style_3 .cs_card_content {
  height: 100%;
  padding: 50px 22px;
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cs_card.cs_style_3 .cs_card_icon {
  width: 60px;
  height: 60px;
}

.cs_card.cs_style_3:hover svg {
  color: var(--base-color);
}

.cs_card.cs_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# Rental Mobil Section
--------------------------------------------------------------*/
.rental-mobil:hover {
  background-color: #f5e1b5 !important;
  -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.rental-mobil:hover .img-main {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.rental-mobil:hover .border-color-white-hover {
  border-color: var(--light-gray) !important;
}
/* new */

.rental-mobil:hover .img-shine:after {
  -webkit-animation: imgShine 1s;
  animation: imgShine 1s;
}

.rental-mobil:hover .rental-mobil-icon {
  background: var(--black);
}

.rental-mobil:hover .rental-mobil-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: brightness(9);
  filter: brightness(9);
}

.rental-mobil:hover .service-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.img-shine {
  position: relative;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.img-shine:hover:after {
  -webkit-animation: imgShine 1s;
  animation: imgShine 1s;
}

@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}

.rent-mobil .keterangan p {
  margin-bottom:0px !important;
}


/*--------------------------------------------------------------
# Paket Wisata Section
--------------------------------------------------------------*/
.paket-wisata:hover {
  background-color: #4cc8d4 !important;
  -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.paket-wisata:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.paket-wisata:hover .border-color-white-hover {
  border-color: var(--white) !important;
}

.paket-wisata:hover .price-item {
  color: var(--white) !important;
}

.paket-wisata:hover .price-item i {
  color: var(--white) !important;
}


/*--------------------------------------------------------------
# Keunggulan Section
--------------------------------------------------------------*/
/*** 1 ***/
.features .feature-item {
  position: relative;
  /* box-shadow: 0 0 45px rgba(0, 0, 0, 0.1); */
  /* border: 1.5px solid black; */
  border-radius: 6px;
}

.features .feature-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  /*background: rgba(0, 58, 102, 0.1);*/
  z-index: -1;
  transition: 0.5s;
}

.features .feature-item:hover::after {
  height: 100%;
}

.features .feature-item .feature-icon {
  width: 120px; 
  height: 120px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background: var(--bs-light);*/
  transition: 0.5s;
  filter: drop-shadow(5px 5px 5px rgba(33, 71, 144, .3));
}

.features .feature-item:hover .feature-icon {
  border-radius: 50%;
  background: #5555 !important;
}

.features .feature-item .feature-icon img {
  transition: 0.5s;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.features .feature-item:hover .feature-icon img {
  color: var(--bs-secondary) !important;
  animation: zoom-in-out 1.5s infinite ease-in-out;
  /*transform: rotate(360deg);*/
  /*transition: all 0.5s ease;*/
}
/*** End 1 ***/


/* .services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.3s;
}

.services .details {
  background: color-mix(in srgb, var(--white), transparent 5%);
  padding: 30px 10px;
  margin: -100px 20px 0 20px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.service-item:hover .details {
  background-color: var(--base-color);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--base-color);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  margin: 10px 0 15px 0;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--base-color);
}

.services .service-item:hover .details .icon {
  background: var(--white);
  border: 2px solid var(--base-color);
}

.services .service-item:hover .details .icon i {
  color: var(--base-color);
}

.services .service-item:hover .img img {
  transform: scale(1.07);
}

.service-item:hover .img img {
  opacity: 1 !important;
}

.service-item .details .icon img {
  filter: sepia(1) saturate(0%) hue-rotate(0deg) brightness(500%);
  transition: filter 0.3s ease;
}

.service-item:hover .details .icon img {
  filter: none;
} */

/*--------------------------------------------------------------
# Header Page
--------------------------------------------------------------*/
/* Breadcrumb */
.cs_page_heading .breadcrumb {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--white);
}

.cs_page_heading .breadcrumb-item.active {
  color: var(--white);
}

.cs_page_heading .breadcrumb-item+.breadcrumb-item::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: var(--white);
}


/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.cs_footer_widget_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 34px;
}

.cs_footer_widget_seperator span {
  height: 5px;
  width: 80px;
  border-radius: 5px;
}

.cs_footer_widget_seperator span:nth-child(2) {
  width: 15px;
}

.cs_footer_widget_seperator span:nth-child(3) {
  width: 6px;
}

/* Sosmed */
.cs_footer_widget .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: var(--medium-gray);
}

.cs_footer_widget .cs_social_btns.cs_style_1 a {
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background-color: rgba(105, 105, 105, 0.3);
  color: #fff;
  font-size: 16px;
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--tropical-blue);
  color: var(--base-color);
}

.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;
}

/*--------------------------------------------------------------
# Artikel Section
--------------------------------------------------------------*/

@media (max-width: 576px) {
    .small-icon a {
        width: 30px;
        height: 30px;
    }
}

/*--------------------------------------------------------------
# Artikel Sidebar
--------------------------------------------------------------*/
/* .popular-post-sidebar li:hover {
  background-color: var(--base-color);
} */

