.hero.svelte-u8lqp0{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}.hero__bg.svelte-u8lqp0{position:absolute;inset:0;z-index:0}.hero__bg.svelte-u8lqp0 img:where(.svelte-u8lqp0){width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay.svelte-u8lqp0{position:absolute;inset:0;background:linear-gradient(105deg,#0a1412b8,#0a141273 55%,#0a141240)}.hero__container.svelte-u8lqp0{position:relative;z-index:1;width:min(100% - 2rem,var(--container-width));margin-inline:auto;padding:8rem 0 6rem;display:flex;justify-content:center;align-items:center}.hero__content.svelte-u8lqp0{max-width:640px;display:grid;gap:1.5rem;text-align:center;justify-items:center}.hero__content.svelte-u8lqp0 p:where(.svelte-u8lqp0){margin:0;font-size:clamp(1rem,2vw,1.2rem);color:#ffffffd9;line-height:1.7;max-width:52ch;text-align:center}.hero__actions.svelte-u8lqp0{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero__content.svelte-u8lqp0 h1:where(.svelte-u8lqp0){margin:0;font-size:clamp(2rem,5vw,3.6rem);font-weight:800;line-height:1.15;color:#fff}.hero__btn.svelte-u8lqp0{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 2rem;border-radius:999px;font-weight:700;font-size:1rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hero__btn--primary.svelte-u8lqp0{background:var(--color-primary);color:#fff;box-shadow:0 8px 24px #6bada273}.hero__btn--primary.svelte-u8lqp0:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 12px 32px #6bada28c}.hero__btn--secondary.svelte-u8lqp0{background:#ffffff26;border:1.5px solid rgba(255,255,255,.5);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__btn--secondary.svelte-u8lqp0:hover{background:#ffffff40;transform:translateY(-2px)}.hero__scroll.svelte-u8lqp0{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center}.hero__scroll-line.svelte-u8lqp0{width:1.5px;height:56px;background:linear-gradient(to bottom,#fff9,#fff0);animation:svelte-u8lqp0-scrollPulse 2s ease-in-out infinite}@keyframes svelte-u8lqp0-scrollPulse{0%,to{opacity:.4;transform:scaleY(.8) translateY(0)}50%{opacity:1;transform:scaleY(1) translateY(6px)}}@media(max-width:640px){.hero.svelte-u8lqp0{min-height:100svh}.hero__content.svelte-u8lqp0{gap:1.25rem}.hero__btn.svelte-u8lqp0{min-height:48px;padding:.75rem 1.5rem;font-size:.95rem}}.about.svelte-1o30u11{background:var(--color-background);overflow:hidden}.about__container.svelte-1o30u11{width:min(100% - 2rem,var(--container-width));margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about__content.svelte-1o30u11{display:grid;gap:1.25rem}.about__content.svelte-1o30u11 p:where(.svelte-1o30u11){margin:0;color:var(--color-muted);line-height:1.9;font-size:1rem}.about__features.svelte-1o30u11{margin:.5rem 0 0;padding:0;list-style:none;display:grid;gap:.9rem}.about__features.svelte-1o30u11 li:where(.svelte-1o30u11){display:flex;align-items:center;gap:.9rem;font-weight:600;color:var(--color-secondary);font-size:1rem}.about__feat-check.svelte-1o30u11{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--color-soft);border:1px solid var(--color-border);color:var(--color-primary);font-size:1rem;font-weight:800;flex-shrink:0;box-shadow:0 6px 16px #6bada214}.about__cta.svelte-1o30u11{align-self:start;margin-top:.75rem}.about__image.svelte-1o30u11{position:relative}.about__image.svelte-1o30u11 img:where(.svelte-1o30u11){width:100%;height:520px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:0 24px 64px #0000001f;position:relative;z-index:1}.about__image-accent.svelte-1o30u11{position:absolute;width:70%;height:70%;border-radius:var(--radius-xl);background:var(--color-soft);bottom:-1.5rem;inset-inline-end:-1.5rem;z-index:0}@media(max-width:860px){.about__container.svelte-1o30u11{grid-template-columns:1fr;gap:2.5rem}.about__image.svelte-1o30u11{order:-1}.about__image.svelte-1o30u11 img:where(.svelte-1o30u11){height:320px}}.depts.svelte-hswdjj{background:var(--color-background)}.depts__container.svelte-hswdjj{width:min(100% - 2rem,var(--container-width));margin-inline:auto}.depts__grid.svelte-hswdjj{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.depts__footer.svelte-hswdjj{display:flex;justify-content:center;margin-top:2.5rem}@media(max-width:640px){.depts__grid.svelte-hswdjj{grid-template-columns:1fr}}.features.svelte-1speg9f{background:var(--color-soft)}.features__container.svelte-1speg9f{width:min(100% - 2rem,var(--container-width));margin-inline:auto}.features__grid.svelte-1speg9f{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card.svelte-1speg9f{padding:2rem 1.5rem;display:grid;gap:1rem;text-align:center;justify-items:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card.svelte-1speg9f:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000017}.feature-card__icon.svelte-1speg9f{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:var(--color-soft);padding:1rem}.feature-card__icon.svelte-1speg9f img:where(.svelte-1speg9f){width:48px;height:48px;object-fit:contain}.feature-card.svelte-1speg9f h3:where(.svelte-1speg9f){margin:0;font-size:1rem;color:var(--color-secondary);font-weight:700}.feature-card.svelte-1speg9f p:where(.svelte-1speg9f){margin:0;color:var(--color-muted);font-size:.9rem;line-height:1.6}@media(max-width:900px){.features__grid.svelte-1speg9f{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.features__grid.svelte-1speg9f{grid-template-columns:1fr}}.doctors.svelte-intupa{background:var(--color-background)}.doctors__container.svelte-intupa{width:min(100% - 2rem,var(--container-width));margin-inline:auto}.doctors__grid.svelte-intupa{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.doctors__footer.svelte-intupa{display:flex;justify-content:center;margin-top:2.5rem}.doctors__cta.svelte-intupa{display:inline-flex;align-items:center;gap:.5rem}@media(max-width:1024px){.doctors__grid.svelte-intupa{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.doctors__grid.svelte-intupa{grid-template-columns:1fr}}.contact.svelte-is2yti{background:var(--color-soft)}.contact__container.svelte-is2yti{width:min(100% - 2rem,var(--container-width));margin-inline:auto}.contact__grid.svelte-is2yti{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.contact-card.svelte-is2yti{padding:2rem 1.5rem;display:grid;gap:.85rem;text-align:center;justify-items:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card.svelte-is2yti:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000017}.contact-card__icon.svelte-is2yti{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--color-soft);padding:1rem}.contact-card__icon.svelte-is2yti img:where(.svelte-is2yti){width:40px;height:40px;object-fit:contain}.contact-card.svelte-is2yti h3:where(.svelte-is2yti){margin:0;font-size:1.05rem;color:var(--color-secondary);font-weight:700}.contact-card__lines.svelte-is2yti{display:grid;gap:.3rem}.contact-card__lines.svelte-is2yti span:where(.svelte-is2yti){color:var(--color-muted);font-size:.92rem;line-height:1.5}@media(max-width:900px){.contact__grid.svelte-is2yti{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.contact__grid.svelte-is2yti{grid-template-columns:1fr}}.partners.svelte-2e2flb{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(107,173,162,.12),transparent 28%),radial-gradient(circle at bottom left,rgba(83,138,130,.09),transparent 30%),linear-gradient(180deg,#f9fcfb,#f4f8f7);border-top:1px solid rgba(107,173,162,.12);border-bottom:1px solid rgba(107,173,162,.12)}.partners__container.svelte-2e2flb{position:relative;z-index:1;width:min(100% - 2rem,var(--container-width));margin-inline:auto;display:grid;gap:2.5rem}.partners__heading.svelte-2e2flb{max-width:760px;margin-inline:auto}.partners__grid.svelte-2e2flb{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.partners__card.svelte-2e2flb{position:relative;min-height:145px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(107,173,162,.14);box-shadow:0 12px 30px #3a3e3d0f,inset 0 1px #ffffffa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.4rem 1.2rem;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}.partners__card.svelte-2e2flb:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#6bada214,#ffffff08 45%,#538a8214);opacity:0;transition:opacity .28s ease;pointer-events:none}.partners__card.svelte-2e2flb:hover{transform:translateY(-6px);border-color:#6bada247;box-shadow:0 18px 40px #3a3e3d1a,0 4px 14px #6bada214;background:#fffffff2}.partners__card.svelte-2e2flb:hover:before{opacity:1}.partners__logo-wrap.svelte-2e2flb{width:100%;display:flex;align-items:center;justify-content:center}.partners__logo.svelte-2e2flb{height:78px;width:auto;max-width:180px;object-fit:contain;filter:grayscale(100%) contrast(1.02) opacity(.82);transition:transform .28s ease,filter .28s ease,opacity .28s ease}.partners__card.svelte-2e2flb:hover .partners__logo:where(.svelte-2e2flb){transform:scale(1.06);filter:grayscale(0%);opacity:1}.partners__glow.svelte-2e2flb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(50px);opacity:.5}.partners__glow--one.svelte-2e2flb{top:-80px;right:-40px;width:220px;height:220px;background:#6bada229}.partners__glow--two.svelte-2e2flb{bottom:-100px;left:-40px;width:260px;height:260px;background:#538a8224}@media(max-width:1100px){.partners__grid.svelte-2e2flb{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.partners__grid.svelte-2e2flb{grid-template-columns:repeat(2,minmax(0,1fr))}.partners__card.svelte-2e2flb{min-height:130px;border-radius:20px}.partners__logo.svelte-2e2flb{height:68px;max-width:160px}}@media(max-width:520px){.partners__container.svelte-2e2flb{gap:2rem}.partners__grid.svelte-2e2flb{grid-template-columns:1fr;gap:1rem}.partners__card.svelte-2e2flb{min-height:118px;padding:1.1rem}.partners__logo.svelte-2e2flb{height:60px;max-width:150px}}@media(prefers-reduced-motion:reduce){.partners__card.svelte-2e2flb,.partners__logo.svelte-2e2flb,.partners__card.svelte-2e2flb:before{transition:none}.partners__card.svelte-2e2flb:hover{transform:none}.partners__card.svelte-2e2flb:hover .partners__logo:where(.svelte-2e2flb){transform:none}}.floating-socials.svelte-9f08ax{position:fixed;top:50%;z-index:40;display:none;transform:translateY(-50%);pointer-events:none}.floating-socials--left.svelte-9f08ax{left:12px}.floating-socials--right.svelte-9f08ax{right:12px}.floating-socials__list.svelte-9f08ax{display:flex;flex-direction:column;gap:14px;position:relative;z-index:2}.floating-socials__item.svelte-9f08ax{position:relative}.floating-socials__line.svelte-9f08ax{position:absolute;top:8px;bottom:8px;width:4px;border-radius:999px;overflow:hidden;background:linear-gradient(to bottom,transparent,rgba(107,173,162,.28),transparent);opacity:0;transform:scaleY(0);transition:.8s ease}.floating-socials--left.svelte-9f08ax .floating-socials__line:where(.svelte-9f08ax){right:24px}.floating-socials--right.svelte-9f08ax .floating-socials__line:where(.svelte-9f08ax){left:24px}.floating-socials.is-visible.svelte-9f08ax .floating-socials__line:where(.svelte-9f08ax){opacity:1;transform:scaleY(1)}.floating-socials__line-shimmer.svelte-9f08ax{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5),transparent);animation:svelte-9f08ax-lineShimmer 4s ease-in-out infinite}.floating-socials__glow.svelte-9f08ax{position:absolute;inset:-10px;border-radius:24px;filter:blur(18px);opacity:0;transform:scale(.95);transition:.35s ease}.floating-socials__glow.is-active.svelte-9f08ax{opacity:1;transform:scale(1.08)}.floating-socials__link.svelte-9f08ax{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:18px;overflow:hidden;background:#fff;border:2px solid color-mix(in srgb,var(--social-color) 25%,white);box-shadow:0 12px 28px #00000024;pointer-events:auto;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;opacity:0;animation:svelte-9f08ax-socialEnter .65s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--delay)}.floating-socials--left.svelte-9f08ax .floating-socials__link:where(.svelte-9f08ax){transform:translate(-40px) scale(.8)}.floating-socials--right.svelte-9f08ax .floating-socials__link:where(.svelte-9f08ax){transform:translate(40px) scale(.8)}.floating-socials.is-visible.svelte-9f08ax .floating-socials__link:where(.svelte-9f08ax){opacity:1}.floating-socials__link.svelte-9f08ax:hover{transform:translateY(-6px) scale(1.08)!important;box-shadow:0 18px 32px #0003}.floating-socials__bg.svelte-9f08ax{position:absolute;inset:0;background:var(--social-gradient);opacity:.12;transition:opacity .3s ease}.floating-socials__link.svelte-9f08ax:hover .floating-socials__bg:where(.svelte-9f08ax){opacity:.2}.floating-socials__icon-wrap.svelte-9f08ax{position:relative;z-index:2;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--social-gradient);transition:transform .35s ease}.floating-socials__link.svelte-9f08ax:hover .floating-socials__icon-wrap:where(.svelte-9f08ax){transform:scale(1.08) rotate(8deg)}.floating-socials__icon.svelte-9f08ax{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}.floating-socials__ring.svelte-9f08ax{position:absolute;inset:6px;border-radius:18px;border:1px solid var(--social-color);opacity:0;transform:scale(.9)}.floating-socials__ring--two.svelte-9f08ax{inset:2px;opacity:0}.floating-socials__link.svelte-9f08ax:hover .floating-socials__ring--one:where(.svelte-9f08ax){animation:svelte-9f08ax-rippleOne 1.6s ease-out infinite}.floating-socials__link.svelte-9f08ax:hover .floating-socials__ring--two:where(.svelte-9f08ax){animation:svelte-9f08ax-rippleTwo 1.6s ease-out infinite .5s}.floating-socials__badge.svelte-9f08ax{position:absolute;top:-3px;right:-3px;width:12px;height:12px;z-index:3}.floating-socials__badge-ping.svelte-9f08ax,.floating-socials__badge-dot.svelte-9f08ax{position:absolute;inset:0;border-radius:50%}.floating-socials__badge-ping.svelte-9f08ax{background:var(--social-color);opacity:.5;animation:svelte-9f08ax-ping 1.8s infinite}.floating-socials__badge-dot.svelte-9f08ax{background:var(--social-color);box-shadow:0 0 10px var(--social-color);border:2px solid #fff}.floating-socials__shine.svelte-9f08ax{position:absolute;inset:-150%;background:linear-gradient(55deg,transparent 35%,rgba(255,255,255,.95) 50%,transparent 65%);transform:translate(-120%,-120%) rotate(25deg);transition:transform .9s ease}.floating-socials__link.svelte-9f08ax:hover .floating-socials__shine:where(.svelte-9f08ax){transform:translate(120%,120%) rotate(25deg)}.floating-socials__tooltip.svelte-9f08ax{position:absolute;top:50%;transform:translateY(-50%) scale(.96);padding:10px 14px;border-radius:14px;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transition:.28s ease}.floating-socials__tooltip--ar.svelte-9f08ax{right:calc(100% + 14px)}.floating-socials__tooltip--en.svelte-9f08ax{left:calc(100% + 14px)}.floating-socials__tooltip.is-active.svelte-9f08ax{opacity:1;transform:translateY(-50%) scale(1)}.floating-socials__halo.svelte-9f08ax{position:absolute;top:50%;width:180px;height:180px;border-radius:50%;pointer-events:none;opacity:0;filter:blur(45px);background:radial-gradient(circle,rgba(107,173,162,.18) 0%,transparent 70%);transition:opacity .8s ease}.floating-socials.is-visible.svelte-9f08ax .floating-socials__halo:where(.svelte-9f08ax){opacity:1}.floating-socials--left.svelte-9f08ax .floating-socials__halo:where(.svelte-9f08ax){right:-70px;transform:translateY(-50%)}.floating-socials--right.svelte-9f08ax .floating-socials__halo:where(.svelte-9f08ax){left:-70px;transform:translateY(-50%)}@keyframes svelte-9f08ax-socialEnter{to{opacity:1;transform:translate(0) scale(1)}}@keyframes svelte-9f08ax-rippleOne{0%{opacity:.45;transform:scale(.95)}to{opacity:0;transform:scale(1.35)}}@keyframes svelte-9f08ax-rippleTwo{0%{opacity:.3;transform:scale(.9)}to{opacity:0;transform:scale(1.55)}}@keyframes svelte-9f08ax-ping{0%{transform:scale(1);opacity:.6}80%,to{transform:scale(2.1);opacity:0}}@keyframes svelte-9f08ax-lineShimmer{0%{transform:translateY(-120%)}to{transform:translateY(120%)}}@media(min-width:640px){.floating-socials.svelte-9f08ax{display:block}}@media(min-width:900px){.floating-socials--left.svelte-9f08ax{left:24px}.floating-socials--right.svelte-9f08ax{right:24px}}@media(max-width:639px){.floating-socials.svelte-9f08ax{display:none}}
