.elementor-1099 .elementor-element.elementor-element-5729556{--display:flex;}/* Start custom CSS for contact-buttons, class: .elementor-element-7dbc79f6 */.elementor-1099 .elementor-element.elementor-element-7dbc79f6 .e-contact-buttons__top-bar-title {
    color: var(--e-contact-buttons-top-bar-title);
}

.elementor-1099 .elementor-element.elementor-element-7dbc79f6 .e-contact-buttons__top-bar-subtitle {
    color: var(--e-contact-buttons-top-bar-subtitle);
}

.elementor-1099 .elementor-element.elementor-element-7dbc79f6 .e-contact-buttons__message-bubble-body {
    color: var(--e-contact-buttons-message-bubble-body);
}

.elementor-1099 .elementor-element.elementor-element-7dbc79f6 .e-contact-buttons__message-bubble-name {
    color: var(--e-contact-buttons-message-bubble-name);
}

.elementor-1099 .elementor-element.elementor-element-7dbc79f6 .e-contact-buttons__message-bubble-time {
    color: var(--e-contact-buttons-message-bubble-time);
}




.e-contact-buttons__chat-button {
  position: relative;
  z-index: 1;
}

.e-contact-buttons__chat-button .fab,
.e-contact-buttons__chat-button i,
.e-contact-buttons__chat-button svg,
.e-contact-buttons__chat-button svg path {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
}

.e-contact-buttons__chat-button > *:not(.fab):not(i):not(svg) {
  display: none !important;
}

.e-contact-buttons__chat-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  animation-name: whatsapp-final-ripple;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

@keyframes whatsapp-final-ripple {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.4),  
                0 0 0 0px rgba(37, 211, 102, 0.2), 
                0 0 0 0px rgba(37, 211, 102, 0.1); 
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    box-shadow: 0 0 0 30px rgba(37, 211, 102, 0),
                0 0 0 60px rgba(37, 211, 102, 0),
                0 0 0 90px rgba(37, 211, 102, 0);
    opacity: 0;
  }
}/* End custom CSS */