.elementor-788 .elementor-element.elementor-element-1a78306{--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;}.elementor-788 .elementor-element.elementor-element-c6ea2a7{--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;}@media(min-width:768px){.elementor-788 .elementor-element.elementor-element-1a78306{--content-width:360px;}}/* Start custom CSS for html, class: .elementor-element-9ce6117 */.testimonial-wrapper-kal {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

.testimonial-wrapper-kal img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.testimonial-box-kal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  box-sizing: border-box;
  padding: 20px 12px 20px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: height 0.4s ease;
}

.testimonial-box-kal:hover {
    padding: 10px 12px 20px 16px;
  
}

.testimonial-summary-kal {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.testimonial-name-summary-kal {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 0;
  order: 2;
}

.testimonial-full-kal {
  display: none;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4;
  order: 1;
}

.testimonial-box-kal:hover .testimonial-summary-kal {
  display: none;
}

.testimonial-box-kal:hover .testimonial-full-kal {
  display: block;
   font-size: 14px !important;
}/* End custom CSS */