.elementor-1377 .elementor-element.elementor-element-6b58ffd2{--display:flex;}.elementor-1377 .elementor-element.elementor-element-45dea0c6 .e-contact-buttons{--e-contact-buttons-button-bg:var( --e-global-color-4ed226e );--e-contact-buttons-button-bg-hover:var( --e-global-color-accent );}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-45dea0c6 */.e-contact-buttons__chat-button.e-contact-buttons__chat-button-shadow.has-size-small.elementor-animation-grow.has-dot {
  animation: softGlow 3s infinite ease-in-out;
}

@keyframes softGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 8px 4px rgba(37, 211, 102, 0.2);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 10px 20px rgba(37, 211, 102, 0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 8px 4px rgba(37, 211, 102, 0.2);
  }
}/* End custom CSS */