:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#333;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;margin:0;padding:0}body{width:100%;min-height:100vh;margin:0;display:flex}#root{flex-direction:column;width:100%;display:flex}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.header{color:#fff;z-index:100;background:linear-gradient(135deg,red 0%,#ff7f00 16%,#ff0 33%,#0f0 50%,#00f 66%,indigo 83%,#9400d3 100%);padding:.5rem 0;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.header-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.logo{align-items:center;gap:1rem;display:flex}.logo-image{object-fit:contain;width:auto;display:block}.logo-header{flex-shrink:0;height:70px}.logo-text h1{margin:0;font-size:1.8rem;font-weight:700}.logo-text .tagline{opacity:.9;margin:.25rem 0 0;font-size:.85rem;font-weight:300}.nav{align-items:center;gap:2rem;display:flex}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:opacity .3s}.nav a:hover{opacity:.8}@media (width<=768px){.header-container{flex-direction:column;align-items:flex-start;gap:1rem}.nav{flex-direction:column;gap:1rem;width:100%}.logo{gap:.75rem}.logo-header{height:65px}.logo-text h1{font-size:1.5rem}}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,red 0%,#ff7f00 16%,#ff0 33%,#0f0 50%,#00f 66%,indigo 83%,#9400d3 100%);min-height:auto;padding:8rem 1rem 6rem;display:block}.hero-content{flex-direction:column;align-items:center;width:100%;max-width:800px;margin:0 auto;display:flex}.logo-hero{aspect-ratio:1;object-fit:fill;background:radial-gradient(circle at 30% 30%,#fff3,#0000 70%),radial-gradient(circle,#0000 0%,#0000001a 100%);border-radius:50%;width:400px;height:380px;margin-bottom:1rem;padding:8px;transition:transform .3s;animation:3s ease-in-out infinite logoFloat;box-shadow:0 0 40px #ffffff4d,0 0 60px #667eea4d,0 0 80px #764ba233}@media (width>=769px){.logo-hero{margin-top:4rem}}.logo-hero:hover{transform:scale(1.05)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content h2{margin:0 0 1rem;font-size:3rem;font-weight:700}.hero-content>p{opacity:.95;margin:0 0 .5rem;font-size:1.3rem}.hero-subtitle{opacity:.85;font-size:1.1rem;margin:0 0 2rem!important}.cta-button{color:#fff;cursor:pointer;z-index:10;background-color:#ff6b6b;border:none;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.cta-button:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 8px 16px #0003}@media (width<=768px){.hero{min-height:400px;padding:2rem 1rem 4rem}.logo-hero{width:190px;height:190px;margin-top:0}.hero-content h2{font-size:2rem}.hero-content>p{font-size:1.1rem}.hero-subtitle{font-size:.95rem}}.about{background-color:#f8f9fa;padding:4rem 1rem}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.about-content h2{color:#333;margin:0 0 1.5rem;font-size:2.5rem;font-weight:700}.about-content p{color:#555;margin:0 0 1rem;font-size:1rem;line-height:1.6}.about-image{justify-content:center;align-items:center;display:flex}.doctor-photo{object-fit:cover;border-radius:10px;width:100%;height:auto;max-height:500px;box-shadow:0 8px 24px #00000026}.image-placeholder{aspect-ratio:1;color:#999;background:linear-gradient(135deg,#e0e0e0 0%,#f5f5f5 100%);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;font-weight:500;display:flex}.image-placeholder .small-text{margin-top:.5rem;font-size:.85rem;font-weight:400}@media (width<=768px){.about-container{grid-template-columns:1fr;gap:2rem}.about-content h2{font-size:1.8rem}.image-placeholder{aspect-ratio:auto;min-height:250px}}.services{background-color:#fff;padding:4rem 1rem}.services-container{max-width:1200px;margin:0 auto}.services h2{color:#333;text-align:center;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.services-intro{text-align:center;color:#666;margin:0 0 3rem;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-left:4px solid #667eea;border-radius:10px;padding:2rem;transition:all .3s;box-shadow:0 4px 12px #0000001a}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-card h3{color:#333;margin:0 0 1rem;font-size:1.4rem;font-weight:600}.service-card p{color:#555;margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){.services{padding:2rem 1rem}.services h2{font-size:1.8rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}.booking{color:#fff;text-align:center;background:linear-gradient(135deg,red 0%,#ff7f00 16%,#ff0 33%,#0f0 50%,#00f 66%,indigo 83%,#9400d3 100%);padding:4rem 1rem}.booking-container{max-width:600px;margin:0 auto}.booking h2{margin:0 0 1rem;font-size:2.5rem;font-weight:700}.booking-container>p{opacity:.95;margin:0 0 2rem;font-size:1.1rem;line-height:1.5}.booking-button{color:#fff;cursor:pointer;background-color:#ff6b6b;border:none;border-radius:50px;margin:0 0 1.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.booking-button:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}.booking-info{opacity:.85;margin:0;font-size:.9rem}@media (width<=768px){.booking{padding:2rem 1rem}.booking h2{font-size:1.8rem}.booking-container>p{font-size:1rem}.booking-button{padding:.75rem 2rem;font-size:1rem}}.footer{color:#fff;background-color:#2c3e50;padding:3rem 1rem 1rem}.footer-top{border-bottom:1px solid #ffffff1a;justify-content:center;max-width:1200px;margin:0 auto 2rem;padding-bottom:2rem;display:flex}.footer-logo{object-fit:contain;width:auto;height:100px}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h3{margin:0 0 1rem;font-size:1.3rem;font-weight:600}.footer-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.footer-section p{opacity:.9;margin:0 0 .5rem;font-size:.95rem;line-height:1.6}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin:0 0 .5rem}.footer-section a{color:#fff;opacity:.85;text-decoration:none;transition:opacity .3s}.footer-section a:hover{opacity:1;text-decoration:underline}.footer-bottom{text-align:center;opacity:.8;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}.footer-bottom p{margin:0}@media (width<=768px){.footer{padding:2rem 1rem 1rem}.footer-top{margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-logo{height:75px}.footer-container{gap:1.5rem;margin-bottom:1.5rem}.footer-section h3,.footer-section h4{font-size:1rem}}#root{width:100%;margin:0;padding:0}.app{flex-direction:column;min-height:100vh;display:flex}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (width<=768px){html{font-size:14px}}@media (width<=480px){html{font-size:13px}}
