/* ==========================================================================
   OWNDOCTORS.SCSS + STYLE.SCSS TOPBAR BILAN BIRLASHTIRILGAN
   (Topbar + Navbar + Shifokor Profili - HAMMASI TO'LIQ)
   ========================================================================== */
/* O'zgaruvchilar */
:root {
  --primary-blue: #1E3A8A;
  --primary-red: #DC2626;
  --light-blue: #0284C7;
  --bg-blue-light: #E0F2FE;
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --white: #FFFFFF;
  --border-light: #E2E8F0;
  --gray-bg: #F8FAFC;
  --accent-yellow: #FCD34D;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   RESET & UMUMIY
   ========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #F8FAFC;
  color: #0F172A;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================
   1. TOPBAR - BIRLASHTIRILGAN VA TO'G'RILANGAN
   ========================================== */
.topbar {
  width: 100%;
  background: linear-gradient(135deg, #F1F5F9 0%, #E8ECEF 100%);
  border-bottom: 1px solid #E2E8F0;
  padding: 0.75rem 0;
}

.topbar .topbar-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Chap taraf - navigatsiya linklari */
.topbar .upnav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}

.topbar .upnav a {
  font-size: 0.8125rem;
  color: #0F172A;
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
  padding: 0.25rem 0;
}

.topbar .upnav a:hover {
  color: #1E3A8A;
}

.topbar .upnav a .badge-red {
  background: #DC2626;
  color: #FFFFFF;
  padding: 0.125rem 0.5rem;
  border-radius: 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
}

/* O'ng taraf - valyuta, til, linklar */
.topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Til switcher */
.topbar .topbar-right .lang-switcher {
  position: relative;
}

.topbar .topbar-right .lang-switcher .lang-btn {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  color: #0F172A;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.topbar .topbar-right .lang-switcher .lang-btn .globe-icon {
  color: #64748B;
  font-size: 0.75rem;
}

.topbar .topbar-right .lang-switcher .lang-btn .arrow-icon {
  font-size: 0.625rem;
  color: #64748B;
}

.topbar .topbar-right .lang-switcher .lang-btn:hover {
  border-color: #1E3A8A;
  background: #EFF6FF;
}

.topbar .topbar-right .lang-switcher .lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  list-style: none;
  min-width: 180px;
  z-index: 1000;
  margin-top: 0.25rem;
  padding: 0.5rem 0;
}

.topbar .topbar-right .lang-switcher .lang-dropdown li {
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.topbar .topbar-right .lang-switcher .lang-dropdown li img {
  width: 1.25rem;
  height: auto;
  border-radius: 2px;
}

.topbar .topbar-right .lang-switcher .lang-dropdown li:hover {
  background: #EFF6FF;
  color: #1E3A8A;
}

.topbar .topbar-right .lang-switcher .lang-dropdown li.active {
  background: #EFF6FF;
  color: #1E3A8A;
  font-weight: 600;
}

/* Valyuta switcher */
.topbar .topbar-right .currency-switcher {
  position: relative;
}

.topbar .topbar-right .currency-switcher .currency-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748B;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.25rem 0;
  transition: var(--transition);
}

.topbar .topbar-right .currency-switcher .currency-btn:hover {
  color: #1E3A8A;
}

.topbar .topbar-right .currency-switcher .currency-btn .flag-icon {
  width: 1.25rem;
  height: auto;
  border-radius: 2px;
}

.topbar .topbar-right .currency-switcher .currency-btn .arrow-icon {
  font-size: 0.625rem;
}

/* Tahlil natijalari link */
.topbar .topbar-right .analysis-link {
  text-decoration: none;
  color: #64748B;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
  transition: var(--transition);
}

.topbar .topbar-right .analysis-link:hover {
  color: #1E3A8A;
}

.topbar .topbar-right .analysis-link .badge-time {
  background: #1E3A8A;
  color: #FFFFFF;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
}

/* ==========================================
   2. MAIN NAVBAR - TO'LIQ
   ========================================== */
.main-navbar {
  background: #FFFFFF;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.main-navbar .navbar-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

/* Logo + medal */
.main-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.main-navbar .navbar-brand .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 2.5rem;
}

.main-navbar .navbar-brand .logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-navbar .navbar-brand .medal-icon {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, #FCD34D 0%, #e6b422 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #92400E;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hamburger menyu */
.main-navbar .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.375rem;
  cursor: pointer;
  z-index: 1100;
  background: none;
  border: none;
  padding: 0.5rem;
}

.main-navbar .menu-toggle .bar {
  width: 1.5rem;
  height: 0.25rem;
  background: #0F172A;
  border-radius: 2px;
  transition: var(--transition);
}

.main-navbar .menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}

.main-navbar .menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.main-navbar .menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(0.4rem, -0.4rem);
}

/* Asosiy navigatsiya */
.main-navbar .main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.main-navbar .main-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
}

.main-navbar .main-nav .nav-item a {
  text-decoration: none;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 0.5rem 0;
  white-space: nowrap;
}

.main-navbar .main-nav .nav-item a:hover {
  color: #1E3A8A;
}

.main-navbar .main-nav .nav-item .dropdown-arrow {
  font-size: 0.625rem;
  color: #64748B;
  transition: transform 0.3s ease;
  margin-top: 0.125rem;
}

.main-navbar .main-nav .nav-item .badge-new {
  position: absolute;
  top: -12px;
  right: -8px;
  background: #0284C7;
  color: #FFFFFF;
  font-size: 0.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

/* Dropdown */
.main-navbar .main-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  min-width: 260px;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  list-style: none;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
  z-index: 1000;
  border: 1px solid #E2E8F0;
}

.main-navbar .main-nav .nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
}

.main-navbar .main-nav .nav-item .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1.25rem;
  color: #0F172A;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: normal;
}

.main-navbar .main-nav .nav-item .dropdown-menu li a i {
  color: #1E3A8A;
  font-size: 0.875rem;
  width: 1.25rem;
  flex-shrink: 0;
  text-align: center;
}

.main-navbar .main-nav .nav-item .dropdown-menu li a:hover {
  background: #EFF6FF;
  color: #1E3A8A;
  padding-left: 1.5rem;
}

.main-navbar .main-nav .nav-item.has-hover:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-navbar .main-nav .nav-item.has-hover:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Telefon tugmasi */
.main-navbar .navbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.main-navbar .navbar-actions .phone-btn {
  background: #1E3A8A;
  color: #FFFFFF;
  border: none;
  padding: 0.625rem 1.25rem;
  border-radius: 24px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: var(--transition);
  white-space: nowrap;
}

.main-navbar .navbar-actions .phone-btn i {
  font-size: 0.875rem;
}

.main-navbar .navbar-actions .phone-btn:hover {
  background: #DC2626;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* ==========================================
   3. QIDIRUV TIZIMI
   ========================================== */
.search-section {
  background: #FFFFFF;
  padding: 1.25rem 0;
  border-bottom: 1px solid #E2E8F0;
}

.search-section .search-container-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.search-section .search .search-container {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #F1F5F9 0%, #E8ECEF 100%);
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  gap: 0.75rem;
  transition: var(--transition);
}

.search-section .search .search-container:focus-within {
  background: #FFFFFF;
  border-color: #1E3A8A;
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.08);
}

.search-section .search .search-container .search-input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  font-size: 0.875rem;
  color: #0F172A;
}

.search-section .search .search-container .search-input::-moz-placeholder {
  color: #64748B;
}

.search-section .search .search-container .search-input::placeholder {
  color: #64748B;
}

.search-section .search .search-container .search-btn {
  background: #1E3A8A;
  color: #FFFFFF;
  border: none;
  padding: 0.625rem 1.5rem;
  border-radius: 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: var(--transition);
}

.search-section .search .search-container .search-btn:hover {
  background: #DC2626;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

/* ==========================================
   4. SHIFOKOR PROFILI SAHIFASI
   ========================================== */
.doctor-profile-section {
  padding: 40px 0 80px 0;
  background-color: #fafafa;
}

/* Orqaga qaytish */
.doctor-profile-section .back-to-doctors {
  margin-bottom: 30px;
}

.doctor-profile-section .back-to-doctors a {
  text-decoration: none;
  color: #718096;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.doctor-profile-section .back-to-doctors a:hover {
  color: #0284C7;
  transform: translateX(-3px);
}

/* Profil Grid */
.doctor-profile-section .profile-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Sidebar */
.doctor-profile-section .profile-sidebar {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  position: sticky;
  top: 20px;
  z-index: 10;
}

.doctor-profile-section .profile-sidebar .profile-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-profile-section .profile-sidebar .profile-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.doctor-profile-section .profile-sidebar .profile-card-image .profile-experience {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(30, 58, 138, 0.9);
  color: #ffffff;
  backdrop-filter: blur(4px);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.doctor-profile-section .profile-sidebar .profile-quick-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 20px;
}

.doctor-profile-section .profile-sidebar .profile-quick-info .info-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.doctor-profile-section .profile-sidebar .profile-quick-info .info-row i {
  width: 36px;
  height: 36px;
  background-color: #E0F2FE;
  color: #0284C7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.doctor-profile-section .profile-sidebar .profile-quick-info .info-row div {
  display: flex;
  flex-direction: column;
}

.doctor-profile-section .profile-sidebar .profile-quick-info .info-row div span {
  font-size: 12px;
  color: #718096;
}

.doctor-profile-section .profile-sidebar .profile-quick-info .info-row div strong {
  font-size: 15px;
  color: #1a202c;
  font-weight: 600;
  margin-top: 2px;
}

.doctor-profile-section .profile-sidebar .btn-profile-appointment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background-color: #1E3A8A;
  color: #ffffff;
  padding: 14px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.15);
  border: none;
  cursor: pointer;
}

.doctor-profile-section .profile-sidebar .btn-profile-appointment:hover {
  background-color: #1e4ab8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 58, 138, 0.25);
}

/* Main Details */
.doctor-profile-section .profile-main-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.doctor-profile-section .profile-main-details .profile-header-info {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-meta .profile-specialty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0284C7;
  font-size: 14px;
  font-weight: 600;
  background-color: #E0F2FE;
  padding: 4px 12px;
  border-radius: 8px;
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-meta .profile-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #10b981;
  font-weight: 500;
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-meta .profile-status .status-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  animation: profilePulse 2s infinite;
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-name {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 6px;
}

.doctor-profile-section .profile-main-details .profile-header-info .profile-title {
  font-size: 16px;
  color: #718096;
}

.doctor-profile-section .profile-main-details .profile-info-block {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.doctor-profile-section .profile-main-details .profile-info-block .block-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.doctor-profile-section .profile-main-details .profile-info-block .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #0284C7;
  border-radius: 2px;
}

.doctor-profile-section .profile-main-details .profile-info-block .block-text {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}

.doctor-profile-section .profile-main-details .profile-info-block .profile-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.doctor-profile-section .profile-main-details .profile-info-block .profile-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #4a5568;
}

.doctor-profile-section .profile-main-details .profile-info-block .profile-bullet-list li i {
  color: #10b981;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 24px;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background-color: #e2e8f0;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item {
  position: relative;
  margin-bottom: 24px;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item:last-child {
  margin-bottom: 0;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #0284C7;
  box-sizing: border-box;
  z-index: 2;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item .timeline-year {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #0284C7;
  background-color: #E0F2FE;
  padding: 2px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item .timeline-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 4px;
}

.doctor-profile-section .profile-main-details .profile-info-block .timeline-wrapper .timeline-item .timeline-desc {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 450px;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #f8fafc;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  font-size: 14px;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day span {
  color: #1a202c;
  font-weight: 500;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day strong {
  color: #1E3A8A;
  font-weight: 600;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day.class-off {
  background-color: #fef2f2;
  border-color: #fee2e2;
}

.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day.class-off span,
.doctor-profile-section .profile-main-details .profile-info-block .work-schedule-box .schedule-day.class-off strong {
  color: #ef4444;
}

/* Animation */
@keyframes profilePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}
/* ==========================================
   5. RESPONSIVE DESIGN
   ========================================== */
/* 992px gacha (planshet) */
@media (max-width: 992px) {
  .topbar .topbar-container {
    justify-content: center;
    gap: 0.75rem;
  }
  .topbar .upnav {
    order: 1;
    justify-content: center;
    width: 100%;
  }
  .topbar .topbar-right {
    order: 2;
    justify-content: center;
  }
  .main-navbar .menu-toggle {
    display: flex;
    order: 3;
  }
  .main-navbar .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75vw;
    max-width: 320px;
    height: 100vh;
    background: #FFFFFF;
    flex-direction: column;
    align-items: flex-start;
    padding: 6rem 1.5rem 2rem 1.5rem;
    gap: 1.5rem;
    box-shadow: -10px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: right 0.4s ease;
    overflow-y: auto;
  }
  .main-navbar .main-nav.active {
    right: 0;
  }
  .main-navbar .main-nav .nav-item {
    width: 100%;
  }
  .main-navbar .main-nav .nav-item a {
    width: 100%;
    font-size: 1rem;
  }
  .main-navbar .main-nav .nav-item .dropdown-menu {
    position: relative;
    top: 0;
    background: #F8FAFC;
    border: none;
    box-shadow: none;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    margin-left: 1rem;
    transform: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .main-navbar .main-nav .nav-item .dropdown-menu::before {
    display: none;
  }
  .main-navbar .main-nav .nav-item.has-hover:hover .dropdown-menu {
    max-height: 500px;
  }
  .main-navbar .navbar-actions {
    order: 2;
    margin-left: auto;
  }
  .main-navbar .navbar-actions .phone-btn {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .main-navbar .navbar-actions .phone-btn span {
    display: none;
  }
  .doctor-profile-section .profile-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .doctor-profile-section .profile-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    align-items: start;
  }
  .doctor-profile-section .profile-sidebar .profile-card-image {
    aspect-ratio: 3/4;
    max-height: 280px;
    margin-bottom: 0;
  }
}
/* 768px gacha (mobil) */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .topbar .upnav {
    display: none;
  }
  .topbar .topbar-right {
    gap: 0.75rem;
  }
  .topbar .topbar-right .lang-switcher .lang-btn,
  .topbar .topbar-right .currency-switcher .currency-btn {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
  .search-section .search .search-container {
    border-radius: 16px;
    padding: 0.375rem 0.375rem 0.375rem 1rem;
  }
  .search-section .search .search-container .search-input {
    font-size: 0.875rem;
  }
  .search-section .search .search-container .search-btn {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
  }
  .search-section .search .search-container .search-btn span {
    display: none;
  }
  .doctor-profile-section {
    padding: 20px 0 50px 0;
  }
  .doctor-profile-section .profile-sidebar {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 20px;
    padding: 20px;
  }
  .doctor-profile-section .profile-sidebar .profile-card-image {
    width: 200px;
    height: 260px;
    aspect-ratio: auto;
    margin: 0 auto 16px auto;
  }
}/*# sourceMappingURL=owndoctors.css.map */