
.chs-swiper {
  width: 100%;
  max-width: 1200px;
  height: 948px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.chs-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.chs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.chs-overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #222;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 450px;
}
.chs-overlay h2 {
  font-size: 32px;
  font-weight: bold;
  color: #1e1e58;
  margin-bottom: 10px;
}
.chs-overlay h3 {
  font-size: 18px;
  color: #555;
}
.chs-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #555;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
.swiper-pagination {
  bottom: 10px !important;
}
