@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#222;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:100%;width:100%}.app,body{background-color:#f5f7fb;overflow-x:hidden}.app{min-height:100vh}main{margin:0 auto;max-width:1200px;padding:0 1.5rem 4rem}.navbar{background-color:#fff;box-shadow:0 2px 8px #0000000d;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.navbar-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:.75rem 1.5rem}.nav-logo,.navbar-inner{align-items:center;display:flex}.nav-logo{gap:.6rem}.nav-logo-mark{align-items:center;background:linear-gradient(135deg,#3b82f6,#5ba3ff);border-radius:999px;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:40px;justify-content:center;width:40px}.nav-logo-text{display:flex;flex-direction:column;line-height:1.1}.nav-logo-title{font-size:1rem;font-weight:600}.nav-logo-subtitle{color:#555;font-size:.75rem}.nav-main{display:flex;flex:1 1;justify-content:center}.nav-links{align-items:center;display:flex;font-size:.85rem;gap:2rem;letter-spacing:.08em;list-style:none;text-transform:uppercase}.nav-links a{color:#333;padding-bottom:4px;position:relative;text-decoration:none}.nav-links a:after{background-color:#3b82f6;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.nav-right{align-items:center;display:flex}.request-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:999px;box-shadow:0 4px 12px #2563eb59;color:#fff;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:500;gap:.4rem;outline:none;padding:.45rem 1.1rem;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.request-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 20px #2563eb80;transform:translateY(-1px)}.request-btn-icon{font-size:.9rem}.hamburger{background:#0000;border:none;color:#111827;cursor:pointer;display:none;font-size:1.6rem}.drawer-backdrop{background:#0f172a59;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:150}.drawer-backdrop.visible{opacity:1;pointer-events:auto}.mobile-drawer{background-color:#fff;box-shadow:-2px 0 16px #0f172a40;display:flex;flex-direction:column;height:100vh;max-width:360px;padding:1.4rem 1.6rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:80%;z-index:200}.mobile-drawer.open{transform:translateX(0)}.drawer-header{display:flex;justify-content:flex-end}.drawer-close{background:#0000;border:none;cursor:pointer;font-size:1.6rem}.drawer-links{display:flex;flex-direction:column;font-size:.95rem;gap:20px;letter-spacing:.08em;list-style:none;margin-top:2rem;text-transform:uppercase}.drawer-links a{color:#111827;text-decoration:none}.drawer-request-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:999px;box-shadow:0 6px 18px #2563eb66;color:#fff;cursor:pointer;font-weight:500;margin-top:auto;padding:.8rem 1.3rem;transition:background .2s ease,transform .15s ease,box-shadow .15s ease;width:100%}.drawer-request-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 26px #2563eb99;transform:translateY(-1px)}.section{padding:3rem 0}.section-title{font-size:1.6rem;font-weight:600;margin-bottom:.75rem;text-align:center}.section-subtitle{color:#777;font-size:.9rem;margin:0 auto 2rem;max-width:520px;text-align:center}.hero{align-items:center;border-radius:18px;color:#fff;display:flex;margin-top:1.6rem;min-height:55vh;overflow:hidden;position:relative}.hero,.home-hero{background-image:url(/static/media/hero-home.ca5068e95df24263e758.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.home-hero{background-color:#0f172a;min-height:470px}.about-hero{background-image:url(https://images.pexels.com/photos/7551686/pexels-photo-7551686.jpeg?auto=compress&cs=tinysrgb&w=1600)}.services-hero{background-image:url(https://images.pexels.com/photos/7551675/pexels-photo-7551675.jpeg?auto=compress&cs=tinysrgb&w=1600)}.recruitment-hero{background-image:url(https://images.pexels.com/photos/6129507/pexels-photo-6129507.jpeg?auto=compress&cs=tinysrgb&w=1600)}.contact-hero{background-image:url(https://images.pexels.com/photos/7551674/pexels-photo-7551674.jpeg?auto=compress&cs=tinysrgb&w=1600)}.hero-overlay{background:linear-gradient(90deg,#0000008c,#00000059,#0000);inset:0;position:absolute}.home-hero .hero-overlay{background:linear-gradient(180deg,#2563eb73,#0f172a26)}.hero-content{animation:heroFadeUp .8s ease forwards;animation-delay:.2s;max-width:520px;opacity:0;padding:3.5rem 3rem;position:relative;transform:translateY(20px);z-index:1}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:2rem;font-weight:600;margin-bottom:.9rem}.hero-subtitle{font-size:.95rem;line-height:1.6;margin-bottom:1.7rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:none;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.65rem 1.6rem;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.btn-primary{background:#2563eb;box-shadow:0 4px 12px #2563eb59;color:#fff}.btn-primary:hover{background:#1d4ed8;box-shadow:0 8px 20px #2563eb73;transform:translateY(-1px)}.btn-light{background:#fff;color:#111827}.btn-light:hover{background:#e5f0ff;color:#111827}.btn-outline{background:#0000;border:1px solid #2563eb;color:#2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.btn-pill{align-items:center;background-color:#2563eb;color:#fff;display:inline-flex;gap:.5rem;padding-inline:1.8rem;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.btn-pill .arrow{font-size:1rem}.btn-pill:hover{background-color:#1d4ed8;box-shadow:0 8px 20px #2563eb73;transform:translateY(-1px)}.fade-up-section{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up-section.in-view{opacity:1;transform:translateY(0)}.stagger-item{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;transition-delay:0s;transition-delay:var(--delay,0s)}.stagger-item.in-view{opacity:1;transform:translateY(0)}@media (max-width:480px){.hero{border-radius:14px;margin-top:1rem;min-height:380px}.home-hero{min-height:400px}.hero-content{max-width:100%;padding:2.4rem 1.5rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.9rem}}@media (min-width:481px) and (max-width:900px){.hero{min-height:430px}.hero-content{padding:3rem 2.4rem}}@media (min-width:1400px){.hero{min-height:520px}.hero-title{font-size:2.3rem}}.who-we-are{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0a;margin-top:2.5rem;padding:3rem 2.5rem}.who-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1.1fr 1.2fr}.who-image-wrapper{border-radius:16px;box-shadow:0 10px 30px #0f172a2e;overflow:hidden}.who-image{display:block;height:100%;object-fit:cover;width:100%}.who-text p{color:#444;font-size:.96rem;line-height:1.7;margin-bottom:1.5rem}.services{margin-top:2.5rem}.services-grid{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.service-card{background-color:#4b8df8;border-radius:22px;color:#fff;display:flex;flex-direction:column;gap:.6rem;max-width:100%;padding:1.8rem 1.4rem;text-align:left;transition:box-shadow .2s ease,background-color .2s ease,transform .2s ease,color .2s ease}.service-icon{font-size:1.5rem;margin-bottom:.4rem}.service-card h3{font-size:1.05rem;font-weight:600}.service-card p{font-size:.85rem;line-height:1.6}.service-card:active,.service-card:hover{background-color:#e3f2fd;box-shadow:0 12px 28px #0f172a33;color:#111827;transform:translateY(-2px)}.services-cta{margin-top:1.8rem;text-align:center}.why-choose{margin-top:2.5rem}.why-grid{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;margin-top:1.7rem}.why-item{flex-direction:column;gap:.4rem}.why-icon,.why-item{align-items:center;display:flex}.why-icon{background-color:#e3f2fd;border-radius:999px;font-size:1.6rem;height:48px;justify-content:center;width:48px}.why-item h4{font-size:.9rem}@keyframes bounceSoft{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-3px) scale(1.03)}to{transform:translateY(0) scale(1)}}.why-item:active .why-icon{animation:bounceSoft .4s ease-out}.testimonials{margin-top:2.5rem}.testimonials-grid{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.8rem}.testimonial-card{background-color:#fff;border-radius:22px;box-shadow:0 10px 30px #0f172a0a;padding:1.6rem 1.4rem}.testimonial-avatar{background:radial-gradient(circle at 30% 20%,#4b8df8,#111827);border-radius:999px;height:60px;margin-bottom:.8rem;width:60px}.testimonial-stars{color:#facc15;font-size:.95rem;margin-bottom:.6rem}.testimonial-text{color:#444;font-size:.85rem;line-height:1.7;margin-bottom:1rem}.testimonial-name{font-size:.9rem;font-weight:600}.testimonial-role{color:#777;font-size:.8rem}.testimonial-dots{display:flex;gap:.4rem;justify-content:center;margin-top:1rem}.testimonial-dot{background-color:#d1d5db;border-radius:999px;height:8px;width:8px}.contact-cta,.testimonial-dot.active{background-color:#2563eb}.contact-cta{border-radius:18px;box-shadow:0 10px 30px #2563eb59;color:#fff;margin-top:2.5rem;padding:2.4rem 1.6rem;text-align:center}.contact-cta .section-subtitle,.contact-cta .section-title{color:#fff}.contact-btn{background-color:#fff;box-shadow:none;color:#2563eb;margin-top:1.3rem;transition:background-color .15s ease,color .15s ease,transform .15s ease}.contact-btn:hover{background-color:#e5f0ff;color:#1d4ed8;transform:translateY(-1px)}.footer{background-color:#3171e0;color:#fff;margin-top:3rem;padding-top:2.2rem}.footer-inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem 1.8rem}.footer-column h4{font-size:.95rem;margin-bottom:.8rem}.footer-column ul{display:flex;flex-direction:column;font-size:.85rem;gap:.4rem;list-style:none}.footer-column a{color:#e5ecff;text-decoration:none}.footer-column a:hover{text-decoration:underline}.footer-contact-list li{align-items:center;display:flex;gap:.6rem}.footer-icon{font-size:1rem}.footer-socials{display:flex;gap:40px;margin-top:1.2rem}.footer-social-icon{align-items:center;background-color:#4b8df8;border-radius:999px;cursor:pointer;display:flex;font-size:.9rem;height:28px;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;width:28px}.footer-social-icon:hover{background-color:#2563eb;box-shadow:0 8px 18px #0f172a66;transform:translateY(-1px)}.footer-social-icon:active{box-shadow:0 0 0 6px #ffffff59;transform:scale(.94)}.footer-bottom{border-top:1px solid #ffffff40;margin-top:.5rem;padding:.9rem 1.5rem 1.3rem}.footer-bottom .footer-brand{align-items:center;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.footer-logo-mark{align-items:center;background-color:#fff;border-radius:999px;color:#2563eb;display:flex;font-size:.85rem;font-weight:600;height:38px;justify-content:center;width:38px}.footer-brand-text p{font-size:.8rem}.footer-year{opacity:.8}.footer-logo-img{border-radius:50%;height:42px;object-fit:contain;width:42px}@media (max-width:600px){.footer-brand{flex-direction:column;text-align:center}.footer-logo-img{height:48px;margin-bottom:8px;width:48px}}.back-to-top{align-items:center;background-color:#2563eb;border:none;border-radius:999px;bottom:1.2rem;box-shadow:0 10px 28px #0f172a59;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:1.2rem;transition:opacity .3s ease,transform .2s ease,background-color .15s ease;width:44px;z-index:120}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top:hover{background-color:#1d4ed8;transform:translateY(-1px)}.back-to-top:active{transform:scale(.94)}.mission-values{margin-top:2.5rem}.values-grid{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.8rem}.value-card{background-color:#4b8df8;border-radius:22px;color:#fff;display:flex;flex-direction:column;gap:.6rem;padding:1.8rem 1.4rem;text-align:left}.value-icon{font-size:1.7rem;margin-bottom:.4rem}.value-card h3{font-size:1.05rem;font-weight:600}.value-card p{font-size:.85rem;line-height:1.6}.about-story{margin-top:2.5rem}.about-story-text{color:#444;font-size:.95rem;line-height:1.8;margin:0 auto;max-width:780px;text-align:center}.section-divider{animation:dividerFade 1s ease forwards;background:linear-gradient(90deg,#2563eb,#fff);border-radius:999px;height:4px;margin:2.5rem auto 0;max-width:260px;opacity:0}@keyframes dividerFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.about-timeline{margin-top:2.5rem}.timeline-wrapper{margin:0 auto;max-width:700px;padding-left:2.8rem;position:relative}.timeline-line{background-color:#d1d5db;bottom:.8rem;left:.9rem;position:absolute;top:.8rem;width:2px}.timeline-items{display:flex;flex-direction:column;gap:1.6rem}.timeline-item{grid-gap:.8rem;align-items:center;display:grid;gap:.8rem;grid-template-columns:auto auto 1fr;opacity:0;transform:translateX(40px);transition:opacity .6s ease,transform .6s ease,margin .6s ease}.timeline-item.from-left{transform:translateX(-40px)}.timeline-item.from-right{transform:translateX(40px)}.timeline-item.in-view{opacity:1;transform:translateX(0)}.timeline-year{color:#111827;font-size:.9rem;font-weight:500}.timeline-dot{background-color:#2563eb;border-radius:999px;height:12px;width:12px}.timeline-card{background-color:#f9fafb;border-radius:16px;font-size:.9rem;padding:.9rem 1.1rem}.team-highlight{margin-top:2.5rem}.team-grid{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.5rem}.team-member{text-align:center}.team-photo{border-radius:999px;height:100px;margin:0 auto .5rem;object-fit:cover;width:100px}.compliance{margin-top:2.5rem}.compliance-row{gap:2.5rem;justify-content:center;margin-top:1.8rem}.compliance-label{font-size:.85rem;margin-bottom:.7rem}.compliance-badge{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #0f172a14;color:#6b7280;font-size:.8rem;height:90px;width:120px}.partner-with-us{margin-top:2.5rem}.partner-buttons{display:flex;gap:1.1rem;justify-content:center;margin-top:1.4rem}.partner-dark{background-color:#111827;color:#fff;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.partner-dark:hover{background-color:#000;box-shadow:0 8px 20px #0f172a66;transform:translateY(-1px)}.services-page{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0a;margin-top:2.5rem;padding:3rem 2.5rem}.services-page-grid{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.service-card-full{display:flex;flex-direction:column;gap:.7rem;max-width:100%}.service-card-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}.btn-chip{background-color:#fff;border:none;border-radius:999px;color:#111827;cursor:pointer;font-size:.78rem;font-weight:500;padding:.45rem 1.3rem;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.btn-chip:hover{background-color:#e5f0ff;box-shadow:0 6px 16px #0f172a2e;color:#111827;transform:translateY(-1px)}.btn-chip-outline{background:#0000;border:1px solid #fff;border-radius:999px;color:#fff;cursor:pointer;font-size:.78rem;font-weight:500;padding:.45rem 1.3rem;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.btn-chip-outline:hover{background-color:#fff;box-shadow:0 6px 16px #0f172a2e;color:#2563eb;transform:translateY(-1px)}.btn.btn-black{background-color:#111827;box-shadow:0 4px 12px #0f172a59;color:#fff}.btn.btn-black:hover{background-color:#000;box-shadow:0 8px 20px #0f172a80;transform:translateY(-1px)}.service-modal-backdrop{background:#0f172a59;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:210}.service-modal-backdrop.open{opacity:1;pointer-events:auto}.service-modal{background-color:#fff;border-radius:24px 24px 0 0;bottom:0;box-shadow:0 -10px 30px #0f172a47;height:85%;left:0;max-height:640px;overflow-y:auto;padding:1.4rem 1.6rem 2rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:220}.service-modal.open{transform:translateY(0)}.service-modal-handle{background-color:#e5e7eb;border-radius:999px;height:4px;margin:0 auto .9rem;width:56px}.roles-section,.work-with-us{margin-top:2.5rem}.roles-grid{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2rem}.role-card{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0a;color:#444;font-size:.9rem;line-height:1.7;padding:1.8rem 1.6rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.role-card h3{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.8rem}.role-summary{opacity:1;transition:opacity .2s ease}.role-details{display:none;font-size:.85rem;margin-top:.8rem}.role-card.expanded{box-shadow:0 14px 32px #0f172a40;transform:translateY(-2px)}.role-card.expanded .role-details{display:block}.role-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.role-btn{background-color:#2563eb;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.45rem 1.4rem;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.role-btn:hover{background-color:#1d4ed8;box-shadow:0 8px 20px #2563eb73;transform:translateY(-1px)}.role-btn-outline{background-color:#fff;border:1px solid #2563eb;border-radius:999px;color:#2563eb;cursor:pointer;font-size:.8rem;font-weight:500;padding:.45rem 1.4rem;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease}.role-btn-outline:hover{background-color:#2563eb;border-color:#2563eb;box-shadow:0 8px 20px #2563eb73;color:#fff;transform:translateY(-1px)}.application-form{margin-top:2.5rem;text-align:center}.app-form-grid{grid-gap:1.2rem 1.6rem;display:grid;gap:1.2rem 1.6rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:1.8rem auto 1.6rem;max-width:680px}.app-form-field{align-items:center;background-color:#4b8df8;border:none;border-radius:999px;color:#fff;display:flex;font-size:.9rem;justify-content:flex-start;outline:none;padding:1rem 1.25rem;transition:box-shadow .25s ease,transform .25s ease,background-color .25s ease;width:100%}.app-form-field::placeholder{color:#e0ebff}.app-form-field:focus{background-color:#3b82f6;box-shadow:0 0 0 3px #1976d2cc;transform:translateY(-1px)}.app-form-upload{background-color:#4b8df814;border:1px dashed #e5ecff;cursor:pointer;justify-content:center}.down-arrow{margin-left:.4rem}.app-submit{background-color:#2563eb;border:none;border-radius:999px;box-shadow:0 10px 24px #2563eb59;color:#fff;cursor:pointer;max-width:680px;overflow:hidden;padding-inline:3rem;padding-bottom:.9rem;padding-top:.9rem;position:relative;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;width:100%}.app-submit:hover{background-color:#1d4ed8;box-shadow:0 14px 30px #2563eb8c;transform:translateY(-1px)}.app-submit:after{background:#fff6;border-radius:999px;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.app-submit:active:after{animation:ripple .6s ease-out}.contact-section{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0a;margin-top:2.5rem;padding:3rem 2.5rem}.contact-grid{grid-gap:2.5rem;align-items:flex-start;display:grid;gap:2.5rem;grid-template-columns:1.1fr 1.4fr}.contact-info h3{font-size:1.05rem;margin-bottom:1.2rem}.contact-info-item{align-items:center;display:flex;font-size:.9rem;gap:.7rem;margin-bottom:.55rem}.contact-info-icon{font-size:1rem}.contact-social-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}.contact-social-icon{align-items:center;background-color:#4b8df8;border-radius:999px;color:#fff;display:flex;font-size:.8rem;height:28px;justify-content:center;width:28px}.contact-form-wrapper h3{font-size:1.05rem;margin-bottom:1.2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-input-pill{background-color:#4b8df8;border:none;border-radius:999px;color:#fff;font-size:.85rem;opacity:0;outline:none;padding:.7rem 1.2rem;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease,background-color .15s ease,box-shadow .15s ease;transition-delay:0s;transition-delay:var(--delay,0s)}.contact-input-pill::placeholder{color:#e0ebff;text-transform:lowercase}.contact-input-full{width:100%}.contact-message{border-radius:18px;min-height:120px;resize:vertical}.contact-send-btn{align-self:center;background-color:#2563eb;color:#fff;opacity:0;overflow:hidden;padding-inline:3rem;position:relative;text-transform:lowercase;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease,background-color .15s ease,box-shadow .15s ease;transition-delay:0s;transition-delay:var(--delay,0s)}.contact-send-btn:hover{background-color:#1d4ed8;box-shadow:0 10px 24px #2563eb73;transform:translateY(0)}.contact-form.in-view .contact-input-pill,.contact-form.in-view .contact-send-btn{opacity:1;transform:translateY(0)}.contact-send-btn:after{background:#fff6;border-radius:999px;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:0}.contact-send-btn:active:after{animation:ripple .6s ease-out}@keyframes ripple{0%{height:0;opacity:.7;width:0}to{height:220%;opacity:0;width:220%}}.toast{background-color:#16a34a;border-radius:999px;box-shadow:0 10px 24px #16a34a73;color:#fff;font-size:.85rem;left:50%;opacity:0;padding:.75rem 1.4rem;pointer-events:none;position:fixed;top:1.2rem;transform:translateX(-50%);transition:opacity .25s ease,transform .25s ease;z-index:250}.toast.visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.contact-map-section{margin-top:1.5rem;width:100%}.contact-map-wrapper{background:#e5e7eb;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;margin:0;max-width:100%;overflow:hidden;width:100%}.contact-map-img{aspect-ratio:16/9;border:0;display:block;height:auto;max-width:100%;width:100%}@media (max-width:900px){.nav-main,.nav-right{display:none}.hamburger{display:block}.hero{height:auto}.hero-content{padding:2.5rem 2rem;text-align:center}.home-hero .hero-title{font-size:2rem}.home-hero .hero-subtitle{color:#e5f0ff;font-size:1.1rem}.hero-buttons{align-items:stretch;flex-direction:column;gap:.75rem}.hero-buttons .btn{justify-content:center;width:100%}.who-we-are{padding:2.5rem 1.6rem}.who-content{grid-template-columns:1fr}.who-text{text-align:center}.who-text p{font-size:1rem}.who-text .btn-outline{background:#0000;border:none;box-shadow:none;color:#2563eb;padding:0;text-decoration:underline}.services-grid{grid-template-columns:1fr}.service-card{margin:0 auto;max-width:90%}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials-grid{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card{min-width:100%;scroll-snap-align:start}.footer-inner{grid-template-columns:1fr}.about-hero .hero-content{text-align:center}.about-hero .hero-title{font-size:1.8rem}.values-grid{grid-template-columns:1fr}.timeline-wrapper{padding-left:1.6rem}.timeline-item.from-left .timeline-card{margin-right:16px}.timeline-item.from-right .timeline-card{margin-left:16px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page{padding:2.5rem 1.6rem}.services-page-grid{grid-template-columns:1fr}.services-page-grid .service-card-full{margin:0 auto;max-width:90%}.roles-grid{grid-template-columns:1fr}.role-card{margin:0 auto;max-width:92%}.app-form-grid{grid-template-columns:1fr}.contact-section{padding:2.5rem 1.6rem}.contact-form-row,.contact-grid{grid-template-columns:1fr}}@media (max-width:600px){main{padding:0 1rem 3rem}.hero-content{padding:2.3rem 1.4rem}.home-hero .hero-title{font-size:2rem}.home-hero .hero-subtitle{font-size:1.1rem}}.nav-logo-img{border-radius:50%;height:42px;object-fit:contain;width:42px}.legal-page{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;margin-top:2.5rem;padding:3rem 2.5rem}.legal-hero{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.6rem}.legal-hero-title{color:#111827;font-size:1.9rem;font-weight:600;margin-bottom:.6rem}.legal-hero-subtitle{color:#4b5563;font-size:.98rem;max-width:620px}.legal-meta{color:#9ca3af;font-size:.8rem;letter-spacing:.12em;margin-top:.8rem;text-transform:uppercase}.legal-content{display:flex;flex-direction:column;gap:1.8rem}.legal-section h2{color:#111827;font-size:1.1rem;margin-bottom:.6rem}.legal-section p{color:#4b5563;font-size:.9rem;line-height:1.7}.legal-list{list-style:disc;margin-top:.3rem;padding-left:1.3rem}.legal-list li{color:#4b5563;font-size:.9rem;line-height:1.7;margin-bottom:.3rem}.legal-section{border-radius:14px;padding:.6rem .9rem;transition:background-color .2s ease}.legal-section:hover{background-color:#f9fafb}@media (max-width:900px){.legal-page{margin-top:2rem;padding:2.4rem 1.6rem}.legal-hero-title{font-size:1.7rem}}@media (max-width:600px){.legal-page{padding:2.1rem 1.2rem}.legal-hero-title{font-size:1.5rem}}.floating-whatsapp-btn{align-items:center;background-color:#25d366;border-radius:999px;bottom:1.5rem;box-shadow:0 8px 18px #0000002e;color:#fff;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;opacity:.95;padding:.85rem 1.1rem;position:fixed;right:1.5rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;z-index:999}.floating-whatsapp-btn:hover{box-shadow:0 10px 24px #00000038;opacity:1;transform:translateY(-2px)}.floating-whatsapp-icon{align-items:center;background-color:#00000014;border-radius:999px;display:flex;height:1.9rem;justify-content:center;width:1.9rem}.floating-whatsapp-icon svg{fill:#fff;height:1.1rem;width:1.1rem}.floating-whatsapp-label{white-space:nowrap}@media (max-width:480px){.floating-whatsapp-btn{bottom:1rem;font-size:.85rem;padding:.7rem .9rem;right:1rem}.floating-whatsapp-icon{height:1.6rem;width:1.6rem}}.modal-backdrop{align-items:center;background:#0a0f1e99;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1200}.modal{background:#fff;border-radius:18px;box-shadow:0 20px 60px #00000040;max-width:780px;padding:1.75rem 1.75rem 1.5rem;position:relative;width:100%}@keyframes modalScaleIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-animate{animation:modalScaleIn .22s ease-out}.modal-close-btn{align-items:center;background:#0000;border:none;border-radius:999px;color:#555;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:.3rem;position:absolute;right:1.1rem;top:1rem;transition:background .2s ease,transform .15s ease}.modal-close-btn:hover{background:#0000000a;transform:scale(1.05)}.book-care-modal,.join-team-modal{display:flex;flex-direction:column;gap:1.4rem}.book-care-header{align-items:center;border-bottom:1px solid #eef0f6;display:flex;gap:1rem;padding-bottom:1rem}.book-care-logo-wrap{align-items:center;background:linear-gradient(135deg,#1e88e5,#42a5f5);border-radius:18px;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;width:60px}.book-care-logo{height:80%;object-fit:contain;width:80%}.book-care-title-block h3{color:#1c2434;font-size:1.2rem;font-weight:600;margin:0}.book-care-title-block p{color:#586176;font-size:.9rem;margin:.25rem 0 0}.book-care-form{flex-direction:column}.book-care-form,.book-care-row{display:flex;gap:1rem}.book-care-field{display:flex;flex:1 1;flex-direction:column;gap:.3rem}.book-care-field label{align-items:center;color:#273046;display:flex;font-size:.85rem;font-weight:500;gap:.4rem}.field-icon{align-items:center;background:#e3f2fd;border-radius:999px;color:#1e88e5;display:inline-flex;font-size:.8rem;height:1.4rem;justify-content:center;width:1.4rem}.book-care-field input,.book-care-field select,.book-care-field textarea{border:1px solid #d5d9e6;border-radius:10px;font-family:inherit;font-size:.9rem;outline:none;padding:.55rem .7rem;transition:border .2s ease,box-shadow .2s ease,background .2s ease}.book-care-field textarea{min-height:90px;resize:vertical}.book-care-field input:focus,.book-care-field select:focus,.book-care-field textarea:focus{background:#fafbff;border-color:#1e88e5;box-shadow:0 0 0 2px #1e88e51f}.book-care-footer{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-top:.3rem}.book-care-note{color:#7a8194;font-size:.78rem;max-width:60%}.field-error input,.field-error select,.field-error textarea{border-color:#e53935!important;box-shadow:0 0 0 1px #e5393533}.error-text{color:#e53935;font-size:.78rem;margin:.1rem 0 0}@media (max-width:768px){.modal{max-width:100%;padding:1.4rem 1.1rem 1.2rem}.book-care-header{align-items:flex-start}.book-care-footer,.book-care-header,.book-care-row{flex-direction:column}.book-care-footer{align-items:flex-start}.book-care-note{max-width:100%}}@media (max-width:400px){.modal-backdrop{align-items:flex-start;padding:.6rem}.modal{border-radius:16px;margin:0;max-height:calc(100vh - 1.2rem);max-width:100%;overflow-y:auto;padding:1rem .9rem;width:100%}.book-care-header{align-items:flex-start;flex-direction:column;gap:.75rem}.book-care-logo-wrap{border-radius:16px;height:52px;width:52px}.book-care-title-block h3{font-size:1rem}.book-care-title-block p{font-size:.82rem}.book-care-row{flex-direction:column;gap:.8rem}.book-care-field input,.book-care-field select,.book-care-field textarea{font-size:.85rem;padding:.5rem .6rem}.error-text{font-size:.75rem}.book-care-footer{align-items:flex-start;flex-direction:column;gap:.5rem}.book-care-note{font-size:.75rem;max-width:100%}.modal-close-btn{right:.7rem;top:.7rem}}.compliance-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-top:1.5rem}.compliance-item{flex:1 1;min-width:180px;text-align:center}.compliance-label{color:#4b5563;font-size:.95rem;font-weight:500;margin-bottom:.6rem}.compliance-badge{align-items:center;background:#fff;border-radius:12px;box-shadow:0 6px 14px #0000001a;display:flex;justify-content:center;padding:.8rem}.compliance-img{height:auto;max-height:90px;object-fit:contain;width:100%}@media (max-width:900px){.compliance-row{gap:1.25rem}.compliance-item{min-width:160px}.compliance-badge{padding:.7rem}}@media (max-width:600px){.compliance-row{align-items:stretch;flex-direction:column;gap:.9rem}.compliance-item{min-width:100%;text-align:left}.compliance-label{font-size:.88rem;margin-bottom:.4rem}.compliance-badge{padding:.7rem .9rem}.compliance-img{max-height:70px}}@media (max-width:380px){.compliance-row{gap:.75rem}.compliance-label{font-size:.82rem}.compliance-badge{padding:.6rem .8rem}}.service-modal-logo-wrap{background:linear-gradient(135deg,#1e88e5,#43a047)}.service-modal-body{display:flex;flex-direction:column;gap:1.1rem;margin-top:1rem}.service-modal-highlight{align-items:flex-start;background:linear-gradient(135deg,#1e88e50d,#43a0470a);border-radius:14px;display:flex;gap:.9rem;padding:.8rem .9rem}.service-modal-icon-circle{align-items:center;background:#fff;border-radius:999px;box-shadow:0 6px 14px #0000000f;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.service-modal-emoji{font-size:1.4rem}.service-modal-highlight-text p{color:#374151;font-size:.9rem;margin:0}.service-modal-pill-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.service-modal-pill{align-items:center;background:#fff;border:1px solid #1e88e529;border-radius:999px;color:#1e88e5;display:inline-flex;font-size:.78rem;gap:.3rem;padding:.25rem .6rem}.service-modal-pill svg{font-size:.8rem}.service-modal-list h4{align-items:center;color:#1c2434;display:flex;font-size:.95rem;font-weight:600;gap:.4rem;margin:0 0 .4rem}.service-modal-list-icon{color:#1e88e5;font-size:1rem}.service-modal-list ul{list-style:disc;margin:0;padding-left:1.1rem}.service-modal-list li{color:#4b5563;font-size:.9rem;margin-bottom:.25rem}.service-modal-footer-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.6rem}.btn.btn-light-outline{background:#fff;border:1px solid #d1d5db;color:#374151}.btn.btn-light-outline:hover{background:#f3f4f6}.service-modal-tagline{color:#6b7280;font-size:.85rem;margin-top:.25rem}.service-request-summary{margin-top:.9rem}.service-request-badge{align-items:center;background:#f3f4ff;border-radius:12px;display:flex;gap:.65rem;padding:.55rem .8rem}.service-request-emoji{font-size:1.4rem}.service-request-label{color:#6b7280;font-size:.78rem;letter-spacing:.04em;margin:0;text-transform:uppercase}.service-request-title{color:#111827;font-size:.92rem;font-weight:600;margin:0}@media (max-width:400px){.modal.service-modal,.modal.service-request-modal{border-radius:16px;margin:0;max-height:calc(100vh - 1.2rem);max-width:100%;overflow-y:auto;padding:.9rem .8rem;width:100%}.service-modal-highlight{align-items:flex-start;flex-direction:row}.service-modal-list h4{font-size:.9rem}.service-modal-list li{font-size:.84rem}.service-modal-footer-actions{align-items:stretch;flex-direction:column}.service-request-badge{padding:.5rem .7rem}.service-request-title{font-size:.88rem}}@media (max-width:360px){.service-modal-pill-row{flex-direction:column}.service-modal-pill{justify-content:flex-start;width:100%}}
/*# sourceMappingURL=main.443949d3.css.map*/