
    .bg-light{
  background-color: #f0f0f0 !important;
}
.bg-top-bar{
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  background: #F5F7F7;
}
.logo-main img{
  width: 190px;
}
.btn-top-bar{
  padding: 6px 20px;
  margin: 10px;
}
.nav-link{
  text-transform: uppercase;
  color: #000000;
  font-size: 1rem;
  margin: 10px 0px;
}
.nav-item{
  margin: 0px 10px;
}

/* Mega Menu Styles */
.mega-menu .dropdown-menu {
  text-decoration: none;
  color: #000000;
}
.mega-menu .dropdown-menu a {
  text-decoration: none;
  color: #000000;
}
.mega-menu .dropdown-menu a .d-flex {
  transition: all 0.5s;
}
/* Normal Dropdown Styles */
.dropdown .normal-dropdown {
  min-width: 250px;
}
.dropdown .normal-dropdown .dropdown-item {
  padding: 10px 20px;
  transition: background-color 0.3s;
}
.dropdown .normal-dropdown .dropdown-item:hover {
  background-color: var(--bs-light);
}

@media only screen and (min-width: 992px) {
  /* Mega Menu */
  .mega-menu .dropdown-menu {
    width: 50vw;
  }
  .mega-menu:hover .dropdown-menu {
    display: flex;
  }
  .mega-menu .dropdown-menu.show {
    display: flex;
  }
  
  /* Normal Dropdown */
  .dropdown:hover .normal-dropdown {
    display: block;
  }
  
  /* Center mega menu */
  .mega-menu .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
  
  /* Left-align normal dropdown */
  .dropdown .normal-dropdown {
    left: 0 !important;
    transform: none !important;
  }
}

.mega-menu .dropdown-menu h5{
  font-family: var(--font-default);
  font-size: 16px;
}
.mega-menu .dropdown-menu p{
  font-family: var(--font-default);
  font-size: 14px;
}
.dropdown-menu{
  border-radius: 0px 0px 16px 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.menu-icon img{
  width: 50px;
}
.submenu-icon img{
  width: 30px;
}
.navbar-brand{
  padding: 0px;
}