.noto-sans-lao- {
  font-family: "Noto Sans Lao", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.custom-slider-wrapper {
  max-width: 1320px;
  height: 500px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* ✅ เพิ่มจุดนี้เพื่อขยับ dot ขึ้น */
.swiper-pagination {
  bottom: 30px !important;
}