.elementor-1848 .elementor-element.elementor-element-3e10d839{--display:flex;}.elementor-1848 .elementor-element.elementor-element-54f730e .e-contact-buttons{--e-contact-button-chat-button-animation-delay:1000ms;--e-contact-buttons-horizontal-offset:1%;}.elementor-1848 .elementor-element.elementor-element-54f730e .e-contact-buttons__chat-button-shadow{box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.15);}@media(max-width:767px){.elementor-1848 .elementor-element.elementor-element-54f730e .e-contact-buttons{--e-contact-buttons-horizontal-offset:2px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-54f730e */#whatsapp:hover .e-contact-buttons__chat-button,
#whatsapp:focus .e-contact-buttons__chat-button,
#whatsapp:active .e-contact-buttons__chat-button,
#whatsapp:visited .e-contact-buttons__chat-button {
  --e-contact-buttons-button-bg-hover: #25d366 !important;
  --e-contact-buttons-button-icon-hover: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}

#whatsapp .e-contact-buttons__chat-button {
  width: 50px !important;
  height: 50px !important;
  position: relative !important;
  animation: whatsapp-pulse 2s infinite;
}

#whatsapp .e-contact-buttons__chat-button svg {
  width: 25px !important;
  height: 25px !important;
}

@keyframes whatsapp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}/* End custom CSS */