.testimonials-component {
  padding: 60px 0;
}

.testimonials-swiper-wrapper {
  position: relative;
}

.testimonials-navigation {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 40px;
}

.testimonials-button-prev,
.testimonials-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.testimonials-button-prev.swiper-button-disabled,
.testimonials-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.testimonials-swiper {
  width: 100%;
  overflow: hidden;
}

.testimonials-swiper .swiper-wrapper {
  display: flex;
  margin-top: 73px;
}

.testimonials-swiper .swiper-slide {
  width: calc(50% - 15px);
  margin-right: 30px;
  flex-shrink: 0;
}

.reviews-block {
  margin-top: 20px;
}
.reviews-name {
  margin-top: 10px;
  margin-bottom: 12px;
}
.quote-img {
  width: 80px;
}

.reviews-image-circle {
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  position: absolute;
  inset: -15% auto auto 3.3vw;
  object-fit: cover;
}

.testimonial-card {
  background: #eee;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 4.4vw 3.3vw;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  flex: 1;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.testimonial-position {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #2226;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-swiper .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

  .reviews-name h5 {
    font-size: 1.1rem;
    line-height: 1.35rem;
  }

  .testimonials-navigation {
    margin-bottom: 30px;
  }

  .testimonial-card {
    padding: 20px;
  }
}

@media (min-width: 2780px){
	.testimonials-swiper .swiper-wrapper{
		margin-top: 250px;
	}
	
	.testimional-big-container{
		max-width: 3020px;
	}
}
