﻿.contact-page {
    color: #3f3a37;
}

.contact-header {
    background-color: var(--bs-tertiary);
}

    /*.contact-header h1 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .contact-header p {
        max-width: 600px;
        margin: 0 auto;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .contact-header a {
        color: #8f6f6f;
        text-decoration: underline;
    }*/

.contact-icon img {
    max-width: 80px;
}

.contact-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.contact-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.contact-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: #c2a8a3;
    margin-bottom: 0.75rem;
}

.form-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6f6965;
    margin-bottom: 0.45rem;
}

.form-control {
    border: none;
    background-color: var(--bs-tertiary);
    border-radius: 0;
    padding: 0.85rem 1rem;
    box-shadow: none !important;
}

    .form-control:focus {
        background-color: #f8f6f4;
        border: 1px solid #d8c7c2;
    }

.contact-btn {
    background-color: #e6d3d0;
    border: none;
    border-radius: 0;
    padding: 0.9rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    color: #4b4340;
}

    .contact-btn:hover {
        background-color: #d9c1bc;
        color: #4b4340;
    }

@media (max-width: 991.98px) {
    .contact-form-wrapper h2 {
        font-size: 1.6rem;
    }

    .contact-header h1 {
        font-size: 1.8rem;
    }
}
