/* BREADCRUMB STICKY  */
nav[aria-label="breadcrumb"] {
  position: sticky;      /* bisa juga fixed kalau mau selalu nempel */
  top: 45px;             /* sesuaikan tinggi navbar */
  z-index: 1040;         /* di bawah navbar (1050) */
  background: #fff;      /* kasih background biar teks gak ketimpa konten */
  margin: 0 !important;
  padding: 2px 12px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* opsional: kasih bayangan */
}

.breadcrumb {
  margin: 0 !important;
  padding: 2px 12px !important;
}

.breadcrumb-title {
  display: inline;   /* biar sejajar */
  font-size: 0.9rem;   /* sesuaikan dengan breadcrumb */
  font-weight: bold;
  margin: 0;         /* hilangkan jarak bawaan h1 */
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: #03ec19 !important;
  font-weight: bold;
}

.breadcrumb-item.active {
  color: black !important;
}

.container-fluid.text-center.mt-5 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}



/* BANNER */
    #kotak {
      position: relative;
      padding-bottom: 56.25%; /* aspect ratio 16:9 */
      overflow: hidden;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 5px;
      background: linear-gradient(145deg, #e6e6e6, #ffffff);
      box-shadow: 6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
    }

    .gambar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      animation: bergerak 120s infinite;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .gambar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @keyframes bergerak {
      0% { opacity: 0; transform: translateX(100%); }
      3.33% { opacity: 1; transform: translateX(0%); z-index: 10; }
      6.66% { opacity: 1; transform: translateX(0%); }
      10% { opacity: 0; transform: translateX(-100%); }
      100% { opacity: 0; transform: translateX(-100%); }
    }


  #ke-b { animation-delay: 0s; }
  #ke-3 { animation-delay: 5s; }
  #ke-c { animation-delay: 10s; }
  #ke-4 { animation-delay: 15s; }
  #ke-d { animation-delay: 20s; }
  #ke-5 { animation-delay: 25s; }
  #ke-e { animation-delay: 30s; }
  #ke-6 { animation-delay: 35s; }
  #ke-7 { animation-delay: 40s; }
  #ke-10 { animation-delay: 45s; }
  #ke-11 { animation-delay: 50s; }
  #ke-13 { animation-delay: 55s; }
  #ke-14 { animation-delay: 60s; }
  #ke-15 { animation-delay: 65s; }
  #ke-18 { animation-delay: 70s; }
  #ke-19 { animation-delay: 75s; }
  #ke-20 { animation-delay: 80s; }
  #ke-22 { animation-delay: 85s; }
  #ke-23 { animation-delay: 90s; }
  #ke-26 { animation-delay: 95s; }
  #ke-27 { animation-delay: 100s; }
  #ke-29 { animation-delay: 105s; }

.gambar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.4); 
  padding: 10px 0;
}



/* Card */
.card {
  border: 1px solid #03ec19;
  border-radius: 12px;
  padding: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Hover untuk desktop */
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
}

/* Efek untuk mobile (tap/active state) */
@media (hover: none) and (pointer: coarse) {
  .card:active {
    transform: scale(0.98);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
}


/* Judul Premium */
.premium-title {
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;  
  padding: 6px 10px;
  background: linear-gradient(135deg, #2E97CB, #31C094);
  border-radius: 6px;
}

/* Harga + Badge Inline */
.price-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin: 0 0 0 0;
  line-height: 0.5;
}

/* Harga */
.price {
  font-weight: bold;
  margin: 0 0 4px 0;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

.price sup {
  font-size: 0.8rem;
  color: #666;
  margin: 0 0 4px 0;
}

.price span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #28a745; /* hijau = affordable */
  margin: 0 0 4px 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15); /* efek glow */
}

.price sub {
  font-size: 0.8rem;
  color: #666;
  margin: 0 0 4px 0;
}

.badge-star {
  position: absolute;
  top: 50px;
  right: 0px;
  background: #03ec19;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 20px 40px;
  transform: rotate(-45deg);
  text-align: center;
  white-space: normal;    /* biarkan teks bisa pecah baris */
  line-height: 1.2;       
clip-path: polygon(
  50% 0%,
  56% 12%,
  68% 9%,
  62% 22%,
  78% 22%,
  66% 34%,
  84% 38%,
  68% 46%,
  90% 50%,
  70% 54%,
  84% 62%,
  66% 66%,
  78% 78%,
  62% 78%,
  68% 91%,
  56% 88%,
  50% 100%,
  44% 88%,
  32% 91%,
  38% 78%,
  22% 78%,
  34% 66%,
  16% 62%,
  30% 54%,
  10% 50%,
  32% 46%,
  16% 38%,
  34% 34%,
  22% 22%,
  38% 22%,
  32% 9%,
  44% 12%
);

  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  z-index: 10;
}

ul.list-unstyled.text-start li {
  margin-bottom: 1px; /* jarak antar list */
  font-size: 0.9rem;
}




/*FOOTER*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: white;
}

.footer {
    background: #1B3E4B;
    color: white;
    padding: 40px 10%;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.footer h3 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #03ec19;
    display: inline-block;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding-left: 0; 
}

.footer ul li {
    margin: 5px 0;
    padding-left: 0px; 
}

.footer ul li a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
    display: block; 
    padding-left: 0px; 
}

.footer ul li a:hover {
    color: #03ec19;
    padding-left: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffcc00;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    color: #bbb;
}

.perusahaan {
    color: white; 
}

.perusahaan i {
    color: white; 
}


/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366; /* Warna hijau WA */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: pulse 1.8s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
    color: #fff;
}

/* Animasi Pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


/* CTA Oranye (Daftar) */
.btn-cta-alt {
  background: linear-gradient(135deg, #31C094, #2E97CB);
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.btn-cta-alt:hover {
  background: linear-gradient(135deg, #2E97CB, #31C094);
  transform: scale(1.05);
}

