.navbar{z-index:100;background:#fff;justify-content:space-between;align-items:center;height:80px;padding:0 60px;display:flex;position:relative;box-shadow:0 2px 10px #00000014}.navbar-brand{align-items:center;gap:12px;display:flex}.navbar-logo-image{object-fit:contain;width:55px;height:55px}.navbar-logo-text{color:#0f4c81;flex-direction:column;font-size:24px;font-weight:700;line-height:1.2;display:flex}.navbar-logo-text span{color:#64748b;margin-top:3px;font-size:12px;font-weight:500}.navbar-links{align-items:center;gap:30px;display:flex}.navbar-links a{color:#334155;font-weight:500;text-decoration:none}.active-link{color:#0f4c81!important;font-weight:700!important}.navbar-button{background:#0f4c81;border-radius:8px;padding:12px 22px;color:#fff!important}.menu-button{color:#0f4c81;cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.navbar{padding:0 20px}.navbar-logo{font-size:22px}.menu-button{display:block}.navbar-logo-image{width:45px;height:45px}.navbar-logo-text{font-size:18px}.navbar-logo-text span{display:none}.navbar-links{background:#fff;flex-direction:column;align-items:center;gap:25px;padding:30px;display:none;position:absolute;top:80px;left:0;right:0;box-shadow:0 10px 20px #0000001a}.navbar-links.mobile-open{display:flex}.navbar-button{text-align:center;width:100%}}.footer{color:#fff;background:#0f4c81;padding:60px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.footer h3,.footer h4{margin-bottom:15px}.footer a{color:#fff;margin:10px 0;text-decoration:none;display:block}.footer-bottom{text-align:center;border-top:1px solid #fff3;margin-top:40px;padding-top:20px}@media (width<=768px){.footer{padding:40px 20px}.footer-grid{text-align:center;grid-template-columns:1fr}.footer a{display:block}}.btn{border-radius:8px;padding:12px 25px;font-size:16px}.primary{color:#fff;background:#0f4c81}.secondary{color:#0f4c81;background:#fff;border:1px solid #0f4c81}.section-title{text-align:center;margin-bottom:40px}.section-title h2{color:#0f4c81;font-size:36px}.card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 5px 20px #00000014}.chat-button{color:#fff;cursor:pointer;z-index:1000;background:#0f4c81;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:30px;right:30px}.chat-window{z-index:1000;background:#fff;border-radius:20px;flex-direction:column;width:360px;height:500px;display:flex;position:fixed;bottom:100px;right:30px;overflow:hidden;box-shadow:0 15px 40px #0003}.chat-header{color:#fff;background:#0f4c81;padding:20px;font-weight:600}.chat-body{flex:1;padding:20px;overflow-y:auto}.bot-message,.user-message{border-radius:15px;max-width:80%;margin-bottom:12px;padding:12px 16px;line-height:1.5}.bot-message{background:#f1f5f9}.chat-options{flex-direction:column;gap:12px;margin-top:20px;display:flex}.chat-options button{color:#0f4c81;cursor:pointer;text-align:left;background:#fff;border:1px solid #0f4c81;border-radius:12px;padding:14px;font-size:15px;font-weight:600;transition:all .3s}.chat-options button:hover{color:#fff;background:#0f4c81}.user-message{color:#fff;background:#0f4c81;margin-left:auto}.chat-input{border-top:1px solid #ddd;display:flex}.chat-input input{border:none;outline:none;flex:1;padding:15px}.chat-input button{color:#fff;background:#0f4c81;border:none;padding:0 20px}@media (width<=600px){.chat-window{width:auto;left:15px;right:15px}}.home{color:#1e293b;overflow:hidden}.hero{color:#fff;text-align:center;background-image:linear-gradient(#0f4c81bf,#0f4c81bf),url(/images/clinic-hero.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:700px;display:flex}.hero-overlay{width:100%;padding:80px 20px}.hero-content{max-width:900px;margin:auto}.hero-badge{color:#0f4c81;background:#fff;border-radius:50px;margin-bottom:25px;padding:12px 25px;font-weight:600;display:inline-block}.hero h1{margin-bottom:25px;font-size:64px;font-weight:800;line-height:1.15}.hero p{opacity:.95;max-width:750px;margin:0 auto 40px;font-size:20px;line-height:1.7}.hero-primary-btn{color:#0f4c81;background:#fff;border-radius:12px;padding:16px 35px;font-weight:700}.hero-secondary-btn{color:#fff;border:2px solid #fff;border-radius:12px;padding:14px 35px;font-weight:700}.hero-info{flex-wrap:wrap;justify-content:center;gap:25px;display:flex}.hero-info div{color:#334155;background:#fff;border-radius:18px;min-width:200px;padding:20px 30px;box-shadow:0 10px 30px #00000026}.hero-info h4{color:#0f4c81;margin-bottom:8px}.hero-info p{color:#64748b;margin:0;font-size:15px}.hero-container{flex-direction:column;align-items:center;max-width:900px;margin:auto;display:flex}.hero-tag{color:#0f4c81;background:#dff2ff;border-radius:50px;align-items:center;margin-bottom:25px;padding:12px 22px;font-weight:600;display:inline-flex}.hero h1{color:#0f172a;margin-bottom:25px;font-size:64px;font-weight:800;line-height:1.1}.hero h1 span{color:#d8d8d8}.hero-description{color:#64748b;max-width:750px;margin-bottom:40px;font-size:20px;line-height:1.7}.hero-actions{justify-content:center;gap:20px;margin-bottom:60px;display:flex}.hero-primary-btn,.hero-secondary-btn{border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:17px;font-weight:600;transition:all .3s;display:flex}.hero-primary-btn{color:#fff;background:#0f4c81}.hero-primary-btn:hover{background:#08365d;transform:translateY(-3px)}.hero-secondary-btn{color:#0f4c81;background:#fff;border:2px solid #0f4c81}.hero-stats{justify-content:center;gap:30px;display:flex}.stat-card{background:#fff;border-radius:16px;align-items:center;gap:15px;min-width:180px;padding:22px 30px;display:flex;box-shadow:0 10px 25px #00000014}.stat-card svg{color:#0f4c81;width:35px;height:35px}.stat-card h3{color:#0f4c81;margin:0;font-size:28px}.stat-card p{color:#64748b;margin:0;font-size:14px}.stats-section{background:#fff;padding:70px 8%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.stat-card{text-align:center;background:#f8fafc;border-radius:18px;padding:30px}.stat-card h2{color:#0284c7;margin-bottom:10px;font-size:38px}.stat-card p{color:#64748b}.services-section{background:#f8fafc;padding:80px 60px}.section-header h2{color:#0f4c81;margin-bottom:15px;font-size:38px}.section-header p{color:#64748b;font-size:18px}.service-card{background:#fff;border-radius:18px;padding:35px;transition:all .3s;box-shadow:0 10px 30px #00000014}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.service-icon{color:#0f4c81;background:#eaf6ff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:25px;display:flex}.service-card h3{color:#0f4c81;margin-bottom:15px;font-size:24px}.service-description{color:#475569;line-height:1.6}.service-card ul{padding:20px 0;list-style:none}.service-card li{color:#334155;margin-bottom:10px}.service-link{color:#0f4c81;font-weight:600}.why-section{background:#fff;padding:80px 8%}.section-header{text-align:center;max-width:700px;margin:0 auto 50px}.section-header h2{color:#0f172a;margin-bottom:15px;font-size:38px;font-weight:700}.section-header p{color:#64748b;font-size:17px;line-height:1.6}.why-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.why-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:35px 25px;transition:all .3s}.why-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000014}.why-icon{color:#fff;background:#0284c7;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 20px;font-size:28px;font-weight:700;display:flex}.why-card h3{color:#0f172a;margin-bottom:15px;font-size:20px}.why-card p{color:#64748b;font-size:15px;line-height:1.6}@media (width<=1000px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-grid{grid-template-columns:1fr}.why-section{padding:60px 20px}}.testimonials-section{background:#f0f9ff;padding:80px 8%}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.testimonial-card{background:#fff;border-radius:20px;padding:35px;transition:transform .3s;position:relative;box-shadow:0 10px 25px #00000014}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-card:before{content:"“";color:#0284c7;opacity:.2;font-size:70px;position:absolute;top:5px;left:20px}.testimonial-text{color:#475569;margin-top:25px;font-size:17px;line-height:1.7}.testimonial-card h4{color:#0284c7;margin-top:20px;font-weight:600}.clinic-hours{text-align:left;background:#fff;border-radius:18px;align-items:center;gap:20px;margin-bottom:50px;padding:20px 30px;display:flex;box-shadow:0 10px 25px #00000014}.hours-icon{color:#0f4c81;background:#eaf6ff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.clinic-hours h4{color:#0f4c81;margin:0 0 8px;font-size:20px}.clinic-hours p{color:#64748b;margin:4px 0;font-size:14px}@media (width<=1100px){.hero h1{font-size:52px}.services-grid,.why-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.cta-container{text-align:center;flex-direction:column}.cta-features{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{min-height:650px}.hero h1{font-size:38px}.hero p{font-size:16px}.hero-actions{flex-direction:column;align-items:center}.hero-primary-btn,.hero-secondary-btn{width:80%}.hero-info{flex-direction:column;align-items:center}.hero-info div{width:90%}}@media (width<=480px){.hero h1{font-size:32px}.hero-tag{padding:10px 16px;font-size:14px}.service-card h3{font-size:21px}.cta-content h2{font-size:28px}.stat-card h2{font-size:32px}}.cta-section{background:linear-gradient(135deg,#0f4c81,#1e88e5);padding:80px 60px}.cta-container{color:#fff;justify-content:space-between;align-items:center;gap:50px;max-width:1200px;margin:auto;display:flex}.cta-content{max-width:650px}.cta-content h2{margin-bottom:20px;font-size:42px;line-height:1.2}.cta-content p{opacity:.9;margin-bottom:35px;font-size:18px;line-height:1.6}.cta-buttons{gap:20px;display:flex}.cta-primary,.cta-secondary{border-radius:10px;align-items:center;gap:10px;padding:15px 28px;font-weight:600;transition:all .3s;display:flex}.cta-primary{color:#0f4c81;background:#fff}.cta-primary:hover{transform:translateY(-3px)}.cta-secondary{color:#fff;border:2px solid #fff}.cta-secondary:hover{color:#0f4c81;background:#fff}.cta-features{color:#334155;background:#fff;border-radius:20px;min-width:350px;padding:30px;box-shadow:0 15px 40px #00000026}.cta-feature{border-bottom:1px solid #e2e8f0;align-items:center;gap:20px;padding:15px 0;display:flex}.cta-feature:last-child{border-bottom:none}.cta-feature svg{color:#0f4c81}.cta-feature h4{color:#0f4c81;margin-bottom:5px}.cta-feature p{color:#64748b;margin:0;font-size:14px}@media (width<=900px){.hero{text-align:center;flex-direction:column}.hero-content,.hero-image{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.why-section{grid-template-columns:1fr}.hero h1{font-size:38px}}@media (width<=500px){.stats-grid{grid-template-columns:1fr}}.about-page{color:#1e293b}.about-hero{text-align:center;background:linear-gradient(135deg,#eaf6ff,#fff);padding:100px 20px}.about-hero-content{max-width:850px;margin:auto}.about-hero span{color:#0f4c81;background:#dff2ff;border-radius:30px;padding:10px 20px;font-weight:600;display:inline-block}.about-hero h1{color:#0f172a;margin:25px 0;font-size:55px;line-height:1.2}.about-hero p{color:#64748b;font-size:20px;line-height:1.7}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:90px 8%;display:grid}.story-content h2{color:#0f4c81;font-size:38px}.story-content p{color:#64748b;font-size:17px;line-height:1.8}.story-highlights{gap:20px;margin-top:30px;display:flex}.story-highlights div{background:#f8fafc;border-radius:15px;padding:20px}.story-image img{border-radius:25px;width:100%}.mission-card,.vision-card{text-align:center;background:#f8fafc;border-radius:25px;max-width:900px;margin:30px auto;padding:45px}.mission-icon,.vision-icon{font-size:40px}.mission-card h2,.vision-card h2{color:#0f4c81}.values{background:#fff;padding:80px 8%}.section-heading{text-align:center;margin-bottom:50px}.values-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.value-card{text-align:center;background:#f8fafc;border-radius:20px;padding:30px;transition:all .3s}.value-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #0000001a}.team{background:#f0f9ff;padding:90px 8%}.doctor-profile{background:#fff;border-radius:30px;align-items:center;gap:50px;max-width:1000px;margin:auto;padding:50px;display:flex;box-shadow:0 20px 50px #00000014}.doctor-avatar{background:linear-gradient(135deg,#0f4c81,#38bdf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:220px;display:flex;box-shadow:0 15px 35px #0f4c814d}.doctor-avatar span{color:#fff;font-size:70px;font-weight:800}.doctor-info h3{color:#0f172a;margin-bottom:8px;font-size:32px}.doctor-info h4{color:#0f4c81;margin-bottom:5px;font-size:20px}.credentials{color:#0284c7;font-weight:600}.doctor-description{color:#64748b;margin:20px 0;font-size:17px;line-height:1.7}.specialties{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.specialty{color:#0f4c81;background:#eaf6ff;border-radius:30px;align-items:center;gap:8px;padding:10px 15px;font-size:14px;font-weight:600;display:flex}.doctor-highlights{flex-wrap:wrap;gap:25px;margin-bottom:30px;display:flex}.doctor-highlights div{color:#475569;align-items:center;gap:8px;font-size:14px;display:flex}.doctor-highlights svg{color:#0284c7}.doctor-button{color:#fff;background:#0f4c81;border-radius:12px;padding:15px 35px;font-weight:600;transition:all .3s;display:inline-block}.doctor-button:hover{background:#08365d;transform:translateY(-3px)}@media (width<=768px){.doctor-profile{text-align:center;flex-direction:column;padding:35px}.doctor-avatar{width:160px;height:160px}.doctor-avatar span{font-size:50px}.doctor-info h3{font-size:25px}.doctor-highlights,.specialties{justify-content:center}}@media (width<=900px){.about-story{grid-template-columns:1fr}.about-hero h1{font-size:38px}.values-grid{grid-template-columns:1fr}.team-single-card{text-align:center;flex-direction:column}.story-highlights{flex-direction:column}}.services-page{padding-bottom:60px}.services-hero{text-align:center;background:#eaf6ff;padding:80px}.services-hero h1{color:#0f4c81;font-size:48px}.services-container{padding:60px}.services-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.service-card{text-align:center}.service-icon{margin-bottom:20px;font-size:45px}.service-card h3{color:#0f4c81;margin-bottom:15px}.service-details{max-width:700px;margin:40px auto}.service-details li{margin:10px}.services-cta{color:#fff;text-align:center;background:#0f4c81;padding:60px}.careers-page{background:#f8fafc;padding:80px 8%}.careers-hero{text-align:center;max-width:800px;margin:auto}.careers-hero h1{color:#0f4c81;margin-bottom:20px;font-size:48px}.careers-hero p{color:#64748b;font-size:18px;line-height:1.7}.careers-content{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px;display:grid}.career-card{background:#fff;border-radius:20px;padding:35px;box-shadow:0 10px 25px #00000014}.career-card svg{color:#0f4c81;margin-bottom:20px}.career-card h2{color:#0f4c81;margin-bottom:15px}.career-card p,.career-card li{color:#64748b;line-height:1.7}.career-card ul{padding-left:20px}.career-contact{background:#fff;border-radius:20px;align-items:center;gap:25px;margin-top:50px;padding:35px;display:flex;box-shadow:0 10px 25px #00000014}.career-contact svg,.career-contact h3{color:#0f4c81}.career-contact p{color:#64748b;line-height:1.6}.career-contact a{color:#0f4c81;align-items:center;gap:8px;font-weight:600;display:flex}@media (width<=768px){.careers-page{padding:60px 20px}.careers-hero h1{font-size:34px}.careers-content{grid-template-columns:1fr}.career-contact{text-align:center;flex-direction:column}}.contact-page{background:#f8fafc;padding:80px 8%}.contact-header{text-align:center;max-width:750px;margin:auto}.contact-header h1{color:#0f4c81;margin-bottom:20px;font-size:48px}.contact-header p{color:#64748b;font-size:18px;line-height:1.7}.contact-container{grid-template-columns:1fr 1.2fr;gap:40px;margin-top:60px;display:grid}.contact-info,.contact-form{background:#fff;border-radius:20px;padding:35px;box-shadow:0 10px 30px #00000014}.contact-info h2,.contact-form h2{color:#0f4c81;margin-bottom:30px}.contact-item{gap:18px;margin-bottom:25px;display:flex}.contact-item svg{color:#0f4c81}.contact-item h4{color:#1e293b;margin:0 0 5px}.contact-item p{color:#64748b;margin:0;line-height:1.5}.form-row{gap:20px;margin-bottom:20px;display:flex}.contact-form input,.contact-form textarea{border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:14px 16px;font-size:15px}.contact-form textarea{resize:none;margin-bottom:20px}.contact-form button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;padding:15px 30px;font-size:16px;font-weight:600}.contact-form button:hover{background:#08365d}.contact-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0f4c81,#1e88e5);border-radius:20px;margin-top:60px;padding:45px}.contact-cta h2{font-size:34px}.contact-cta p{margin:15px 0 25px}.contact-cta a{color:#0f4c81;background:#fff;border-radius:10px;align-items:center;gap:10px;padding:14px 28px;font-weight:600;display:inline-flex}@media (width<=900px){.contact-container{grid-template-columns:1fr}}@media (width<=600px){.contact-page{padding:60px 20px}.contact-header h1{font-size:34px}.form-row{flex-direction:column;gap:15px}.contact-info,.contact-form{padding:25px}}.appointment-page{padding-bottom:60px}.appointment-header{text-align:center;background:#eaf6ff;padding:70px}.appointment-header h1{color:#0f4c81;font-size:45px}.appointment-form{background:#fff;border-radius:15px;flex-direction:column;gap:15px;max-width:700px;margin:50px auto;padding:40px;display:flex;box-shadow:0 5px 20px #ddd}.appointment-form input,.appointment-form select,.appointment-form textarea{border:1px solid #ddd;border-radius:8px;padding:14px;font-size:16px}.appointment-form textarea{height:120px}.time-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.time-grid button{background:#eaf6ff;border-radius:8px;padding:12px}.selected-time{color:#fff;background:#0f4c81!important}.confirmation{text-align:center;padding:80px}*{box-sizing:border-box;margin:0;padding:0}body{color:#334155;background:#f8fafc;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}img{max-width:100%;display:block}.container{width:90%;max-width:1200px;margin:auto}.public-layout{flex-direction:column;min-height:100vh;display:flex}.public-layout main{flex:1}.dashboard-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#0f4c81;width:260px;padding:25px}.sidebar h2{margin-bottom:40px}.sidebar nav{flex-direction:column;gap:20px;display:flex}.sidebar a{color:#fff}.dashboard-content{background:#f8fafc;flex:1}.dashboard-header{background:#fff;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex}.dashboard-content main{padding:30px}
