/* General button hover effect */
.elementor-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce .button:hover,
.woocommerce .button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}
