.elementor-87 .elementor-element.elementor-element-9d3e10f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e382394 *//* --- UPDATED: Force Elementor Button Visibility --- */
    
    /* 1. Make sure the container holding the button is visible */
    .contact-form-card .elementor-field-type-submit {
        display: block !important;
        width: 100% !important;
    }

    /* 2. Style the button itself */
    .contact-form-card .elementor-button {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        
        /* Style to match your site */
        background-color: var(--accent-blue) !important; /* Forces Blue */
        color: #ffffff !important; /* Forces White Text */
        width: 100%;
        padding: 14px 24px !important;
        border: none !important;
        border-radius: 6px !important;
        font-weight: 600 !important;
        font-family: 'Inter', sans-serif !important;
        text-transform: none !important;
        cursor: pointer;
        margin-top: 10px; /* Space from last input */
    }
    
    /* 3. Hover Effect */
    .contact-form-card .elementor-button:hover {
        background-color: var(--charcoal) !important; /* Darken on hover */
        transform: translateY(-1px);
    }/* End custom CSS */