body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;margin:0;min-height:100%;overflow-x:hidden}html{-webkit-text-size-adjust:100%}:root{--app-radius:16px;--app-gap:16px;--app-pad:16px;--app-text:#0f172a;--app-muted:#475569}*,:after,:before{box-sizing:border-box}canvas,img,svg,video{max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}button,input,select,textarea{font:inherit}@media (max-width:768px){body{background:#f7faf7;font-size:15px}p{line-height:1.55}h1,h2,h3{line-height:1.18}a[role=button],button,input,select{min-height:44px}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #fff3;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#16a34a;font-size:1.5rem;font-weight:800;gap:.75rem;text-decoration:none}.logo img{height:56px;object-fit:contain;width:auto}.nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:8px;color:#374151;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link:hover{background:#16a34a1a;color:#16a34a}.cta-button{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;color:#fff;padding:.5rem 1rem;text-decoration:none}.cta-button:hover{box-shadow:0 10px 25px #22c55e66;transform:translateY(-2px)}.hamburger-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px;position:relative;z-index:1002}.hamburger-line{background:#374151;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:28px}.hamburger-line.active:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-5px)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:999}.mobile-menu-overlay.open{opacity:1;visibility:visible}@media (max-width:1024px){.hamburger-btn{display:flex}.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-top:1px solid #fff3;box-shadow:0 10px 40px #0000001a;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:80px;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1001}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header-container{padding:0 1.5rem}.nav{gap:1.25rem;padding:1.5rem}}.cta-button.active,.nav-link.active{position:relative}.nav-link.active:after{background:#22c55e;border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.cta-button.active{box-shadow:0 0 0 3px #22c55e4d}.cta-button.active:after{bottom:4px}@media (max-width:1024px){.nav-link.active{background:#16a34a33!important;border-left:4px solid #22c55e;padding-left:1.5rem}.nav-link.active:after{display:none}}.logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-left:1rem;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.logout-btn:hover{box-shadow:0 10px 25px #ef444466;transform:translateY(-2px)}.nav-wrapper{align-items:center;display:flex;gap:1rem}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-top:1px solid #0000001a;left:0;padding:1.5rem;position:fixed;right:0;top:70px;z-index:999}.mobile-nav-link{border-radius:8px;color:#374151;display:block;font-weight:500;padding:1rem;text-decoration:none;transition:background .3s ease}.mobile-nav-link:hover{background:#22c55e1a;color:#16a34a}.cta-mobile{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff!important;margin:.5rem 0;text-align:center}.mobile-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.mobile-logout-btn:hover{box-shadow:0 10px 25px #ef444466;transform:translateY(-2px)}@media (max-width:768px){.nav-wrapper{display:none}.header{background:#fffffffa;border-bottom:1px solid #0f172a14;padding:.55rem 0}.header-container{min-height:56px;padding:0 1rem}.logo img{height:42px}.hamburger-btn{align-items:center;background:#22c55e14;border-radius:10px;display:inline-flex;height:40px;justify-content:center;padding:0;width:40px}.mobile-menu{border-radius:0 0 16px 16px;box-shadow:0 14px 30px #0f172a1f;max-height:calc(100vh - 74px);overflow-y:auto;padding:.9rem;top:64px}.mobile-nav-link{border-radius:10px;font-size:.98rem;padding:.9rem .85rem}.cta-mobile{margin-top:.65rem}}.footer{background:linear-gradient(180deg,#04541f,#014717);color:#fff;padding:2.2rem 0 1rem}.footer-container{margin:0 auto;max-width:1240px;padding:0 2rem}.footer-content{grid-gap:2.2rem;align-items:start;display:grid;gap:2.2rem;grid-template-columns:1.2fr 1fr 1fr}.footer-logo{margin-bottom:.8rem;max-width:100%;width:160px}.footer-brand p{color:#ffffffe6;line-height:1.55;margin:0}.footer-col{display:flex;flex-direction:column;gap:.7rem}.footer-col h4{color:#fff;font-size:1.35rem;margin:0 0 .35rem}.footer-col a,.footer-col span{color:#ffffffb3;line-height:1.4;text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#22c55e}.follow-row{margin-top:.3rem}.follow-row strong{display:block;margin-bottom:.55rem}.social-dots{display:flex;gap:.5rem}.social-icon{align-items:center;border-radius:50%;color:#fff;display:inline-flex;height:32px;justify-content:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease;width:32px}.social-icon:hover{opacity:.9;transform:translateY(-1px)}.social-icon.facebook{background:#1877f2}.social-icon.instagram{background:linear-gradient(135deg,#c32aa3,#f77737)}.social-icon.linkedin{background:#0a66c2}.social-icon.youtube{background:red}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;color:#fff9;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.4rem;padding-top:1rem}.footer-bottom p{margin:0}.footer-policy-links{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.footer-content{gap:1.4rem;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-container{padding:0 1rem}.footer-bottom{align-items:flex-start;flex-direction:column}}body,html{height:100%}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1 auto}footer{flex-shrink:0;margin-top:auto}.whatsapp-float{align-items:center;background:linear-gradient(135deg,#25d366,#1ebe57);border-radius:50%;bottom:18px;box-shadow:0 12px 28px #18ad5373;color:#fff;display:inline-flex;height:62px;justify-content:center;position:fixed;right:18px;text-decoration:none;width:62px;z-index:1200}.whatsapp-float:before{background:#25d3662e;border-radius:50%;content:"";inset:-8px;position:absolute}.whatsapp-float:hover{transform:translateY(-2px)}@media (max-width:768px){.whatsapp-float{bottom:12px;height:58px;right:12px;width:58px}}.hero-section{align-items:center;background:#f8f6e9;display:flex;min-height:85vh;padding:20px 2rem 4rem}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding-top:60px}.hero-content{display:flex;flex-direction:column;gap:1rem}.hero-pill{background:#f1dd81;border-radius:999px;color:#1f4b2f;display:inline-block;font-size:.9rem;font-weight:600;padding:.45rem .9rem;width:-webkit-fit-content;width:fit-content}.hero-title{background:linear-gradient(135deg,#1d3d2b,#215c3c 50%,#0f8f4d);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,5vw,4rem);font-weight:500;line-height:1.1;margin:0;max-width:640px}.gradient-text,.hero-title{-webkit-text-fill-color:#0000}.gradient-text{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#374151;font-size:1.05rem;line-height:1.6;margin:0;max-width:560px}.hero-points{display:flex;flex-wrap:wrap;gap:.8rem}.hero-points span{color:#28543a;font-size:.92rem;font-weight:600;padding-left:1.15rem;position:relative}.hero-points span:before{color:#1c8f4b;content:"✔";left:0;position:absolute}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{align-items:center;border:none;border-radius:999px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:.5rem;padding:.8rem 1.35rem;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 30px #22c55e66;color:#fff}.cta-button.primary:hover{box-shadow:0 15px 40px #22c55e80;transform:translateY(-3px)}.cta-button.secondary{background:#fff;border:1px solid #c8d8cc;box-shadow:0 4px 12px #0f172a14;color:#22583b}.cta-button.secondary:hover{background:#f0fdf4;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;position:relative}.image-wrapper{max-width:420px;overflow:hidden;padding-top:0;position:relative}.clinic-image,.image-wrapper{border-radius:20px;width:100%}.clinic-image{box-shadow:0 18px 38px #00000029;height:560px;object-fit:cover}.floating-stat{animation:floatBadge 3.2s ease-in-out infinite;background:#fffffff5;border:1px solid #e4eadf;border-radius:10px;box-shadow:0 10px 24px #0000001f;color:#1f4b2f;font-size:.86rem;font-weight:700;padding:.45rem .65rem;position:absolute}.floating-stat.top{left:14px;top:14px}.floating-stat.bottom{animation-delay:1.2s;bottom:14px;right:14px}@keyframes floatBadge{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:1rem 1.5rem}.card-content span{color:#16a34a;font-size:1rem;font-weight:700}@media (max-width:768px){.hero-container{gap:3rem;grid-template-columns:1fr;margin-top:40px;text-align:center}.hero-buttons{justify-content:center}.floating-card{padding:.8rem 1.2rem;right:10px;top:10px}.clinic-image{height:420px}.floating-stat.top{left:10px;top:10px}.floating-stat.bottom{bottom:10px;right:10px}}.services-section{background:#fff;padding:6rem 2rem}.services-container{margin:0 auto;max-width:1400px}.section-header{margin-bottom:4rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;font-size:35px;font-weight:700;line-height:1.2;margin:0 0 1rem}.section-subtitle{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0 auto;max-width:1200px}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.service-card:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#22c55e,#16a34a,#22c55e);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{background:#fffffff2;box-shadow:0 20px 60px #22c55e4d;transform:translateY(-10px)}.service-icon{display:block;filter:drop-shadow(0 4px 8px rgba(34,197,94,.3));font-size:3.5rem;margin-bottom:1.5rem}.service-card h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.service-card p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.services-section{padding:4rem 1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem 1.5rem}}.cta-banner{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #22c55e33;border-radius:24px;box-shadow:0 20px 60px #22c55e26;margin:4rem 2rem;padding:3rem 2rem}.cta-container{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cta-content{flex:1 1}.cta-title{color:#166534;font-size:35px;font-weight:800;line-height:1.2;margin:0 0 .5rem}.cta-subtitle{color:#6b7280;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0}.two-btns{display:flex;flex-wrap:wrap;gap:1rem}.cta-button-main{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.cta-button-main,.cta-button-main1{border:none;border-radius:16px;box-shadow:0 10px 30px #22c55e66;cursor:pointer;flex-shrink:0;font-size:1.1rem;font-weight:700;padding:1.25rem 3rem;transition:all .3s ease;white-space:nowrap}.cta-button-main1{background:#fff;color:#000}.cta-button-main:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 20px 40px #22c55e80;transform:translateY(-3px)}.cta-button-main:active{transform:translateY(-1px)}.cta-button-main1:hover{background:#fff;box-shadow:0 20px 40px #36383780;transform:translateY(-3px)}.cta-button-main1:active{transform:translateY(-1px)}@media (max-width:768px){.cta-banner{margin:2rem 1rem;padding:2.5rem 1.5rem}.cta-container{flex-direction:column;gap:2rem;text-align:center}.cta-button-main,.cta-button-main1{max-width:300px;padding:1rem 2.5rem;width:100%}}@media (max-width:480px){.cta-banner{margin:1.5rem .5rem}}@media (max-width:768px){.hero-section{min-height:auto;padding:86px 1rem 2rem}.hero-container{gap:1.5rem;padding-top:0}.hero-content{gap:1rem}.hero-title{font-size:clamp(2rem,9vw,2.6rem);line-height:1.15}.hero-subtitle{font-size:1rem;line-height:1.55}.hero-buttons{gap:.75rem;width:100%}.hero-buttons .cta-button{justify-content:center;min-height:46px;width:100%}.image-wrapper{max-width:100%}.clinic-image{border-radius:16px;box-shadow:0 14px 30px #0000001f}.services-section{padding:2.5rem 1rem}.cta-title,.section-title{font-size:clamp(1.55rem,6vw,2rem)}}.about-page{background:#f9f8ef;min-height:100vh}.about-hero-section{background:linear-gradient(135deg,#0f4f34,#0c663f 45%,#0f9d58);color:#fff;padding:110px 1rem 2.5rem;text-align:center}.about-hero-container{margin:0 auto;max-width:1100px}.about-breadcrumb{font-size:.9rem;margin:0 0 .8rem;opacity:.9}.about-hero-title{font-size:clamp(2rem,6vw,3.4rem);line-height:1.15;margin:0}.about-hero-subtitle{font-size:1.25rem;margin:.8rem 0 0}.about-founder-pill{background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;display:inline-block;font-size:.92rem;font-weight:600;margin-top:1rem;padding:.45rem 1rem}.hero-stats-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.hero-stats-row h3{font-size:clamp(1.4rem,4vw,2.7rem);margin:0}.hero-stats-row p{margin:.25rem 0 0;opacity:.95}.about-doctor-section{margin:0 auto;max-width:1200px;padding:2rem 1rem 1rem}.about-two-col{grid-gap:1.25rem;align-items:center;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.about-clinic-image-wrap{background:#fff;border-radius:18px;box-shadow:0 12px 26px #0f172a1f;overflow:hidden}.about-clinic-image{display:block;height:100%;object-fit:cover;width:100%}.about-doctor-content h2{color:#1f4b2f;font-size:clamp(1.8rem,4vw,3rem);line-height:1.25;margin:.8rem 0}.about-label{background:#efe8c5;border-radius:999px;color:#1f4b2f;display:inline-block;font-size:.9rem;font-weight:600;padding:.45rem .85rem}.about-degree-card{grid-gap:.35rem;background:#e5ecd8;border:1px solid #d2dcc0;border-radius:14px;color:#23432f;display:grid;gap:.35rem;padding:.95rem}.about-degree-card span{font-size:.95rem}.about-doctor-content p{color:#374151;font-size:1.05rem;line-height:1.6}.about-highlights{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);margin:.6rem auto 0;max-width:1200px;padding:0 1rem}.highlight-card{background:#fff;border:1px solid #e8ebdd;border-radius:12px;color:#214733;font-weight:600;padding:1rem;text-align:center}.expertise-section{margin:1rem auto 0;max-width:1200px;padding:1.1rem 1rem}.expertise-section h3{color:#1f4b2f;margin:0 0 .8rem}.expertise-grid{grid-gap:.85rem 2rem;background:#fbf7e8;border:1px solid #eee6c8;border-radius:16px;display:grid;gap:.85rem 2rem;grid-template-columns:repeat(2,1fr);list-style:none;padding:1rem}.expertise-grid li{color:#374151;margin:0;padding-left:1.6rem;position:relative}.expertise-grid li:before{color:#0f7a3f;content:"•";font-weight:800;left:.35rem;position:absolute}.about-clinic-section{margin:1rem auto 0;max-width:1200px;padding:1.2rem 1rem 2rem}.about-clinic-content{background:#fff;border:1px solid #e8ebdd;border-radius:16px;padding:1.5rem;text-align:center}.about-clinic-content h2{color:#1f4b2f;font-size:clamp(1.8rem,4vw,3rem);margin:.6rem 0 .9rem}.about-clinic-content p{color:#4b5563;line-height:1.65;margin:.6rem auto;max-width:900px}@media (max-width:900px){.about-two-col,.hero-stats-row{grid-template-columns:1fr}.about-highlights{grid-template-columns:repeat(2,1fr)}.expertise-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-hero-section{padding:88px .85rem 1.5rem}.about-hero-subtitle{font-size:1rem}.about-highlights{grid-template-columns:1fr}}.services-page-wrapper{background:linear-gradient(180deg,#e8f5e8,#f0f9f0);min-height:100vh}.services-hero-wrapper{background:linear-gradient(135deg,#22c55e,#16a34a 50%,#15803d);padding:120px 2rem 6rem}.hero-services-container{margin:0 auto;max-width:1400px}.hero-services-content{max-width:700px}.hero-services-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin:0 0 1.5rem}.hero-services-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0fdf4,#dcfce7);-webkit-background-clip:text;background-clip:text}.hero-services-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.7;margin:0;max-width:600px}.services-grid-area{padding:4rem 2rem 8rem}.services-main-container{margin:0 auto;max-width:1400px}.services-grid-layout{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.service-detailed-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.service-detailed-card:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#22c55e,#16a34a,#22c55e);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-detailed-card:hover{background:#ffffff40;box-shadow:0 25px 70px #22c55e33;transform:translateY(-8px)}.service-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.service-icon-circle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #ffffff80;border-radius:14px;box-shadow:0 4px 12px #0000001a;display:flex;flex-shrink:0;font-size:2rem;height:56px;justify-content:center;width:56px}.service-title{color:#1f2937;flex:1 1;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0;min-width:0}.service-description{color:#4b5563;flex-grow:1;font-size:1rem;font-weight:400;line-height:1.7;margin-bottom:1.5rem}.service-features{list-style:none;margin:1rem 0 0;padding:0}.service-features li{color:#374151;font-size:.95rem;line-height:1.4;margin-bottom:.25rem;padding:.25rem 0 .25rem 2.2rem;position:relative}.service-features li:before{color:#22c55e;content:"○";font-size:.9rem;left:0;line-height:1;position:absolute;top:.3rem}@media (max-width:1024px){.services-grid-layout{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.services-grid-area{padding:3rem 1rem 6rem}.services-grid-layout{gap:1.5rem}.service-detailed-card{padding:2rem}.service-icon-circle{font-size:1.75rem;height:48px;width:48px}.service-title{font-size:1.5rem}.service-features li{font-size:.9rem;padding-left:2rem}}@media (max-width:480px){.services-hero-wrapper{padding:100px 1rem 4rem}}@media (max-width:768px){.services-hero-wrapper{padding:88px 1rem 1.6rem}.hero-services-title{font-size:clamp(1.85rem,8vw,2.5rem);margin-bottom:.65rem}.hero-services-subtitle{font-size:1rem;line-height:1.5}.services-grid-area{padding:1.1rem .85rem 1.6rem}.service-detailed-card{border-radius:16px;box-shadow:0 10px 22px #0f172a14}}.contact-page{background:linear-gradient(180deg,#e8f5e8,#f0f9f0);min-height:100vh}.contact-hero{background:linear-gradient(135deg,#22c55e,#16a34a 50%,#15803d);padding:120px 2rem 6rem}.contact-hero-container{margin:0 auto;max-width:1400px}.contact-hero-content{max-width:700px}.contact-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin:0 0 1rem}.contact-gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0fdf4,#dcfce7);-webkit-background-clip:text;background-clip:text}.contact-hero-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.7;margin:0}.contact-main-section{padding:6rem 2rem}.contact-container{gap:1.25rem;margin:0 auto;max-width:900px}.contact-container,.contact-list{display:flex;flex-direction:column}.contact-list{gap:1rem}.contact-item{align-items:flex-start;background:#ffffffa6;border:1px solid #16a34a1a;border-radius:16px;box-shadow:0 8px 24px #0000000f;display:flex;gap:1rem;padding:1rem}.contact-item-icon{align-items:center;background:#0f8b5a;border-radius:8px;color:#fff;display:flex;font-size:1rem;height:36px;justify-content:center;width:36px}.contact-item-content h3{color:#0f5132;font-size:1.1rem;font-weight:600;margin:0 0 .3rem}.contact-item-value{color:#1f2937;font-size:1.25rem;font-weight:500;margin:0}.contact-item-note{color:#6b7280;font-size:.95rem;margin:.25rem 0 0}.working-hours-card{background:#f2eedc;border:1px solid #ddd2a4;border-radius:14px;padding:1.2rem 1rem}.working-hours-title{color:#0f5132;font-size:1.35rem;margin:0 0 .8rem}.working-hour-row{color:#1f2937;display:flex;font-weight:500;gap:1rem;justify-content:space-between;padding:.35rem 0}@media (max-width:1024px){.contact-container{gap:2rem}}@media (max-width:768px){.contact-main-section{padding:4rem 1rem}.contact-item{padding:.9rem}.contact-item-value{font-size:1.05rem}.working-hours-title{font-size:1.2rem}.working-hour-row{font-size:.95rem}}@media (max-width:480px){.contact-hero{padding:100px 1rem 4rem}}@media (max-width:768px){.contact-hero{padding:88px 1rem 1.5rem}.contact-hero-title{font-size:clamp(1.8rem,8vw,2.4rem)}.contact-hero-subtitle{font-size:.98rem;line-height:1.5}.contact-main-section{padding:1rem .85rem 1.4rem}.contact-item{border-radius:14px;gap:.85rem;padding:.85rem}.contact-item-icon{height:34px;width:34px}.working-hours-card{border-radius:12px}}.booking-page{background:linear-gradient(180deg,#e8f5e8,#f0f9f0);min-height:100vh}.booking-hero{background:linear-gradient(135deg,#22c55e,#16a34a 50%,#15803d);padding:120px 2rem 4rem}.booking-hero-container{margin:0 auto;max-width:1200px}.booking-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.booking-main{padding:4rem 2rem}.booking-layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr 380px;margin:0 auto;max-width:1100px}.booking-left{display:flex;flex-direction:column;gap:2rem}.booking-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:2rem}.booking-card h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.doctor-card{padding:2rem}.doctors-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.doctor-item{align-items:center;background:#ffffff26;border:2px solid #ffffff4d;border-radius:20px;cursor:pointer;display:flex;gap:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.doctor-item:hover{background:#ffffff40;border-color:#22c55e80}.doctor-item.active{background:#22c55e1a;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e4d}.doctor-avatar{flex-shrink:0;position:relative}.doctor-avatar img{border:3px solid #ffffff80;border-radius:16px;height:64px;object-fit:cover;width:64px}.check-icon{align-items:center;background:#22c55e;border:2px solid #fff;border-radius:50%;bottom:-5px;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;width:24px}.doctor-info{flex:1 1}.doctor-info h4{color:#1f2937;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.doctor-title{color:#6b7280;font-size:.85rem;font-weight:500;margin:0 0 .25rem}.doctor-rating{color:#22c55e;font-size:.8rem;font-weight:600;margin:0}.datetime-card{padding:1.5rem}.calendar-header{font-size:.7rem;justify-content:space-between;margin-bottom:5px;padding:.25rem 0}.calendar-header,.nav-btn{align-items:center;display:flex}.nav-btn{background:none;border:1px solid #ffffff4d;border-radius:8px;color:#374151;cursor:pointer;font-size:1.2rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.nav-btn:hover{background:#fff3;color:#16a34a}.month-title{color:#1f2937;font-size:1.1rem;font-weight:700}.calendar-weekdays{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(7,1fr);margin-bottom:.25rem}.calendar-weekdays span{color:#6b7280;font-size:.75rem;font-weight:600;padding:.5rem 0;text-align:center}.calendar-grid{grid-gap:.125rem!important;display:grid;gap:.125rem!important;grid-template-columns:repeat(7,1fr);margin-bottom:0}.datetime-card>:not(:last-child){margin-bottom:0!important}.booking-card{padding:1rem!important}.date-cell{align-items:center;background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;justify-content:center;margin:0!important;min-height:2rem!important;padding:.2rem!important;transition:all .3s ease}.date-cell:hover{background:#ffffff4d;font-size:.85rem;font-weight:600;padding:.5rem;transform:scale(1.05)}.date-cell.active{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;box-shadow:0 0 0 3px #22c55e4d;color:#fff}.date-cell.empty{background:#0000;border-color:#0000;cursor:default}.date-cell.empty:hover{background:#0000;transform:none}.time-section{border-top:1px solid #ffffff1a;margin-top:.5rem!important;padding-top:.5rem!important}.slot-wrapper{margin-top:6px;min-height:260px}.time-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.time-header span{color:#1f2937;font-size:1rem;font-weight:700}.time-range{background:#22c55e26;border-radius:20px;color:#16a34a;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.time-grid{grid-gap:.5rem!important;display:grid;gap:.5rem!important;grid-template-columns:repeat(3,1fr)}.time-item{background:#ffffff26;border:2px solid #ffffff4d;border-radius:12px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:600;padding:.75rem .25rem;text-align:center;transition:all .3s ease}.time-item:hover{background:#ffffff4d}.time-item.active{background:#22c55e26;border-color:#22c55e;box-shadow:0 4px 12px #22c55e4d;color:#16a34a}.slot-picker{margin-top:6px}.slot-picker h4{color:#0f172a;font-size:1rem;font-weight:700;margin:0 0 8px}.slot-picker-body{min-height:220px}.slot-picker ul{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.slot-picker li button{background:#fff;border:1px solid #0000000f;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:600;padding:10px 12px;text-align:center;transition:all .18s ease;width:100%}.slot-picker li button:hover{box-shadow:0 8px 20px #1018280f;transform:translateY(-2px)}.slot-picker li button.selected{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a;color:#fff}.slot-empty{align-items:center;color:#6b7280;display:flex;font-weight:600;justify-content:center;min-height:220px}.slot-skeleton-list{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.slot-skeleton-item{animation:slotShimmer 1.2s ease-in-out infinite;background:linear-gradient(90deg,#eef2f7 25%,#f7fafc 37%,#eef2f7 63%);background-size:400% 100%;border-radius:12px;height:42px}@keyframes slotShimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.slot-picker ul{grid-template-columns:repeat(2,1fr)}.calendar-grid{gap:.2rem!important}.time-grid{gap:.4rem!important;grid-template-columns:repeat(2,1fr)}}.period-toggle{display:flex;gap:.5rem}.period-btn{background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;color:#374151;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.period-btn.active,.period-btn:hover{background:#22c55e;border-color:#22c55e;color:#fff}.booking-right{display:flex;flex-direction:column;gap:2rem}.patient-card{padding:2rem}.card-header{margin-bottom:1.5rem}.card-header h3{color:#1f2937;font-size:1.2rem;font-weight:700}.form-field{margin-bottom:1.25rem}.form-field label{color:#374151;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-field input,.form-field select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff6;border-radius:12px;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-field input:focus,.form-field select:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a;outline:none}.summary-card .summary-doctor{align-items:center;background:#fff3;border-radius:16px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.summary-doctor img{border-radius:14px;height:56px;object-fit:cover;width:56px}.summary-doctor h4{color:#1f2937;font-size:1rem;font-weight:700;margin:0 0 .25rem}.summary-doctor p{color:#22c55e;font-size:.85rem;margin:0}.summary-date{background:#22c55e26;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;text-align:center}.date-info{gap:.5rem;margin-bottom:.5rem}.date-circle,.date-info{align-items:center;display:flex;justify-content:center}.date-circle{background:#22c55e;border-radius:50%;color:#fff;font-size:1rem;font-weight:700;height:36px;width:36px}.time-info{color:#16a34a;font-size:1.1rem;font-weight:700}@media (max-width:1024px){.booking-layout{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.booking-main{padding:2rem 1rem}.date-grid,.doctors-grid,.time-grid{grid-template-columns:1fr!important}.booking-card{padding:1.75rem}}.summary-card{padding:2rem}.summary-card .card-header h3{color:#1f2937;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.75rem;text-transform:uppercase}.summary-row{align-items:flex-start;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.summary-row:last-child{border-bottom:none;margin-bottom:1.5rem;padding-bottom:0}.summary-label{color:#6b7280;font-size:.95rem;font-weight:500}.summary-value{color:#1f2937;font-size:1rem;font-weight:600}.summary-value:last-child{color:#16a34a;font-size:1.1rem;font-weight:700}.confirm-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1.25rem;transition:all .3s ease;width:100%}.confirm-btn:hover{box-shadow:0 15px 35px #22c55e66;transform:translateY(-2px)}.date-cell.past-date{color:#9ca3af!important;cursor:not-allowed!important;opacity:.5;pointer-events:none!important}.date-cell.past-date:hover{background:#94a3b833!important;transform:none!important}@media (max-width:768px){.booking-hero{padding:88px 1rem 1.4rem}.booking-hero-title{font-size:clamp(1.8rem,8vw,2.4rem);line-height:1.15}.booking-main{padding:1.1rem .85rem 1.4rem}.booking-left,.booking-right{gap:1rem}.booking-card{border-radius:16px;box-shadow:0 10px 22px #0f172a14;padding:1rem!important}.datetime-card h3,.doctor-card h3,.patient-card h3,.summary-card h3{margin-bottom:.85rem}.doctors-grid{gap:.7rem;grid-template-columns:1fr!important}.doctor-item{border-radius:14px;padding:.8rem}.doctor-avatar img{height:52px;width:52px}.slot-wrapper{min-height:220px}.slot-empty,.slot-picker-body{min-height:180px}.confirm-btn{border-radius:12px;font-size:1rem;min-height:46px}}*{box-sizing:border-box;margin:0;padding:0}.login-page{background:linear-gradient(135deg,#e8f5e8,#d1fae5);display:grid;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;grid-template-columns:1fr 500px;min-height:100vh;overflow-x:hidden;width:100vw}.login-left{align-items:flex-start;background:linear-gradient(135deg,#22c55e26,#10a34a26),url(https://images.pexels.com/photos/31160167/pexels-photo-31160167.jpeg?cs=srgb&dl=pexels-kaeciine-31160167.jpg&fm=jpg?w=2000) 50%/cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.login-left:before{background:#0000004d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.login-left>*{max-width:90%;position:relative;z-index:2}.login-right{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.login-form-container{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:1px solid #fff9;border-radius:24px;box-shadow:0 25px 60px #00000026;display:flex;flex-direction:column;gap:1rem;max-height:85vh;max-width:420px;overflow:hidden;padding:2rem;position:relative;width:100%}.form-header{align-items:center;display:flex;flex-direction:column;gap:.5rem;text-align:center}.form-header .logo{font-size:2.25rem;margin:0}.form-header h2{color:#1f2937;font-size:1.5rem;font-weight:800;line-height:1.25;margin:0}.form-header span{color:#6b7280;font-size:.9rem}.login-form{display:flex;flex:1 0 auto;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{color:#374151;font-size:.95rem;font-weight:600}.input-group input{background:#fff;border:2px solid #22c55e33;border-radius:12px;font-size:1rem;padding:1rem 1.125rem;transition:all .3s ease;width:100%}.input-group input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26;outline:none}.login-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1.05rem;font-weight:700;letter-spacing:.5px;padding:1.125rem;text-transform:uppercase;transition:all .3s ease;width:100%}.login-btn:hover{box-shadow:0 15px 30px #22c55e4d;transform:translateY(-2px)}.form-footer{align-items:center;display:flex;flex-shrink:0;gap:.75rem;justify-content:space-between;margin:0}.forgot-link{color:#22c55e;font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap}.forgot-link:hover{text-decoration:underline}.tech-support{color:#6b7280;font-size:.85rem;white-space:nowrap}.copyright{border-top:1px solid #0000000d;color:#9ca3af;flex-shrink:0;font-size:.8rem;text-align:center}.login-form-container:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#22c55e,#16a34a,#22c55e);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@media (max-width:1024px){.login-page{grid-template-columns:1fr}.login-left{display:none!important}.login-right{min-height:100vh;padding:2rem 1.5rem;width:100vw}.login-form-container{border-radius:24px;box-shadow:0 10px 40px #0000001a;gap:1rem;margin:0;max-height:none;max-width:none;padding:2rem;width:100%}}@media (max-width:768px){.login-right{padding:1.5rem 1.25rem}.login-form-container{border-radius:20px;padding:1.75rem}.form-header .logo{font-size:2rem}.form-header h2{font-size:1.4rem}.input-group input,.login-btn{padding:1rem}}@media (max-width:480px){.login-right{padding:1.25rem 1rem}.login-form-container{border-radius:16px;padding:1.5rem}.form-footer{flex-direction:column;gap:.5rem;text-align:center}.form-footer>*{font-size:.8rem}}@media (max-width:375px){.login-form-container{padding:1.25rem}.form-header h2{font-size:1.3rem}}.testimonials-section{background:linear-gradient(180deg,#e8f5e8,#f0f9f0);padding:0 1rem 4rem}.testimonials-hero-wrapper{background:linear-gradient(135deg,#22c55e,#16a34a 50%,#15803d);padding:72px 2rem 20px}.hero-testimonials-container{margin:0 auto;max-width:1400px}.hero-testimonials-content{max-width:720px}.hero-testimonials-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.25rem,6.5vw,3.5rem);font-weight:800;line-height:1.05;margin:0 0 .6rem}.hero-testimonials-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f0fdf4,#dcfce7);-webkit-background-clip:text;background-clip:text}.hero-testimonials-subtitle{color:#fffffff2;font-size:1.05rem;line-height:1.6;margin:0;max-width:700px}.testimonials-inner{margin:1.5rem auto 2.5rem;max-width:980px;text-align:center}.testimonials-header .pill{background:#f5d88f;border:none;border-radius:20px;font-weight:600;margin-bottom:12px;padding:6px 14px}.testimonials-header h2{color:#1f2937;font-size:28px;margin:6px 0 8px}.testimonials-header .accent{color:#14532d;font-weight:600}.testimonials-header .subtitle{color:#4b5563;margin-bottom:28px}.testimonial-card-wrap{align-items:center;display:flex;gap:18px;justify-content:center}.testimonial-card{background:#fffffff2;border:1px solid #0000000f;border-radius:18px;box-shadow:0 18px 50px #1018280f;overflow:hidden;padding:1.8rem 2rem;position:relative;text-align:left;width:720px}.testimonial-card:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#22c55e,#16a34a,#22c55e);background-size:200% 100%;content:"";height:4px;left:12px;position:absolute;right:12px;top:0}.stars{color:#f6ad55;font-size:18px;margin-bottom:10px}.quote{color:#0f172a;font-size:16px;line-height:1.6;margin-bottom:18px}.author{display:flex;gap:12px}.author,.avatar{align-items:center}.avatar{background:#ffffff1f;border:1px solid #ffffff0f;border-radius:50%;color:#fff;display:inline-flex;font-size:18px;font-weight:700;height:56px;justify-content:center;width:56px}.author-meta .name{color:#0f172a;font-weight:700}.author-meta .details{color:#2d3748;font-size:13px}.google-review{color:#2b6cb0;display:inline-block;font-size:13px;margin-top:6px;text-decoration:underline}.carousel-arrow{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:50%;box-shadow:0 6px 18px #1f29370f;cursor:pointer;display:inline-flex;font-size:22px;height:44px;justify-content:center;width:44px}.carousel-arrow.left{margin-right:-10px}.carousel-arrow.right{margin-left:-10px}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:0 0}}@media (max-width:1024px){.testimonial-card{width:100%}}@media (max-width:900px){.testimonial-card{padding:20px;width:100%}.testimonial-card-wrap{gap:8px;padding:0 12px}}@media (max-width:768px){.testimonials-hero-wrapper{padding:88px 1rem 1.2rem}.hero-testimonials-title{font-size:clamp(1.8rem,8vw,2.4rem)}.hero-testimonials-subtitle{font-size:.98rem}.testimonials-section{padding:0 .85rem 1.6rem}.testimonials-inner{margin:1rem auto 1.2rem}.testimonial-card{border-radius:14px;box-shadow:0 10px 22px #0f172a14;padding:1rem}.carousel-arrow{font-size:18px;height:38px;width:38px}}.appointment-confirmation-page{background:linear-gradient(180deg,#e8f5e8,#f0f9f0);min-height:100vh;padding:110px 1rem 2rem}.appointment-confirmation-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbf;border:1px solid #fff6;border-radius:20px;box-shadow:0 16px 35px #0f172a1a;margin:0 auto;max-width:760px;padding:1.25rem}.confirmation-header h2{color:#166534;margin:0 0 .45rem}.confirmation-header p{color:#4b5563;margin:0 0 1rem}.confirmation-grid{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:1fr}.confirmation-row{border-bottom:1px solid #0f172a14;display:flex;gap:.8rem;justify-content:space-between;padding:.6rem 0}.confirmation-row span{color:#6b7280;font-weight:500}.confirmation-row strong{color:#0f172a;text-align:right;word-break:break-word}.status-pill{color:#16a34a!important;text-transform:capitalize}.confirmation-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.confirmation-btn{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1rem}.confirmation-btn.secondary{background:#fff;border:1px solid #16653433;color:#166534}@media (max-width:768px){.appointment-confirmation-page{padding:88px .85rem 1.5rem}.appointment-confirmation-card{border-radius:16px;padding:1rem}.confirmation-row{align-items:flex-start;flex-direction:column;gap:.25rem}.confirmation-row strong{text-align:left}.confirmation-btn{min-height:46px;width:100%}}
/*# sourceMappingURL=main.4cd6369a.css.map*/