
.hero {
  height: 100vh;
  background: url('photos/zyto.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 80%;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}


@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    padding: 0 10px;
  }


  .hero-content {
    font-size: 0.85rem;
    padding: 8px 18px;
  }



  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }

  .footer-section {
    width: 100%;
  }

  .footer-section h3 {
    font-size: 1rem;
  }

  .footer-section p,
  .footer-section li {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }

  .map-container iframe {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding: 25px 10px;
  }

  .footer-section {
    width: 100%;
    max-width: 300px;
  }

  .footer-section h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .footer-section p,
  .footer-section li,
  .footer-section a {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .footer-logo {
    max-width: 150px;
    margin: 0 auto 10px auto;
  }

  .map-container iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }

  .footer-bottom {
    font-size: 0.75rem;
    padding: 10px;
    text-align: center;
  }
}
