
/* Contact Hero */
.contact-hero {
padding: 80px 0 60px 0;
    background-color: var(--light-grey);
    text-align: center;
}

.contact-info-section {
    padding: 30px 0;
    background-color: var(--white);
}

.contact-info-section .info-block {
    text-align: center;
    margin-bottom: 40px;
}

.contact-info-section .info-block .icon {
    font-size: 2.5rem;
    color: var(--accent-blue);
    margin-bottom: 20px;
}

.contact-info-section .info-block h4 {
    color: var(--navy);
    margin-bottom: 10px;
}

.contact-info-section .info-block a {
    color: var(--dark-grey);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-section .info-block a:hover {
    color: var(--accent-blue);
}

.map-section {
    padding: 0;
    line-height: 0; /* Removes extra space below the iframe */
}

.map-section iframe {
    width: 100%;
    height: 450px; /* Increased for better visual weight */
    border: 0;
}
