

    .suvq {background-color: #121212;}

   .theme-toggle {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}

.theme-toggle label {
  cursor: pointer;
  font-size: 1.2rem; /* lebih kecil dari sebelumnya */
  padding: 0.4rem 0.8rem;
  background-color: #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.theme-toggle input {
  display: none;
}

.dark-mode .theme-toggle label {
  background-color: #000;
  color: #fff;
}
/* Drop Down
/* Untuk dropdown-menu secara keseluruhan */
body.dark-mode .dropdown-menu {
  background-color: #1f1f1f !important;
  color: #fff;
}

/* Untuk item dalam mega menu */
body.dark-mode .dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 0.5rem;
  transition: background-color 0.3s, color 0.3s;
}

/* Saat hover: latar jadi putih, teks jadi hitam */
body.dark-mode .dropdown-menu a:hover .d-flex {
  background-color: #fff;
  color: #000;
}

/* Supaya teks dalam .text ikut berubah saat hover */
body.dark-mode .dropdown-menu a:hover .text h5,
body.dark-mode .dropdown-menu a:hover .text div {
  color: #000;
}

/* Icon tetap menarik meski dark mode */
body.dark-mode .dropdown-menu .icon {
  background-color: rgba(255, 255, 255, 0.1);
}





.ttl {
  font-weight: 900;
  font-size: clamp(36px, 10vw, 100px);
}

@media (max-width: 768px) {
  .ppl {
    font-size: 12px;
  }
}

/* Floating Icon */
.deco-icon {
  position: absolute;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

/* Posisi tiap elemen dekoratif */
.thumbs-up {
  top: 16%;
  left: 20%;
  width: 130px;
}

.sun {
  top: 1%;
  right: 26%;
  width: 100px;
}

.coin6 {
  top: 1%;
  right: 10%;
  width: 80px;
}

.badge-left {
  top: 39%;
  left: 15%;
  width: 150px;
}

.badge-right {
  top: 17%;
  right: 13%;
  width: 140px;
}

.coin-left {
  bottom: 35%;
  left: 16%;
  width: 110px;
}

.coin-right {
  bottom: 40%;
  right: 18%;
  width: 100px;
}




@media (max-width: 768px) {
  .thumbs-up {
    top: 17%;
    left: 6%;
    width: 60px;
  }

  .sun {
    top: 2%;
    right: 10%;
    width: 60px;
  }

  .badge-left {
    top: 34%;
    left: 5%;
    width: 80px;
  }

  .badge-right {
    top: 47%;
    right: 5%;
    width: 70px;
  }

  .coin-left {
    bottom: 16%;
    left: 10%;
    width: 60px;
  }

  .coin-right {
    bottom: 14%;
    right: 10%;
    width: 60px;
  }
}



.carousel-scroll::-webkit-scrollbar {
  height: 6px;
}

.carousel-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: white !important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
}

.carousel-control-prev-icon,
        .carousel-control-next-icon {
            filter: invert(1); /* Mengubah ikon Bootstrap menjadi hitam */
            width: 20px;
            height: 20px;
        }

