.footer-area {
	height: 120px;
}

.wpcf7 p{
    margin-bottom: -20px;
}
.wpcf7-list-item-label span{
    margin-bottom: -20px !important;
}
#contact .wpcf7-list-item-label{
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -16px;
}

#error404-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    line-height: 1.6;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#error404-container {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
    box-sizing: border-box;
}

#error404-code {
    font-size: 8rem;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 1rem;
}

#error404-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

#error404-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

#error404-illustration {
    margin: 2rem 0;
    font-size: 5rem;
}

#error404-button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

#error404-button:hover {
    background-color: #2980b9;
}
/* logo for mobile */

@media (max-width: 768px) {

    #error404-code {
        font-size: 6rem;
    }
    #error404-title {
        font-size: 1.5rem;
    }
    .mobile-menu-area{
        background: #3a3a3a none repeat scroll 0 0;
    }
    #small-logo{
        width: 40% !important;
    }
}