.elementor-11184 .elementor-element.elementor-element-92eb051{--display:flex;}body.elementor-page-11184 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-50e4803 */.testimonial-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.testimonial {
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial::before {
  content: "❝";
  font-size: 60px;
  color: #dca57d;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border-radius: 10%;
  padding: 0px 5px 0px 5px;
}

.testimonial img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin: 20px auto;
  display: block;
  border: 4px solid #dca57d;
}

.testimonial h4 {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.testimonial p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .testimonial-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */