
body {
  margin: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

.testimonial-container{
    width: 100%;
    margin: 10em auto;
}
.testimonial-section {
  max-width: 600px;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #444;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 4px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #555;
  font-style: italic;
}

.testimonial-author {
  font-size: 16px;
  color: #777;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #000;
}
