/*
Theme Name: Appel Entrant Theme
Theme URI: https://appel-entrant.fr
Author: Antigravity
Author URI: https://lovable.app
Description: Custom WordPress theme for Appel Entrant (Call Signal Central).
Version: 1.0.0
Text Domain: appel-entrant
*/
/* Elementor Pro Form Styling */
.contact-form-wrapper .elementor-field-group {
    margin-bottom: 24px;
}

.contact-form-wrapper .elementor-field-label,
.contact-form-wrapper label {
    font-family: 'Anybody', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    display: block !important;
    font-size: 1.05rem !important;
    letter-spacing: -0.01em !important;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea,
.contact-form-wrapper .elementor-field-textual {
    width: 100% !important;
    padding: 16px 20px !important;
    border-radius: 10px !important;
    background-color: #0f111a !important;
    border: 1px solid #1f2230 !important;
    color: #ffffff !important;
    font-family: 'Crimson Pro', serif !important;
    font-size: 1.1rem !important;
    transition: all 0.25s ease !important;
}

/* Specific styling for Math Captcha field if it exists */
.contact-form-wrapper .elementor-field-type-number input,
.contact-form-wrapper input[name*="captcha"],
.contact-form-wrapper .elementor-field-group-captcha input {
    width: 120px !important;
    text-align: center !important;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
    border-color: #d4ff00 !important;
    background-color: #141722 !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(212, 255, 0, 0.1) !important;
}

.contact-form-wrapper .elementor-button,
.contact-form-wrapper button[type="submit"] {
    background-color: #d4ff00 !important;
    color: #000000 !important;
    font-family: 'Anybody', sans-serif !important;
    font-weight: 800 !important;
    padding: 18px 36px !important;
    border-radius: 10px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    width: 100% !important;
    text-transform: none !important;
    font-size: 1.15rem !important;
    cursor: pointer !important;
    box-shadow: 0 0 20px rgba(212, 255, 0, 0.4) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    .contact-form-wrapper .elementor-button,
    .contact-form-wrapper button[type="submit"] {
        width: auto !important;
        min-width: 280px !important;
    }
}

.contact-form-wrapper .elementor-button:hover,
.contact-form-wrapper button[type="submit"]:hover {
    filter: brightness(1.1) !important;
    box-shadow: 0 0 40px rgba(212, 255, 0, 0.7) !important;
    transform: translateY(-3px) !important;
}

.contact-form-wrapper .elementor-button:active,
.contact-form-wrapper button[type="submit"]:active {
    transform: translateY(-1px) !important;
}

/* Success/Error messages */
.elementor-message {
    border-radius: 10px !important;
    padding: 15px !important;
    font-family: 'Crimson Pro', serif !important;
    margin-top: 20px !important;
}
.elementor-message-success {
    background-color: rgba(212, 255, 0, 0.1) !important;
    color: #d4ff00 !important;
    border: 1px solid rgba(212, 255, 0, 0.2) !important;
}

