/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
body {
  overscroll-behavior: none;
}
.home-testimonials .wrapper {
  position: relative;
  overflow: hidden;
  margin: 64px auto;
  z-index: 25;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 200px 0px 80px 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1840px) {
.home-testimonials .wrapper {
  max-width: 1840px;
}
}




.home-testimonials {
position: relative;
}

/*.home-testimonials::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/performance-background.svg);
    top: -30%;
    background-size: 100% auto;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 23;
}*/

.home-testimonials__items {
  position: relative;
}
.home-testimonials__bg{
    position: absolute;
  width: 100%;
  height: 100%;
  top: -92%;
  left: 0;
    background-image: url(/wp-content/uploads/2026/02/performance-background.svg);
    background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;;
}
.home-testimonials .wrapper > p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #131314;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials .wrapper > p {
    display: none;
  }
}
.home-testimonials__content {
  margin-bottom: 72px;
  text-align: center;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1540px) {
  .home-testimonials__bg {
    height: 200%;
  }
} 

.home-testimonials__content span {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0ec76a;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
}

@media only screen and ( min-width: 960px ) {
  .home-testimonials__content h2 {
    font-size: 46px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-testimonials__content h2, 
  .home-testimonials__content h2 span {
    font-size: 38px;
  }
}
.home-testimonials__content p {
  width: 100%;
  max-width: 100%;
  color: #131314;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__content p {
    display: block;
    margin-top: auto;
    font-size: 16px;
    line-height: 28px;
    color: #131314;
    max-width: 705px;
    font-family: 'euclidcircularb-medium';
    margin: 20px auto 0 auto;
  }
}

.home-testimonials__content h2,
.home-testimonials__content h2 span {
  font-size: 45px;
  line-height: 60px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
  margin: 0;
  text-transform: none;
 letter-spacing: normal;
 margin-bottom: 0px;
 display: inline-block;
}

.home-testimonials__content h2 span {
 color: #0ec76a;
 display: contents;
}
.home-testimonials__items {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  max-width: 100%;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items {
    padding: 0px 0 48px 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #fff;
    border: none;
  }
}
.home-testimonials__items::before,
.home-testimonials__items::after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: calc(100% - 32px);
  height: 100%;
  transform: translateX(-50%);
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  z-index: -1;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items::before,
  .home-testimonials__items::after {
    display: none;
  }
}
.home-testimonials__items::after {
  bottom: -16px;
  width: calc(100% - 64px);
  z-index: -2;
}
.home-testimonials__items ul {
  padding: 0;
  margin: 0;
  z-index: 22;
}
.home-testimonials__items .swiper-slide {
  width: 100%;
  max-width: 440px;
  height: 100%;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items .swiper-slide {
    width: 100%;
    max-width: 653px;
    max-height: 400px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .home-testimonials__items .swiper-slide.swiper-slide-visible {
    opacity: 1;
    position: relative;
  }

  .home-testimonials__items .swiper-slide.swiper-slide-visible::after,
  .home-testimonials__items .swiper-slide.swiper-slide-prev::after,
  .home-testimonials__items .swiper-slide.swiper-slide-next::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5); /* Adjust color/opacity to match your bg */
  pointer-events: none;
  z-index: 10;
  border-radius: inherit; /* Match card radius if any */
}

.home-testimonials__items .swiper-slide-active.swiper-slide-visible::after {
  content: unset;
}
  .home-testimonials__items .swiper-slide.swiper-slide-fully-visible {
    opacity: 1;
  }
  .home-testimonials__items .swiper-slide-active {
    opacity: 1 !important;
  }
}
.home-testimonials__items .swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__items .swiper-controls {
    margin-top: -40px;
  }
}
.home-testimonials__items .swiper-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.home-testimonials__items .swiper-controls button:first-of-type svg {
  transform: scale(-1);
}
.home-testimonials__items .swiper-controls button:not(:last-of-type) {
  margin-right: 10px;
}
.home-testimonials__items .swiper-controls button svg {
  width: 24px;
  height: 24px;
}
.home-testimonials__item {
  display: flex;
  flex-direction: column;
  height: 584px;
  border: 1px solid #e9e7ec;
  border-radius: 12px;
  background: #fbfbfb;
  padding: 48px 20px 20px 20px;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item {
    padding: 32px;
    height: 400px;
    border: 1px solid #e9e7ec;
    background: #fbfbfb;
  }
}
.home-testimonials__item-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and ( max-width: 960px ) { 
  .home-testimonials__item-content {
    overflow: auto;
  }

  .home-testimonials__items .swiper-slide.swiper-slide-visible {
    opacity: 1;
    position: relative;
  }

  .home-testimonials__items .swiper-slide.swiper-slide-visible::after,
  .home-testimonials__items .swiper-slide.swiper-slide-prev::after,
  .home-testimonials__items .swiper-slide.swiper-slide-next::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5); /* Adjust color/opacity to match your bg */
  pointer-events: none;
  z-index: 10;
  border-radius: inherit; /* Match card radius if any */
}

.home-testimonials__items .swiper-slide-active.swiper-slide-visible::after {
  content: unset;
}
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-info {
    padding-bottom: 0;
    align-items: center;
    gap: 8px;
  }
}
.home-testimonials__item-info > figure {
  max-width: 127px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-info > figure {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.home-testimonials__item-info figure {
  max-width: 127px;
}
.home-testimonials__item-info img {
  width: 100%;
  height: auto;
}
.home-testimonials__item-author {
  display: flex;
  align-items: flex-start;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author {
    display: flex;
    align-items: center;
  }
}
.home-testimonials__item-author figure {
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author figure {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.home-testimonials__item-author__content {
  width: 100%;
  max-width: 71.95%;
  margin-left: 12px;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author__content {
    max-width: max-content;
    margin-left: 0;
  }
}
.home-testimonials__item-author__content h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'euclidcircularb-semibold', Helvetica, Arial, sans-serif;
  margin: 0;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-author__content h3 {
    font-size: 20px;
  }
}
.home-testimonials__item-author__content p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #424242;
}
@media only screen and ( min-width: 960px ) {
  .home-testimonials__item-content {
    margin-bottom: 0;
  }
}

.home-testimonials__items {
    perspective: 2500px
}

.home-testimonials__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px; 
  height: 100%;
  pointer-events: none; 
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.home-testimonials__items .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.home-testimonials__items .home-testimonials__item {
    height: 320px;
    width: 100%;
    max-width: 731px;
    justify-content: center;
}

@media (max-width:959px) {
    .home-testimonials__items .home-testimonials__item {
        height: 600px;
    }
}

.home-testimonials__items .home-testimonials__item .home-testimonials__description {
    text-align: center;
    margin: auto auto 0;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__description h2 {
    margin: 0 auto 15px;
    font-size: 45px;
    letter-spacing: -2.63px;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__description h2::before {
    display: none;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__description p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #131314;
    opacity: 0.7;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-content {
    margin: auto 0;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-content p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: normal;
    color: #131314;
    font-family: "euclidcircularb-medium";
    font-weight: 500;
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-info {
    margin-top: auto;
}

@media (max-width:959px) {
    .home-testimonials__items .home-testimonials__item .home-testimonials__item-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-info .testimonial-logos {
    max-width: unset;
    display: flex;
    align-items: center;
    gap: 28px;
}

@media (max-width:959px) {
    .home-testimonials__items .home-testimonials__item .home-testimonials__item-info .testimonial-logos {
        position: relative;
        right: unset;
        bottom: unset;
    }
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-info .testimonial-logos img {
    max-width: 127px;
    object-fit: contain;
}

@media (max-width:959px) {
    .home-testimonials__items .home-testimonials__item .home-testimonials__item-info .home-testimonials__item-author {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:959px) {
    .home-testimonials__items .home-testimonials__item .home-testimonials__item-info .home-testimonials__item-author .home-testimonials__item-author__content {
        max-width: 100%;
        text-align: center;
    }
}

.home-testimonials__items .home-testimonials__item .home-testimonials__item-info .home-testimonials__item-author .home-testimonials__item-author__content p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #131314;
    opacity: 0.5;
}
.home-testimonials__items .home-testimonials__item .home-testimonials__item-info .home-testimonials__item-author .home-testimonials__item-author__content h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: "euclidcircularb-medium", Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 500;
}
.home-testimonials__item-content p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: normal;
  color: #424242;
}
.home-testimonials__description {
  max-width: 82%;
  margin-top: auto;
}
.home-testimonials__description h2 {
  pointer-events: none;
  font-size: 32px;
  line-height: 40px;
  width: fit-content;
  margin: 0 0 0 20px;
  color: #0EC76A;
  font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
}
@media more-then-medium {
  .home-testimonials__description h2 {
    font-size: 48px;
    line-height: 40px;
  }
}
.home-testimonials__description h2::before {
  opacity: 1;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  right: 66px;
  bottom: 9px;
}
.home-testimonials__description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #424242;
}
.home-testimonials__pagination {
  text-align: center;
  margin-top: 20px;
}
.home-testimonials__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #0EC76A;
  opacity: 0.3;
}
.home-testimonials__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 1430px)  {
.home-testimonials__bg {
  top: -80%;
}
}

@media (max-width: 1200px)  {
.home-testimonials__bg {
  top: -70%;
}
}

@media (max-width: 991px) {
  .home-testimonials__bg {
    top: -36%;
  }

  .home-testimonials .wrapper {
    margin: 0px auto;
    padding: 180px 0px 80px 0px;
    max-width: calc(100% - 0px);
  }
}

@media (max-width: 768px) {
  .home-testimonials__content h2, 
  .home-testimonials__content h2 span {
    font-size: 32px;
    line-height: 40px;
  }

  .home-testimonials__content p {
    font-size: 17px;
    line-height: 28px;
    white-space: pre-line;
  }

  .home-testimonials .wrapper {
    padding: 95px 0px 80px 0px;
  }

      .home-testimonials__bg {
        top: -30%;
    }
}

@media (max-width: 500px) {
  .home-testimonials::before {
    top: 0%;
  }
}

