.testimonial-carousel-container {
  width: 100vw;
  position: relative;
  margin-block: 56px 124px;
}

.testimonial-carousel-container .cards {
  display: flex;
  flex-direction: row;
}

.testimonial-carousel-container .cards .card {
  background-color: #ffffff;
  height: auto;
  width: calc(344px - 64px);
  flex: none;
}

.testimonial-carousel-container .cards .card .header {
  text-align: left;
}

.testimonial-carousel-container .cards .card .footer a.blue-link {
  color: #0278cd;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-top: unset;
  display: block;
  text-align: left;
}

.testimonial-carousel-container.quote .cards .card .footer a.blue-link,
.testimonial-carousel-container.quote .cards .card .footer a.blue-link svg,
.testimonial-carousel-container.logo .cards .card .footer a.blue-link svg {
  transition: margin 0.16s ease-out !important;
}

.testimonial-carousel-container.quote .cards .card .footer a.blue-link {
  margin-right: 4px;
}

.testimonial-carousel-container.quote .cards .card .footer a.blue-link:hover {
  margin-right: 0;
}

.testimonial-carousel-container.logo
  .cards
  .card
  .footer
  a.blue-link:hover
  svg {
  margin-left: 8px;
}

.testimonial-carousel-container.quote
  .cards
  .card
  .footer
  a.blue-link:hover
  svg,
.testimonial-carousel-container.logo
  .cards
  .card
  .footer
  a.blue-link:hover
  svg {
  margin-left: 12px;
}

.testimonial-carousel-container .cards .card .footer {
  width: 100%;
}

/* Quote style */
.testimonial-carousel-container.quote .cards .card {
  height: 388px;
  border: 2px solid #00000040;
  border-radius: 10px;
  padding: 27px 32px 32px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-carousel-container.quote .cards .card .header p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-carousel-container.quote .cards .card .header p::before {
  content: "";
  background-image: url(./assets/images/quotes.svg);
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  margin-bottom: 20px;
}

.testimonial-carousel-container.quote .cards .card .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  flex-wrap: wrap;
  gap: 5px;
}

.testimonial-carousel-container.quote .cards .card .footer img {
  max-width: 136px;
  height: 32px;
}

.testimonial-carousel-container.quote .cards .card .footer a.blue-link {
  margin-left: 8px;
}

/* Logo style */
.testimonial-carousel-container.logo .cards {
  display: flex;
  flex-direction: row;
  align-items: normal !important;
}

.testimonial-carousel-container.logo .cards .card {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  color: #25303e;
}

.testimonial-carousel-container.logo .cards .card .header img {
  max-height: 36px;
  width: auto;
  margin-bottom: 24px;
}

.testimonial-carousel-container.logo .cards .card .header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0;
}

.testimonial-carousel-container.logo .cards .card .footer h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 4px;
}

.testimonial-carousel-container.logo .cards .card .footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 16px;
}

.testimonial-carousel-container .swiper-container {
  width: 100%;
  height: 100%;
}

.testimonial-carousel-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.testimonial-carousel-container .swiper-pagination {
  position: relative !important;
  margin-top: 15px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-color: #0278cd;
}

.testimonial-carousel-container
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: solid 3px #d0d3d4;
}

@media (min-width: 768px) {
  .testimonial-carousel-container .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .testimonial-carousel-container .swiper-pagination {
    display: none;
  }

  .testimonial-carousel-container {
    margin-block: 68px 110px;
  }

  .testimonial-carousel-container .cards .card {
    width: calc(500px - 64px);
  }

  .testimonial-carousel-container.logo .cards .card .header p {
    font-size: 20px;
    line-height: 32px;
  }

  .testimonial-carousel-container.logo .cards .card .header p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1440px) {
  .testimonial-carousel-container {
    margin-block: 70px 118px;
  }
}
