body {
  /* font-family: "Poppins", sans-serif; */
  background-color: #111;
  color: white;
  /* padding: 20px; */
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgb(143 129 94) !important;
}
.border-danger {
  border-color: rgb(143 129 94) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgb(175 139 110) !important;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.image-card img {
  width: 100%;
  height: 250px; /* Fixed height for equal dimensions */
  object-fit: cover;
  border-radius: 15px;

}

.image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.play-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  padding: 8px 12px;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
}

.play-button:hover {
  background: #ff4d4d;
}

.image-card {
  width: 398px;
  height: 265px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease-in-out;
}
/* .image-card:hover {
  transform: scale(1.05);
}

.image-card img {
  width: 100%;
  border-radius: 15px;
  display: block;
} */

/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 18px;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
} */
/* .image-card:hover .play-button {
  opacity: 1;
  background: rgba(254, 5, 5, 0.8);
}

.carousel-inner {
  padding: 15px;
}

.play-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
} */
/* a {
  color: rgb(121 75 27);
  text-decoration: underline;
} */
.dark-mode {
  background-color: #f9f6f6;
  color: #121212;
}

/* Add your own overrides for dark mode here */

.play-button:hover {
  background-color: rgba(255, 255, 255, 1);
}

h2 {
  margin-left: 10px;
}
.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 20px;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.card {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.card-title {
  position: absolute;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  width: 100%;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
h2 {
  margin-bottom: 16px;
}

.carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.card {
  position: relative;
  flex: 0 0 auto;
  /* width: 200px;
  height: 200px; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.rank {
  position: absolute;
  left: -20px;
  bottom: -20px;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 0, 0, 0.2);
  z-index: 0;
}

.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.card-content h4 {
  margin: 0;
  font-size: 14px;
}
li.list-group-item.bg-dark.text-white.border-dark {
  padding: 15px;
}
/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fbc02d;
  color: black;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
} */
/* Custom carousel buttons */
.custom-control {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* make white arrows */
  width: 20px;
  height: 20px;
}

.custom-control:hover {
  background: rgba(255, 77, 77, 0.9); /* red glow like KukuFM */
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.icon-btn {
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}
.icon-btn:hover {
  transform: scale(1.2);
  opacity: 0.8;
}
#speedControl {
  padding: 2px 8px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: khaki;
}
#speedControl:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-danger {
  background-color: rgb(236, 13, 13) !important;
}
