.testimonial-section {
  background-color: #fff;
  padding: 60px 20px;
}

.testimonial-heading {
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    /* color: #105abf; */
    color: #000000;
}

.testimonial-title {
  font-size: 32px;
  font-weight: 600;
}

.testimonial-subtitle {
  font-size: 16px;
  color: #666;
}

.testimonial-card {
  /* background-color: #f5f7fa; */
  background-color: #e6f4f2;
  padding: 30px 25px; /* Added more internal padding */
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  margin: 10px 0; /* Vertical spacing between rows */
}

.for-video-title {
    margin-bottom: 34px;
}

.testimonial-card h5{
    /* color: #105abf; */
    color: #b61c2b;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.testimonial-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.testimonial-card label {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
  display: block;
}

.testimonial-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
}

.styled-video {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-video:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.video-testimonial-section {
  /* background-color: #f5f7fa; */
  background-color: #e6f4f2;
  padding: 60px 20px;
}

.video-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.styled-video {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .video-testimonial-section {
    padding: 40px 15px;
  }
}
