.spcloud_ourhappyclient_titlefs{
    text-align: left;
    font: 600 40px / 1.2 National2, Calibri, "Helvetica Neue", Helvetica, Quicksand, sans-serif !important;
    color: #002B47;
     margin-top: 35px;
  }

.testimonials-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f7fa, #e4ecf7);
}

.section-title12 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 25px;
  transition: 0.4s ease;
  box-shadow: 1px 2px 10px #e0e0e0;
  height: auto;
  min-height: 270px;
  margin: 0 8px;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.owl-carousel .owl-stage{
    min-height: 310px;
    height: auto;
    max-height: 100%;
    margin-top: 50px;
}

.owl-controls span{
    display:none;
}

.profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.profile img {
  width: 60px!important;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.profile h3 {
    font-family:'Quicksand', sans-serif;
  font-size: 19px;
  margin: 0;
  font-weight: 600;
}

.profile span {
     font-family:'Quicksand', sans-serif;
  font-size: 13px;
  color: #000;
      font-weight: 600;
}

.review {
     font-family:'Quicksand', sans-serif;
  font-size: 15px;
  color: #000;
  margin: 15px 0;
  line-height: 1.6;
}

.stars {
  color: #facc15;
  font-size: 18px;
}

/* Owl spacing fix */
.owl-carousel .item {
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title12 {
    font-size: 24px;
  }
}