.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/1.jpg") center/cover no-repeat;
  min-height: 80vh;
}

.card-img-top {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-icon {
  font-size: 2.5rem;
  color: #0d6efd;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  color: #0d6efd;
}

footer a {
  text-decoration: none;
}

.gallery-slider .carousel-item img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.toast-container {
  z-index: 1100;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 60vh;
  }
  .display-4 {
    font-size: 2rem;
  }
  .gallery-slider .carousel-item img {
    height: 300px;
  }
}
@media (max-width: 375px) {
  .hero-section {
    min-height: 50vh;
  }
  .display-4 {
    font-size: 1.75rem;
  }
  .gallery-slider .carousel-item img {
    height: 200px;
  }
}/*# sourceMappingURL=main.css.map */