.elementor-1912 .elementor-element.elementor-element-7114f736{--display:flex;overflow:visible;}.elementor-1912 .elementor-element.elementor-element-40523b78 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#27BEFF;--e-contact-buttons-button-icon-hover:#000000;--e-contact-buttons-button-bg-hover:#1A73FF;--e-contact-buttons-active-button-color:#FFFAFA;--e-contact-buttons-active-button-bg:#0026FF;--e-contact-buttons-contact-button-icon:#FFFFFF;--e-contact-buttons-contact-button-bg:#0026FF;--e-contact-buttons-contact-button-icon-hover:#CEF8E6;--e-contact-buttons-contact-button-bg-hover:#000000;}.elementor-1912 .elementor-element.elementor-element-40523b78 .e-contact-buttons__contact-tooltip{font-family:"iransanx", Sans-serif;font-size:13px;}/* Start custom CSS for contact-buttons-var-4, class: .elementor-element-40523b78 *//* استایل پایه */
.e-contact-buttons__contact-icon-link {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

/* انیمیشن باز شدن */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* تأخیر باز شدن */
.e-contact-buttons__contact-icon-link:nth-child(1) { animation-delay: 0.2s; }
.e-contact-buttons__contact-icon-link:nth-child(2) { animation-delay: 0.4s; }
.e-contact-buttons__contact-icon-link:nth-child(3) { animation-delay: 0.6s; }
.e-contact-buttons__contact-icon-link:nth-child(4) { animation-delay: 0.8s; }

/* انیمیشن بسته شدن */
@keyframes fadeOutDown {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* فعال سازی بسته شدن */
.e-contact-buttons--closing .e-contact-buttons__contact-icon-link {
  animation: fadeOutDown 0.6s ease forwards;
}

/* تأخیر معکوس بسته شدن */
.e-contact-buttons--closing .e-contact-buttons__contact-icon-link:nth-child(1) {
  animation-delay: 0.6s;
}
.e-contact-buttons--closing .e-contact-buttons__contact-icon-link:nth-child(2) {
  animation-delay: 0.4s;
}
.e-contact-buttons--closing .e-contact-buttons__contact-icon-link:nth-child(3) {
  animation-delay: 0.2s;
}
.e-contact-buttons--closing .e-contact-buttons__contact-icon-link:nth-child(4) {
  animation-delay: 0s;
  
}
.e-font-icon-svg svg {
  display: none !important;
}/* End custom CSS */