@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Noto Sans Bengali", sans-serif;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Bengali", sans-serif;
  line-height: 1.4;
  overflow: visible;
  padding-top: 0.15em;
}
.clients-review-section-container {
  margin-bottom: 200px;
}

/* allow positioned children (slider nav) to be visible outside container */
.container.clients-review-section-container {
  overflow: visible;
}
.clients-review-section-container h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.5;
  overflow: visible;
  padding-top: 0.2em;
}
.clients-review-slider {
  position: relative;
}
.clients-review-slider .swiper-slide {
  height: auto;
}
.clients-review-slider .swiper-slide .video-intro-trigger {
  min-height: 200px;
  max-height: 200px;
}
.client-review-card {
  padding: 28px;
  min-height: 320px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
 }
.client-review-card .client-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.client-review-card .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.client-review-card .client-info span {
  font-size: 25px;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  overflow: visible;
}
.client-review-card .client-review {
  font-size: 18px;
  color: #676363;
  line-height: 28px;
  margin-top: 20px;
  flex: 1;
}

/* Ensure slides stretch to match card height so all cards appear equal */
.clients-review-slider .swiper-slide {
  display: flex;
  align-items: stretch;
}
.clients-swiper-buttons .review-btn-prev::after,
.clients-swiper-buttons .review-btn-next::after {
  display: none;
}
.clients-swiper-buttons .review-btn-prev,
.clients-swiper-buttons .review-btn-next {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.clients-swiper-buttons .review-btn-prev {
  left: -25px;
}
.clients-swiper-buttons .review-btn-next {
  right: -25px;
}
.clients-swiper-buttons .review-btn-prev:hover svg path {
  fill: #138483;
}

.clients-swiper-buttons .review-btn-next:hover svg path {
  fill: #138483;
}

/* responsive */
@media screen and (max-width: 576px) {
  .clients-review-section-container {
    margin-bottom: 100px;
  }
  .clients-review-section-container h2 {
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 1.5;
    overflow: visible;
    padding-top: 0.2em;
  }
  .client-review-card {
    padding: 24px;
    min-height: fit-content;
  }
  .client-review-card .client-image {
    width: 50px;
    height: 50px;
  }
  .client-review-card .client-info span {
    font-size: 20px;
    line-height: 1.5;
  }
  .client-review-card .client-info img {
    height: 16px;
  }
  .client-review-card .client-review {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
}
