/* Contact Us Page Styles */
.main-section {
  margin: 50px 0;
}

.contact-section,
.testimonial-section {
  margin-bottom: 30px;
}

/* Make reviews list scrollable */
.reviews-section .reviews-list {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 15px; /* To avoid scrollbar overlap */
}

.reviews-section .review {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-left: 5px solid #3aafa9;
}

.review p {
  margin-bottom: 5px;
}

#testimonial-message {
  display: none;
  text-align: center;
}

/* Custom Button Styling */
.btn {
  background-color: #3aafa9;
  border: none;
}

.btn-primary:hover,
.btn-success:hover {
  background-color: #2e8b84;
}
