/* Warna kustom mendekati emas/mustard pada referensi gambar */
:root {
  /*--bg-baru: #bdc3c7;*/
  --bg-baru: #d7d7d7;
  --custom-dark: #333;
  --gold: #d4af37;
  --gold-dark: #818485;
  --bg: #d1d1d1;
  --bg1: #f5f5f5;
  --text-white : #ffffff;
  --muted: #6b7280;
  --text: #111;
  /*--text2: #505f70;*/
  --text2: #616364;
  /*--color-btn: #708090;*/
  --color-btn: #818485;
  /*--footer-bg: #1a191a;*/
  --footer-bg: #2c3032;
  --max-w: 1200px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --nav-link-hover: #c22228;
  
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --glass-bg: rgba(255, 255, 255, 0.9);
}
@font-face {
  font-family: "Eurostile";
  src: url("../fonts/Eurostile.ttf") format("truetype");
}
@font-face {
  font-family: "Sugo";
  src: url("https://q-works.s3.ap-southeast-1.amazonaws.com/assets/Sugo-Pro.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("https://q-works.s3.ap-southeast-1.amazonaws.com/assets/Inter.ttf") format("truetype");
}
body {
  font-family: "Inter", Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: var(--text);
}

.nyala-1 h2, .nyala h2{
    color: var(--text2);;
}
.nyala {
  display: none;
}
.zoom-img {
  height: auto;
  overflow: hidden;
}

.zoom-img img {
  width: 175%;
  transition: all 0.3s ease-in-out;
}

.zoom-img img:hover {
  transform: scale(1.2);
}

.zoom-img span {
  height: 35px;
  width: 300px;
}

.downl {
  margin-bottom: 35px;
}

.text-custom-muted {
  color: var(--muted);
}
.mt-8 {
  margin-top: 32px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bg-baru);
  font-weight: 600;
}

.navbar-scroll {
  /* Navbar Transparan Awal */
  background-color: rgba(44, 48, 50, 0.75);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbarx {
  /* Navbar Transparan Awal */
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding-top: 15px; /* Tambah padding agar tidak terlalu mepet */
  padding-bottom: 15px;
}

.navbar-scrolled {
  /* Navbar Saat Di-scroll */
  background-color: #ffffff !important; /* Warna Putih */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Bayangan lembut */
  padding-top: 8px; /* Kurangi padding untuk efek "mengecil" */
  padding-bottom: 8px;
}

#navbarNav .nav-link:hover {
  color: var(--nav-link-hover);
}

/* Jika Anda ingin warna link navigasi juga berubah */
.navbar-scroll .nav-link {
  color: #ffffff; /* Link putih di mode transparan */
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
}

.navbar-scrolled .nav-link {
  color: var(--footer-bg); /* Link gelap di mode putih */
  text-shadow: none;
}

.navbar-scrolled .badge span {
  color: var(--footer-bg) !important;
}

.navbar-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.search-link {
  display: flex;
  align-items: center;
  gap: 2px; /* Memberikan jarak antara ikon dan teks */
}

/* Jika ikon masih terlihat terlalu tinggi atau rendah */
.search-link i {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.text-baru {
  color: var(--text2);
}

/*.badge {*/
/*  display: flex;*/
/*  align-items: flex-end;*/
/*  text-decoration: none;*/
/*}*/

.badge span {
  font-family: Sugo, Arial, sans-serif;
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  line-height: 0.75 !important;
  color: var(--text-white) !important;
}
.badge img {
  width: 45px;
  height: auto;
}

.bg-custom-gold {
  background-color: var(--bg-baru) !important;
}

.text-custom-gold {
  color: var(--color-btn) !important;
}

/* style untuk Hero Collection */

#hero-col {
  height: 80vh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
}
#hero-col .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
#hero-col .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
#hero-col .hero-inner p {
  margin-top: 1rem;
  font-size: 20px;
  text-align: justify;
}

/* End Hero Collection */

/* Gaya untuk Hero Section */
#hero-about {
  height: 60vh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
}
#hero-about .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
#hero-about .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

#hero {
  height: 100vh;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
}

#hero .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

#hero .bg video.my-vid {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

#hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hero-inner {
  z-index: 100;
  color: #fff;
}
.hero-inner h1 {
  font-family: "sugo", Arial, sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 0 1rem;
  flex-wrap: wrap;
  font-size: 4rem;
  margin: 0;
  font-weight: lighter;
  line-height: 1;
}

/* Animation Scroll */
.scroll-container {
  position: absolute;
  bottom: 50px; /* Jarak dari bawah layar */
  left: 50%; /* Geser ke tengah */
  transform: translateX(-50%); /* Offset agar benar-benar presisi di tengah */
  width: 28px;
  height: 45px;
  z-index: 999; /* Tinggi 100% dari layar */
}
.scroll-wrapper {
  position: relative;
  width: 28px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  animation: mouse-float 2.5s ease-in-out infinite;
}

.scroll-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  box-sizing: border-box;
  z-index: 62;
}

/* Pseudo-element BEFORE: Background putih yang muncul saat hover */
.scroll-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 13px;
  opacity: 0; /* Sembunyi sebelum hover */
  transform: scale(0.85);
  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.5, 0.1, 0.07, 1);
  z-index: -1;
}

.mouse-icon {
  width: 100%;
  height: 100%;
  display: block;
}

/* BINGKAI: Tidak transparan di awal */
.mouse-frame {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
  stroke-dasharray: 130;
  stroke-dashoffset: 0; /* Menampilkan garis penuh */
  fill: transparent;
  transition:
    fill 0.3s ease,
    stroke 0.3s ease;
}

/* TITIK: Animasi scroll jalan terus */
.mouse-dot {
  fill: white;
  animation: scroll-inner 2.5s infinite;
}

/* --- EFEK HOVER --- */

.scroll-wrapper:hover::before {
  opacity: 1;
  transform: scale(1);
}

.scroll-wrapper:hover .mouse-frame {
  /* Memicu animasi "putar" garis saat hover */
  stroke: #fff;
  animation: mouse-scroll-btn-roll-over 0.5s cubic-bezier(0.5, 0.1, 0.07, 1)
    forwards;
}

.mouse-frame {
  /* Gunakan keyframe roll-out di sini hanya jika Anda ingin 
     efek menghilang saat kursor keluar */
  animation: mouse-scroll-btn-roll-out 0.5s cubic-bezier(0.5, 0.1, 0.07, 1)
    forwards;
}

.scroll-wrapper:hover .mouse-dot {
  fill: #fff; /* Titik jadi gelap agar kontras dengan background putih */
  transition: fill 0.3s ease;
}

/* --- KEYFRAMES --- */

/* Animasi saat kursor masuk: Garis seolah berputar mengisi ulang */
@keyframes mouse-scroll-btn-roll-over {
  0% {
    stroke-dashoffset: 115;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* Keyframe Keluar (Lawan) */
@keyframes mouse-scroll-btn-roll-out {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -115;
  }
}

@keyframes scroll-inner {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(13px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes mouse-float {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px); /* Sapuan ke bawah */
  }
  100% {
    transform: translateY(-5px); /* Kembali ke posisi awal */
  }
}
/* End Animation Scroll */

.hero-out h1 {
  font-family: "sugo", Arial, sans-serif;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 4rem;
  margin: 0;
  font-weight: lighter;
  line-height: 1;
  text-align:center;
  justify-content:center;
  margin-bottom:15px;
}

.naration .hero-out p {
 text-align:justify;
 margin-top:25px;
 margin-bottom:25px;
 color: var(--text2) !important;
}

.hero-inner .eyebrow {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: calc((var(--max-width)) / 2);
  line-height: 1.75rem;
  font-size: 3rem;
  color: var(--white);
}
.hero-inner .controls .tombol {
  padding: 1.5rem 2rem;
  font-size: 1rem;
  border-radius: 1rem;
  transition: 0.3s;
  cursor: pointer;
}
.controls {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}
.tombol {
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.tombol::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: auto;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.tombol-gold {
  background-color: var(--gold);
  color: var(--text);
}
.tombol-gold:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: var(--bg);
  background-color: var(--gold-dark);
}

.tombol:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.tombol-gold::after {
  background-color: var(--gold);
}

.tombol--gold {
  background: var(--gold);
  color: black;
}
.tombol--gold:hover {
  background: var(--gold-dark);
  color: var(--bg);
}

#hero::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 1;
  background-color: #060604;
  z-index: 999;
  animation: main-slider 3s ease-in-out forwards;
}

@keyframes main-slider {
  90% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.card-sendiri {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 15, 15, 0.04);
  transition: transform 0.32s, box-shadow 0.32s;
  display: flex;
  flex-direction: column;
}
.card-sendiri:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.2);
}

.card-media {
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.card-media .card-body {
  background: #fff;
  padding: 16px;
}
.card-media .card-body p {
  color: var(--text2);
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.card-body small {
  margin: 0 0 6px;
  text-align: center;
  font-size: 15px;
}

.card-body .explore {
  margin-top: 15px;
  justify-items: end;
  justify-content: end;
  align-items: end;
  bottom: 0 !important;
  display: inline-flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text2);
}
.card-body .explore .ar {
  font-weight: lighter;
  bottom: 0 !important;
  transition: transform 0.3s;
}
.card-sendiri:hover .card-body .explore .ar {
  transform: translateX(10px);
}

blockquote {
  font-size: 1rem !important;
}

.btn-custom:hover {
  color: var(--bg);
  background-color: var(--bg-baru);
}

.cta-btn {
  display: inline-flex;
  padding: 12px 24px;
  background-color: var(--color-btn) !important;
  color: var(--text-white);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 30%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.85s ease;
}
.cta-btn:hover::after {
  left: 120%;
}
.cta-btn:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px) scale(1);
  background-color: var(--bg-baru) !important;
  color: var(--text2) !important;
}

.card-body .text-title {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

hr.bg-modif-gold {
  opacity: 1;
  color: var(--bg-baru);
}

.icons i {
  color: var(--bg);
  font-weight: lighter;
  font-size: 22px;
  transition: all 0.3s ease;
}

.icons i:hover {
  color: var(--nav-link-hover);
}

.card-custom {
  position: relative;
  width: 100%; /* full width agar mengikuti parent */
  max-width: 100%;
  aspect-ratio: 1 / 1; /* menjaga rasio persegi seperti 400x400 */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  display: block;
}
.card-custom-baru {
  background-color: var(--bg1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(0, 0, 10, 0.025);
  transition: transform 0.32s, box-shadow 0.32s;
  display: flex;
  flex-direction: column;
}
.swiper-horizontal {
  display: flex;
  height: 480px !important;
  width: 100%;
}
.swiper-button-next:after {
  margin-left: 15px;
}

.swiper-button-prev:after {
  margin-right: 15px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide.testimonial-card {
  justify-content: center;
  justify-items: center;
  align-items: center;
  background: #fff;
  padding: 18px;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 6px 18px rgba(15, 15, 15, 0.04);
}
.testimonial-card .test-card {
  justify-content: center;
  border-radius: 10px;
  max-height: 90%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.test-card img {
  margin-top: 40px;
  border: var(--bg-baru) 2px solid;
}
.stars {
  gap: 6px;
  margin-bottom: 8px;
  font-size: 20px;
  color: #d4af37;
}

.prodSwiper {
  width: 100% !important;
  height: 635px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-btn);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-btn--color-btn);
}
.swiper-pagination-bullet-active {
  background: var(--color-btn);
}

table tr td .map-head {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.map,
.icon-phone,
.mail {
  top: 0;
  color: var(--color-btn);
  font-weight: lighter;
  font-size: 26px;
  width: 40px;
  align-items: center !important;
  justify-items: center !important;
}
table.table tr td {
  margin: 0;
  padding: 10px !important;
  justify-self: start;
  justify-content: start;
  justify-items: center;
  align-items: start;
  color: var(--text2) !important;
  padding: 12px !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
table tr td .p-head {
  display: inline-table;
  justify-content: start;
  align-items: start;
  justify-items: start;
}
table tr td span.fsize {
  font-weight: 600;
  font-size: large;
}
table tr td span {
  font-weight: lighter;
}

.col table {
  border-collapse: collapse !important;
}

.col table .table {
  width: 100% !important;
}

.col table .table tbody {
  display: table-row-group !important;
  vertical-align: middle !important;
}

.col .table th,
.col .table td {
  padding: 12px !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.col table .table tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: none;
  border-style: none;
}

table.table {
    font-size: 14px;
}

.contact-form label {
  width: 100%;
  color: var(--text2);
}
.btn-send {
  width: 100%;
}

.search-form input.form-control:active,
.contact-form input.form-control:active,
.contact-form textarea:active {
  box-shadow: 0 0 10px var(--color-btn);
  border-color: var(--bg-baru) !important; /* Blue border when focused */
  outline: none;
}
.search-form input.form-control:focus,
.contact-form input.form-control:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 10px var(--color-btn);
  border-color: var(--bg-baru) !important; /* /* Blue border when focused */
  outline: none;
}

.section-bread-cat {
    padding-top: 10px;
}

.section-bread {
  padding-top: 50px !important;
}
.section-bread, .section-bread-cat {
    background-color: #ffffff; /* Pastikan ada background agar shadow terlihat */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.bread {
  margin: 0 auto;
}

li.breadcrumb-item {
    padding: 0px 0px 0px 4px !important;
}

li.breadcrumb-item:before {
    padding: 0px 3px 0px 0px !important;
}

ol.breadcrumb {
  font-family: "Inter", Arial, sans-serif;
  padding-top: 14px;
  font-weight: lighter;
  list-style: none;
}

/* Display list items side by side */
ol.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ol.breadcrumb li + li:before {
  padding: none;
  color: black;
  content: ">\00a0";
}

ol.breadcrumb li span {
  font-weight: 400;
  color: var(--bg);
}

/* Add a color to all links inside the list */
ol.breadcrumb li a {
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Add a color on mouse-over */
ol.breadcrumb li a:hover {
  color: var(--nav-link-hover);
}

.breadcrumb-item.active {
    color: var(--nav-link-hover);
}

#designers .container .card {
  overflow: hidden;
}

#designers .container .card .row > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#designers .container .card .row img {
  overflow: hidden;
  transition: transform 0.6s;
}

#designers .container .card .row img:hover {
  transform: scale(1.05);
}

#designers .container .card .row h5 {
  text-align: end;
  font-size: 32px;
}

#designers .container .card .row p {
  margin-top: 20px;
  text-align: justify;
  font-size: 22px;
  min-height: 320px;
  color: var(--text2);
}

/* category */
/* .procol {
  padding-right: calc(0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  margin-top: calc(-1 * var(--bs-gutter-y));
} */

.df {
  justify-content: center !important;
  align-items: center !important;
  object-fit: contain !important;
  display: block;
}

.df1 {
  width: 100% !important;
  justify-items: center !important;
  justify-content: center !important;
  align-items: center !important;
  object-fit: contain !important;
  display: flex;
}

.overlay-box {
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.35));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 0 20px;
  box-sizing: border-box;
  transition: height 0.5s ease;
}

.overlay-box h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.3em;
  font-family: "Inter", Arial, sans-serif;
}

.overlay-box .icon-archive span {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.9;
  margin: 0;
  display: inline-block;
  align-items: center;
  font-family: "Inter", Arial, sans-serif;
  gap: 5px;
}
.card-custom {
  position: relative;
  width: 100%; /* full width agar mengikuti parent */
  max-width: 100%;
  aspect-ratio: 1 / 1; /* menjaga rasio persegi seperti 400x400 */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  display: block;
}

.card-custom:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}

/* Gambar utama */
.card-custom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.card-custom:hover img {
  transform: scale(1.05);
}

.card-custom:hover .overlay-box {
  height: 30%;
}

.arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 22px;
  color: white;
  opacity: 0;
  transform: translate(10px, 10px);
  transition: all 0.3s ease;
}

.overlay-box h3.fs{
    font-size: 22px;
}

.overlay-box .over-box i {
    font-size: 18px;
}

.overlay-box .over-box i {
      position: absolute;
      bottom: 15px;
      left: 15px;
  }
  .overlay-box .over-box span {
      position: absolute;
      bottom: 15px;
      left: 35px;
      font-size: 18px;
      font-family: "Inter", Arial, sans-serif;
  }

.card-custom:hover .arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* end category */
.section-title {
  text-align: center;
  margin-top: 150px;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--text2);
}
.section-title h2 {
  position: relative;
   color: var(--text2);
}
.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; /* jarak dari teks */
  width: 150px;
  height: 3px;
  background: #c02127;
}

.section-download h2 {
  position: relative;
   color: var(--text2);
}
.section-download h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; /* jarak dari teks */
  width: 150px;
  height: 3px;
  background: #c02127;
}
.section-download p {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  color: var(--text2);
}

.section-judul h1 {
  position: relative;
  color: var(--text2);
}
.section-judul h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px; /* jarak dari teks */
  width: 150px;
  height: 3px;
  background: #c02127;
}
.section-about {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--text2);
}
.section-about h2 {
  position: relative;
}
.section-about h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; /* jarak dari teks */
  width: 150px;
  height: 3px;
  background: #c02127;
}
/* scroll to top */
#scrollToTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 55px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 99; /* Ensure it's on top of other elements */
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  background-color: var(--bg-baru); /* Example background color */
  color: white;
  cursor: pointer;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-color: var(--text-white);
  border-radius: 10px;
  font-size: 26px;
  transition: all 0.3s ease;
}

.chev {
  display: block;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

#scrollToTopBtn:hover {
  color: var(--text);
  background-color: var(--gold-dark); /* Darker background on hover */
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-color: var(--muted);
}

#scrollToTopBtn:active {
  transform: translateY(2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* end scroll to top */

/* ABOUT */
.about span {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}
.about p {
  text-align: justify;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
}
/* END ABOUT */

.deskdim{
    color: var(--text2) !important;
    margin-bottom: -15px;
    font-size: 15px;
}

.desk {
    color: var(--text2) !important;
    margin-bottom: 0.2rem;
}

h3.desk {
    font-size:20px;
}

p.desk {
    font-size: 15px;
}

footer {
    bottom: 0;
    width: 100%;
}

footer .foter li a {
  color: var(--bg) !important;
  transition: all 0.5s ease;
}

footer .foter li a:hover {
  color: var(--nav-link-hover) !important;
}

.bg-footer {
  background-color: var(--footer-bg);
}

.text-cust-sec {
    color: var(--bg) !important;
}

/* css btn download */
.menu-wrapper {
  position: fixed;
  bottom: 20px;
  right: 15px;
  left: auto;
  z-index: 9999;
  /* Memberikan sedikit padding agar area hover lebih luas dan menyambung */
  padding-top: 20px;
}

/* Tombol Utama */
.main-btn {
  background-color: var(--gold-dark);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}

.main-btn i,
.sub-btn i {
  font-size: 20px;
  display: block;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

/* Kontainer Tombol Tambahan */
.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 65px; /* Jarak pas di atas tombol utama */
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* Gaya Tombol Tambahan */
.sub-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gold-dark);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  padding: 2px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;

  /* Animasi transisi per tombol */
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- LOGIKA HOVER AGAR TIDAK PUTUS --- */

/* Saat wrapper di-hover, sub-menu muncul */
.menu-wrapper:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Muncul satu per satu */
.menu-wrapper:hover .btn-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.menu-wrapper:hover .btn-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* Efek hover pada masing-masing tombol agar interaktif */
.sub-btn:hover {
  background-color: var(--bg-baru);
  transform: scale(1.05) !important;
  color: var(--text2);
}

.main-btn:hover {
  background-color: var(--bg-baru);
  color: var(--text2);
  transform: translateY(-5px);
}
/* end css btn download */

@media (max-width: 1285px) {
  .card-text {
    font-size: 18px !important;
  }
  
  .badge {
    width: 80%;
  }
  .badge img {
    width: 10%;
  }
  .badge span {
      font-size: 40px;
  }
}

@media (max-width: 900px) {
    #navbarNav {
    margin-top: 20px;
    background-color: var(--bg);
    padding: 20px;
    color: var(--custom-dark);
  }
  #navbarNav .nav-link {
    color: var(--custom-dark);
    text-shadow: none;
  }
  #navbarNav .nav-link:hover {
    color: var(--nav-link-hover);
  }
  
  .navbar-collapse {
      background-color: var(--footer-bg) !important;
      border-radius: 0 0 8px 8px;
  }
  
  .navbar-collapse .navbar-nav .nav-item a{
      color: var(--text-white) !important;
      display: flex;
      justify-content: center;
      align-items:center;
  }
  .navbar-collapse .navbar-nav .nav-item a:hover {
      color : var(--nav-link-hover) !important;
  }
  
  #hero,
  #hero .bg,
  video.my-vid {
    height: 50vh !important;
  }
  .hero-inner h1 {
    font-size: 2.5rem;
  }
  .hero-inner .eyebrow {
    font-size: 2rem;
  }

  .card-media .card-header img {
    height: 330px !important;
  }
    
  .badge {
    width: 80%;
  }
  .badge img {
    width: 10%;
  }
  .badge span {
      font-size: 40px;
  }
  
  .nyala {
    display: block;
    margin-top: 20px;
    justify-content: center;
  }
  .nyala-1 {
    display: none;
  }
  
  .overlay-box h3 {
      font-size: 14px;
  }
  .overlay-box i,
  .overlay-box .icon-archive span {
  font-size: 12px;
  }
  .card-custom:hover .overlay-box {
  height: 45%;
  }
  .card-custom .arrow {
      font-size: 12px;
  }
  .overlay-box h3.fs{
      font-size: 14px;
  }
 .overlay-box .over-box i {
    font-size: 11px;
}

.overlay-box .over-box i {
      position: absolute;
      bottom: 15px;
      left: 15px;
  }
  .overlay-box .over-box span {
      position: absolute;
      bottom: 15px;
      left: 30px;
      font-size: 11px;
      font-family: "Inter", Arial, sans-serif;
  }
  
  .card-text {
    font-size: 20px !important;
  }
  
  .card-body .explore {
      font-size: 18px;
  }
  
  .scroll-container{
      display:none;
  }
  
}

@media (max-width: 640px) {
  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
  #navbarNav {
    margin-top: 20px;
    background-color: var(--bg);
    padding: 16px;
    color: var(--custom-dark);
  }
  #navbarNav .nav-link {
    color: var(--custom-dark);
    text-shadow: none;
  }
  #navbarNav .nav-link:hover {
    color: var(--nav-link-hover);
  }
  #hero {
    height: 40vh;
  }
  
  #hero .bg{
    max-width: 100% !important;
      height: auto;
  }
  #hero .bg video.my-vid {
  height: 40vh;
}
  .badge {
    width: 75%;
  }
  .badge img {
    width: 15%;
  }
  .badge span {
    font-size: 36px;
  }
  
  #hero-col {
      height: 40vh;
  }
  
  #hero-col .bg {
      max-width: 100% !important;
      height: auto;
  }
  
  #hero-col .hero-inner p {
    font-size: 16px;
  }
  
  .hero-inner, .hero-out {
      display: none;
  }

  .hero-inner h1 {
    font-size: 40px;
  }

  .hero-inner .eyebrow {
    width: 360px;
    font-size: 24px;
  }

  .hero-inner .controls .tombol {
    padding: 1rem 1.5rem;
  }
  .prodSwiper {
    width: 100% !important;
    height: auto !important;
  }
  
  .swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper-slide img {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .card-body .text-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .section-bread {
  padding-top: 20px !important;
    }
  .sec-prod {
  padding-top: 35px !important;
    }
    
    .card-media .card-header img {
    height: 415px !important;
  }

    
  .zoom-img span {
    height: 35px;
    width: 200px;
  }

  .nyala {
    display: block;
  }
  .nyala-1 {
    display: none;
  }
  
   .overlay-box h3 {
      font-size: 20px;
  }
  .overlay-box i,
  .overlay-box .icon-archive span {
  font-size: 18px;
  margin-top: 8px;
  }
  .card-custom:hover .overlay-box {
  height: 35%;
  }
  .card-custom .arrow {
      font-size: 18px;
  }
  
  .overlay-box .over-box i {
    font-size: 16px;
  }
  
  .overlay-box h3.fs{
    font-size: 20px;
    }

.overlay-box .over-box i {
      position: absolute;
      bottom: 15px;
      left: 15px;
  }
  .overlay-box .over-box span {
      position: absolute;
      bottom: 15px;
      left: 38px;
      font-size: 16px;
      font-family: "Inter", Arial, sans-serif;
  }
  
   .card-text {
    font-size: 20px !important;
  }
  
  .card-body .explore {
      font-size: 18px;
  }
  
}
