/* General Reset & Base Styles */

/* Base nav styling under unique ID */
#mainMenuBar .custom-nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

#mainMenuBar .custom-nav .nl-link {
  font-size: 14px;
  padding: 6px 12px;
  color: #434242;
  text-decoration: none;
 
}


.nl-link.active {
  background-color: #C18F2D;
  font-weight: bold;
}

/* Progress Bar */
.nl-progressbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 9px;
    width: 100%;
    z-index: 1000;
}

.nl-progress-filled {
    height: 100%;
    width: 0;
    background-color: green;
    transition: width 0.25s ease;
}

.menu {
    top: 0px;
}
.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@media (min-width: 992px) {
  #pricing.details_home {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    
  }
}


@media (min-width: 992px) {
  #mainMenuBar .custom-nav {
    justify-content: center;
    gap: 40px;
    padding: 0;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 16px;
    padding: 8px 16px;
  }

  #mainMenuBar .container {
    height: auto;
  }
}



@media (max-width: 767.98px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start; 
    margin-top: -10px;
    padding-left: 0;  
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    padding-left: 0;  
    padding-right: 0; 
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none; 
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;  
    scrollbar-width: none;   
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 13px;
    padding-left: 10px;  
    padding-right: 10px;
  }
}


@media (max-width: 768px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width: 480px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}


@media (max-width: 430px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: 40px;  
    height: 90px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    margin-top: -5px;
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 12px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}


@media (max-width: 380px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: 40px; 
    height: 90px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    margin-top: -5px;
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* ≤575px */
@media (max-width: 575px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}


@media (max-width: 557px) {
  #mainMenuBar .custom-nav {
    justify-content: flex-start;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  #mainMenuBar .container {
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }

  #mainMenuBar .custom-nav::-webkit-scrollbar {
    display: none;
  }
  #mainMenuBar .custom-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #mainMenuBar .custom-nav .nl-link {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}


