.doctor-profile{--blue:#01304a;--blue-dark:#01304a;--red:#b70114;--red-dark:#b70114;--line:#e2e8f0;--ink:#01304a;--ink-soft:#475569;--bg-light:#f8fafc;--font-stack:"Stack Sans Text","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-family:var(--font-stack);color:var(--ink);background:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.doctor-profile h1,.doctor-profile h2,.doctor-profile h3,.doctor-profile h4,.doctor-profile h5{font-family:var(--font-stack);letter-spacing:-.02em;font-weight:300}.doctor-profile p{font-family:var(--font-stack);line-height:1.7;letter-spacing:-.01em;font-weight:300}.doctor-profile .container{max-width:1280px;margin:0 auto;padding:0 24px}.doctor-profile .btn-primary{background:var(--red);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.doctor-profile .btn-primary:hover{background:var(--red-dark)}.doctor-profile .w-100{width:100%}.doctor-profile .breadcrumb-wrapper{background:#fff;padding:24px 0;font-size:12px;font-weight:500;color:var(--ink-soft)}.doctor-profile .breadcrumb-wrapper a{color:var(--ink-soft);text-decoration:none}.doctor-profile .breadcrumb-wrapper a:hover{color:var(--blue)}.doctor-profile .breadcrumb-wrapper .current{color:var(--blue);font-weight:600}.doctor-profile .hero-section{display:grid;grid-template-columns:280px 1fr;gap:36px;margin-bottom:40px;align-items:stretch}.doctor-profile .hero-avatar{position:relative;width:100%;height:100%;min-height:300px;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);background:#f8fafc}.doctor-profile .hero-avatar img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.doctor-profile .hero-details{padding-top:16px}.doctor-profile .dept-tag{display:inline-block;background:#01304a;color:#fff;font-size:11px;font-weight:600;padding:6px 14px;border-radius:9999px;letter-spacing:.05em;margin-bottom:16px}.doctor-profile .hero-details h1{font-size:clamp(28px,3.2vw,38px);font-weight:300;color:var(--blue);margin-bottom:8px;line-height:1.15}.doctor-profile .hero-details .designation{font-size:18px;font-weight:300;color:var(--ink-soft);margin-bottom:8px}.doctor-profile .hero-details .education{font-size:14px;color:var(--ink-soft);margin-bottom:24px}.doctor-profile .hero-details .bio{font-size:14px;line-height:1.6;color:var(--ink-soft)}.doctor-profile .stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;margin:32px 0;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.doctor-profile .stat-col{display:flex;align-items:flex-start;gap:12px}.doctor-profile .stat-icon{color:var(--ink-soft);display:flex;margin-top:2px}.doctor-profile .stat-data{display:flex;flex-direction:column}.doctor-profile .stat-data strong{font-size:14px;font-weight:500;color:var(--ink);line-height:1.2;margin-bottom:2px}.doctor-profile .stat-data span{font-size:11px;color:var(--ink-soft);line-height:1.4}.doctor-profile .avail-tag{display:inline-flex;align-items:center;gap:8px;color:#15803d;font-weight:600;font-size:13px}.doctor-profile .green-dot{width:8px;height:8px;background:#22c55e;border-radius:50%}.doctor-profile .red-dot{width:8px;height:8px;background:var(--red);border-radius:50%}.doctor-profile .hero-sidebar{align-self:center}.doctor-profile .hero-sidebar .action-card{border:1px solid var(--line);border-radius:12px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.02)}.doctor-profile .action-card h3{font-size:18px;font-weight:300;color:var(--blue);margin-bottom:16px}.doctor-profile .card-divider{height:2px;width:32px;background:var(--red);margin-bottom:24px}.doctor-profile .question-box{margin-top:24px;font-size:13px}.doctor-profile .question-box p{color:var(--ink-soft);margin-bottom:4px;font-weight:500}.doctor-profile .question-box a{color:var(--blue);font-weight:700;text-decoration:underline}.doctor-profile .verified-box{margin-top:32px;background:var(--bg-light);border:1px solid var(--line);padding:16px;border-radius:8px;display:flex;gap:12px;align-items:flex-start}.doctor-profile .verified-box .shield-icon{color:var(--ink-soft)}.doctor-profile .verified-box strong{display:block;font-size:13px;color:var(--ink);margin-bottom:2px}.doctor-profile .verified-box span{font-size:11px;color:var(--ink-soft)}.doctor-profile .main-layout{display:grid;grid-template-columns:1fr 340px;gap:60px;padding-bottom:120px}.doctor-profile .right-sidebar{position:sticky;top:120px;align-self:start;display:flex;flex-direction:column;gap:24px}.doctor-profile .section-block{margin-bottom:60px}.doctor-profile .section-block h2{font-size:20px;font-weight:300;color:var(--blue);margin-bottom:24px;position:relative;padding-bottom:12px}.doctor-profile .section-block h2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--line)}.doctor-profile .section-text{font-size:14px;color:var(--ink-soft);line-height:1.7}.doctor-profile .specialties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.doctor-profile .spec-card{background:#fafafa;border:1px solid #e2e1e1;border-radius:16px;padding:24px 20px;text-align:center;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.02)}.doctor-profile .spec-card:hover{background:#fff;border-color:rgba(1,48,74,.3);box-shadow:0 12px 32px rgba(1,48,74,.08);transform:translateY(-3px)}.doctor-profile .spec-card .red-icon{color:#b70114;margin:0 auto 14px;display:flex;justify-content:center}.doctor-profile .hero-content h1{font-size:48px;font-weight:300;color:#fff;margin-bottom:8px;letter-spacing:-.03em}.doctor-profile .hero-content h2{font-size:20px;font-weight:300;color:hsla(0,0%,100%,.9);margin-bottom:24px}.doctor-profile .spec-card h4{font-size:15px;font-weight:500;color:#01304a;margin-bottom:6px}.doctor-profile .spec-card span{font-size:12.5px;color:#64748b;line-height:1.4;font-weight:300}.doctor-profile .timeline-grid{display:flex;flex-direction:column}.doctor-profile .timeline-item{display:grid;grid-template-columns:60px 24px 1fr;gap:24px;position:relative;padding-bottom:32px}.doctor-profile .timeline-year{font-size:13px;font-weight:500;color:var(--ink-soft);text-align:right;margin-top:-2px}.doctor-profile .timeline-dot{position:relative}.doctor-profile .timeline-dot:after{content:"";position:absolute;left:50%;top:4px;transform:translateX(-50%);width:8px;height:8px;background:var(--red);border-radius:50%;z-index:2}.doctor-profile .timeline-item:not(:last-child) .timeline-dot:before{content:"";position:absolute;left:50%;top:12px;bottom:-32px;transform:translateX(-50%);width:1px;background:var(--line);z-index:1}.doctor-profile .timeline-content h4{font-size:14px;font-weight:500;color:var(--ink);margin-bottom:4px;margin-top:-3px}.doctor-profile .timeline-content p{font-size:13px;color:var(--ink-soft)}.doctor-profile .availability-card{border:1px solid var(--line);border-radius:12px;display:grid;grid-template-columns:1fr 1.5fr}.doctor-profile .avail-left{padding:32px;border-right:1px solid var(--line)}.doctor-profile .avail-label{font-size:11px;font-weight:300;color:var(--ink-soft);margin-bottom:12px}.doctor-profile .avail-time{font-size:18px;font-weight:300;color:var(--blue);display:flex;align-items:center;gap:8px;margin-bottom:16px}.doctor-profile .avail-left p{font-size:12px;color:var(--ink-soft);line-height:1.5;font-weight:300}.doctor-profile .avail-right{padding:32px}.doctor-profile .days-row{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.doctor-profile .day-box{padding:10px 16px;border-radius:8px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:8px;font-size:11px;font-weight:700;color:var(--ink)}.doctor-profile .day-box.active{background:var(--blue);color:#fff;border-color:var(--blue)}.doctor-profile .legend-row{display:flex;gap:16px;font-size:12px;color:var(--ink-soft)}.doctor-profile .legend-row span{display:flex;align-items:center;gap:6px}.doctor-profile .section-header-flex{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--line);margin-bottom:32px}.doctor-profile .section-header-flex h2{border-bottom:none;margin-bottom:0;padding-bottom:12px}.doctor-profile .nav-buttons{display:flex;gap:8px}.doctor-profile .nav-buttons button{width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink)}.doctor-profile .view-all{font-size:13px;font-weight:600;color:var(--blue);text-decoration:none}.doctor-profile .testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.doctor-profile .test-card{border:1px solid var(--line);border-radius:12px;padding:24px}.doctor-profile .quote-mark{font-size:48px;color:var(--red);font-family:serif;font-weight:700;line-height:.5;margin-bottom:16px}.doctor-profile .stars{display:flex;gap:4px;margin-bottom:16px}.doctor-profile .test-text{font-size:13px;font-style:italic;color:var(--ink-soft);margin-bottom:16px;line-height:1.6}.doctor-profile .test-author{font-size:12px;font-weight:700;color:var(--blue)}.doctor-profile .articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.doctor-profile .article-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;height:440px}.doctor-profile .article-img{width:100%;height:240px;overflow:hidden}.doctor-profile .article-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.doctor-profile .article-content{padding:24px;display:flex;flex-direction:column;flex:1}.doctor-profile .article-cat{font-size:11px;font-weight:500;color:var(--red);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.doctor-profile .article-card h4{font-size:16px;font-weight:300;color:var(--ink);margin-bottom:16px;line-height:1.5}.doctor-profile .article-read{font-size:13px;font-weight:500;color:var(--blue);text-decoration:none;margin-top:auto}.doctor-profile .custom-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:80px}.doctor-profile .custom-pagination .pill-arrows,.doctor-profile .custom-pagination .pill-btn,.doctor-profile .custom-pagination .pill-indicator{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:9999px;background:#fff;height:48px}.doctor-profile .custom-pagination .pill-btn{padding:0 24px;font-weight:600;font-size:14px;color:var(--blue-dark);cursor:pointer;transition:all .2s}.doctor-profile .custom-pagination .pill-btn:hover{background:#f8fafc}.doctor-profile .custom-pagination .pill-indicator{padding:0 20px;font-size:14px}.doctor-profile .custom-pagination .pill-indicator strong{font-weight:800;color:var(--blue-dark);margin-right:4px}.doctor-profile .custom-pagination .pill-indicator span{color:#94a3b8}.doctor-profile .custom-pagination .pill-arrows{padding:4px}.doctor-profile .custom-pagination .arrow-btn{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s}.doctor-profile .custom-pagination .left-arrow{background:transparent;color:#64748b}.doctor-profile .custom-pagination .left-arrow:hover{background:#f1f5f9}.doctor-profile .custom-pagination .right-arrow{background:#b70114;color:#fff}.doctor-profile .custom-pagination .right-arrow:hover{background:#9b0f1b}.doctor-profile .ask-question-card{background:#fff;border-radius:20px;padding:28px;margin-bottom:24px;border:1px solid var(--line);box-shadow:0 12px 32px rgba(0,0,0,.03)}.doctor-profile .ask-question-card h2{font-size:18px;font-weight:300;color:var(--blue-dark);margin-bottom:20px}.doctor-profile .ask-question-card input,.doctor-profile .ask-question-card textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #e5e7eb;outline:none;margin-bottom:16px;font-size:14px;font-family:inherit;background:#f8fafc;color:var(--ink)}.doctor-profile .ask-question-card input::-moz-placeholder,.doctor-profile .ask-question-card textarea::-moz-placeholder{color:#94a3b8}.doctor-profile .ask-question-card input::placeholder,.doctor-profile .ask-question-card textarea::placeholder{color:#94a3b8}.doctor-profile .ask-question-card textarea{height:100px;resize:vertical;margin-bottom:20px}.doctor-profile .ask-question-card .btn-submit{background:var(--blue);color:#fff;border:none;border-radius:8px;padding:16px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s}.doctor-profile .ask-question-card .btn-submit:hover{background:#001a2c}.doctor-profile .contact-cards{display:flex;flex-direction:column;gap:16px}.doctor-profile .contact-card{padding:24px;border-radius:16px;color:#fff}.doctor-profile .contact-card.blue-card{background:#01304a}.doctor-profile .contact-card.red-card{background:#b70114}.doctor-profile .contact-card .cc-label{font-size:10px;font-weight:700;letter-spacing:.05em;margin-bottom:12px;opacity:.8}.doctor-profile .contact-card .cc-number{font-size:24px;font-weight:800;display:flex;align-items:center;gap:12px;margin-bottom:12px}.doctor-profile .contact-card .cc-sub{font-size:13px;opacity:.9}@media (max-width:1024px){.doctor-profile .hero-section,.doctor-profile .main-layout{grid-template-columns:1fr}.doctor-profile .specialties-grid{grid-template-columns:1fr 1fr}.doctor-profile .availability-card{grid-template-columns:1fr;gap:24px}.doctor-profile .avail-left{border-right:none;border-bottom:1px solid var(--line);padding-bottom:24px}.doctor-profile .avail-right{padding:0}.doctor-profile .articles-grid,.doctor-profile .testimonials-grid{grid-template-columns:1fr}}