:root{--teal-900:#072b31;--teal-800:#0c434d;--teal-700:#105966;--teal-600:#167080;--teal-500:#1c889b;--teal-100:#e6f3f5;--teal-50:#f2f9fa;--accent:#0284c7;--accent-hover:#0369a1;--accent-soft:#f0f9ff;--accent-border:#bae6fd;--ink:#0d2125;--ink-secondary:#274045;--ink-muted:#577379;--bg-page:#f8fafb;--bg-surface:#ffffff;--bg-subtle:#f1f6f7;--bg-elevated:#ffffff;--border-subtle:#e5eff0;--border-medium:#d0e1e3;--border-focus:#167080;--shadow-sm:0 2px 8px rgba(12,67,77,0.04);--shadow-md:0 6px 20px rgba(12,67,77,0.07);--shadow-lg:0 14px 40px rgba(12,67,77,0.1);--shadow-card:0 4px 16px rgba(12,67,77,0.05);--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--font-arabic-stack:var(--font-ibm-plex-arabic),"IBM Plex Sans Arabic","Segoe UI",-apple-system,BlinkMacSystemFont,Tahoma,Arial,sans-serif;--font-latin-stack:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--ink);background-color:var(--bg-page);line-height:1.65;font-size:16px;overflow-x:hidden}[dir=rtl],[lang=ar],body{font-family:var(--font-arabic-stack)}[dir=ltr],[lang=en]{font-family:var(--font-latin-stack)}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}button,input,select,textarea{font:inherit}.container{width:min(1200px,92%);margin-inline:auto}.container-narrow{width:min(860px,92%);margin-inline:auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);transition:all .2s ease}.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-group{gap:14px}.brand,.brand-group{display:inline-flex;align-items:center;flex-shrink:0}.brand{text-decoration:none}.brand-logo-wrap{width:54px;height:54px;border-radius:var(--radius-md);background:#ffffff;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);padding:3px;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.brand-logo-wrap:hover{transform:scale(1.03);box-shadow:var(--shadow-md)}.brand-logo-wrap img{width:100%;height:100%;object-fit:contain}.brand-text{display:flex;flex-direction:column}.brand-title{font-size:1.15rem;font-weight:700;color:var(--teal-900);line-height:1.2;letter-spacing:-.01em}.brand-sub{font-size:.8rem;color:var(--ink-muted);font-weight:500;margin-top:2px}.navlinks{display:flex;align-items:center;gap:24px}.nav-item{font-size:.95rem;font-weight:500;color:var(--ink-secondary);padding:8px 4px;position:relative;transition:color .2s ease}.nav-item:hover{color:var(--teal-700)}.nav-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-lang-switch{display:inline-flex;align-items:center;gap:2px;padding:3px 6px;background:var(--bg-subtle);border:1px solid var(--border-medium);border-radius:var(--radius-full);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.header-lang-switch .lang-option{background:transparent;border:0;padding:4px 8px;border-radius:var(--radius-full);font-size:.82rem;font-weight:500;color:var(--ink-muted);cursor:pointer;transition:all .18s ease;line-height:1.2;white-space:nowrap}.header-lang-switch .lang-option:hover{color:var(--teal-800)}.header-lang-switch .lang-option.active{background:#ffffff;color:var(--teal-900);font-weight:600;box-shadow:0 1px 4px rgba(12,67,77,.14)}.header-lang-switch .lang-divider{font-size:.72rem;color:var(--border-medium);font-weight:400;padding:0 1px}.btn-header-book{padding:9px 18px;font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;cursor:pointer;border:1px solid transparent;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none;white-space:nowrap;line-height:1.2}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,var(--teal-700) 0,var(--teal-800) 100%);color:#ffffff;box-shadow:0 4px 14px rgba(16,89,102,.25)}.btn-primary:hover{background:linear-gradient(135deg,var(--teal-600) 0,var(--teal-700) 100%);box-shadow:0 6px 20px rgba(16,89,102,.35);color:#ffffff}.btn-secondary{background:var(--teal-100);color:var(--teal-800);border-color:rgba(16,89,102,.15)}.btn-secondary:hover{background:#dbeef2;color:var(--teal-900)}.btn-outline{background:#ffffff;color:var(--teal-800);border-color:var(--border-medium)}.btn-outline:hover{background:var(--bg-subtle);border-color:var(--teal-600);color:var(--teal-900)}.btn-whatsapp{background:#25d366;color:#ffffff;box-shadow:0 4px 14px rgba(37,211,102,.25)}.btn-whatsapp:hover{background:#1eb956;color:#ffffff}.btn-sm{padding:7px 14px;font-size:.85rem;border-radius:var(--radius-sm)}.btn-lg{padding:15px 30px;font-size:1.05rem;border-radius:var(--radius-md)}.lang-switch{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:var(--radius-sm);background:var(--bg-subtle);border:1px solid var(--border-subtle);color:var(--teal-900);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease}.lang-switch:hover{background:#ffffff;border-color:var(--teal-600)}.mobile-menu-btn{display:none;background:transparent;border:1px solid var(--border-medium);border-radius:var(--radius-sm);padding:8px 10px;cursor:pointer;color:var(--teal-900)}.mobile-drawer{display:none;flex-direction:column;gap:12px;padding:18px 20px 24px;background:#ffffff;border-bottom:1px solid var(--border-medium)}.mobile-drawer.open{display:flex}.mobile-drawer-link{font-size:1.05rem;font-weight:700;color:var(--ink);padding:10px 0;border-bottom:1px solid var(--border-subtle)}.hero{padding:60px 0 50px;background:radial-gradient(circle at 80% 20%,#eaf4f6 0,#f8fafb 60%);padding:56px 0 40px;background:radial-gradient(circle at 50% 0,#eef7f8 0,var(--bg-page) 75%);position:relative;overflow:hidden}.doctor-hero-card{max-width:820px;margin:0 auto;background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-xl);padding:40px 32px 36px;box-shadow:0 12px 36px rgba(12,67,77,.08);display:flex;flex-direction:column;align-items:center;text-align:center}.doctor-avatar-wrap{width:170px;height:170px;border-radius:50%;background:linear-gradient(145deg,var(--teal-100) 0,#ffffff 100%);border:4px solid #ffffff;box-shadow:0 10px 28px rgba(12,67,77,.14);display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;position:relative;flex-shrink:0}.doctor-avatar-img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.doctor-hero-name{font-size:clamp(1.85rem,3.8vw,2.6rem);font-weight:700;color:var(--teal-900);line-height:1.2;margin:0 0 10px;letter-spacing:-.01em}.doctor-hero-title{font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:600;color:var(--teal-700);margin:0 0 18px;line-height:1.4;max-width:600px}.doctor-hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px}.hero-badge-pill{font-size:.82rem;font-weight:600;padding:6px 14px;border-radius:var(--radius-full);background:var(--bg-subtle);border:1px solid var(--border-medium);color:var(--teal-900);letter-spacing:.01em}.doctor-hero-meta{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;font-size:.92rem;font-weight:600;padding:12px 20px;background:var(--bg-page);border-radius:var(--radius-full);border:1px solid var(--border-subtle);margin-bottom:24px}.doctor-hero-meta,.doctor-hero-meta-item{color:var(--ink-secondary)}.meta-separator{color:var(--border-medium)}.doctor-hero-meta-link{color:var(--teal-700);font-weight:600;text-decoration:none;transition:color .18s ease}.doctor-hero-meta-link:hover{color:var(--teal-900);text-decoration:underline}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;align-items:center}.profile-intro-box{max-width:880px;margin:0 auto;background:#ffffff;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:44px 36px;box-shadow:var(--shadow-sm)}.profile-intro-text{font-size:1.05rem;color:var(--ink-secondary);line-height:1.75;display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.profile-intro-text p{margin:0}.profile-feature-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px;padding-top:24px;border-top:1px solid var(--border-subtle)}.profile-feature-pill{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--bg-page);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:.88rem;font-weight:700;color:var(--teal-900)}.feature-pill-icon{font-size:1.2rem;flex-shrink:0}.quick-booking-panel{max-width:760px;margin:0 auto;background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-xl);padding:36px 32px;box-shadow:var(--shadow-md)}.quick-booking-body{margin-top:18px}.quick-booking-grid{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:flex-end}.btn-quick-submit{height:48px;padding:0 24px;font-size:.95rem;white-space:nowrap}.quick-branch-info-preview{margin-top:18px;padding:14px 18px;background:var(--bg-page);border-radius:var(--radius-md);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.9rem}.trust-strip{padding:44px 0;background:#ffffff;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:18px;gap:18px}.trust-card{padding:18px 20px;border-radius:var(--radius-md);background:var(--bg-page);border:1px solid var(--border-subtle);display:flex;align-items:flex-start;gap:14px;transition:all .2s ease}.trust-card:hover{border-color:var(--teal-500);box-shadow:var(--shadow-sm);background:#ffffff}.trust-icon{width:38px;height:38px;border-radius:50%;background:var(--teal-100);color:var(--teal-800);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.trust-content h4{font-size:.95rem;font-weight:600;color:var(--teal-900);margin-bottom:4px;line-height:1.3}.trust-content p{font-size:.82rem;color:var(--ink-muted);line-height:1.45;margin:0}.section{padding:70px 0}.section-alt{background-color:#f1f7f8;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.section-header{margin-bottom:40px;text-align:start}.section-header.center{text-align:center;max-width:760px;margin-inline:auto}.section-badge{display:inline-block;padding:5px 12px;border-radius:var(--radius-full);background:var(--teal-100);color:var(--teal-800);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.section-title{font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;color:var(--teal-900);line-height:1.2;margin:0 0 12px;letter-spacing:-.01em}.section-subtitle{font-size:1.05rem;color:var(--ink-muted);line-height:1.6;max-width:680px}.grid-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:24px;gap:24px}.service-card{background:#ffffff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-card);transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;text-decoration:none}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--teal-500)}.service-card-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--teal-100);color:var(--teal-800);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:18px}.service-card-cat{font-size:.8rem;font-weight:600;color:var(--teal-600);margin-bottom:6px;display:block}.service-card-title{font-size:1.2rem;font-weight:600;color:var(--teal-900);margin-bottom:10px;line-height:1.35}.service-card-desc{font-size:.92rem;color:var(--ink-muted);line-height:1.6;margin-bottom:20px;flex-grow:1}.service-card-bullets{list-style:none;margin-bottom:20px;display:flex;flex-direction:column;gap:8px}.service-card-bullet{font-size:.85rem;color:var(--ink-secondary);display:flex;align-items:flex-start;gap:8px;line-height:1.4}.service-card-bullet-icon{color:var(--teal-600);font-weight:700;flex-shrink:0}.service-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--border-subtle);font-size:.9rem;font-weight:600;color:var(--teal-700)}.grid-branches{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px}.branch-card{background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:all .2s ease}.branch-card:hover{border-color:var(--teal-600);box-shadow:var(--shadow-md)}.branch-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.branch-badge{background:var(--teal-100);color:var(--teal-800);font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-full)}.branch-card-title{font-size:1.3rem;font-weight:600;color:var(--teal-900);margin-bottom:8px}.branch-address{font-size:.92rem;color:var(--ink-muted);margin-bottom:16px;line-height:1.5;display:flex;align-items:flex-start;gap:6px}.branch-schedule-box{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:20px}.branch-schedule-row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;padding:4px 0}.branch-schedule-row:not(:last-child){border-bottom:1px dashed var(--border-subtle)}.branch-card-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:10px}.grid-articles{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.article-card{background:#ffffff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-sm);transition:all .2s ease;text-decoration:none}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--teal-500)}.article-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.8rem;color:var(--ink-muted)}.article-cat-tag{background:var(--teal-100);color:var(--teal-800);font-weight:500;padding:3px 8px;border-radius:var(--radius-sm)}.article-card-title{font-size:1.15rem;font-weight:600;color:var(--teal-900);margin-bottom:10px;line-height:1.4}.article-card-summary{font-size:.9rem;color:var(--ink-muted);line-height:1.6;margin-bottom:16px;flex-grow:1}.article-read-more{font-size:.88rem;font-weight:600;color:var(--teal-700);display:flex;align-items:center;gap:4px}.faq-list{display:flex;flex-direction:column;gap:14px;max-width:860px;margin-inline:auto}.faq-item{background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-md);overflow:hidden;transition:all .2s ease}.faq-item.open{border-color:var(--teal-600);box-shadow:var(--shadow-sm)}.faq-question{width:100%;padding:18px 20px;background:transparent;border:0;display:flex;align-items:center;justify-content:space-between;text-align:start;font-size:1.02rem;font-weight:600;color:var(--teal-900);cursor:pointer;gap:16px}.faq-question:hover{background:var(--bg-subtle)}.faq-toggle-icon{width:24px;height:24px;border-radius:50%;background:var(--teal-100);color:var(--teal-800);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0;transition:transform .2s ease}.faq-item.open .faq-toggle-icon{transform:rotate(180deg);background:var(--teal-700);color:#ffffff}.faq-answer{font-size:.95rem;color:var(--ink-secondary);line-height:1.7;border-top:1px solid var(--border-subtle);margin-top:6px;padding:14px 20px 20px}.page-hero{padding:50px 0 40px;background:linear-gradient(180deg,#eaf4f6,#f8fafb);border-bottom:1px solid var(--border-subtle)}.page-hero-badge{display:inline-block;padding:4px 12px;border-radius:var(--radius-full);background:var(--teal-100);color:var(--teal-800);font-size:.82rem;font-weight:600;margin-bottom:12px}.page-hero h1{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--teal-900);line-height:1.2;margin:0 0 10px}.page-hero p{font-size:1.05rem;color:var(--ink-muted);max-width:720px;line-height:1.6}.detail-layout{padding:50px 0}.detail-main{max-width:860px;margin-inline:auto}.detail-card{background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-card);margin-bottom:30px}.detail-prose h2{font-size:1.4rem;font-weight:600;color:var(--teal-900);margin:28px 0 12px}.detail-prose h3{font-size:1.15rem;font-weight:600;color:var(--teal-800);margin:20px 0 10px}.detail-prose p{font-size:1rem;color:var(--ink-secondary);line-height:1.75;margin-bottom:16px}.detail-box{background:var(--bg-subtle);border:1px solid var(--border-medium);border-radius:var(--radius-md);padding:20px;margin:24px 0}.detail-box-title{font-size:1.05rem;font-weight:600;color:var(--teal-900);margin-bottom:12px;display:flex;align-items:center;gap:8px}.detail-box ul{list-style:none;display:flex;flex-direction:column;gap:10px}.detail-box li{font-size:.95rem;color:var(--ink-secondary);display:flex;align-items:flex-start;gap:10px;line-height:1.5}.booking-container{max-width:840px;margin:40px auto 60px}.booking-card{background:#ffffff;border:1px solid var(--border-medium);border-radius:var(--radius-xl);padding:36px;box-shadow:var(--shadow-lg)}.booking-stepper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border-subtle)}.booking-step-item{flex-direction:column;text-align:center;gap:6px}.booking-step-item,.step-num{display:flex;align-items:center}.step-num{width:32px;height:32px;border-radius:50%;background:var(--bg-subtle);color:var(--ink-muted);border:1px solid var(--border-medium);justify-content:center;font-size:.85rem;font-weight:600;transition:all .2s ease}.booking-step-item.active .step-num{background:var(--teal-700);color:#ffffff;border-color:var(--teal-700);box-shadow:0 2px 8px rgba(16,89,102,.3)}.step-label{font-size:.78rem;font-weight:500;color:var(--ink-muted)}.booking-step-item.active .step-label{color:var(--teal-900)}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.field label{font-weight:600;font-size:.95rem;color:var(--teal-900)}.field input,.field select,.field textarea{border:1.5px solid var(--border-medium);border-radius:var(--radius-md);padding:12px 14px;background:#ffffff;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--teal-600);box-shadow:0 0 0 3px rgba(22,112,128,.12)}.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:14px 0}.slot-btn{padding:12px 8px;border:1.5px solid var(--border-medium);border-radius:var(--radius-md);background:#ffffff;cursor:pointer;font-weight:600;font-size:.9rem;text-align:center;transition:all .15s ease;display:flex;flex-direction:column;align-items:center;gap:2px}.slot-btn:hover:not(:disabled):not(.selected){border-color:var(--teal-600);background:var(--bg-subtle)}.slot-btn.selected{background:var(--teal-700);color:#ffffff;border-color:var(--teal-700);box-shadow:0 3px 10px rgba(16,89,102,.25)}.slot-btn:disabled{background:#f3f7f7;color:#a1b6b9;cursor:not-allowed;border-color:var(--border-subtle);opacity:.65;text-decoration:line-through}.notice{padding:14px 18px;border-radius:var(--radius-md);font-size:.92rem;margin:18px 0;display:flex;align-items:flex-start;gap:10px;line-height:1.5}.notice.info{background:var(--teal-100);border:1px solid rgba(16,89,102,.2);color:var(--teal-900)}.notice.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.notice.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.footer{background:var(--teal-900);color:#e2f0f2;padding:60px 0 30px;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:36px;gap:36px;margin-bottom:40px}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo-wrap{width:44px;height:44px;background:#ffffff;border-radius:var(--radius-sm);padding:4px}.footer-logo-wrap img{width:100%;height:100%;object-fit:contain}.footer-brand h4{font-size:1.15rem;font-weight:600;color:#ffffff;margin:0}.footer-desc{font-size:.88rem;color:#b0ced4;line-height:1.6}.footer-col h5{font-size:.95rem;font-weight:600;color:#ffffff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.03em}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.88rem;color:#c5dfe3;transition:color .2s ease}.footer-links a:hover{color:#ffffff}.footer-disclaimer-box{padding:16px;background:rgba(0,0,0,.15);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.06);font-size:.82rem;color:#9cbcc2;line-height:1.5;margin-top:10px}.footer-bottom{padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:.82rem;color:#8dafb5;flex-wrap:wrap;gap:12px}.mobile-book-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:45;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:12px 16px;border-top:1px solid var(--border-medium);box-shadow:0 -4px 20px rgba(0,0,0,.08)}.mobile-book-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 80px)}.admin-side{background:var(--teal-900);color:#ffffff;padding:24px 16px;-webkit-border-end:1px solid rgba(255,255,255,.08);border-inline-end:1px solid rgba(255,255,255,.08)}.admin-main{padding:32px;background:var(--bg-page)}.admin-side button{display:block;width:100%;text-align:start;margin:6px 0;background:transparent;color:#c5dfe3;border:0;padding:12px 14px;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;transition:all .15s ease}.admin-side button.active,.admin-side button:hover{background:rgba(255,255,255,.12);color:#ffffff}.table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:12px 16px;border-bottom:1px solid var(--border-subtle);text-align:start;white-space:nowrap;font-size:.9rem}.table th{background:var(--bg-subtle);font-weight:800;color:var(--teal-900)}@media (max-width:960px){.nav{height:70px;gap:12px;flex-wrap:nowrap}.brand-group{gap:10px}.brand-logo-wrap{width:48px;height:48px}.navlinks{display:none}.nav-actions{gap:8px;flex-shrink:0}.header-lang-switch{padding:2px 4px;gap:2px}.header-lang-switch .lang-option{padding:3px 6px;font-size:.78rem}.btn-header-book{padding:8px 14px;font-size:.85rem;gap:6px}.mobile-menu-btn{display:inline-flex;padding:7px 9px}.doctor-hero-card{padding:32px 20px 28px}.profile-intro-box{padding:32px 22px}.quick-booking-panel{padding:28px 20px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.slot-grid{grid-template-columns:repeat(3,1fr)}.mobile-book-bar{display:block}body{padding-bottom:74px}}@media (max-width:640px){.nav{height:64px}.brand-group,.nav{gap:8px}.brand-logo-wrap{width:44px;height:44px;padding:2px}.header-lang-switch{padding:2px 4px}.header-lang-switch .lang-option{padding:3px 5px;font-size:.74rem}.btn-header-book{padding:7px 11px;font-size:.8rem}.hero{padding:36px 0 28px}.doctor-avatar-wrap{width:140px;height:140px;margin-bottom:14px}.doctor-hero-card{padding:28px 16px 24px;border-radius:var(--radius-lg)}.doctor-hero-badges{gap:6px}.hero-badge-pill{font-size:.76rem;padding:4px 10px}.doctor-hero-meta{padding:8px 14px;font-size:.84rem;gap:8px}.hero-actions{flex-direction:column;width:100%;gap:10px}.hero-actions .btn{width:100%;justify-content:center}.profile-intro-box{padding:24px 16px;border-radius:var(--radius-lg)}.profile-intro-text{font-size:.96rem;line-height:1.65;gap:14px}.profile-feature-strip{grid-template-columns:1fr;gap:10px}.quick-booking-panel{padding:24px 16px;border-radius:var(--radius-lg)}.quick-booking-grid{grid-template-columns:1fr}.btn-quick-submit{width:100%;justify-content:center}.quick-branch-info-preview{flex-direction:column;align-items:flex-start;gap:8px}.footer-grid,.grid-articles,.grid-branches,.grid-services{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(2,1fr)}.booking-card{padding:22px 18px}.admin-shell{grid-template-columns:1fr}.admin-side{display:flex;overflow-x:auto;gap:6px;padding:12px}.admin-side button{width:auto;white-space:nowrap}}@media (max-width:380px){.brand-group,.nav{gap:6px}.brand-logo-wrap{width:40px;height:40px;padding:2px}.header-lang-switch .lang-option{padding:2px 4px;font-size:.72rem}.btn-header-book{padding:6px 9px;font-size:.76rem;gap:4px}.btn-header-book .btn-icon{display:none}}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9da48a48bf6500f8-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9efac92d680e57b6-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1323037a3e4ea9e8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/17efc7caebbb6a73-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f022b1629605b85c-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/18d6d756b83deaa1-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/101eb3c626c8a0e0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b729ad8c86c7d641-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4efb0298547fad0-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3d28d0a4af5320e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b096b166d47a2e73-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/79d9077e4fd7eddc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb66eb17bf011c3b-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3abc2a74bccacda0-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/20e170e88a69dd27-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans Arabic;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99dc19e540dbb87b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Arabic Fallback;src:local("Arial");ascent-override:107.25%;descent-override:41.02%;line-gap-override:0.00%;size-adjust:101.17%}.__className_4d99d1{font-family:IBM Plex Sans Arabic,IBM Plex Sans Arabic Fallback;font-style:normal}.__variable_4d99d1{--font-ibm-plex-arabic:"IBM Plex Sans Arabic","IBM Plex Sans Arabic Fallback"}