/* Style all primary/CTA buttons on the site */
.elementor-button,
.btn-cta,
.wp-block-button__link {
    background-color: #FF8500 !important;
    color: #FFFFFF !important;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Hover effect: green color and enlarge */
.elementor-button:hover,
.btn-cta:hover,
.wp-block-button__link:hover {
    background-color: #4AB600 !important;
    transform: scale(1.08) !important;
}
