/* Testimonials Section */
.testimonials-section {
  text-align: center;
  background-color: #F7F7F7;
  padding: 60px 20px;
  border-top: 1px solid #eaeaea; /* Subtle divider */
}

.testimonials-section h2 {
  font-size: 2.5rem;
  font-weight: 1000;
  margin-bottom: 50px;
  font-family: sans-serif;
  word-spacing: -4px;
  color: #333;
}

.testimonials-section .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* Testimonial Wrapper */
.testimonial-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  height: 200px; /* Adjust to fit content */
}

.testimonial {
  display: none;
  text-align: left;
}

.testimonial.active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}

/* Testimonial Photo */
.testimonial-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Testimonial Content */
.testimonial-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-content blockquote {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-family: sans-serif;
  line-height: 1.6;
  color: #555;
}

.testimonial-author {
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 1000;
  color: var(--red);
  margin-right: 5px;
}


.testimonial-title {
  font-size: 0.9rem;
  font-family: sans-serif;
  font-weight: normal;
  color: #6b6b6b;
}


.testimonial-link {
  font-size: 0.9rem;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: normal;
  color: #6b6b6b;
}

/* Controls */
.controls {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.controls span {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.controls span:hover {
  color: #ff385c;
}







@media (min-width: 11in) and (max-width: 15in) {




  /* Testimonials Section */
.testimonials-section {
  text-align: center;
  background-color: #F7F7F7;
  padding: 60px 20px;
  padding-bottom: 70px;
  border-top: 1px solid #eaeaea; /* Subtle divider */
}

.testimonials-section h2 {
  font-size: 2.5rem;
  font-weight: 1000;
  margin-bottom: 35px;
  margin-top: 0px;
  font-family: sans-serif;
  word-spacing: -4px;
  color: #333;
}

.testimonials-section .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* Testimonial Wrapper */
.testimonial-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  height: 170px; /* Adjust to fit content */
}

.testimonial {
  display: none;
  text-align: left;
}

.testimonial.active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}

/* Testimonial Photo */
.testimonial-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Testimonial Content */
.testimonial-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-content blockquote {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-family: sans-serif;
  line-height: 1.6;
  color: #555;
}

.testimonial-author {
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 1000;
  color: var(--red);
  margin-right: 5px;
}


.testimonial-title {
  font-size: 0.9rem;
  font-family: sans-serif;
  font-weight: normal;
  color: #6b6b6b;
}


.testimonial-link {
  font-size: 0.9rem;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: normal;
  color: #6b6b6b;
}

/* Controls */
.controls {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.controls span {
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.controls span:hover {
  color: #ff385c;
}





}