.map-section {
  padding: 4rem 1rem;
  background: #ffffff;
  text-align: center;
}

.map-section h2 {
  margin-bottom: 1.5rem;
}

.map-wrapper {
  max-width: 1100px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.map-wrapper iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .map-wrapper iframe {
    height: 260px;
  }
}
