.elementor-25 .elementor-element.elementor-element-545d857{--spacer-size:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-2803dd0 .elementor-heading-title{font-family:"Source Serif Pro", Sans-serif;font-size:53px;font-weight:500;line-height:59px;color:#14172B;}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-2803dd0 .elementor-heading-title{font-size:42px;line-height:1.1em;}}/* Start custom CSS for html, class: .elementor-element-37854fe */.testimonial-carousel {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  color: #ffffff;
}

.testimonial-slides {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.8s ease;
}

.testimonial-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.testimonial-content {
  padding: 0;
}

.testimonial-content blockquote {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  border: 0 !important;
  max-width: 1500px;
  color: #ffffff;
  font-family: "Source Serif Pro", serif;
  font-size: 32.5px; /* 25% increase */
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  text-wrap: balance!important;
}

.testimonial-meta {
  margin-top: 18px;
  color: #ffffff;
  font-family: "Rethink Sans", Helvetica, Arial, sans-serif;
}

.testimonial-name,
.testimonial-role {
  font-size: clamp(18px, 1vw, 26px);
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
}

.testimonial-role:empty {
  display: none;
}

.testimonial-nav {
  position: absolute;
  left: 0;
  bottom: 80px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.testimonial-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.testimonial-arrow img {
  width: 32px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1); /* makes arrows white */
}

.testimonial-arrow:hover {
  opacity: 0.72;
}

.testimonial-arrow.prev:hover {
  transform: translateX(-2px);
}

.testimonial-arrow.next:hover {
  transform: translateX(2px);
}

/* Slide 8: logo + quote */
.testimonial-content--with-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
  min-height: 300px;
  padding-left: -20px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.testimonial-logo-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: 200px;
}

.testimonial-copy {
  display: flex;
  align-items: center;
}

.slide-8 .testimonial-copy blockquote {
  max-width: 520px;
}

/* Tablet */
@media (max-width: 1024px) {
  .testimonial-carousel,
  .testimonial-slides {
    min-height: 360px;
  }

  .testimonial-content {
    padding: 0;
  }

  .testimonial-nav {
    left: 0;
    bottom: 70px;
  }

  .testimonial-content blockquote {
    font-size: clamp(30px, 6vw, 32.5px);
    line-height: 1.2;
  }

  .testimonial-name,
  .testimonial-role {
    font-size: clamp(18px, 2.1vw, 28px);
  }

  .testimonial-content--with-logo {
    min-height: 260px;
    gap: 24px;
    padding-left: 0px;
    padding-bottom: 110px;
  }

  .testimonial-logo {
    max-height: 220px;
    max-width: 220px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .testimonial-carousel,
  .testimonial-slides {
    min-height: 500px;
  }

  .testimonial-content {
    padding: 0;
  }

  .testimonial-content blockquote {
    font-size: 31px; /* 25% increase */
    line-height: 1.28;
  }
  
  @media (max-width: 767px) {
  .slide-5 blockquote,
  .slide-7 blockquote {
    font-size: 27px; /* slightly smaller than your 31px */
    line-height: 1.3;
  }
}

  .testimonial-meta {
    margin-top: 22px;
  }

  .testimonial-name,
  .testimonial-role {
    font-size: 16px;
    line-height: 1.4;
  }

  .testimonial-nav {
    left: 0;
    bottom: 28px;
    gap: 10px;
  }

  .testimonial-arrow img {
    width: 28px;
  }

  .testimonial-content--with-logo {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    min-height: 420px;
    padding-left: 0;
    padding-bottom: 60px;
  }

  .testimonial-logo {
    max-height: 180px;
    max-width: 180px;
  }

  .slide-8 .testimonial-copy blockquote {
    max-width: 100%;
  }
}/* End custom CSS */