.destination-slider-container {
  padding: 40px;
  color: #fff;
}

.destination-header {
  max-width: 600px;
  margin-bottom: 30px;
}

.top-destinations {
  color: #ff4a4a;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.destination-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.destination-header .subtitle {
  font-size: 15px;
  color: #e0e0e0;
}

.destination-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.destination-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.destination-card:hover img {
  transform: scale(1.05);
}

.destination-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  width: 100%;
  color: #fff;
}

.tour-badge {
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}
