*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1c3c6e;--sky:#73b8d9;--teal:#3bafc8;--white:#fff;--off-white:#f7f9fc;--light-blue:#eaf4fa;--border:#dde3ec;--text-dark:#0d1b35;--text-body:#4a5568;--text-muted:#a0aabf;--font:"Manrope",sans-serif}html{scroll-behavior:smooth}body,html{background:var(--white)}body{font-family:var(--font);color:var(--text-body);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:12px 20px;background:var(--navy);color:var(--white);font-size:14px;font-weight:700;text-decoration:none;border-radius:0 0 8px 0;white-space:nowrap}.skip-link:focus{left:0}:focus{outline:none}:focus-visible{outline:3px solid var(--sky);outline-offset:3px}.form-input:focus-visible,.form-select:focus-visible,.form-textarea:focus-visible{outline:3px solid var(--sky);outline-offset:0;border-color:var(--sky);background:var(--white)}.nav-dropdown-btn:focus-visible,.nav-link:focus-visible{outline:3px solid var(--sky);outline-offset:2px;background:var(--light-blue)}.nav-cta:focus-visible{outline:3px solid var(--sky);outline-offset:3px}.nav-dropdown-item:focus-visible{outline:3px solid var(--sky);outline-offset:-3px;background:var(--off-white)}.mobile-nav-link:focus-visible{outline:3px solid var(--sky);outline-offset:-3px;border-radius:10px}.nav-toggle:focus-visible{outline:3px solid var(--sky);outline-offset:3px;border-radius:4px}.nav-phone-block:focus-visible{outline:3px solid var(--sky);outline-offset:2px}.btn-primary:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--sky)}.btn-outline:focus-visible{outline:3px solid var(--white);outline-offset:2px}.form-submit:focus-visible{outline:3px solid var(--navy);outline-offset:2px}.service-tab:focus-visible{outline:3px solid var(--sky);outline-offset:2px}.faq-question:focus-visible{outline:3px solid var(--sky);outline-offset:-3px;border-radius:0}.footer-link:focus-visible{outline:3px solid var(--sky);outline-offset:2px;border-radius:3px}.footer-social a:focus-visible{outline:3px solid var(--sky);outline-offset:2px}.growwwtech-link:focus-visible{outline:3px solid var(--sky);outline-offset:2px}#site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 12px rgba(0,0,0,.06)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between;height:72px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px}.nav-logo-img{height:43px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:4px}.nav-link{padding:8px 14px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-dark);cursor:pointer;transition:all .2s;position:relative;text-decoration:none;display:inline-flex;align-items:center;background:none;border:none;font-family:var(--font)}.nav-link:hover{background:var(--light-blue)}.nav-link.active,.nav-link:hover{color:var(--navy)}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 40px rgba(28,60,110,.18);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s;z-index:200}.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:9px 14px;border-radius:8px;font-size:13px;font-weight:600;color:var(--text-dark);cursor:pointer;transition:background .15s;text-decoration:none}.nav-dropdown-item:hover{background:var(--off-white);color:var(--navy)}.nav-cta{background:var(--navy);color:var(--white);padding:10px 22px;border-radius:8px;font-size:13.5px;font-weight:700;cursor:pointer;border:none;transition:all .2s;white-space:nowrap;text-decoration:none;display:inline-block}.nav-cta:hover{background:#0e2748;transform:translateY(-1px)}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-toggle span{width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0;transform:translateX(-10px)}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-actions{display:flex;align-items:center;gap:10px}.brand-name{text-transform:none}.hero{padding:108px 0 72px;overflow:hidden;position:relative;min-height:640px;display:flex;align-items:center;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,28,.93) 0,rgba(5,14,28,.86) 32%,rgba(5,14,28,.54) 58%,rgba(5,14,28,.14));pointer-events:none;z-index:0}.hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;width:100%}.hero-glass-card{background:transparent;border:none;padding:0;position:relative;z-index:2;max-width:640px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(115,184,217,.12);border:1px solid rgba(115,184,217,.2);padding:6px 14px;border-radius:100px;margin-bottom:28px}.hero-eyebrow span{font-size:11px;font-weight:700;color:var(--sky);letter-spacing:.1em;text-transform:uppercase}.hero-eyebrow i{font-size:13px;color:var(--sky)}.hero-headline{font-size:clamp(36px,5vw,62px);font-weight:800;color:var(--white);line-height:1.08;letter-spacing:-1.5px;max-width:700px;margin-bottom:24px}.hero-headline em{color:var(--sky);font-style:normal}.hero-sub{font-size:17px;color:hsla(0,0%,100%,.88);line-height:1.75;max-width:520px;margin-bottom:40px;font-weight:400}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:0}.btn-primary{background:var(--sky);color:var(--white);padding:14px 28px;border-radius:9px;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary:hover{background:#5aafc8;transform:translateY(-2px);box-shadow:0 8px 24px rgba(115,184,217,.35)}.btn-outline{background:transparent;color:var(--white);padding:13px 28px;border-radius:9px;font-size:14px;font-weight:700;cursor:pointer;border:1.5px solid hsla(0,0%,100%,.25);transition:all .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-outline:hover{border-color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.06)}.hero-stats{display:flex;gap:40px;flex-wrap:wrap;padding:24px 32px;background:rgba(5,14,28,.62);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;margin-top:36px;margin-bottom:0;position:relative;z-index:2;max-width:640px}.hero-stat-num{font-size:32px;font-weight:800;color:var(--white);letter-spacing:-1px}.hero-stat-label{font-size:12px;color:hsla(0,0%,100%,.8);font-weight:500;margin-top:2px}.trust-bar{background:var(--off-white);border-bottom:1px solid var(--border)}.trust-inner{max-width:1200px;margin:0 auto;padding:32px 2rem;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;text-align:center}.trust-item i{font-size:28px;color:var(--teal);margin-bottom:10px}.trust-item-title{font-size:13px;font-weight:700;color:var(--text-dark)}.trust-item-sub{font-size:11px;color:var(--text-body);margin-top:3px}.section{padding:88px 0}.section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;align-self:flex-start;background:rgba(59,175,200,.14);border:1px solid rgba(115,184,217,.45);box-shadow:0 2px 12px rgba(59,175,200,.12);padding:5px 14px;border-radius:100px;margin-bottom:16px}.section-eyebrow span{font-size:10px;font-weight:800;letter-spacing:.13em;background:linear-gradient(90deg,var(--sky) 0,var(--teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sh-content .section-eyebrow{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.35);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.sh-content .section-eyebrow span{background:none;-webkit-text-fill-color:#fff;color:#fff}.section-heading{font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--text-dark);letter-spacing:-.8px;line-height:1.12}.section-heading em{color:var(--sky);font-style:normal}.section-sub{font-size:16px;color:var(--text-body);line-height:1.75;max-width:560px;margin-top:14px}.section-bg{background:var(--off-white)}.section-navy{background:var(--navy)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:center}.about-img-wrap{position:relative}.about-img-box{border-radius:20px;overflow:hidden;background:var(--light-blue);aspect-ratio:4/3;position:relative}.about-img-box,.about-img-placeholder{display:flex;align-items:center;justify-content:center}.about-img-placeholder{background-image:url(/images/training-page-image.png)}.about-img-placeholder,.about-img-placeholder1{width:100%;height:100%;background-size:cover;background-position:50%;font-size:80px}.about-img-placeholder1{background-image:url(/images/about-us.jpg);display:flex;align-items:center;justify-content:center}.about-badge{position:absolute;bottom:-20px;right:-20px;background:var(--navy);border-radius:16px;padding:20px 24px;min-width:160px;text-align:center;box-shadow:0 8px 32px rgba(28,60,110,.25)}.about-badge-num{font-size:36px;font-weight:800;color:var(--sky);letter-spacing:-1px}.about-badge-label{font-size:11px;color:hsla(0,0%,100%,.6);margin-top:2px}.about-list{display:grid;grid-gap:16px;gap:16px;margin-top:32px}.about-item{display:flex;gap:14px;align-items:flex-start}.about-item-icon{width:40px;height:40px;border-radius:10px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;color:var(--teal)}.about-item-title{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.about-item-desc{font-size:13px;color:var(--text-body);line-height:1.6}.services-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:48px;gap:48px;align-items:start}.services-tabs{display:grid;grid-gap:8px;gap:8px}.service-tab{padding:16px 20px;border-radius:10px;cursor:pointer;border:1px solid var(--border);background:var(--white);transition:all .2s;display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--font);text-align:left}.service-tab.active,.service-tab:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.service-tab-title{font-size:14px;font-weight:700;color:var(--text-dark)}.service-tab.active .service-tab-title,.service-tab:hover .service-tab-title{color:var(--white)}.service-tab i{font-size:16px;color:var(--text-muted);transition:color .2s}.service-tab.active i,.service-tab:hover i{color:var(--sky)}.service-panel{display:none}.service-panel.active{display:block}.service-panel-inner{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.service-panel-img1{background-image:url(/images/gmpure.jpg)}.service-panel-img1,.service-panel-img2{height:100%;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:72px}.service-panel-img2{background-image:url(/images/gmpure2.png)}.service-panel-img3{background-image:url(/images/Workplace\ Management.png)}.service-panel-img3,.service-panel-img4{height:100%;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:72px}.service-panel-img4{background-image:url(/images/gmpure4.jpeg)}.service-panel-body{padding:32px}.service-panel-badge{display:inline-block;background:var(--light-blue);color:var(--teal);padding:4px 12px;border-radius:100px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.service-panel-title{font-size:22px;font-weight:800;color:var(--text-dark);letter-spacing:-.4px;margin-bottom:12px}.service-panel-desc{font-size:14px;color:var(--text-body);line-height:1.75;margin-bottom:24px}.service-capabilities{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.capability-item{display:flex;gap:10px;padding:12px;background:var(--off-white);border-radius:8px}.capability-item i{font-size:16px;color:var(--teal);flex-shrink:0;margin-top:1px}.capability-text{font-size:12.5px;color:var(--text-dark);font-weight:600;line-height:1.4}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.why-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px;transition:all .25s}.why-card:hover{border-color:var(--sky);transform:translateY(-4px);box-shadow:0 12px 40px rgba(115,184,217,.15)}.why-icon{width:52px;height:52px;border-radius:14px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--teal);margin-bottom:18px}.why-title{font-size:16px;font-weight:800;color:var(--text-dark);margin-bottom:10px}.why-desc{font-size:13.5px;color:var(--text-body);line-height:1.7}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.industry-card{border-radius:16px;overflow:hidden;border:1px solid var(--border);transition:all .25s;cursor:pointer}.industry-card:hover{border-color:var(--sky);box-shadow:0 8px 32px rgba(115,184,217,.15)}.industry-card-img{height:160px;display:flex;align-items:center;justify-content:center;font-size:56px}.industry-card-img.pharma{background-image:url(/images/gmpure5.jpeg);background-size:cover;background-position:start}.industry-card-img.medical{background-image:url(/images/gmpure6.jpeg);background-size:cover;background-position:50%}.industry-card-img.office{background-image:url(/images/gmpure8.jpeg);background-size:cover;background-position:start}.industry-card-body{padding:20px}.industry-title{font-size:15px;font-weight:800;color:var(--text-dark);margin-bottom:6px}.industry-desc{font-size:12.5px;color:var(--text-body);line-height:1.6}.industry-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--teal);margin-top:12px;cursor:pointer}.industry-link:hover{color:var(--navy)}.faq-layout{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:64px;gap:64px;align-items:start}.faq-list{display:grid;grid-gap:10px;gap:10px}.faq-item{border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--sky)}.faq-question{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:16px;background:var(--white);width:100%;border:none;text-align:left;font-family:var(--font)}.faq-question span{font-size:14px;font-weight:700;color:var(--text-dark)}.faq-toggle{width:32px;height:32px;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:var(--white);transition:all .2s}.faq-item.open .faq-toggle{background:var(--sky);transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;background:var(--off-white)}.faq-item.open .faq-answer{max-height:300px;padding:18px 22px}.faq-answer p{font-size:13.5px;color:var(--text-body);line-height:1.75}.cta-band{background:var(--navy);position:relative;overflow:hidden;padding:72px 0}.cta-band:before{content:"";position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;border:1px solid rgba(115,184,217,.08)}.cta-inner{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center;position:relative}.cta-title{font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.cta-sub{font-size:16px;color:hsla(0,0%,100%,.88);line-height:1.75;margin-bottom:36px}.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.site-footer{background:#0a1e3d;padding:64px 0 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:300px 1fr 1fr 1fr;grid-gap:48px;gap:48px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footer-logo-mark{width:36px;height:36px;background:var(--sky);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-mark,.footer-logo-name{font-size:14px;font-weight:800;color:var(--white)}.footer-logo-sub{font-size:9px;color:var(--sky);letter-spacing:.1em;text-transform:uppercase}.footer-tagline{font-size:13px;color:hsla(0,0%,100%,.8);line-height:1.7;margin-bottom:24px}.footer-email-form{display:flex;gap:8px;margin-bottom:20px}.footer-email-input{flex:1 1;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:8px;padding:10px 14px;font-size:13px;color:var(--white);font-family:var(--font);outline:none}.footer-email-input::placeholder{color:hsla(0,0%,100%,.3)}.footer-email-btn{background:var(--sky);border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700;color:var(--white);cursor:pointer}.footer-social{display:flex;gap:10px}.footer-social a{width:34px;height:34px;border-radius:8px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;font-size:16px;color:hsla(0,0%,100%,.8);transition:all .2s}.footer-social a:hover{background:var(--sky);color:var(--white);border-color:var(--sky)}.footer-col-title{font-size:11px;font-weight:800;color:hsla(0,0%,100%,.75);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.footer-links{display:grid;grid-gap:10px;gap:10px}.footer-link{font-size:13px;color:hsla(0,0%,100%,.8);cursor:pointer;transition:color .2s;text-decoration:none;display:block}.footer-link:hover{color:var(--sky)}.footer-bottom{padding:20px 2rem;border-top:1px solid hsla(0,0%,100%,.07);max-width:1200px;margin:48px auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom-text{font-size:12px;color:hsla(0,0%,100%,.65)}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-link{font-size:12px;color:hsla(0,0%,100%,.65);text-decoration:none}.growwwtech-link{transition:color .2s}.growwwtech-link:hover{color:var(--sky)!important}.page-hero{background:var(--navy);padding:80px 0 64px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--white);-webkit-clip-path:ellipse(60% 100% at 50% 100%);clip-path:ellipse(60% 100% at 50% 100%)}.page-hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.page-hero-title{font-size:clamp(32px,4vw,52px);font-weight:800;color:var(--white);letter-spacing:-1px;margin-bottom:16px}.page-hero-title em{color:var(--sky);font-style:normal}.page-hero-sub{font-size:16px;color:hsla(0,0%,100%,.88);line-height:1.75;max-width:560px;word-break:break-word}.breadcrumb{display:flex;gap:6px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.breadcrumb a,.breadcrumb span{font-size:12px;color:hsla(0,0%,100%,.75)}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{color:var(--sky)}.breadcrumb i{font-size:12px;color:hsla(0,0%,100%,.4)}.breadcrumb .current{color:var(--sky)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:48px}.value-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:28px;transition:all .25s}.value-card:hover{border-color:var(--sky);transform:translateY(-3px);box-shadow:0 8px 32px rgba(115,184,217,.12)}.value-icon{width:48px;height:48px;border-radius:12px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--teal);margin-bottom:16px}.value-title{font-size:15px;font-weight:800;color:var(--text-dark);margin-bottom:8px}.value-desc{font-size:13px;color:var(--text-body);line-height:1.7}.services-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.service-card{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .25s;cursor:pointer;text-decoration:none;display:block}.service-card:hover{border-color:var(--sky);transform:translateY(-4px);box-shadow:0 12px 40px rgba(115,184,217,.15)}.service-card-img{height:180px;display:flex;align-items:center;justify-content:center;font-size:64px}.service-card-img.s1{background-image:url(/images/gmpure.jpg)}.service-card-img.s1,.service-card-img.s2{background-size:cover;background-position:start}.service-card-img.s2{background-image:url(/images/gmpure13.jpeg)}.service-card-img.s3{background-image:url(/images/Workplace\ Management.png)}.service-card-img.s3,.service-card-img.s4{background-size:cover;background-position:50%}.service-card-img.s4{background-image:url(/images/gmpure4.jpeg)}.service-card-body{padding:28px}.service-card-badge{display:inline-block;background:var(--light-blue);color:var(--teal);padding:3px 10px;border-radius:100px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.service-card-title{font-size:18px;font-weight:800;color:var(--text-dark);margin-bottom:8px}.service-card-desc{font-size:13.5px;color:var(--text-body);line-height:1.7;margin-bottom:16px}.service-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--teal);cursor:pointer}.service-card-link:hover{color:var(--navy)}.service-detail-hero{display:grid;grid-template-columns:45% 55%;min-height:520px;overflow:hidden}.sh-pharma .sh-img{background-image:url(/images/gmpure.jpg)}.sh-medical .sh-img{background-image:url(/images/patient\ care1.png);background-position:top}.sh-office .sh-img{background-image:url(/images/Workplace\ Management.png)}.sh-consumables .sh-img{background-image:url(/images/gmpure4.jpeg)}.sh-content{padding:72px 64px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(160deg,#0a1834 0,var(--navy) 100%)}.sh-content .breadcrumb{margin-bottom:28px}.sh-content .page-hero-title{font-size:clamp(28px,3.2vw,48px)}.sh-content .page-hero-sub{margin-top:14px}.sh-content .hero-actions{margin-top:28px}.sh-img{background-size:cover;background-position:50%}.capabilities-section{padding:64px 0}.consumables-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-top:40px}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-top:40px}.cap-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:24px;display:flex;gap:16px;align-items:flex-start;transition:all .2s}.cap-card:hover{border-color:var(--sky);background:var(--off-white)}.cap-icon{width:44px;height:44px;border-radius:10px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal);flex-shrink:0}.cap-title{font-size:14px;font-weight:800;color:var(--text-dark);margin-bottom:6px}.cap-desc{font-size:13px;color:var(--text-body);line-height:1.6}.contact-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:40px}.contact-form-title{font-size:22px;font-weight:800;color:var(--text-dark);margin-bottom:28px}.form-group{margin-bottom:20px}.form-label{font-size:12px;font-weight:700;color:var(--text-dark);letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;display:block}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:10px;font-family:var(--font);font-size:14px;color:var(--text-dark);background:var(--off-white);outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--sky);background:var(--white)}.form-textarea{height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-submit{background:var(--sky);color:var(--white);border:none;width:100%;padding:15px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--font);transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.form-submit:hover{background:#5aafc8;transform:translateY(-1px)}.contact-info-title{font-size:22px;font-weight:800;color:var(--text-dark);margin-bottom:28px}.contact-cards{display:grid;grid-gap:16px;gap:16px;margin-bottom:32px}.contact-card{display:flex;gap:16px;padding:20px;background:var(--white);border:1px solid var(--border);border-radius:14px}.contact-card-icon{width:44px;height:44px;border-radius:10px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal);flex-shrink:0}.contact-card-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}.contact-card-value{font-weight:700}.contact-card-value,.coverage-title{font-size:14px;color:var(--text-dark)}.coverage-title{font-weight:800;margin-bottom:14px}.coverage-tags{display:flex;flex-wrap:wrap;gap:8px}.coverage-tag{background:var(--light-blue);color:var(--teal);padding:6px 14px;border-radius:100px;font-size:12px;font-weight:700}.policy-content{max-width:800px;margin:0 auto}.policy-section{margin-bottom:40px}.policy-h2{font-size:20px;font-weight:800;color:var(--text-dark);margin-bottom:14px}.policy-p{font-size:14px;color:var(--text-body);line-height:1.8;margin-bottom:12px}.policy-ul{padding-left:0;display:grid;grid-gap:8px;gap:8px;margin-top:10px}.policy-li{display:flex;gap:10px;font-size:14px;color:var(--text-body);line-height:1.7}.policy-li:before{content:"—";color:var(--sky);font-weight:700;flex-shrink:0}.training-modules{display:grid;grid-gap:20px;gap:20px;margin-top:40px}.training-module{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden}.training-module-header{padding:24px 28px;display:flex;gap:20px;align-items:flex-start;border-bottom:1px solid var(--border)}.training-num{width:44px;height:44px;border-radius:10px;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;color:var(--white);flex-shrink:0}.training-title{font-size:16px;font-weight:800;color:var(--text-dark)}.training-sub{font-size:13px;color:var(--text-muted);margin-top:4px}.training-module-body{padding:24px 28px;background:var(--off-white)}.training-point{display:flex;gap:12px;margin-bottom:14px}.training-point i{font-size:16px;color:var(--teal);flex-shrink:0;margin-top:1px}.training-point-text{font-size:13.5px;color:var(--text-body);line-height:1.7}.training-point-title{font-weight:700;color:var(--text-dark)}.vetting-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.vetting-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:24px;display:flex;gap:16px}.vetting-icon{width:44px;height:44px;border-radius:10px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal);flex-shrink:0}.vetting-title{font-size:14px;font-weight:800;color:var(--text-dark);margin-bottom:6px}.vetting-desc{font-size:13px;color:var(--text-body);line-height:1.65}.emergency-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:40px}.emergency-card{background:var(--navy);border-radius:16px;padding:28px;text-align:center}.emergency-icon{width:52px;height:52px;border-radius:14px;background:rgba(115,184,217,.12);display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--sky);margin:0 auto 16px}.emergency-title{font-size:15px;font-weight:800;color:var(--white);margin-bottom:8px}.emergency-desc{font-size:13px;color:hsla(0,0%,100%,.85);line-height:1.65}.stats-strip{background:var(--navy);padding:48px 0}.stats-grid{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.stat-num{font-size:40px;font-weight:800;color:var(--sky);letter-spacing:-1.5px}.stat-label{font-size:13px;color:hsla(0,0%,100%,.85);margin-top:4px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:56px;position:relative}.process-grid:before{content:"";position:absolute;top:104px;left:calc(16.66% + 16px);width:calc(66.67% - 32px);height:2px;background:linear-gradient(90deg,var(--teal),var(--sky),var(--teal));opacity:.3;pointer-events:none}.process-card{position:relative;background:var(--white);border-radius:20px;padding:40px 28px 36px;border:1px solid var(--border);box-shadow:0 4px 24px rgba(28,60,110,.07);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s,box-shadow .3s,border-color .3s}.process-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(28,60,110,.13);border-color:var(--sky)}.process-card:after{content:"";position:absolute;bottom:0;left:24px;right:24px;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,var(--teal),var(--sky))}.process-num{position:absolute;top:-14px;right:-14px;width:32px;height:32px;color:#fff;font-size:13px;font-weight:800;font-family:ui-monospace,Courier New,monospace;box-shadow:0 2px 8px rgba(28,60,110,.3);z-index:2}.process-icon-wrap,.process-num{border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center}.process-icon-wrap{width:80px;height:80px;margin-bottom:24px;flex-shrink:0;box-shadow:0 8px 24px rgba(28,60,110,.22)}.process-icon-wrap i{font-size:30px;color:#fff}.process-card-title{font-size:17px;font-weight:800;color:var(--navy);line-height:1.3;margin-bottom:12px}.process-card-desc{font-size:14px;color:var(--text-body);line-height:1.75;flex:1 1;margin-bottom:28px}.mobile-nav{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--navy);z-index:999;padding:24px;flex-direction:column;gap:4px;overflow-y:auto}.mobile-nav.open{display:flex}.mobile-nav-link{padding:14px 16px;border-radius:10px;font-size:15px;font-weight:700;color:hsla(0,0%,100%,.75);cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.06);text-decoration:none;display:block}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--sky)}.nav-phone-block{display:flex;align-items:center;gap:10px;padding:8px 14px;background:var(--light-blue);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s;text-decoration:none}.nav-phone-block:hover{background:var(--navy);border-color:var(--navy)}.nav-phone-block:hover .nav-phone-label,.nav-phone-block:hover .nav-phone-num{color:hsla(0,0%,100%,.85)}.nav-phone-block:hover .nav-phone-icon{background:hsla(0,0%,100%,.12)}.nav-phone-block:hover .nav-phone-icon i{color:var(--white)}.nav-phone-icon{width:32px;height:32px;border-radius:8px;background:rgba(59,175,200,.12);display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--teal);flex-shrink:0;transition:all .2s}.nav-phone-meta{display:flex;flex-direction:column}.nav-phone-label{font-size:9px;color:var(--text-body);letter-spacing:.12em;text-transform:uppercase;line-height:1}.nav-phone-label,.nav-phone-num{font-weight:700;transition:color .2s}.nav-phone-num{font-size:13px;color:var(--navy);letter-spacing:.02em;line-height:1.5}.centered{text-align:center}.centered .section-sub{margin:14px auto 0}.legal-body{max-width:800px;margin:0 auto}.legal-updated{font-size:13px;color:var(--text-muted);margin-bottom:20px}.legal-intro{font-size:15px;color:var(--text-body);line-height:1.8;margin-bottom:40px;padding-bottom:32px}.legal-intro,.legal-section{border-bottom:1px solid var(--border)}.legal-section{margin-bottom:36px;padding-bottom:36px}.legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-section h2{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:14px}.legal-section p{font-size:14px;color:var(--text-body);line-height:1.8;margin-bottom:12px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:12px 0 12px 20px;display:flex;flex-direction:column;gap:8px}.legal-section ul li{font-size:14px;color:var(--text-body);line-height:1.7;list-style:disc}.legal-section strong{color:var(--text-dark);font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1200px){.nav-inner{padding:0 1.5rem}.nav-link{padding:7px 10px;font-size:13px}.hero-inner,.section-inner{padding:0 1.5rem}}@media(max-width:1024px){.nav-phone-block{display:none}.section{padding:68px 0}.about-grid{grid-template-columns:1fr;gap:40px}.industries-grid,.stats-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:1fr;gap:24px}.process-grid:before{display:none}.footer-inner{grid-template-columns:repeat(2,1fr);gap:32px}.services-layout{grid-template-columns:1fr}.services-tabs{grid-template-columns:repeat(2,1fr)}.service-panel.active{display:block}.service-panel-inner{grid-template-columns:1fr}.service-panel-img1,.service-panel-img2,.service-panel-img3,.service-panel-img4{height:240px;min-height:240px}.service-detail-hero{grid-template-columns:50% 50%}.sh-content{padding:56px 40px}.contact-layout{grid-template-columns:1fr}.about-badge{position:absolute;top:0;left:0;bottom:auto;right:auto;margin-top:0;padding:14px 18px;min-width:auto;border-radius:0 0 16px 0}.about-badge-num{font-size:28px}.contact-form-wrap{padding:28px}}@media(max-width:768px){.nav-cta,.nav-links,.nav-phone-block{display:none}.nav-toggle{display:flex}.nav-inner{padding:0 1rem}.nav-logo-img{height:40px}.hero{padding:72px 0 48px;min-height:auto}.hero-inner{padding:0 1rem}.hero-headline{font-size:clamp(28px,6.5vw,42px)}.hero-sub{font-size:15px}.hero-stats{padding:16px 18px;gap:12px;flex-wrap:wrap;max-width:100%}.hero-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);min-width:120px}.hero-stat-num{font-size:24px}.section{padding:52px 0}.section-inner{padding:0 1rem}.trust-inner{grid-template-columns:repeat(3,1fr);gap:12px}.industries-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.industries-grid{gap:16px}.capabilities-grid,.consumables-grid,.faq-layout,.services-cards,.values-grid,.vetting-grid{grid-template-columns:1fr}.consumables-grid{gap:20px}.emergency-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-inner,.form-row,.process-grid{grid-template-columns:1fr}.process-grid{gap:24px}.process-grid:before{display:none}.process-card{padding:32px 24px 28px}.process-num{top:-12px;right:-12px;width:28px;height:28px;font-size:12px}.about-badge{position:absolute;top:0;left:0;bottom:auto;right:auto;margin-top:0;padding:10px 14px;border-radius:14px 0 14px 0}.service-detail-hero{grid-template-columns:1fr}.sh-img{min-height:260px}.sh-content{padding:48px 1.25rem}.service-panel-inner{grid-template-columns:1fr}.service-panel-img1,.service-panel-img2,.service-panel-img3,.service-panel-img4{height:200px;min-height:200px}.services-tabs{grid-template-columns:1fr}.faq-question span{font-size:13px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.page-hero-inner{padding:0 1rem}.section-heading{font-size:clamp(24px,5.5vw,36px)}.page-hero{padding:56px 0 96px}.page-hero-title{font-size:clamp(26px,6vw,40px);letter-spacing:-.5px}.page-hero-sub{font-size:14px;max-width:100%;line-height:1.7}.breadcrumb{margin-bottom:16px}.breadcrumb a,.breadcrumb i,.breadcrumb span{font-size:11px}.cta-band{padding:52px 0}.capabilities-section{padding:44px 0}.contact-form-wrap{padding:24px}.service-card-body{padding:20px}.training-module-body,.training-module-header{padding:18px 20px}.service-detail-hero{min-height:0}.sh-img{order:-1}.faq-item.open .faq-answer{max-height:500px}}@media(max-width:480px){.trust-inner{grid-template-columns:repeat(2,1fr);gap:10px}.industries-grid{grid-template-columns:1fr}.hero{padding:64px 0 40px}.hero-headline{font-size:clamp(26px,7vw,36px)}.hero-sub{font-size:14px;margin-bottom:24px}.hero-stats{gap:10px;padding:14px 16px}.hero-stat{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px)}.hero-stat-num{font-size:22px}.stats-grid{grid-template-columns:1fr 1fr}.stat-num{font-size:30px}.section{padding:44px 0}.section-heading{font-size:clamp(22px,5vw,30px)}.value-card,.why-card{padding:20px}.footer-inner{gap:28px}.footer-bottom{padding:16px 1rem}.cta-title{font-size:clamp(22px,5vw,32px)}.services-tabs{grid-template-columns:1fr}.service-panel-body{padding:20px}.process-grid,.service-capabilities{grid-template-columns:1fr}.process-grid{gap:20px}.process-card{padding:28px 20px 24px}.process-icon-wrap{width:64px;height:64px}.process-icon-wrap i{font-size:24px}.why-grid{grid-template-columns:1fr}.footer-email-form{flex-direction:column}.footer-email-btn{width:100%}.service-card-body{padding:16px}.service-card-img{height:150px}.service-panel-img1,.service-panel-img2,.service-panel-img3,.service-panel-img4{height:160px;min-height:160px}.contact-form-wrap{padding:18px}.training-module-body,.training-module-header{padding:16px 18px}.page-hero{padding:40px 0 88px}.page-hero-title{font-size:clamp(22px,6.5vw,34px)}.page-hero-sub{font-size:13px;line-height:1.65}.cta-band{padding:40px 0}.capabilities-section{padding:32px 0}.consumables-grid{gap:16px}.consumables-grid>div{padding:20px!important}.faq-question{padding:14px 16px}.stat-num{font-size:22px}.cta-actions .btn-outline,.cta-actions .btn-primary,.hero-actions .btn-outline,.hero-actions .btn-primary{flex:1 1 100%;justify-content:center}}@media(max-width:360px){.nav-inner{padding:0 .75rem}.nav-logo-img{height:36px}.hero{padding:56px 0 32px}.hero-inner{padding:0 .75rem}.hero-eyebrow{padding:5px 10px;margin-bottom:20px}.hero-eyebrow span{font-size:9px}.hero-headline{font-size:clamp(22px,7vw,30px);letter-spacing:-.3px}.hero-sub{font-size:13px;margin-bottom:18px}.hero-stats{padding:12px 14px;gap:8px;margin-top:20px}.hero-stat-num{font-size:20px}.hero-stat-label{font-size:10px}.section{padding:36px 0}.section-inner{padding:0 .75rem}.section-heading{font-size:clamp(20px,5.5vw,28px)}.section-sub{font-size:14px}.page-hero{padding:36px 0 80px}.page-hero-inner{padding:0 .75rem}.page-hero-title{font-size:clamp(20px,6vw,30px);letter-spacing:-.3px}.page-hero-sub{font-size:13px}.sh-content{padding:40px 1rem}.sh-img{min-height:200px}.cta-band{padding:36px 0}.cta-inner{padding:0 .75rem}.cta-title{font-size:clamp(20px,5.5vw,28px)}.cta-sub{font-size:14px;margin-bottom:28px}.btn-outline,.btn-primary{padding:11px 18px;font-size:13px}.value-card,.why-card{padding:18px}.service-card-body{padding:14px}.service-card-img{height:130px}.cap-card{padding:18px}.consumables-grid>div{padding:18px!important}.contact-form-wrap{padding:16px}.training-module-body,.training-module-header{padding:14px 16px}.trust-inner{padding:20px .75rem;gap:8px}.trust-item-title{font-size:12px}.trust-item-sub{font-size:10px}.faq-question{padding:12px 14px}.faq-question span{font-size:12px}.stat-num{font-size:26px}.process-card{padding:26px 18px 22px}.process-icon-wrap{width:60px;height:60px}.process-icon-wrap i{font-size:22px}.footer-inner{padding:0 .75rem;gap:22px}.footer-bottom{padding:14px .75rem}.footer-bottom-link,.footer-bottom-text{font-size:11px}.mobile-nav{padding:20px .75rem}.mobile-nav-link{font-size:14px;padding:12px 14px}.capabilities-section{padding:28px 0}}@media(max-width:280px){.nav-inner{padding:0 .5rem;height:60px}.nav-logo-img{height:30px}.nav-toggle span{width:20px}.mobile-nav{padding:16px .5rem;top:60px}.mobile-nav-link{font-size:13px;padding:10px 12px}.hero{padding:44px 0 28px}.hero-inner{padding:0 .5rem}.hero-eyebrow{padding:4px 9px;margin-bottom:16px}.hero-eyebrow span{font-size:8px;letter-spacing:.08em}.hero-headline{font-size:clamp(18px,7vw,24px);letter-spacing:0;margin-bottom:14px}.hero-sub{font-size:12px;line-height:1.6;margin-bottom:14px}.hero-stats{padding:10px 12px;gap:6px;margin-top:16px}.hero-stat{flex:1 1 100%;min-width:0}.hero-stat-num{font-size:18px}.hero-stat-label{font-size:10px}.section{padding:28px 0}.section-inner{padding:0 .5rem}.section-heading{font-size:clamp(17px,6vw,22px);letter-spacing:-.2px}.section-sub{font-size:13px;line-height:1.65}.section-eyebrow{padding:4px 9px}.section-eyebrow span{font-size:8px;letter-spacing:.1em}.page-hero{padding:28px 0 68px}.page-hero-inner{padding:0 .5rem}.page-hero-title{font-size:clamp(17px,7vw,22px);letter-spacing:0}.page-hero-sub{font-size:12px;line-height:1.6}.breadcrumb{margin-bottom:12px}.breadcrumb a,.breadcrumb i,.breadcrumb span{font-size:10px}.sh-content{padding:28px .75rem}.sh-img{min-height:160px}.cta-band{padding:28px 0}.cta-inner{padding:0 .5rem}.cta-title{font-size:clamp(17px,6vw,22px);letter-spacing:-.3px}.cta-sub{font-size:12px;line-height:1.6;margin-bottom:22px}.btn-outline,.btn-primary{padding:9px 12px;font-size:12px;gap:5px;border-radius:7px}.cta-actions .btn-outline,.cta-actions .btn-primary,.hero-actions .btn-outline,.hero-actions .btn-primary{padding:10px 12px;font-size:12px}.trust-inner{grid-template-columns:1fr;padding:16px .5rem;gap:6px}.trust-item{display:flex;align-items:center;gap:10px;text-align:left}.trust-item i{font-size:20px;margin-bottom:0;flex-shrink:0}.trust-item-title{font-size:11px}.trust-item-sub{font-size:10px;margin-top:1px}.value-card,.why-card{padding:14px}.value-icon,.why-icon{width:38px;height:38px;font-size:17px;margin-bottom:12px;border-radius:10px}.value-title,.why-title{font-size:14px;margin-bottom:6px}.value-desc,.why-desc{font-size:12px;line-height:1.6}.about-item-icon{width:30px;height:30px;font-size:14px}.about-item-title{font-size:13px}.about-item-desc{font-size:12px}.faq-question{padding:10px 12px}.faq-question span{font-size:12px}.faq-toggle{width:26px;height:26px;font-size:13px;border-radius:6px}.faq-answer p{font-size:12px;line-height:1.7}.faq-item.open .faq-answer{padding:12px 14px}.capabilities-section{padding:22px 0}.consumables-grid{gap:10px}.consumables-grid>div{padding:14px!important;border-radius:12px}.cap-card{padding:14px;gap:10px;border-radius:10px}.cap-icon{width:34px;height:34px;font-size:15px;border-radius:8px}.cap-title{font-size:13px}.cap-desc{font-size:12px}.service-card-body{padding:12px}.service-card-img{height:110px}.service-card-title{font-size:14px;margin-bottom:6px}.service-card-desc{font-size:12px;margin-bottom:10px}.service-card-badge{font-size:9px;padding:2px 8px}.service-card-link{font-size:12px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-num{font-size:22px;letter-spacing:-.5px}.stat-label{font-size:10px}.process-card{padding:22px 14px 18px}.process-icon-wrap{width:52px;height:52px}.process-icon-wrap i{font-size:20px}.process-card-title{font-size:14px;margin-bottom:8px}.process-card-desc{font-size:12px;line-height:1.65;margin-bottom:20px}.process-num{width:26px;height:26px;font-size:11px;top:-10px;right:-10px}.contact-form-wrap{padding:12px;border-radius:12px}.contact-form-title{font-size:18px;margin-bottom:20px}.form-input,.form-select,.form-textarea{padding:9px 11px;font-size:12px;border-radius:8px}.form-label{font-size:10px}.form-submit{padding:11px;font-size:13px}.contact-card{padding:12px;gap:10px}.contact-card-icon{width:34px;height:34px;font-size:15px;border-radius:8px}.contact-card-label{font-size:10px}.contact-card-value{font-size:13px}.coverage-tag{font-size:10px;padding:4px 9px}.training-module-header{padding:12px 14px;gap:14px}.training-module-body{padding:12px 14px}.training-num{width:32px;height:32px;font-size:12px;border-radius:8px}.training-title{font-size:13px}.training-sub{font-size:11px}.training-point-text{font-size:12px;line-height:1.6}.training-point i{font-size:14px}.vetting-card{padding:14px;gap:10px}.vetting-icon{width:34px;height:34px;font-size:15px;border-radius:8px}.vetting-title{font-size:13px}.vetting-desc{font-size:12px}.emergency-card{padding:18px}.emergency-icon{width:40px;height:40px;font-size:18px;border-radius:10px;margin-bottom:12px}.emergency-title{font-size:13px;margin-bottom:6px}.emergency-desc{font-size:12px}.footer-inner{padding:0 .5rem;gap:18px}.footer-bottom{padding:12px .5rem}.footer-bottom-link,.footer-bottom-text{font-size:10px}.footer-tagline{font-size:11px;line-height:1.6}.footer-link{font-size:11px}.footer-col-title{font-size:9px}.footer-email-input{padding:8px 10px;font-size:12px}.footer-email-btn{padding:8px 14px;font-size:12px}.service-panel-body{padding:14px}.service-panel-title{font-size:17px}.service-panel-img1,.service-panel-img2,.service-panel-img3,.service-panel-img4{height:130px;min-height:130px}.industry-card-body{padding:14px}.industry-title{font-size:13px}.industry-desc{font-size:11px}.industry-card-img{height:120px}.legal-intro{font-size:13px}.legal-section h2{font-size:16px}.legal-section p,.legal-section ul li{font-size:13px}.mobile-call-fab{width:46px;height:46px;bottom:20px;right:12px}.mobile-call-fab i{font-size:18px}}.mobile-call-fab{display:none;position:fixed;bottom:28px;right:20px;z-index:998;width:56px;height:56px;border-radius:50%;background:var(--navy);color:var(--white);align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(28,60,110,.38);transition:transform .2s,box-shadow .2s;text-decoration:none}.mobile-call-fab i{font-size:22px}.mobile-call-fab:hover{transform:scale(1.08);box-shadow:0 10px 32px rgba(28,60,110,.48)}@keyframes fabPulse{0%,to{box-shadow:0 6px 24px rgba(28,60,110,.38),0 0 0 0 rgba(28,60,110,.28)}50%{box-shadow:0 6px 24px rgba(28,60,110,.38),0 0 0 10px rgba(28,60,110,0)}}.mobile-call-fab{animation:fabPulse 2.4s ease-in-out infinite}@media(max-width:1024px){.mobile-call-fab{display:flex}.service-panel-img2{background-image:url(/images/gmpure1.jpg)!important}.service-panel-img1,.service-panel-img2{height:100%;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;font-size:72px}.service-panel-img1{background-image:url(/images/gmpure0.jpg)}}@media(min-width:400px) and (max-width:767px){.sh-medical .sh-img{background-image:url(/images/patient\ care1.jpg)!important;background-position:top}.sh-pharma .sh-img{background-image:url(/images/gmpure0.jpg)!important}}@media(min-width:600px) and (max-width:767px){.service-card-img.s1{background-image:url(/images/Service1.jpg)}.service-card-img.s1,.service-card-img.s2{background-size:cover;background-position:start}.service-card-img.s2{background-image:url(/images/Service2.jpg)}.service-card-img.s3{background-image:url(/images/Service3.jpg)}.service-card-img.s3,.service-card-img.s4{background-size:cover;background-position:start}.service-card-img.s4{background-image:url(/images/Service4.jpg)}}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Manrope_6b03d3;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Manrope_Fallback_6b03d3;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:__Manrope_6b03d3,__Manrope_Fallback_6b03d3;font-style:normal}.__variable_6b03d3{--font:"__Manrope_6b03d3","__Manrope_Fallback_6b03d3"}