html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:Libre Baskerville,serif}h1{text-align:center;color:#fff;font-size:clamp(2rem,4vw,3.6rem)}h2{color:#06266c;font-size:clamp(1.8rem,3vw,2.8rem)}h3{color:#06266c;font-size:clamp(1.6rem,2.4vw,2rem)}h4{color:#06266c;font-size:clamp(1.3rem,1.8vw,1.8rem)}h5{font-size:clamp(1.15rem,1.5vw,1.6rem);font-weight:600}p{text-align:center;color:#06266c;font-size:clamp(1rem,1.2vw,1.4rem)}a{color:#06266c;text-decoration:none;transition:color .3s}a:hover{color:#2056ae;fill:#2056ae}.logo{height:60px}button{cursor:pointer;color:#fff;background:#2056ae;border:1px solid #2056ae;border-radius:8px;padding:10px;font-size:clamp(.8rem,1.2vw,1rem);transition:all .3s}button:hover{background-color:#030a68;border:1px solid #fff;scale:1.025}.FontawesomeIcon{color:#2056ae;fill:#fff;width:25px;height:25px;right:0}.section-header{text-align:center;flex-direction:column;align-items:center;display:flex}.header-line{background-color:#06266c;border-radius:10px;width:60px;height:4px;margin:12px auto 0}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(12px)}.fade-up.show{opacity:1;transform:translateY(0)}section{background-color:#eef;flex-direction:column;gap:40px;padding:40px 20px 80px;display:flex}.alt{background-color:#fff}.faq-question:hover{background-color:#fff;border:none;scale:none}@media (width>=1024px){section{padding:60px 80px}}.footer{display:grid}.icon{color:#2056ae;width:24px;height:24px;transition:all .3s}.icon:hover{color:#000}.footer-container{grid-template-columns:1fr;gap:32px;padding:20px 20px 30px;display:grid}.footer-content h4{color:#2056ae;margin-bottom:10px}.footer-content p{text-align:left}.footer-content2{gap:12px;align-items:left;grid-template-columns:1fr;display:grid}.footer-content2 p{text-align:left;max-width:400px}.footer-content{flex-direction:column;justify-content:flex-start;gap:12px;display:flex}.social-icons{gap:8px;display:flex}.contact-item{align-items:center;gap:16px;display:flex}.copy{border-top:1px solid #1010102b;flex-direction:column;gap:10px;margin:0 20px;padding:10px 0;display:flex}.copy small{color:#636363;text-align:left;font-size:12px}.copy a{color:#636363;text-align:left;font-size:12px;text-decoration:none}.companydocs{flex-direction:column;gap:10px;display:flex}@media (width>=768px){.footer{margin:20px 20px 0}.copy{flex-direction:row;justify-content:space-between}.companydocs{flex-direction:row;gap:20px}}@media (width>=1024px){.footer-container{grid-template-columns:1fr 1fr 1fr}}.footer2-section{background-color:#2056ae;flex-direction:column;align-items:center;gap:30px;padding:80px 60px;display:flex}.footer2-section h2{color:#fff;text-align:center}.footer2-section p{color:#fff;max-width:500px;font-weight:200}.footer2-buttons{justify-content:center;gap:10px;width:100%;display:flex}.footer2-buttons button{flex-direction:column;width:100%;display:flex}.footer2-btn1{color:#2056ae;background-color:#fff;padding:18px;font-weight:500}.footer2-btn1:hover{color:#fff;background:0 0;border:1px solid #fff}.footer2-contact{flex-direction:column;align-items:center;gap:10px;display:flex}.footer2-contact-item{align-items:center;gap:16px;display:flex}@media (width>=1440px){.footer2-section p{max-width:700px}.footer2-section{gap:40px}.footer2-btn1{max-width:400px}}#bar{display:flex}.header{color:#fff;z-index:1000;justify-content:space-between;align-items:center;height:80px;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0}.header.scrolled{background:#000000f2;box-shadow:0 4px 20px #0000004d}.navigation{align-items:center;gap:20px;display:none}.header-buttons{gap:12px;display:none}.admin-button{color:#848484;background-color:#0000;border:1px solid #848484;transition:all .3s}.admin-button:hover{color:#fff;background-color:#0000;border:1px solid #fff;scale:1.025}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;opacity:0;pointer-events:none;z-index:1001;background-color:#1b1b1bf2;flex-direction:column;gap:20px;width:100%;height:100vh;padding:80px 40px 40px;font-size:clamp(1.5rem,3vw,2.5rem);transition:transform .45s,opacity .3s;display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}#xmark{color:#2056ae;cursor:pointer;position:absolute;top:30px;right:20px}.mobile-menu a{color:#fff;opacity:0;text-decoration:none;transition:all .3s;transform:translateY(-10px)}.mobile-menu.open a{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-dropdown-title{cursor:pointer}.mobile-submenu{grid-template-rows:0fr;margin-top:0;padding-left:22px;transition:grid-template-rows .3s,margin-top .3s;display:grid;overflow:hidden}.mobile-submenu.open{grid-template-rows:1fr;margin-top:12px}.mobile-submenu-inner{flex-direction:column;gap:14px;min-height:0;display:flex;overflow:hidden}.mobile-submenu a{color:#cfcfcf;font-size:1.2rem}.mobile-new-machines{flex-direction:column;gap:0;display:flex}.mobile-new-machines-title{color:#cfcfcf;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem}.mobile-new-machines-title:hover{background:0 0;border:none;scale:1}.desktop-submenu-button:hover{border:none;scale:none}.mobile-new-machines-submenu{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid;overflow:hidden}.mobile-new-machines-submenu.open{grid-template-rows:1fr}.mobile-new-machines-submenu-inner{flex-direction:column;gap:10px;min-height:0;display:flex;overflow:hidden}.mobile-new-machines-submenu.open .mobile-new-machines-submenu-inner{padding-top:10px}.mobile-new-machines-submenu a{color:#bdbdbd;padding-left:22px;font-size:1rem}.desktop-dropdown{align-items:center;display:flex;position:relative}.desktop-dropdown:after{content:"";width:100%;height:18px;position:absolute;top:100%;left:0}.desktop-dropdown-title{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;line-height:1;text-decoration:none}.desktop-dropdown-title:hover{background-color:#0000;border:none;scale:1}.desktop-submenu{opacity:0;visibility:hidden;pointer-events:none;z-index:1001;background:#141414f2;border-radius:6px;flex-direction:column;min-width:170px;padding:8px 0;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%);box-shadow:0 8px 20px #00000040}.desktop-dropdown:hover .desktop-submenu{opacity:1;visibility:visible;pointer-events:auto}.desktop-submenu a{color:#fff;white-space:nowrap;padding:10px 16px;line-height:1.2;text-decoration:none;transform:none}.desktop-submenu a:hover{background:#ffffff14;transform:none}.desktop-nested-dropdown{position:relative}.desktop-submenu-button{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:10px 16px}.desktop-submenu-button:hover{background:#ffffff14}.desktop-nested-submenu{opacity:0;visibility:hidden;pointer-events:none;background:#141414f2;border-radius:6px;flex-direction:column;min-width:220px;padding:8px 0;transition:opacity .2s,visibility .2s;display:flex;position:absolute;top:0;left:100%;box-shadow:0 8px 20px #00000040}.desktop-nested-dropdown:hover .desktop-nested-submenu{opacity:1;visibility:visible;pointer-events:auto}@media (width>=1024px){.navigation,.header-buttons{display:flex}#bar{display:none}.header{justify-content:space-evenly;gap:60px}}.nav-link{color:#fff;text-decoration:none;transition:color .3s;position:relative}.nav-link.active{color:#2056ae}.nav-link.active:after{content:"";background:#2056ae;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.active-machine{color:#2056ae;position:relative}.active-machine:after{content:"";background:#2056ae;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.hero{background-color:#000;justify-content:center;align-items:center;height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1.5s ease-in-out,transform 6s;position:absolute;inset:0;transform:scale(1)}.hero-bg.active{opacity:1;transform:scale(1.04)}.hero-overlay{z-index:1;background:#0009;position:absolute;inset:0}.hero-header h1{font-size:clamp(1.8rem,3vw,3.6rem)}.logoWhite{width:60%;height:auto;transform:translateY(-30px)}.hero-img{object-fit:cover;width:100%;height:100%}.hero-header{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:flex;position:relative}.hero-header span{color:#377ef0}.hero-header p{color:#b6b6b6}.hero-buttons{flex-direction:column;gap:20px;width:100%;display:flex}.hero-buttons button{width:100%;padding:18px 24px}.product-button,.product-button:hover{color:#fff;background-color:#0000;border:1px solid #fff}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-header img{animation:.7s forwards fadeUp}.hero-line{opacity:0;animation-name:fadeUp;animation-duration:.7s;animation-timing-function:ease;animation-delay:.3s;animation-fill-mode:forwards;display:block;transform:translateY(30px)}.hero-header p{opacity:0;max-width:800px;animation:.7s .5s forwards fadeUp;transform:translateY(30px)}.hero-buttons{opacity:0;animation:.7s .8s forwards fadeUp;transform:translateY(30px)}@media (width>=768px){.logoWhite{width:25%}}@media (width>=1024px){.hero-buttons button{width:300px}.hero-buttons{flex-direction:row;justify-content:center;display:flex}}.section-header2 p{text-align:left}.section-header2{flex-direction:column;gap:10px;display:flex}.home-services-container,.home-services-container2{gap:40px;display:grid}.arrow-icon{width:12px}.services-sub{justify-content:space-between;display:flex}.home-service{border-radius:10px;flex-direction:column;justify-content:flex-end;min-height:280px;padding:30px;display:flex;overflow:hidden;box-shadow:0 6px 10px #0003}.home-service-content{flex-direction:column;gap:16px;display:flex;position:static;transform:none}.home-service h4{color:#fff}.home-service p{color:#cacaca;text-align:left;max-width:600px}.home-service button{background-color:#ffffff29;border:1px solid #cacaca;padding:10px 20px}.services-sub a{display:none}@media (width>=1024px){.services-sub a{justify-content:center;align-items:center;gap:10px;display:flex}.home-service{min-height:500px}.home-services-container{grid-template-columns:2.1fr 1fr;gap:60px}.home-services-container2{grid-template-columns:1fr 1fr 1fr;gap:60px}.alt{gap:60px}}.svg-container{background-color:#2056ae42;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;width:50px;height:50px;display:flex}.why-icon{width:34px;height:34px}.why-choose-us-content{flex-direction:column;align-items:center;gap:60px;display:flex}.why-choose-us-item{background-color:#fff;border-bottom:3px solid #06266c;border-radius:10px;flex-direction:column;gap:16px;max-width:330px;padding:30px;transition:all .3s;display:flex;box-shadow:0 6px 10px #0003}.why-choose-us-item:hover{cursor:pointer;scale:1.02}.why-choose-us-item p{text-align:left}@media (width>=1024px){.why-choose-us-content{grid-template-columns:1fr 1fr;margin-top:80px;margin-bottom:80px;display:grid}.why-choose-us-content .fade-up{justify-content:center;display:flex}.why-choose-us-item{max-width:360px}}@media (width>=1440px){.why-choose-us-content{flex-direction:row;justify-content:space-evenly;display:flex}}.hero-others{background-color:#000;justify-content:center;align-items:center;height:60vh;padding:20px 20px 0;display:flex;position:relative;overflow:hidden}.our-story-container{flex-direction:column;gap:60px;display:flex}.our-story-text p{text-align:left}.our-story-image{border-radius:10px;width:100%;height:400px}@media (width>=1024px){.our-story-container{flex-direction:row;align-items:center;gap:160px}.our-story-image{width:auto;height:500px}}.contact-body{background-color:#fff0f0;flex-direction:column;gap:24px;display:flex}.contact-form{background-color:#fff;border-radius:10px;width:100%;padding:24px;box-shadow:0 6px 10px #0003}.form-group{margin-bottom:28px}.form-group label{letter-spacing:1px;color:#444;margin-bottom:10px;font-weight:700;display:block}.form-group input,.form-group textarea{box-sizing:border-box;color:#333;border:2px solid #e1e1e1;border-radius:6px;outline:none;width:100%;padding:14px 16px}.form-group input{height:50px}.form-group textarea{resize:none;height:145px}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.submit{width:100%}@media (width>=1024px){.contact-form{padding:40px}}.contact-page{background-color:#eef;padding-top:120px}.contact-page h1{color:#2056ae}.differently{background-color:#2056ae}.contact-section{background-color:#eef;flex-direction:column;gap:24px;padding:120px 20px 40px;display:flex}.contact-details{background-color:#fff;border-radius:10px;width:100%;padding:24px;box-shadow:0 6px 10px #0003}.map-card{border:1px solid #ddd;border-radius:8px;width:100%;height:320px;margin-top:24px;overflow:hidden}.map-card iframe{border:0;width:100%;height:100%}.contactsvg{width:24px;height:24px}.bold{font-weight:600}.notbold{font-weight:200}.contact-svg{background-color:#2056ae;border-radius:25px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-details-items{flex-direction:column;gap:8px;display:flex}.contact-details-text{flex-direction:column;gap:20px;display:flex}.contact-details-item{gap:30px;display:flex}.contact-details-item p{text-align:left}.contact-bodyy{gap:32px;display:grid}@media (width>=1024px){.contact-section{padding:160px 80px 60px}.contact-bodyy{grid-template-columns:1fr 1fr;max-width:6000px;padding:32px}.contact-details{padding:40px}}.services-page{background-color:#f0f1ff;width:100%;padding:0}.services-nav-trigger{height:1px}.services-nav-space{height:72px;margin:60px 65px 0}.services-nav-wrapper{z-index:900;background-color:#f0f1ff;width:100%}.services-nav-wrapper.fixed{padding:0 65px;position:fixed;top:80px;left:0}.services-nav{background:#f0f1ff;flex-wrap:wrap;justify-content:center;gap:12px;padding:16px;display:flex}.services-nav button{color:#111;cursor:pointer;background-color:#0000;border:none;border-radius:5px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s}.services-nav button:hover,.services-nav button.active{color:#fff;background-color:#2056ae}.services-content{width:100%;padding-top:70px}.service-section{grid-template-columns:1fr 1fr;align-items:center;gap:55px;min-height:75vh;padding:90px 8%;display:grid}.service-section:nth-child(2n){background-color:#fff}.service-image img{object-fit:cover;border-radius:14px;width:100%;height:420px}.service-text h2{color:#0b1f33;margin-bottom:20px;font-size:38px}.service-text p{color:#4b5563;text-align:left;margin-bottom:32px;font-size:17px;line-height:1.7}.service-text a{color:#fff;background-color:#2056ae;border:1px solid #2056ae;border-radius:8px;padding:10px 20px;transition:all .3s}.service-text a:hover{color:#2056ae;background-color:#0000;scale:none}.service-section:nth-child(2n) .service-image{order:2}.service-section:nth-child(2n) .service-text{order:1}@media (width<=768px){.services-nav-trigger,.services-nav-space{display:none}.services-content{padding-top:40px}.service-section{grid-template-columns:1fr;gap:30px;min-height:auto;padding:60px 22px}.service-image img{height:260px}.service-text h2{font-size:30px}.service-text p{font-size:16px}}.compliance-section{background-color:#f8f9fb;min-height:100vh}.compliance-nav-wrapper{z-index:50;background-color:#f8f9fb;padding:22px 20px;position:sticky;top:80px}.compliance-nav{flex-wrap:wrap;justify-content:center;gap:12px;max-width:1100px;margin:0 auto;display:flex}.compliance-nav-button{color:#0c2d68;cursor:pointer;background-color:#f8f9fb;border:none;border-radius:7px;padding:12px 22px;font-family:inherit;font-size:14px;transition:all .25s}.compliance-nav-button:hover{color:#fff;background-color:#1f5faf;border:none;scale:none}.compliance-nav-button.active{color:#fff;background-color:#1f5faf;box-shadow:0 6px 14px #1f5faf40}.compliance-content-wrapper{max-width:760px;margin:42px auto 0;padding:0 20px 60px}.mobile-compliance-content{display:none}.compliance-card{background-color:#fff;border:1px solid #dfe4eb;border-radius:12px;padding:36px;animation:.35s fadeUp;box-shadow:0 2px 5px #00000008}.compliance-card h2{color:#0c2d68;margin-bottom:26px;font-size:32px}.compliance-card h3{color:#0c2d68;text-transform:uppercase;margin-bottom:24px;font-size:20px}.compliance-card h4{color:#0c2d68;text-transform:uppercase;margin-bottom:18px;font-size:17px}.compliance-text p{color:#0c2d68;text-align:left;margin-bottom:18px;font-size:15px;line-height:1.7}.compliance-download-button{color:#fff;background-color:#1f5faf;border-radius:7px;align-items:center;gap:9px;margin-top:18px;padding:13px 24px;font-size:14px;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 6px 14px #1f5faf40}.compliance-download-button:hover{background-color:#174b8f;transform:translateY(-2px)}@media (width<=768px){.compliance-nav-wrapper,.desktop-compliance-content{display:none}.mobile-compliance-content{flex-direction:column;gap:60px;margin-top:32px;display:flex}.compliance-content-wrapper{max-width:100%;padding:0 18px 50px}.compliance-card{padding:26px 22px}.compliance-card h2{font-size:27px}.compliance-card h3{font-size:17px}.compliance-card h4{font-size:15px}.compliance-text p{font-size:14px}}
