.testimonial-section {
  background-color: #FFF0F6;
  margin: 0;
  padding: 5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28rem;
}

.testimonial-area {
  text-align: center;
  max-width: 640px;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(247, 37, 133, 0.08);
}

.testimonial-area h2 {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  font-weight: 400;
  color: #F72585;
  margin-bottom: 1rem;
}

.stars {
  color: #F4A73A;
  margin-bottom: 1rem;
}

.stars span {
  font-size: 1.4rem;
}

.testimonial-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.client-name {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #F72585;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.arrow-area {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
}

.arrow {
  font-size: 1.6rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.arrow:hover {
  color: #F72585;
}
