/* ===== MOBILE HEADER MELBET STYLE ===== */

@media (max-width: 991px) {

.mobile-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.mobile-install-btn {
  background: #f5b400;
  color: #000;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.burger-btn {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
}

.burger-btn span {
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

/* Offcanvas styling */
.offcanvas {
  background: #0c0f1c;
  color: #fff;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.mobile-menu li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mobile-lang {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-lang a {
  color: #fff;
  text-decoration: none;
}

}

 
@media (max-width: 991px) {

  .navbar-toggler {
    display: none !important;
  }

  /* Premium close button */
  .offcanvas-header {
    position: relative;
    padding: 20px 20px 10px;
  }

  .premium-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .premium-close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .premium-close span:first-child {
    transform: rotate(45deg);
  }

  .premium-close span:last-child {
    transform: rotate(-45deg);
  }

  .premium-close:hover span {
    background: #f5b400;
  }

  }
.mobile-lang a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.lang-code {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  min-width: 20px;
}

.lang-name {
  font-size: 16px;
  color: #fff;
}