.theme-toggle{background:transparent!important;border:none!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:10000!important;outline:none!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;transition:transform .2s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1)!important;will-change:transform!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.theme-toggle:focus{outline:2px solid var(--primary-blue, #2563eb)!important;outline-offset:2px!important;transition:transform .2s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),outline .2s ease!important}.theme-toggle:hover{transform:scale(1.05) translateZ(0)!important;background:#0000000d!important;transition:transform .2s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1)!important}[data-theme=dark] .theme-toggle:hover{background:#ffffff1a!important}.theme-toggle:active{transform:scale(.98) translateZ(0)!important;transition:transform .15s cubic-bezier(.4,0,.2,1)!important}.theme-toggle-track{width:56px!important;height:32px!important;border-radius:16px!important;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)!important;position:relative!important;transition:background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)!important;padding:4px!important;box-shadow:inset 0 2px 4px #0000001a!important;overflow:hidden!important;pointer-events:none!important;will-change:background,box-shadow!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.theme-toggle-track:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#2563eb1a);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none;will-change:opacity}.theme-toggle:hover .theme-toggle-track:before{opacity:1}[data-theme=dark] .theme-toggle-track{background:linear-gradient(135deg,#334155,#475569)!important;box-shadow:inset 0 2px 4px #0000004d!important;transition:background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)!important}[data-theme=dark] .theme-toggle-track:before{background:linear-gradient(135deg,#fbbf2426,#f59e0b26)}.theme-toggle-thumb{width:24px!important;height:24px!important;border-radius:50%!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;position:absolute!important;top:50%!important;transform:translateY(-50%) translateZ(0)!important;transition:left .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#f59e0b!important;box-shadow:0 2px 8px #00000026,0 0 0 1px #0000000d!important;pointer-events:none!important;will-change:left,background,transform!important;-webkit-transform:translateY(-50%) translateZ(0)!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}.theme-toggle-thumb.light{left:4px!important;transition:left .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)!important}.theme-toggle-thumb.dark{left:calc(100% - 28px)!important;color:#fbbf24!important;transition:left .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)!important}[data-theme=dark] .theme-toggle-thumb{background:linear-gradient(135deg,#1e293b,#0f172a)!important;box-shadow:0 2px 8px #0006,0 0 0 1px #ffffff1a!important;transition:left .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)!important}.theme-toggle-thumb:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3),transparent 70%);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none;will-change:opacity}[data-theme=dark] .theme-toggle-thumb:before{background:radial-gradient(circle at 30% 30%,rgba(251,191,36,.3),transparent 70%);opacity:1;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.theme-toggle-thumb svg{width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),rotate .3s cubic-bezier(.4,0,.2,1)!important;position:relative;z-index:1;will-change:transform,opacity;-webkit-transform:translateZ(0);transform:translateZ(0)}.theme-toggle:hover .theme-toggle-thumb svg{transform:rotate(15deg) scale(1.1) translateZ(0)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.theme-toggle:active .theme-toggle-thumb svg{transform:rotate(0) scale(.98) translateZ(0)!important;transition:transform .2s cubic-bezier(.4,0,.2,1)!important}@media (max-width: 768px){.theme-toggle-track{width:48px!important;height:28px!important}.theme-toggle-thumb{width:20px!important;height:20px!important}.theme-toggle-thumb.light{left:4px!important}.theme-toggle-thumb.dark{left:calc(100% - 24px)!important}}.theme-toggle{user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;touch-action:manipulation!important}.theme-toggle:disabled,.theme-toggle[disabled]{opacity:1!important;cursor:pointer!important;pointer-events:auto!important}.theme-toggle,.theme-toggle-track,.theme-toggle-thumb,.theme-toggle-thumb svg{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-perspective:1000px!important;perspective:1000px!important}.theme-toggle,.theme-toggle-track,.theme-toggle-thumb{text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.theme-toggle *{box-sizing:border-box!important}button.theme-toggle.theme-toggle,.theme-toggle.theme-toggle{background:transparent!important;border:none!important;cursor:pointer!important;padding:8px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:10000!important;outline:none!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;margin:0!important;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;text-decoration:none!important;text-align:center!important;vertical-align:middle!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;text-transform:none!important;letter-spacing:normal!important;word-spacing:normal!important;text-indent:0!important;text-shadow:none!important}.doctors-page-modern{background:#fff;min-height:calc(100vh - 80px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;overflow-x:hidden;overflow-y:visible;position:relative;transition:background-color .3s ease}.hero-section-new{padding:60px 0 80px;background:linear-gradient(90deg,#eef2ff,#fff 50%);position:relative;width:100%;overflow:visible;transition:background .3s ease}.hero-section-new:before{content:"✦";position:absolute;top:15%;right:25%;font-size:24px;color:#1e293b;z-index:0;pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1;overflow:visible}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:150px;align-items:center;position:relative;padding-top:15px;z-index:1;overflow:visible}.hero-left-section{display:flex;flex-direction:column;gap:28px;position:relative;z-index:2}.hero-subtitle-doctor{font-size:14px;font-weight:600;color:#1e293b;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 8px;line-height:1.6;padding:12px 16px;background:#2563eb14;border-radius:8px;display:inline-block;width:fit-content;max-width:100%;position:relative;z-index:2}.trusted-users-section{display:flex;align-items:center;gap:14px}.user-avatars-group{display:flex;position:relative}.user-avatar{width:42px;height:42px;border-radius:50%;border:3px solid #ffffff;object-fit:cover;margin-left:-14px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px) scale(.8);animation:avatarFadeIn .6s cubic-bezier(.4,0,.2,1) forwards,avatarGentleFloat 3s ease-in-out infinite;box-shadow:0 2px 8px #0000001a;position:relative}.user-avatar:first-child{margin-left:0;animation-delay:.1s,.1s}.user-avatar:nth-child(2){animation-delay:.2s,.2s}.user-avatar:nth-child(3){animation-delay:.3s,.3s}.user-avatar:before{content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid transparent;opacity:0;transition:opacity .3s ease;animation:avatarPulse 2s ease-in-out infinite}.user-avatar:hover{transform:translateY(-8px) scale(1.15);z-index:10;box-shadow:0 8px 24px #1a5fff4d;border-color:#1a5fff;animation:avatarFloat 2s ease-in-out infinite,avatarFadeIn .6s cubic-bezier(.4,0,.2,1) forwards,avatarRotate 4s linear infinite}.user-avatar:hover:before{opacity:1;border-color:#1a5fff;animation:avatarPulseHover 1.5s ease-in-out infinite}.user-avatars-group:hover .user-avatar:not(:hover){opacity:.6;transform:scale(.95);animation:avatarGentleFloat 3s ease-in-out infinite,avatarFadeIn .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes avatarFadeIn{0%{opacity:0;transform:translateY(20px) scale(.8) rotate(-10deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes avatarGentleFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.02)}}@keyframes avatarFloat{0%,to{transform:translateY(-8px) scale(1.15) rotate(0)}25%{transform:translateY(-12px) scale(1.15) rotate(2deg)}50%{transform:translateY(-10px) scale(1.15) rotate(0)}75%{transform:translateY(-12px) scale(1.15) rotate(-2deg)}}@keyframes avatarRotate{0%{transform:translateY(-8px) scale(1.15) rotate(0)}to{transform:translateY(-8px) scale(1.15) rotate(360deg)}}@keyframes avatarPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@keyframes avatarPulseHover{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.trusted-users-text-wrapper{display:flex;flex-direction:column;gap:2px}.trusted-count-large{font-size:32px;font-weight:800;color:#1e293b;line-height:1}.trusted-users-text{font-size:12px;font-weight:600;color:#1e293b;letter-spacing:.5px;text-transform:uppercase}.hero-main-title-doctor{font-size:45px;font-weight:500;color:#1e293b;margin:0}.title-highlight{color:#2563eb;font-weight:800}.title-medical-with-pills{position:relative;display:inline-block;white-space:nowrap;line-height:1.1}.title-need-text{color:#1e293b;font-weight:800;margin-left:6px;display:inline-block}.pills-decoration-new{position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);display:flex;gap:8px;align-items:center;animation:pillsFadeIn 1s ease-out .5s both;z-index:1}@keyframes pillsFadeIn{0%{opacity:0;transform:translateY(-50%) translate(-10px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.pill-decoration{width:28px;height:12px;border-radius:12px;position:relative;animation:pillFloat 3s ease-in-out infinite}.pill-decoration:nth-child(2){animation-delay:.3s}@keyframes pillFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(2deg)}}.pill-white-new{background:#fff;box-shadow:0 2px 8px #00000026,0 0 0 1px #0000000d;position:relative;transition:all .3s ease}.pill-white-new:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#2563eb;border-radius:50%;opacity:.6;transition:all .3s ease}.pill-white-new:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #0003}.pill-blue-new{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #2563eb4d;position:relative;transition:all .3s ease}.pill-blue-new:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#fff;border-radius:50%;opacity:.9;transition:all .3s ease}.pill-blue-new:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #2563eb66;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.hero-buttons-doctor-wrapper{display:flex;gap:18px;margin-top:12px}.hero-btn{display:flex;align-items:center;gap:10px;padding:16px 30px;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.hero-btn span{white-space:nowrap}.btn-appointment-doctor{background:#fff;color:#1e293b;border:2px solid #1e293b}.btn-appointment .btn-icon-left{color:#1e293b}.btn-appointment:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 20px #1e293b33}.btn-find{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.btn-find:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-icon-left{font-size:18px}.hero-right-section-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:fit-content;max-width:100%;height:550px;z-index:2}.doctor-image-frame-New{position:relative;width:450px;max-width:100%;height:550px;background:#eef3ff;border-radius:36px;padding:20px;box-shadow:0 24px 60px #0f172a4d;border:1px solid rgba(148,163,184,.35);overflow:hidden;z-index:1;flex-shrink:0}.doctor-main-image{width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:28px;display:block}.doctor-consult-btn{position:absolute;left:-18px;top:50%;transform:translateY(-50%);width:42px;height:140px;background:linear-gradient(135deg,#60a5fa,#2563eb);border:none;border-radius:21px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #2563eb4d;z-index:10;transition:all .3s ease;color:#fff;font-weight:700;font-size:14px;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:2px}.doctor-consult-btn:hover{transform:translateY(-50%) translate(-4px);box-shadow:0 6px 20px #2563eb66}.doctor-bubble{position:absolute;background:#fff;padding:8px 12px;border-radius:10px;box-shadow:0 3px 12px #0000001a;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1e293b;white-space:nowrap;z-index:10}.doctor-bubble-lung{top:8%;left:4%}.doctor-bubble-eye{right:3%}.doctor-bubble-icon{color:#2563eb;font-size:14px}.doctor-services-card{position:absolute;top:28%;right:-10%;background:#fff;border-radius:16px;padding:18px;box-shadow:0 6px 20px #0000001f;min-width:220px;max-width:220px;z-index:10}.doctor-card-profile{display:flex;justify-content:center;margin-bottom:16px}.doctor-card-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e0e7ff}.doctor-card-text{font-size:12px;color:#475569;line-height:1.5;margin-bottom:12px;text-align:center;font-weight:500}.doctor-card-author{display:flex;align-items:center;justify-content:center;gap:12px}.doctor-author-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f093fb,#f5576c);flex-shrink:0}.doctor-author-details{display:flex;flex-direction:column;gap:2px}.doctor-author-name{font-size:12px;color:#1e293b;font-weight:700}.doctor-author-role{font-size:11px;color:#64748b;font-weight:600}.doctor-specialty-row{position:absolute;display:flex;gap:10px;z-index:10}.doctor-specialty-row-1{bottom:20%;left:-5%}.doctor-specialty-row-2{bottom:13%;left:-5%}.doctor-specialty-btn{padding:8px 16px;border-radius:18px;font-size:12px;font-weight:600;color:#fff;border:2px solid #ffffff;cursor:pointer;transition:all .3s ease;white-space:nowrap}.doctor-specialty-cardio{background:linear-gradient(135deg,#60a5fa,#2563eb)}.doctor-specialty-neuro{background:#475569}.doctor-specialty-derma{background:#d97706}.doctor-specialty-pedia,.doctor-specialty-dental{background:#64748b}.doctor-specialty-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.doctor-scroll-btn{position:absolute;top:3%;right:3%;width:32px;height:32px;border-radius:8px;background:#fffffff2;border:1px solid rgba(148,163,184,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1e293b;transition:all .3s ease;z-index:10;backdrop-filter:blur(10px)}.doctor-scroll-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;gap:50px}.hero-main-title-doctor{font-size:42px}.hero-right-section-wrapper{height:550px}.doctor-image-frame-New{width:100%;max-width:100%;height:100%}.doctor-services-card{display:none}.doctor-consult-btn{left:-15px}.hero-buttons-doctor-wrapper{flex-wrap:wrap;gap:14px}.hero-btn{flex:1;min-width:200px;padding:14px 26px;font-size:15px}}@media (max-width: 768px){.hero-section-new{padding:60px 0 80px}.hero-main-title-doctor{font-size:36px}.hero-buttons-doctor-wrapper{flex-direction:column;gap:12px;width:100%;align-items:stretch}.hero-btn{width:100%;justify-content:center;white-space:nowrap;padding:14px 24px;font-size:15px}.hero-btn span{white-space:nowrap;font-size:15px}.btn-icon-left{font-size:16px}.hero-right-section-wrapper{height:450px}.doctor-image-frame-New{width:100%;max-width:400px;height:100%}.doctor-specialty-row{display:none}.doctor-consult-btn{left:-12px;width:40px;height:150px;font-size:12px}}@media (max-width: 480px){.hero-main-title-doctor{font-size:30px}.hero-subtitle-doctor{font-size:12px}.hero-buttons-doctor-wrapper{flex-direction:column;gap:10px;width:100%;margin-top:16px}.hero-btn{width:100%;padding:12px 20px;font-size:14px;gap:8px;border-radius:10px}.hero-btn span{font-size:14px;white-space:normal;text-align:center}.btn-icon-left{font-size:14px;flex-shrink:0}.btn-find .btn-icon-left:last-child{margin-left:-4px}}@media (max-width: 360px){.hero-buttons-doctor-wrapper{gap:8px;margin-top:12px}.hero-btn{padding:10px 16px;font-size:13px;gap:6px;border-radius:8px}.hero-btn span,.btn-icon-left{font-size:13px}}@media (min-width: 481px) and (max-width: 640px){.hero-buttons-doctor-wrapper{flex-direction:row;flex-wrap:wrap;gap:10px}.hero-btn{flex:1 1 calc(50% - 5px);min-width:0;padding:12px 18px;font-size:14px}}@media (min-width: 769px) and (max-width: 1024px){.hero-buttons-doctor-wrapper{gap:16px}.hero-btn{padding:14px 28px;font-size:15px}}@media (min-width: 1281px){.hero-buttons-doctor-wrapper{gap:20px}.hero-btn{padding:16px 32px;font-size:16px}}@media (max-width: 480px){.trusted-users-text{font-size:12px}.pills-decoration-new{left:calc(100% + 6px);gap:6px}.title-need-text{margin-left:4px}.pill-decoration{width:24px;height:10px}.hero-right-section-wrapper{height:400px}.doctor-image-frame-New{width:100%;padding:20px;height:100%}.doctor-bubble,.doctor-consult-btn{display:none}}[data-theme=dark] body,html[data-theme=dark] body,[data-theme=dark] html,html[data-theme=dark]{background-color:#0f172a!important}[data-theme=dark] .doctors-page-modern,html[data-theme=dark] .doctors-page-modern{background:#0f172a!important;background-color:#0f172a!important}[data-theme=dark] .hero-section-new,html[data-theme=dark] .hero-section-new{background:linear-gradient(90deg,#1e293b,#0f172a 50%)!important}[data-theme=dark] .hero-section-new:before,html[data-theme=dark] .hero-section-new:before{color:#cbd5e1!important;opacity:.6}[data-theme=dark] .hero-subtitle-doctor,html[data-theme=dark] .hero-subtitle-doctor{color:#e2e8f0!important;background:#3b82f633!important;border:1px solid rgba(59,130,246,.3)}[data-theme=dark] .user-avatar,html[data-theme=dark] .user-avatar{border-color:#334155!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .user-avatar:hover,html[data-theme=dark] .user-avatar:hover{border-color:#3b82f6!important;box-shadow:0 8px 24px #3b82f666!important}[data-theme=dark] .trusted-count-large,html[data-theme=dark] .trusted-count-large{color:#fff!important}[data-theme=dark] .trusted-users-text,html[data-theme=dark] .trusted-users-text{color:#cbd5e1!important}[data-theme=dark] .hero-main-title-doctor,html[data-theme=dark] .hero-main-title-doctor{color:#fff!important}[data-theme=dark] .title-highlight,html[data-theme=dark] .title-highlight{color:#60a5fa!important}[data-theme=dark] .title-need-text,html[data-theme=dark] .title-need-text{color:#fff!important}[data-theme=dark] .pill-white-new,html[data-theme=dark] .pill-white-new{background:#334155!important;box-shadow:0 2px 8px #0006,0 0 0 1px #ffffff1a!important}[data-theme=dark] .pill-white-new:after,html[data-theme=dark] .pill-white-new:after{background:#60a5fa!important}[data-theme=dark] .pill-white-new:hover,html[data-theme=dark] .pill-white-new:hover{box-shadow:0 4px 12px #00000080!important;background:#475569!important}[data-theme=dark] .pill-blue-new,html[data-theme=dark] .pill-blue-new{background:linear-gradient(135deg,#60a5fa,#3b82f6)!important;box-shadow:0 2px 8px #60a5fa66!important}[data-theme=dark] .pill-blue-new:hover,html[data-theme=dark] .pill-blue-new:hover{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 4px 12px #60a5fa80!important}[data-theme=dark] .btn-appointment-doctor,html[data-theme=dark] .btn-appointment-doctor{background:#1e293b!important;color:#e2e8f0!important;border:2px solid #475569!important}[data-theme=dark] .btn-appointment-doctor .btn-icon-left,html[data-theme=dark] .btn-appointment-doctor .btn-icon-left{color:#e2e8f0!important}[data-theme=dark] .btn-appointment-doctor:hover,html[data-theme=dark] .btn-appointment-doctor:hover{background:#334155!important;border-color:#64748b!important;box-shadow:0 8px 20px #0006!important;color:#fff!important}[data-theme=dark] .btn-appointment-doctor:hover .btn-icon-left,html[data-theme=dark] .btn-appointment-doctor:hover .btn-icon-left{color:#fff!important}[data-theme=dark] .btn-find,html[data-theme=dark] .btn-find{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important}[data-theme=dark] .btn-find:hover,html[data-theme=dark] .btn-find:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 8px 20px #2563eb80!important}[data-theme=dark] .doctor-image-frame-New,html[data-theme=dark] .doctor-image-frame-New{background:#1e293b!important;border-color:#47556999!important;box-shadow:0 24px 60px #0009!important}[data-theme=dark] .doctor-consult-btn,html[data-theme=dark] .doctor-consult-btn{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 4px 16px #2563eb80!important;color:#fff!important}[data-theme=dark] .doctor-consult-btn:hover,html[data-theme=dark] .doctor-consult-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 6px 20px #2563eb99!important}[data-theme=dark] .doctor-bubble,html[data-theme=dark] .doctor-bubble{background:#1e293b!important;color:#e2e8f0!important;box-shadow:0 3px 12px #00000080!important;border:1px solid rgba(71,85,105,.5)}[data-theme=dark] .doctor-bubble span,html[data-theme=dark] .doctor-bubble span{color:#e2e8f0!important}[data-theme=dark] .doctor-bubble-icon,html[data-theme=dark] .doctor-bubble-icon{color:#60a5fa!important}[data-theme=dark] .doctor-scroll-btn,html[data-theme=dark] .doctor-scroll-btn{background:#1e293bf2!important;border-color:#47556999!important;color:#e2e8f0!important;backdrop-filter:blur(10px)}[data-theme=dark] .doctor-scroll-btn:hover,html[data-theme=dark] .doctor-scroll-btn:hover{background:#334155!important;box-shadow:0 4px 12px #0006!important;color:#fff!important}[data-theme=dark] .doctors-page-modern,[data-theme=dark] .hero-section-new,[data-theme=dark] .hero-subtitle-doctor,[data-theme=dark] .trusted-count-large,[data-theme=dark] .trusted-users-text,[data-theme=dark] .hero-main-title-doctor,[data-theme=dark] .title-highlight,[data-theme=dark] .title-need-text,[data-theme=dark] .btn-appointment-doctor,[data-theme=dark] .btn-find,[data-theme=dark] .doctor-image-frame-New,[data-theme=dark] .doctor-consult-btn,[data-theme=dark] .doctor-bubble,[data-theme=dark] .doctor-scroll-btn,html[data-theme=dark] .doctors-page-modern,html[data-theme=dark] .hero-section-new,html[data-theme=dark] .hero-subtitle-doctor,html[data-theme=dark] .trusted-count-large,html[data-theme=dark] .trusted-users-text,html[data-theme=dark] .hero-main-title-doctor,html[data-theme=dark] .title-highlight,html[data-theme=dark] .title-need-text,html[data-theme=dark] .btn-appointment-doctor,html[data-theme=dark] .btn-find,html[data-theme=dark] .doctor-image-frame-New,html[data-theme=dark] .doctor-consult-btn,html[data-theme=dark] .doctor-bubble,html[data-theme=dark] .doctor-scroll-btn{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.doctors-page-modern.dark-theme-active,body[data-theme=dark] .doctors-page-modern,html[data-theme=dark] body .doctors-page-modern,body html[data-theme=dark] .doctors-page-modern,[data-theme=dark] .doctors-page-modern,html[data-theme=dark] .doctors-page-modern{background:#0f172a!important;background-color:#0f172a!important}.hero-section-new.dark-theme-active,body[data-theme=dark] .hero-section-new,html[data-theme=dark] body .hero-section-new,body html[data-theme=dark] .hero-section-new,[data-theme=dark] .hero-section-new,html[data-theme=dark] .hero-section-new{background:linear-gradient(90deg,#1e293b,#0f172a 50%)!important;background-color:#1e293b!important}.dark-theme-active.hero-subtitle-doctor{color:#e2e8f0!important;background:#3b82f633!important}.dark-theme-active.trusted-count-large{color:#fff!important}.dark-theme-active.trusted-users-text{color:#cbd5e1!important}.dark-theme-active.hero-main-title-doctor{color:#fff!important}.dark-theme-active.title-highlight{color:#60a5fa!important}.dark-theme-active.title-need-text{color:#fff!important}.dark-theme-active.btn-appointment-doctor{background:#1e293b!important;color:#e2e8f0!important;border-color:#475569!important}.dark-theme-active.btn-appointment-doctor .btn-icon-left{color:#e2e8f0!important}.dark-theme-active.doctor-image-frame-New{background:#1e293b!important;border-color:#47556999!important}.dark-theme-active.doctor-bubble{background:#1e293b!important;color:#e2e8f0!important}.dark-theme-active.doctor-bubble span{color:#e2e8f0!important}.dark-theme-active.doctor-bubble-icon{color:#60a5fa!important}.doctor-stats-section{padding:20px 0;background:#dae3f7;width:100%}.doctor-stats-container{max-width:1200px;margin:0 auto;padding:0 24px}.doctor-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:center}.doctor-stat-card{display:flex;flex-direction:column;gap:8px;text-align:left}.doctor-stat-number{font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:54px;font-weight:500;line-height:1.1;color:#464646;letter-spacing:-1px;margin:0}.doctor-rating-star{flex-shrink:0;vertical-align:middle}.doctor-stat-label{font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#464646;margin:0}.doctor-insight-about-section{padding:100px 0;background:#f4f7ff;width:100%}.doctor-insight-about-container{max-width:1200px;margin:0 auto;padding:0 24px}.doctor-insight-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.doctor-insight-card-wrapper{position:relative}.doctor-insight-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.doctor-insight-image-container{position:relative;width:100%;height:400px;overflow:hidden}.doctor-insight-image{width:100%;height:100%;object-fit:cover;object-position:center}.doctor-insight-overlay{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:8px;z-index:2}.doctor-insight-badge{background:#0a0c0fd9;color:#fff;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;font-weight:600;padding:8px 14px;border-radius:8px;border:none;cursor:pointer;letter-spacing:.8px;text-transform:uppercase}.doctor-insight-icon{width:32px;height:32px;background:#1a5fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.doctor-insight-date{position:absolute;top:60px;left:20px;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;color:#464646;background:#fffffff2;padding:6px 12px;border-radius:6px;z-index:2}.doctor-insight-text-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,#000000b3,#0000);z-index:2}.doctor-insight-text{font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:22px;font-weight:500;line-height:1.5;color:#fff;margin:0 0 24px;max-width:90%}.doctor-insight-learn-btn{background:#fff;color:#464646;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:600;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.doctor-insight-learn-btn:hover{background:#e4ecff;transform:translateY(-2px)}.doctor-insight-arrow-btn{position:absolute;bottom:20px;right:20px;width:40px;height:40px;background:#0a0c0f;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .3s ease}.doctor-insight-arrow-btn svg{color:#fff}.doctor-insight-arrow-btn:hover{background:#464646;transform:scale(1.1)}.doctor-about-section{display:flex;flex-direction:column;gap:30px}.doctor-about-badge{background:#1a5fff;color:#fff;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;font-weight:600;padding:8px 14px;border-radius:8px;border:none;cursor:pointer;width:fit-content;letter-spacing:.8px;text-transform:uppercase}.doctor-about-headline{font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:36px;font-weight:700;line-height:1.2;color:#464646;margin:0;letter-spacing:-.8px}.doctor-about-highlight{background:#e4ecff;color:#1a5fff;padding:2px 6px;border-radius:4px}.doctor-about-learn-btn{display:flex;align-items:center;gap:12px;background:#fff;color:#464646;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:600;padding:14px 28px;border:1px solid #464646;border-radius:8px;cursor:pointer;width:fit-content;transition:all .3s ease;position:relative}.doctor-about-learn-btn span{letter-spacing:.5px}.doctor-about-arrow-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.doctor-about-arrow-icon svg{color:#464646}.doctor-about-icon{position:absolute;right:-8px;top:-8px;width:32px;height:32px;background:#1a5fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.doctor-about-learn-btn:hover{background:#e4ecff;border-color:#1a5fff;transform:translateY(-2px)}@media (max-width: 1024px){.doctor-stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.doctor-insight-about-grid{grid-template-columns:1fr;gap:40px}.doctor-about-headline{font-size:36px}}@media (max-width: 768px){.doctor-stats-section{padding:60px 0}.doctor-stats-grid{grid-template-columns:1fr;gap:24px}.doctor-stat-number{font-size:48px}.doctor-rating-star{width:28px;height:28px}.doctor-insight-about-section{padding:60px 0}.doctor-insight-image-container{height:300px}.doctor-about-headline{font-size:32px}}@keyframes dps-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dps-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dps-slideInFromLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes dps-slideInFromRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes dps-slideInFromTop{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@keyframes dps-slideInFromBottom{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes dps-zoomSlideIn{0%{opacity:0;transform:scale(.8) translate(-40px)}to{opacity:1;transform:scale(1) translate(0)}}@keyframes dps-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes dps-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dps-animate-fade-in{animation:dps-fadeIn .6s ease-out forwards}.dps-animate-slide-left{animation:dps-slideInFromLeft .9s cubic-bezier(.22,1,.36,1) forwards}.dps-animate-slide-bottom{animation:dps-slideInFromBottom .8s cubic-bezier(.22,1,.36,1) forwards}.dps-animate-zoom-slide{animation:dps-zoomSlideIn 1s cubic-bezier(.22,1,.36,1) forwards}.dps-animate-float{animation:dps-float 3s ease-in-out infinite}.dps-delay-1{animation-delay:.1s}.dps-delay-2{animation-delay:.2s}.dps-delay-3{animation-delay:.3s}.dps-delay-4{animation-delay:.4s}.dps-section{background:linear-gradient(180deg,#fff,#f4f7ff);padding:4rem 1.5rem;overflow:hidden}@media (min-width: 768px){.dps-section{padding:5rem 2rem}}@media (min-width: 1024px){.dps-section{padding:6rem 2rem}}.dps-container{max-width:1200px;margin:0 auto}.dps-hero-grid{display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.dps-hero-grid{flex-direction:row;align-items:center;gap:4rem}}.dps-hero-content{flex:1}.dps-tag{display:inline-block;padding:.5rem 1rem;background-color:#e4ecff;color:#1a5fff;font-size:.8125rem;font-weight:600;border-radius:2rem;margin-bottom:1.5rem;letter-spacing:.02em}.dps-title{font-size:2rem;font-weight:700;color:#0e1c48;line-height:1.15;margin:0 0 1.25rem;text-wrap:balance}@media (min-width: 768px){.dps-title{font-size:2.75rem}}@media (min-width: 1024px){.dps-title{font-size:3rem}}.dps-description{font-size:1.0625rem;line-height:1.7;color:#4e4e4e;margin:0 0 2rem;max-width:520px}.dps-cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 480px){.dps-cta-buttons{flex-direction:row;align-items:center}}.dps-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;background-color:#1a5fff;color:#fff;font-size:1rem;font-weight:600;border:none;text-decoration:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.dps-btn-primary:hover{background-color:#0e1c48;transform:translateY(-3px);box-shadow:0 12px 28px #1a5fff59}.dps-btn-icon{width:1.125rem;height:1.125rem;transition:transform .3s ease}.dps-btn-primary:hover .dps-btn-icon{transform:translate(4px)}.dps-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;background-color:transparent;color:#0e1c48;font-size:1rem;font-weight:600;border:2px solid #e4ecff;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.dps-btn-secondary:hover{border-color:#1a5fff;background-color:#f4f7ff}.dps-trust-row{display:flex;flex-wrap:wrap;gap:1.5rem}.dps-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#787878}.dps-trust-icon{width:1rem;height:1rem;color:#1a5fff}.dps-hero-visual{flex:1;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.dps-hero-visual{flex-direction:row;gap:1.25rem}}.dps-main-image-container{position:relative;flex:2;background:linear-gradient(145deg,#e4ecff,#f4f7ff,#fff);border-radius:1.5rem;overflow:hidden;min-height:380px;animation:dps-slideInFromLeft 1s cubic-bezier(.22,1,.36,1) forwards}@media (min-width: 768px){.dps-main-image-container{min-height:480px;border-radius:2rem}}.dps-main-doctor-image{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .6s cubic-bezier(.22,1,.36,1)}.dps-main-image-container:hover .dps-main-doctor-image{transform:scale(1.03)}.dps-floating-card{position:absolute;background-color:#fff;border-radius:.875rem;box-shadow:0 8px 32px #0e1c481f;padding:1rem 1.25rem}.dps-stats-card{bottom:1.5rem;left:1rem;display:flex;flex-direction:column;gap:.25rem}@media (min-width: 768px){.dps-stats-card{bottom:2rem;left:1.5rem}}.dps-stats-number{font-size:1.75rem;font-weight:700;color:#0e1c48;line-height:1}.dps-stats-label{font-size:.8125rem;color:#1a5fff;font-weight:500}.dps-rating-card{top:1.5rem;right:1rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;animation-delay:.5s}@media (min-width: 768px){.dps-rating-card{top:2rem;right:1.5rem}}.dps-rating-stars{display:flex;gap:.125rem}.dps-star-icon{width:1rem;height:1rem;color:#e1e1e1}.dps-star-icon.dps-filled{color:#ffb800;fill:#ffb800}.dps-rating-text{font-size:.75rem;color:#787878;font-weight:500}.dps-secondary-images{flex:1;display:flex;flex-direction:row;gap:1rem}@media (min-width: 768px){.dps-secondary-images{flex-direction:column;gap:1.25rem}}.dps-secondary-image-wrapper{flex:1;position:relative;border-radius:1rem;overflow:hidden;min-height:140px;opacity:0}.dps-secondary-image-wrapper:nth-child(1){animation:dps-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.3s}.dps-secondary-image-wrapper:nth-child(2){animation:dps-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.5s}@media (min-width: 768px){.dps-secondary-image-wrapper{min-height:0;border-radius:1.25rem}.dps-secondary-image-wrapper:nth-child(1){animation:dps-slideInFromTop .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}.dps-secondary-image-wrapper:nth-child(2){animation:dps-slideInFromBottom .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}}.dps-secondary-image{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.dps-secondary-image-wrapper:hover .dps-secondary-image{transform:scale(1.08)}.dps-secondary-image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);background-size:200% 100%;z-index:1;opacity:0;transition:opacity .3s ease}.dps-secondary-image-wrapper:hover:before{opacity:1;animation:dps-shimmer 1.5s ease-in-out}.dps-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(14,28,72,.8),transparent);opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;z-index:2}.dps-secondary-image-wrapper:hover .dps-image-overlay{opacity:1;transform:translateY(0)}.dps-image-overlay span{font-size:.875rem;font-weight:600;color:#fff}.dps-features-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}@media (min-width: 640px){.dps-features-row{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 1024px){.dps-features-row{margin-top:4rem}}.dps-feature-card{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1.25rem 1.5rem;border-radius:1rem;border:1px solid #e4ecff;transition:all .3s ease}.dps-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0e1c481a;border-color:transparent}.dps-feature-icon-wrap{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a5fff,#2567ff);border-radius:.75rem;flex-shrink:0}.dps-feature-icon{width:1.25rem;height:1.25rem;color:#fff}.dps-feature-text{display:flex;flex-direction:column;gap:.25rem}.dps-feature-title{font-size:1rem;font-weight:600;color:#0e1c48;margin:0}.dps-feature-desc{font-size:.8125rem;color:#787878;margin:0}[data-theme=dark] .dps-section,html[data-theme=dark] .dps-section{background:linear-gradient(180deg,#0f172a,#1e293b)!important}[data-theme=dark] .dps-tag,html[data-theme=dark] .dps-tag{background-color:#3b82f633!important;color:#60a5fa!important}[data-theme=dark] .dps-title,html[data-theme=dark] .dps-title{color:#f1f5f9!important}[data-theme=dark] .dps-description,html[data-theme=dark] .dps-description{color:#cbd5e1!important}[data-theme=dark] .dps-btn-primary,html[data-theme=dark] .dps-btn-primary{background-color:#3b82f6!important;color:#fff!important}[data-theme=dark] .dps-btn-primary:hover,html[data-theme=dark] .dps-btn-primary:hover{background-color:#2563eb!important;box-shadow:0 12px 28px #3b82f680!important}[data-theme=dark] .dps-btn-secondary,html[data-theme=dark] .dps-btn-secondary{background-color:transparent!important;color:#e2e8f0!important;border-color:#475569!important}[data-theme=dark] .dps-btn-secondary:hover,html[data-theme=dark] .dps-btn-secondary:hover{border-color:#3b82f6!important;background-color:#3b82f61a!important}[data-theme=dark] .dps-trust-item,html[data-theme=dark] .dps-trust-item{color:#94a3b8!important}[data-theme=dark] .dps-trust-icon,html[data-theme=dark] .dps-trust-icon{color:#60a5fa!important}[data-theme=dark] .dps-main-image-container,html[data-theme=dark] .dps-main-image-container{background:linear-gradient(145deg,#1e293b,#334155,#475569)!important}[data-theme=dark] .dps-floating-card,html[data-theme=dark] .dps-floating-card{background-color:#1e293b!important;box-shadow:0 8px 32px #00000080!important;border:1px solid rgba(71,85,105,.5)}[data-theme=dark] .dps-stats-number,html[data-theme=dark] .dps-stats-number{color:#f1f5f9!important}[data-theme=dark] .dps-stats-label,html[data-theme=dark] .dps-stats-label{color:#60a5fa!important}[data-theme=dark] .dps-rating-text,html[data-theme=dark] .dps-rating-text{color:#cbd5e1!important}[data-theme=dark] .dps-image-overlay,html[data-theme=dark] .dps-image-overlay{background:linear-gradient(to top,rgba(15,23,42,.95),transparent)!important}[data-theme=dark] .dps-image-overlay span,html[data-theme=dark] .dps-image-overlay span{color:#f1f5f9!important}[data-theme=dark] .dps-feature-card,html[data-theme=dark] .dps-feature-card{background-color:#1e293b!important;border-color:#334155!important}[data-theme=dark] .dps-feature-card:hover,html[data-theme=dark] .dps-feature-card:hover{box-shadow:0 12px 32px #0009!important;border-color:#475569!important}[data-theme=dark] .dps-feature-icon-wrap,html[data-theme=dark] .dps-feature-icon-wrap{background:linear-gradient(135deg,#3b82f6,#2563eb)!important}[data-theme=dark] .dps-feature-title,html[data-theme=dark] .dps-feature-title{color:#f1f5f9!important}[data-theme=dark] .dps-feature-desc,html[data-theme=dark] .dps-feature-desc{color:#94a3b8!important}[data-theme=dark] .dps-secondary-image-wrapper:before,html[data-theme=dark] .dps-secondary-image-wrapper:before{background:linear-gradient(90deg,transparent 0%,rgba(96,165,250,.2) 50%,transparent 100%)!important}[data-theme=dark] .dps-section,[data-theme=dark] .dps-tag,[data-theme=dark] .dps-title,[data-theme=dark] .dps-description,[data-theme=dark] .dps-btn-primary,[data-theme=dark] .dps-btn-secondary,[data-theme=dark] .dps-trust-item,[data-theme=dark] .dps-floating-card,[data-theme=dark] .dps-feature-card{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}@media (max-width: 992px){.doctor-card{width:100%}}.pas-animate-fade-in{animation:pas-fadeIn .8s ease-out forwards}.pas-animate-slide-left{animation:pas-slideLeft .8s cubic-bezier(.22,1,.36,1) forwards}.pas-animate-slide-bottom{animation:pas-slideBottom .8s cubic-bezier(.22,1,.36,1) forwards}.pas-animate-zoom-slide{animation:pas-zoomSlide 1s cubic-bezier(.22,1,.36,1) forwards}.pas-animate-float{animation:pas-float 3s ease-in-out infinite}.pas-delay-1{animation-delay:.1s}.pas-delay-2{animation-delay:.2s}.pas-delay-3{animation-delay:.3s}.pas-delay-4{animation-delay:.4s}@keyframes pas-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pas-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pas-slideLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pas-slideRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pas-slideTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes pas-slideBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pas-zoomSlide{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pas-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pas-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pas-section{background:linear-gradient(180deg,#f4f7ff,#fff);padding:4rem 1.5rem;overflow:hidden}@media (min-width: 768px){.pas-section{padding:5rem 2rem}}@media (min-width: 1024px){.pas-section{padding:6rem 2rem}}.pas-container{max-width:1200px;margin:0 auto}.pas-hero-grid{display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.pas-hero-grid{flex-direction:row;align-items:center;gap:4rem}}.pas-hero-content{flex:1}.pas-tag{display:inline-block;padding:.5rem 1rem;background-color:#e4ecff;color:#1a5fff;font-size:.8125rem;font-weight:600;border-radius:2rem;margin-bottom:1.5rem;letter-spacing:.02em}.pas-title{font-size:2rem;font-weight:700;color:#0e1c48;line-height:1.15;margin:0 0 1.25rem;text-wrap:balance}@media (min-width: 768px){.pas-title{font-size:2.75rem}}@media (min-width: 1024px){.pas-title{font-size:3rem}}.pas-description{font-size:1.0625rem;line-height:1.7;color:#4e4e4e;margin:0 0 2rem;max-width:520px}.pas-cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 480px){.pas-cta-buttons{flex-direction:row;align-items:center}}.pas-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;background-color:#1a5fff;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.pas-btn-primary:hover{background-color:#0e1c48;transform:translateY(-3px);box-shadow:0 12px 28px #1a5fff59}.pas-btn-icon{width:1.125rem;height:1.125rem;transition:transform .3s ease}.pas-btn-primary:hover .pas-btn-icon{transform:translate(4px)}.pas-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;background-color:transparent;color:#0e1c48;font-size:1rem;font-weight:600;border:2px solid #e4ecff;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.pas-btn-secondary:hover{border-color:#1a5fff;background-color:#f4f7ff}.pas-benefits-row{display:flex;flex-wrap:wrap;gap:1.5rem}.pas-benefit-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#787878}.pas-benefit-icon{width:1rem;height:1rem;color:#1a5fff}.pas-hero-visual{flex:1;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.pas-hero-visual{flex-direction:row;gap:1.25rem}}.pas-main-dashboard-container{position:relative;flex:2;background:linear-gradient(145deg,#e4ecff,#f4f7ff,#fff);border-radius:1.5rem;overflow:hidden;min-height:380px;animation:pas-slideInFromRight 1s cubic-bezier(.22,1,.36,1) forwards;box-shadow:0 20px 60px #0e1c4826}@media (min-width: 768px){.pas-main-dashboard-container{min-height:480px;border-radius:2rem}}.pas-main-dashboard-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.22,1,.36,1)}.pas-main-dashboard-container:hover .pas-main-dashboard-image{transform:scale(1.03)}.pas-floating-card{position:absolute;background-color:#fff;border-radius:.875rem;box-shadow:0 8px 32px #0e1c481f;padding:1rem 1.25rem;z-index:10}.pas-stats-card{bottom:1.5rem;left:1rem;display:flex;flex-direction:column;gap:.25rem}@media (min-width: 768px){.pas-stats-card{bottom:2rem;left:1.5rem}}.pas-stats-number{font-size:1.75rem;font-weight:700;color:#0e1c48;line-height:1}.pas-stats-label{font-size:.8125rem;color:#1a5fff;font-weight:500}.pas-analytics-badge{top:1.5rem;right:1rem;display:flex;align-items:center;gap:.5rem;animation-delay:.5s}@media (min-width: 768px){.pas-analytics-badge{top:2rem;right:1.5rem}}.pas-trend-icon{width:1rem;height:1rem;color:#10b981}.pas-trend-text{font-size:.875rem;color:#10b981;font-weight:600}.pas-secondary-dashboards{flex:1;display:flex;flex-direction:row;gap:1rem}@media (min-width: 768px){.pas-secondary-dashboards{flex-direction:column;gap:1.25rem}}.pas-secondary-dashboard-wrapper{flex:1;position:relative;border-radius:1rem;overflow:hidden;min-height:140px;opacity:0;box-shadow:0 8px 24px #0e1c481a}.pas-secondary-dashboard-wrapper:nth-child(1){animation:pas-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.3s}.pas-secondary-dashboard-wrapper:nth-child(2){animation:pas-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.5s}@media (min-width: 768px){.pas-secondary-dashboard-wrapper{min-height:0;border-radius:1.25rem}.pas-secondary-dashboard-wrapper:nth-child(1){animation:pas-slideInFromTop .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}.pas-secondary-dashboard-wrapper:nth-child(2){animation:pas-slideInFromBottom .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}}.pas-secondary-dashboard-image{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.pas-secondary-dashboard-wrapper:hover .pas-secondary-dashboard-image{transform:scale(1.08)}.pas-secondary-dashboard-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);background-size:200% 100%;z-index:1;opacity:0;transition:opacity .3s ease}.pas-secondary-dashboard-wrapper:hover:before{opacity:1;animation:pas-shimmer 1.5s ease-in-out}.pas-dashboard-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(14,28,72,.8),transparent);opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;z-index:2}.pas-secondary-dashboard-wrapper:hover .pas-dashboard-overlay{opacity:1;transform:translateY(0)}.pas-dashboard-overlay span{font-size:.875rem;font-weight:600;color:#fff}.pas-features-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}@media (min-width: 640px){.pas-features-row{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.pas-features-row{grid-template-columns:repeat(4,1fr);margin-top:4rem}}.pas-feature-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;background-color:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e4ecff;transition:all .3s ease}.pas-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0e1c481a;border-color:transparent}.pas-feature-icon-wrap{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a5fff,#2567ff);border-radius:.75rem;flex-shrink:0}.pas-feature-icon{width:1.5rem;height:1.5rem;color:#fff}.pas-feature-text{display:flex;flex-direction:column;gap:.5rem}.pas-feature-title{font-size:1.125rem;font-weight:600;color:#0e1c48;margin:0}.pas-feature-desc{font-size:.875rem;color:#787878;margin:0;line-height:1.5}@keyframes pas-slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes pas-slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pas-slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes pas-slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .pas-section,html[data-theme=dark] .pas-section{background:linear-gradient(180deg,#1e293b,#0f172a)!important}[data-theme=dark] .pas-tag,html[data-theme=dark] .pas-tag{background-color:#3b82f633!important;color:#60a5fa!important}[data-theme=dark] .pas-title,html[data-theme=dark] .pas-title{color:#f1f5f9!important}[data-theme=dark] .pas-description,html[data-theme=dark] .pas-description{color:#cbd5e1!important}[data-theme=dark] .pas-btn-primary,html[data-theme=dark] .pas-btn-primary{background-color:#3b82f6!important;color:#fff!important}[data-theme=dark] .pas-btn-primary:hover,html[data-theme=dark] .pas-btn-primary:hover{background-color:#2563eb!important;box-shadow:0 12px 28px #3b82f680!important}[data-theme=dark] .pas-btn-secondary,html[data-theme=dark] .pas-btn-secondary{background-color:transparent!important;color:#e2e8f0!important;border-color:#475569!important}[data-theme=dark] .pas-btn-secondary:hover,html[data-theme=dark] .pas-btn-secondary:hover{border-color:#3b82f6!important;background-color:#3b82f61a!important}[data-theme=dark] .pas-benefit-item,html[data-theme=dark] .pas-benefit-item{color:#94a3b8!important}[data-theme=dark] .pas-benefit-icon,html[data-theme=dark] .pas-benefit-icon{color:#60a5fa!important}[data-theme=dark] .pas-main-dashboard-container,html[data-theme=dark] .pas-main-dashboard-container{background:linear-gradient(145deg,#1e293b,#334155,#475569)!important}[data-theme=dark] .pas-floating-card,html[data-theme=dark] .pas-floating-card{background-color:#1e293b!important;box-shadow:0 8px 32px #00000080!important;border:1px solid rgba(71,85,105,.5)}[data-theme=dark] .pas-stats-number,html[data-theme=dark] .pas-stats-number{color:#f1f5f9!important}[data-theme=dark] .pas-stats-label,html[data-theme=dark] .pas-stats-label{color:#60a5fa!important}[data-theme=dark] .pas-trend-text,html[data-theme=dark] .pas-trend-text,[data-theme=dark] .pas-trend-icon,html[data-theme=dark] .pas-trend-icon{color:#34d399!important}[data-theme=dark] .pas-dashboard-overlay,html[data-theme=dark] .pas-dashboard-overlay{background:linear-gradient(to top,rgba(15,23,42,.95),transparent)!important}[data-theme=dark] .pas-dashboard-overlay span,html[data-theme=dark] .pas-dashboard-overlay span{color:#f1f5f9!important}[data-theme=dark] .pas-feature-card,html[data-theme=dark] .pas-feature-card{background-color:#1e293b!important;border-color:#334155!important}[data-theme=dark] .pas-feature-card:hover,html[data-theme=dark] .pas-feature-card:hover{box-shadow:0 12px 32px #0009!important;border-color:#475569!important}[data-theme=dark] .pas-feature-icon-wrap,html[data-theme=dark] .pas-feature-icon-wrap{background:linear-gradient(135deg,#3b82f6,#2563eb)!important}[data-theme=dark] .pas-feature-title,html[data-theme=dark] .pas-feature-title{color:#f1f5f9!important}[data-theme=dark] .pas-feature-desc,html[data-theme=dark] .pas-feature-desc{color:#94a3b8!important}[data-theme=dark] .pas-secondary-dashboard-wrapper:before,html[data-theme=dark] .pas-secondary-dashboard-wrapper:before{background:linear-gradient(90deg,transparent 0%,rgba(96,165,250,.2) 50%,transparent 100%)!important}[data-theme=dark] .pas-section,[data-theme=dark] .pas-tag,[data-theme=dark] .pas-title,[data-theme=dark] .pas-description,[data-theme=dark] .pas-btn-primary,[data-theme=dark] .pas-btn-secondary,[data-theme=dark] .pas-benefit-item,[data-theme=dark] .pas-floating-card,[data-theme=dark] .pas-feature-card{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}:root{--pms-primary-blue: #1a5fff;--pms-primary-blue-dark: #2567ff;--pms-primary-navy: #0e1c48;--pms-secondary-light: #f4f7ff;--pms-secondary-muted: #97a6c4;--pms-secondary-pale: #e4ecff;--pms-gray-dark: #040c3f;--pms-gray-medium: #4e4e4e;--pms-gray-text: #787878;--pms-gray-border: #bebebe;--pms-gray-light: #e1e1e1;--pms-white: #ffffff}.pms-section{position:relative;min-height:100vh;padding:5rem 1.5rem;background:linear-gradient(135deg,var(--pms-secondary-light) 0%,var(--pms-secondary-pale) 50%,#d8e6ff 100%);overflow:hidden;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.pms-bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.pms-orb-1{width:500px;height:500px;background:linear-gradient(135deg,var(--pms-primary-navy) 0%,var(--pms-primary-blue) 100%);top:-150px;right:-100px}.pms-orb-2{width:400px;height:400px;background:linear-gradient(135deg,#10b981 0%,var(--pms-primary-blue) 100%);bottom:-100px;left:-100px}.pms-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(14,28,72,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(14,28,72,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.pms-container{position:relative;max-width:1280px;margin:0 auto;z-index:10}.pms-header{text-align:center;margin-bottom:3rem}.pms-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1a5fff1a;border:1px solid rgba(26,95,255,.2);border-radius:9999px;color:var(--pms-primary-blue);font-size:.875rem;font-weight:600;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.pms-title{color:var(--pms-primary-navy);line-height:1.15;margin-bottom:1.5rem;text-wrap:balance;letter-spacing:-.02em}.pms-title-highlight{background:linear-gradient(135deg,var(--pms-primary-blue) 0%,var(--pms-primary-blue-dark) 50%,#00b4d8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pms-subtitle{font-size:16px;color:var(--pms-gray-text);margin:0 auto;line-height:1.7;font-weight:400}.pms-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}@media (max-width: 768px){.pms-stats-bar{grid-template-columns:repeat(2,1fr)}}.pms-stat-card{display:flex;flex-direction:column;align-items:center;padding:1.25rem;border-radius:1rem;color:var(--pms-white);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.pms-stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026}.pms-stat-blue{background:linear-gradient(135deg,var(--pms-primary-navy) 0%,var(--pms-primary-blue) 100%)}.pms-stat-yellow{background:linear-gradient(135deg,#000,#fe0)}.pms-stat-green{background:linear-gradient(135deg,#000,#04c14d)}.pms-stat-red{background:linear-gradient(135deg,#000,#d0f)}.pms-stat-value{font-size:1.75rem;font-weight:600}.pms-stat-label{font-size:.875rem;opacity:.9;font-weight:500}.pms-carousel-container{margin-bottom:4rem}.pms-carousel-nav{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.pms-carousel-pill{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fffc;border:2px solid transparent;border-radius:9999px;color:var(--pms-gray-text);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.pms-carousel-pill:hover{background:#fffffff2;border-color:#1a5fff4d;transform:translateY(-2px)}.pms-carousel-pill.active{background:linear-gradient(135deg,var(--pms-primary-navy) 0%,var(--pms-primary-blue) 100%);color:var(--pms-white);border-color:transparent;box-shadow:0 10px 30px #1a5fff59}.pms-pill-icon{display:flex;align-items:center;justify-content:center}.pms-pill-text{font-weight:600}.pms-pill-progress{position:absolute;bottom:0;left:0;height:3px;background:#fff9;animation:pms-progress-fill 4s linear}@keyframes pms-progress-fill{0%{width:0%}to{width:100%}}.pms-section .pms-carousel-viewport{position:relative!important;perspective:1200px!important;height:500px!important;margin:2rem 0!important;isolation:isolate!important;width:100%!important}.pms-section .pms-carousel-stage{position:relative!important;width:100%!important;height:100%!important;transform-style:preserve-3d!important}.pms-section .pms-carousel-slide{position:absolute!important;top:50%!important;left:50%!important;width:80%!important;max-width:900px!important;transform-style:preserve-3d!important;transition:all .8s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important;margin-left:-40%!important;margin-top:-220px!important}.pms-section .pms-carousel-slide.active{cursor:default!important}.pms-section .pms-carousel-slide:not(.active):hover{filter:brightness(1.1)!important}.pms-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--pms-white);border:2px solid var(--pms-secondary-pale);border-radius:50%;color:var(--pms-primary-blue);cursor:pointer;transition:all .3s ease;z-index:20;box-shadow:0 4px 20px #0000001a}.pms-carousel-arrow:hover{background:var(--pms-primary-blue);color:var(--pms-white);border-color:var(--pms-primary-blue);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #1a5fff4d}.pms-arrow-prev{left:1rem}.pms-arrow-next{right:1rem}.pms-section .pms-browser-frame{background:var(--pms-primary-navy)!important;border-radius:1.25rem!important;overflow:hidden!important;box-shadow:0 25px 60px -12px #0e1c4866!important;position:relative!important;width:100%!important;height:auto!important;min-height:400px!important;isolation:isolate!important}.pms-section .pms-browser-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.875rem 1.25rem!important;background:linear-gradient(180deg,#1a2744 0%,var(--pms-primary-navy) 100%)!important;border-bottom:1px solid rgba(255,255,255,.05)!important;position:relative!important;z-index:1!important}.pms-section .pms-browser-dots{display:flex!important;gap:.5rem!important;align-items:center!important}.pms-section .pms-dot{width:12px!important;height:12px!important;border-radius:50%!important;transition:transform .2s ease!important;display:block!important;flex-shrink:0!important}.pms-section .pms-dot:hover{transform:scale(1.2)!important}.pms-section .pms-dot-red{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.pms-section .pms-dot-yellow{background:linear-gradient(135deg,#fbbf24,#f59e0b)!important}.pms-section .pms-dot-green{background:linear-gradient(135deg,#34d399,#10b981)!important}.pms-section .pms-browser-url{flex:1!important;max-width:400px!important;margin:0 1rem!important;padding:.5rem 1rem!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:.5rem!important;font-size:.8125rem!important;color:var(--pms-secondary-muted)!important;text-align:center!important;font-family:Helvetica Neue,Helvetica,monospace!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.pms-section .pms-browser-actions{display:flex!important;gap:.375rem!important;align-items:center!important}.pms-section .pms-action-dot{width:8px!important;height:8px!important;background:#fff3!important;border-radius:2px!important;display:block!important;flex-shrink:0!important}.pms-section .pms-browser-content{position:relative!important;background:var(--pms-secondary-light)!important;width:100%!important;min-height:400px!important;overflow:hidden!important}.pms-section .pms-screenshot{width:100%!important;height:auto!important;display:block!important;transition:transform .6s cubic-bezier(.4,0,.2,1)!important;object-fit:cover!important;object-position:center top!important}.pms-section .pms-carousel-slide.active:hover .pms-screenshot{transform:scale(1.02)!important}.pms-slide-label{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,var(--pms-primary-blue) 0%,var(--pms-primary-navy) 100%);backdrop-filter:blur(10px);border-radius:.625rem;color:var(--pms-white);font-weight:600;font-size:.8125rem;box-shadow:0 4px 15px #1a5fff66;animation:pms-label-slide-in .6s ease-out}@keyframes pms-label-slide-in{0%{opacity:0;transform:translate(-20px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.pms-slide-label-icon{display:flex;align-items:center}.pms-carousel-info{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;gap:2rem;flex-wrap:wrap}.pms-info-content{display:flex;align-items:center;gap:1.5rem}.pms-info-number{display:flex;align-items:baseline;font-family:Helvetica Neue,Helvetica,monospace}.pms-number-current{font-size:2.5rem;font-weight:700;color:var(--pms-primary-blue);line-height:1}.pms-number-separator{font-size:1.5rem;color:var(--pms-secondary-muted);margin:0 .25rem}.pms-number-total{font-size:1.25rem;color:var(--pms-gray-text);font-weight:600}.pms-info-text h4{font-size:1.25rem;font-weight:600;color:var(--pms-primary-navy);margin-bottom:.25rem}.pms-info-text p{color:var(--pms-gray-text);font-size:.9375rem}.pms-timeline{display:flex;gap:.25rem;align-items:center}.pms-timeline-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.pms-timeline-item:after{content:"";position:absolute;top:50%;right:-2px;width:16px;height:2px;background:var(--pms-gray-light);transform:translateY(-50%)}.pms-timeline-item:last-child:after{display:none}.pms-timeline-item.completed:after{background:var(--pms-primary-blue)}.pms-timeline-dot{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--pms-white);border:2px solid var(--pms-gray-light);border-radius:50%;color:var(--pms-gray-text);transition:all .3s ease}.pms-timeline-item:hover .pms-timeline-dot{border-color:var(--pms-primary-blue);color:var(--pms-primary-blue)}.pms-timeline-item.completed .pms-timeline-dot{background:var(--pms-secondary-pale);border-color:var(--pms-primary-blue);color:var(--pms-primary-blue)}.pms-timeline-item.active .pms-timeline-dot{background:linear-gradient(135deg,var(--pms-primary-blue) 0%,var(--pms-primary-navy) 100%);border-color:var(--pms-primary-blue);color:var(--pms-white);box-shadow:0 4px 15px #1a5fff66;transform:scale(1.15)}.pms-timeline-label{font-size:.6875rem;font-weight:600;color:var(--pms-gray-text);text-transform:uppercase;letter-spacing:.5px}.pms-timeline-item.active .pms-timeline-label{color:var(--pms-primary-blue)}.pms-timeline-progress{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:36px;height:3px;background:var(--pms-gray-light);border-radius:2px;overflow:hidden}.pms-timeline-progress:after{content:"";position:absolute;top:0;left:0;height:100%;background:var(--pms-primary-blue);animation:pms-timeline-fill 4s linear}@keyframes pms-timeline-fill{0%{width:0%}to{width:100%}}@media (max-width: 1024px){.pms-carousel-viewport{height:400px}.pms-carousel-slide{width:85%;margin-left:-42.5%}}@media (max-width: 768px){.pms-carousel-viewport{height:320px;perspective:800px}.pms-carousel-slide{width:90%;margin-left:-45%;margin-top:-160px}.pms-carousel-nav{gap:.375rem}.pms-carousel-pill{padding:.5rem .875rem;font-size:.8125rem}.pms-pill-text{display:none}.pms-carousel-pill.active .pms-pill-text{display:inline}.pms-carousel-info{flex-direction:column;align-items:flex-start;gap:1.5rem}.pms-timeline{width:100%;justify-content:space-between}.pms-timeline-label,.pms-browser-url{display:none}.pms-carousel-arrow{width:40px;height:40px}}.pms-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem}@media (max-width: 1024px){.pms-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.pms-features-grid{grid-template-columns:1fr}}.pms-feature-card{position:relative;padding:2rem;background:#ffffffd9;border:1px solid rgba(255,255,255,.9);border-radius:1.25rem;backdrop-filter:blur(20px);transition:all .3s ease;overflow:hidden}.pms-feature-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #1a5fff33;background:#fffffff2}.pms-feature-card:hover .pms-feature-glow{opacity:1}.pms-feature-glow{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--pms-primary-navy),var(--pms-primary-blue),#00b4d8);opacity:0;transition:opacity .3s ease}.pms-feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pms-primary-navy) 0%,var(--pms-primary-blue) 100%);border-radius:.875rem;color:var(--pms-white);margin-bottom:1.25rem}.pms-feature-title{font-size:1.125rem;font-weight:600;color:var(--pms-primary-navy);margin-bottom:.75rem}.pms-feature-description{font-size:.9375rem;color:var(--pms-gray-text);line-height:1.6}.pms-cta-container{background:linear-gradient(135deg,var(--pms-primary-navy) 0%,#152a5c 50%,var(--pms-primary-blue) 100%);border-radius:1.5rem;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}.pms-cta-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.pms-cta-content{position:relative;z-index:1}.pms-cta-icon-group{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.pms-cta-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:1rem;color:var(--pms-white);backdrop-filter:blur(10px)}.pms-cta-content h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--pms-white);margin-bottom:.75rem}.pms-cta-content p{color:#fffc;margin-bottom:2rem;font-size:1.0625rem}.pms-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.pms-cta-primary{padding:1rem 2rem;background:var(--pms-white);color:var(--pms-primary-navy);font-weight:600;border:none;text-decoration:none;border-radius:9999px;cursor:pointer;transition:all .3s ease;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem}.pms-cta-primary:hover{transform:scale(1.05);box-shadow:0 10px 30px #0003}.pms-cta-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:var(--pms-white);font-weight:600;border:2px solid rgba(255,255,255,.35);border-radius:9999px;cursor:pointer;transition:all .3s ease;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem}.pms-cta-secondary:hover{background:#ffffff1a;border-color:#fffc}[data-theme=dark] .pms-section,html[data-theme=dark] .pms-section{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)!important}[data-theme=dark] .pms-bg-orb.pms-orb-1,html[data-theme=dark] .pms-bg-orb.pms-orb-1{background:linear-gradient(135deg,#1e293b,#3b82f6)!important;opacity:.3!important}[data-theme=dark] .pms-bg-orb.pms-orb-2,html[data-theme=dark] .pms-bg-orb.pms-orb-2{background:linear-gradient(135deg,#10b981,#3b82f6)!important;opacity:.25!important}[data-theme=dark] .pms-bg-grid,html[data-theme=dark] .pms-bg-grid{background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px)!important}[data-theme=dark] .pms-badge,html[data-theme=dark] .pms-badge{background:#3b82f633!important;border-color:#3b82f64d!important;color:#60a5fa!important}[data-theme=dark] .pms-title,html[data-theme=dark] .pms-title{color:#f1f5f9!important}[data-theme=dark] .pms-title-highlight,html[data-theme=dark] .pms-title-highlight{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}[data-theme=dark] .pms-subtitle,html[data-theme=dark] .pms-subtitle{color:#cbd5e1!important}[data-theme=dark] .pms-stat-card,html[data-theme=dark] .pms-stat-card{background:#000!important;border:1px solid rgba(71,85,105,.5)!important;box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] .pms-stat-card:hover,html[data-theme=dark] .pms-stat-card:hover{box-shadow:0 8px 30px #00000080!important;border-color:#60a5fa80!important}[data-theme=dark] .pms-stat-value,html[data-theme=dark] .pms-stat-value{color:#f1f5f9!important}[data-theme=dark] .pms-stat-label,html[data-theme=dark] .pms-stat-label{color:#94a3b8!important}[data-theme=dark] .pms-carousel-pill,html[data-theme=dark] .pms-carousel-pill{background:#1e293b!important;border-color:#334155!important;color:#94a3b8!important}[data-theme=dark] .pms-carousel-pill:hover,html[data-theme=dark] .pms-carousel-pill:hover{background:#334155!important;border-color:#475569!important;color:#cbd5e1!important}[data-theme=dark] .pms-carousel-pill.active,html[data-theme=dark] .pms-carousel-pill.active{background:linear-gradient(135deg,#1e293b,#334155)!important;border-color:#3b82f6!important;color:#60a5fa!important;box-shadow:0 4px 20px #3b82f64d!important}[data-theme=dark] .pms-pill-icon,html[data-theme=dark] .pms-pill-icon,[data-theme=dark] .pms-pill-text,html[data-theme=dark] .pms-pill-text{color:inherit!important}[data-theme=dark] .pms-section .pms-browser-frame,html[data-theme=dark] .pms-section .pms-browser-frame{background:#0f172a!important;box-shadow:0 25px 60px -12px #0009!important}[data-theme=dark] .pms-section .pms-browser-header,html[data-theme=dark] .pms-section .pms-browser-header{background:linear-gradient(180deg,#0f172a,#1e293b)!important;border-bottom-color:#4755694d!important}[data-theme=dark] .pms-section .pms-browser-url,html[data-theme=dark] .pms-section .pms-browser-url{background:#1e293bcc!important;border-color:#47556980!important;color:#94a3b8!important}[data-theme=dark] .pms-section .pms-browser-content,html[data-theme=dark] .pms-section .pms-browser-content{background:#1e293b!important}[data-theme=dark] .pms-section .pms-action-dot,html[data-theme=dark] .pms-section .pms-action-dot{background:#94a3b84d!important}[data-theme=dark] .pms-slide-label,html[data-theme=dark] .pms-slide-label{background:linear-gradient(135deg,#3b82f6,#1e293b)!important;box-shadow:0 4px 15px #3b82f666!important;color:#f1f5f9!important}[data-theme=dark] .pms-carousel-arrow,html[data-theme=dark] .pms-carousel-arrow{background:#1e293b!important;border-color:#334155!important;color:#60a5fa!important;box-shadow:0 4px 20px #0006!important}[data-theme=dark] .pms-carousel-arrow:hover,html[data-theme=dark] .pms-carousel-arrow:hover{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 8px 30px #3b82f680!important}[data-theme=dark] .pms-number-current,html[data-theme=dark] .pms-number-current{color:#60a5fa!important}[data-theme=dark] .pms-number-separator,html[data-theme=dark] .pms-number-separator{color:#64748b!important}[data-theme=dark] .pms-number-total,html[data-theme=dark] .pms-number-total{color:#94a3b8!important}[data-theme=dark] .pms-info-text h4,html[data-theme=dark] .pms-info-text h4{color:#f1f5f9!important}[data-theme=dark] .pms-info-text p,html[data-theme=dark] .pms-info-text p{color:#94a3b8!important}[data-theme=dark] .pms-timeline-item,html[data-theme=dark] .pms-timeline-item{color:#64748b!important}[data-theme=dark] .pms-timeline-item:hover,html[data-theme=dark] .pms-timeline-item:hover{color:#94a3b8!important}[data-theme=dark] .pms-timeline-item.active,html[data-theme=dark] .pms-timeline-item.active{color:#60a5fa!important}[data-theme=dark] .pms-timeline-dot,html[data-theme=dark] .pms-timeline-dot{background:#334155!important;border-color:#475569!important;color:#64748b!important}[data-theme=dark] .pms-timeline-item.active .pms-timeline-dot,html[data-theme=dark] .pms-timeline-item.active .pms-timeline-dot{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important;box-shadow:0 0 20px #3b82f680!important}[data-theme=dark] .pms-timeline-item.completed .pms-timeline-dot,html[data-theme=dark] .pms-timeline-item.completed .pms-timeline-dot{background:#10b981!important;border-color:#10b981!important;color:#fff!important}[data-theme=dark] .pms-timeline-label,html[data-theme=dark] .pms-timeline-label{color:inherit!important}[data-theme=dark] .pms-feature-card,html[data-theme=dark] .pms-feature-card{background:#1e293b!important;border-color:#334155!important;box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] .pms-feature-card:hover,html[data-theme=dark] .pms-feature-card:hover{background:#334155!important;border-color:#475569!important;box-shadow:0 8px 30px #00000080!important}[data-theme=dark] .pms-feature-glow,html[data-theme=dark] .pms-feature-glow{background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%)!important}[data-theme=dark] .pms-feature-icon,html[data-theme=dark] .pms-feature-icon{color:#60a5fa!important}[data-theme=dark] .pms-feature-title,html[data-theme=dark] .pms-feature-title{color:#f1f5f9!important}[data-theme=dark] .pms-feature-description,html[data-theme=dark] .pms-feature-description{color:#94a3b8!important}[data-theme=dark] .pms-cta-container,html[data-theme=dark] .pms-cta-container{background:linear-gradient(135deg,#1e293b,#0f172a)!important;border-color:#47556980!important}[data-theme=dark] .pms-cta-content,html[data-theme=dark] .pms-cta-content{background:#1e293bcc!important;border-color:#47556980!important}[data-theme=dark] .pms-cta-content h3,html[data-theme=dark] .pms-cta-content h3{color:#f1f5f9!important}[data-theme=dark] .pms-cta-content p,html[data-theme=dark] .pms-cta-content p{color:#cbd5e1!important}[data-theme=dark] .pms-cta-primary,html[data-theme=dark] .pms-cta-primary{background:#3b82f6!important;color:#fff!important}[data-theme=dark] .pms-cta-primary:hover,html[data-theme=dark] .pms-cta-primary:hover{background:#2563eb!important;box-shadow:0 10px 30px #3b82f666!important}[data-theme=dark] .pms-cta-secondary,html[data-theme=dark] .pms-cta-secondary{background:transparent!important;color:#cbd5e1!important;border-color:#94a3b866!important}[data-theme=dark] .pms-cta-secondary:hover,html[data-theme=dark] .pms-cta-secondary:hover{background:#3b82f61a!important;border-color:#3b82f6!important;color:#60a5fa!important}[data-theme=dark] .pms-cta-icon,html[data-theme=dark] .pms-cta-icon{background:#3b82f633!important;border-color:#3b82f64d!important;color:#60a5fa!important}[data-theme=dark] .pms-section,[data-theme=dark] .pms-badge,[data-theme=dark] .pms-title,[data-theme=dark] .pms-subtitle,[data-theme=dark] .pms-stat-card,[data-theme=dark] .pms-carousel-pill,[data-theme=dark] .pms-browser-frame,[data-theme=dark] .pms-feature-card,[data-theme=dark] .pms-cta-container,[data-theme=dark] .pms-carousel-arrow{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease!important}.ehr-animate-fade-in{animation:ehr-fadeIn .8s ease-out forwards}.ehr-animate-slide-left{animation:ehr-slideLeft .8s cubic-bezier(.22,1,.36,1) forwards}.ehr-animate-slide-bottom{animation:ehr-slideBottom .8s cubic-bezier(.22,1,.36,1) forwards}.ehr-animate-zoom-slide{animation:ehr-zoomSlide 1s cubic-bezier(.22,1,.36,1) forwards}.ehr-animate-float{animation:ehr-float 3s ease-in-out infinite}.ehr-delay-1{animation-delay:.1s}.ehr-delay-2{animation-delay:.2s}.ehr-delay-3{animation-delay:.3s}.ehr-delay-4{animation-delay:.4s}@keyframes ehr-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ehr-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ehr-slideLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes ehr-slideRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes ehr-slideBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes ehr-zoomSlide{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ehr-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ehr-section{background:linear-gradient(180deg,#fff,#f4f7ff);padding:4rem 1.5rem;overflow:hidden}@media (min-width: 768px){.ehr-section{padding:5rem 2rem}}@media (min-width: 1024px){.ehr-section{padding:6rem 2rem}}.ehr-container{max-width:1200px;margin:0 auto}.ehr-hero-grid{display:flex;flex-direction:column;gap:3rem}@media (min-width: 1024px){.ehr-hero-grid{flex-direction:row;align-items:center;gap:4rem}}.ehr-hero-content{flex:1}.ehr-tag{display:inline-block;padding:.5rem 1rem;background-color:#e4ecff;color:#1a5fff;font-size:.8125rem;font-weight:600;border-radius:2rem;margin-bottom:1.5rem;letter-spacing:.02em}.ehr-title{font-size:2rem;font-weight:700;color:#0e1c48;line-height:1.15;margin:0 0 1.25rem;text-wrap:balance}@media (min-width: 768px){.ehr-title{font-size:2.75rem}}@media (min-width: 1024px){.ehr-title{font-size:3rem}}.ehr-description{font-size:1.0625rem;line-height:1.7;color:#4e4e4e;margin:0 0 2rem;max-width:520px}.ehr-cta-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 480px){.ehr-cta-buttons{flex-direction:row;align-items:center}}.ehr-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;background-color:#1a5fff;color:#fff;font-size:1rem;font-weight:600;border:none;text-decoration:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.ehr-btn-primary:hover{background-color:#0e1c48;transform:translateY(-3px);box-shadow:0 12px 28px #1a5fff59}.ehr-btn-icon{width:1.125rem;height:1.125rem;transition:transform .3s ease}.ehr-btn-primary:hover .ehr-btn-icon{transform:translate(4px)}.ehr-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.75rem;background-color:transparent;color:#0e1c48;font-size:1rem;font-weight:600;border:2px solid #0635a4;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.ehr-btn-secondary:hover{border-color:#1a5fff;background-color:#f4f7ff}.ehr-trust-row{display:flex;flex-wrap:wrap;gap:1.5rem}.ehr-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#787878}.ehr-trust-icon{width:1rem;height:1rem;color:#1a5fff}.ehr-hero-visual{flex:1;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.ehr-hero-visual{flex-direction:row;gap:1.25rem}}.ehr-main-image-container{position:relative;flex:2;background:linear-gradient(145deg,#e4ecff,#f4f7ff,#fff);border-radius:1.5rem;overflow:hidden;min-height:380px;animation:ehr-slideInFromRight 1s cubic-bezier(.22,1,.36,1) forwards;box-shadow:0 20px 60px #0e1c4826}@media (min-width: 768px){.ehr-main-image-container{min-height:480px;border-radius:2rem}}.ehr-main-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.22,1,.36,1)}.ehr-main-image-container:hover .ehr-main-image{transform:scale(1.03)}.ehr-floating-card{position:absolute;background-color:#fff;border-radius:.875rem;box-shadow:0 8px 32px #0e1c481f;padding:1rem 1.25rem;z-index:10}.ehr-stats-card{bottom:1.5rem;left:1rem;display:flex;flex-direction:column;gap:.25rem}@media (min-width: 768px){.ehr-stats-card{bottom:2rem;left:1.5rem}}.ehr-stats-number{font-size:1.75rem;font-weight:700;color:#0e1c48;line-height:1}.ehr-stats-label{font-size:.8125rem;color:#1a5fff;font-weight:500}.ehr-security-badge{top:1.5rem;right:1rem;display:flex;align-items:center;gap:.5rem;animation-delay:.5s}@media (min-width: 768px){.ehr-security-badge{top:2rem;right:1.5rem}}.ehr-lock-icon{width:1rem;height:1rem;color:#10b981}.ehr-security-text{font-size:.875rem;color:#10b981;font-weight:600}.ehr-secondary-images{flex:1;display:flex;flex-direction:row;gap:1rem}@media (min-width: 768px){.ehr-secondary-images{flex-direction:column;gap:1.25rem}}.ehr-secondary-image-wrapper{flex:1;position:relative;border-radius:1rem;overflow:hidden;min-height:140px;opacity:0}.ehr-secondary-image-wrapper:nth-child(1){animation:ehr-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.3s}.ehr-secondary-image-wrapper:nth-child(2){animation:ehr-slideInFromRight .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.5s}@media (min-width: 768px){.ehr-secondary-image-wrapper{min-height:0;border-radius:1.25rem}.ehr-secondary-image-wrapper:nth-child(1){animation:ehr-slideInFromTop .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}.ehr-secondary-image-wrapper:nth-child(2){animation:ehr-slideInFromBottom .9s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}}.ehr-feature-box{width:100%;height:100%;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#000,#2567ff);color:#fff;padding:1.5rem;border-radius:1rem;transition:transform .7s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px #1a5fff33}@media (min-width: 768px){.ehr-feature-box{border-radius:1.25rem}}.ehr-secondary-image-wrapper:hover .ehr-feature-box{transform:scale(1.05)}.ehr-feature-box-icon{width:2.5rem;height:2.5rem;color:#fff}.ehr-feature-box span{font-size:.875rem;font-weight:600;text-align:center}.ehr-features-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}@media (min-width: 640px){.ehr-features-row{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.ehr-features-row{grid-template-columns:repeat(4,1fr);margin-top:4rem}}.ehr-feature-card{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1.25rem 1.5rem;border-radius:1rem;border:1px solid #e4ecff;transition:all .3s ease}.ehr-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0e1c481a;border-color:transparent}.ehr-feature-icon-wrap{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000,#2567ff);border-radius:.75rem;flex-shrink:0}.ehr-feature-icon{width:1.25rem;height:1.25rem;color:#fff}.ehr-feature-text{display:flex;flex-direction:column;gap:.25rem}.ehr-feature-title{font-size:1rem;font-weight:600;color:#0e1c48;margin:0}.ehr-feature-desc{font-size:.8125rem;color:#787878;margin:0}@keyframes ehr-slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes ehr-slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes ehr-slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes ehr-slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .ehr-section,html[data-theme=dark] .ehr-section{background:linear-gradient(180deg,#0f172a,#1e293b)!important}[data-theme=dark] .ehr-tag,html[data-theme=dark] .ehr-tag{background-color:#3b82f633!important;color:#60a5fa!important}[data-theme=dark] .ehr-title,html[data-theme=dark] .ehr-title{color:#f1f5f9!important}[data-theme=dark] .ehr-description,html[data-theme=dark] .ehr-description{color:#cbd5e1!important}[data-theme=dark] .ehr-btn-primary,html[data-theme=dark] .ehr-btn-primary{background-color:#3b82f6!important;color:#fff!important}[data-theme=dark] .ehr-btn-primary:hover,html[data-theme=dark] .ehr-btn-primary:hover{background-color:#2563eb!important;box-shadow:0 12px 28px #3b82f680!important}[data-theme=dark] .ehr-btn-secondary,html[data-theme=dark] .ehr-btn-secondary{background-color:transparent!important;color:#e2e8f0!important;border-color:#475569!important}[data-theme=dark] .ehr-btn-secondary:hover,html[data-theme=dark] .ehr-btn-secondary:hover{border-color:#3b82f6!important;background-color:#3b82f61a!important}[data-theme=dark] .ehr-trust-item,html[data-theme=dark] .ehr-trust-item{color:#94a3b8!important}[data-theme=dark] .ehr-trust-icon,html[data-theme=dark] .ehr-trust-icon{color:#60a5fa!important}[data-theme=dark] .ehr-main-image-container,html[data-theme=dark] .ehr-main-image-container{background:linear-gradient(145deg,#1e293b,#334155,#475569)!important}[data-theme=dark] .ehr-floating-card,html[data-theme=dark] .ehr-floating-card{background-color:#1e293b!important;box-shadow:0 8px 32px #00000080!important;border:1px solid rgba(71,85,105,.5)}[data-theme=dark] .ehr-stats-number,html[data-theme=dark] .ehr-stats-number{color:#f1f5f9!important}[data-theme=dark] .ehr-stats-label,html[data-theme=dark] .ehr-stats-label{color:#60a5fa!important}[data-theme=dark] .ehr-security-text,html[data-theme=dark] .ehr-security-text,[data-theme=dark] .ehr-lock-icon,html[data-theme=dark] .ehr-lock-icon{color:#34d399!important}[data-theme=dark] .ehr-feature-box,html[data-theme=dark] .ehr-feature-box{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 8px 24px #3b82f64d!important}[data-theme=dark] .ehr-feature-card,html[data-theme=dark] .ehr-feature-card{background-color:#1e293b!important;border-color:#334155!important}[data-theme=dark] .ehr-feature-card:hover,html[data-theme=dark] .ehr-feature-card:hover{box-shadow:0 12px 32px #0009!important;border-color:#475569!important}[data-theme=dark] .ehr-feature-icon-wrap,html[data-theme=dark] .ehr-feature-icon-wrap{background:linear-gradient(135deg,#3b82f6,#2563eb)!important}[data-theme=dark] .ehr-feature-title,html[data-theme=dark] .ehr-feature-title{color:#f1f5f9!important}[data-theme=dark] .ehr-feature-desc,html[data-theme=dark] .ehr-feature-desc{color:#94a3b8!important}[data-theme=dark] .ehr-section,[data-theme=dark] .ehr-tag,[data-theme=dark] .ehr-title,[data-theme=dark] .ehr-description,[data-theme=dark] .ehr-btn-primary,[data-theme=dark] .ehr-btn-secondary,[data-theme=dark] .ehr-trust-item,[data-theme=dark] .ehr-floating-card,[data-theme=dark] .ehr-feature-card{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.doctor-testimonials-v2-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.doctor-testimonials-v2-header{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem;align-items:center}@media (min-width: 1024px){.doctor-testimonials-v2-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.doctor-testimonials-v2-header-content{flex:1;text-align:center}@media (min-width: 1024px){.doctor-testimonials-v2-header-content{text-align:left;max-width:600px}}.doctor-testimonials-v2-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;border-radius:8px;margin-bottom:1.5rem}.doctor-testimonials-v2-title{font-size:2.5rem;font-weight:700;color:#1e293b;line-height:1.2;margin:0 0 1rem}.doctor-testimonials-v2-title-highlight{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.doctor-testimonials-v2-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6;margin:0}.doctor-testimonials-v2-stats{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.doctor-testimonials-v2-stat-item{text-align:center}.doctor-testimonials-v2-stat-number{font-size:2rem;font-weight:700;color:#3b82f6;line-height:1;margin-bottom:.25rem}.doctor-testimonials-v2-stat-label{font-size:.875rem;color:#64748b;font-weight:500}.doctor-testimonials-v2-stat-divider{width:1px;height:40px;background:#e2e8f0}.doctor-testimonials-v2-scroll-wrapper{position:relative;overflow:hidden;margin-top:3rem}.doctor-testimonials-v2-scroll-wrapper:before,.doctor-testimonials-v2-scroll-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none;transition:opacity .3s ease}.doctor-testimonials-v2-scroll-wrapper:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.doctor-testimonials-v2-scroll-wrapper:after{right:0;background:linear-gradient(to left,#fff,#fff0)}[data-theme=dark] .doctor-testimonials-v2-scroll-wrapper:before,html[data-theme=dark] .doctor-testimonials-v2-scroll-wrapper:before{background:linear-gradient(to right,#1e293b,#1e293b00)}[data-theme=dark] .doctor-testimonials-v2-scroll-wrapper:after,html[data-theme=dark] .doctor-testimonials-v2-scroll-wrapper:after{background:linear-gradient(to left,#1e293b,#1e293b00)}.doctor-testimonials-v2-scroll-container{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem;will-change:scroll-position}.doctor-testimonials-v2-scroll-container::-webkit-scrollbar{display:none}.doctor-testimonial-v2-card{background:#fff;border-radius:20px;padding:2rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;cursor:pointer;flex:0 0 auto;width:400px;min-width:400px;max-width:400px}@media (max-width: 768px){.doctor-testimonial-v2-card{width:320px;min-width:320px;max-width:320px;padding:1.5rem}}.doctor-testimonial-v2-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:transparent}.doctor-testimonial-v2-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.doctor-testimonial-v2-card-icon-wrapper{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden}.doctor-testimonial-v2-card-icon{width:24px;height:24px;position:relative;z-index:1}.doctor-testimonial-v2-rating{display:flex;gap:.25rem;color:#fbbf24}.doctor-testimonial-v2-star{fill:currentColor}.doctor-testimonial-v2-card-content{margin-bottom:2rem}.doctor-testimonial-v2-quote{font-size:1.125rem;font-weight:500;color:#1e293b;line-height:1.7;margin:0 0 1.5rem;font-style:italic}.doctor-testimonial-v2-benefit-badge{display:inline-block;padding:.5rem 1rem;border-radius:8px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.doctor-testimonial-v2-card-footer{padding-top:1.5rem;border-top:1px solid #e2e8f0}.doctor-testimonial-v2-author{display:flex;align-items:center;gap:1rem}.doctor-testimonial-v2-author-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid #e2e8f0;flex-shrink:0}.doctor-testimonial-v2-author-avatar img{width:100%;height:100%;object-fit:cover}.doctor-testimonial-v2-author-info{flex:1;min-width:0}.doctor-testimonial-v2-author-name{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doctor-testimonial-v2-author-specialization{font-size:.875rem;color:#3b82f6;font-weight:500;margin:0 0 .25rem}.doctor-testimonial-v2-author-hospital{font-size:.75rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doctor-testimonial-v2-card-decoration{position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none;opacity:0;transition:opacity .4s ease}.doctor-testimonial-v2-card:hover .doctor-testimonial-v2-card-decoration{opacity:1}[data-theme=dark] .doctor-testimonials-v2-title,html[data-theme=dark] .doctor-testimonials-v2-title{color:#f1f5f9!important}[data-theme=dark] .doctor-testimonials-v2-subtitle,html[data-theme=dark] .doctor-testimonials-v2-subtitle{color:#94a3b8!important}[data-theme=dark] .doctor-testimonials-v2-stats,html[data-theme=dark] .doctor-testimonials-v2-stats{background:#1e293b!important;box-shadow:0 4px 20px #0006!important;border:1px solid #334155!important}[data-theme=dark] .doctor-testimonials-v2-stat-number,html[data-theme=dark] .doctor-testimonials-v2-stat-number{color:#60a5fa!important}[data-theme=dark] .doctor-testimonials-v2-stat-label,html[data-theme=dark] .doctor-testimonials-v2-stat-label{color:#94a3b8!important}[data-theme=dark] .doctor-testimonials-v2-stat-divider,html[data-theme=dark] .doctor-testimonials-v2-stat-divider{background:#334155!important}[data-theme=dark] .doctor-testimonial-v2-card,html[data-theme=dark] .doctor-testimonial-v2-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .doctor-testimonial-v2-card:hover,html[data-theme=dark] .doctor-testimonial-v2-card:hover{box-shadow:0 20px 40px #0009!important;border-color:#475569!important}[data-theme=dark] .doctor-testimonial-v2-quote,html[data-theme=dark] .doctor-testimonial-v2-quote{color:#e2e8f0!important}[data-theme=dark] .doctor-testimonial-v2-card-footer,html[data-theme=dark] .doctor-testimonial-v2-card-footer{border-top-color:#334155!important}[data-theme=dark] .doctor-testimonial-v2-author-name,html[data-theme=dark] .doctor-testimonial-v2-author-name{color:#f1f5f9!important}[data-theme=dark] .doctor-testimonial-v2-author-specialization,html[data-theme=dark] .doctor-testimonial-v2-author-specialization{color:#60a5fa!important}[data-theme=dark] .doctor-testimonial-v2-author-hospital,html[data-theme=dark] .doctor-testimonial-v2-author-hospital{color:#94a3b8!important}[data-theme=dark] .doctor-testimonial-v2-author-avatar,html[data-theme=dark] .doctor-testimonial-v2-author-avatar{border-color:#334155!important}[data-theme=dark] .doctor-testimonial-v2-card-decoration,html[data-theme=dark] .doctor-testimonial-v2-card-decoration{background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%)!important}@media (max-width: 768px){.doctor-testimonials-v2-title{font-size:2rem}.doctor-testimonials-v2-stats{gap:1rem;padding:1.5rem}.doctor-testimonials-v2-stat-divider{width:100%;height:1px}.doctor-testimonial-v2-card{padding:1.5rem}.doctor-testimonial-v2-quote{font-size:1rem}}.doctor-tab-button{background-color:#f8f9fa;color:#6c757d;border:1px solid transparent}.doctor-tab-button:hover{background-color:#e9ecef;color:#495057}[data-theme=dark] .doctor-tab-button{background-color:transparent!important;color:#94a3b8!important;border:1px solid transparent}[data-theme=dark] .doctor-tab-button:hover{background-color:#ffffff0d!important;color:#e2e8f0!important}[data-theme=dark] .doctor-profile-page,html[data-theme=dark] .doctor-profile-page{background-color:#020b1c!important;color:#fff!important}[data-theme=dark] .bg-white.rounded-4.shadow-sm,[data-theme=dark] .bg-white.rounded-4.p-4.shadow-sm,[data-theme=dark] .bg-white.rounded-top-4.p-4{background-color:#0f172a!important;border:1px solid #1e293b!important;box-shadow:0 4px 6px -1px #00000080!important;color:#f1f5f9!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .h1,[data-theme=dark] .h2,[data-theme=dark] .h3,[data-theme=dark] .h4,[data-theme=dark] .h5,[data-theme=dark] .h6,[data-theme=dark] .text-dark{color:#f1f5f9!important}[data-theme=dark] .text-muted,[data-theme=dark] .text-secondary{color:#cbd5e1!important}[data-theme=dark] .accordion-item{background-color:#1e293b!important;border-color:#334155!important;color:#f1f5f9}[data-theme=dark] .accordion-button{background-color:#1e293b!important;color:#f1f5f9!important}[data-theme=dark] .accordion-button:not(.collapsed){background-color:#334155!important;color:#60a5fa!important;box-shadow:none}[data-theme=dark] .accordion-button:after{filter:invert(1) grayscale(100%) brightness(200%)}[data-theme=dark] .accordion-body{color:#cbd5e1!important}[data-theme=dark] .doctor-specialization{background-color:#1e293b!important;color:#94a3b8!important;border:1px solid #334155!important}[data-theme=dark] .btn-outline-primary{color:#60a5fa!important;border-color:#60a5fa!important}[data-theme=dark] .btn-outline-primary:hover{background-color:#60a5fa!important;color:#fff!important}[data-theme=dark] #doctor-related-resources a{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] #doctor-related-resources a:hover{box-shadow:0 10px 15px -3px #00000080!important;background:#334155!important}[data-theme=dark] #doctor-related-resources span.badge{background-color:#3b82f633!important;color:#93c5fd!important}[data-theme=dark] #doctor-related-resources span.text-dark{color:#f1f5f9!important}[data-theme=dark] .rounded-top-4.p-4.pb-5{background:linear-gradient(135deg,#1e3a8a,#172554)!important}[data-theme=dark] input.form-control,[data-theme=dark] select.form-select,[data-theme=dark] textarea.form-control{background-color:#1e293b!important;border-color:#475569!important;color:#f1f5f9!important}[data-theme=dark] input.form-control:focus,[data-theme=dark] select.form-select:focus,[data-theme=dark] textarea.form-control:focus{background-color:#334155!important;border-color:#60a5fa!important;color:#fff!important}.doctor-profile-page{--profile-header-bg: linear-gradient(135deg, #e7f3ff 0%, #bfdbfe 50%, #3b82f6 100%);--profile-header-border: #93c5fd;--profile-card-shadow: 0 8px 25px -5px rgba(59, 130, 246, .3), 0 4px 6px -2px rgba(59, 130, 246, .1);--profile-info-card-bg: #ffffff;--profile-info-card-border: #e2e8f0}[data-theme=dark] .doctor-profile-page,html[data-theme=dark] .doctor-profile-page{--profile-header-bg: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);--profile-header-border: #1e40af;--profile-card-shadow: 0 8px 25px -5px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .3);--profile-info-card-bg: #1e293b;--profile-info-card-border: #334155;background-color:var(--bg-color);color:var(--text-primary)}[data-theme=dark] .doctor-profile-page .text-dark{color:var(--text-primary)!important}[data-theme=dark] .doctor-profile-page .text-muted{color:var(--text-secondary)!important}.doctor-profile-page{--tabs-container-bg: #ffffff;--why-choose-bg: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);--faq-card-bg: #ffffff;--faq-card-border: #e9ecef;--tab-text-color: #495057;--tab-active-color: #0d6efd;--carousel-btn-bg: #ffffff;--carousel-btn-color: #0d6efd}[data-theme=dark] .doctor-profile-page{--tabs-container-bg: #0f172a;--why-choose-bg: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);--faq-card-bg: #1e293b;--faq-card-border: #334155;--tab-text-color: #94a3b8;--tab-active-color: #60a5fa;--carousel-btn-bg: #334155;--carousel-btn-color: #60a5fa;--carousel-card-bg: #1e293b;--carousel-card-shadow: 0 4px 15px rgba(0, 0, 0, .5)}@media (min-width: 1400px){.hero-container{max-width:1320px}}@media (min-width: 1200px){.hero-main-title-doctor{font-size:3.5rem}}@media (max-width: 1199.98px){.hero-grid{gap:2rem}.hero-main-title-doctor{font-size:3rem}.doctor-image-frame-New{width:380px;height:480px}.doctor-services-card{right:-20px}}@media (max-width: 991.98px){.hero-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-left-section{align-items:center}.hero-right-section-wrapper{justify-content:center;height:auto;margin-top:2rem}.doctor-image-frame-New{width:100%;max-width:450px;height:auto;aspect-ratio:4/5}.trusted-users-section,.hero-buttons-doctor-wrapper{justify-content:center}.doctor-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.doctor-insight-about-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 767.98px){.hero-section-new{padding:40px 0}.hero-main-title-doctor{font-size:2.5rem}.doctor-consult-btn,.doctor-bubble,.doctor-services-card{display:none}.doctor-stats-grid{grid-template-columns:1fr;gap:24px;text-align:center}.doctor-stat-card{align-items:center;text-align:center}.hero-buttons-doctor-wrapper{flex-direction:column;width:100%;gap:1rem}.hero-btn{width:100%;justify-content:center}.doctor-specialty-row{display:none}}@media (max-width: 575.98px){.hero-main-title-doctor{font-size:2rem}.hero-subtitle-doctor{font-size:.8rem;padding:8px 12px}.trusted-count-large{font-size:1.5rem}.trusted-users-text{font-size:.7rem}.doctor-image-frame-New{border-radius:24px;padding:12px}.doctor-main-image{border-radius:20px}.hero-section-new:before{display:none}.doctor-insight-text{font-size:1.25rem}.doctor-about-headline{font-size:1.75rem}}
