@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'GeelyBold'; 
  src: url('../fonts/GEELYBold.ttf') format('truetype');
  /* font-weight: normal; */
  font-style: normal;
  font-display: swap; /* Opsional: menampilkan font sistem dulu agar cepat */
}

:root,
[data-bs-theme="light"] {
  --bs-primary: #d0d7eb;
  --bs-second: #edaa15;
  --bs-hitam: #21262a;
  --bs-abu: #d0d7eb;
  --bs-dark-abu: #d5d3d3;
  --bs-cream: #fcf1e8;
  --bs-primary-light: #fcf8ee;
  --bs-primary-dark: #7a601f;
  --very-light-base-color: #fbeee1;
  --bs-primary-rgb: 186, 3, 3;
  --bs-second-rgb: 237, 170, 21;
  --bs-body-font-size: 14px;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-weight: 400;
  --base-color: var(--bs-primary);
}

.f-geely {
  font-family: 'GeelyBold', sans-serif;
}

.mb-minus-20 {
  margin-bottom: -20px;
}

.mt-minus-20 {
  margin-top: -20px;
}

.mt-minus-30 {
  margin-top: -30px;
}

.text-utama {
  color: var(--bs-primary) !important;
}

.text-abu {
  color: var(--bs-abu) !important;
}

.text-putih {
  color: white !important;
}

.text-hitam {
  color: var(--bs-hitam) !important;
}

.text-base-color {
  color: var(--base-color) !important;
}

.text-form {
  color: #f6f2ef;
}

.bg-utama {
  background-color: var(--bs-primary) !important;
}

.bg-form {
    background: #f6f2ef;
}

.bg-abu {
  background-color: var(--bs-abu) !important;
}

.bg-abu-soft {
  background-color: #f5f8ff;
}

.bg-dark-abu {
  background-color: var(--bs-dark-abu);
}

.bg-greydark {
  background-color: #eae9e8;
}

.bg-greysoft {
  background-color: #f1f1f1;
}

.bg-putih {
  background-color: white !important;
}

.bg-hitam {
  background-color: var(--bs-hitam) !important;
}

.bg-cream {
  background-color: var(--bs-cream) !important;
}

.bg-header-vehicle {
  background-color: #bfbfcb;
}

.swiper-slide {
  height: auto !important;
  display: flex;
}

.bg-base-color {
  background-color: #275e7f !important;
}

.bg-green {
  background: url(../../../images/bg-green.jpg);
  background-size: cover;
}

.bg-biru {
  background: url(../../../images/bg-blue.jpg);
  background-size: cover;
}

.bg-abu2 {
  background: url(../../../images/bg-abu.jpg);
  background-size: cover;
}

.bg-abu2-dark {
  background: url(../../../images/bg-dark-abu.jpg);
  background-size: cover;
}

.bg-oren {
  background: url(../../../images/bg-orange.jpg);
  background-size: cover;
}

.border-abu {
  border-color: #9498a3;
}

.border-base-color {
  border-color: #275e7f !important;
  /* border-left: 2px solid #275e7f !important; */
}

.header-bread {
  margin-top: 0;
}

.content-bread {
  margin-top: -550px;
}

.carousel-inner {
  height: 100vh;
}

.img-breadcrumb {
  object-fit: cover; 
  object-position: center; 
  top: -180px;
}

.product-img{
  width:100%;
  height: 500px;
  /* height:100%; */
  aspect-ratio: 4/2;
  object-fit:cover;
}

.product-bg{
  height:500px;
}

.overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4); /* opacity overlay */
  z-index:1;
}

@media (max-width: 768px) {
  .bread-mob {
    top: -100px;
    position: relative;
  }
  .header-bread {
    margin-top: -100px;
  }
  .content-bread {
    margin-top: -250px;
    text-align: center;
  }
  .img-breadcrumb {
    top: 0;
  }
  .product-img{
    height: 100%;
    aspect-ratio: 4/3;
  }
  .product-bg{
    height:100%;
  }
}

.sidebar nav .nav-link.active {
  color: #194bff !important;
}

.desk-manu h3 {
  color: black;
  text-transform: uppercase;
  font-family: 'GeelyBold';
  font-size: 20px;
}

.card-mobil img:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.carousel-indicators {
  margin-left: 10% !important;
  margin-right: 10% !important;
  justify-content: space-between !important;
}

@media (max-width: 768px) {
  .carousel-indicators {
    text-align: center;
    display: block;
  }

  .carousel-home {
    height: 100vh;
  }

  .carousel-item {
    height: 100vh;
  }
}

/* Wrapper gambar absolute di bawah slider */
.header-bottom-img {
  position: absolute;
  left: 50%;
  bottom: -50px;
  /* atur posisi vertikal sesuai kebutuhan */
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
}

.sticky-dekstop {
  position: sticky !important;
  top: 100px;
}

.solusi-card {
  position: relative;
  height: 340px;
  border-radius: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 30px;
}

/* Overlay gelap */
.solusi-card .solusi-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Konten */
.solusi-card .solusi-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.solusi-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  /* Sesuai contoh gambar */
}

.solusi-text {
  font-size: 14px;
  line-height: 1.6;
}

/* Non-sticky di mobile dan tablet */
@media (max-width: 991px) {
  .sticky-desktop {
    position: static !important;
    top: auto !important;
  }
}

.accordion-scroll {
  max-height: 480px;
  /* bisa disesuaikan */
  overflow-y: auto;
  padding-right: 10px;
}

/* hilangkan scroll bar di chrome (opsional) */
.accordion-scroll::-webkit-scrollbar {
  width: 6px;
}

.accordion-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Wrapper untuk kontrol gambar */
.img-header-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Figure utama */
.img-header {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Gambar */
.img-header img {
  width: 100%;
  height: auto;
  display: block;
}

/* Efek border dekoratif */
.img-header::before {
  /*content: "";*/
  position: absolute;
  top: -20px;
  /*left: -20px;*/
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: -1;
}

/* ===================== */
/* RESPONSIVE SETTINGS */
/* ===================== */
@media (max-width: 768px) {
  .header-bottom-img {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    /* sesuaikan jarak dari slider */
  }

  .img-header {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    /* beri ruang di sisi layar */
  }

  .img-header::before {
    top: -10px;
    /*left: 0px;*/
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }

  .img-header img {
    width: 100%;
  }
}

.footer-bar {
  background: #3b3d3d;
  border-radius: 12px;
  padding: 12px 24px;
  margin-top: 40px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 16px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #aaa;
}

.footer-copy {
  opacity: 0.9;
}

@media (max-width: 576px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .footer-links a {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    position: relative;
  }

  /* Offset dan overlap gambar */
  .col-lg-6 figure:first-child {
    transform: translateX(20px);
    margin-top: -50px;
  }

  .col-lg-6 figure:last-child {
    transform: translateX(-20px);
  }

  /* Posisi box teks */
  .quote-box {
    top: 20%;
    left: -10%;
    max-width: 350px;
    z-index: 10;
  }

  .quote-box2 {
    bottom: -10%;
    left: -5%;
    /* max-width: 400px; */
    width: 60%;
    z-index: 10;
    transform: translateX(50%);
  }
}

/* ====== Mobile & Tablet View ====== */
@media (max-width: 991.98px) {
  .col-lg-6 figure {
    transform: none !important;
    margin-top: 0 !important;
  }

  .quote-box {
    position: static;
    margin-top: 15px;
    max-width: 100%;
    text-align: left;
  }

  .quote-box2 {
    position: static;
    margin-top: 15px;
    max-width: 100%;
    text-align: left;
  }
}

.header-bottom-img {
  bottom: -80px;
  z-index: 5;
}

@media (max-width: 768px) {
  .header-bottom-img {
    bottom: -80px;
  }
}

/* Class default untuk desktop */
.bg-desktop {
  background-size: cover;
  background-attachment: scroll !important;
  /* background-position: center center; */
  background-repeat: no-repeat;
}

/* Hanya berlaku untuk layar mobile */
@media (max-width: 767.98px) {
  .bg-mobile-auto {
    background-size: 250vh !important;
    background-attachment: scroll !important;
  }
}

@media (max-width: 768px) {
  .mt-minus-30 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .navbar-collapse .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: white;
  }
}

.section-overlay {
  position: relative;
  border-radius: 50px 50px 0 0;
}

.section-overlay2 {
  position: relative;
  border-radius: 0 0 50px 50px;
}

.section-overlay::before {
  content: "";
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39,
      94,
      127,
      0.9);
  /* warna #275E7F dengan transparansi 60% */
  z-index: 1;
  /* di atas background */
}

.section-overlay2::before {
  content: "";
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39,
      94,
      127,
      0.9);
  /* warna #275E7F dengan transparansi 60% */
  z-index: 1;
  /* di atas background */
}

.section-overlay .container,
.section-overlay .position-relative {
  position: relative;
  z-index: 2;
  /* agar konten tetap di atas overlay */
}

.section-overlay2 .container,
.section-overlay2 .position-relative {
  position: relative;
  z-index: 2;
  /* agar konten tetap di atas overlay */
}

.icon1 {
  position: absolute;
  background: #275e7f;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #fff;
  /* outline putih */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* efek lembut */
}

.icon1 .number {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  /* warna teks */
  line-height: 1;
}

.card-translucent {
  background-color: rgba(245, 250, 238, 0.2);
  /* #F5FAEE dengan transparansi */
  border: none;
}

.card-translucent .card-body {
  color: #fff;
  /* teks tetap jelas */
}

.card-translucent .icon .number {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}

.hero-card {
  min-height: 400px;
  position: relative;
  overflow: visible !important;
}

/* Absolute image untuk desktop */
.hero-image {
  z-index: 1;
}

.hero-img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

/* Untuk mobile, gambar di bawah deskripsi */
.hero-image-mobile {
  position: relative;
}

.hero-img-mobile {
  width: 80%;
  max-width: 350px;
  height: auto;
}

.btn-outline-primary {
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
}

.btn-outline-primary:hover {
  background: #194bff;
  color: white;
}

.btn-primary {
  background: white;
  color: #194bff;
  border-radius: 5px;
}

.btn-primary:hover {
  background: #194bff;
  color: white;
}

.btn-black {
  background: black;
  color: white;
}

.btn-black:hover {
  background: #194bff;
  color: white;
}

.btn-outline-black {
  border: 1px solid black;
  color: black;
}

.btn-outline-black:hover {
  background: #194bff;
  color: white;
}

/* Tombol play */
.btn-play .play-circle {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #275e7f;
  position: relative;
  box-shadow: 0 0 20px #275e7f;
}

.btn-play .play-circle::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 14px solid #03242e;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.zoom-bg {
  background-size: 110% auto;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomEffect 14s ease-in-out infinite;
}

/* Mobile fix: pakai scale biar tetap animasi */
@media (max-width: 768px) {
  .zoom-bg {
    background-size: cover !important;
    animation: zoomMobile 14s ease-in-out infinite;
    width: 100%;
    height: 100%;
  }
}

@keyframes zoomEffect {
  0% {
    background-size: 110% auto;
  }

  50% {
    background-size: 100% auto;
  }

  100% {
    background-size: 110% auto;
  }
}

@keyframes zoomMobile {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.float-y img {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  /* naik 15px */
  100% {
    transform: translateY(0);
  }
}

.overlay-blue {
  position: relative;
  z-index: 1;
}

.overlay-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10,
      86,
      206,
      0.7);
  /* #0A56CE dengan transparansi 70% */
  z-index: -1;
}

.text-utama {
  color: var(--bs-primary) !important;
}

.text-utama-gradient {
  background: linear-gradient(to right,
      var(--bs-primary),
      var(--bs-primary),
      var(--bs-secondary));
  color: transparent;
  background-clip: text;
  display: inline-block;
}

.text-kedua {
  color: var(--bs-secondary) !important;
}

.text-ketiga {
  color: var(--bs-third) !important;
}

.text-red {
  color: red !important;
}

.text-orange {
  color: #feb900;
}

.text-hijau {
  color: #40bd98;
}

.text-putih {
  color: white;
}

.text-hitam {
  color: black;
}

.limit-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-text-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bg-utama {
  background: var(--bs-primary);
}

.bg-transparent {
  background: transparent !important;
}

.bg-utama-gradient {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
}

.bg-abu {
  background: #f5f5f5;
}

.bg-kedua {
  background: var(--bs-secondary);
}

.bg-ketiga {
  background: var(--bs-third);
}

.bg-orange {
  background: #feb900;
}

.bg-soft-utama {
  background-color: #caf4fa;
}

.bg-putih {
  background: white;
}

.bg-hitam {
  background: black;
}

.bg-card-yellow {
  background:
    linear-gradient(rgb(254, 243, 228, 0.8), rgb(254, 243, 228, 0.8)),
    url("../../../images/card.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-blue {
  background:
    linear-gradient(rgb(224, 233, 250, 0.8), rgb(224, 233, 250, 0.8)),
    url("../../../images/card.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-red {
  background:
    linear-gradient(rgb(250, 230, 231, 0.8), rgb(250, 230, 231, 0.8)),
    url("../../../images/card.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-card-ash {
  background:
    linear-gradient(rgb(240, 240, 248, 0.8), rgb(240, 240, 248, 0.8)),
    url("../../../images/card.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cta {
  background:
    linear-gradient(rgb(13, 29, 96, 0.8), rgb(13, 29, 96, 0.6)),
    url("../../../images/kota.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
}

.text-count {
  color: white;
  -webkit-text-stroke-color: var(--bs-primary);
  -webkit-text-stroke-width: 1px;
  font-size: 80px;
}

.linkedin-icon {
  position: absolute;
  bottom: 90px;
  left: 20px;
  color: white;
  background-color: #333333;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
}

.zigzag-up {
  transform: translateY(-20px);
}

.zigzag-down {
  transform: translateY(20px);
}

.overlay-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.hover-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.01),
      rgba(255, 228, 0, 0.7));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-card:hover .overlay-container .hover-gradient {
  opacity: 1;
}

.team-card:hover .linkedin-icon {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
  border-radius: 50%;
  /*padding: 10px;*/
}

.btn-gradient-1 {
  color: white;
  background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
  border: 1.5px solid white;
  /* font-size: 28px; */
  border-radius: 20px;
}

.btn-gradient-1:hover {
  color: var(--bs-third);
  background: linear-gradient(to left, var(--bs-primary), var(--bs-secondary));
  border: 1.5px solid white;
}

.btn-utama-gradient {
  color: white;
  background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
  border: 1.5px solid white;
  /* font-size: 28px; */
  border-radius: 20px;
}

.btn-utama-gradient:hover {
  color: var(--bs-primary);
  background: white;
}

.btn-green-gradient {
  color: white;
  background: linear-gradient(to right, #1cdc3a, #0e9823);
  border: 2px solid white;
  font-size: 28px;
  border-radius: 20px;
}

.btn-green-gradient:hover {
  color: var(--bs-third);
  background: linear-gradient(to right, #0e9823, #1cdc3a);
  border: 2px solid white;
}

@media (max-width: 768px) {
  .btn-green-gradient {
    font-size: 18px;
  }
}

.border-bottom-ketiga {
  border-bottom: 4px solid var(--bs-third);
  width: 250px;
}

.filter:not(.basic-filter) ul li+li:before {
  display: none !important;
}

.img-header-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.leaflet-marker-icon.leaflet-interactive {
  width: 18px !important;
  height: 30px !important;
}

.leaflet-container .leaflet-shadow-pane img {
  margin-left: -16px !important;
  margin-top: -52px !important;
}

.leaflet-popup-content {
  margin: 13px !important;
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left: 0 !important;
  }

  .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right: 0 !important;
  }
}

.divider-bottom-biru {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.divider-bottom-biru svg {
  position: relative;
  display: block;
  width: calc(128% + 1.3px);
  height: 204px;
}

.divider-bottom-biru .shape-fill {
  fill: var(--bs-primary);
}

.divider-bottom-putih {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.divider-bottom-putih svg {
  position: relative;
  display: block;
  width: calc(128% + 1.3px);
  height: 128px;
}

.divider-bottom-putih .shape-fill {
  fill: #ffffff;
}

.divider-header {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.divider-header svg {
  position: relative;
  display: block;
  width: calc(128% + 1.3px);
  height: 128px;
}

.divider-header .shape-fill {
  fill: #ffffff;
}

.divider-footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.divider-footer svg {
  position: relative;
  display: block;
  width: calc(164% + 1.3px);
  height: 171px;
}

.divider-footer .shape-fill {
  fill: #ffffff;
}

@media (min-width: 2001px) {
  .divider-bottom-biru {
    display: none !important;
  }

  .divider-bottom-putih {
    display: none !important;
  }
}

@media (min-width: 1752px) AND (max-width: 2000px) {
  .divider-bottom-biru {
    bottom: 230px;
  }

  .divider-bottom-putih {
    bottom: 170px;
  }
}

@media (min-width: 1601px) AND (max-width: 1751px) {
  .divider-bottom-biru {
    bottom: 170px;
  }

  .divider-bottom-putih {
    bottom: 150px;
  }
}

@media (min-width: 1441px) AND (max-width: 1600px) {
  .divider-bottom-biru {
    bottom: 40px;
  }

  .divider-bottom-putih {
    bottom: -45px;
  }
}

@media (min-width: 1200px) AND (max-width: 1440px) {
  .divider-bottom-biru {
    bottom: 0px;
  }

  .divider-bottom-putih {
    bottom: -110px;
  }
}

@media (min-width: 993px) AND (max-width: 1199px) {
  .divider-bottom-biru {
    bottom: -40px;
  }

  .divider-bottom-putih {
    bottom: -60px;
  }
}

@media (max-width: 992px) {
  .divider-bottom-biru {
    display: none !important;
  }

  .divider-bottom-putih {
    display: none !important;
  }
}

.ornamen-1 {
  position: absolute !important;
  right: -300px;
  left: auto;
  bottom: -820px;
  width: 850px;
}

.ornamen-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* opacity: .25; */
}

@media only screen and (max-width: 600px) {
  .ornamen-1 {
    position: absolute !important;
    left: 0;
    bottom: -400px;
    width: 550px;
  }
}

.rounded-20px {
  border-radius: 20px !important;
}

.filter ul li a {
  border: 1px solid var(--bs-primary) !important;
  padding: 3px 10px;
  border-radius: 15px !important;
}

.filter:not(.basic-filter) ul li a.active {
  background-color: var(--bs-third) !important;
}

.hidden-shapo-logo {
  position: relative;
  margin-top: -170px;
  background: white;
}

/* table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid black;
} */

/* th, td {
  text-align: left;
  padding: 16px;
} */

/*tr:nth-child(even) {
  color: black;
  background-color: #DDDDDD;
} */

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-22 {
  font-size: 22px;
}

.fz-24 {
  font-size: 24px;
}

.fz-26 {
  font-size: 26px;
}

.fz-28 {
  font-size: 28px;
}

.fz-30 {
  font-size: 30px;
}

.fz-32 {
  font-size: 32px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.fz-fasilitas {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600 !important;
}

.f-alice {
  font-family: Alice;
}

@media (max-width: 768px) {
  .fz-fasilitas {
    font-size: 12px;
  }
}

.fz-header {
  font-weight: 300;
  font-size: 80px;
  line-height: 75px;
}

@media (max-width: 768px) {
  .fz-header {
    text-align: center;
    font-size: 40px;
    line-height: 38px;
  }
}

.rounded-nav {
  border-radius: 0.8rem !important;
}

@media (max-width: 768px) {
  .rounded-nav {
    border-radius: 0px !important;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Zig-zag Timeline Start*/
.line-white-h {
  position: absolute;
  width: 2px;
  height: 100%;
  top: -20px;
  transform: translateX(1200%);
  background: #d9d9d9;
}

.line-white {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #d9d9d9;
}

.number-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}

.line {
  /* width: 2px;
  height: 40px;
  background-color: var(--bs-primary); */
}

.line-2 {
  width: 2px;
  height: 40px;
  background-color: var(--bs-primary);
}

.line-3 {
  width: 30px;
  height: 2px;
  background-color: var(--bs-primary);
  transform: translateY(1000%);
}

/* .circle {
  width: 50px;
  height: 50px;
  background-color: black;
  border: 3px solid var(--bs-primary);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--bs-primary);
  font-weight: bold;
} */

/* Zig-zag Timeline End */

.floating-image {
  animation: floating 3s ease-in-out infinite;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: rgba(0,0,0,.3) !important;
    border-radius: 10px;
    margin: 0 3px !important;
    /* opacity: 1; */
    transition: all 0.3s ease;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0,0,0,.99) !important;
    width: 40px;
}

.artikel-item {
  position: relative;
  padding: 10px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  transition: 0.2s all ease;
}

.artikel-item:hover {
  box-shadow: rgba(var(--bs-primary-rgb), 0.1) 0px 8px 24px;
  transform: scale(1.1);
}

.artikel-item .thumbnail {
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.artikel-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.artikel-item:hover .thumbnail img {
  transform: scale(1.1);
}

.artikel-item .thumbnail span {
  background: var(--bs-primary);
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 2px 20px;
  font-size: 12px;
  border-radius: 40px;
}

.artikel-item .content {
  padding: 0 10px;
}

.artikel-item .content .meta {
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  color: var(--bs-primary);
  margin-bottom: 5px;
}

.artikel-item .content .title {
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}

.artikel-item .content .title a {
  color: #111827;
}

.unggul ul {
  list-style: none;
  padding: 0;
}

.unggul ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.unggul ul li::before {
  content: "\f00c";
  /* Unicode untuk fa-check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%);
  color: white;
  background-color: green;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.underline {
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg, #147c22 0, #35d54b 100%);
  margin-top: 10px;
  margin-bottom: 20px;
}

.judul-wisata {
  /* font-family: Bangers; */
  font-size: 25px;
  color: black;
}

@media (max-width: 768px) {
  .judul-wisata {
    font-size: 18px;
  }
}

.top-stop {
  scroll-margin: 60px;
}

.border-utama {
  --bs-border-opacity: 1;
  border-color: var(--bs-primary) !important;
}

.border-left-utama {
  border-left: 5px solid var(--bs-primary);
}

.border-left-kedua {
  border-left: 5px solid var(--bs-secondary);
}

.border-left-putih {
  border-left: 5px solid white;
}

.border-bottom-utama {
  border-color: var(--bs-primary) !important;
  border-radius: 10% 30%;
  border-bottom: 1px solid var(--bs-primary) !important;
}

.border-bottom-kedua {
  border-bottom: 1.5px solid var(--bs-secondary);
}

.scroll-top {
  scroll-margin: 70px;
}

.ornament-1 {
  position: absolute;
  right: auto;
  left: 20px;
  top: 250px;
  width: 200px;
}

.ornament-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.25;
}

@media only screen and (max-width: 600px) {
  .ornament-1 {
    position: absolute;
    right: 0;
    left: -50px;
    top: 0;
    bottom: -800px;
    width: 200px;
  }
}

.ornament-2 {
  position: absolute;
  right: -60px;
  left: auto;
  top: 0;
  width: 350px;
}

.ornament-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.25;
}

@media only screen and (max-width: 600px) {
  .ornament-2 {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 550px;
    width: 150px;
  }
}

.ornament-con-1 {
  position: absolute;
  right: auto;
  left: 300px;
  bottom: 0;
  width: 450px;
  z-index: -1;
}

.ornament-con-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.25;
}

@media only screen and (max-width: 600px) {
  .ornament-con-1 {
    position: absolute;
    right: 0;
    left: -50px;
    top: 0;
    bottom: -800px;
    width: 200px;
  }
}

.ornament-con-2 {
  position: absolute;
  right: 50px;
  left: auto;
  top: 0;
  width: 200px;
  z-index: -1;
}

.ornament-con-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.25;
}

@media only screen and (max-width: 600px) {
  .ornament-con-2 {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 550px;
    width: 150px;
  }
}

.card-product {
  background-color: var(--bs-third);
  color: white;
  border-radius: 15px;
  border: 1px solid var(--bs-secondary);
  padding: 20px;
  margin: 20px;
}

.card-product img {
  border: 2px solid var(--bs-secondary);
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.card-product h1 {
  color: black;
}

.card-product p {
  color: black;
}

.card-product ul {
  color: black;
}

.card-product:hover {
  background:
    linear-gradient(to right, rgba(20, 124, 34, 0.9), rgba(53, 213, 75, 0.8)),
    url("../../../images/bg-product.jpg");
  background-size: cover;
}

.card-product:hover img {
  border: 2px solid white;
}

.card-product:hover h1 {
  color: white;
}

.card-product:hover p {
  color: white;
}

.card-product:hover ul {
  color: white;
}

/* *********** Navbar Bottom Start *********** */
/* .navbar-expand-lg .navbar-collapse .nav-link:hover {
  color: white !important;
   color: var(--bs-green) !important; 
} */

.navbar-bottom {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* backdrop-filter: blur(10px);  */
  /* border-top: 1px solid #ddd;  */
  /* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);  */
  z-index: 99999;
}

.navbar-bottom ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.navbar-bottom ul li {
  flex: 0 0 auto;
}

.navbar-bottom ul li a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: var(--bs-primary);
  font-size: 16px;
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
}

.navbar-bottom ul li a.active,
.navbar-bottom ul li a:hover {
  color: var(--bs-secondary);
  font-weight: 600;
  /* border-top: 3px solid var(--bs-secondary);  */
}

@media (max-width: 768px) {
  .navbar-bottom ul {
    justify-content: flex-start;
  }
}

/* *********** Navbar Bottom End *********** */

/*.scroll {*/
/*	display: block;*/
/*	height: 80px;*/
/*	overflow: auto;*/
/*	margin-bottom: 15px;*/
/*    direction: rtl;*/
/*    text-align: left;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .scroll {*/
/*        height: 80px;*/
/*    }*/
/*}*/

.simplescroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.simplescroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.simplescroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--bs-secondary);
}

.simplescroll::-webkit-scrollbar-thumb:hover {
  background: var(--bs-secondary);
}

.simplescroll::-webkit-scrollbar-thumb:active {
  background: var(--bs-secondary);
}

.cta-container {
  background: var(--bs-primary);
  color: white;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-container .bg-image {
  position: absolute;
  filter: grayscale(1);
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cta-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(11, 10, 74, 0.9) 0%,
      rgba(11, 10, 74, 0.9) 50%,
      rgba(11, 10, 74, 0.5) 100%);
}

.cta-container .overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(11, 10, 74, 0.9) 0%,
      rgba(239, 172, 40, 0.9) 50%,
      rgba(11, 10, 74, 0.4) 100%);
}

.cta-container .content {
  position: relative;
  z-index: 2;
}

.cta-container h2 {
  font-weight: 600;
}

.cta-container p {
  font-size: 0.9rem;
}

.link-custom {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.link-custom .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  z-index: 2;
}

.divider-style1 {
  position: relative;
  /* max-width: var(--main-container); */
  margin-left: auto;
  margin-right: auto;
}

.divider-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      var(--bs-secondary) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.divider-style1 .divider-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: var(--bs-primary);
  background-color: var(--bs-secondary);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.banner-style2 {
  position: relative;
  /* margin-bottom: 30px; */
}

.banner-style2 .banner-img img {
  width: 100%;
}

.banner-style2 .banner-content {
  position: absolute;
  width: 100%;
  max-width: 280px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-style2 .banner-label {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 3px;
}

.banner-style2 .banner-title {
  margin-bottom: 21px;
}

.banner-style2.layout2 .banner-content {
  right: auto;
  left: 10%;
}

.banner-style2.layout2 .vs-btn {
  background-color: white;
  color: var(--bs-primary);
}

.banner-style2.layout2 .vs-btn:hover {
  color: var(--bs-secondary);
}

@media (max-width: 1199px) {
  .banner-style2 .banner-content {
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .banner-style2 .banner-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .banner-style2 .banner-label {
    font-size: 12px;
  }

  .banner-style2 .banner-content {
    max-width: 180px;
  }

  .banner-style2 .vs-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 344px) {
  .banner-style2 .banner-content {
    max-width: 165px !important;
  }
}

@media (min-width: 345px) and (max-width: 360px) {
  .banner-style2 .banner-content {
    max-width: 170px !important;
  }
}

@media (min-width: 362px) and (max-width: 390px) {
  .banner-style2 .banner-content {
    max-width: 180px !important;
  }
}

@media (min-width: 391px) and (max-width: 430px) {
  .banner-style2 .banner-content {
    max-width: 200px !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .banner-style2 .banner-content {
    max-width: 250px !important;
  }
}

@media (min-width: 1282px) and (max-width: 1920px) {
  .banner-style2 .banner-content {
    max-width: 280px !important;
  }
}

@media (max-width: 768px) {
  .w-50 {
    width: 45% !important;
  }
}

.mega-hover {
  position: relative;
  overflow: hidden;
}

.mega-hover img {
  transition: all 2s ease;
  transform: scale(1);
}

.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}

.mega-hover:before {
  top: -10%;
  right: 51%;
  bottom: -10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:after {
  top: 50%;
  right: -10%;
  bottom: 50%;
  left: -10%;
  background: rgba(255, 255, 255, 0.6);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}

.mega-hover:hover img {
  transform: scale(1.05);
}

/*** List Check Start ***/
.list-checked {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.list-checked>li {
  position: relative;
  padding: 19px 0;
  padding-left: 2.25rem;
}

.list-checked>li+li,
.list-order>li+li {
  margin-top: 0;
}

.list-checked>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: rgb(22, 59, 222, 0.1);
  color: var(--bs-primary);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.list-checked.lokasi {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}

.list-checked.lokasi li span {
  padding: 0 0 5px 0;
  /* border-bottom: 3px solid var(--bs-primary); */
}

.list-checked.lokasi>li::before {
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: rgb(179, 179, 179, 0.3);
  color: red;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.border-bawah {
  border-bottom: 2px var(--bs-primary) solid;
  display: inline;
}

.wdt-20 {
  width: 20% !important;
}

@media (max-width: 768px) {
  .list-checked.lokasi {
    gap: 20px;
  }

  .list-checked.lokasi>li::before {
    position: absolute;
  }

  .wdt-20 {
    width: 50% !important;
  }
}

.list-checked.centang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f02c";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.list-checked.silang>li::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: normal;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: rgb(220, 53, 75, 0.3);
  color: rgb(220, 53, 75);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
}

.v-light:not(.no-light) .link-custom .link-text {
  color: #000;
}

.link-custom .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  mix-blend-mode: exclusion;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}

.v-light:not(.no-light) .link-custom .link-circle {
  background-color: #e6e6e6;
  z-index: 0;
}

.link-custom .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.link-custom:hover {
  padding-left: 40px;
}

.link-custom:hover .link-text {
  color: #fff;
}

.link-custom:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom:hover .link-circle {
  width: 100%;
}

.link-custom:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom.scroll-down i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link-custom.scroll-down:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom.scroll-down:hover .link-circle i {
  -webkit-transform: translateX(-9px) translateY(2px) rotate(90deg);
  -ms-transform: translateX(-9px) translateY(2px) rotate(90deg);
  transform: translateX(-9px) translateY(2px) rotate(90deg);
}

.link-custom-red {
  border-radius: 30px;
  height: 48px;
  padding-right: 40px;
  color: #e61b33;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.link-custom-red .link-text {
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  z-index: 4;
  color: #e61b33;
}

.link-custom-red .link-circle {
  -webkit-transition: width 200ms;
  -o-transition: width 200ms;
  transition: width 200ms;
  top: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  /*mix-blend-mode: color-dodge;*/
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  z-index: 2;
}

.link-custom-red .link-circle i {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 15px;
  color: #e61b33;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.link-custom-red:hover {
  padding-left: 40px;
}

.link-custom-red:hover .link-text {
  color: #fff !important;
}

.link-custom-red:hover .link-text {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.link-custom-red:hover .link-circle {
  width: 100%;
  background: #e61b33;
}

.link-custom-red:hover .link-circle i {
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
  color: #fff;
}

.contact-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
}

.with-ts {
  width: fit-content;
}

.with-ts .text-shadow {
  position: absolute;
  right: -200px;
  color: black;
  opacity: 0.05;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}

@media (max-width: 767.98px) {
  .with-ts .text-shadow {
    position: absolute;
    right: -75px;
    color: black;
    opacity: 0.05;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }
}

.catalogue-or-1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 200px;
}

.catalogue-or-2 {
  position: absolute;
  top: -100px;
  right: 0;
  height: 200px;
}

.catalogue-or-3 {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}

.catalogue-or-4 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .catalogue-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    height: 100px;
  }

  .catalogue-or-2 {
    position: absolute;
    bottom: 100px;
    top: -50px;
    opacity: 0.25;
    height: 100px;
  }
}

.product-or-1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 200px;
}

.product-or-2 {
  position: absolute;
  top: -100px;
  left: 0;
  height: 200px;
}

.product-or-3 {
  position: absolute;
  top: 150px;
  right: 0px;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}

.product-or-4 {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 250px;
  opacity: 0.05;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .product-or-1 {
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0.25;
    height: 100px;
  }

  .product-or-2 {
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0.25;
    height: 100px;
  }
}

.profile-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}

.profile-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}

.profile-or-3 {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 250px;
  opacity: 0.02;
  z-index: 1;
}

.profile-or-4 {
  position: absolute;
  bottom: 50px;
  left: -100px;
  width: 250px;
  opacity: 0.02;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .profile-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }

  .profile-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }

  .profile-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }

  .profile-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}

.katalog-item .katalog-img {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.katalog-item .katalog-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black, transparent);
  opacity: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  transition: all 0.5s ease;
}

.katalog-item:hover .katalog-img .overlay {
  opacity: 0;
}

.katalog-item .katalog-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: all 0.5s ease;
}

.katalog-item:hover .katalog-img img {
  aspect-ratio: 1 / 1;
}

.katalog-item .katalog-desc {
  opacity: 0;
  height: 0;
  transition: all 0.5s ease;
}

.katalog-item:hover .katalog-desc {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .katalog-item:hover .katalog-desc {
    height: fit-content;
  }
}

.katalog-item .katalog-desc .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.katalog-item .katalog-desc .title a {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
}

.katalog-item .katalog-desc .product-info {
  text-align: center;
}

.katalog-item .katalog-desc .link {
  color: var(--bs-primary);
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.products-tab {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.custom-testimoni {
  background: linear-gradient(-45deg, transparent, #ebebeb, transparent);
  box-shadow: none;
}

.testimoni-line {
  background: linear-gradient(90deg, #ebebeb, transparent);
  height: 3px;
  margin-top: 15px;
}

.contact-or-1 {
  position: absolute;
  top: 100px;
  left: -100px;
  width: 200px;
}

.contact-or-2 {
  position: absolute;
  bottom: 100px;
  right: -100px;
  width: 200px;
}

.contact-or-3 {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 250px;
  opacity: 0.02;
  z-index: 0;
}

.contact-or-4 {
  position: absolute;
  bottom: 175px;
  left: -100px;
  width: 350px;
  opacity: 0.02;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .contact-or-1 {
    position: absolute;
    top: 100px;
    left: -50px;
    opacity: 0.25;
    width: 100px;
  }

  .contact-or-2 {
    position: absolute;
    bottom: 100px;
    right: -50px;
    opacity: 0.25;
    width: 100px;
  }

  .contact-or-3 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 150px;
  }

  .contact-or-4 {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
    z-index: 0;
  }
}

.produk-item {
  position: relative;
}

.produk-item .produk-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}

.produk-item .produk-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease;
}

.produk-item .produk-img .fade-on-hover {
  opacity: 1;
  position: relative;
  transition: opacity 0.3s ease;
}

.produk-item:hover .produk-img .fade-on-hover {
  opacity: 0;
}

.produk-item:hover .produk-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.1);
}

.produk-item .produk-img .second-thumbs-product {
  position: absolute;
  inset: 0;
}

.produk-item .produk-img .overlay-produk-btn {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  padding: 7.5px;
  border-radius: 7.5px;
  font-weight: bold;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}

.produk-item:hover .produk-img .overlay-produk-btn {
  transform: translateY(0);
  opacity: 1;
}

.produk-item.sold-item .produk-img .overlay-sold {
  position: absolute;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.produk-item.sold-item .produk-desc {
  opacity: 0.25;
}

.produk-item .produk-desc .title {
  color: black !important;
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}

.produk-item .produk-desc .title a {
  color: black !important;
  font-weight: 500;
  font-size: 16px;
}

.produk-item .produk-desc .title a:hover {
  text-decoration: underline;
}

.produk-item .produk-desc .product-info {
  text-align: center;
}

.produk-item .produk-desc .product-info .discount {
  opacity: 0.75;
  text-decoration: line-through;
  margin-right: 5px;
}

.catalog-info-count {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-info-count p {
  margin: 0;
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
}

.testi-quote-up {
  position: absolute;
  top: -15px;
  left: -25px;
  height: 30px;
  z-index: 3;
}

.testi-quote-down {
  position: absolute;
  bottom: -15px;
  right: -45px;
  height: 50px;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .testi-quote-up {
    top: -15px;
    left: -10px;
    height: 30px;
    z-index: 3;
  }

  .testi-quote-down {
    bottom: 20px;
    right: -10px;
    height: 40px;
    z-index: 3;
  }
}

.keunggulan-item {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 20px;
  position: relative;
}

.keunggulan-item::after {
  content: "";
  position: absolute;
  min-width: 1px;
  top: 15%;
  bottom: 15%;
  right: -0.5px;
  background: rgba(0, 0, 0, 0.1);
}

.keunggulan-item::before {
  content: "";
  position: absolute;
  min-height: 1px;
  top: -0.5px;
  right: 15%;
  left: 15%;
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {

  .keunggulan-container:nth-child(1) .keunggulan-item::before,
  .keunggulan-container:nth-child(2) .keunggulan-item::before {
    display: none;
  }

  .keunggulan-container:nth-child(even) .keunggulan-item::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .keunggulan-container:nth-child(1) .keunggulan-item::before {
    display: none;
  }

  .keunggulan-container .keunggulan-item::after {
    display: none;
  }

  .keunggulan-container .keunggulan-item {
    padding: 20px 0px;
  }
}

.keunggulan-item .keunggulan-img img {
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}

.keunggulan-item .keunggulan-desc .desc {
  margin: 0;
}

.layanan-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.layanan-item::after {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--bs-primary);
  bottom: 0;
  left: 20%;
  right: 20%;
}

.layanan-item .layanan-img {
  position: relative;
}

.layanan-item .layanan-img img {
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
}

.layanan-item .layanan-img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), transparent);
}

.layanan-item .layanan-desc {
  flex-grow: 1;
  padding: 20px;
}

.layanan-item .layanan-desc .title {
  font-size: 15px;
}

.latest-product-slider-container {
  background: #f5f5f5;
  padding: 20px;
}

.slider-latest-product .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  margin: 20px 0;
}

.slider-latest-product .swiper-scrollbar-drag {
  background: var(--bs-primary);
}

.hover-text-dark:hover {
  color: black !important;
}

.keungjahit-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.keungjahit-item:first-child::before {
  display: none;
}

.keungjahit-item::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: -1px;
  display: block;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .keungjahit-item {
    padding: 20px;
  }

  .keungjahit-item::before {
    top: -0.5px;
    left: 20%;
    right: 20%;
    height: 1px;
    width: auto;
  }
}

.keungjahit-item img {
  height: 100px;
  object-fit: contain;
}

.contact-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  display: flex;
  gap: 10px;
}

.button-33 {
  background-color: #39b54a;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow:
    rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
    rgba(57, 181, 74, 0.25) 0 1px 2px,
    rgba(57, 181, 74, 0.25) 0 2px 4px,
    rgba(57, 181, 74, 0.25) 0 4px 8px,
    rgba(57, 181, 74, 0.25) 0 8px 16px,
    rgba(57, 181, 74, 0.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
  color: white;
}

.navbar-stick .social.social-white a i {
  color: black !important;
}

.menu-wrapper-bottom {
  color: white;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-wrapper-bottom a {
  color: #40bd98 !important;
}

.menu-wrapper-bottom a:hover {
  color: var(--bs-primary) !important;
}

@media (max-width: 767.98px) {
  .menu-wrapper-bottom {
    justify-content: center;
  }
}

.about-desc {
  line-height: 1.6;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #275e7f;
  cursor: pointer;
  text-decoration: none;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.whoweare-desc {
  line-height: 1.7;
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  z-index: 10;
  cursor: pointer;
  text-decoration: none;
}

.read-more-btn:hover {
  text-decoration: underline;
}

/* default: tampil full */
.whoweare-desc {
  line-height: 1.7;
}

/* ================================ */

/* Button */

.btn {
  --bs-btn-font-weight: 400;
}

.btn-outline-primary {
  --bs-btn-color: black;
  --bs-btn-border-color: #d6d6d6;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.text-black {
  color: #000;
}

.truncate-text-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* NAVBAR */
@media (max-width: 576px) {
  .navbar.navbar-dark button.hamburger {
    color: white;
  }

  .navbar-stick:not(.navbar-dark) {
    background: var(--bs-hitam) !important;
  }

  button.hamburger {
    color: white;
  }
}


.navbar.navbar-light.fixed .logo-light {
  display: none !important;
}

.navbar .btn-language {
  background-color: #f3f3f3 !important;
  /* color: white; */
}

@media (min-width: 991.98px) {
  .navbar.bg-nav-gradient {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%) !important;
  }

  .navbar.navbar-stick {
    background: #21262a !important;
  }

  .navbar .btn-language {
    background-color: rgb(255 255 255 / 20%) !important;
    color: white;
  }

  .navbar.navbar-stick .btn-language {
    background-color: #f3f3f3 !important;
    color: var(--bs-nav-link-color);
  }

  .navbar .navbar-other .nav-item .nav-link > i {
    color: white;
  }
}

.navbar {
  --bs-navbar-nav-link-padding-x: 0.5rem;
}

.logo-nav {
  width: auto;
  height: 45px;
}

/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-primary);
} */

/* .navbar-stick .navbar-nav .nav-link.active,
.navbar-stick .navbar-nav .nav-link.show {
  color: black;
} */

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-primary) !important;
}

.nav-link {
  --bs-nav-link-font-weight: 500;
  letter-spacing: 0rem;
  /* text-transform: uppercase; */
  font-size: 17px !important;
}

.dropdown-item {
  font-weight: 400;
  letter-spacing: 0;
}

/* BREADCUMB */
.breadcrumb {
  font-weight: 600;
}

.breadcrumb-item a {
  color: #ffffffb0;
}

.breadcrumb-item {
  display: flex;
  color: #60697b;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: Unicons;
  font-weight: 400;
  display: flex;
  align-items: center;
  align-items: center;
  padding-right: 0.5rem;
  color: rgb(255 255 255);
  content: "\e931";
  /* margin-top: -1.5px; */
  font-size: 1.3rem;
}

.breadcrumb-item+.breadcrumb-item.other-page::before {
  color: rgb(144 144 144) !important;
}

@media (max-width: 576px) {
  .portfolio-one .nav-tabs-basic {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .portfolio-one .nav-tabs-basic::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .portfolio-one .nav-tabs-basic::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
  }

  .portfolio-one .nav-tabs-basic::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* margin-left: 10px; */
    background: var(--bs-primary);
  }
}

/* STATISTIC */

.statistic {
  --max-width: 1033;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 3rem 0 !important;
  /* background: #f3f3f3; */
}

.statistic .road {
  position: absolute;
  bottom: 0;
  left: 0;
  /* overflow: hidden; */
  width: 100%;
  height: 5.62rem;
  transform: translateY(-100%);
}

.statistic .svg-path {
  position: absolute;
  width: 25.55rem;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(4) rotate(6deg);
}

@media (max-width: 762px) {
  .statistic .svg-path {
    transform: translateX(-50%) scale(1.5) rotate(6deg);
  }
}

.statistic.svg-path svg {
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* CTA */
.cta-section-custom {
  position: relative;
  color: white;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.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: rgba(0, 0, 0, 0.2);
}

.cta-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.cta-section-custom .title {
  color: white;
  /* font-size: 35px; */
  line-height: 1.25 !important;
  font-weight: bold !important;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}

/* Email */
.header-search {
  display: flex;
  border-radius: 999px;
  padding: 4px;
  padding-left: 20px;
  border: 1px solid var(--bs-gray-100);
  gap: 10px;
}

.header-search .inner-group {
  padding-right: 0px;
  flex-wrap: nowrap;
  display: flex;
  gap: 20px;
  flex-grow: 1;
}

.header-search .inner-group .form-style {
  width: 100%;
}

.header-search .inner-group .form-style .form-control {
  color: var(--bs-text-primary);
  font-weight: 400;
  line-height: 1;
  font-size: 13px;
  border-radius: 0;
  border: 0;
  height: fit-content;
  background: transparent;
  padding: 0;
  box-shadow: none !important;
  min-height: 35px;
  width: 100%;
  min-width: 100%;
}

.header-search .inner-group .form-style .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.header-search .btn-wrapper {
  display: flex;
  gap: 10px;
}

.header-search .btn-search {
  min-height: 30px;
  text-wrap: nowrap;
}

.header-search .btn-search {
  background-color: var(--bs-primary);
  color: white;
  border: none !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: unset;
  min-height: unset;
  gap: 8px;
  padding: 5px 20px;
  border-radius: 9999px;
  border: 1px solid;
  transition: none;
}

.header-search .btn-search:hover {
  background-color: var(--bs-primary);
}

.header-search .btn-search .icon {
  color: #ffffff;
}

.header-search .btn-search .icon {
  font-size: 13px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .header-search .inner-group .form-style .form-control {
    font-size: 12px;
    min-height: 30px;
  }

  .header-search .btn-search {
    font-size: 12px;
  }
}

/* SOSMED FOOTER */
.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: #cacaca;
}

.cs_social_btns.cs_style_1 a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  /* background-color: rgba(105, 105, 105, 0.3); */
  color: white;
  font-size: 20px;
}

.cs_social_btns.cs_style_1 a:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-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;
}

/* kontak */
.footer-contact-item {
  display: flex;
  gap: 20px;
  align-items: start;
}

.footer-contact-item .icon-wrapper {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  background: var(--bs-primary);
  font-size: 16px;
}

/* WELCOME TEXT */
.home-about .home-pic {
  z-index: 10;
}

.home-pic {
  position: relative;
}

.home-about .home-pic .line {
  border-color: transparent;
}

.home-pic .line {
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  width: calc(960 / 640 * 100%);
  height: calc(960 / 640 * 100%);
  left: calc((100% - 960 / 640 * 100%) / 2);
  top: calc((100% - 960 / 640 * 100%) / 2);
  position: absolute;
}

.home-pic .circle-1 {
  --wh: -0.3rem;
  left: var(--wh);
  right: var(--wh);
  top: var(--wh);
  bottom: var(--wh);
  background-image: url(../../../images/circle-inside.png) !important;
}

.home-pic [class*="circle-"] {
  position: absolute;
  background: no-repeat center center / contain;
  z-index: 10;
  animation: zhuan infinite 20s linear both;
}

@media (min-width: 1025px) {
  .home-about .left {
    width: calc(720 / 1700 * 100%);
    margin-left: calc(60 / 1700 * 100%);
  }
}

@keyframes zhuan {
  to {
    transform: rotate(-360deg);
  }
}

.home-about .home-pic [class*="circle-"] {
  animation-direction: reverse;
}

.home-about .home-pic .circle-2 {
  width: calc(930 / 720 * 100%);
  height: calc(930 / 720 * 100%);
  left: calc((100% - 930 / 720 * 100%) / 2);
  top: calc((100% - 930 / 720 * 100%) / 2);
}

.home-pic .circle-2 {
  width: calc(820 / 640 * 100%);
  height: calc(820 / 640 * 100%);
  left: calc((100% - 820 / 640 * 100%) / 2);
  top: calc((100% - 820 / 640 * 100%) / 2);
  background-image: url(../../../images/circle.png) !important;
}

.home-pic [class*="circle-"] {
  position: absolute;
  background: no-repeat center center / contain;
  z-index: 10;
  animation: zhuan infinite 20s linear both;
}

.home-pic .pic-inner {
  padding-bottom: 100%;
  position: relative;
  z-index: 10;
}

.home-pic .pic-inner img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: none;
}

@media (max-width: 1024px) {
  .home-about .left {
    padding: 0 15%;
    margin-bottom: 0.6rem;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  border-style: none;
}

.pagination .page-item.active .page-link {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

/* CORE ADVENTAGE */
.home-sys {
  --max-width: 1600;
  overflow: hidden;
  background: #f3f3f3;
  padding-bottom: 1rem;
}

/*.home-sys .container {*/
/*  padding: 1.6rem 0;*/
/*}*/
@media (min-width: 1025px) {
  .home-sys .right {
    width: calc(640 / 1700 * 100%);
    margin-right: calc(90 / 1700 * 100%);
  }
}

.home-sys .home-pic .pic-inner img {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  height: 100%;
  width: 117% !important;
  max-width: none;
}

@media (max-width: 1024px) {
  .home-sys .right {
    padding: 0 15%;
    margin-bottom: 0.6rem;
  }
}

/* HOME ABOUT - ROAD */
.home-about {
  --max-width: 1600;
  --top: 309px;
  --left: 126px;
  --leftw: 535px;
  padding-top: 2.65rem;
  position: relative;
  z-index: 10;
}

.home-about .ani-aboutcar {
  position: absolute;
  left: var(--left);
  top: var(--top);
  width: var(--leftw);
  height: var(--leftw);
  z-index: 1;
}

.home-about .ani-aboutcar .circle {
  position: absolute;
  left: calc((100% - 1400 / 720 * 100%) / 2);
  top: calc((100% - 1400 / 720 * 100%) / 2);
  width: calc(1400 / 720 * 85%);
  height: calc(1400 / 720 * 85%);
}

@media (max-width: 1366px) {
  .home-about {
    --top: 376px !important;
    --left: 130px !important;
    --leftw: 535px !important;
  }

  .home-about .ani-aboutcar .circle {
    width: calc(1400 / 720 * 75%);
    height: calc(1400 / 720 * 75%);
  }
}

@media (max-width: 567px) {
  .home-about {
    --top: 151px !important;
    --left: 163px !important;
    --leftw: 535px !important;
  }

  .home-about .ani-aboutcar .circle {
    width: calc(1400 / 720 * 60%);
    height: calc(1400 / 720 * 60%);
  }

  .portfolio-one {
    overflow: hidden;
  }
}

@media (max-width: 375px) {
  .home-about {
    --top: 194px !important;
    --left: 198px !important;
    --leftw: 535px !important;
  }

  .home-about .ani-aboutcar .circle {
    width: calc(1400 / 720 * 45%);
    height: calc(1400 / 720 * 45%);
  }

  .portfolio-one {
    overflow: hidden;
  }
}

.home-about .ani-aboutcar .circle-inside-1 {
  right: calc(712 / 1400 * 100%);
  bottom: calc(1033 / 1400 * 100%);
  z-index: 1;
}

.home-about .ani-aboutcar [class*=circle-inside-] {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-about .ani-aboutcar .circle-inside-2 {
  left: 0;
  top: 0;
  z-index: 4;
  transform: rotate(-90deg);
}

.home-about .ani-aboutcar [class*=circle-inside-] {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* PRODUCT CATEGORIES */
.product-categories .item .content {
  background-color: white;
}

@media (min-width: 991px) {
  .product-categories .item .content {
    min-height: 225px;
  }
}

/* PRODUCTS */
.products .item .bg-hover {
  width: 100%;
  transition: 0.5s;
}

.products .item:hover .bg-hover {
  width: 50% !important;
  transition: 0.5s;
}

.bg-section-custom {
  position: relative;
  display: flex;
  flex-direction: column;
}

.bg-section-custom .background-image {
  position: absolute;
  inset: 0;
}

.bg-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* PRODUCT DETAIL*/
.floor-parameters table {
  width: 100% !important;
  table-layout: fixed;
  border: none !important;
  border-top: 5px solid var(--bs-primary) !important;
  box-shadow: 0 0.1rem 0.2rem rgba(221, 221, 221, 0.5);
  background-color: var(--bs-white);
}

.floor-parameters tr:nth-child(2n+1),
.floor-parameters tr:nth-child(2n+1) td {
  background-color: #f7f7f7 !important;
}

.floor-parameters tr,
.floor-parameters tr td {
  background-color: #fff !important;
  width: auto !important;
}

.floor-parameters tr:nth-child(2n+1),
.floor-parameters tr:nth-child(2n+1) td {
  background-color: #f7f7f7 !important;
}

.floor-parameters td:nth-child(1) {
  width: calc(560 / var(--max-width) * 100%);
  border-right: 1px solid #ebebeb !important;
}

.floor-parameters tr,
.floor-parameters tr td {
  background-color: #fff !important;
  width: auto !important;
}

.floor-parameters tr * {
  font-size: 14px !important;
  color: black !important;
}

.floor-parameters td {
  border-bottom: 1px solid #ebebeb;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
}


/* NEWS */
/* .news-wrapper {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 24px;
}

.featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 28px;
}

.slider {
  display: flex;
  gap: 16px;
  overflow: hidden;
}

.slide {
  min-width: 220px;
}

.slide img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
} */

/* PROGRAM */
.programSwiper {
  width: 100%;
  padding: 10px 0;
}

.programSwiper .swiper-slide {
  /* width: 300px; */
  transition: transform 0.4s ease;
  opacity: 0.3;
  /* transform: scale(0.85); */
}

.programSwiper .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}

/* Slide aktif */
.programSwiper .swiper-slide-active {
  opacity: 1;
  transition: all 0.4s ease;
  transform: scale(1);
}

/* Slide kiri kanan */
.programSwiper .swiper-slide-prev,
.programSwiper .swiper-slide-next {
  opacity: 1;
  transform: scale(0.7);
}

.swiper .navigation-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.swiper .navigation-wrapper .swiper-button-next,
.swiper .navigation-wrapper .swiper-button-prev {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--bs-secondary);
  height: 40px;
  width: 40px;
  border-radius: 5px;
}

.swiper .navigation-wrapper .swiper-button-next:after,
.swiper .navigation-wrapper .swiper-button-prev:after {
  font-size: 20px;
}

.swiper .navigation-wrapper .swiper-button-next.swiper-button-disabled,
.swiper .navigation-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

/* Navigasi swiper detail product */
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 1;
}

.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 4px solid white;
}

@media (min-width: 992px) {
  .thumb-swiper {
    margin-top: -100px !important;
  }
}

/* SLIDER */

.slider-title h1 {
  font-size: 60px;
  color: white !important;
}

.slider-title p {
  font-size: 26px;
  color: white !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider-title h1 {
    margin-bottom: 10px !important;
    font-size: 26px !important;
  }

  .slider-title p {
    font-size: 15px !important;
  }
}

.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;
}

/* Mission */


@media (max-width: 992px) {
  .mission h1 {
    color: black !important;
  }

  .mission .desc {
    color: var(--bs-body) !important;
  }
}

@media (max-width: 576px) {
  .product-categories .item {
    background-color: white !important;
  }
}

.section-report{
    overflow: visible;
}

.report-wrapper{
    position: relative;
}

.report-card{
    position: relative;
    overflow: visible;
}

/* gambar */
.report-card img{
    width:100%;
    height:450px;
    object-fit:cover;
    transform:scale(1);
    transition:transform .5s ease;
}

/* zoom image saat hover */
.report-card:hover img{
    transform:scale(1.05);
}

/* overlay */
.report-overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background:var(--bs-cream);
    color:black;
    justify-content:center;
    padding:60px;

    opacity:0;

    transition:
        transform .5s ease,
        opacity .4s ease;

    z-index:5;
    pointer-events:none;
}

/* posisi overlay */

/* card kiri → overlay berada di kanan */
.report-overlay.right{
    left:100%;
    transform:translateX(60px); /* posisi awal lebih keluar */
}

/* card kanan → overlay berada di kiri */
.report-overlay.left{
    right:100%;
    transform:translateX(-60px);
}

/* hover */

.report-card:hover{
    z-index:10;
}

/* hover kiri → overlay slide dari kanan */
.left-card:hover .report-overlay.right{
    opacity:1;
    transform:translateX(0);
}

/* hover kanan → overlay slide dari kiri */
.right-card:hover .report-overlay.left{
    opacity:1;
    transform:translateX(0);
}

/* ***** Slide Brand Values ***** */
.vision{
  width:100%;
  overflow:hidden;
}

.vision-grid{
  display:grid;
  grid-template-columns:65% 35%;
  min-height:650px;
}

/* IMAGE */
.vision-image{
  position:relative;
  overflow:hidden;
}

.imageSwiper{
  height:100%;
}

.imageSwiper img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* TEXT AREA */
.vision-text-area{
  background:#efefef;
  overflow: hidden;
  position:relative;
  display:flex;
}

.textSwiper{
  width:100%;
  position:relative;
  z-index:1;
}

.text-content{
  padding:60px 30px;
  width: 100%;
}

.text-content h3 {
  font-size: 25px;
  font-weight: 400;
}

/* NAV */
.vision-nav{
  position:absolute;
  right:50px;
  bottom:40px;
  display:flex;
  gap:20px;
  align-items:center;
  z-index:20;
}

.vision-nav button{
  border:none;
  background:none;
  font-size:20px;
  cursor:pointer;
}

.counter{
  font-size:16px;
  color: black;
}

/* MOBILE */

@media(max-width:768px){
  .vision-grid{
    grid-template-columns:1fr;
  }

  .vision-image{
    height:300px;
  }

  .text-content{
    padding: 40px 25px 80px 25px;
    text-align:center;
  }

  .text-content h3 {
    font-size: 21px;
  }

  .vision-nav{
    left:0;
    right:0;
    justify-content:center;
  }
}

/* PORTFOLIO */
.portfolio-one {
    position: relative;
    display: block;
    z-index: 1;
}

.portfolio-one__inner {
    position: relative;
    display: block;
}

.portfolio-one__outer-box {
    position: relative;
    display: block;
}

.portfolio-one__single-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
}

.portfolio-one__single-box li {
    position: relative;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-one__single-box li.active {
    flex: 0 0 50%;
}

.portfolio-one__single-inner {
    position: relative;
    display: block;
    min-height: 420px;
}

.portfolio-one__single__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important;
    transition: all 500ms ease;
    border-radius: 5px;
    z-index: -1;
}

.portfolio-one__single__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7651435574229692) 9%, rgba(0, 0, 0, 0.7707457983193278) 14%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.48783263305322133) 57%, rgba(0, 0, 0, 0.35057773109243695) 95%);
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(540px) rotateX(-20deg);
    -ms-transform: perspective(540px) rotateX(-20deg);
    transform: perspective(540px) rotateX(-20deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    content: "";
    z-index: 1;
}

.portfolio-one__single-inner:hover .portfolio-one__single__bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.portfolio-one__single-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 80px;
    margin-right: 80px; */
}

.portfolio-one__single-content .text-box {
    position: relative;
    display: block;
    background: var(--billdins-white);
    border-radius: 5px;
    padding: 14px 20px 12px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(-4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .text-box {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.portfolio-one__single-content .text-box p {
    margin: 0;
}

.portfolio-one__single-content .text-box h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-one__single-content .text-box h3 a {
    color: var(--base-color);
}

.portfolio-one__single-content .text-box h3 a:hover {
    color: white;
}

.portfolio-one__single-content .btn-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .btn-box {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.portfolio-one__single-content .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    background: var(--billdins-base);
    color: var(--billdins-white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    border-radius: 5px;
}

.portfolio-one__single-content .btn-box a:hover {
    background: var(--billdins-white);
    color: var(--billdins-black);
}

.portfolio-one__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transform: rotate(-45deg);
}

@media(min-width: 768px) {
    .portfolio-one__single-box li {
        flex: 1;
        flex-basis: 25%;
    }

    .portfolio-one__single-box li.active {
        flex: 2.3;
        flex-basis: 40%;
    }

    .portfolio-one__single-box li.active .project-style1__box-content .img-holder-img-bg {
        opacity: 0.80;
        -webkit-transform: perspective(540px) rotateX(0deg);
        -ms-transform: perspective(540px) rotateX(0deg);
        transform: perspective(540px) rotateX(0deg);
    }

    .project-style1__box li.active .project-style1__box-content .project-style1__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .portfolio-one__single-box li.active {
        flex: 0 0 100%;
    }
}

/* Step Form Car */
.choose-car-section{
    padding:80px 0;
}

.step-row{
    display: flex;
    background: #f5f2f0;
    padding:60px 0;
    border-bottom:1px solid #e5e5e5;
}

.step-row-2{
    display: flex;
    background: #ece8e4;
    padding:60px 0;
    border-bottom:1px solid #e5e5e5;
}

.step-label{
    position:relative;
    text-align:center;
}

/* kolom STEP */
.step-left{
    width:120px;
    min-width:120px;
    text-align:center;
    position:relative;
}

/* tulisan STEP */
.step-text{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-weight:700;
    font-size:50px;
    color:#cfcfcf;
    display:block;
    margin:auto;
    position: relative;
    top: 120px;
}

/* angka */
.step-number{
    font-size:70px;
    margin-left: 100px;
    font-weight:700;
    color:#dcdcdc;
    display:block;
}

/* konten */
.step-content{
    flex:1;
}

.section-title{
    font-weight:700;
    margin-bottom:30px;
}


/* FILTER BUTTON */
.car-filter{
    display:inline-flex;
    border:1px solid #000;
}

.filter-btn{
    padding:10px 25px;
    border:none;
    background:white;
}

.filter-btn.active{
    background:black;
    color:white;
}


/* CAR CARD */

.car-radio{
    display:none;
}

.car-card{
    display:block;
    background:white;
    padding:20px;
    border:2px solid #eee;
    text-align:center;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

.car-card img{
    width:100%;
    height:120px;
    object-fit:contain;
}

.car-card:hover{
    transform:translateY(-5px);
}

.car-radio:checked + .car-card{
    border:2px solid black;
}

/* ***** Slide Highlight ***** */
.feature-section{
    padding: 40px 0;
    background: #0b0f14;
}

.featureSwiper{
    padding-left: 40px;
}

/* ukuran slide */
.swiper-slide{
    width: auto;
}

/* CARD */
.card-slide{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    max-height: 450px;
    /* width: 320px; */
}

/* RATIO LANDSCAPE 4:3 */
.card-slide.landscape{
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* RATIO PORTRAIT 3:4 */
.card-slide.portrait{
    aspect-ratio: 3/4;
    object-fit: cover;
}

/* IMAGE */
.card-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* OVERLAY */
.card-slide .overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}

/* CONTENT */
.card-slide .content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
}

.card-slide h3{
    font-size: 18px;
    margin-bottom: 5px;
}

.card-slide p{
    font-size: 14px;
    opacity: 0.8;
}

/* HOVER EFFECT */
.card-slide:hover img{
    transform: scale(1.1);
}

/* posisi pagination */
.swiper-pagination{
    position: relative;
    margin-top: 20px;
    text-align: center;
}

/* bullet default jadi garis */
.swiper-pagination-bullet{
    width: 35px;
    height: 3px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    margin: 0 6px !important;
    opacity: 1;
    transition: all 0.3s ease;
}

/* bullet aktif */
.swiper-pagination-bullet-active{
    background: #ffffff;
    width: 40px;
}

.color-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    
    background: #e9ecef;
    padding: 15px 10px;
    border-radius: 50px;
    width: 60px;
}

/* tombol warna */
.color-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

/* efek hover */
.color-btn:hover {
    transform: scale(1.1);
}

/* ACTIVE STATE */
.color-btn.active {
    box-shadow: 0 0 0 3px #00c2b2; /* border luar hijau */
}

/* icon centang */
.color-btn.active::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 28px;
    height: 28px;
    border-radius: 50%;
    
    background: #000;
    color: #fff;
    
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WRAPPER GAMBAR */
.color-image-wrapper {
    position: relative;
}

/* item gambar */
.color-item {
    display: none;
    transition: opacity 0.4s ease;
}

.color-item.active {
    display: block;
}

@media (max-width: 768px) {

    .color-buttons {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;

        width: 100%;
        max-width: 320px;
        margin: 0 auto;

        padding: 12px 18px;
        border-radius: 50px;
        background: #e9ecef;
    }

    .color-btn {
        width: 34px;
        height: 34px;
    }

    /* ACTIVE */
    .color-btn.active {
        box-shadow: 0 0 0 3px #00c2b2;
    }

    .color-btn.active::after {
        content: "✓";
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
}