:root {
  --uz-green: #00b15c;
  --uz-border: #e5e7eb;
}

.new-pc-nav a.is-active {
  color: var(--uz-green) !important;
  font-weight: 600;
}
.new-pc-nav a.is-active::after {
  width: 100%;
}
.new-pc-header {
  display: none;
}

@media (min-width: 1024px) {
  .new-pc-header {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--uz-border);
    background-color: var(--color-bg) !important;
    color: var(--color-text) !important;
    font-family: Inter, sans-serif !important;
  }
  .new-pc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 28px;
    background-color: var(--color-bg) !important;
    color: var(--color-text) !important;
  }
  .new-pc-actions {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .new-pc-actions a {
    text-decoration: none;
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 500;
  }
  .new-pc-add-btn {
    background: var(--uz-green);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-family: sans-serif !important;
  }
  .new-pc-user {
    position: relative;
    cursor: pointer;
  }
  .new-pc-user-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .new-pc-user-box img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
  }
  .new-pc-dropdown {
    position: absolute;
    right: 0;
    top: 48px;
    background: #fff;
    border: 1px solid var(--uz-border);
    border-radius: 8px;
    min-width: 200px;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .new-pc-dropdown.open {
    display: block;
  }
  .new-pc-dropdown a {
    display: block;
    background: var(--color-bg) !important;
    padding: 10px 14px;
    font-size: 14px;
    color: #0b0b0b;
    text-decoration: none;
    border-bottom: 1px solid #f9fafb;
  }
  .new-pc-dropdown a:hover {
    background: var(--color-bg) !important;
    color: var(--uz-green);
    opacity: 0.9;
  }
  .new-pc-bottom {
    border-top: 1px solid var(--uz-border);
  }
  .new-pc-nav {
    display: flex;
    justify-content: center;
    gap: 26px;
    padding: 12px 18px;
  }
  .new-pc-nav a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #0b0b0b;
    position: relative;
    white-space: nowrap;
  }
  .new-pc-nav a:hover {
    color: var(--uz-green) !important;
  }
  .new-pc-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--uz-green);
    transition: width 0.25s ease;
  }
  .new-pc-nav a:hover::after {
    width: 100%;
  }
  .bottom-nav,
  .menu-container {
    display: none !important;
  }
  #wrapper-container {
    padding-bottom: 0 !important;
  }
}

/* Mobile center menu tabs */
.menu-tabs {
  display: flex;
  gap: 6px;
  padding: 2px 12px 0;
}
.menu-tab {
  flex: 1;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #0b0b0b;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.menu-tab.is-active {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}
.menu-tab-panel {
  display: none;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-tab-panel.is-active {
  display: block;
}
.menu-tab-panel::-webkit-scrollbar {
  width: 6px;
}
.menu-tab-panel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}
.menu-tab-panel::-webkit-scrollbar-track {
  background: transparent;
}
.menu-tab-panel.is-active .menu-grid {
  margin-top: 8px;
}

body {
  top: 0 !important;
}

.adsense-footer {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.adsense-footer .adsbygoogle {
  width: 100%;
  max-width: 970px;
}

.skiptranslate iframe,
.skiptranslate {
  display: none !important;
}

.custom-lang-picker {
  position: fixed;
  bottom: 5em;
  left: 15px;
  z-index: 100000;
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 768px) {
  .custom-lang-picker {
    position: fixed;
    bottom: 5.2em !important;
    right: 15px !important;
    left: auto !important;
    z-index: 100000;
  }
  #themeToggle {
    bottom: 5.2em;
    background: var(--color-bg) !important;
  }
  .lang-dropdown {
    left: auto !important;
    right: 25px;
  }
}
.lang-item.active {
  color: var(--color-text);
  font-weight: bold;
  background: var(--color-bg);
}

.lang-trigger {
  width: 4rem;
  height: 2rem;
  border: 1px solid #333;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--color-bg);
  transition: transform 0.2s ease;
  color: var(--color-text);
}

.lang-trigger:hover {
  transform: scale(1.1);
}
.lang-trigger i {
  font-size: 22px;
}

.lang-dropdown {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 220px;
  max-height: 350px;
  color: var(--color-text);
  background: var(--color-bg);
  border: 1px solid #333;
  border-radius: 12px;
  overflow-y: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  display: none;
  scrollbar-width: thin;
  scrollbar-color: #333 #141414;
}

.lang-dropdown.active {
  display: block;
  animation: fadeUp 0.2s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lang-item {
  padding: 12px 16px;
  color: #ccc;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-item:hover {
  opacity: 0.8;
}

.lang-dropdown::-webkit-scrollbar {
  width: 6px;
}
.lang-dropdown::-webkit-scrollbar-track {
  background: #141414;
}
.lang-dropdown::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

.review-stars.filled {
  color: rgb(251 146 60 / var(--tw-text-opacity, 1)) !important;
}
.flaticon-phone,
.flaticon-pin {
  margin-right: 10px;
}
