/*--------------------------------------------------------------
# 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;
}

.judul-truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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: center;
  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.09;
}

.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.2;
}

.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-4.webp');
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

/*--------------------------------------------------------------
# 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(205 205 205 / 30%);
  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);
  }
}


/*--------------------------------------------------------------
# Rental Mobil Section
--------------------------------------------------------------*/
.rental-mobil:hover {
  background-color: #4cc8d4 !important;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.rental-mobil:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.rental-mobil:hover .border-color-white-hover {
  border-color: var(--white) !important;
}


/* welcome text */
.about-image::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 80%;
  height: 80%;
  border-radius: 10px;
  background-color: var(--dark-gray);
  z-index: -1;
}

/* Layanan */
.layanan-bg {
  position: relative;
}

.layanan-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(90deg, #013495, #013495);
  z-index: -1;
}

/*--------------------------------------------------------------
# Layanan Section
--------------------------------------------------------------*/
.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-inner .service-title {
  position: relative;
  margin-top: -20px;
  text-align: center;
  transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: center;
  border-radius: 10px;
  background: var(--base-color);
  opacity: 0;
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
  bottom: 0;
  opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
  border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
  opacity: 0;
}

.service .service-item .service-inner .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
  height: 100%;
  opacity: 1;
}

.service .service-item .service-inner .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
  transform: scale(1.07);
}

/*--------------------------------------------------------------
# Keunggulan Section
--------------------------------------------------------------*/

.keunggulan-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.keunggulan-item:hover {
  background: var(--white);
}

/* .keunggulan-item * {
  transition: .5s;
} */

.keunggulan-item:hover * {
  color: var(--medium-gray) !important;
}

.keunggulan-item img {
  filter: sepia(1) saturate(0%) hue-rotate(0deg) brightness(500%);
  transition: filter 0.3s ease;
}

.keunggulan-item:hover img {
  filter: none;
  transition: filter 0.3s ease;
}

/* .features .feature-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  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;
}

.features .feature-item:hover .feature-icon {
  border-radius: 50%;
  background: var(--bs-white) !important;
}

.features .feature-item .feature-icon img {
  transition: 0.5s;
}

.features .feature-item:hover .feature-icon img {
  color: var(--bs-secondary) !important;
  transform: rotate(360deg);
  transition: all 0.5s ease;
} */
/*--------------------------------------------------------------
# End Keunggulan Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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, #12c7d8, #d0f4f7, transparent);
  /* 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;
}

/*--------------------------------------------------------------
# Layanan Section
--------------------------------------------------------------*/
.services .img {
  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;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--base-color);
  color: var(--white);
  border: 6px 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);
}

@media (max-width: 575px) {
  .services .details .icon {
    width: 50px;
    height: 50px;
    border: 2px solid var(--white);
    top: -25px;
    left: calc(50% - 25px);
  }
}

.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;
}

/**----------------------------------------
START: Cta CSS
----------------------------------------*/
.tj-cta-section {
  background-color: var(--tj-color-theme-bg-2);
  background-size: 27.5% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  overflow: hidden;
}
.tj-cta-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../../../images/cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.tj-cta-section .cta-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  background-size: cover;
  height: 100%;
  background-position: top center;
  z-index: 2;
  border-right: 4px solid #102042;
}
.tj-cta-section .cta-inner .cta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  font-size: 50px;
  color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--base-color)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--base-color) 0%, var(--tj-color-theme-secondary) 100%);
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-cta-section .cta-inner {
    width: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section .cta-inner {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section .cta-inner {
    position: initial;
    background-image: none !important;
    border: none;
    text-align: center;
    width: 100%;
  }
  .tj-cta-section .cta-inner .cta-icon {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.tj-cta-section.style-2 {
  background: var(--tj-color-theme-primary);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tj-cta-section.style-2::before {
  display: none;
}
.tj-cta-section.style-2 .cta-shapes-2 {
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.tj-cta-section.style-2 .cta-inner {
  width: 30%;
  background-repeat: no-repeat;
  background-position: center;
}
.tj-cta-section.style-2 .cta-inner .cta-shapes {
  position: absolute;
  top: -12px;
  right: -40px;
  max-width: 250px;
  height: 325px;
  width: 100%;
  -webkit-mask-image: url(../images/shapes/cta-1.svg);
          mask-image: url(../images/shapes/cta-1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-common-white);
}
.tj-cta-section.style-2 .cta-inner .cta-shapes img {
  height: 100%;
}
.tj-cta-section.style-2 .cta-inner .cta-shapes-3 {
  position: absolute;
  right: -10px;
  top: 1px;
  width: 34%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: var(--tj-color-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section.style-2 .cta-inner .cta-shapes {
    top: -30px;
  }
}
.tj-cta-section.style-2 .cta-button {
  -webkit-transform: translateY(-310%);
      -ms-transform: translateY(-310%);
          transform: translateY(-310%);
}
.tj-cta-section.style-2 .cta-button .tj-white-btn {
  padding: 22px 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-cta-section.style-2 .cta-inner {
    width: 25%;
  }
  .tj-cta-section.style-2 .cta-inner .cta-shapes-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-cta-section.style-2 .cta-inner {
    width: 24%;
  }
  .tj-cta-section.style-2 .cta-inner .cta-shapes-3 {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section.style-2 .cta-inner {
    width: 23%;
  }
  .tj-cta-section.style-2 .cta-inner .cta-shapes-3 {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section.style-2 {
    padding: 60px 0 80px;
  }
  .tj-cta-section.style-2 .cta-inner {
    display: none;
  }
  .tj-cta-section.style-2 .cta-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.tj-cta-section .cta-button {
  position: absolute;
  z-index: 4;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section {
    padding: 70px 0;
  }
  .tj-cta-section .cta-button {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    right: 0;
    z-index: 2;
  }
}

.cta-content-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.cta-content-area .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 115px;
  position: relative;
  z-index: 2;
}
.cta-content-area .cta-content .cta-text {
  max-width: 565px;
  width: 100%;
}
.cta-content-area .cta-content .cta-text .title {
  color: var(--tj-color-common-white);
  line-height: 1.4;
  margin-bottom: 10px;
}
.cta-content-area .cta-content .cta-text .desc {
  color: var(--tj-color-common-white);
  letter-spacing: 0.32px;
}
.cta-content-area .cta-content .cta-text .desc p:last-child {
  margin-bottom: 0;
}
.cta-content-area.style-2 {
  padding: 76px 0;
}
.cta-content-area.style-2 .cta-content .cta-text {
  max-width: 645px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-content-area.style-2 .cta-content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content-area.style-2 .cta-content {
    padding-left: 45px;
  }
  .cta-content-area.style-2 .cta-content .cta-text .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-content-area.style-2 {
    padding: 0px;
  }
  .cta-content-area.style-2 .cta-content {
    padding-left: 0px;
  }
  .cta-content-area.style-2 .cta-content .cta-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .cta-content-area .cta-content {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content-area .cta-content {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-content-area {
    padding: 30px 0 40px;
  }
  .cta-content-area .cta-content {
    padding-left: 0px;
  }
  .cta-content-area .cta-content .cta-text {
    text-align: center;
    margin: 0 auto;
  }
}
/* !END: Cta CSS */

.separator{
	position:relative;
	width:75px;
}

.separator:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:75px;
	height:2px;
	background-color: var(--bs-secondary);
}

.separator:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:2px;
	width:25px;
	height:4px;
	background-color: var(--bs-secondary);
}

.separator.centered::after{
	margin-left:25px;
}

.centered .separator{
	margin:0 auto;
}

.centered .separator::after{
	left:50%;
	margin-left:-12px;
}
