
/* ========================= style.css ========================= */
body { scroll-behavior: smooth; }

.hero-img {
  height: 90vh;
  object-fit: cover;
}
#about img {
  max-height: 400px;
  object-fit: cover;
}

.carousel-caption {
  bottom: 25%;
}

.service-card {
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-10px);
}

.map-section {
  width: 100vw;       /* full viewport width */
  height: 500px;      /* fixed height */
  margin: 0;
  padding: 0;
}

.map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    z-index: 9999; /* VERY IMPORTANT in Bootstrap */
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}
}
.whatsapp-button img {
    width: 35px;
    height: 35px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
