/* CASAI Premium Pill-Shaped Buttons */
.elementor-button {
    background-color: #F97A7D !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 32px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
}

.elementor-button:hover,
.elementor-button:focus {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #e86b6e !important; /* Slightly darker shade for hover */
    color: #ffffff !important;
}

/* Secondary Button Style (Optional - using secondary color) */
.elementor-button.secondary-btn {
    background-color: #54595F !important;
}

.elementor-button.secondary-btn:hover {
    background-color: #43474d !important;
}
