.elementor-10046 .elementor-element.elementor-element-43b0c9a8{--display:flex;}.elementor-10046 .elementor-element.elementor-element-5c97debd .e-contact-buttons{--e-contact-buttons-contact-button-icon:#00AADD;--e-contact-buttons-contact-button-icon-hover:#F3F5F8;--e-contact-buttons-button-bar-bg:var( --e-global-color-text );}/* Start custom CSS for contact-buttons-var-6, class: .elementor-element-5c97debd *//* Reset any Elementor z-index weirdness */
.elementor-10046 .elementor-element.elementor-element-5c97debd .e-contact-buttons__contact-links.has-corners-round {
  position: relative;
  z-index: auto !important; /* unsets stacking */
  overflow: visible;
  border-radius: 5px;
  animation: aquaGlow 2.5s ease-in-out infinite;
  box-shadow: 0 0 18px rgba(0,170,221,0.7); /* base glow */
}

/* Animate the glow */
@keyframes aquaGlow {
  0% {
    box-shadow: 0 0 10px rgba(0,170,221,0.4);
  }
  50% {
    box-shadow: 0 0 26px rgba(0,170,221,0.95);
  }
  100% {
    box-shadow: 0 0 10px rgba(0,170,221,0.4);
  }
}/* End custom CSS */