/* ==============================
   CONTACT MAP SECTION — COMPACT CENTERED
   ============================== */

.contact-map-section {

  /* background: linear-gradient(
    180deg,
    #bde6d6 0%,
    #cfeee0 50%,
    #dff6ec 100%
  ); */

  margin-top:-40px;

  padding:60px 20px;

  display:flex;
  justify-content:center;
  align-items:center;
}

.contact-map-container {
  width: 100%;
  max-width: 900px;
}

.contact-map-center {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.contact-map-center iframe {
  width: 100%;
  height: 300px; /* compact height */
  border: none;
  border-radius: 16px;
}