/* Kontakt sekcija */
.contact-section {
  background-color: #f6f6f6;
  padding: 60px 20px;
}

.contact-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.contact-intro h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-intro p {
  font-size: 18px;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: start;
  width: 70%;
  margin: 0 auto;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  font-size: 17px;
  line-height: 1.8;
}

.contact-info a {
  color: #222;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* Hero mala varijanta */
.small-hero {
  min-height: 250px;
  background: linear-gradient(to right, #f8861b, #f8701b);
}

.small-hero .hero-box {
  padding-top: 60px;
}
