/* ===== МИ НА КАРТІ ===== */
.home-map {
  width: 100%;
  background: #f9f9f9;
  padding: 60px 0;
}

.home-map .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.map-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #353535;
  letter-spacing: 1px;
}

.map-wrapper {
  width: 100%;
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Адаптив */
@media (max-width: 768px) {
  .map-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .map-wrapper {
    height: 400px;
  }
}
