.swiper-max {
  width: 100%;
  /* max-width: 1000px; */
  width: 100%;
  height: 400px;              /* ✅ Set fixed height here */
  margin: 2rem auto;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  position: relative;
}




/* Full-width slideshow: always centered in viewport */
.swiper-fullscreen {
  position: relative;
  width: 100vw;           /* span entire viewport width */
  height: 80vh;           /* or 100vh, as you like */
  
  left: 50%;              /* move its left edge to the middle */
  transform: translateX(-50%);
  
  overflow: hidden;
  z-index: 1;
}

/* Inner swiper still fills */
.swiper-fullscreen .swiper {
  width: 100%;
  height: 100%;
}

/* Slides cover their container via background */
.swiper-fullscreen .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
