body {
  scroll-behavior: smooth;
}
section h2 {
  margin-bottom: 20px;
}

#about ul {
  padding-left: 1.2rem;
}
#about ul li {
  margin-bottom: 8px;
}


.carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 1.2rem;
}
.carousel-item {
  height: 90vh;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}

#services img {
  transition: transform 0.3s ease;
}
#services img:hover {
  transform: scale(1.05);
}

#catalog img {
  transition: transform 0.3s ease;
}
#catalog img:hover {
  transform: scale(1.05);
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

footer p {
  margin: 0;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ------------- */

.hero-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5); /* Soft overlay */
  padding: 20px;
  border-radius: 10px;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
