/* Target Elementor buttons to add a smooth scale and shadow on hover */
.elementor-button:hover,
.e-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
