/* Contact page — scoped to avoid clashing with footer .contact-detail */
.contact-page {
    padding: 40px 0 60px;
}

.contact-page .contact-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
}

.contact-page .contact-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contact-page .contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #333;
}

.contact-page .contact-detail i {
    margin-top: 4px;
}

.contact-page .contact-map {
    margin-top: 24px;
}

.contact-page .contact-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}
