/* ===============================
   MAP SECTION
   =============================== */

.map-section {
  padding: 80px 20px;
  background: #ffffff;
}

.map-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.map-header p {
  font-size: 15px;
  color: #6b7280;
}

/* Map Wrapper */
.map-wrapper {
  max-width: 1100px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border: 1px solid #e5e7eb;
}

/* Google Map */
.map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* Responsive */
@media (max-width: 576px) {
  .map-wrapper iframe {
    height: 300px;
  }
}
