.banner {
  top: 55% !important;
}

.red-gradient-button {
  border-radius: 5px;
  background: linear-gradient(187deg, #741032 -7.32%, #05041c 113.34%);
  padding: 12px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 0 5px 10px 0;
  width: max-content;
  text-decoration: none;
}
.red-gradient-button:hover {
  background: linear-gradient(187deg, #741032 -7.32%, #05041c 113.34%);
  color: #fff;
}
.slider-img-1,
.slider-img-3 {
  max-height: 500px;
  width: auto;
}
.slider-2 {
  max-width: 100% !important;
}
/* Swiper css */
.swiper-carousel {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.swiper-carousel-container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.swiper {
  width: 100%;
  height: 100%;
}
/* Default dots */
.swiper-pagination-bullet {
  background: #fff !important; /* default dot color */
  opacity: 1; /* make them fully visible */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: #df3a3a !important; /* active dot color */
  width: 40px !important; /* stretched width */
  border-radius: 4px !important; /* pill shape */
}
/* responsive tweaks (example) */
@media (max-width: 768px) {
  .bg-mainbanner {
    height: 850px;
  }
  .waves canvas {
    height: 850px !important;
  }
  .red-gradient-button {
    padding: 6px 10px;
  }
  .slider-img-1 {
    max-height: 350px;
    width: auto;
  }
  .slider-img-3 {
    max-height: 320px;
    width: auto;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .slider-2 {
    max-width: 800px !important;
  }
}
