/* This block's original CSS custom properties (--Text-headline-text,
   --Font-Sizes-font-*, etc.) were Figma-export tokens that were never
   actually defined anywhere (no :root sets them) -- they always resolved to
   their literal fallback value, so the var() wrapper is dropped here in
   favor of the resolved value directly. Font-family was updated from the old
   site's Roboto to this theme's body font token, matching the same
   "adopt the new brand system" call already made for colors -- flag if that's
   not wanted for this specific block family. Font-size fallbacks (14/16/18/
   20/24/28px) were NOT remapped to theme.json's fontSize presets since they
   don't align cleanly; kept as literal px to preserve the original design's
   precise sizing. Needs a dedicated typography-token pass like the color one,
   if these v2-* blocks should fully adopt the preset scale. */

/* Template uses Bootstrap's .row/.col wrapper classes, but only ever one
   .col per .row (no side-by-side columns) -- a minimal scoped shim
   replicating that single-column case, not a full grid re-implementation. */
.v2-testimonial-1 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.v2-testimonial-1 .col {
  flex: 1 0 0%;
  padding-right: 15px;
  padding-left: 15px;
}

.v2-testimonial-1 {
  padding-block-start: 4rem;
  padding-block-end: 4rem;
}

.v2-testimonial-1 .section-heading {
  color: var(--wp--preset--color--purple);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.v2-testimonial-1 .main-heading {
  color: var(--wp--preset--color--dark-blue);
  text-align: center;
  font-family: var(--wp--preset--font-family--body);
  font-size: 28px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
  margin-block-end: 2.5rem;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .main-heading {
    font-size: 47px;
  }
}

.v2-testimonial-1 .main-heading strong {
  font-weight: 900;
  z-index: 1;
}

.v2-testimonial-1 .have-swiper-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v2-testimonial-1 .swiper-navigation-container {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-block-end: 2.5rem;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .swiper-navigation-container {
    padding-block-start: .5rem;
  }
}

.v2-testimonial-1 .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.v2-testimonial-1 .cards .card {
  border: none;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  padding: 1.5rem;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .cards .card {
    min-height: 450px;
  }
}

.v2-testimonial-1 .cards .card.case-study-source {
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-title {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
  text-wrap: pretty;
  margin-block-end: 2rem;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .cards .card.case-study-source .case-study-source-title {
    font-size: 28px;
  }
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-meta-desc {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 127%;
  text-wrap: pretty;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .cards .card.case-study-source .case-study-source-meta-desc {
    font-size: 18px;
  }
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-meta-desc strong {
  font-weight: var(--weight-semibold);
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-permalink a {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
  position: relative;
  text-decoration: none;
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-permalink a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width .2s ease-in-out;
  display: inline-block;
}

.v2-testimonial-1 .cards .card.case-study-source .case-study-source-permalink a:hover::after {
  width: 100%;
}

.v2-testimonial-1 .cards .card.featured-image {
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.v2-testimonial-1 .cards .card.testimonial-source {
  background: var(--background);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.v2-testimonial-1 .cards .card.testimonial-source .testimonial-source-short-quote {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
  text-wrap: pretty;
  padding: unset;
  border-left: unset;
  margin: unset;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .cards .card.testimonial-source .testimonial-source-short-quote {
    font-size: 24px;
  }
}

.v2-testimonial-1 .cards .card.testimonial-source cite {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.v2-testimonial-1 .cards .card.testimonial-source figcaption {
  font-size: unset;
  text-align: unset;
  color: unset;
  display: flex;
  flex-direction: column;
}

.v2-testimonial-1 .cards .card.testimonial-source figcaption img {
  height: 45px;
  width: auto;
}

.v2-testimonial-1 .cta-container {
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}

@media (min-width: 1090px) {
  .v2-testimonial-1 .cta-container {
    display: none;
  }
}

.v2-testimonial-1 .cta-container .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 12px 35px;
}

.v2-testimonial-1 .cta-container .cta.__primary {
  border-radius: 100px;
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--dark-blue);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
  width: 250px;
}

.v2-testimonial-1 .cta-container .cta.__primary:hover {
  box-shadow: 0px 4px 30px 0px rgba(7, 236, 225, 0.60);
}

.v2-testimonial-1 .cta-container .cta[class*="cta-"] {
  border-radius: 100px;
  border: 1px solid var(--wp--preset--color--white);
  box-shadow: 0px 4px 30px 0px rgba(7, 236, 225, 0.20);
  background: transparent;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--body);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--weight-semibold);
  line-height: normal;
}

.v2-testimonial-1 .cta-container .cta[class*="cta-"]:hover {
  color: var(--wp--preset--color--dark-blue);
  background-color: var(--wp--preset--color--white);
}
