/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #ffc107;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
    overflow-x: hidden;
}



/* LOGO */
.pin-logo {
  height: 55px; /* Sesuaikan ukuran logo */
  width: auto; /* Mempertahankan proporsi */
  margin-right: 5px; /* Beri jarak dari teks */
  margin-top: 0px;
  margin-bottom: 0px;

}
@media (max-width: 768px) {
  .pin-logo {
      height: 50px; /* Ukuran lebih kecil di layar kecil */
  }
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* TOP BAR */
.bg-bar {
  background-color: #d0aa69;
  height: 35px; /* Sesuaikan dengan kebutuhan */
  padding: 4px 0; /* Kurangi padding atas & bawah */
}

.bg-bar small {
  font-size: 12px; /* Ukuran teks lebih kecil */
}

/* Warna background dan border untuk tombol */
.btn-sm-square {
  width: 35px; /* Ukuran kotak */
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px; /* Agar terlihat sedikit melengkung */
  background-color: #d0aa69; /* Warna emas */
  border-left: 1px solid white; /* Garis putih di kiri */
  transition: 0.3s;
}

.btn-sm-square-side {
  width: 35px; /* Ukuran kotak */
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px; /* Agar terlihat sedikit melengkung */
  background-color: #d0aa69; /* Warna emas */
  border-right: 1px solid white; /* Garis putih di kiri */
  transition: 0.3s;
}

/* Warna ikon */
.btn-sm-square i {
  color: white; /* Warna ikon putih */
  font-size: 14px; /* Ukuran ikon */
}

/* Efek hover */
.btn-sm-square:hover {
  background-color: #dac473; /* Warna emas lebih gelap saat hover */
}

/* Menghilangkan outline saat tombol ditekan */
.location-btn:focus, .social-btn:focus,
.location-btn:active, .social-btn:active {
    outline: none;
    box-shadow: none;    
}

/* TOOLTIP */
/* ---------- */
/* Tooltip Container */
.social-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* Tooltip Text */
.social-btn .tooltip-text {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  
  /* Positioning (Di bawah tombol) */
  position: absolute;
  top: 130%;  /* Mengubah dari bottom ke top */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;

  /* Hidden by default */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip Arrow */
.social-btn .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%; /* Mengubah dari top ke bottom */
  left: 50%;
  transform: translateX(-50%);
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Hover Effect */
.social-btn:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.location-btn {
  display: inline-block;
  background-color: #d0aa69; /* Warna latar belakang */
  color: white; /* Warna teks */
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px;
  height: 35px; /* Sesuaikan dengan tinggi navbar */
  line-height: 25px; /* Pusatkan teks */
  border: none;
  border-radius: 0; /* Hilangkan lengkungan sudut */
  transition: background-color 0.3s ease-in-out;
}

/* Efek hover */
.location-btn:hover, .social-btn:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Warna hover yang lebih lembut */
    transition: 0.3s;
}

/*-------------- 
  Panel Slide 
  -------------*/
/* Panel Slide */
.slide-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}

.slide-content {
  padding: 30px;
  font-size: 15px;
  line-height: 1.6;
}

.slide-panel .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  color: #333;
}

/* Overlay saat aktif */
.overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* Efek halaman bergeser */
body.panel-open .main-content {
  transform: translateX(-300px);
  transition: transform 0.3s ease;
  filter: brightness(0.5);
}

body.panel-open #whyPanel {
  right: 0;
}

body.panel-open .overlay {
  opacity: 1;
  pointer-events: all;
}


body.panel-open {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden; /* mencegah scroll saat panel terbuka */
}
  


/* -------------------------------------
SIDEBAR OVERLAY
----------------------------------------*/
/* Tombol Burger */
.burger-btn {
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1001;
}

/* Overlay (Layar Gelap) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -350px; /* Sembunyikan di luar layar */
  width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: 0.3s ease-in-out;
  z-index: 1002;
}

/* Tombol Close */
.close-btn {
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
  float: right;
}

/* Ketika sidebar aktif */
.sidebar.active {
  right: 0;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}


/* --------------------------------------
          PRODUCT SLIDER
----------------------------------------*/

.product-title {
  text-align: center;  /* Teks di tengah */
  font-size: 28px;  /* Ukuran font */
  font-weight: bold;  /* Teks tebal */
  color: #333;  /* Warna teks */
  margin-bottom: 20px;  /* Jarak bawah */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Garis di bawah teks */
.product-title::after {
  content: "";
  width: 50px;  /* Panjang garis */
  height: 3px;  /* Ketebalan garis */
  background-color: #c29d5c;  /* Warna garis (sesuaikan dengan tema) */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}


/* Wrapper untuk slider */
/* Container slider */
.product-slider {
  width: 100%;
  max-width: 1200px; /* Perbesar container */
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

/* Swiper wrapper */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Slide Swiper */
.swiper-slide {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  padding: 15px; /* Jarak antar kartu */
}

/* Kartu produk */
.product-card {
  background: #fff;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  margin: auto;
  max-width: 300px; /* Ukuran lebih besar */
  width: 100%;
}

/* Efek hover pada kartu */
.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Gambar produk */
.product-img {
  position: relative;
  overflow: hidden;
  border-radius: 0; /* Hilangkan radius biar menyatu */
  width: 100%;
  height: 220px; /* Lebih tinggi */
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Gambar menutupi area tanpa jarak */
  display: block;
  transition: transform 0.3s ease;
}

/* Zoom hanya pada gambar saat hover */
.product-card:hover .product-img img {
  transform: scale(1.1);
}

/* Overlay hover */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

/* Tombol pencarian */
.search-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d4af37;
  border: none;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card:hover .search-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}

/* Informasi Produk */
.product-info {
  padding: 15px;
  text-align: center;
}

.product-info h4 {
  margin: 8px 0;
  font-size: 18px; /* Lebih besar */
  font-weight: bold;
}

.product-info h4 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.product-info h4 a:hover {
  color: #d4af37;
}

.product-info p {
  font-size: 14px;
  color: #777;
  margin: 5px 0 10px;
}

/* Link "Details" */
.details-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #d4af37;
  transition: color 0.3s ease;
}

.details-link:hover {
  color: #b58f2f;
}

/* Tombol navigasi Swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, background 0.3s ease, color 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

/* Posisi tombol */
.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

/* Ukuran icon panah */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #333;
}

/* Munculkan tombol panah hanya saat hover pada .product-slider */
.product-slider:hover .swiper-button-next,
.product-slider:hover .swiper-button-prev {
  opacity: 1;
  pointer-events: auto;
}

/* Hover tombol panah */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #d4af37;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

/* Responsif */
@media (max-width: 1024px) {
  .product-slider {
    max-width: 950px;
  }
}

@media (max-width: 768px) {
  .product-slider {
    max-width: 600px;
  }
}

.swiper-container {
  overflow: visible !important;
}
/* Responsive: Tablet & Mobile */
@media (max-width: 770px) {
  .swiper-slide {
    flex: 0 0 100%; /* Tampilkan 1 produk penuh */
    max-width: 100%;
  }
}

  

/*--------------------------------------------------------
 Background putih full panjang layar dengan bayangan di atas & bawah 
 ----------------------------------------------------------*/
/* Animasi muncul dari kecil ke besar lebih lambat */
@keyframes scaleUp {
  0% {
      transform: scale(0.5); /* Mulai dari ukuran 50% */
      opacity: 0; /* Transparan */
  }
  100% {
      transform: scale(1); /* Jadi ukuran normal */
      opacity: 1; /* Muncul sepenuhnya */
  }
}

/* Container utama */
.facts-wrapper {
  background-color: #ffffff; /* Warna putih */
  width: 100vw; /* Full panjang layar */
  padding: 50px 0;
  margin-top: 30px; /* Atur jarak dari container di atasnya */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05), 
              0px -5px 10px rgba(0, 0, 0, 0.05); /* Bayangan lebih tipis */

  /* Animasi */
  animation: scaleUp 1s ease-in-out; /* Durasi diperpanjang jadi 1 detik */
}


/* -----------CIRCLE LOGO---------- */
/* Memastikan kontennya tetap terpusat dan tidak terlalu melebar */
.facts-container {
  max-width: 1200px; /* Atur sesuai kebutuhan */
  margin: 0 auto;
}

/* Variabel warna */
:root {
    --icon-border: #c49c4a; /* Warna lingkaran ikon */
    --text-color: #000000; /* Warna teks */
}

/* Container utama */
.facts-container {
    text-align: center;
}

/* Lingkaran ikon */
.icon-circle {
    border: 2px solid var(--icon-border);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

/* Ikon */
.icon-circle i {
    color: var(--icon-border);
    font-size: 40px;
}

/* Angka */
.facts-wrapper h1 {
    color: var(--text-color);
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Judul */
.facts-wrapper h5 {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: normal;
}


/* Kotak kecil tetap rapi */
.facts-container .col-lg-4 {
  display: flex;
  justify-content: center;
}

.facts-container .shadow {
  width: 100%;
  max-width: 350px; /* Sesuaikan ukuran kotak */
}

/* Variabel warna */
:root {
  --icon-bg: #ffffff;       /* Warna latar ikon */
  --icon-border: #ffc107;   /* Warna garis lingkaran ikon (kuning) */
  --text-color: #000000;    /* Warna teks */
  --box-shadow: rgba(0, 0, 0, 0.1); /* Bayangan kotak */
}

/*------------------------
Container utama 
----------------------------*/
/* Variabel warna */
:root {
  --icon-border: #c49c4a; /* Warna lingkaran ikon */
  --text-color: #000000; /* Warna teks */
}

/* ------------------------
FEATURE BOX
--------------------------*/
/* Styling fitur */
/* ===== FEATURE ITEM STYLE ===== */
.feature-item {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-column .feature-item:first-child {
  margin-bottom: 40px;
}

.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.feature-item .feature-image {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.feature-item .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.feature-content {
  width: 60%;
  padding-left: 15px;
}

.feature-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.feature-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* ===== CENTER IMAGE (MORPH) ===== */
.feature-main {
  width: 100%;
}

.feature-main img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.morph-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.morph-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.9s ease-in-out, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);
  will-change: opacity, transform;
}

.img-default {
  opacity: 1;
  z-index: 1;
}

.img-hover {
  opacity: 0;
  z-index: 2;
  transform: scale(1.2) skewX(2deg) skewY(2deg);
  filter: brightness(1.05) contrast(1.05) saturate(1.2);
}

.morph-wrapper:hover .img-hover,
.morph-wrapper.hover .img-hover {
  opacity: 1;
  transform: scale(1) skewX(0deg) skewY(0deg);
}

.morph-wrapper:hover .img-default,
.morph-wrapper.hover .img-default {
  opacity: 0;
  transform: scale(1.05) skewX(-1deg) skewY(-1deg);
}



/* ===== RESPONSIVE - TABLET (768px - 991.98px) ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-why-choose-us .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .section-why-choose-us .row {
    flex-direction: column !important;
  }

  .feature-column {
    width: 100%;
    margin: 0 auto;
  }

  .feature-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .feature-item .feature-image {
    width: 40%;
    height: 100%;
  }

  .feature-item .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-content {
    width: 60%;
    padding: 15px 15px;
  }

  .feature-content h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .feature-content p {
    font-size: 18px;
    line-height: 1.6;
  }

  /* Morph image fix for tablet */
  .morph-wrapper {
    height: auto !important;
  }

  .morph-img {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .img-hover {
    display: none !important;
  }

  .img-default {
    display: block !important;
  }
}

/* ===== RESPONSIVE - MOBILE LANDSCAPE (576px - 767.98px) ===== */
@media (min-width: 576px) and (max-width: 767.98px) {
  .feature-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .feature-item .feature-image {
    width: 40%;
    height: 100%;
  }

  .feature-item .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .feature-content {
    width: 60%;
    padding: 15px 15px;
  }

  .feature-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .feature-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* Morph image fix for mobile landscape */
  .morph-wrapper {
    height: auto !important;
  }

  .morph-img {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .img-hover {
    display: none !important;
  }

  .img-default {
    display: block !important;
  }
}

/* ===== RESPONSIVE - MOBILE PORTRAIT (max 575.98px) ===== */
@media (max-width: 575.98px) {
  .feature-item {
    flex-direction: column;
    text-align: left;
  }

  .feature-item .feature-image {
    width: 100%;
    height: auto;
  }

  .feature-item .feature-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .feature-content {
    width: 100%;
    padding: 15px 10px 20px;
    background: #fff;
  }

  .feature-content h4,
  .feature-content p {
    text-align: left;
    color: #333;
    z-index: 1;
    position: relative;
  }

  /* Morph image fix for mobile portrait */
  .morph-wrapper {
    height: auto !important;
  }

  .morph-img {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .img-hover {
    display: none !important;
  }

  .img-default {
    display: block !important;
  }
}

/* ===== TITLE ===== */
.section-title h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-title h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .section-title h1 {
    font-size: 24px;
  }

  .section-title h5 {
    font-size: 14px;
  }
}




/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.navbar-nav {
  margin-left: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  
}

.navbar-nav .nav-link::after {
  content: "\f140";
  font-family: bootstrap-icons;
  display: inline-block;
  margin-left: 10px;
  color: var(--primary-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
  color: var(--dark-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

/* Ukuran hero untuk layar besar */
@media screen and (min-width: 992px) {
  .hero {
    height: 92vh;
  }

  .custom-video,
  .news-detail-image {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

/* Hero Text Styling */
.heroText {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  max-width: 900px;
}

/* Membuat judul responsif */
.heroText h2 {
  font-size: clamp(1.8rem, 5vw, 3rem); /* Menggunakan clamp agar responsif */
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Membuat subjudul responsif */
.heroText p {
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: #ddd;
}

/* Penyesuaian untuk tampilan mobile */
@media (max-width: 768px) {
  .heroText h2 {
    font-size: 1.5rem;  /* Mengecilkan ukuran judul di layar kecil */
    white-space: normal; /* Izinkan teks wrap di layar kecil */
  }

  .heroText p {
    font-size: 1rem;
  }
}



/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

/* Info box */
.portfolio-info {
  margin: 20px;
}

/* Default state sebelum masuk viewport */
.portfolio-animated {
  opacity: 0;
  transform: translateY(50px) scale(0.9) rotate(-2deg);
  filter: blur(4px);
  transition: all 1s ease-in-out;
  will-change: transform, opacity, filter;
}

/* Saat masuk viewport */
.portfolio-animated.in-view {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
  filter: blur(0);
}

/* Rotasi dari kanan ke kiri (untuk elemen kiri) */
@keyframes rotateInLeft {
  0% {
    opacity: 0;
    transform: rotateY(90deg) translateX(100px);
  }
  100% {
    opacity: 1;
    transform: rotateY(0) translateX(0);
  }
}

/* Rotasi dari kiri ke kanan (untuk elemen kanan) */
@keyframes rotateInRight {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: rotateY(0) translateX(0);
  }
}

/* Pastikan animasi hanya jalan saat in-view */
.portfolio-thumb[data-anim="rotate-left"].in-view {
  animation: rotateInLeft 1s ease-out forwards;
}

.portfolio-thumb[data-anim="rotate-right"].in-view {
  animation: rotateInRight 1s ease-out forwards;
}



/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #ffc107;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}


/*-----------------------------
         product.html card 
-----------------------------*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}
.cat-item .cat-img img,
.product-item .product-img-categories img {
  transition: .5s;
}

.cat-item:hover .cat-img img,
.product-item:hover .product-img-categories img {
  transform: scale(1.2);
}

/* Gambar produk */
.product-img-categories {
  position: relative;
  overflow: hidden;
  border-radius: 0; /* Hilangkan radius biar menyatu */
  width: 100%;
  height: 220px; /* Lebih tinggi */
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.product-img-categories img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Gambar menutupi area tanpa jarak */
  display: block;
  transition: transform 0.3s ease;
}

/* Zoom hanya pada gambar saat hover */
.product-card:hover .product-img-categories img {
  transform: scale(1.1);
}

.product-img-categories {
  height: auto; /* atur tinggi tetap sesuai kebutuhan */
  width: 100%;
  aspect-ratio: 1 / 1; /* ini menjaga rasio tetap kotak */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-img-categories img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-item:hover .product-img-categories img {
  transform: scale(1.2);
}

.product-item .btn:hover {
  color: #D19C97 !important;
}

/* Default: Desktop */


/* Tablet Landscape (iPad Pro, 820px - 1024px) */
@media (min-width: 820px) and (max-width: 1024px) {
  .product-img-categories {
    height: auto;
  }
}

/* Tablet Potrait (≤ 768px) */
@media (max-width: 768px) {
  .product-img-categories {
    height: auto;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .product-img-categories {
    height: auto;
  }
}



/*---------------------------------------
  SECTION               
-----------------------------------------*/
.product-section {
  padding-top: 2rem;
}

.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-padding-about {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
  background: var(--dark-color);
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
}

/*-------------
    ABOUT US 
 ------------*/
 .hero-about {
  background: url('../images/bg-wallpaper.jpg') center center / cover no-repeat fixed;
  height: 300px;
  position: relative;
}

/* TEXT WAVE */
.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.section-padding-intro {
  background: url('../images/bg-wallpaper.jpg');
  padding-bottom: 0px;
  margin-bottom: 0px; 
}

.darker-text {
  color: #000000; /* atau gunakan rgba(0, 0, 0, 0.8) untuk fleksibilitas */
}


/* --------------
  GALLERY MAIN
  --------------*/
/* GALLERY */
.full-width-heading {
  width: 100vw; /* 100% dari viewport, bukan dari parent */
  margin-left: calc(-50vw + 50%); /* mengoreksi posisi supaya beneran full nempel kiri kanan */
  background-color: #000;
  padding: 10px 0;
  text-align: center;
}


.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.gallery_section {
  margin-bottom: 0px;  
}

.gallery_section .heading_container {
  margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 10px;
}

.gallery_section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.gallery_section .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.gallery_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #e45441;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #ffffff;
  font-size: 24px;
}

.gallery_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.gallery_section .img-box:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gallery_section .img-box:hover a {
  opacity: 1;
}

.gallery_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.gallery_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e45441;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e45441;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gallery_section .btn-box a:hover {
  background-color: transparent;
  color: #e45441;
}

/* ------------------------------------
            GALLERY SIDE  
------------------------------------- */

.gallery-section {
  padding: 40px 5%;
}

.gallery-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.filter-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-btn {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: #f0d58c;
  border-color: #f0d58c;
  color: black;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s ease;
  pointer-events: auto;
}

.gallery-item.hide {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  pointer-events: none;
}

.gallery-item.show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item .label {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  transition: bottom 0.3s;
}

.gallery-item:hover .label {
  bottom: 0;
}

/* Popup Style */
#image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

#image-popup img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 0;
}

#image-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.nav-btn.prev { left: 30px; }
.nav-btn.next { right: 30px; }

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


/*--------------------
     WHATSAPP POPUP 
-----------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.05);
}
.whatsapp-float img {
  width: 28px;
  height: 28px;
}
.whatsapp-text {
  font-size: 18px;
  color: white;
}
@media (max-width: 576px) {
  .whatsapp-text {
    display: none;
  }
  .whatsapp-float {
    padding: 10px;
    border-radius: 50%;
  }
}

/* --- */



/*-------------------------------------
               PRODUCT 
---------------------------------------*/

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-item-core {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  transition: border-color 0.3s ease;
}

.product-item-core a {
  display: block;
  padding: 0 16px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover effect */
.product-item-core:hover {
  border-bottom: 1px solid #ddd;
}

.product-item-core:hover a {
  color: rgb(0, 0, 0);
}

/* Active line */
.product-item-core.active {
  border-bottom: none;
  font-weight: normal;
}

/* Beri efek active hanya ke <a> di dalamnya */
.product-item-core a.active {
  font-weight: 600;
  border-bottom: 2px solid #c49c4a;
  color: #c49c4a;
}

/* Hover tetap berlaku ke link saja */
.product-item-core a:hover {
  color: orange;
}

.product-img-categories.categories {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #e5e5e5;
  transition: box-shadow 0.3s ease;
}

.product-img-categories.categories:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.read-more {
  font-size: 14px;
  color: rgb(236, 155, 3);
  text-decoration: none;
}

.read-more:hover {
  color: rgb(232, 188, 31);
}



/* -------------------
  DROPDOWN
-------------------- */
/* Struktur dropdown */
.nav-item.dropdown {
  position: relative;
}

/* Dropdown Menu */
.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  transform: translateX(-50%); /* ini membuat kolom ke-2 sejajar 'Products' */
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 5000;
  border: 1px solid #ddd;
}

/* Tampilkan saat hover */
.nav-item.dropdown:hover .dropdown-menu-custom,
.dropdown-menu-custom:hover {
  display: block;
}


/* Grid 3 kolom */
.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.dropdown-grid a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.dropdown-grid a:hover {
  background-color: #f9f9f9;
  color: #000;
}

.navbar-nav > .g-fullwidth {
  position: relative;
}

.navbar-nav > .g-fullwidth::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px; /* Atur tinggi zona hover sesuai kebutuhan */
  background: transparent;
  pointer-events: auto;
}

/* Base nav link styling */
.navbar-nav .nav-link {
  position: relative;
  padding: 10px 15px;
  color: #888;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-family: Roboto Slab;
  font-size: 20px;
}

/* Garis bawah awal (tidak terlihat) */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 3px;
  background-color: #9f9f41;
  transition: width 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: #9f9f41;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  bottom: -25px;
}

/* Active effect via li.active */
.navbar-nav li.active > .nav-link {
  color: #9f9f41 !important;
}

.navbar-nav li.active > .nav-link::after {
  width: 100%;
  bottom: -25px;
}

/* ⛔️ Hapus garis bawah di mobile */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link::after {
    display: none;
  }
}




/* -----------------------------------------
              PRODUCT 1
------------------------------------------ */
.product-section {
  padding: 60px 0;
}

.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.product-grid-wrapper {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
  align-items: center; /* Judul jadi di tengah */
}

.product-heading {
  text-align: center; /* Center judul */
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  height: 100%;
}

.product-col {
  flex: 1 1 calc(33.333% - 30px);
  box-sizing: border-box;
  display: flex; /* Supaya semua card punya tinggi yang sama */
}

.product-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 320px; /* Samakan tinggi gambar */
  display: block;
}

.product-details {
  padding: 15px;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-size {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.read-more {
  font-size: 14px;
  color: #d2943b;
  font-weight: 500;
  text-decoration: none;
  margin-top: auto;
  padding-bottom: 10px;
  display: inline-block;
}

.read-more span {
  margin-left: 5px;
}

.product-specification {
  flex: 1 1 30%;
  padding-left: 30px;
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-specification h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.product-specification p {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  color: #444;
}

/* Responsive */
@media (max-width: 992px) {
  .product-col {
    flex: 1 1 calc(50% - 30px);
  }

  .product-wrapper {
    flex-direction: column;
  }

  .product-specification {
    padding-left: 0;
    border-left: none;
    margin-top: 40px;
  }

  .product-grid-wrapper {
    align-items: flex-start;
  }

  .product-heading {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .product-col {
    flex: 1 1 100%;
  }
}

.empty-col {
  visibility: hidden;
  pointer-events: none;
}


/* ----------
  ICON CONTACT
  ---------- */
.icon-contact {
  background-color: #d0aa69;
}

.submit-btn {
  background-color: #d0aa69;
}

.submit-btn:hover {
  background-color: #c7c758;
}

.contact-section {
  background: #f8f9fa;
  padding-bottom: 30px;
  background: url('../images/bg-wallpaper.jpg');
}