.elementor-197 .elementor-element.elementor-element-8c14bb2{--display:flex;--min-height:546px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-99px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-197 .elementor-element.elementor-element-eb7a161{--display:flex;}.elementor-197 .elementor-element.elementor-element-eb7a161.e-con{--align-self:center;}.elementor-197 .elementor-element.elementor-element-d7307a0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-197 .elementor-element.elementor-element-8c14bb2{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-1aaf1a7 *//* Overall section styling with a white background */
.testimonial-section.alternative {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

/* Wrapper to center content and allow flex wrapping */
.testimonial-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

/* Testimonial card design */
.testimonial {
  background: #ffffff;
  border: 1px solid #ffe4ec;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Hover lift effect */
.testimonial:hover {
  transform: translateY(-5px);
}

/* Blockquote styling for elegant quotes */
.testimonial blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
  font-style: italic;
  color: #555;
  margin: 0;
  padding-left: 40px;
  position: relative;
}

/* Custom large quote icon via pseudo-element */
.testimonial blockquote::before {
  content: '“';
  font-size: 3em;
  position: absolute;
  left: 10px;
  top: -10px;
  color: #f06595;
  opacity: 0.3;
}

/* Citation styling for client names */
.testimonial cite {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
  color: #d6336c;
}/* End custom CSS */