/* Ensure the dropdown menu is displayed properly on mobile */
.navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
    color: #333333;
    transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #007bff;
    color: #ffffff;
}

/* Ensure dropdowns expand correctly on mobile view */
@media (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto !important;
        margin-top: 0 !important;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        width: 100% !important;
    }
}



.why-us-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.why-us-list li {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}
.why-us-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #000000; /* base color accent */
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}
.why-us-list strong {
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}





    /* Floating WhatsApp Button */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      z-index: 1000;
      transition: all 0.3s ease;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    }

    .whatsapp-icon {
      width: 45px;
      height: 45px;
      display: block;
    }


    /* Apply styles only to the dropdown items in the custom menu */
ul.custom-dropdown-menu {
  background-color: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0 !important;
  border: none !important;
}

ul.custom-dropdown-menu .dropdown-item {
  color: #000000 !important;
  font-weight: 500;
  padding: 10px 20px !important;
  transition: all 0.3s ease;
}

/* Hover effect */
ul.custom-dropdown-menu .dropdown-item:hover {
  background: linear-gradient(90deg, #007bff, #00c6ff) !important;
  color: #fff !important;
  padding-left: 25px !important;
  border-radius: 5px;
}

/* Optional border between items */
ul.custom-dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0 !important;
}

@media (max-width: 991.98px) {
  .custom-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
  }
}

/* .swiper.full-screen {
    height: 600px !important; 
} */


/* Tablet and mobile height adjustments */
@media (max-width: 991px) {
  .slider-new {
    height: 80vh !important; /* Slightly smaller on tablets */
  }
}

@media (max-width: 767px) {
  .slider-new {
    height: 100vh !important; /* Full height again for mobile */
  }

  .slider-new .col-md-8 {
    text-align: center !important;
  }

  .slider-new .container {
    padding: 0 20px !important;
  }
}

/* Fix Swiper container overflow issues */
.swiper {
  overflow: hidden !important;
}


.navbar-main-logo {
    height: 30px !important;   /* Increase logo size */
    width: auto !important;    /* Keep original width ratio */
    object-fit: contain;
}

/* 
header .navbar {
    background-color: transparent !important;
} */





 



  







