.location-section {
    background-color: #121212;
    padding: 50px 20px;
    text-align: center;
    color: #f5f5f5;
}

.location-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 700;
    color: #dfb84d;
    margin-bottom: 30px;
}

.map-container {
    border: 4px solid #dfb84d;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(223, 184, 77, 0.4);
}

.map-container iframe {
    width: 100%;
    height: clamp(300px, 50vw, 450px);
    border: none;
    border-radius: 15px;
}
