.carousel-item {
  position: relative;
}

.carousel-item img {
  height: 550px;
  object-fit: cover;
}

.carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 2;
  text-align: left;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.carousel-caption p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  /* Efek bayangan teks */
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
}

.bike-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(237, 28, 36, 0.9);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
}
