:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html,#root,.orent-root{font-family:Roboto,Open Sans,Arial,sans-serif;background:#f8fafc;margin:0;padding:0;color:#1a2a36;min-height:100vh;width:100vw;box-sizing:border-box}html{scroll-behavior:smooth}#root,.orent-root{width:100vw;min-width:0;margin:0;padding:0;box-sizing:border-box}.navbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.2rem 2rem;box-shadow:0 2px 8px #1756a90a;position:sticky;top:0;z-index:10}.navbar-left{display:flex;flex-direction:column;align-items:flex-start}.logo{font-size:1.6rem;font-weight:700;color:#1756a9;letter-spacing:1px}.tagline{font-size:.95rem;color:#1756a9;font-weight:500;margin-top:.1rem}.navbar-right{display:flex;gap:1.5rem;list-style:none;align-items:center;margin:0;padding:0}.navbar-right li{font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s}.navbar-right li:hover,.navbar-right .whatsapp-icon:hover{color:#1756a9}.lang-toggle{background:#f0f4fa;border:none;border-radius:16px;padding:.3rem .9rem;font-size:.95rem;color:#1756a9;cursor:pointer;font-weight:600}.whatsapp-icon{display:flex;align-items:center;color:#1dbf73;text-decoration:none;vertical-align:middle}.hero-section{position:relative;min-height:340px;display:flex;align-items:center;justify-content:center;background:#eaf1fa;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80) center/cover no-repeat;filter:brightness(.55);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:3.5rem 1rem 3rem}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.7rem;letter-spacing:.5px}.hero-content h2{font-size:1.25rem;font-weight:400;margin-bottom:2rem}.hero-cta{display:flex;gap:1.2rem;justify-content:center}.cta-btn{background:#1756a9;color:#fff;border:none;border-radius:8px;padding:.85rem 2.1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #1756a914}.cta-btn.secondary{background:#fff;color:#1756a9;border:2px solid #1756A9;display:none}.cta-btn:hover,.cta-btn.secondary:hover{background:#1dbf73;color:#fff;border-color:#1dbf73}.about-section{display:flex;gap:2.5rem;background:#fff;border-radius:18px;box-shadow:0 2px 16px #1756a90f;margin:2.5rem auto 2rem;max-width:900px;padding:2.5rem 2rem;align-items:center;flex-wrap:wrap}.about-img img{width:220px;height:160px;object-fit:cover;border-radius:12px;box-shadow:0 2px 8px #1756a914}.about-content h2{color:#1756a9;font-size:1.5rem;font-weight:700;margin-bottom:.7rem}.about-content p{font-size:1.08rem;color:#1a2a36;margin:0 0 1.1em;line-height:1.7}.about-content p:first-of-type{font-size:1.13rem;font-weight:500;color:#1756a9;background:#f4faff;border-left:4px solid #1DBF73;padding:.7em 1em;border-radius:8px;margin-bottom:1.3em}.services-section{background:#f8fafc;padding:2.5rem 0 1.5rem;text-align:center}.services-section h2{color:#1756a9;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.service-item{background:#fff;border-radius:14px;box-shadow:0 2px 12px #1756a90f;padding:2rem 1rem 1.2rem;display:flex;flex-direction:column;align-items:center;font-size:1.08rem;font-weight:500;color:#1756a9;transition:box-shadow .2s,transform .2s}.service-item span{font-size:2.2rem;margin-bottom:.7rem}.service-item:hover{box-shadow:0 4px 24px #1756a921;transform:translateY(-4px) scale(1.03)}.doctors-section{background:#fff;padding:2.5rem 0 1.5rem;text-align:center}.doctors-section h2{color:#1756a9;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.doctors-cards{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;max-width:1100px;margin:0 auto}.doctor-card{background:#f8fafc;border-radius:14px;box-shadow:0 2px 12px #1756a90f;padding:1.5rem 1.2rem 1.2rem;display:flex;align-items:center;gap:.7rem;min-width:340px;max-width:440px;flex:1 1 0;width:100%;position:relative}.doctor-card-left{display:flex;flex-direction:column;align-items:center;width:30%;min-width:100px}.doctor-card-right{width:70%;min-width:0}.doctor-card img{width:100px;height:140px;min-width:100px;max-width:140px;object-fit:contain;display:block;border-radius:10%;background:#fff}.doctor-card>div{width:70%;min-width:0}.doctor-card h3{margin:0 0 .2rem;color:#1756a9;font-size:1.15rem;font-weight:700}.doctor-card p{margin:0 0 .5rem;font-size:1rem;color:#1a2a36}.profile-link{display:inline-block;background:#1756a9;color:#fff;border-radius:8px;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;text-decoration:none;margin-top:.2rem;transition:background .2s}.profile-link:hover{background:#1dbf73;color:#fff}.doctor-card .profile-link{display:block;margin:.7rem auto .2rem;text-align:center;width:max-content}.doctor-card-right p{text-align:left}.appointment-section{background:#fff;border-radius:18px;box-shadow:0 2px 16px #1756a90f;margin:2.5rem auto 2rem;max-width:600px;padding:2.5rem 2rem;text-align:center}.appointment-section h2{color:#1756a9;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.appointment-form{display:flex;flex-direction:column;gap:1.1rem}.appointment-form input,.appointment-form select{padding:.8rem 1rem;border:1.5px solid #e0e7ef;border-radius:8px;font-size:1rem;font-family:inherit;background:#f8fafc;transition:border .2s}.appointment-form input:focus,.appointment-form select:focus{border:1.5px solid #1756A9;outline:none}.appointment-form button{background:#1dbf73;color:#fff;border:none;border-radius:8px;padding:.85rem 2.1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.appointment-form button:hover{background:#1756a9}.hours-section{background:#fff;border-radius:18px;box-shadow:0 2px 16px #1756a90f;margin:2.5rem auto 2rem;max-width:600px;padding:2.5rem 2rem;text-align:center}.hours-section h2{color:#1756a9;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.hours-table{width:100%;border-collapse:collapse;margin-top:1rem}.hours-table th,.hours-table td{padding:.7rem .5rem;border-bottom:1px solid #e0e7ef;font-size:1rem}.hours-table th{color:#1756a9;font-weight:700;background:#f8fafc}.testimonials-section{background:#f8fafc;padding:2.5rem 0 1.5rem;text-align:center}.testimonials-section h2{color:#1756a9;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.testimonials-slider{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;max-width:900px;margin:0 auto}.testimonials-slider blockquote{background:#fff;border-radius:12px;box-shadow:0 2px 8px #1756a90f;padding:1.2rem 1.5rem;font-size:1.08rem;color:#1a2a36;font-style:italic;max-width:320px}.contact-section{background:#fff;border-radius:18px;box-shadow:0 2px 16px #1756a90f;margin:2.5rem auto 2rem;max-width:900px;padding:2.5rem 2rem;text-align:center}.contact-section h2{color:#1756a9;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.contact-details{display:flex;gap:2.5rem;align-items:flex-start;justify-content:center;flex-wrap:wrap}.map-embed iframe{border-radius:12px;min-width:260px;max-width:340px;width:100%;height:200px;border:none}.contact-info{text-align:left;font-size:1.08rem;color:#1a2a36;margin-top:.5rem}.contact-info a{color:#1756a9;text-decoration:none}.contact-info a:hover{text-decoration:underline}.footer{background:#1756a9;color:#fff;text-align:center;padding:1.2rem 0 .7rem;margin-top:2rem}.footer-links{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:underline;margin:0 .5rem;font-size:1rem}.footer-copy{font-size:.98rem;margin-top:.5rem}.floating-whatsapp{position:fixed;bottom:28px;right:28px;z-index:100;background:#1dbf73;color:#fff;border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center;font-size:2.1rem;box-shadow:0 4px 24px #1756a921;cursor:pointer;transition:background .2s,box-shadow .2s}.floating-whatsapp:hover{background:#1756a9;color:#fff;box-shadow:0 6px 32px #1756a92e}.announcement-section{background:#fffbe6;color:#1756a9;border:2px solid #ffe58f;border-radius:12px;padding:1.2rem 1.5rem;margin:0 auto 1.2rem;max-width:900px;font-size:1.08rem;font-weight:600;text-align:center;box-shadow:0 2px 12px #1756a912;letter-spacing:.01em}@keyframes borderPulse{0%{border-color:#38bdf8;box-shadow:0 0 #1756a999}50%{border-color:#ef4444;box-shadow:0 0 24px 8px #1756a9cc}to{border-color:#38bdf8;box-shadow:0 0 #1756a999}}.announcement-section{animation:borderPulse 1.5s infinite;border-width:4px}@media (max-width: 900px){.about-section,.contact-details{flex-direction:column;align-items:center;gap:1.5rem}.doctors-cards{flex-direction:column;gap:1.5rem}}@media (max-width: 600px){.navbar{flex-direction:column;gap:.7rem;padding:1rem .5rem}.navbar-left{flex-direction:column;align-items:flex-start;gap:.2rem;position:relative;width:100%}.navbar-mobile-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.navbar-hamburger{display:block;position:static;margin-bottom:0;align-self:auto}.logo{margin-top:0}.about-section,.appointment-section,.hours-section,.contact-section{padding:1.2rem .5rem;margin:1.2rem .2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.doctors-cards{gap:1rem}.testimonials-slider{flex-direction:column;gap:1rem}.footer{padding:.8rem 0 .5rem}.floating-whatsapp{bottom:16px;right:16px;width:48px;height:48px;font-size:1.5rem}.announcement-section{padding:.8rem .5rem;font-size:1rem;border-radius:8px}.doctor-card{flex-direction:column;align-items:center;max-width:100%;gap:.7rem}.doctor-card-left,.doctor-card-right{width:100%;min-width:0}.doctor-card .profile-link{margin:.5rem auto .2rem}.doctor-card img{width:60%;max-width:180px;margin-bottom:.7rem}.cta-btn.secondary{display:inline-block}.navbar-hamburger{display:block;right:1.2rem;top:1.2rem}.navbar-right{display:none;position:absolute;top:100%;right:0;left:0;background:#fff;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.2rem 1.5rem 1.2rem 2rem;box-shadow:0 8px 24px #1756a914;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:15;transition:all .3s}.navbar-right.open{display:flex}}.degree-label{color:#1756a9;font-weight:700;letter-spacing:.5px}.quick-replies{padding:16px 20px;background:#f8fafc;border-top:1px solid #e2e8f0}.quick-replies-title{font-size:12px;color:#64748b;margin-bottom:12px;font-weight:500}.quick-replies-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick-reply-button{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:13px;color:#1e293b;text-align:left;min-height:44px}.quick-reply-button:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.quick-reply-button:active{transform:translateY(0);box-shadow:0 1px 4px #0000001a}.quick-reply-icon{font-size:16px;flex-shrink:0}.quick-reply-text{font-weight:500;line-height:1.3}@media (max-width: 480px){.quick-replies-grid{grid-template-columns:1fr}.quick-reply-button{padding:12px 16px;font-size:14px}}@media (prefers-reduced-motion: reduce){.quick-reply-button{transition:none}}@media (prefers-contrast: high){.quick-reply-button{border:2px solid #000}.quick-reply-button:hover{background:#000;color:#fff}}.chatbot-toggle{position:fixed;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 20px #2563eb4d;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.chatbot-toggle.bottom-right{bottom:10px;right:10px}.chatbot-toggle.bottom-left{bottom:20px;left:20px}.chatbot-toggle.top-right{top:20px;right:20px}.chatbot-toggle.top-left{top:20px;left:20px}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #2563eb66}.chatbot-toggle:active{transform:scale(.95)}.chatbot-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px}.chatbot-container{width:100%;max-width:400px;height:600px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.chatbot-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px}.chatbot-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.chatbot-close:hover{background:#ffffff1a}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#f8fafc}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f5f9}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.message{max-width:80%;animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end}.bot-message{align-self:flex-start}.message-content{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.4;word-wrap:break-word}.user-message .message-content{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:6px}.bot-message .message-content{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:6px;box-shadow:0 2px 8px #0000000d}.message-time{font-size:11px;color:#64748b;margin-top:4px;text-align:right}.user-message .message-time{text-align:right}.bot-message .message-time{text-align:left}.loading-spinner{animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot-input{padding:16px 20px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;align-items:center}.chatbot-input input{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s ease;background:#f8fafc}.chatbot-input input:focus{border-color:#2563eb;background:#fff}.chatbot-input input:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.send-button{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d}.send-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.chatbot-popup-message{position:fixed;max-width:320px;bottom:90px;right:30px;background:#fff;color:#1e293b;border-radius:12px;box-shadow:0 4px 24px #0000001f;padding:18px 44px 18px 18px;z-index:1100;font-size:15px;line-height:1.5;display:flex;align-items:flex-start;gap:10px;border:1px solid #e2e8f0}.chatbot-popup-close{position:absolute;top:8px;right:10px;background:none;border:none;color:#64748b;font-size:18px;cursor:pointer;padding:2px 6px;border-radius:50%;transition:background .2s}.chatbot-popup-close:hover{background:#f1f5f9}.chatbot-popup-map-link{display:block;margin-top:8px;color:#2563eb;text-decoration:underline;font-size:14px;transition:color .2s}.chatbot-popup-map-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 480px){.chatbot-toggle{position:fixed!important;width:60px;height:60px;right:10px!important;bottom:10px!important;left:auto!important;z-index:2000}.chatbot-overlay{padding:10px}.chatbot-container{width:80vw;max-width:none;height:80vh}.chatbot-messages{padding:16px}.chatbot-input{padding:12px 16px}.message{max-width:85%}.chatbot-toggle{box-sizing:border-box;max-width:100vw;max-height:100vh}.chatbot-toggle.bottom-right{right:41px!important;bottom:16px!important}}@media (prefers-reduced-motion: reduce){.chatbot-container,.message,.send-button{animation:none;transition:none}}@media (prefers-contrast: high){.chatbot-container{border:2px solid #000}.message-content{border:1px solid #000}}
