/*
 Theme Name:   Genesis Block Child
 Template:     genesis-block-theme
 Version:      1.0
 Author:       Your Name
 Description:  A child theme for the Genesis Block Theme.
*/

/* Optional: Add your custom CSS below */

/* Testimonials Css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-id-9  .Testimonial {
  background-color: #282560;
  padding: 80px;
}
.page-id-138  .Testimonial {
  background-color: transparent;
  padding: 80px;
}

.testimoial-container {
  width: 80%;
  margin: 0 auto;
}

.Testimonial {
  position: relative;
}

.Testimonial::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 329px;
  background-image: url(https://kwiverdev.wpenginepowered.com/wp-content/uploads/2025/06/Group-1261155041.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.Testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 329px;
  height: 500px;
  background-image: url(https://kwiverdev.wpenginepowered.com/wp-content/uploads/2025/06/Group-1261155040.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.review-item {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {

  background-color: #D91B5D !important;
  opacity: 1;
  margin: 0 4px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullets,
.swiper-pagination-fraction {
  padding: 24px;
}

.review-data {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  width: 80%;
  /* margin-top: 70px; */
}

.page-id-138 .swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #D91B5D !important;
}

.review-item span {
  color: #D91B5D;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-id-9 .review-item h2 {
  color: #fff;
}

.page-id-138 .review-item h2 {
  color: #000000;
}

.review-item h2 {
  /* color: #FFF; */
  text-align: center;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-id-9 .review-item p {
  color: #FFF;
}

.page-id-138 .review-item p {
  color: #000;
}

.review-item p {
  /* color: #FFF; */
  text-align: center;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.18px;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-id-9 .review-item h4 {
  color: #fff;
}

.page-id-138 .review-item h4 {
  color: #000;
}

.review-item h4 {
  /* color: #FFF; */
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.page-id-9 .review-item h3 {
  color: #fff;
}

.page-id-138 .review-item h4 {
  color: #000;
}

.review-item h3 {
  /* color: #FFF; */
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Jost;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.review-item img {
  border-radius: 99999% !important;
  width: 154px !important;
  height: 154px !important;
  border-style: solid !important;
  border-color: #D91B5D !important;
  border-width: 1px !important;
  padding: 12px !important;
}

/*# sourceMappingURL=style.css.map */