/* Fix collapsed mobile navbar dropdown menu */
/*.navbar-collapse {
    background-color: white; 
    z-index: 1050; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
*/
.nav-link:hover{
    background-color: #004f32;
    color: #ffff;
    border-radius: 15px;
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}
.carousel-item {
    height: 500px;
    padding: 10px;
 
    background-size:auto;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item:nth-child(1) { background-image: url('image1.jpg'); }
.carousel-item:nth-child(2) { background-image: url('image2.jpg'); }
.carousel-item:nth-child(3) { background-image: url('image3.jpg'); }
.carousel-item:nth-child(4) { background-image: url('image4.jpg'); }
.carousel-item:nth-child(5) { background-image: url('image5.jpg'); }

.carousel-item::before {
    content: "";
    position: absolute;
    opacity: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for better text visibility */
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}
.service-card img {
    height: 200px;
    object-fit: cover;
}

/* Titles styling  */
.titles{
    padding: 10px;
    background-color:  #F4D03F;
    border-radius: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #f8f9fa;
}

/* contact form style  */
#contact {
    background-color: #f8f9fa;
    padding: 40px 0;
}
/* #contact h4 {
    color: #007bff;
    font-weight: 600;
}

#contact ul {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
} */

#contact iframe {
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.bi {
    font-size: 1.2rem;
    vertical-align: middle;

.container {
    max-width: 1800px;
}
}
.Footer-text{
    color:#f8f9fa
}
.hover-scale:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
  }
  .carousel-inner {
    max-height: 500px; /* Adjust as needed */
  }

  .carousel-inner img {
    height: 500px;      /* Same as above */
    object-fit: cover;  /* Ensures images cover the area */
    width: 100%;
    padding: 10px;
  }
 .color-scheme{
    color: #F4D03F;
 }
.video{
    width: 100% !important; 
    height: 500px !important;
 }
  #imageCarousel {
    position: relative;
    z-index: 1;
    margin-top: 40px; /* This pushes slider down away from timer */
  }

  .carousel-indicators {
    bottom: 10px;
    z-index: 2;
  }

  /* Make sure the timer section is above the slider */
  #countdownSection {
    position: relative;
    z-index: 10;
  }
  @media (max-width: 991.98px) {
      .navbar-collapse {
        background-color: white;
        position: absolute;
        width: 100%;
        z-index: 1000;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 1rem;
      }

      .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
        display: block;
      }
    }
