:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;font-family:Arial,sans-serif;background-color:#fff;overflow-x:hidden}.main-header{width:100%;min-height:110px;background-color:#fff;position:fixed;top:0;left:0;z-index:999}.nav-container{max-width:1200px;height:110px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center}.logo-svg{width:500px;height:auto}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#1ea7d8;font-weight:700;text-decoration:none}.nav-links a:hover{text-decoration:underline}.section{padding:160px 20px 80px;background-color:#fff;color:#333;text-align:center}.services-section{width:100vw;min-height:100svh;padding:160px 20px 100px;display:flex;justify-content:center;background-image:url(/assets/printer-BAi1uztq.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;inset:0;background:#0009;z-index:0}.services-bg{width:100%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.services-section h1,.services-section h2,.services-section p,.services-section li{color:#fff}.services-intro{max-width:900px;text-align:center;margin:0 auto 50px}.services-title{font-size:38px;margin-bottom:20px}.services-tagline{display:block;margin-top:8px;font-size:26px;font-weight:500;color:#fff;opacity:1}.services-contact{margin:18px 0 28px;font-size:20px;font-weight:700}.services-contact a{color:#1ea7d8;text-decoration:none}.services-points{max-width:1200px;margin:0 auto 40px;padding:0 20px;list-style:none;text-align:left}.services-points li{margin-bottom:10px;font-size:15px;color:#fff;line-height:1.6;padding-left:22px;position:relative}.features-section{width:100vw;background-color:#fff;padding:20px 10px;margin-left:calc(-50vw + 50%)}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.feature-icon{width:90px;height:90px;margin:0 auto;border:4px solid #4a9bff;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff}.feature-icon img{width:42px;height:42px;object-fit:contain}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;max-width:1200px;width:100%;margin:0 auto}.service-card{position:relative;background:#fff;padding:20px;border-radius:12px;text-align:center;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;border-radius:12px;padding:2px;background:linear-gradient(90deg,#1ea7d8,#4a9bff,#1ea7d8);background-size:300% 300%;animation:borderFlow 4s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@keyframes borderFlow{0%{background-position:0% 50%}to{background-position:100% 50%}}.service-card:hover{transform:translateY(-6px)}.service-card img{width:100%;height:160px;object-fit:contain}.service-card h3{color:#1ea7d8;margin-top:10px}.service-card p{color:#333;font-size:14px}.side-heading{max-width:1200px;margin:70px auto 30px;padding:0 20px}.side-heading h2{font-size:26px;font-weight:700;color:#1ea7d8;text-align:left;position:relative;padding-left:14px}.solution-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;max-width:1200px;margin:0 auto 80px;padding:0 20px}.solution-card{background:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:0 8px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000026}.solution-card img{width:100%;height:160px;object-fit:contain;margin-bottom:12px}.solution-card h3{font-size:18px;color:#1ea7d8;margin-bottom:6px}.solution-card p{font-size:14px;color:#333;line-height:1.5}@media (max-width: 768px){.solution-cards{grid-template-columns:1fr;gap:20px;margin-bottom:50px}.solution-card img{height:140px}.solution-card h3{font-size:16px}.solution-card p{font-size:13px}.side-heading{margin:0 auto 20px}.side-heading h2{font-size:22px}.side-heading h2:before{height:22px}}.footer-section{width:100%;background-color:#0f172a;color:#fff;padding:60px 20px 30px}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-title{font-size:26px;margin-bottom:10px}.footer-contact a{color:#1ea7d8}@media (max-width: 768px){.nav-container{flex-direction:column;height:auto;gap:10px}.logo-svg{width:320px}.services-title{font-size:28px}.services-tagline{font-size:20px}.features-container{grid-template-columns:1fr}.service-cards{flex-direction:column;align-items:center}.side-heading h2{font-size:22px}.side-heading h2:before{height:22px}.footer-features{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px;text-align:left}}.services-points-wrapper{max-width:1200px;margin:0 auto 40px;padding:0 20px}.side-heading h2{font-size:26px;font-weight:700;color:#1ea7d8;text-align:left;position:relative;padding-left:14px;margin-bottom:20px}.side-heading h2:before{content:"";position:absolute;left:0;top:4px;width:5px;height:28px;background-color:#1ea7d8;border-radius:2px}.services-points{list-style:none;padding:0;margin:0}.services-points li{position:relative;padding-left:24px;margin-bottom:10px;font-size:15px;line-height:1.6;color:#fff}.services-points li:before{content:"✔";position:absolute;left:0;top:0;color:#1ea7d8;font-weight:700}.footer-features{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px;text-align:left}@media (max-width: 768px){.side-heading h2{font-size:22px}.side-heading h2:before{height:22px}.services-points li{font-size:14px}}@media (max-width: 768px){.footer-features{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px;text-align:left}.footer-feature h4{font-size:16px;margin-bottom:8px;color:#1ea7d8}.footer-feature p{font-size:13px;line-height:1.6;color:#cbd5f5}.footer-features{grid-template-columns:1fr;text-align:center;gap:20px}.footer-feature h4{font-size:15px}.footer-feature p{font-size:13px;line-height:1.6}.footer-tags h3{font-size:16px;text-align:center;margin-top:20px}.footer-tags p{font-size:12px;line-height:1.7;text-align:center;word-break:break-word}.footer-title{font-size:22px}.footer-contact{font-size:13px;line-height:1.6}.footer-bottom{font-size:12px;margin-top:25px}}.location-section{width:100vw;padding:40px 0 80px;background-color:#fff;margin-left:calc(-50vw + 50%)}.location-address{max-width:1200px;margin:0 auto 20px;padding:0 20px;font-size:15px;color:#333;line-height:1.6}.map-container{width:100%;height:450px;overflow:hidden}.map-container iframe{width:100%;height:100%;border:0;display:block}@media (max-width: 768px){.map-container{height:300px}.location-address{font-size:14px;text-align:left}}.feature-card:hover,.feature-card:active{transform:translateY(-8px) scale(1.02);box-shadow:0 14px 35px #1ea7d840}.feature-icon{transition:transform .4s ease,box-shadow .4s ease}.feature-card:hover .feature-icon,.feature-card:active .feature-icon{transform:scale(1.15) rotate(3deg);box-shadow:0 0 0 6px #1ea7d826}.feature-card h3{transition:color .3s ease}.feature-card:hover h3,.feature-card:active h3{color:#1ea7d8}@media (hover: none){.feature-card:active{transform:scale(.98);box-shadow:0 10px 25px #1ea7d840}}.services-hero{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:30px}.services-hero-text{flex:1;text-align:left}.services-hero-image{flex:0 0 260px;display:flex;justify-content:flex-end}.services-hero-image img{width:240px;height:240px;border-radius:50%;object-fit:cover;border:6px solid rgba(30,167,216,.6);box-shadow:0 12px 30px #00000059}@media (max-width: 768px){.services-hero{flex-direction:column;text-align:center}.services-hero-text{text-align:center}.services-hero-image{justify-content:center;margin-top:20px}.services-hero-image img{width:180px;height:180px}}.header-banner{max-height:80px;width:auto;object-fit:contain}@media (max-width: 768px){.header-banner{max-height:60px}}
