.navbar-custom {
  height: 120px;
  background: #000000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #ffffff;
  font-size: 1.2rem;
}

.navbar-brand {
  margin-left: 5.25rem !important;
}

.navbar-text {
  margin-right: 5.25rem !important;
}

@media (max-width: 768px) {
  .navbar-custom {
    height: auto;
    padding: 20px 0;
  }
  .navbar-custom .container-fluid {
    flex-direction: column;
    align-items: center;
  }
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-text {
    margin: 5px 0;
  }

  .navbar-brand {
    margin-left: 0 !important;
  }

  .navbar-text {
    margin-right: 0 !important;
  }
}

.navbar-nav .nav-item {
  margin-bottom: 1rem; /* отступы между кнопками на мобилке */
}

.navbar .btn-custom {
  font-weight: 600;
  padding: 10px 22px;
  /* border-radius: 12px; */
  transition: all 0.35s ease;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
  background-color: transparent;
}

/* Apply Button */
.btn-apply {
  border: 2px solid #35BBFF;
  color: #35BBFF;
  box-shadow: 0 0 6px #35BBFF33;
}
.btn-apply:hover {
  background-color: #35BBFF;
  color: #000;
  box-shadow: 0 0 12px #35BBFFAA, 0 0 24px #35BBFF55;
}

/* Profile Button */
.btn-profile {
  border: 2px solid #C423A2;
  color: #C423A2;
  box-shadow: 0 0 6px #C423A233;
}
.btn-profile:hover {
  background-color: #C423A2;
  color: #fff;
  box-shadow: 0 0 12px #C423A2AA, 0 0 24px #C423A255;
}

/* Logout Button */
.btn-logout {
  border: 2px solid #FFD329;
  color: #FFD329;
  box-shadow: 0 0 6px #FFD32933;
}
.btn-logout:hover {
  background-color: #FFD329;
  color: #000;
  box-shadow: 0 0 12px #FFD329AA, 0 0 24px #FFD32955;
}

/* Login Button */
.btn-login {
  border: 2px solid #FF5722;
  color: #FF5722;
  box-shadow: 0 0 6px #FF572233;
}
.btn-login:hover {
  background-color: #FF5722;
  color: #fff;
  box-shadow: 0 0 12px #FF5722AA, 0 0 24px #FF572255;
}

/* Register Button */
.btn-register {
  border: 2px solid #00E676;
  color: #00E676;
  box-shadow: 0 0 6px #00E67633;
}
.btn-register:hover {
  background-color: #00E676;
  color: #000;
  box-shadow: 0 0 12px #00E676AA, 0 0 24px #00E67655;
}

/* Language Button */
.btn-language {
  border: 2px solid #D63384;
  color: #D63384;
  box-shadow: 0 0 6px #D6338433;
}
.btn-language:hover {
  background-color: #D63384;
  color: #fff;
  box-shadow: 0 0 12px #D63384AA, 0 0 24px #D6338455;
}
