 body {
      font-family: 'Segoe UI', sans-serif;
      background: #f9f9f9;
    }

    .carousel-img {
  width: 100%;
  height:350px; /* 100vh; or use min-height: 400px if full height is too much */
  object-fit: cover;
}

.carousel-caption {
  bottom: 0 !important;
  top: auto !important;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  padding: 15px 30px;
  text-align: center;
}

.carousel-caption h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.carousel-caption p {
  font-size: 1rem;
  margin: 0;
}
    .form-box {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
    .section-title {
      font-weight: bold;
      margin-top: 60px;
      margin-bottom: 30px;
    }
    .card-service {
      transition: 0.3s;
      border: none;
      border-radius: 15px;
      overflow: hidden;
    }
    .card-service:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .why-icon {
      font-size: 2rem;
      color: #0d6efd;
    }
    .testimonial-box {
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
    footer {
      background: #0d6efd;
      color: white;
      padding: 40px 0;
    }

    @media (max-width: 576px) {
  .carousel-img {
    height: 60vh; /* Smaller height for phones */
  }
}


.whatsapp-float,
.call-float {
  position: fixed;
  bottom: 20vh; /* 20% above the bottom (footer) */
  z-index: 9999;
  background: #25d366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.whatsapp-float {
  left: 20px;
}

.call-float {
  right: 20px;
  background: #0d6efd;
}

.whatsapp-float img,
.call-float img {
  width: 32px;
  height: 32px;
}
