.contact-hero-section {
    padding-top: 120px;
    padding-bottom: 0; 
    background-color: #E2DDD5;
    background-image: 
        linear-gradient(rgba(226, 221, 213, 0.5), rgba(226, 221, 213, 0.5)), 
        url('../images/background1.png');
}

.page-title {
    font-family: 'SVN-Aptima', sans-serif;
    color: #685951; 
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-image-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 30px; 
}

.decor-frame {
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    height: 83.8%;
    z-index: 1; 
}

.contact-hero-img {
    position: relative;
    z-index: 2;
    width: 90%;
    height: auto;
    display: block;
}

.contact-form-section {
    padding-bottom: 80px;
    padding-top: 20px; 
}

.contact-page-section {
    padding-bottom: 80px;
    padding-top: 50px; 
}

.contact-map-full {
    width: 100%;
    height: 400px; 
    border-radius: 0; 
    overflow: hidden;
    background-color: #eee;
}

.contact-title {
    font-family: 'SVN-Aptima', sans-serif;
    font-size: 36px;
    color: #685951;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info-list .info-item {
    margin-bottom: 20px;
}

.contact-info-list i {
    width: 25px; 
    color: #685951; 
    font-size: 16px;
    flex-shrink: 0;
}

.contact-info-list p {
    font-family: 'Urbanist', sans-serif;
    color: #685951;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.6;
}

.form-desc {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    color: #554b46;
    margin-bottom: 25px;
}

.custom-input-gray {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc; 
    border-radius: 8px;
    padding: 12px 15px;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}

.custom-input-gray:focus {
    border-color: #685951;
}

.custom-input-gray::placeholder {
    color: #999;
}

.btn-sent {
    background-color: #685951;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 30px;
    font-family: 'Urbanist', sans-serif; 
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-sent:hover {
    background-color: #50443E;
}

@media (max-width: 768px) {
    .contact-title {
        margin-top: 0;
        font-size: 30px;
    }
    .contact-map-full {
        height: 250px;
    }
    .btn-sent {
        width: 100%; 
    }
    .decor-frame {
        height: 77% !important;
    }
}