/* Contact Page Styles */
.page-contact-content {
    background: #ffffff;
}

/* Map Section */
.contact-map-section {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

