.wcf__testimonial-3 .wcf__slider {
  margin: 0;
  --slides-to-show: 1;
  --space-between: 20px;
}
.wcf__testimonial-3 .wcf__slider:not(.swiper-initialized) .swiper-wrapper {
  gap: var(--space-between);
}
.wcf__testimonial-3 .wcf__slider:not(.swiper-initialized) .swiper-slide {
  width: calc(100% / var(--slides-to-show) - var(--space-between) * (var(--slides-to-show) - 1) / var(--slides-to-show));
}
.wcf__testimonial-3 .image {
  margin-bottom: 50px;
}
.wcf__testimonial-3 .feedback {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3 .feedback {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.wcf__testimonial-3 .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #1C1D20;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3 .name {
    font-size: 20px;
  }
}
.wcf__testimonial-3 .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}
.wcf__testimonial-3 .swiper-pagination {
  bottom: -40px;
}
.wcf__testimonial-3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #E8BF96;
}
.wcf__testimonial-3.style-1 {
  display: grid;
  grid-template-columns: 0.55fr 1fr 1.25fr 0.5fr;
  border-top: 1px solid #1C1D20;
  border-bottom: 1px solid #1C1D20;
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-3.style-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wcf__testimonial-3.style-1 .quote {
  border-inline-end: 1px solid #1C1D20;
  padding-inline-start: 100px;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .wcf__testimonial-3.style-1 .quote {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .quote {
    padding-top: 50px;
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-3.style-1 .quote {
    grid-column: 1/2;
    border-bottom: 1px solid #1C1D20;
  }
}
.wcf__testimonial-3.style-1 .quote::before {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  top: -1px;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
}
.wcf__testimonial-3.style-1 .quote::after {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  bottom: 0;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
}
.wcf__testimonial-3.style-1 .quote img {
  max-width: 110px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .quote img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .quote img {
    max-width: 60px;
  }
}
.wcf__testimonial-3.style-1 .main-title {
  border-inline-end: 1px solid #1C1D20;
  padding: 70px 80px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .wcf__testimonial-3.style-1 .main-title {
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .main-title {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-3.style-1 .main-title {
    grid-column: 2/-1;
    border-inline-end: 0;
    border-bottom: 1px solid #1C1D20;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .main-title {
    padding: 30px 20px;
  }
}
.wcf__testimonial-3.style-1 .main-title::before {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  top: -1px;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
}
.wcf__testimonial-3.style-1 .main-title::after {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  bottom: 0;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-3.style-1 .main-title::before, .wcf__testimonial-3.style-1 .main-title::after {
    display: none;
  }
}
.wcf__testimonial-3.style-1 .title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #1C1D20;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .wcf__testimonial-3.style-1 .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .title {
    font-size: 32px;
  }
}
.wcf__testimonial-3.style-1 .wcf__slider {
  border-inline-end: 1px solid #1C1D20;
}
@media only screen and (max-width: 991px) {
  .wcf__testimonial-3.style-1 .wcf__slider {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .wcf__slider {
    grid-column: 1/-1;
    border-inline-end: 0;
    border-bottom: 1px solid #1C1D20;
  }
}
.wcf__testimonial-3.style-1 .slide {
  max-width: 410px;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .slide {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .slide {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.wcf__testimonial-3.style-1 .feedback {
  text-indent: 80px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .feedback {
    text-indent: 40px;
  }
}
.wcf__testimonial-3.style-1 .name {
  text-transform: uppercase;
  padding-inline-start: 80px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .name {
    padding-inline-start: 40px;
  }
}
.wcf__testimonial-3.style-1 .designation {
  padding-inline-start: 80px;
}
@media only screen and (max-width: 1199px) {
  .wcf__testimonial-3.style-1 .designation {
    padding-inline-start: 40px;
  }
}
.wcf__testimonial-3.style-1 .ts-navigation {
  display: grid;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .ts-navigation {
    grid-row: 3;
    grid-column: 1/-1;
    height: 90px;
  }
}
.wcf__testimonial-3.style-1 .ts-navigation::before {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  top: -1px;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
}
.wcf__testimonial-3.style-1 .ts-navigation::after {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  bottom: 0;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(50% 0%, 75% 60%, 100% 100%, 0 100%, 30% 50%);
}
.wcf__testimonial-3.style-1 .ts-navigation::before, .wcf__testimonial-3.style-1 .ts-navigation::after {
  inset-inline-start: -10px;
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .ts-navigation::before, .wcf__testimonial-3.style-1 .ts-navigation::after {
    display: none;
  }
}
.wcf__testimonial-3.style-1 .wcf-arrow-next {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #1C1D20;
  position: relative;
}
.wcf__testimonial-3.style-1 .wcf-arrow-next::before {
  position: absolute;
  content: "";
  inset-inline-end: -10px;
  top: -1px;
  width: 20px;
  height: 12px;
  background-color: #1C1D20;
  clip-path: polygon(100% 0, 75% 40%, 50% 100%, 30% 50%, 0 0);
}
.wcf__testimonial-3.style-1 .wcf-arrow-next::before {
  inset-inline-start: -5px;
  top: -7px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .wcf__testimonial-3.style-1 .wcf-arrow-next::before {
    display: none;
  }
}
.wcf__testimonial-3.style-1 .wcf-arrow-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}