.card-login {
  background-color: white;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.fotm-control-login,
input {
  padding: 5px 15px !important;
}

.center-logo .navbar-nav .nav-link {
  padding: 25px 30px;
}

/* FIXED NAVBAR */
.header-with-topbar.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* .swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper-slide img {
  margin-top: 0px !important;
}

.btn-login {
  background: #3498db;
  color: white;
  border: 2px solid #3498db;
  border-radius: 8px;
}

.btn-login:hover {
  background: transparent;
  color: #3498db;
  border: 2px solid #3498db;
}

.btn-register {
  background: #25d366;
  color: white;
  border: 2px solid #25d366;
  border-radius: 8px;
}

.btn-register:hover {
  background: transparent;
  color: #25d366;
  border: 2px solid #25d366;
}

.theme-demos {
  display: none !important;
}

.bg-slider {
  background: linear-gradient(
    145deg,
    #1e2533,
    #2a2f3d
  ); /* ganti dengan warna yang kamu mau */
  position: relative; /* wajib supaya konten di dalam bisa posisi absolute */
  z-index: 1; /* ganti dengan warna yang kamu mau */
  height: 100%;
  width: 100%;
}

/* .bg-slider::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: grey;
} */

.background-1 {
  position: relative;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/7.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.background-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(255 255 255 / 92%);
  z-index: 2;
}

.background-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  /* background: url("../Aset Desain/pakai/bg/16.webp"); */
  background: #0a1237;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  z-index: -1;
  opacity: 0.05;
}

.background-3 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.background-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/5.webp");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.background-4 {
  position: relative;
  background-image: url("../Aset Desain/pakai/bg/12.webp");
  background-size: cover;
  background-position: top;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
}

.background-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.background-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  /* background: url("../Aset Desain/pakai/bg/16.webp"); */
  background: var(--base-color);
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  z-index: -1;
  opacity: 0.1;
}

.background-6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.background-6::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background: url('../../../images/lain-lain/bg-1.jpg'); */
  background-image: url("../../../assets/public/Aset Desain/pakai/bg/6.webp");
  /* background: var(--second-color); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: bottom; */
  z-index: -1;
  opacity: 0.08;
}

.btn-shop {
  background-color: var(--second-color);
  color: white;
  border-radius: 50px;
}
.btn-shop:hover {
  background-color: transparent;
  color: var(--second-color);
  border: 2px solid var(--second-color);
}

.btn-learn {
  background-color: transparent;
  border: 2px solid var(--second-color);
  color: var(--second-color);
}

.btn-learn:hover {
  background-color: var(--second-color);
  color: white;
}

.bg-welcome-text {
  position: relative;
  z-index: 1;
}

.bg-welcome-text::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 70%;
  right: -10px;
  bottom: -10px;
  background-color: var(--second-color);
  z-index: -1;
  border-radius: 10px;
}

/*CARD*/
.card-keunggulan {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1; /* ✅ card berada di atas */
}

/* .card-keunggulan::before {
  content: "";
  position: absolute;
  background-color: var(--second-color);
  width: 70px;
  height: 70px;
  left: -10px;
  top: -10px;
  border-radius: 10px;
  z-index: -1; 
} */

.card-keunggulan:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 2; /* ✅ card makin di atas saat hover */
}

.product-card {
  position: relative;
  /* background-color: #f8f8f8; */
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    #0a1237,
    #10255d07
  ); /* Gradasi dari hijau ke putih */
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.image-wrapper {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.product-card h3,
.product-card .price {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.product-card:hover::before {
  transform: translateY(0%);
}

.product-card:hover .image-wrapper {
  transform: translateY(-10px);
}

.product-card:hover h3,
.product-card:hover .price {
  color: white;
}

/* Tombol + */
.detail-button {
  position: absolute;
  bottom: 10px;
  left: 5%;
  transform: translate(-50%, 30px);
  background-color: #fff;
  color: var(--second-color);
  border: none;
  font-size: 24px;
  width: 40%;
  height: 30px;
  font-size: 16px;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Tombol muncul saat hover */
.product-card:hover .detail-button {
  transform: translate(0%, 0);
  opacity: 1;
}

.shop-button {
  position: absolute;
  bottom: 10px;
  right: 5%;
  transform: translate(-50%, 30px);
  background-color: #fff;
  color: var(--second-color);
  border: none;
  font-size: 24px;
  width: 45%;
  height: 30px;
  font-size: 16px;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Tombol muncul saat hover */
.product-card:hover .shop-button {
  transform: translate(0%, 0);
  opacity: 1;
}

/* card-produk 2 */
.product-card2 {
  position: relative;
  /* background-color: #f8f8f8; */
  /* height: 400px; */
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

/* Tombol + */
.detail-button2 {
  position: relative;
  bottom: 10px;
  left: 5%;
  /* transform: translate(-50%, 30px); */
  background-color: #fff;
  color: var(--second-color);
  border: none;
  font-size: 24px;
  width: 40%;
  height: 30px;
  font-size: 16px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.4s ease;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.shop-button2 {
  position: relative;
  bottom: 10px;
  right: 5%;
  /* transform: translate(-50%, 30px); */
  background-color: #fff;
  color: var(--second-color);
  border: none;
  font-size: 24px;
  width: 45%;
  height: 30px;
  font-size: 16px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.4s ease;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.btn-wa {
  background: transparent;
  border-radius: 8px;
  border: 2px solid var(--base-color);
  color: var(--base-color);
  padding: 10px;
}

.btn-wa:hover {
  background-color: var(--base-color);
  color: white;
  border: 2px solid var(--base-color);
}

.btn-checkout {
  background: var(--base-color);
  color: white;
  border: 2px solid var(--base-color);
  border-radius: 10px;
  padding: 4px 10px;
}

.btn-checkout:hover {
  background-color: transparent;
  color: var(--base-color);
  border: 2px solid var(--base-color);
}

.btn-checkout1 {
  background: var(--base-color);
  color: white;
  border: 2px solid var(--base-color);
  border-radius: 10px;
  padding: 10px 10px;
}

.btn-checkout1:hover {
  background-color: transparent;
  color: var(--base-color);
  border: 2px solid var(--base-color);
}

.breadcumb-section {
  background: #bfbfbf1f;
  padding: 70px 0 20px; /* 90px top mengikuti tinggi navbar */
  color: var(--base-color);
  margin-top: 50px;
  margin-bottom: 20px;
}

.card-kategori {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.card-kategori:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.card-kategori .img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.card-kategori img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-kategori:hover img {
  transform: scale(1.1);
}

.badge-produk {
  display: inline-block;
  background: #007bff10;
  color: #007bff;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  margin-top: 6px;
}

.card-layanan {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  cursor: pointer;
}

.btn-kontak {
  display: inline-block;
  padding: 3px 8px;
  border: 2px solid var(--base-color); /* warna utama */
  color: var(--base-color);
  background: transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-kontak:hover {
  background: var(--base-color);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.card-layanan:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.overlay-header {
  position: relative;
  z-index: 1;
}
.overlay-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* Sesuaikan tingkat gelapnya */
  z-index: 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-shake {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-shake img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

@keyframes shake {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(1px, -1px);
  }
  40% {
    transform: translate(-1px, 1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  80% {
    transform: translate(-1px, -1px);
  }
}

/*MOBILE HP Responsive*/
@media only screen and (max-width: 600px) {
  .sticky-mobile {
    min-height: 0 !important;
  }
  .sticky-img {
    position: relative !important;
    top: 0 !important;
  }
  .swiper-wrapper {
    margin-top: 40px;
  }
}

.card-rental {
  background: white;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  overflow: hidden;
}
.card-rental:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-rental img {
  transition: transform 0.4s ease-in-out;
}

.card-rental:hover img {
  transform: scale(1.1);
}

.judul-rental {
  position: relative;
  display: inline-block;
}
.judul-rental::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--base-color);
  bottom: 10px;
  left: 0;
  width: 100%;
}

.mfp-arrow-right:before {
  content: "\f061";
  font-family: FontAwesome;
}

.mfp-arrow-left:before {
  content: "\f060";
  font-family: FontAwesome;
}

/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  color: #fff;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.scroll-to-top .progress-circle {
  position: absolute;
  transform: rotate(-90deg);
}

.scroll-to-top .arrow-up {
  position: absolute;
  font-size: 20px;
  color: #3498db;
  z-index: 2;
}

.sticky-img {
  position: sticky;
  top: 150px;
  height: 100%;
}

/* Grid Masonry Responsive */
galeri-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* DESKTOP = 5 kolom */
  gap: 15px;
}

/* Gambar */
/* Masonry container */
.galeri-grid {
  column-count: 5; /* Desktop = 5 kolom */
  column-gap: 15px; /* Jarak antar kolom */
}

.galeri-item {
  break-inside: avoid; /* Biar tidak patah */
  margin-bottom: 15px;
  display: block;
}

/* Gambar */
/* Masonry Container */
.galeri-grid {
  column-count: 5; /* Desktop 5 kolom */
  column-gap: 15px;
}

/* Masonry Item */
.galeri-item {
  break-inside: avoid;
  margin-bottom: 15px;
  display: block;
}

/* Image Wrapper */
.gallery-image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

/* Images */
.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Hover Zoom */
.gallery-image:hover img {
  transform: scale(1.05);
}

/* Hover Overlay */
.gallery-hover {
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-image:hover .gallery-hover {
  opacity: 1;
}

/* Hover Icon Circle */
.icon-circle {
  width: 70px;
  height: 70px;
  background: var(--base-color, #0057ff);
  border-radius: 50%;
  font-size: 24px;
}

/* Tablet 1024px → 3 kolom */
@media (max-width: 1024px) {
  .galeri-grid {
    column-count: 3;
  }
}

/* Mobile 768px → 2 kolom */
@media (max-width: 768px) {
  .galeri-grid {
    column-count: 2;
  }
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.client-card {
  width: 140px; /* ukuran kartu seragam */
  height: 120px; /* sesuaikan tinggi */
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.client-card img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.klient-slider {
  margin-top: 0;
}

.klient-slider .swiper-slide {
  width: auto !important;
}

.client-card img {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}

.bg-slider,
.bg-slider .swiper,
.bg-slider .swiper-wrapper,
.bg-slider .swiper-slide {
  height: 100vh !important;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}

.bg-slider {
  padding: 0 !important;
  margin: 0 !important;
  background: #000; /* atau remove jika tidak perlu */
}

/* Efek garis underline dan warna saat menu active */
.navbar .nav-item.active > .nav-link {
  color: var(--base-color); /* Warna highlight untuk active */
  font-weight: 600;
  position: relative;
  opacity: 1 !important;
}

/* Garis underline untuk menu active */
.navbar .nav-item.active > .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%; /* Panjang garis */
  height: 3px; /* Ketebalan garis */
  background-color: var(--base-color);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

/* Hover menu juga beri efek garis */
.navbar .nav-link:hover::after {
  width: 60%;
}

.kategori-sticky {
  position: sticky;
  top: 120px; /* jarak dari atas viewport saat sticky */
  align-self: start; /* agar sticky di kolom */
  z-index: 10; /* agar tidak tertutup elemen lain */
}

footer {
  padding-top: 0;
  padding-bottom: 0;
}

/* Google Translate */
.translate-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border: 0;
}

/* Hilangkan Google Translate Top Bar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important; /* Paksa body kembali naik */
}

/* Hilangkan background abu lembar translate */
.goog-te-banner,
.goog-te-balloon-frame {
  display: none !important;
}

/* Untuk memastikan header fixed tetap di paling atas */
.header-with-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Mencegah halaman turun */
html,
body {
  position: relative !important;
  margin-top: 0 !important;
}

.flag-select {
  padding-left: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 0;
}
.flag-select option {
  padding-left: 25px;
}

/* Google Translate */

/* Mobile Responsive */
@media (max-width: 600px) {
  .kategori-sticky {
    position: relative !important;
    top: 0 !important;
  }
  .content-slider {
    top: 50%;
  }
  .navbar .nav-item.active > .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 19%;
    width: 100px;
    height: 2px;
    background-color: var(--base-color);
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }
  .nav-link {
    text-align: left;
    font-size: 16px;
  }
  .bg-slider,
  .bg-slider .swiper,
  .bg-slider .swiper-wrapper,
  .bg-slider .swiper-slide {
    height: 100% !important;
  }
  .swiper-slide img {
    margin-top: -5px;
  }
  header .navbar-brand .mobile-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-slider-mobile {
    display: flex;
    flex-wrap: nowrap; /* Jangan biarkan pecah ke bawah */
    align-items: center;
    gap: 16px;
  }
  .content-slider-mobile > div {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .content-slider-mobile h1 {
    font-size: 20px;
  }
}

/* Mobile Responsive */
