

.contact-section {
    width: 100%;
    max-width: 800px;
    padding: 60px 20px;
    text-align: center;
    box-sizing: border-box;
}

.contact-title {
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #222222;
}

.divider {
    width: 30px;
    height: 1px;
    background-color: #c4a47c;
    margin: 0 auto 25px auto;
}

.subtitle {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.description {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 40px;
    line-height: 1.5;
}

.contact-info {
    max-width: 450px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 1rem;
}

.info-item i {
    font-size: 1.3rem;
    color: #b89357;
    width: 35px;
    text-align: center;
    margin-right: 15px;
}

.info-label {
    font-weight: bold;
    width: 90px;
}

.info-value {
    color: #333333;
    text-decoration: none;
}

.info-value:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: #333333;
    color: #ffffff;
}
