.elementor-17498 .elementor-element.elementor-element-629e2f51{--display:flex;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-6b2bc892 *//* Nefes Alma Animasyonu Tanımlaması */
@keyframes whatsapp-breathing {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); 
  }
  50% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); 
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); 
  }
}

/* Animasyonu Elementor WhatsApp butonuna uygula */
.e-contact-buttons__chat-button {
  /* Animasyonu bu elemente uygula */
  animation: whatsapp-breathing 2s ease-out infinite !important;
  
  /* İkonun yuvarlak yapısını koru */
  border-radius: 50% !important;
  
  /* Animasyonun düzgün çalışması için */
  position: relative; 
}/* End custom CSS */