.essw-swiper-container {
  width: 100%;
  max-width: 700px;
  margin: auto;
  /* padding: 20px; */
  /* background: #ffffff; */
  border-radius: 12px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.essw-title {
  font-size: 28px;
  color: #166534;
  font-weight: bold;
  margin-bottom: 10px;
}

.essw-image img {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.essw-details {
  /* background: #f5f5f5; */
  /* padding: 20px; */
  border-radius: 8px;
  text-align: left;
}
.essw-details h3 {
  font-size: 18px;
  color: #166534;
  font-weight: bold;
  margin-bottom: 5px;
}
.essw-details p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.essw-swiper-container {
  /* max-width: 800px; */
  margin: 0 auto;
  /* padding: 40px; */
  /* background: #f8f8f8; */
}
.essw-slide-content {
  /* background: #fff; */
  /* padding: 40px; */
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.essw-title {
  color: #1d6b5b;
  font-size: 52px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.essw-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  height: 2px;
  background: #1d6b5b;
  opacity: 0.3;
}
.essw-image {
  background: #e8f5f1;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 25px;
  margin: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/*.essw-image:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: #fff;*/
/*  opacity: 0.1;*/
/*}*/
.essw-image img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}
.essw-details {
  color: #333;
}
.essw-section {
  margin-bottom: 8px !important;
}
.essw-section h3 {
  color: #1d6b5b;
  font-size: 20px;
  margin-bottom: 4px !important;
  font-weight: 800;
}
.essw-section p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.essw-fraction {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #1d6b5b;
  font-size: 18px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 15px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.essw-fraction .swiper-pagination-current {
  color: #1d6b5b;
  font-weight: 700;
}

.essw-fraction .swiper-pagination-total {
  color: #666;
}
/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #1d6b5b;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}
/* Pagination */
.swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #1d6b5b;
  background: #fff !important;
  border: 1px solid rgba(29, 107, 91, 0.3);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  color: #1d6b5b;
  border-color: #1d6b5b;
  background: #fff !important;
  font-weight: 500;
}

/* Remove conflicting styles */
.essw-fraction {
  display: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1d6b5b;
}

/* Remove number-specific styles */
.essw-fraction,
.essw-fraction .swiper-pagination-current,
.essw-fraction .swiper-pagination-total {
  display: none;
}
