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;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#282c34;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header:after{background:linear-gradient(180deg,#282c34,#193761);bottom:0;content:"";filter:blur(10px);height:30px;left:0;opacity:.8;pointer-events:none;position:absolute;right:0}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-logo .logo{height:80px;width:auto}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu a{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:color .4s ease,font-weight .4s ease}.nav-menu a:hover{color:#61dafb}.nav-menu a.active{color:#61dafb;font-weight:700}.nav-menu a.active:after{animation:slideIn .4s ease;background-color:#61dafb;bottom:-5px;content:"";height:2px;left:0;position:absolute;right:0}@keyframes slideIn{0%{left:50%;width:0}to{left:0;width:100%}}.hero{align-items:center;background:linear-gradient(0deg,#007dc2,#193761);color:#fff;display:flex;justify-content:center;padding:2rem;position:relative;text-align:center}.hero:before{background:linear-gradient(180deg,#282c34,#193761);content:"";filter:blur(15px);height:40px;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.hero-content{max-width:800px;position:relative;z-index:1}.hero-logo{filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));height:120px;margin-bottom:2rem;width:auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;line-height:1.8;opacity:.95}.services{background:#f8f9fa;padding:5rem 2rem}.container{margin:0 auto;max-width:1200px}.section-title{color:#1e3c72;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,280px);justify-content:center;margin:0 auto;max-width:calc(840px + 4rem)}.service-card{background-color:initial;box-sizing:border-box;display:flex;flex-direction:column;height:400px;justify-self:center;max-width:280px;perspective:1000px;position:relative;width:100%}.service-card-inner{flex:1 1;height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.service-card:hover .service-card-inner{transform:rotateY(180deg)}.service-card-back,.service-card-front{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:100%;left:0;position:absolute;top:0;width:100%}.service-card-front{overflow:hidden;position:relative;transform:rotateY(0deg)}.service-card-back,.service-card-front{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.service-card-back{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;padding:0;transform:rotateY(180deg)}.service-card-back-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding:2.5rem 2rem;width:100%}.service-card-back::-webkit-scrollbar{width:8px}.service-card-back::-webkit-scrollbar-track{background:#0000;border-radius:12px}.service-card-back::-webkit-scrollbar-thumb{background:#1e3c724d;border-radius:12px}.service-card-back::-webkit-scrollbar-thumb:hover{background:#1e3c7280}.service-image{border-radius:12px;flex-shrink:0;max-height:100%}.service-card-front .service-image,.service-image{height:100%;object-fit:contain;padding:10px;width:100%}.service-card-front .service-image{box-sizing:border-box;left:0;position:absolute;top:0}.service-image-carousel{opacity:1;transition:opacity .8s cubic-bezier(.4,0,.2,1);will-change:opacity}.service-image-carousel.fading{opacity:0}.service-icon{align-items:center;display:flex;font-size:3.5rem;justify-content:center;margin-bottom:1.5rem}.service-icon img{height:80px;object-fit:contain;width:80px}.service-title{word-wrap:break-word;color:#1e3c72;font-size:1.5rem;font-weight:600;margin-bottom:1rem;max-width:100%;overflow-wrap:break-word;text-align:center}.service-title-front{background:linear-gradient(0deg,#193761cc,#19376166,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:1.3rem;font-weight:600;left:0;margin:0;padding:1.5rem 1rem 1rem;pointer-events:none;position:absolute;right:0;text-align:center;text-shadow:2px 2px 4px #00000080;width:100%;z-index:10}.service-description{word-wrap:break-word;color:#666;font-size:1rem;line-height:1.7;max-width:100%;overflow-wrap:break-word}.contact{background:#fff;padding:5rem 2rem;text-align:center}.contact-description{color:#666;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.contact-info{color:#1e3c72;font-size:1.1rem;font-weight:500}.contact-info p{margin:.5rem 0}.email-clickable{color:#1e3c72;cursor:pointer;transition:color .3s ease}.email-clickable:hover{color:#007bff}.footer{background-color:#282c34;color:#fff;margin-top:auto;padding:2rem;text-align:center}@media (max-width:768px){.nav{flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.hero{padding:1.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-logo{height:80px}.service-card{padding:2rem 1.5rem}}
/*# sourceMappingURL=main.c2017095.css.map*/