/* ==========================================
   DOCTORS PAGE STYLES - MOBILE RESPONSIVE
   ========================================== */
/* O'zgaruvchilar */
:root {
  --color-primary-blue: #1E3A8A;
  --color-light-blue: #0284C7;
  --color-bg-blue-light: #E0F2FE;
  --color-text-main: #1a202c;
  --color-text-muted: #718096;
  --bg-light: #f8fafc;
  --border-color: #e2e8f0;
  --white: #ffffff;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  background-color: #fafafa;
  color: #1a202c;
  min-height: 100vh;
}

.header {
  width: 100%;
  background-color: #ffffff;
}

/* ==========================================
   1. TOPBAR STYLING
   ========================================== */
.topbar {
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  background-color: #E2E8F0;
  padding: 10px 0;
}

.topbar .topbar-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar .upnav {
  display: flex;
  gap: 20px;
}

.topbar .upnav a {
  text-decoration: none;
  color: #1e1f21;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}

.topbar .upnav a:hover {
  color: #000;
}

.topbar .upnav a .badge-red {
  background-color: #1E3A8A;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 10px;
}

.topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.topbar .topbar-right .lang-switcher,
.topbar .topbar-right .currency-switcher {
  position: relative;
}

.topbar .topbar-right .lang-switcher button,
.topbar .topbar-right .currency-switcher button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #718096;
  font-size: 13px;
  font-weight: 500;
}

.topbar .topbar-right .lang-switcher button .globe-icon,
.topbar .topbar-right .lang-switcher button .arrow-icon,
.topbar .topbar-right .currency-switcher button .globe-icon,
.topbar .topbar-right .currency-switcher button .arrow-icon {
  color: #a0aec0;
  font-size: 12px;
}

.topbar .topbar-right .lang-switcher button .flag-icon,
.topbar .topbar-right .currency-switcher button .flag-icon {
  width: 16px;
  border-radius: 1px;
}

.topbar .topbar-right .lang-switcher .lang-dropdown {
  display: none;
}

.topbar .topbar-right .analysis-link {
  text-decoration: none;
  color: #718096;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar .topbar-right .analysis-link .badge-time {
  background-color: #1E3A8A;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

/* ==========================================
   2. MAIN NAVBAR STYLING
   ========================================== */
.main-navbar {
  width: 100%;
  padding: 15px 0;
  background-color: #F1F5F9;
}

.main-navbar .navbar-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main-navbar .navbar-brand .logo {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  letter-spacing: -0.5px;
}

.main-navbar .navbar-brand .medal-icon {
  width: 32px;
  height: 32px;
  background-color: #f6e05e;
  color: #b7791f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.main-navbar .main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-navbar .main-nav .nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

.main-navbar .main-nav .nav-item a {
  text-decoration: none;
  color: #1a202c;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.main-navbar .main-nav .nav-item a:hover {
  color: #0284C7;
}

.main-navbar .main-nav .nav-item .dropdown-arrow {
  font-size: 10px;
  color: #a0aec0;
  margin-top: 2px;
}

.main-navbar .main-nav .nav-item .badge-new {
  position: absolute;
  top: -14px;
  right: 0;
  background-color: #0284C7;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.main-navbar .navbar-actions .phone-btn {
  text-decoration: none;
  background-color: #1E3A8A;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navbar .navbar-actions .phone-btn:hover {
  background-color: #1e4ab8;
}

.main-navbar .navbar-actions .phone-btn i {
  font-size: 15px;
}

/* ==========================================
   3. QIDIRUV TIZIMI
   ========================================== */
.search-section {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
}

.search-section .search-container-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.search-section .search .search-container {
  display: flex;
  align-items: center;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px 6px 6px 24px;
  width: 100%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-section .search .search-container:focus-within {
  background-color: #ffffff;
  border-color: rgba(2, 132, 199, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(0, 0, 0, 0.01);
}

.search-section .search .search-container .search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: #2d3748;
  width: 100%;
  padding-right: 15px;
}

.search-section .search .search-container .search-input::-moz-placeholder {
  color: #a0aec0;
  font-weight: 400;
}

.search-section .search .search-container .search-input::placeholder {
  color: #a0aec0;
  font-weight: 400;
}

.search-section .search .search-container .search-btn {
  background-color: #1E3A8A;
  color: #ffffff;
  border: none;
  padding: 14px 35px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-section .search .search-container .search-btn:hover {
  background-color: #1e4ab8;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}

/* ==========================================
   DOCTORS CONTAINER
   ========================================== */
.doctors-container {
  max-width: 1200px;
  margin: 40px auto 80px auto;
  padding: 0 20px;
}

.doctors-container .page-header {
  margin-bottom: 32px;
  text-align: left;
}

.doctors-container .page-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.doctors-container .page-header p {
  font-size: 15px;
  color: #718096;
  max-width: 800px;
  line-height: 1.5;
}

.content-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* ==========================================
   FILTER SIDEBAR
   ========================================== */
.filter-sidebar {
  width: 300px;
  flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.filter-sidebar .filter-section {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
}

.filter-sidebar .filter-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.filter-sidebar .filter-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
}

.filter-sidebar .filter-section .scroll-box {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-sidebar .filter-section .scroll-box::-webkit-scrollbar {
  width: 5px;
}

.filter-sidebar .filter-section .scroll-box::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.filter-sidebar .filter-section .scroll-box::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.filter-sidebar .filter-section .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Checkbox */
.filter-sidebar .checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-sidebar .checkbox-container:hover {
  color: #0284C7;
}

.filter-sidebar .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-sidebar .checkbox-container input:checked ~ .checkmark {
  background-color: #0284C7;
  border-color: #0284C7;
}

.filter-sidebar .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.filter-sidebar .checkbox-container .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-sidebar .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Range slider */
.filter-sidebar .range-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0284C7;
  margin-bottom: 12px;
}

.filter-sidebar .range-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #e2e8f0;
  outline: none;
  margin-bottom: 10px;
}

.filter-sidebar .range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0284C7;
}

.filter-sidebar .range-slider .slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #718096;
  font-weight: 500;
}

/* Toggle */
.filter-sidebar .toggle-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-sidebar .toggle-section label:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #1a202c;
}

.filter-sidebar .toggle-input {
  height: 0;
  width: 0;
  visibility: hidden;
}

.filter-sidebar .toggle-input:checked + .toggle-label {
  background: #22c55e;
}

.filter-sidebar .toggle-input:checked + .toggle-label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.filter-sidebar .toggle-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 44px;
  height: 24px;
  background: #cbd5e1;
  display: block;
  border-radius: 100px;
  position: relative;
  transition: background 0.3s;
}

.filter-sidebar .toggle-label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 90px;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   DOCTORS LIST
   ========================================== */
.doctors-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-height: 680px;
  overflow-y: auto;
  padding-right: 12px;
  scroll-behavior: smooth;
}

.doctors-list::-webkit-scrollbar {
  width: 6px;
}

.doctors-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.doctors-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctors-list::-webkit-scrollbar-thumb:hover {
  background: #0284C7;
}

/* Doctor Card */
.doctor-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.doctor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border-color: #cbd5e1;
}

.doctor-card .doc-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #f1f5f9;
  border: 2px solid #E0F2FE;
}

.doctor-card .doc-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.doctor-card .doc-info {
  flex: 1;
}

.doctor-card .doc-info h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.doctor-card .doc-info h2:hover {
  color: #0284C7;
}

.doctor-card .doc-info .doc-badge {
  display: inline-block;
  background-color: #E0F2FE;
  color: #0284C7;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.doctor-card .doc-info .doc-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #718096;
  font-weight: 500;
}

.doctor-card .doc-info .doc-meta .separator {
  color: #cbd5e1;
}

/* ==========================================
   RESPONSIVE DESIGN - TABLET (992px gacha)
   ========================================== */
@media (max-width: 992px) {
  .content-wrapper {
    flex-direction: column;
  }
  .filter-sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctors-container .page-header h1 {
    font-size: 28px;
  }
  .doctors-list {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
}
/* ==========================================
   RESPONSIVE DESIGN - MOBIL (768px gacha)
   ========================================== */
@media (max-width: 768px) {
  /* Topbar */
  .topbar .topbar-container {
    flex-direction: column;
    gap: 10px;
  }
  .topbar .upnav {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .topbar .upnav a {
    font-size: 12px;
  }
  .topbar .topbar-right {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* Navbar */
  .main-navbar .navbar-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-navbar .main-nav {
    flex-wrap: wrap;
    gap: 12px;
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .main-navbar .main-nav .nav-item a {
    font-size: 13px;
  }
  .main-navbar .navbar-actions .phone-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  /* Search */
  .search-section .search .search-container {
    flex-direction: column;
    padding: 12px;
    gap: 10px;
  }
  .search-section .search .search-container .search-input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .search-section .search .search-container .search-btn {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
  /* Page header */
  .doctors-container {
    margin: 20px auto 40px auto;
    padding: 0 15px;
  }
  .doctors-container .page-header h1 {
    font-size: 24px;
  }
  .doctors-container .page-header p {
    font-size: 13px;
  }
  /* Doctor card */
  .doctor-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }
  .doctor-card .doc-avatar {
    width: 70px;
    height: 70px;
  }
  .doctor-card .doc-info h2 {
    font-size: 16px;
  }
  .doctor-card .doc-info .doc-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  .doctor-card .doc-info .doc-meta {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
/* ==========================================
   RESPONSIVE DESIGN - KICHIK MOBIL (576px gacha)
   ========================================== */
@media (max-width: 576px) {
  .topbar .upnav {
    gap: 6px;
  }
  .topbar .upnav a {
    font-size: 11px;
  }
  .main-navbar .navbar-brand .logo {
    font-size: 18px;
  }
  .main-navbar .navbar-brand .logo img {
    width: 70px;
    height: 35px;
  }
  .main-navbar .main-nav .nav-item a {
    font-size: 12px;
  }
  .main-navbar .navbar-actions .phone-btn {
    padding: 8px 14px;
    font-size: 12px;
    gap: 6px;
  }
  .doctors-container .page-header h1 {
    font-size: 22px;
  }
  .filter-sidebar {
    padding: 16px;
    border-radius: 16px;
  }
  .filter-sidebar .filter-section h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .filter-sidebar .checkbox-container {
    font-size: 13px;
    padding-left: 24px;
  }
  .filter-sidebar .checkbox-container .checkmark {
    height: 16px;
    width: 16px;
  }
  .filter-sidebar .checkbox-container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
  }
  .doctor-card {
    padding: 16px;
    gap: 12px;
  }
  .doctor-card .doc-avatar {
    width: 60px;
    height: 60px;
  }
  .doctor-card .doc-info h2 {
    font-size: 15px;
  }
  .doctor-card .doc-info .doc-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 11px;
  }
  .doctor-card .doc-info .doc-meta .separator {
    display: none;
  }
}
/* ==========================================
   RESPONSIVE DESIGN - JUDA KICHIK MOBIL (480px gacha)
   ========================================== */
@media (max-width: 480px) {
  .topbar {
    padding: 8px 0;
  }
  .topbar .upnav a {
    font-size: 10px;
  }
  .topbar .topbar-right {
    gap: 10px;
  }
  .topbar .topbar-right .lang-switcher button,
  .topbar .topbar-right .currency-switcher button {
    font-size: 11px;
  }
  .topbar .topbar-right .analysis-link {
    font-size: 11px;
  }
  .main-navbar {
    padding: 10px 0;
  }
  .main-navbar .main-nav {
    gap: 8px;
  }
  .main-navbar .main-nav .nav-item a {
    font-size: 11px;
  }
  .search-section {
    padding: 15px 0;
  }
  .search-section .search .search-container {
    border-radius: 12px;
    padding: 8px;
  }
  .search-section .search .search-container .search-input {
    font-size: 13px;
  }
  .search-section .search .search-container .search-btn {
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
  }
  .doctors-container .page-header h1 {
    font-size: 20px;
  }
  .filter-sidebar {
    padding: 12px;
    border-radius: 12px;
  }
  .filter-sidebar .filter-section {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .doctor-card {
    padding: 14px;
    border-radius: 16px;
    gap: 10px;
  }
  .doctor-card .doc-avatar {
    width: 50px;
    height: 50px;
  }
  .doctor-card .doc-info h2 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .doctor-card .doc-info .doc-badge {
    font-size: 10px;
    padding: 2px 8px;
    margin-bottom: 8px;
  }
  .doctor-card .doc-info .doc-meta {
    font-size: 10px;
  }
}
/* ==========================================
   FILTER FUNCTIONALITY - JAVASCRIPT SUPPORT
   ========================================== */
/* Checkbox active state */
.filter-sidebar .checkbox-container input:checked ~ span {
  color: #0284C7;
}

/* Toggle active */
.filter-sidebar .toggle-input:checked + .toggle-label {
  background: #22c55e;
}

/* Range slider active */
.filter-sidebar .range-slider .slider:active::-webkit-slider-thumb {
  transform: scale(1.2);
}

/* Mobile filter toggle button */
.filter-toggle-btn {
  display: none;
  width: 100%;
  padding: 12px;
  background: #1E3A8A;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 992px) {
  .filter-toggle-btn {
    display: flex;
  }
  .filter-sidebar {
    display: none;
  }
  .filter-sidebar.active {
    display: block;
  }
}/*# sourceMappingURL=doctors.css.map */