/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 14:17:08 */
/* -------------------------------- */
/* Button: Pill Shape */
/* -------------------------------- */

.pill-shape .elementor-button-text {
    background: #FF9F41;
    padding: 16px 24px;
    border-radius: 48px;
    transition: background 0.3s ease;
}

.pill-shape .elementor-button-icon {
    background: #FF9F41;
    padding: 16px;
    border-radius: 100%;
    margin-left: -8px;
    transition: background 0.3s ease, margin-left 0.3s ease;
}

/* Hover */
.pill-shape .elementor-button:hover .elementor-button-text,
.pill-shape .elementor-button:hover .elementor-button-icon {
    background: #43D8C2;
}

.pill-shape .elementor-button:hover .elementor-button-icon {
    margin-left: 0;
}