
.testimonials-container {
  position: relative;
}

}
.swiper {
  padding: 20px 0 40px 0 !important;
}

.testimonial-card {
background: #fafafa;
    border-radius: 5px;
    padding: 40px 30px 30px 30px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 15px;
}
.quote-icon {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  background: #0073e6!important;
  padding: 5px;
}
.eb-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.eb {
  color: #ef3e35;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.swiper-slide .eb {
  color: #333;
}

.swiper-slide .quote-icon {
  background-color: #04a6f4;
}


.testimonial-text {
  color: #575f60;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1;
}

.testimonial-author {
  color: #2c3e50;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.testimonial-company {
  color: #95a5a6;
  font-size: 14px;
  margin-top: 2px;
}
.test-slider-bg {padding: 80px 0px;}
.navigation-buttons {
  position: absolute;
  top: -80px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.nav-button {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%!important;
  background: #ecf0f1;
  color: #95a5a6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background: #f39c12;
      border: 1px solid #f39c12;
  color: white;
  transform: translateY(-2px);
}

.nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.nav-button.swiper-button-disabled:hover {
  background: #ecf0f1;
  color: #95a5a6;
  transform: none;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .navigation-buttons {
    top: -60px;
    right: 10px;
  }

  .nav-button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .testimonial-card {
    margin: 0 10px;
    padding: 35px 25px 25px 25px;
  }
  .page-center.test-header {
    padding-bottom: 50px;
}
  
}