.contact-container {
    background-color: #fefbf6;
}

.contact-card {
    border-radius: 8px;
    border: none;
}

.card-body {
    background-color: #fefbf6;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.contact-icon iconify-icon {
    color: #D88D50;
    font-size: 2rem;
    width: auto;
    height: auto;
    line-height: 1;
}

.contact-label {
    font-weight: 600;
    color: #495057;
    display: block;
    margin-bottom: 0.25rem;
}

.contact-details p, .contact-details a {
    color: #6c757d;
}

.contact-map {
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.map-embed {
    border: none;
    border-radius: 8px;
}