button.next-step {
    color: transparent; /* Hide original text */
    position: relative;
}

button.next-step::before {
    content: "Volgende"; /* Dutch for 'Next' */
    position: absolute;
    top: 0;
    left: 0;
    color: black; /* Make sure this matches your site styling */
}