/* Contact Section */
.contact-section {
    padding: 4rem 0 0 0;
    background-color: white;
    color: var(--text-light);
    margin-bottom: 0;
}

.contact-section h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    color: #2b2b2b !important;
}

.map-container {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .contact-section h3 {
        font-size: 2rem;
    }
    .contact-section {
        padding: 1.5rem 0 0 0;
    }

    .map-container {
        margin-bottom: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .contact-section h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {

}