/* ============+++++++++ 
 					Global
   -------------------- */
h2, h3, h4 { font-family: 'Poppins', sans-serif; }

p {
  text-align: justify;
  font-size: 1rem;
  text-justify: auto;
  font-family: 'Nunito', sans-serif;
}

/* ======================== 
	      WHY US 
	 ========================= */
.why-section {
  padding: 20px 20px;
  background: #F54927;
}

.why-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  height: 100%;
  transition: .35s;
}

.why-card { box-shadow: 0 12px 30px rgba(0,0,0,.25); }

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,.55);
}

.why-card {
  position: relative;
  overflow: hidden;
}

.why-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(
  90deg, #ff3d8b, #6d5cff, #1296ff);
}

.why-card:hover .why-icon { transform: scale(1.15); }

.why-card-text {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

.svg-inline--fa { text-align: right; }

.wp-rich-text-font-awesome-icon.wp-font-awesome-icon { text-align: center; }

/* ==============================
        PRODUK TAS SLIDE
	================================ */
.produk-slider-section {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: center;
  animation: marquee-jalur 50s linear infinite;
}

.marquee-track:hover { animation-play-state: paused; }

.marquee-slide {
  flex: 0 0 auto;
  width: 280px;
  height: 260px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.marquee-slide:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 5;
}

@keyframes marquee-jalur {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.produk-tas {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.marquee-slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 14px;
  padding: 12px 10px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
}

.marquee-slide:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   2. MODAL CUSTOM DENGAN TAMPILAN PREMIUM
   ========================================== */
.wp-custom-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wp-custom-modal.show {
  display: flex;
  opacity: 1;
}

.wp-modal-dialog {
  width: 100%;
  max-width: 650px;
  margin: 20px;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
}

.wp-custom-modal.show .wp-modal-dialog { transform: translateY(0); }

.wp-modal-content {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  border: none;
  position: relative;
}

.wp-modal-img-box {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}

.wp-modal-img-box #isiGambarModal {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  border: none;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  line-height: 1;
}

.wp-modal-close-btn:hover { background: rgba(0,0,0,0.8); }

.wp-modal-body-text {
  padding: 30px;
  text-align: left;
  border-top: 1px solid #f0f0f0;
}

.wp-modal-body-text h3 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222222;
}

.wp-modal-body-text .kategori-label {
  color: #FB7009;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

.wp-modal-body-text p.desc {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.img-1 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas1.avif');}

.img-2 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas2.avif');}

.img-3 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas3.avif');}

.img-4 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas4.avif');}

.img-5 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas5.avif');}

.img-6 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas6.avif');}

.img-7 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas7.avif');}

.img-8 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas8.avif');}

.img-9 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas9.avif');}

.img-10 { background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/tas10.avif');}

/* ===================================
 *              KATEGORI PRODUK
 * =================================== */
.kategori-item {
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.kategori-item:hover, .kategori-item.active {
    background-color: #fc4c02;
    color: #ffffff;
    border-color: #fc4c02;
    box-shadow: 0 4px 15px rgba(251, 112, 9, 0.3);
}
.kategori-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.kategori-card {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
    cursor: pointer;
    background-size: contain;
		background-repeat:no-repeat;
		background-color: #ffffff;
    background-position: center;
		margin-bottom:25px;
}
.kategori-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.kategori-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(100%);
}
.kategori-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

/* --- Perbaikan Container Slider --- */
.wb-sliders-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wb-slider-wrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; 
}
.wb-slider-wrapper.active {
    display: block;
}

.wb-swiper-instance {
   /*  padding: 0 0 60px 0; */
		padding-bottom:40px;
    position: relative;
}
.swiper-slide {
    height: auto;
    padding: 15px 0; 
}

/* ========================================================
   KUSTOMISASI DOTS PAGINATION (Nuansa Oranye Brand Anda)
   ======================================================== */
.wb-swiper-instance .swiper-pagination-bullet {
    background: #444444;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}
.wb-swiper-instance .swiper-pagination-bullet-active {
    background: #fc4c02 !important; /* Warna oranye disamakan tombol */
    width: 22px; /* Membuat bentuk memanjang yang dinamis */
    border-radius: 5px;
    opacity: 1;
}

.wb-swiper-instance .swiper-pagination {
    bottom:0 !important;
}

/* =============Video PARALAX =================*/
.video-section {
    height: 500px; /* Atur tinggi sesuai kebutuhan */
    width: 100%;
    position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; 
}
.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://inwabagsgroup.com/wp-content/uploads/2026/07/header2-1.webp');
    background-attachment: fixed; /* Efek parallax dipindah ke sini */
    background-position: center; background-repeat: no-repeat; background-size: cover; z-index: 1;
}
.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Menaruh titik as tepat di tengah */
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    width: 12rem; /* Lebar tombol saat teks muncul */
    height: 3rem;
    z-index: 10; /* Berada jauh di atas layer background */
}
.btn-play .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    background: #d9232d;
    border-radius: 50%;
    z-index: 1;
    transition: cubic-bezier(0.65, 0, 0.076, 1) 0.45s; 
}
.btn-play .icon-play {
    position: absolute;
    top: 0; /* Ubah ke 0 */
    left: 0; /* Ubah ke 0 agar flexbox mengambil alih lebar */
    width: 3rem;  /* Samakan dengan ukuran lingkaran awal */
    height: 3rem; /* Samakan dengan ukuran lingkaran awal */
    z-index: 2;
    color: #ffffff;
    font-size: 1rem;
    margin: 0;  
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important; 
    padding-left: 3px; /* Penyesuaian visual agar segitiga pas di tengah */
    
    transition: cubic-bezier(0.65, 0, 0.076, 1) 0.45s;
}

.btn-play .text-play {
    position: absolute;
    left: 2.8rem;
    z-index: 2;
    color: #ffffff; 
    font-weight: 700;
    font-family: "Poppins",  sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateX(-15px);
    transition: cubic-bezier(0.65, 0, 0.076, 1) 0.45s; 
}

.btn-play:hover .circle {
    width: 9rem;
    border-radius: 1rem; 
    background: #d9232d; 
}

.btn-play:hover .icon-play {
    color: #ffffff;
    transform: scale(1.1);
}

.btn-play:hover .text-play {
    opacity: 1;
    transform: translateX(0);
    color: #ffffff; 
}

/* ========= HORIZONTAL BAR ============== */
.skill-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.skill-wrapper {
  margin-bottom: 25px;
  width: 100%;
}

.progress-bar {
  background-color: #fcfcfc;
  border-radius: 20px;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

.progress-fill {
  background: linear-gradient(90deg, #E84D0A 0%, #C1121F 50%, #FFB703 100%);
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: white;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);

  width: 0%;
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Label & Angka: awalnya tidak terlihat */
.skill-label,
.skill-percent {
  opacity: 0;
  transition: opacity 0.3s ease 0.7s; /* Muncul halus setelah 1.5s */
  white-space: nowrap;
}

/* Saat animasi aktif, lebar mengikuti target */
.progress-fill.aos-animate {
  width: var(--target-width) !important;
}

/* Tampilkan teks setelah bar selesai */
.progress-fill.aos-animate .skill-label,
.progress-fill.aos-animate .skill-percent {
  opacity: 1;
}
.top-shadow {  box-shadow: 0 -10px 15px -3px rgba(0, 0, 0, 0.1); }

.produk-link{
    display:block;
    text-decoration:none;
    color:inherit;
}
.produk-link:hover{ text-decoration:none; }