/* ALEY - CSS */

html {
  scroll-behavior: smooth;
}

.cs_main_header .container-fluid, .cs_top_header .container-fluid {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.cs_site_header.cs_style_1 .cs_top_header_left {
    padding-left: 0;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    z-index: 0;
}

.cs_site_header.cs_style_1 .cs_top_header {
    background-color: #f6b819;
    color: #231f20;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
}

.cs_slider {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    border-radius: 20px;
}

.cs_hero.cs_style_1 .cs_hero_text {
    max-width: 50%;
}

.cs_site_header.cs_style_1 {
    background-color: #ffffff;
}

.slick-slide.slick-current .cs_hero.cs_style_1 .cs_hero_compare {
    top: 30px;
    right: 80px;
}

.slick-slide.slick-current .cs_hero.cs_style_1 .cs_hero_compare {
    opacity: 1;
    left: 0;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.slick-slide .cs_hero.cs_style_1 .cs_hero_compare {
    position: relative;
    left: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.cs_hero.cs_style_1 .cs_hero_compare {
    max-width: 50%;
}

.cs_sticky_header .cs_top_header_in {
    overflow: visible;
}

.full-height {
    height: 100vh;
  }

/* LOADING BG */

.cs_heading_bg {
    background-color: #090909;
}

/* LOGO TOP AREA */

.cs_logo_wrap {
  margin-top: 0;
}

.cs_header_social_links {
  gap: 5px 0;
}

@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list {
      align-items: center;
    }

    .cs_nav_list_wrap {
      height: 43px;
    }

    .cs_nav .cs_nav_list ul {
      width: 100%;
      border-radius: 10px;
    }

    .cs_nav .cs_nav_list ul a {
      display: block;
      line-height: inherit;
      padding: 0 20px;
      font-size: 14px;
      font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
    .cs_site_header .cs_btn.cs_style_1 {
      display: block;
      margin: 10px 15px;
  }
}

@media screen and (max-width: 1199px) {
    .cs_menu_dropdown_toggle {
      padding: 23px 30px;
    }

    .cs_site_header.cs_style_1 .cs_top_header {
        display: block;
    }
  }

/* LANGUAGES */

.cs_header_social_links a:hover {
    color: var(--bs-dropdown-link-hover-color);
    -webkit-transform: unset;
    transform: unset;
    background-color: var(--accent-color);
    color: #fff;
}

/* MENU */

.menu-item.cs_style_1.active {
/*     color: #e42628; */
}

@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list > li {
        margin-right: 10px;
        height: inherit;
    }

    .cs_nav .cs_nav_list > li > a {
        padding: 10px 15px;
    }
}

.cs_main_header_center {
  left: 73%;
}

.btn-logmasuk {
  background-color: #272727;
  color: #fff;
  font-size: 12px;
}

.btn-logmasuk:hover {
  background-color: #585858;
  color: #fff;
}

.cs_btn.cs_style_1 {
    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;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    color: #575757;
    gap: 10px;
    border: 0px solid #828282;
    padding: 12px 30px;
    line-height: 15px;
    background-color: #ffffff;
    position: relative;
}

.cs_btn.cs_style_1:hover::before {
    opacity: 0;
}

.cs_btn.cs_style_1:hover {
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
}

.cs_btn.cs_style_yellow {
    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;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    gap: 10px;
    border: 2px solid #f7b819;
    padding: 10px;
    line-height: 15px;
    background-color: #fffbf0;
    position: relative;
    width: 100%;
}

.cs_btn.cs_style_yellow:hover {
    background-color: #f8eac6;
    border: 2px solid #ef8923;
    color: #000000;
}

.cs_btn.cs_style_yellow i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cs_btn.cs_style_yellow > * {
    position: relative;
    z-index: 1;
}

.cs_btn.cs_style_yellow:hover i {
    -webkit-transform: rotate(-405deg) scale(1.4);
    transform: rotate(-405deg) scale(1.4);
}

.cs_btn.cs_style_book {
    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;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    background-color: #f7b819;
    border: 2px solid #ef8923;
    color: #000000;
    gap: 10px;
    padding: 10px 7px;
    line-height: 15px;
    position: relative;
    width: 100%;
}

.cs_btn.cs_style_book:hover {
    background-color: #fcce59;
    border: 2px solid #ef8923;
    color: #000000;
}

.cs_btn.cs_style_book i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cs_btn.cs_style_book > * {
    position: relative;
    z-index: 1;
}

.cs_btn.cs_style_book:hover i {
    -webkit-transform: rotate(-405deg) scale(1.4);
    transform: rotate(-405deg) scale(1.4);
}

.cs_gescout_show .cs_top_header_right {
  opacity: 0;
}

/* BREADCRUMB */

.cs_page_heading {
  position: relative;
    height: 270px;
}

.cs_page_heading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 0;
  background-image: -moz-linear-gradient(300deg, rgb(180 129 0) 0%, rgb(0 0 0) 100%);
  background-image: -webkit-linear-gradient(300deg, rgb(180 129 0) 0%, rgb(0 0 0) 100%);
  background-image: -ms-linear-gradient(300deg, rgb(180 129 0) 0%, rgb(0 0 0) 100%);
}

/* SLIDER */

.carousel-inner {
  border-radius: 20px;
}

/* Position the caption in the middle */
.carousel-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
}

/* Flexbox for two-column layout */
.caption-container {
    display: flex;
    justify-content: center;
    align-items: stretch;  /* Align items to fill full height */
    gap: 50px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

.caption-box {
    flex: 1;
    max-width: 45%;
/*     background: rgba(0, 0, 0, 0.6); */
/*     padding: 20px; */
    color: white;
/*     border-radius: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-caption {
    flex: auto;
    /* background: rgba(0, 0, 0, 0.6); */
    margin: 0 100px;
    color: white;
    /* border-radius: 10px; */
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 515px;
}

/* Full height on the right column */
.caption-box-right {
    height: 100%;
}

/* Default animation for all slides */
.carousel-item.active .caption-container {
    opacity: 1;
    transform: translateY(0);
}

/* Special animation for the first slide on page load */
.first-slide-animation {
    animation: fadeInUp 1s ease-out forwards;
}

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

/* Responsive: Stack columns on small screens - FUNCTION */
@media (max-width: 768px) {
    .caption-container {
        flex-direction: column;
    }
    .caption-box {
        max-width: 100%;
        margin: 40px 20px;
    }
    .cs_before_after {
        width: 100%;
        position: relative;
        height: 410px !important;
    }
    .flex-container {
      flex-direction: column !important;
    }

    .our-services-section .our-services-left-img {
      padding-left: 0 !important;
    }

    .our-services-section .our-services-right-img {
      padding-right: 0 !important;
    }

    .our-services-section .our-services-outer1 {
      padding-top: 0 !important;
    }

    .cs_slider {
      width: auto !important;
      margin: 70px 20px 0 20px !important;
    }

    .cs_slider_gap_30 .slick-slide {
      padding-right: 0 !important;
    }

    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
      max-width: inherit !important;
    }

    .cs_footer_row {
      padding: 0 20px !important;
    }

    .margin-selamat {
      margin: 40px 20px 0 20px !important;
    }
}

@media (max-width: 575px) {
    .cs_before_after {
        height: 303px !important;
    }

    .cs_before_badge {
      bottom: 0% !important;
      left: 50px !important;
    }

    .cs_after_badge {
      bottom: 0% !important;
      right: 50px !important;
    }

    .cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail:nth-child(3) {
      display: block;
    }

    .cs_card.cs_style_3 {
      height: 100%;
      padding: 45px 25px;
    }
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    filter: invert(1);
}

/* TEXT HIGHLIGHT ANIMATE */

.cs_newsletter_content_wrapper .caption-box span {
    position: relative;
    display: inline-block;
}

.cs_newsletter_content_wrapper .caption-box span img {
    position: absolute;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    z-index: -1;
    animation: 5s linear 0s infinite normal none running bg-anim;
}

@keyframes bg-anim {
    0% {
      clip-path: inset(0px 100% 0px 0px);
      opacity: 1;
    }
    80% {
      clip-path: inset(0px);
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

/* COMPARE NEW */

.cs_newsletter.cs_style_1 .cs_newsletter_content_wrapper {
    padding: 0;
    border: 0;
    border-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

/* EVO */

@keyframes turner{
  0%   { transform:rotateY(0deg); }
  10%   { transform:rotateY(0deg); }
  50% { transform:rotateY(360deg);}
  60% { transform:rotateY(360deg);}
  100% { transform:rotateY(0deg);}
  100% { transform:rotateY(0deg);}
}

.wrapper {
  width:400px;
  height:400px;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.wrapper div { /* image is 460px x 460px */
  width:400px;
  height:10px; /* 50 divisions */
  background-image: url('../../assets/img/cariwreck/evo1.png');
  background-size: cover;
  backface-visibility: visible;
  animation: turner 20s infinite;
}
.one {
  background-position:0 0;
}
.one2 {
  background-position:0 -100%;
  animation-delay: .1s;
}
.one3 {
  background-position:0 -200%;
  animation-delay: .2s;
}
.one4 {
  background-position:0 -300%;
  animation-delay: .3s;
}
.one5 {
  background-position:0 -400%;
  animation-delay: .4s;
}
.one6 {
  background-position:0 -500%;
  animation-delay: .5s;
}
.one7 {
  background-position:0 -600%;
  animation-delay: .6s;
}
.one8 {
  background-position:0 -700%;
  animation-delay: .7s;
}
.one9 {
  background-position:0 -800%;
  animation-delay: .8s;
}
.one10 {
  background-position:0 -900%;
  animation-delay: .9s;
}
.one11 {
  background-position:0 -1000%;
  animation-delay: 1s;
}
.one12 {
  background-position:0 -1100%;
  animation-delay: 1.1s;
}
.one13 {
  background-position:0 -1200%;
  animation-delay: 1.2s;
}
.one14 {
  background-position:0 -1300%;
  animation-delay: 1.3s;
}
.one15{
  background-position:0 -1400%;
  animation-delay: 1.4s;
}
.one16{
  background-position:0 -1500%;
  animation-delay: 1.5s;
}
.one17{
  background-position:0 -1600%;
  animation-delay: 1.6s;
}
.one18{
  background-position:0 -1700%;
  animation-delay: 1.7s;
}
.one19{
  background-position:0 -1800%;
  animation-delay: 1.8s;
}
.one20{
  background-position:0 -1900%;
  animation-delay: 1.9s;
}
.one21{
  background-position:0 -2000%;
  animation-delay: 2s;
}
.one22{
  background-position:0 -2100%;
  animation-delay: 2.1s;
}
.one23{
  background-position:0 -2200%;
  animation-delay: 2.2s;
}
.one24{
  background-position:0 -2300%;
  animation-delay: 2.3s;
}
.one25{
  background-position:0 -2400%;
  animation-delay: 2.4s;
}
.one26{
  background-position:0 -2500%;
  animation-delay: 2.5s;
}
.one27{
  background-position:0 -2600%;
  animation-delay: 2.6s;
}
.one28{
  background-position:0 -2700%;
  animation-delay: 2.7s;
}
.one29{
  background-position:0 -2800%;
  animation-delay: 2.8s;
}
.one30{
  background-position:0 -2900%;
  animation-delay: 2.9s;
}
.one31{
  background-position:0 -3000%;
  animation-delay: 3s;
}
.one32{
  background-position:0 -3100%;
  animation-delay: 3.1s;
}
.one32{
  background-position:0 -3100%;
  animation-delay: 3.1s;
}
.one33{
  background-position:0 -3200%;
  animation-delay: 3.2s;
}
.one34{
  background-position:0 -3300%;
  animation-delay: 3.3s;
}
.one35{
  background-position:0 -3400%;
  animation-delay: 3.4s;
}
.one36{
  background-position:0 -3500%;
  animation-delay: 3.5s;
}
.one37{
  background-position:0 -3600%;
  animation-delay: 3.6s;
}
.one38{
  background-position:0 -3700%;
  animation-delay: 3.7s;
}

/* CONTENT LEFT COMPARE */

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  flex: 50%;
}

.flex-item-right {
  flex: 50%;
}

/* COMPARE */

.cs_before_after::before, .cs_before_after::after {
  border: 0;
}

.cs_before_after {
    width: 100%;
    position: relative;
    height: 442px;
}

.cs_before_after .cs_handle_before_after:before {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    width: 3px;
    height: 50%;
    left: 50%;
    margin-left: -1px;
    background: var(--accent-color);
    z-index: 2;
}

.cs_handle_before_after span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 0;
    background-color: #f7b819;
    border: 3px solid var(--white-color);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cs_handle_before_after span:before {
    content: "";
    left: 9px;
    width: 0;
    height: 0;
    border-right: 7px solid currentColor;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.cs_handle_before_after span:after {
    width: 0;
    height: 0;
    border-left: 7px solid currentColor;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 9px;
}

.cs_before_badge {
    padding: 2px 20px;
    top: unset;
    bottom: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100px;
    border-radius: 20px;
}

.cs_after_badge {
    padding: 2px 20px;
    top: unset;
    bottom: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
    border-radius: 20px;
}

/* WHY CHOOSE US SECTION */

.cs_card.cs_style_4 {
    height: 415px;
    min-height: unset;
}

.cs_card.cs_style_4 .cs_card_index_wrap {
    padding: 30px 40px;
}

.cs_card.cs_style_4.active .cs_card_index_wrap {
    background-color: #f6b819;
}

.cs_card.cs_style_4 .cs_card_index {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-rl;
}

.numbered-item {
    display: flex;
    align-items: flex-start;
}

.number {
    min-width: 30px; /* Adjust based on your numbering width */
    text-align: right;
    margin-bottom: 10px;
    font-weight: bold;
}

.numbered-text {
    text-indent: 0; /* No extra indentation */
    max-width: 500px; /* Adjust width as needed */
}

/* TRY WHY CHOOSE US */

/* .our-services-section {
    background-image: url(../img/cariwreck/our-services-background-img.jpg);
    padding: 138px 0 140px;
} */

.cs_about.cs_style_1.cs_type_1 .cs_features_list {
    margin-top: 70px;
}

.our-services-section .our-services-left-img {
    padding-left: 80px;
}

.our-services-section .our-services-outer1 {
    padding-top: 116px;
    padding-bottom: 32px;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}
.our-services-section .our-services-figure {
    text-align: center;
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
}

.our-services-section .our-services-outer .our-services-figure img {
    box-shadow: 0px 6px 38px 0 rgb(238 238 252);
    border-radius: 100px;
    margin-bottom: 44px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.our-services-section .our-services-content {
    text-align: center;
    margin-top: -20px;
}

.our-services-section .our-services-content h5 {
    letter-spacing: 0;
}

.our-services-section .our-services-content p {
    color: var(--e-global-color-text);
    padding: 0 14px;
}

.our-services-section .our-services-content a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.our-services-section .our-services-right-img {
    padding-right: 87px;
}

.our-services-section .our-services-outer .our-services-car-img {
    position: relative;
    top: 50%;
    text-align: center;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -25%);
}

figure {
    margin: 0 0 1rem;
}

.left_icon img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
      transform: translateY(-10px);
  }
}

/* FAQ SECTION */

.space, .space-top {
    padding-top: 120px;
}
.faq-wrap {
    border-radius: 20px;
}

.cs_accordians_wrapper.cs_style_1 {
    padding-right: 0;
}

.cs_accordian.cs_style_1 .cs_accordian_head {
    background-color: #f6b819;
    border-radius: 20px;
    z-index: 1;
}

.cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 30px 20px 20px;
    border-top: 1px solid var(--border-color);
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    top: -15px;
    z-index: 0;
}

/* 3 LANGKAH */

.process-card-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.process-card {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 40px;
    width: 300px;
}

/* .process-card:hover {
    background-color: #fffdf9;
    border: 2px solid #f7b819;
    border-radius: 20px;
} */

.process-card .process-card-icon {
    background: var(--heading-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin: auto;
}

.process-card:hover .process-card-icon {
    background: #f6b819;
}

.process-card .process-card-title {
    font-size: 26px;
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 12px;
}

/* .process-card .process-card-text {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-bottom: -0.5em;
} */

.pb-40 {
  padding-bottom: 40px;
}

.process-card-wrap:after {
    content: '';
    position: absolute;
    width: 384px;
    height: 90px;
    background: url(../img/cariwreck/process-arrow-1-1.png);
    right: -190px;
    top: 55px;
/*     -webkit-transform: rotate(6deg); */
/*     transform: rotate(6deg); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.process-card-wrap:nth-child(2):after {
    width: 386px;
    height: 151px;
    background: url(../img/cariwreck/process-arrow-1-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -193px;
    top: 50px;
/*     -webkit-transform: rotate(5deg); */
/*     transform: rotate(5deg); */
    z-index: 0;
}

.process-card-wrap:nth-child(3):after {
  display: none;
}

@media (max-width: 1199px) {
    .process-card-wrap:after {
        width: 284px;
        right: -155px;
        top: -23px;
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
}

@media (max-width: 1399px) {
    .process-card-wrap:after {
        width: 325px;
        right: -165px;
        top: 60px;
/*         -webkit-transform: rotate(9deg); */
/*         transform: rotate(9deg); */
    }

    .process-card-wrap:nth-child(2):after {
        width: 320px;
        height: 151px;
        background: url(../img/cariwreck/process-arrow-1-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        right: -160px;
        top: 50px;
    }
}

@media (max-width: 991px) {
    .process-card-wrap:after {
        display: none;
    }
}

/* TESTIMONIAL */

.cs_white_bg {
    background-color: #FAFAFB;
    border-radius: 20px;
}

.cs_testimonial.cs_style_1 {
    padding: 0;
}

.cs_testimonial.cs_style_1 .cs_testimonial_content {
    padding: 40px 25px;
    position: relative;
    z-index: 1;
    min-height: 360px;
}

.cs_slider_gap_30 .slick-slide {
    padding-left: 0;
    padding-right: 15px;
}

.cs_pagination.cs_style_1 li.slick-active {
    background-color: #626262;
}

.cs_pagination.cs_style_1.cs_type_1 {
    margin-top: 50px;
}

.cs_testimonial.cs_style_1::before {
  display: none;
}

.cs_testimonial.cs_style_1::after {
  display: none;
}

/* TEMPAH SEKARANG */

.cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
    min-height: 130px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: 260px;
    padding: 20px;
    background-color: #f6b819;
    border-radius: 20px;
}

.cs_footer_newsletter.cs_style_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    margin-bottom: 75px;
    border-radius: 20px;
}

.btn-tempah {
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #f7b819 !important;
    border: 2px solid #ef8923 !important;
    color: #000000 !important;
    gap: 10px !important;
    padding: 15px 28px !important;
    width: auto !important;
}

.btn-tempah:hover {
    background-color: #fcce59 !important;
    border: 2px solid #ef8923 !important;
    color: #000000 !important;
}

.btn-tempah-price {
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #f7b819 !important;
    border: 2px solid #ef8923 !important;
    color: #000000 !important;
    gap: 10px !important;
    padding: 15px 15px !important;
    line-height: 20px !important;
}

.btn-tempah-price:hover {
    background-color: #fcce59 !important;
    border: 2px solid #ef8923 !important;
    color: #000000 !important;
}

/* WHATSAPP */

.cs_wassap_btn.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cs_wassap_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 90px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

/* LAPORAN */

.cs_accent_bg_light {
    background: rgb(49 49 49 / 4%);
    border-radius: 20px;
    border: 1px solid #e42628;
}

.cs_form_field.form-select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
}

.cs_form_wrapper.cs_style_1 .cs_form_field {
    background-color: var(--white-color);
    border-color: transparent;
    border-radius: 20px;
}

.box-summary {
  min-height: 208px;
}

.height-249 {
  min-height: 249px;
}

/* LAPORAN NEW */

.image-box {
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-caption {
  background-color: #f9e0bf;
  padding: 20px;
  font-weight: 500;
}

/* Floating Menu Styles */
.floating-menu {
    position: sticky;
    top: 0;
    padding: 0 10px;
    z-index: 100;
}

.floating-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* .floating-menu ul li {
    display: inline;
} */

.floating-menu ul li a {
    text-decoration: none;
    font-size: 18px;
}

.floating-menu ul li a:hover {
    text-decoration: unset;
}

.cs_categories a {
    justify-content: flex-start;
}

.cs_sidebar.cs_style_1 {
    gap: 20px;
}

.cs_btn.cs_style_book i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cs_btn.cs_style_download {
    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;
    text-transform: uppercase;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    background-color: #f7b819;
    border: 2px solid #ef8923;
    color: #000000;
    gap: 10px;
    padding: 10px 20px;
    line-height: 15px;
    position: relative;
    width: 100%;
}

.cs_btn.cs_style_download > * {
    position: relative;
    z-index: 1;
}

.cs_btn.cs_style_download:hover i {
    -webkit-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
}

/* Content Styles */
.content-laporan {
    padding: 20px;
}

.cs_sidebar_widget {
    padding: 20px;
}

.cs_sidebar_widget .cs_separator {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 70px;
    left: 0;
}

.menu-laporan {
    background: rgb(49 49 49 / 4%);
    border-radius: 20px;
    border: 1px solid #dadada;
}

/* Menu Styles */

.menu-item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.menu-item:hover {
    background-color: #fff5ea;
}

/* Icon Style */
.menu-icon {
    font-size: 18px;
    color: #525252;
    margin-right: 15px;
}

/* Text Style */
.menu-text {
    flex-grow: 1;
    font-size: 16px;
    text-align: left;
}

/* Label Style */
.menu-label {
    background-color: #ef8923;
    color: #fff;
    padding: 4px 11px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    min-width: 25px;
    margin-left: 10px;
}

.label-container {
    display: inline-flex;
    align-items: center; /* Center items vertically */
}

.circle-label-green {
    width: 20px;
    height: 20px;
    background-color: #0eb715;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.circle-label-red {
    width: 20px;
    height: 20px;
    background-color: #ef3373;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.label-text {
    font-size: 16px;
    margin: 5px 10px 5px 0;
    color: #333; /* Text color */
}

.cs_iconbox.cs_style_2 img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
    background-color: #e42628;
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon.label-green {
    background-color: #0eb715;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(78 78 78) !important;
}

.cs_categories {
    gap: 5px;
}

.box-sample-report {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    border-top: 1px solid #e3e3e3;
}

.box-sample-report-icon {
    font-size: 18px;
    color: #525252;
    margin-right: 15px;
}

.box-sample-report-text {
    flex-grow: 1;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.box-sample-report-label-pass {
    background-color: #59c825;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
}

.box-sample-report-label-fail {
    background-color: #ef0f3a;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
}

.box-sample-report-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.sample-report-image {
    flex-grow: 0;
    font-size: 14px;
    color: #000;
    text-align: left;
}

/* CAR RIDE ANIMATION */

.container-animation {
  height: 370px;
/*   margin: 100px auto; */
  min-width: 600px;
  max-width: 1920px;
  width: 100%;
}

@keyframes streetmove{
  from{background-position: 0%;}
  to{background-position: 90000%;}
}

.street{
  animation: streetmove 5000s infinite linear;
  background: url(../img/cariwreck/kl-city.png) top center repeat-x;
/*   background: url('https://image.ibb.co/mr9mVy/widestreetroad.jpg') top center repeat-x;  */
  background-size: cover;
  height: 370px;
  min-width: 600px;
  max-width: 1920px;
  width: 100%;
}

.road{
  height: 100px;
  position:relative;
  top: -100px;
  width:100%;
}
.car{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  top: -210px;
  width: 241px;
}

@keyframes carmove{
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(1px);
  }
  29%{
    transform: translateY(2px);
  }
  33%{
    transform: translateY(3px);
  }
  47%{
    transform: translateY(0px);
  }
  58%{
    transform: translateY(1px);
  }
  62%{
    transform: translateY(2px);
  }
  66%{
    transform: translateY(3px);
  }
  75%{
    transform: translateY(1px);
  }
  100%{
    transform: translateY(0px);
  }
}

.carbody{
  animation: carmove 3.1s infinite linear;
  background: url(../img/cariwreck/car-red.png) 0 0;
  background-size: cover;
  height: 77px;
  position: relative; 
  width: 242px;
  z-index: 125;
}
@keyframes wheelmove{
   0%{
    transform: scale(0.5, 0.5);
  }
  25%{
    transform: scale(0.5, 0.49);
  }
  29%{
    transform: scale(0.5, 0.485);
  }
  33%{
    transform: scale(0.5, 0.48);
  }
  47%{
    transform: scale(0.5, 0.5);
  }
  58%{
    transform: scale(0.5, 0.49);
  }
  62%{
    transform: scale(0.5, 0.485);
  }
  66%{
    transform: scale(0.5, 0.48);
  }
  75%{
    transform: scale(0.5, 0.49);
  }
  100%{
    transform: scale(0.5, 0.5);
  }
}
.carwheel {
    animation: wheelmove 3.1s infinite linear;
    background: url(../img/cariwreck/car-red.png) -42px -154px;
    height: 80px;
    position: relative;
    top: -52px;
    width: 80px;
    z-index: 150;
}
.cw1{
  left: 2px;
}
.cw2{
  left: 68px;
}

@keyframes rotate{
 from{
    transform: rotate(0deg) scale(0.5);
  }
  to{
    transform: rotate(359deg) scale(0.5);
  }
}

.cardisk {
    animation: rotate 0.7s infinite linear;
    background: url(../img/cariwreck/car-red.png) -50px -235px;
    height: 59px;
    position: absolute;
    top: 35px;
    width: 59px;
    z-index: 200;
}

.cd1{
  left: 11px;
}
.cd2{
  left: 158px;
}

@keyframes shadowmove{
  0%{
    transform: scale(1, 1);
  }
  25%{
    transform: scale(1.01, 1.01);
  }
  29%{
    transform: scale(1.02, 1.02);
  }
  33%{
    transform: scale(1.025, 1.025);
  }
  47%{
    transform: scale(1, 1);
  }
  58%{
    transform: scale(1.01, 1.01);
  }
  62%{
    transform: scale(1.02, 1.02);
  }
  66%{
    transform: scale(1.025, 1.025);
  }
  75%{
    transform: scale(1.01, 1.01);
  }
  100%{
    transform: scale(1, 1);
  }
}

.carshadow{
  animation: shadowmove 3.1s infinite linear;
  border-radius: 50%;
  background: radial-gradient(rgba(62, 59, 59, 0.7) 1%, rgb(62 59 59 / 24%) 30%, rgb(108 103 103 / 26%) 85%, rgb(60 54 54 / 0%) 92%);
  height: 44px;
  margin: 0 auto;
  position: relative;
  top: -325px;
  width: 234px;
  z-index: 100;
}

/* TENTANG KAMI */

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail:nth-child(3) {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    padding-left: 40%;
}

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
    padding-right: 40%;
}

.cs_card.cs_style_3 .cs_card_content {
    padding: 30px 25px;
}

/* BOOKING FORM */

.cs_contact_info {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.total-amount {
    background-color: #ef0e3b;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* FOOTER */

.cs_footer.cs_style_1 .cs_footer_bottom {
    background-color: #f2b619;
}

/* Terms & Condition */

.numbered-list {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.numbered-list > li {
  counter-increment: item;
  margin-bottom: 1em;
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}

.numbered-list > li::before {
  content: counter(item) ". ";
  font-weight: bold;
  position: absolute;
  left: 0em;
  width: 2em;
  font-size: 24px;
}

.numbered-list > li > ol {
  counter-reset: subitem;
  list-style: none;
  padding-top: 10px;
  padding-left: 2em;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.numbered-list > li > ol > li {
  counter-increment: subitem;
  position: relative;
}

.numbered-list > li > ol > li::before {
  content: counter(item) "." counter(subitem) " ";
  position: absolute;
  left: -2em;
  width: 2em;
}


.bullet-point {
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

/* HARGA */

.container-harga {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.grid-1-5 .segmen-details {
  text-align: left;
}

.grid-1-5 {
  min-height: 400px;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out;
  
  @media screen and (min-width: 700px) {
    & {
      float: left;
      width: 50%;
    }
    &:nth-child(odd) {
      clear: left;
    }
  }
  
  @media screen and (min-width: 800px) {
    & {      
      width: 33.3333333%;
    }
    &:nth-child(3n+1) {
      clear: left;
    }
    &:nth-child(odd) {
      clear: none;
    }    
  }
  
  @media screen and (min-width: 1120px) {
    & {
       width: 20%;
    }
    &:nth-child(odd), &:nth-child(3n+1) {
       clear: none;
    }    
  }
  
}
.grid-1-5:hover {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 31%);
  transform: scale(1.025);
  z-index: 2;

  &:before, &:after {
    content: ""; 
    position: absolute; 
    @include filter-gradient(#f67d35, #ff4f68, vertical);
    @include background-image(linear-gradient(top,  rgba(246,125,53,1) 0%,rgba(255,79,104,1) 100%));
    top: -2px; 
    bottom: -2px; 
    width: 2px;    
  }

  &:before { 
    left: -2px; 
  }
  &:after { 
    right: -2px; 
  }  

  & .button {
    background-color: rgb(238,122,54);
    @include filter-gradient(#ee7a36, #eb495d, horizontal);
    @include background-image(linear-gradient(left,  rgba(238,122,54,1) 0%,rgba(235,73,93,1) 100%));    
  }
}

/* Container for the price */

.card-price-height {
  min-height: 525px;
}

.price-container {
    display: inline-grid;
    margin: 50px 0 20px;
    position: relative;
}

/* Styling for the original price */
.original-price {
    font-size: 20px;
    color: #888;  /* Gray color for the original price */
    text-decoration: line-through;  /* Strikethrough effect */
}

/* Styling for the discounted price */
.discounted-price {
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
}

.promo-label {
    position: absolute;
    right: 0;
    top: -35px;
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 10px;
    border: 1px;
    color: white;
    background-color: #e42628;
    box-shadow: 0px 0px 10px 2px #f7bfc9;
}

/* Style the unordered list */
ul.segmen-details {
    list-style-type: none;  /* Remove default bullets */
    padding-left: 0;
}

ul.segmen-details li {
    position: relative;
    padding: 0 30px;  /* Give space for the checkmark */
    text-align: justify;
}

/* Create the tick mark */
ul.segmen-details li::before {
    content: '\2713';  /* Unicode for check mark (✓) */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;  /* Adjust the size of the checkmark */
    color: green;  /* Change the color if you like */
}

.tempah-price-box {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

sup, .small {
  font-size: 0.6125em;
}

/* HUBUNGI KAMI - MAPS */

 .carousel-wrapper {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-container-wrapper {
    display: flex;
    align-items: center;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
    flex: 1;
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.carousel-container button {
    flex: 0 0 auto;
    margin: 0 5px;
    opacity: 0.5;
    transition: opacity 0.3s;
    width: 30%;
}

.carousel-container button.active {
    opacity: 1;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
}

.carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-indicators .indicator.active {
    background-color: #000;
}

button.nav-btn {
background: #fff;
border: none;
font-size: 36px;
cursor: pointer;
padding: 0;
margin: 0 5px;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

button.nav-btn:hover {
color: #333;
}

button.nav-btn:focus {
outline: none;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.btn-map {
  background-color: #fff2d2;
  border: 2px solid #ffcf9f;
}

.btn-map:hover {
  background-color: #ffe39e;
  border: 2px solid #ffb469;
  opacity: 0.8;
}

.btn.active.btn-map {
  background-color: #f6b819;
  border: 2px solid #ef8923;
}

/* Set the size of the map */
#map1, #map2 {
    height: 500px;
    width: 100%;
}

/* KERJAYA */

.cs_list.cs_style_1 {
  font-size: 16px;
}

/* SCROLL */

.cs_scroll_top_btn {
  z-index: 1;
}