/* Force white text on hover for the Next Step button in Pro Booking System */
.elementor-widget-booking_system_2ea5ee94 button:hover,
.elementor-widget-booking_system_2ea5ee94 input[type="submit"]:hover,
.elementor-widget-booking_system_2ea5ee94 a.button:hover,
.elementor-widget-booking_system_2ea5ee94 .elementor-button:hover,
.elementor-widget-booking_system_2ea5ee94 .next-step-btn:hover {
    color: #ffffff !important;
    transition: none !important;
}

.elementor-widget-booking_system_2ea5ee94 button:hover *,
.elementor-widget-booking_system_2ea5ee94 .elementor-button:hover *,
.elementor-widget-booking_system_2ea5ee94 .next-step-btn:hover * {
    color: #ffffff !important;
    transition: none !important;
}
