
      p {color: white}
      .container {padding-right: 0px!important;padding-left: 0px!important;}
      .review-container {background: transparent;}
.table-divider {
  height:50px;
  margin:0px auto;
  width: 98%;
  max-width: 1200px;
  border-radius: 10px;
  background: linear-gradient(to right, #2a3c3d, #16171a, #163e41);
  box-shadow: 0 0 10px #00f0ff88, 0 0 5px #0033cc88;
  animation: pulse-glow 2s infinite alternate;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 5px #00000055, 0 0 2px #0033cc55;
  }
  100% {
    box-shadow: 0 0 15px #00f0ffaa, 0 0 8px #0033ccaa;
  }
}
.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 20s linear infinite;
  font-weight: bold;
  color: white;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.speaker-icon {
  font-size: 24px;
  color: white;
  margin-right: 10px;
  animation: pulseSpeaker 1.2s infinite ease-in-out;
}

@keyframes pulseSpeaker {
  0%   { transform: scale(1); opacity: 0.8; }
  50%  { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}


    .faq-container {
      max-width: 700px;
      margin: auto;
      background: transparent;
      padding:10px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    h2 {
      text-align: center;
      margin-bottom: 20px;
      color:white;
    }
    .faq-item {
      border-bottom: 1px solid #ddd;
    }
    .faq-question {
      padding: 15px;
      cursor: pointer;
      position: relative;
      font-weight: bold;
      color:white;
    }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 18px;
    }
    .faq-question.active::after {
      content: '-';
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease;
      background: transparent;
      padding: 0 15px;
      color:white;
    }
    .faq-answer.open {
      padding: 15px;
      max-height: 300px;
    }

    .keunggulan-container {
      max-width: 1000px;
      margin: auto;
      overflow: hidden;
      position: relative;
      border-radius: 12px;
    }

    .slide-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide-item {
      min-width: 100%;
      box-sizing: border-box;
      padding: 20px 30px;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      text-align: center;
    }

    .slide-item h3 {
      font-size: 24px;
      margin-bottom: 10px;
      color: #00d9ff;
    }

    .slide-item p {
      font-size: 16px;
      color:white;
    }
    .dot.active {
      background-color: #00d9ff;
    }

    @media (max-width: 600px) {
      .slide-item {
        padding: 20px 10px;
      }
      .slide-item h3 {
        font-size: 20px;
      }
    }

.footer {
  width: 1000px;
  max-width: 100%;
  margin:0 auto;
  color: white;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color:transparent;
    }

    .footer-logo {
      text-align: center;
      margin:10px;
    }

    .footer-logo h1 {
      color: white;
      font-size: 32px;
      margin-bottom: 10px;
    }

    .footer-logo h1 span {
      color: #92e5ff;
    }

    .footer-logo p {
      font-size: 14px;
      color: #ccc;
      line-height: 1.6;
    }

    .footer-links {
      margin-left: 30px;
      display: flex;
      flex: 1;
      gap: 50px;
      flex-wrap: wrap;
    }

    .footer-section {
      min-width: 150px;
    }

    .footer-section h4 {
      color: #fff;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .footer-section ul {
      list-style: none;
      padding: 0;
    }

    .footer-section ul li {
      margin-bottom: 8px;
    }

    .footer-section ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 14px;
    }

    .footer-section ul li a:hover {
      color: #ff6a00;
    }

    @media (max-width: 768px) {
      .footer {
        flex-direction: column;
      }

      .footer-links {
        flex-direction: column;
        gap:20px;
      }

    }

.swiper-banner .swiper-slide img {
        height: 443px;
        width:1500px;
        object-fit: cover;
    }
    @media (max-width: 768px) 
    {  .swiper-banner .swiper-slide img { height: 180px; } }
    @media (max-width: 576px) 
    { .swiper-banner .swiper-slide img { height: 160px; } }
    @media (max-width: 375px) 
    { .swiper-banner .swiper-slide img { height: 140px; } }

.navbar {background:transparent;padding:0px;margin-bottom: 20px !important;}
.navbar-brand {margin:0 auto;}
}
*:before, *:after {
  box-sizing: inherit;
}
.navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
}
.pe-3 {padding-right: 0!important}
.fw-bold {font-weight:400 !important}
.navbar-nav .nav-link {
  width: 100%;
  padding: 10px 0;
}

/* Optional: agar pembatas hanya muncul di desktop */
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column !important;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .border-end {border-right: 0!important}
  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}
table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    max-width: 800px;
  }

  th, td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    vertical-align: middle;
  }

  th {
    background-color:transparent;
    font-weight: bold;
  }

  .product-image {
    width: 150px;
    height: 100px;
    object-fit: cover;
    background-color: transparent;
    border-radius: 8px;
  }

  .button-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }

  .buy-button, .info-button {
    padding: 6px 12px;
    font-size: 13px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100px;
  }

  .buy-button {
    background-color: #2196f3;
  }

  .buy-button:hover {
    background-color: #1976d2;
  }

  .info-button {
    background-color: #4caf50;
  }

  .info-button:hover {
    background-color: #388e3c;
  }

  @media (max-width: 600px) {
    table, th, td {
      font-size: 12px;
    }

    .product-image {
      width: 350px;
      height: 100px;
    }

    .buy-button, .info-button {
      font-size: 12px;
      width: 90px;
    }
  }
.navbar-nav .nav-link {
  position: relative;
  transition: all 0.4s ease;
  padding: 10px 15px;
  border-radius: 8px;
}
/* Efek hover menyatu dengan background gradasi */
.navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Tambahan animasi garis bawah */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 5px;
  background: #ffffff;
  transition: width 0.3s ease, left 0.3s ease;
  border-radius: 5px;
}

.navbar-nav .nav-link:hover::after {
  width: 60%;
  left: 20%;
}
.navbar:hover,
.navbar:focus-within {
  background: linear-gradient(to right, #004c99, #001f4d); /* Lebih terang saat disentuh */
  transition: background 0.5s ease;
}
