.elementor-21821 .elementor-element.elementor-element-4df2503{--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-popup-modal-21821{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-21821 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-21821 .dialog-close-button{display:flex;}#elementor-popup-modal-21821 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-50d7f21 */.testimonial-bubble {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 50px;
  padding: 10px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  text-decoration: none;
  max-width: 260px;
  transition: transform 0.3s ease;
}

.testimonial-bubble:hover {
  transform: scale(1.03);
}

.testimonial-bubble img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.bubble-text {
  font-size: 13px;
  color: #222;
  line-height: 1.3;
}/* End custom CSS */