  
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
}

.menu-toggle {
  position: relative;
  top: 3px;
  right: 10px;
  padding: 3px 11px;
  font-size: 14px;
  background-color: transparent;
  border: 0.5px solid #fca100;
  color: #300;
  cursor: pointer;
  z-index: 1;
  border-radius: 0px;
}

.menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidebar {
  position: fixed;
  top: 0;
  right: -343px;
  width: 100%;
  max-width: 350px;
  height: 100vh;
  background: url('sidebar.jpg') no-repeat center center;
  background-size: cover; /* Rasm butun sidebarga mos bo'ladi */
  color: white;
  border-left: 2px solid #fca311;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  padding: 160px 20px 30px 20px;
  transition: right 0.4s ease;
  z-index: 1000;
}

.sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* qora yarim shaffof qatlam */
  z-index: 0;
}
.sidebar * {
  position: relative;
  z-index: 1000;
}

.sidebar.active {
  right: 0;
}

.logo-area {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.logo-area img {
  width: 280px;
  height: auto;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}


.menu-item {
  display: flex;
  align-items: center;
  padding: 7px 7px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  font-family: Georgia, serif;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(1px);
}

.menu-item i {
  font-size: 17px;
  color: #ff9800; /* Apelsin - professional ko‘rinadi */
  margin-right: 15px;
  transition: color 0.3s ease;
}

.menu-text {
  display: flex;
  flex-direction: column;
}

.menu-text .title {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #222; /* Ko‘zga qulay qora */
}

.menu-text .subtitle {
  font-size: 12px;
  color: #e0e0e0;
}

.menu-item.active,
.menu-item:hover {
  background: rgba(255, 255, 255, 0.25);
  border-left: 3px solid firebrick;
}

.menu-item:hover i {
  color: firebrick;
}

.language-switcher {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  z-index: 1002;
}

.lang-btn {
  flex: 1;
  padding: 10px 14px;
  background: linear-gradient(135deg, #fff7e6, #ffe0cc);
  color: #ff5722;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  font-family: Georgia, serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background: linear-gradient(135deg, #ffe9cc, #ffd1a6);
  color: #e64a19;
  transform: translateY(-2px);
}

.language-switcher {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
}

.lang-btn {
  background-color: #f1f1f1;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.lang-btn:hover {
  background-color: #ddd;
}

/* Close Button Style (modern icon-like) */
.close-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 26px;
  color: #ffffff;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 1003;
  transition: background-color 0.3s ease;
}

.close-menu:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

/* Overlay Modern Look */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  z-index: 998;
  display: none;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a {
  text-decoration: none !important;
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title a:hover {
  text-decoration: none !important;
  color: inherit;
}


.menu-text {
  text-decoration: none !important;
  color: inherit;
}

.menu-text:hover {
  text-decoration: none !important;
  color: inherit;
}

.menu-text .title,
.menu-text .subtitle {
  text-decoration: none !important;
}


.menu-item a {
  text-decoration: none !important;
  color: inherit;
}

.menu-item a:hover {
  text-decoration: none !important;
  color: inherit;
}



.topbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
background: linear-gradient(to right, #fca311, #ffd166);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
z-index: 900;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.call-ring-button {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
background-color: #fca311;
color: white;
font-size: 24px;
text-align: center;
line-height: 60px;
border-radius: 50%;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
z-index: 9999;
animation: ring 1.5s infinite;
transition: background-color 0.3s ease;
}

.call-ring-button:hover {
background-color: #e68a00;
}

.call-ring-button i {
animation: pulse 1.5s infinite;
}

/* Jiringlash effekti */
@keyframes ring {
0% { transform: rotate(0); }
10% { transform: rotate(15deg); }
20% { transform: rotate(-10deg); }
30% { transform: rotate(6deg); }
40% { transform: rotate(-4deg); }
50% { transform: rotate(2deg); }
60% { transform: rotate(0); }
100% { transform: rotate(0); }
}

/* Yurak urish / nafas olish effekti */
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.15); }
100% { transform: scale(1); }
}

Mana bu CSS lar zarar





