/* Slider button styles */
.elementor-slides .elementor-slide-button {
    background-color: #DC0000 !important;
    color: #FFFFFF !important;
    border: 2px solid #DC0000 !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

.elementor-slides .elementor-slide-button:hover {
    background-color: #EC0031 !important;
    border-color: #EC0031 !important;
}

/* Regular buttons */
.elementor-button {
    background-color: #DC0000 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    padding: 14px 34px !important;
}

.elementor-button:hover {
    background-color: #EC0031 !important;
}
