.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6919 .elementor-element.elementor-element-6919 .elementor-button{background-color:#9D4E8B;font-family:"Open Sans", Sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:2px;border-radius:0px 0px 0px 0px;}/* Start custom CSS for button, class: .elementor-element-6919 *//* Primary CTA Button */
.elementor-button-wrapper .elementor-button {
    
    /* Modern gradient background */
    color:white!important;
    text-decoration:none!important;
    background: linear-gradient(135deg, #9D4E8B 0%, #4c344c 100%) !important;
    
    
    /* Spacing and dimensions */
    padding: 18px 40px !important;
    min-width: 200px !important;
    
    /* Modern effects */
    box-shadow: 0 4px 15px rgba(99, 67, 99, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    
    /* Text alignment */
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Hover effects */
.elementor-button-wrapper .elementor-button:hover {
    background: linear-gradient(135deg, #9D4E8B 0%, #634363 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(99, 67, 99, 0.4) !important;
    color: #ffffff !important;
}

/* Active state */
.elementor-button-wrapper .elementor-button:active {
    transform: translateY(0px) !important;
    box-shadow: 0 2px 10px rgba(99, 67, 99, 0.3) !important;
}

/* Shine effect on hover (optional modern touch) */
.elementor-button-wrapper .elementor-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
}

.elementor-button-wrapper .elementor-button:hover:before {
    left: 100%;
}

/* Focus states for accessibility */
.elementor-button-wrapper .elementor-button:focus {
    outline: 2px solid rgba(99, 67, 99, 0.5) !important;
    outline-offset: 2px !important;
}/* End custom CSS */