/*
Theme Name: Arkhe Rénovation
Theme URI: https://arkhe-renovation.be
Author: Arkhe Team
Description: Thème WordPress sur mesure pour Arkhe Rénovation.
Version: 1.0
Text Domain: arkhe-theme
*/

/* Contact Form 7 Custom Styling */
.cf7-custom-style .wpcf7-form p {
    margin-bottom: 0;
}

/* Fix for CF7 wrapping fields in <p> inside grid containers */
.cf7-custom-style .grid p {
    display: contents;
}

.cf7-custom-style .form-label {
    display: block;
    color: #0B4674;
    font-weight: 800;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.cf7-custom-style .wpcf7-text,
.cf7-custom-style .wpcf7-tel,
.cf7-custom-style .wpcf7-email,
.cf7-custom-style .wpcf7-textarea,
.cf7-custom-style .wpcf7-select {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #E5E7EB;
    background-color: #F9FAFB;
    color: #0B4674;
    outline: none;
    transition: all 0.2s;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1rem;
}

.cf7-custom-style .wpcf7-text::placeholder,
.cf7-custom-style .wpcf7-textarea::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.cf7-custom-style .wpcf7-text:focus,
.cf7-custom-style .wpcf7-tel:focus,
.cf7-custom-style .wpcf7-email:focus,
.cf7-custom-style .wpcf7-textarea:focus,
.cf7-custom-style .wpcf7-select:focus {
    border-color: #EE2523;
    box-shadow: 0 0 0 4px rgba(238, 37, 35, 0.05);
    background-color: #fff;
}

.cf7-custom-style .wpcf7-submit {
    width: 100%;
    background-color: #EE2523;
    color: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
    font-weight: 800;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(238, 37, 35, 0.2), 0 2px 4px -1px rgba(238, 37, 35, 0.1);
}

.cf7-custom-style .wpcf7-submit:hover {
    background-color: #D61F1D;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(238, 37, 35, 0.3);
}

.cf7-custom-style .wpcf7-spinner {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.cf7-custom-style .wpcf7-not-valid-tip {
    color: #EE2523;
    font-size: 0.8125rem;
    margin-top: -1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
    display: block;
}

.cf7-custom-style .wpcf7-response-output {
    margin: 1.5rem 0 0 !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    border: 2px solid !important;
    font-weight: 700;
    text-align: center;
    font-size: 0.875rem;
}

/* Navigation Menu Styling */
.primary-menu li a {
    position: relative;
    transition: all 0.3s ease;
}

.primary-menu li a:hover {
    color: #EE2523 !important;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current_page_item > a {
    color: #EE2523 !important;
}

.primary-menu li.current-menu-item > a::after,
.primary-menu li.current_page_item > a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EE2523;
}



.logo-wrap img{
    width: 220px !important;
    height: auto
}

footer .custom-logo{
    width: 220px !important
}
