.section-title {
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.gallery-img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.testimonial {
  border-left: 4px solid #007bff;
}