.btn-primary {
  background-color: rgb(204,174,0) !important;
  border-color: rgb(204,174,0);
}
/* SLIDER DI PRODUCT */
.carousel .carousel-item {
  transition: transform 1s cubic-bezier(0.45, 0, 0.55, 1), opacity 1s ease;
}

/* NAVBAR */
/* Search bar style */
.nav-search {
  margin-right: 15px;
}

.search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2px 10px;
  background: #fff;
}

.search-form input {
  border: none;
  outline: none;
  padding: 5px 8px;
  font-size: 14px;
  width: 120px; /* default desktop */
}

.search-form button {
  border: none;
  background: none;
  color: #555;
  cursor: pointer;
  font-size: 16px;
}

/* Toggle bahasa */
.nav-lang > a {
  font-weight: 600;
}

.dropdown-menu-lang {
  width:65px;
}

/* Responsif */
@media (max-width: 991px) {
  .search-form input {
    width: 100%;
  }
  .nav-search {
    margin: 10px 0;
    width: 100%;
  }
  .search-form {
    width: 100%;
  }
}

/* END NAVBAR */

header#header {
    background-color: rgba(255, 255, 255, 0.8);
}

.header {
    padding:10px 0 !important;
}
.header .logo img {
    max-height: 70px !important;
}

.header-service {
  background: url("../img/bg-service.png") center/cover no-repeat; 
  position: relative;
  padding: 20px;         /* ruang biar background kelihatan */
  border-radius: 8px;
  overflow: hidden;
}

.header-service img {
  position: relative;
  z-index: 2;            /* pastikan img di atas background */
  display: block;
  margin: 0 auto;
}

.other-products {
  /* background: url("../img/bg-products.png") center/cover no-repeat;  */
  position: relative;
  padding: 20px;         /* ruang biar background kelihatan */
  border-radius: 8px;
  overflow: hidden;
}

.other-products img {
  position: relative;
  z-index: 2;            /* pastikan img di atas background */
  display: block;
  margin: 0 auto;
}

h3.other-title {
    font-size: 1.2rem !important;
}

.rounded-img {
    border-radius: 10px;
}

/* BUTTON */
button.btn.btn-outline-primary:hover {
  background-color: rgb(204,174,0) !important;
}

.btn-outline-primary {
  color: #aa851d !important;
  border-color: rgb(204,174,0) !important;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  border-color: none !important;
  background-color: rgb(204,174,0) !important;
}

/* EFEK ZOOM */
.service-item {
  overflow: hidden; /* supaya gambar tidak keluar dari box */
}

.service-item img {
  transition: transform 0.4s ease; /* animasi smooth */
}

.service-item:hover img {
  transform: scale(1.1); /* zoom 10% ketika hover */
  /* background: linear-gradient(135deg, #1b2f694d, #2f4b9b); */
}

.service-overview {
  font-size: 1rem !important;
}

/* PARTICLE JS */
#alt-services {
  position: relative;
  overflow: hidden;
}

#particles-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#alt-services .container {
  position: relative;
  z-index: 1;
}


/* SLIDER */
/* Background untuk setiap slide */
.carousel-item {
  position: relative;
  overflow: hidden;
}

.slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 5s ease, opacity 1s ease;
  z-index: 1;
  overflow: hidden; /* biar pseudo-element stay di dalam */
}

.slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.712); /* overlay hitam 40% */
  z-index: 2; /* di atas background image */
}

/* pastikan teks/info tetap di atas overlay */
.carousel-item .info {
  position: relative;
  z-index: 3;
}

/* Slide aktif (termasuk yg pakai .start-anim) */
.carousel-item.active .slide-bg,
.carousel-item.active .slide-bg.start-anim {
  transform: scale(1);
  opacity: 1;
}

/* Animasi khusus untuk slide pertama */
.carousel-item.active:first-child .slide-bg {
  animation: heroZoom 5s ease forwards;
}

@keyframes heroZoom {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Efek slide in */
.slide-in {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideIn 1s ease forwards;
}

.slide-in.delay-1 {
  animation-delay: 0.5s;
}

.slide-in.delay-2 {
  animation-delay: 1s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.myServicesSlider .swiper-pagination {
  margin-top: 20px;  /* jarak ke bawah */
  position: relative; /* biar nggak nempel di konten slider */
}

.myServicesSlider {
  position: relative; /* penting supaya anaknya bisa absolute */
}

.swiper-button-prev, .swiper-button-next {
  visibility: hidden;
}

.swiper-pagination-bullet {
  width: 8px !important;   /* default biasanya 12px */
  height: 8px !important;
  opacity: 0.5 !important;     /* transparansi */
}

.slides-2 .swiper-slide img, .swiper-single .swiper-slide img {
  width: 150px;       /* atur lebar seragam */
  height: 110px;       /* atur tinggi seragam */
  object-fit: contain; /* gambar tetap proporsional, tidak ketarik */
  display: block;
  margin: 0 auto;      /* center di dalam slide */
}

/* Bullet aktif */
.swiper-pagination-bullet-active {
  width: 10px !important;   /* default biasanya 12px */
  height: 10px !important;
  opacity: 0.5 !important; 
}
/* Inherit style dari hero button */
.btn-learn-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;       /* sedikit lebih kecil dari hero */
  letter-spacing: 1px;
  display: inline-block !important;
  padding: 8px 22px;     /* lebih kecil dari hero */
  border-radius: 8px;
  margin-top: 15px;      /* jarak atas dari paragraf */
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;   /* cegah teks patah ke bawah */
}

.btn-learn-more:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
  opacity: 0.9;
}

/* WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 15px;       /* di atas tombol scroll-top */
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #25D366; /* hijau khas WA */
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* bayangan lembut */
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1); /* zoom in saat hover */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* ABOUT US PAGE */
.our-story p {
  text-align: justify;
  letter-spacing: 1px;
}

.counter-wrapper {
  display: inline-flex;
  align-items: baseline; /* sejajarkan angka & K+ */
}

.counter-suffix {
  font-size: 0.8em;  /* sedikit lebih kecil agar proporsional */
  font-weight: 600;
  margin-left: 2px;
}

/* NEWS SECTION */

.news-card img {
  transition: transform 0.4s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.news-card .card-body small {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.news-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.news-card .btn {
  align-self: flex-start;
}

/* PAGGING */
.pagination-modern {
  display: flex;
  gap: 20px; /* tambahkan jarak antar tombol */
}

.pagination-modern .page-item {
  transition: transform 0.3s ease;
}

.pagination-modern .page-link {
  color: #555;
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 30px;  /* lebih lebar */
  height: 30px; /* lebih tinggi */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: 500;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.pagination-modern .page-item.active .page-link {
  background-color: #1b2d6d;
  color: #fff;
}

.pagination-modern .page-link:hover {
  background-color: #ff912a;
  color: #fff;
  transform: scale(1.1);
}

.pagination-modern .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}

/* NEWS DETAIL */
.news-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.news-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.news-hero img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/* Social share */
.news-share a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.news-share a:hover {
  transform: scale(1.1);
  background-color: #1b2d6d;
  color: #fff;
}

/* Sidebar */
.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.sidebar-sticky h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.related-news img {
  border-radius: 8px;
}

.related-news h6 a:hover {
  color: #0d6efd;
}

/* ul li */
/* Hilangkan bullet default untuk semua ul */
.our-story  ul {
    list-style: none;
    padding-left: 0;
}

/* Tambahkan sedikit spasi antara icon dan teks */
.our-story  ul li i {
    font-size: 20px;
    margin-right: 8px;
    color: #1b2d6d; /* ganti sesuai warna yang diinginkan */
}

.seo-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.seo-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
}


/* TRASLATE */
