html,body{width:100%;margin:0;padding:0}.box1{border-radius:5px;width:60%;min-height:200px;margin-top:50px;margin-bottom:25px;transition:scale .1s;box-shadow:0 0 10px #0003}.box1:hover{scale:1.05}@media (width<=900px){.box1{width:80%}}@media (width<=650px){.box1{width:85%}}.hero-title-card{align-items:center;width:100%;height:75vh;min-height:360px;display:flex;position:relative;overflow:hidden}.hero-bg-image{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;background:linear-gradient(90deg,#0a6369e0 0%,#1ca1b3b8 45%,#cdfaf759 100%);position:absolute;inset:0}.hero-content{z-index:3;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 6%;display:flex;position:relative}.hero-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#167581;border-radius:28px;width:50%;max-width:560px;padding:32px;box-shadow:0 24px 60px #0644498d}.hero-text h1{color:#fff;letter-spacing:-.04em;text-shadow:0 4px 18px #063135c8;margin:0 0 18px;font-size:clamp(2rem,4vw,4.2rem);font-weight:800;line-height:1.08}.hero-text p{color:#ffffffe6;text-shadow:0 4px 18px #000;max-width:460px;margin:0;font-size:1.5rem;line-height:1.6}@media (width<=768px){.hero-title-card{height:70vh;min-height:420px}.hero-overlay{background:linear-gradient(#3cb0b4eb 0%,#55ced2c7 55%,#a5e2eb8c 100%)}.hero-content{text-align:center;flex-direction:column;justify-content:center;min-height:420px;padding:40px 24px 0}.hero-text{width:90%;max-width:500px}.hero-text h1{margin-bottom:14px;font-size:3rem}.hero-text p{max-width:100%;font-size:1.3rem}.hero-doctor-wrapper{width:100%;height:220px;margin-top:20px}.hero-doctor-image{max-width:90%;max-height:100%}}.location-section{box-sizing:border-box;background-color:#f6fbfc;width:100%;padding:72px 6%}.location-card{box-sizing:border-box;grid-template-columns:1.15fr .85fr;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1400px;margin:0 auto;display:grid}.location-image-wrapper{background-color:#0000;width:100%;min-height:620px;max-height:1000px;overflow:hidden;box-shadow:0 18px 45px #00000029}.location-image{object-fit:cover;width:100%;height:100%;min-height:620px;display:block}.location-content{box-sizing:border-box;width:100%;padding:8px 0}.location-content h2{color:#24636f;margin:0 0 18px;font-size:3rem;line-height:1.1}.location-description{color:#395b61;margin:0 0 28px;font-size:1.3rem;line-height:1.7}.location-list{flex-direction:column;gap:16px;display:flex}.location-list-item{border-left:15px solid var(--location-color);box-sizing:border-box;background-color:#fff;padding:18px 18px 18px 22px;position:relative;box-shadow:0 10px 28px #175a631a}.location-list-item h3{color:#1f4f58;margin:0;line-height:1.45}.location-list-item p{color:#4d6469;margin:8px 0 0;line-height:1.55}.location-title{align-items:center;gap:10px;display:flex}.location-logo{color:#fff;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}@media (width<=1024px){.location-card{grid-template-columns:1fr;gap:36px}.location-image-wrapper,.location-image{min-height:560px}.location-content{text-align:center}.location-list-item{text-align:left}}@media (width<=768px){.location-section{padding:52px 20px}.location-card{gap:32px}.location-image-wrapper{background-color:#fff;height:auto;min-height:auto;box-shadow:0 12px 32px #00000024}.location-image{width:100%;height:auto;min-height:unset;object-fit:contain;display:block}.location-list{gap:14px}.location-list-item{padding:16px 16px 16px 20px}}@media (width<=480px){.location-section{padding:44px 16px}.location-image-wrapper{height:auto;min-height:auto}.location-image{width:100%;height:auto;min-height:unset;object-fit:contain}}.team-section{box-sizing:border-box;background-color:#fff;width:100%;padding:80px 6%}.team-container{width:100%;max-width:1200px;margin:0 auto}.team-header{text-align:center;max-width:680px;margin:0 auto 56px}.team-label{letter-spacing:.12em;text-transform:uppercase;color:#7c4dff;margin:0 0 10px;font-size:.85rem;font-weight:700}.team-header h2{color:#2f2445;margin:0 0 16px;font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.1}.team-header p{color:#625873;margin:0;font-size:1rem;line-height:1.7}.team-grid{grid-template-columns:repeat(4,1fr);gap:56px 32px;display:grid}.team-member{text-align:center}.team-image-wrapper{border-radius:50%;width:170px;height:170px;margin:0 auto 20px;overflow:hidden;box-shadow:0 18px 35px #462d7824}.team-image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .2s,transform .2s;display:block}.team-member:hover .team-image{filter:grayscale(0%);transform:scale(1.15)}.team-member-text h3{color:#2f2445;margin:0 0 6px;font-size:1.05rem}.team-member-text p{color:#7b708f;margin:0;font-size:.92rem;line-height:1.4}@media (width<=768px){.team-section{padding:56px 20px}.team-header{margin-bottom:40px}.team-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}.team-image-wrapper{width:130px;height:130px;margin-bottom:16px}.team-image{filter:grayscale(0%);transition:none}.team-member:hover .team-image{filter:grayscale(0%);transform:none}.team-member-text h3{font-size:.95rem}.team-member-text p{font-size:.85rem}}.doctor-cta-section{box-sizing:border-box;align-items:center;width:100%;min-height:50vh;display:flex;position:relative;overflow:hidden}.doctor-cta-bg{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.doctor-cta-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;background:linear-gradient(90deg,#29a4a8f0 0%,#48bcc6d6 58%,#96f2f794 100%);position:absolute;inset:0}.doctor-cta-content{z-index:3;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:50vh;margin:0 auto;padding:56px 6%;display:flex;position:relative}.doctor-cta-text{width:52%;max-width:600px}.doctor-cta-text h2{letter-spacing:-.04em;color:#fff;text-shadow:0 4px 25px #063135c8;margin:0 0 18px;font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:1.08}.doctor-cta-text p{color:#ffffffe6;max-width:520px;margin:0 0 30px;font-size:clamp(.95rem,1.4vw,1.15rem);line-height:1.65}.doctor-cta-button{color:#0e8e9f;background-color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:15px 28px;font-size:1.2rem;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:0 14px 35px #00464b38}.doctor-cta-button:hover{background-color:#e9fffd;transform:translateY(-3px);box-shadow:0 18px 42px #00464b4d}.doctor-cta-image-wrapper{justify-content:center;align-items:center;width:45%;min-height:360px;display:flex}.doctor-cta-image{object-fit:contain;box-sizing:border-box;background-color:#fff;border-radius:24px;width:260px;height:260px;padding:18px;display:block;box-shadow:0 18px 40px #00464b38}@media (width<=768px){.doctor-cta-section{min-height:auto}.doctor-cta-overlay{background:linear-gradient(#29a4a8f0 0%,#48bcc6d6 58%,#96f2f794 100%)}.doctor-cta-content{text-align:center;flex-direction:column;min-height:auto;padding:48px 24px}.doctor-cta-text{width:100%;max-width:520px}.doctor-cta-text h2{font-size:clamp(2rem,9vw,3rem)}.doctor-cta-text p{max-width:100%;font-size:.95rem}.doctor-cta-button{width:100%;max-width:280px}.doctor-cta-image-wrapper{justify-content:center;align-items:center;width:100%;min-height:auto;margin-top:36px}.doctor-cta-image{width:220px;max-width:80%;height:220px}}.footer-section{color:#fff;box-sizing:border-box;background-color:#24636f;width:100%;padding:56px 6% 28px}.footer-container{width:100%;max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff2e;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;padding-bottom:36px;display:flex}.footer-logo-row{flex-direction:row;gap:24px;padding-bottom:6px;display:flex}.footer-logo-item{text-align:center;flex-shrink:0;min-width:90px}.footer-logo-image{object-fit:cover;background-color:#fff;border:3px solid #fffc;border-radius:50%;width:72px;height:72px;margin:0 auto 10px;display:block}.footer-logo-item p{color:#ffffffe0;margin:0;font-size:1rem;line-height:1.3}.footer-funded{background-color:#ffffff1f;border-radius:999px;flex-shrink:0;padding:14px 20px}.footer-funded p{color:#fff;margin:0;font-size:1.2rem;font-weight:700}.footer-bottom{flex-direction:row;justify-content:space-between;gap:40px;padding:36px 0 28px;display:flex}.footer-info{max-width:520px}.footer-info h3{color:#fff;margin:0 0 12px;font-size:1.8rem}.footer-info p{color:#ffffffc7;margin:0;font-size:1.2rem;line-height:1.7}.footer-links{flex-flow:wrap;place-content:flex-start flex-end;gap:18px;display:flex}.footer-links a{color:#ffffffd1;font-size:.95rem;text-decoration:none}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-copy{border-top:1px solid #ffffff1f;padding-top:22px}.footer-copy p{color:#ffffff9e;margin:0;font-size:.85rem}@media (width<=768px){.footer-section{padding:44px 20px 24px}.footer-top{text-align:center;flex-direction:column;align-items:center;gap:24px}.footer-logo-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:18px;width:100%}.footer-logo-item{min-width:82px;max-width:30%}.footer-logo-image{width:64px;height:64px}.footer-funded{width:fit-content}.footer-bottom{text-align:center;flex-direction:column;gap:28px}.footer-info{max-width:100%}.footer-links{justify-content:center}.footer-copy{text-align:center}}
