.fpd-day-tour__slider {
  overflow: visible;
  position: relative;
  padding: 40px 0;
	
}


.fpd_daytour_slide {
  width: auto !important;
  max-width: 360px;
  margin-right: 20px;
  flex-shrink: 0;
}

.fpd_daytour_slide .tour-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}

.fpd_daytour_slide .tour-card:hover {
  transform: translateY(-5px);
}

.fpd_daytour_slide img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 20px;
}


.fpd_daytour_slide h3 {
  font-size: 18px;
  font-weight: 700;
  color: #9c782c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fpd_daytour_slide p {
  font-size: 14px;
  color: #2c4856;
  line-height: 1.6;
}



/* === NAVIGATION + BULLETS WRAPPER === */
.fpd-day-tour__nav {
  position: absolute;
  bottom: -8px;
  left: 15px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}

/* === BULLETS === */
.fpd-day-tour__nav .swiper-pagination {
  display: flex;
  gap: 10px;
  position: static;
  align-items: center;
}

.fpd-day-tour__nav .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #5e7e86;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fpd-day-tour__nav .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

/* === ARROWS === */
.fpd-day-tour__nav .swiper-button-prev,
.fpd-day-tour__nav .swiper-button-next {
  position: static;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Prevent arrows from being shifted by Swiper */
.fpd-day-tour__nav .swiper-button-prev::after,
.fpd-day-tour__nav .swiper-button-next::after {
  content: none !important;
}

.fpd-day-tour__slider .swiper-wrapper {
  padding-left: 20px;
}

.fpd-day-tour__slider .swiper-slide {
  width: auto; /* Let each card define its own width */
  flex-shrink: 0;
}

.fpd-day-tour__slider .swiper-wrapper {
  padding-left: 20px; /* Prevent first card from hugging left edge */
}

.fpd-day-tour__slider .swiper-slide {
  width: 300px;
}