/*
Theme Name: hello-elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.orange-icon {
    filter: brightness(0) saturate(100%) invert(57%) sepia(72%) saturate(634%) hue-rotate(340deg) brightness(100%) contrast(95%);
}

#page{
	background-color:#000;
}

/* Contact Form 7 Styling */
.wpcf7 form {
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
}

.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #FC6A32;
    background: #fff;
    outline: none;
    box-shadow: 0 0 6px rgba(252, 106, 50, 0.2);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #FC6A32;
    color: #fff;
    border: none;
    padding: 14px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    background: #e35c28;
}

/* Validation Error Messages */
.wpcf7-not-valid-tip {
    color: #e63946;
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin-top: 15px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d1f7d6;
    color: #155724;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #fce8e6;
    color: #721c24;
}

.page-header{
	display:none;
	
}
