/* .navbar {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
}

.logo-text {
  background-image: linear-gradient(90deg, #1ab394, #1d364e);
  color: transparent;
  background-clip: text;
}

.navbar-toggler {
  border: none;
  background: none;
  font-size: 24px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  display: flex;
  gap: 20px;
}

.navbar-nav .nav-link {
  color: #1d364e;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #1ab394;
  border-bottom: 4px solid #1d364e;
}

.navbar-nav .nav-link.active {
  color: #1ab394 !important;
  border-bottom: 4px solid #1d364e !important;
}

.logo-image {
  width: 100px;
  height: auto;
}


.mega-menu {
 
  width: 802px;
  margin-top: 4px;
  background-color: white;
  border-radius: 8px;
  display: none; 
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
  padding: 20px;

  left: 50%;
 
  transform: translateX(-71%);

  
}

.mega-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
 
  color: #1d364e;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mega-menu .dropdown-item {
  padding: 5px;
  
  color: #1d364e;
  margin-left: 16px;
  width: 100%;
  font-size:small;
  font-weight: 500;
}

.mega-menu .dropdown-item:hover {
  background-color: inherit;
  color: #1ab394;
}


.nav-item.dropdown:hover .mega-menu {
  display: block;
}
.vertical-line {
  width: 2px;
  background-color: #888; 
  height: 100px; 
}


@media screen and (max-width: 989px) {
  .mega-menu {
    width: 100%;
    position: static;
    box-shadow: none !important;
    padding: 0px;
    transform: none;
  }
  .navbar-nav .nav-item:hover .mega-menu {
    margin-top: 0px;
  }
  .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }
  #productDropdown::after {
    display: inline-block !important;
  }


  .dropdown-menu.show {
    display: block !important; 
  }
  
} */
/* #productDropdown::after {
  display: none !important;
} */


.navbar {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  background-color: white;
  z-index: 1000;
}

.logo-text {
  background-image: linear-gradient(90deg, #1ab394, #1d364e);
  color: transparent;
  background-clip: text;
}

.navbar-toggler {
  border: none;
  background: none;
  font-size: 24px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  display: flex;
  gap: 20px;
}

.navbar-nav .nav-link {
  color: #1d364e;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #1ab394;
  border-bottom: 4px solid #1d364e;
}

.navbar-nav .nav-link.active {
  color: #1ab394 !important;
  border-bottom: 4px solid #1d364e !important;
}

.logo-image {
  width: 100px;
  height: auto;
}

/* Mega Menu */
.mega-menu {
  /* width: 800px; */
  width: 60vw;
  margin-top: 4px;
  background-color: white;
  border-radius: 8px;
  display: none;
  position: absolute;
  /* top: 100%; */
  top: 90%;
  left: 50%;
  transform: translateX(-40vw);
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: content-box;
 
}

.mega-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #1d364e;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mega-menu .dropdown-item {
  padding: 5px;
  color: #1d364e;
  margin-left: 16px;
  width: 100%;
  font-size: small;
  font-weight: 500;
  
}

.mega-menu .dropdown-item:hover {
  background-color: inherit;
  color: #1ab394;
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
}

.vertical-line {
  width: 1px;
  background-color: #ccc;
  height: 100px;
}

/* Mobile Mega Menu Fix */
@media screen and (max-width: 989px) {
  /* .mega-menu {
      width: 100%;
      position: static;
      box-shadow: none !important;
      padding: 10px;
      display: none;
      transform: none;
  }

  .navbar-nav .nav-item:hover .mega-menu {
      margin-top: 0px;
  }

  .dropdown-menu {
      left: 0 !important;
      right: auto !important;
  }

  .dropdown-menu.show {
      display: block !important;
  } */
  .mega-menu {
    width: 100%;
    position: static;
    display: block;
    padding: 0px;
    transform: none;
    box-shadow: none;
}
.vertical-line{
  display: none;
}
.dropdown-header{
  display: none !important;
}
.mega-menu .row {
    flex-direction: column; 
}

.mega-menu .col-md-1 {
    display: none; 
}

.dropdown-header {
    margin-top: 10px; 
}

.dropdown-item {
    display: block;
    width: 100%;
}
}





