/* Testimonial */
.testimonial-swiper.swiper {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin: 0 auto;
}

.testimonial-swiper .swiper-slide {
  width: 214px;
  height: 100%;
  transition: width 0.3s ease;
}

.testimonial-swiper .swiper-slide:hover {
  width: 356px;
}

.testimonial-swiper .swiper-slide-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 480px;
  background: #ccc;
  border-radius: 32px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.testimonial-swiper .blue-square {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #5271ff;
  bottom: 31px;
  left: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.testimonial-swiper .title {
  position: absolute;
  left: 50px;
  bottom: 10px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  transition: transform 0.3s ease, opacity 0.3s ease, left 0.3s ease;
  z-index: 3;
}

.advance-mortgage-testimonials-block .content {
	font-size: 16px;
	font-weight: normal;
	padding-top: 8px;
}

.advance-mortgage-testimonials-block .btn img {
	padding-right: 4px;
}

.testimonial-swiper .city-image {
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s ease;
  max-width: unset;
}

.testimonial-swiper .swiper-slide-wrapper:hover .blue-square {
  opacity: 0;
}

.testimonial-swiper .swiper-slide-wrapper:hover .title {
  transform: rotate(0deg);
  left: 24px;
}



@media (max-width: 768px) {
  .advance-mortgage-testimonials-block .row {
    flex-direction: column;
    align-items: center;
  }

/*   .testimonial-swiper .title {
    font-size: 14px;
  } */
}

.testimonial-swiper .swiper-slide.hover {
  width: 356px;
}

.testimonial-swiper .swiper-slide-wrapper.hover .blue-square {
  opacity: 0;
}

.testimonial-swiper .swiper-slide-wrapper.hover .title {
  transform: rotate(0deg);
  left: 24px;
}
