.map-section {
  background: #111;
  text-align: center;
}

.map-wrapper {
  max-width: 1000px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.map-wrapper iframe {
  width: 100%;
  height: 550px;
  border: none;
}

.map-address {
  margin-top: 20px;
  font-size: 18px;
  color: #ccc;
}