.elementor-141 .elementor-element.elementor-element-fb865b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5a70521 */.testimonial {
  width: 100%; /* Adjusted to 100% instead of full */
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  transition: background 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.testimonial-header {
  text-align: center;
}

.testimonial-img {
  width: 100px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-rating span {
  font-size: 20px;
  color: gold;
}

.testimonial-body {
  margin-top: 10px;
  text-align: center;
}

.testimonial-name {
  font-family: 'The Nautigal', cursive; /* Signature-style font */
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
  color: black; /* Default text color */
}

.testimonial-text {
  font-family: 'Poppins', sans-serif; /* Poppins font for body text */
  font-size: 14px;
  color: black; /* Default text color */
  line-height: 1.5;
}

/* Hover effect */
.testimonial:hover {
  background: linear-gradient(90deg, #F85F02 0%, #923801 100%); /* Gradient background on hover */
  color: white; /* Change all text to white on hover */
}

.testimonial:hover .testimonial-rating span,
.testimonial:hover .testimonial-name,
.testimonial:hover .testimonial-text {
  color: white; /* Ensure that the text inside the testimonial is white */
}/* End custom CSS */