
.hero-slider .carousel-inner .item img {
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 83.5%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-form-container {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-form-container .bg-white {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  opacity:90%;
  width: fit-content;
}
.btn-search {
  background: #a6ce39;
  border-color: #a6ce39;
  color: white;
  padding: 15px 15px 15px 15px;
}

.btn-search:hover,
.btn-search:focus {
  background: #94ba2f;
  border-color: #94ba2f;
  color: white;
  padding: 15px 15px 15px 15px;
}

.btn-search:active {
  background: #82a627;
  border-color: #82a627;
}
.hero-form-container input,
.hero-form-container select,
.hero-form-container button {
  border-radius: 8px;
}

.hero-form-container .form-control {
  border-radius: 8px;
  box-shadow: none;
}
.section-testimonials {
  background-color: #f8f9fa;
}

.section-testimonials h2 {
  font-weight: 700;
  font-size: 2rem;
}

.section-testimonials blockquote {
  font-size: 1.25rem;
  font-style: italic;
  color: #555;
  margin: 0 auto;
  max-width: 700px;
}

.section-testimonials .blockquote-footer {
  margin-top: 1rem;
  color: #777;
  font-style: normal;
}
.testimonial-item img {
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.carousel-inner .item {
  position: relative;
  opacity: 1;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.carousel-control {
  width: 40px;
  color: #666;
  font-size: 2rem;
  background: none;
  text-shadow: none;
  opacity: 0.8;
}

.carousel-control:hover {
  color: #ebf5ff;
  text-decoration: none;
  opacity: 1;
}

