/* Change submit button box color to green (#00a651) and hover to light green (#a8d7ae) */
.elementor-button {
    background-color: #00a651 !important;
    border-color: #00a651 !important;
    color: #fff !important;
}

.elementor-button:hover {
    background-color: #a8d7ae !important;
    border-color: #a8d7ae !important;
    color: #fff !important;
}
