/**
 * Save All Resources Pro - Beautified Stylesheet
 * Source: https://latif-design.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-push.min.css?ver=4.2.1
 * Captured: 2026-09-11T22:28:22.456Z
 */

@keyframes elementor-animation-push {
  50% {
    transform: scale(.8)
  }

  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}
