/*Navbar Section 1 */
.nav-alpha-main .navbar-toggler, .nav-beta-main .navbar-toggler, .nav-gamma-main .navbar-toggler, .nav-nova-main .navbar-toggler{
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}
.nav-alpha-main {
  background: #ef5b32;
}
.nav-alpha-main .brand-logo, .nav-gamma-main .brand-logo {
  height: 60px;
}
.brand-box-alpha {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px #333;
  border: 1px solid #333;
}
.brand-inner-alpha {
  display: block;
  width: 10px;
  height: 10px;
  background: #12b886;
  border-radius: 2px;
  margin: 4px 3.5px;
}
.navbar-brand-alpha {
  font-size: 17px;
}
.btn-started-alpha {
  background: #f6aa43;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.toggler-alpha {
  padding: 0.5rem 1rem;
  border: none;
}

@media (min-width: 992px) {
  #alphaNavContent {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  #alphaNavContent .navbar-nav {
    gap: 2rem;
  }
  .sidebar-alpha,
  .overlay-alpha {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #alphaNavContent {
    display: none !important;
  }
  .sidebar-alpha {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #ef5b32;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    transition: all 0.4s ease;
    z-index: 1001;
  }
  .sidebar-alpha.active {
    left: 0;
  }
  .close-alpha {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  .overlay-alpha {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .overlay-alpha.active {
    opacity: 1;
    visibility: visible;
  }
}

/*Navbar Section 2 */
.nav-beta-main {
  background: #e79a28;
}
.nav-beta-main .brand-logo{
  height: 60px;
}
@media (min-width: 992px) {
  .container-beta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .center-beta {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .center-beta .navbar-nav {
    gap: 2rem;
  }
  .right-beta {
    margin-left: auto;
  }
  .sidebar-beta,
  .overlay-beta {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .center-beta,
  .right-beta {
    display: none !important;
  }
  .sidebar-beta {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #e79a28;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    transition: all 0.4s ease;
    z-index: 1001;
  }
  .sidebar-beta.active {
    left: 0;
  }
  .close-beta {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  .overlay-beta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .overlay-beta.active {
    opacity: 1;
    visibility: visible;
  }
}

/*Navbar Section 3 */
.nav-gamma-main {
  background: #2c1984;
}
@media (min-width: 992px) {
  .container-gamma {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .center-gamma {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .center-gamma .navbar-nav {
    gap: 2rem;
  }
  .right-gamma {
    margin-left: auto;
  }
  .sidebar-gamma,
  .overlay-gamma {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .center-gamma,
  .right-gamma {
    display: none !important;
  }
  .sidebar-gamma {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #2c1984;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    transition: all 0.4s ease;
    z-index: 1001;
  }
  .sidebar-gamma.active {
    left: 0;
  }
  .close-gamma {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  .overlay-gamma {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .overlay-gamma.active {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-gamma .btn {
    margin-top: 12px;
    width: 100%;
  }
  .sidebar-gamma .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

/*Navbar Section 4 */
.nav-nova-main {
  background: #ef5b32;
}

.navbar-brand-nova {
  font-size: 17px;
}
.btn-started-nova {
  background: #f6aa43;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.toggler-nova {
  padding: 0.5rem 1rem;
  border: none;
  font-size: 1.5rem;
}

/* Sidebar (Mobile Menu) */
@media (max-width: 991px) {
  .sidebar-nova {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #ef5b32;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    transition: all 0.4s ease;
    z-index: 1001;
  }
  .sidebar-nova.active {
    left: 0;
  }
  .close-nova {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  .overlay-nova {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .overlay-nova.active {
    opacity: 1;
    visibility: visible;
  }
}
