/* ALL Elementor buttons */
.elementor-widget-button .elementor-button {
  transition: all 0.3s ease !important;
}

.elementor-widget-button .elementor-button:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.2) !important;
}

.elementor-widget-button .elementor-button:active {
  transform: scale(0.96) !important;
}