.banner-carousel .carousel-item img{
    height:75vh;
    object-fit:cover;
}
@media (max-width:768px){
    .banner-carousel .carousel-item img{
        height:55vh;
    }
}

/* Optional: slower fade */
.carousel-fade .carousel-item {
    transition: opacity .8s ease-in-out;
}

/* Services Dropdown Styling */
.services-section .btn {
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}

.service-list {
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

button[aria-expanded="true"] .dropdown-icon {
  transform: rotate(180deg);
}


/* Watermark background on appointment page */
body.appointment-bg {
  background: url('images/logo.jpg') no-repeat center center fixed;
  background-size: 600px;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.8);
}
form {
  background-color: rgba(255, 255, 255, 0.95);
}
