@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Share+Tech&display=swap";@import"https://fonts.googleapis.com/css2?family=Abel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Share+Tech&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Abel&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Share+Tech&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif}body{overflow-x:hidden}.heroSection-section{display:flex;justify-content:center;align-items:flex-end;width:100vw;height:100vh;background-size:cover;background-position:center;color:#fff;position:relative}.heroSection-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.heroSection-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#00007666,#00577166);z-index:-1;pointer-events:none}.heroSection-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/heroBackground-Bt7dLOK6.webp);background-size:cover;background-position:center;filter:brightness(.3) contrast(1.2);z-index:-1;transition:opacity .5s ease;opacity:1}.heroSection-section video+.heroSection-section:before{opacity:0}.heroSection-content{display:flex;flex-direction:column;width:100%;gap:3vw;padding:0 2% 2%}.heroSection-heading{font-size:3vw;font-weight:700;letter-spacing:.05em;color:#fff;opacity:0;animation:fadeSlideHeroUp .9s ease forwards;animation-delay:.3s}.heroSection-subsection{display:flex;flex-direction:row;justify-content:space-between}.heroSection-subsection-left{display:flex;width:100%;flex-direction:column;gap:2vh}.heroSection-subsection-left-services{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-bottom:2%;width:100%;opacity:0;animation:fadeSlideHeroUp .9s ease forwards;animation-delay:.4s}.heroSection-subsection-left-services-card{background:#0000000d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(10px);position:relative;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:600;font-size:1rem;transition:1s;cursor:pointer}.heroSection-subsection-left-services-card:before{content:"";background:#fffffffd;position:absolute;top:-5%;right:.8%;z-index:-1;box-shadow:2px 2px 4px #00000012;pointer-events:none}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:18vw;height:8vh;clip-path:polygon(10% 0%,100% 0%,90% 100%,0% 100%);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.heroSection-subsection-left-services-card:hover{scale:1.08;transition:1s}.heroSection-subsection-left-services-card h2{width:15vw;font-size:1vw;color:#00137e;-webkit-user-select:text;user-select:text}.heroSection-subsection-left h1{font-size:1rem;text-align:justify;line-height:2rem;font-weight:400;text-rendering:optimizeSpeed;opacity:0;animation:fadeSlideHeroUp .9s ease forwards;animation-delay:.5s}.heroSection-contact{width:15vw;height:8vh;margin:1% 0%;display:flex;justify-content:center;align-items:center;border:#d4d4d4 2px solid;border-radius:1rem;font-size:2vw;font-weight:700;transition:box-shadow .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;opacity:0;animation:fadeSlideHeroUp .9s ease forwards;animation-delay:.5s;color:#fff;text-decoration:none}.heroSection-contact:hover{box-shadow:0 0 5px 1px #d4d4d4b3;animation-play-state:paused}@keyframes fadeSlideHeroUp{0%{opacity:0;transform:translateY(500px)}to{opacity:1;transform:translateY(0)}}@keyframes cardHoverPulse{0%,to{transform:scale(1);box-shadow:2px 2px 4px #00000040}50%{transform:scale(1.05);box-shadow:4px 4px 8px #00000059}}@keyframes pulse{0%,to{box-shadow:0 0 #d4d4d4b3}50%{box-shadow:0 0 15px 5px #d4d4d466}}@media only screen and (max-width: 800px) and (orientation: portrait){.heroSection-section{align-items:center;height:100%;padding:10vh 0 5vh!important}}@media only screen and (orientation: portrait){.heroSection-contact{margin:0 auto}.heroSection-video-background{filter:brightness(.4) contrast(1.2)}}@media screen and (orientation: landscape){.heroSection-section{align-items:center;height:100%;padding:15vh 0 5vh!important}.heroSection-video-background{filter:brightness(.18) contrast(1.2)}}@media screen and (max-width: 1100px) and (max-height: 400px) and (orientation: landscape){.heroSection-video-background{filter:brightness(.4) contrast(1.2)}}@media only screen and (max-width: 1100px) and (min-width: 950px) and (max-height: 900px) and (orientation: landscape){.heroSection-contact{font-size:1.5rem}}@media only screen and (max-width: 1100px) and (min-width: 950px) and (max-height: 650px) and (orientation: landscape){.heroSection-subsection-left-services-card h2{font-size:.8rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:10vh}.heroSection-subsection-left h1{font-size:.8rem;line-height:1.5rem}.heroSection-contact{font-size:1.2rem}}@media only screen and (max-width: 1100px) and (min-width: 950px) and (max-height: 450px) and (orientation: landscape){.heroSection-heading{font-size:1.5rem}.heroSection-subsection-left-services-card h2{font-size:.8rem}.heroSection-subsection-left h1{font-size:.8rem;line-height:1.5rem}.heroSection-contact{height:8vh;font-size:1.2rem;margin:0}}@media only screen and (max-width: 1100px) and (min-width: 950px) and (max-height: 380px) and (orientation: landscape){.heroSection-content{gap:1.5vw}.heroSection-heading{font-size:1.5rem}.heroSection-subsection-left{flex-direction:row;height:60vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:12vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:.8rem}.heroSection-subsection-left h1{font-size:.65rem;line-height:1.5rem}.heroSection-contact{height:8vh;font-size:1rem;margin:0}}@media only screen and (max-width: 1100px) and (min-width: 950px) and (max-height: 340px) and (orientation: landscape){.heroSection-heading{font-size:1.4rem}.heroSection-subsection-left{height:55vh}.heroSection-subsection-left h1{font-size:.7rem;line-height:1.3rem}}@media only screen and (max-width: 950px) and (min-width: 865px) and (orientation: landscape){.heroSection-content{gap:2vw}.heroSection-heading{font-size:1.7rem;font-weight:600;letter-spacing:.1em}.heroSection-subsection-left-services{gap:.5rem;padding:0}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:23vw;height:10vh}.heroSection-subsection-left-services-card h2{width:18vw;font-size:.8rem}.heroSection-subsection-left h1{font-size:.8rem;line-height:1.2rem}.heroSection-contact{width:12vw;height:8vh;font-size:1rem;border-radius:.8rem}}@media only screen and (max-width: 950px) and (min-width: 865px) and (max-height: 400px) and (orientation: landscape){.heroSection-content{gap:1.5vw}.heroSection-heading{font-size:1.6rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:9vh}.heroSection-subsection-left-services-card h2{font-size:.75rem}.heroSection-subsection-left h1{font-size:.75rem;line-height:1.25rem}.heroSection-contact{width:12vw;height:7vh;font-size:.9rem;border-radius:.8rem;margin:0}}@media only screen and (max-width: 950px) and (min-width: 865px) and (max-height: 320px) and (orientation: landscape){.heroSection-content{gap:1.5vw}.heroSection-heading{font-size:7vh}.heroSection-subsection-left{flex-direction:row;height:60vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:12vh}.heroSection-subsection-left-services-card h2{font-size:3vh}.heroSection-subsection-left h1{width:30vw;font-size:.5rem;line-height:6.5vh}.heroSection-contact{font-size:4vh;border-radius:2.5vh}}@media only screen and (max-width: 950px) and (min-width: 865px) and (max-height: 290px) and (orientation: landscape){.heroSection-content{gap:1vw}.heroSection-heading{font-size:6.5vh}}@media only screen and (max-width: 950px) and (min-width: 865px) and (max-height: 260px) and (orientation: landscape){.heroSection-subsection-left{height:50vh}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:10vh}}@media only screen and (max-width: 865px) and (min-width: 770px) and (orientation: landscape){.heroSection-content{gap:2vw}.heroSection-heading{font-size:1.5rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:21vw;height:10vh}.heroSection-contact{width:14vw;font-size:1rem}.heroSection-subsection-left h1{font-size:.6rem;line-height:1rem}}@media only screen and (max-width: 865px) and (min-width: 770px) and (max-height: 370px) and (orientation: landscape){.heroSection-heading{font-size:6vh}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:9vh}.heroSection-contact{font-size:3vh}}@media only screen and (max-width: 865px) and (min-width: 770px) and (max-height: 320px) and (orientation: landscape){.heroSection-content{gap:1.5vw}.heroSection-heading{font-size:7vh}.heroSection-subsection-left{flex-direction:row;height:60vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:12vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:2.5vh}.heroSection-subsection-left h1{width:30vw;font-size:3vh;line-height:5vh}}@media only screen and (max-width: 865px) and (min-width: 770px) and (max-height: 290px) and (orientation: landscape){.heroSection-content{gap:1vw}.heroSection-heading{font-size:6.5vh}}@media only screen and (max-width: 865px) and (min-width: 770px) and (max-height: 260px) and (orientation: landscape){.heroSection-subsection-left{height:50vh}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:10vh}}@media only screen and (max-width: 770px) and (min-width: 675px) and (orientation: landscape){.heroSection-content{gap:2vw}.heroSection-heading{font-size:1.3rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:10vh}.heroSection-subsection-left-services-card h2{width:18vw;font-size:.7rem}.heroSection-contact{width:14vw;font-size:1rem}.heroSection-subsection-left h1{font-size:.6rem;line-height:1rem}}@media only screen and (max-width: 770px) and (min-width: 675px) and (max-height: 370px) and (orientation: landscape){.heroSection-heading{font-size:6vh}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:9vh}.heroSection-contact{font-size:3vh}}@media only screen and (max-width: 770px) and (min-width: 675px) and (max-height: 320px) and (orientation: landscape){.heroSection-content{gap:1.5vw}.heroSection-heading{font-size:7vh}.heroSection-subsection-left{flex-direction:row;height:55vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:10vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:2.5vh}.heroSection-subsection-left h1{font-size:3vh;line-height:5vh}}@media only screen and (max-width: 770px) and (min-width: 675px) and (max-height: 290px) and (orientation: landscape){.heroSection-content{gap:1vw}.heroSection-heading{font-size:6.5vh}}@media only screen and (max-width: 770px) and (min-width: 675px) and (max-height: 260px) and (orientation: landscape){.heroSection-subsection-left{height:50vh}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:10vh}}@media only screen and (max-width: 675px) and (min-width: 580px) and (orientation: landscape){.heroSection-heading{font-size:1.1rem}.heroSection-subsection-left h1{font-size:.7rem;line-height:1.2rem}.heroSection-contact{width:20vw;font-size:.8rem}}@media only screen and (max-width: 675px) and (min-width: 580px) and (max-height: 370px) and (orientation: landscape){.heroSection-heading{font-size:5vh}.heroSection-subsection-left-services-card h2{font-size:2.5vh}.heroSection-subsection-left h1{font-size:2.5vh;line-height:5vh}.heroSection-contact{font-size:3vh}}@media only screen and (max-width: 675px) and (min-width: 580px) and (max-height: 320px) and (orientation: landscape){.heroSection-subsection-left{flex-direction:row;height:55vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:20vw;height:10vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:2vh}.heroSection-subsection-left h1{font-size:2.5vh;line-height:4vh}}@media only screen and (max-width: 580px) and (min-width: 480px) and (orientation: landscape){.heroSection-heading{font-size:.9rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:22vw;height:9vh}.heroSection-subsection-left-services-card h2{width:18vw;font-size:.58rem}.heroSection-subsection-left h1{font-size:.5rem;line-height:1rem}.heroSection-contact{width:20vw;font-size:.8rem}}@media only screen and (max-width: 580px) and (min-width: 480px) and (max-height: 320px) and (orientation: landscape){.heroSection-subsection-left{flex-direction:row;height:55vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:18vw;height:10vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:2vh}.heroSection-subsection-left h1{font-size:2.5vh;line-height:4vh}.heroSection-contact{font-size:3vh;border-radius:2.5vh}}@media only screen and (max-width: 480px) and (orientation: landscape){.heroSection-subsection-left-services-card h2{font-size:.5rem}.heroSection-subsection-left h1{font-size:.5rem;line-height:1rem}}@media only screen and (max-width: 480px) and (max-height: 320px) and (orientation: landscape){.heroSection-subsection-left{flex-direction:row;height:55vh}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr);width:65vw}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:17vw;height:10vh}.heroSection-subsection-left-services-card h2{width:15vw;font-size:2vh}.heroSection-subsection-left h1{font-size:.35rem;line-height:.7rem}.heroSection-contact{font-size:.4rem;border-radius:2.5vh}}@media only screen and (max-width: 480px) and (max-height: 280px) and (orientation: landscape){.heroSection-subsection-left h1{font-size:.35rem}}@media only screen and (max-width: 1200px) and (orientation: portrait){.heroSection-content{gap:3em}.heroSection-heading{font-size:3em;letter-spacing:.1em}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:21vw;height:5vh}.heroSection-subsection-left-services-card h2{width:83%;font-size:1.1rem}.heroSection-subsection-left h1{font-size:1.9rem;font-weight:500;line-height:3rem}.heroSection-contact{width:30vw;height:5vh;font-size:2rem}}@media only screen and (max-width: 1100px) and (orientation: portrait){.heroSection-heading{font-size:2.5em;line-height:1.5em}.heroSection-subsection-left h1{font-size:1.75rem;line-height:3.5rem;padding:0 1rem}}@media only screen and (max-width: 935px) and (orientation: portrait){.heroSection-subsection-left-services-card h2{font-size:1rem}.heroSection-subsection-left h1{font-size:1.6rem;line-height:3.4rem}}@media only screen and (max-width: 840px) and (orientation: portrait){.heroSection-subsection-left-services-card h2{font-size:.95rem}.heroSection-subsection-left h1{font-size:1.6rem;line-height:3.2rem;padding:0 1rem}}@media only screen and (max-width: 800px) and (orientation: portrait){.heroSection-section{align-items:center}.heroSection-content{gap:3em}.heroSection-heading{font-size:2.45em}.heroSection-subsection-left-services{grid-template-columns:repeat(3,1fr)}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:30vw;height:10vw}.heroSection-subsection-left-services-card h2{width:80%;font-size:.95rem}.heroSection-subsection-left h1{font-size:1.4rem;font-weight:500;line-height:2.8rem;padding:0 .5rem}.heroSection-contact{font-size:1rem}}@media only screen and (max-width: 700px) and (orientation: portrait){.heroSection-heading{font-size:2.4em}}@media only screen and (max-width: 650px) and (orientation: portrait){.heroSection-heading{font-size:2.2em}}@media only screen and (max-width: 600px) and (orientation: portrait){.heroSection-section{align-items:center}.heroSection-content{gap:3em}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{height:9vw}.heroSection-heading{font-size:1.7rem;font-weight:600}.heroSection-subsection{gap:0vw}.heroSection-subsection-left{width:100vw}.heroSection-subsection-left-services-card h2{width:80%;font-size:.6rem}.heroSection-subsection-left h1{font-size:1rem;font-weight:500;line-height:2rem}.heroSection-contact{width:30vw;height:5vh;margin:0 auto;font-size:1rem}}@media only screen and (max-width: 500px) and (orientation: portrait){.heroSection-section{padding-top:1%;align-items:center}.heroSection-heading{font-size:1.5rem;font-weight:600;line-height:2.8rem;letter-spacing:.2rem}.heroSection-subsection-left-services{gap:.2em}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:30vw;height:10vw;margin-bottom:1em}.heroSection-subsection-left-services-card h2{font-size:.7rem}.heroSection-subsection-left h1{font-size:.9rem;line-height:1.5rem}}@media only screen and (max-width: 450px) and (orientation: portrait){.heroSection-content{gap:1.6em}.heroSection-heading{font-size:1.4rem;line-height:2.55rem;letter-spacing:.15rem}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:31vw;height:5vh}.heroSection-subsection-left-services-card h2{font-size:.65rem}.heroSection-subsection-left h1{font-size:.9rem;line-height:1.45rem}}@media only screen and (max-width: 390px) and (orientation: portrait){.heroSection-section{padding-top:10%;align-items:center}.heroSection-content{gap:1.3em}.heroSection-subsection-left-services-card h2{font-size:.6rem}.heroSection-heading{font-size:1.2rem;font-weight:600}.heroSection-subsection-left h1{font-size:.7rem;line-height:1.4rem}}@media only screen and (max-width: 360px) and (orientation: portrait){.heroSection-subsection-left-services-card h2{font-size:.549rem;line-height:1.5em}}@media only screen and (max-width: 340px) and (orientation: portrait){.heroSection-heading{font-size:1.1rem}}@media only screen and (max-width: 330px) and (orientation: portrait){.heroSection-subsection-left-services-card h2{font-size:.498rem}}@media only screen and (max-width: 320px) and (orientation: portrait){.heroSection-contact{height:4vh;font-size:.8rem}.heroSection-heading{font-size:1rem}}@media only screen and (max-width: 300px) and (orientation: portrait){.heroSection-content{gap:1em}.heroSection-heading{font-size:.9rem;font-weight:600;line-height:1.5rem}.heroSection-subsection-left-services{gap:0em}.heroSection-subsection-left-services-card h2{font-size:.45rem}.heroSection-subsection-left h1{font-size:.5rem;line-height:1rem}.heroSection-contact{height:6vh;border-radius:10px;font-size:.7rem}}@media only screen and (max-width: 275px) and (orientation: portrait){.heroSection-content{gap:.5em}.heroSection-heading{font-size:.8rem;line-height:1.2em}.heroSection-subsection-left-services-card{margin-bottom:.5em}.heroSection-subsection-left-services-card h2{font-size:.4rem}.heroSection-subsection-left h1{font-size:.5rem;line-height:1rem}}@media only screen and (max-width: 250px) and (orientation: portrait){.heroSection-content{gap:.3em}.heroSection-subsection-left-services{grid-template-columns:repeat(2,1fr)}.heroSection-subsection-left-services-card{margin-bottom:.4em}.heroSection-subsection-left-services-card,.heroSection-subsection-left-services-card:before{width:47vw;height:5vh}.heroSection-heading{font-size:.7rem;font-weight:600}.heroSection-subsection-left h1{font-size:.4rem;line-height:1rem}.heroSection-contact{height:4vh;font-size:.6rem}}@media only screen and (max-width: 230px) and (orientation: portrait){.heroSection-heading{font-size:.58rem;line-height:4vh}.heroSection-heading{letter-spacing:.15em}.heroSection-subsection-left h1{font-size:.4rem;line-height:.8rem}.heroSection-contact{height:5vh;font-size:.5rem;border-radius:10px}}.home-about-main{display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:#1541e2;width:100%;height:75vh;color:#fff;padding:3rem;overflow-x:hidden;background:#020024;background:linear-gradient(166deg,#020024,#090979 35%,#00d4ff);overflow:hidden}.home-about-text-container{display:flex;flex-direction:column;width:50%;gap:3rem}.home-about-image-container{width:55%;height:55vh;display:flex;justify-content:center;align-items:center;padding:1rem;background-image:url(/assets/dashboard-rwAgVT1z.webp);background-size:cover;background-position:center;border-radius:3rem;position:relative;z-index:0;border-radius:2.8rem}.home-about-image-container:before{content:"";position:absolute;top:0;left:0;background:#042780cd;z-index:0;width:100%;height:100%;border-radius:2.8rem;border:none}.home-about-text-heading-main{font-size:1.4rem}.home-about-text-heading{font-size:2.6rem;line-height:4rem;margin:1vw 0}.home-about-know-button{width:12rem;height:4rem;display:flex;justify-content:center;align-items:center;border:#d4d4d4 2px solid;color:#fff;text-decoration:none;border-radius:1rem;font-size:1.5rem;font-weight:700;transition:box-shadow .3s ease;cursor:pointer;gap:.5rem;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.home-about-know-button:hover{box-shadow:0 0 5px 1px #d4d4d4b3;animation-play-state:paused}.home-about-image-description{font-size:1.4rem;line-height:2;position:relative;padding:1.5rem;border-radius:1rem;color:#eff3ff}@media screen and (max-width: 1500px){.home-about-main{height:auto}.home-about-text-container{width:70%;gap:2rem}.home-about-image-container{height:auto;padding:2rem 1rem}.home-about-text-container h2{font-size:2.5vw}.home-about-text-heading{padding:.5rem 0;width:100%;gap:1rem;font-size:2.8vw;line-height:2.5em;letter-spacing:.1em}.home-about-image-description{font-size:1.8vw;line-height:1.8;padding:.5rem;text-align:justify}.home-about-know-button{margin:0;font-size:1.8vw;width:17vw;height:5vw}}@media screen and (max-width: 950px){.home-about-main{height:auto}.home-about-text-container{width:70%;gap:2rem}.home-about-image-container{height:45vw;padding:1rem}.home-about-text-container h2{font-size:2.3vw}.home-about-text-heading{font-size:2.65vw}.home-about-image-description{font-size:1.7vw}}@media screen and (max-width: 800px){.home-about-text-heading{font-size:2.5vw}}@media screen and (max-width: 660px)and (orientation: landscape){.home-about-text-container h2{font-size:2.5vw}.home-about-main{gap:1rem;padding:1.5rem}.home-about-image-container{width:100%;padding:1rem}.home-about-text-container{width:100%;height:auto;display:flex;flex-direction:column;justify-content:start;gap:.5rem}.home-about-text-heading{font-size:2.3vw}.home-about-image-description{font-size:1.7vw}.home-about-know-button{width:20vw;font-size:1.5vw;padding:.5rem 1rem}.home-about-know-button-icon{font-size:medium!important}}@media screen and (max-width: 510px)and (orientation: landscape){.home-about-know-button{width:25vw;font-size:.5rem;padding:.5rem 1rem}}@media screen and (max-width: 440px)and (orientation: landscape){.home-about-text-heading{font-size:.5rem;line-height:1.5rem}.home-about-image-description{font-size:1.7vw}.home-about-know-button{width:20vw;font-size:.3rem;padding:.5rem 1rem}.home-about-know-button-icon{font-size:.4rem!important}}@media screen and (max-width: 380px)and (orientation: landscape){.home-about-know-button{padding:.5rem}.home-about-know-button-icon{font-size:.35rem!important}}@media screen and (max-width: 365px)and (orientation: landscape){.home-about-text-heading{font-size:.43rem;line-height:1.5rem}.home-about-image-description{font-size:.325rem}.home-about-know-button{width:20vw;font-size:.3rem;padding:.5rem}.home-about-know-button-icon{font-size:.35rem!important}}@media screen and (max-width: 700px) and (orientation: portrait){.home-about-main{flex-direction:column;justify-content:start;padding:2rem;height:auto;gap:2em}.home-about-text-container{width:100%;height:auto;display:flex;flex-direction:column;justify-content:start;gap:.5rem}.home-about-image-container{width:100%;height:80vw;padding:1rem}.home-about-text-container h2{font-size:5vw}.home-about-text-heading{font-size:5vw;line-height:1.5em}.home-about-image-description{font-size:3.5vw;line-height:1.6;padding:.5rem;text-align:justify}.home-about-know-button{width:35vw;height:5vh;font-size:3vw;padding:.5rem 1rem}}@media screen and (max-width: 590px) and (orientation: portrait){.home-about-text-heading{font-size:1.6rem;line-height:2.8rem}}@media screen and (max-width: 535px) and (orientation: portrait){.home-about-text-heading{font-size:1.5rem;line-height:2.5rem}}@media screen and (max-width: 490px) and (orientation: portrait){.home-about-text-heading{font-size:1.4rem;line-height:2.3rem}}@media screen and (max-width: 460px) and (orientation: portrait){.home-about-main{height:100%}.home-about-image-container{height:70vw}.home-about-text-container h2{font-size:4vw}.home-about-text-heading{font-size:4.5vw}.home-about-know-button{width:35vw;height:8vw;font-size:3vw;border-radius:3vw}.home-about-know-button-icon{width:4vw!important}}@media screen and (max-width: 370px) and (orientation: portrait){.home-about-know-button{font-size:2.5vw}.home-about-image-description{font-size:.6rem;line-height:1.2rem;padding:.5rem;text-align:justify}}@media screen and (max-width: 320px) and (orientation: portrait){.home-about-text-heading{font-size:4vw}.home-about-image-description{font-size:.55rem;line-height:1.1rem;padding:.3rem;text-align:justify}}.solutionservices-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:2em;padding:2em;background-size:cover;background-attachment:fixed;z-index:0;color:#fff;background:#e6edff}.solutionservices-section h1{font-size:2rem;font-weight:600;font-style:bold;padding-bottom:.5em;color:#20297e;-webkit-user-select:none;user-select:none}.solutionservices-card{width:96vw;display:grid;grid-template-columns:repeat(4,1fr);gap:2%;justify-content:center}.solutionservices-card-item{position:relative;display:flex;flex-direction:column;justify-content:flex-end;background-color:#00f;width:100%;height:45vh;padding:1.5em;border-radius:2em;border:.1em solid #ccc;overflow:hidden;transition:box-shadow .3s ease;z-index:1;background-size:cover;background-position:center}.not-expanded{max-height:92vh;overflow:hidden;transition:30s ease-in-out}.solutionservices-card-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:0;transition:background-color .3s ease}.solutionservices-card-item:hover:before{background-color:#000000b3}.solutionservices-card-item:hover{box-shadow:0 .3em 1em #00000026}.card-content{position:absolute;left:1.5em;right:1.5em;bottom:-13em;transition:transform .5s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.8em;z-index:2}.solutionservices-card-item:hover .card-content{transform:translateY(-13em)}.card-content h1{height:2em;font-size:1.3rem;font-style:italic;color:#fff;margin:0;transition:transform 1s ease;z-index:2;text-align:center}.solutionservices-card-item p{height:15.5em;opacity:0;transform:translateY(1em);transition:opacity 1s ease,transform .5s ease;color:#fff;font-size:.9rem;font-weight:200;font-style:italic;text-align:justify;line-height:1.4;overflow:hidden;margin:0;z-index:2}.solutionservices-card-item:hover p{opacity:1;transform:translateY(0)}.view-more-button,.view-less-button{display:block;margin:0 auto;cursor:pointer;background-color:#007bff;border:none;color:#fff;padding:.5em 1.5em;border-radius:.5em;font-size:1rem;font-weight:600;transition:background-color .3s ease;position:relative;z-index:3;-webkit-user-select:none;user-select:none}.view-less-button{margin-top:3em}.view-more-button:hover,.view-less-button:hover{background-color:#0056b3}.automation-card{background-image:url(/assets/automation-BjMimjaA.webp)}.predictive-maintenance-card{background-image:url(/assets/predictivemaintance-5XPLesip.webp)}.energy-efficiency-card{background-image:url(/assets/green-energy-ChFtxQ9-.webp)}.embedded-product-card{background-image:url(/assets/embedded-CPfEfmPm.webp)}.digitalization-card{background-image:url(/assets/dashboard-DPFlx7cG.webp)}.drone-card{background-image:url(/assets/drone-CdORYH1n.webp)}.power-electronics-card{background-image:url(/assets/powerelctronics-3l3psv1I.webp)}.pcb-service-card{background-image:url(/assets/pcbservice-B_5HtEkZ.webp)}.risk-mitigation-card{background-image:url(/assets/risk-B6JOG4Gv.webp)}.prototyping-service-card{background-image:url(/assets/prototype-41-a2efw.webp)}.twin-service-card{background-image:url(/assets/twin-Jc7VYNca.webp)}.robotics-integration-card{background-image:url(/assets/robotics-Ccp0ogME.webp)}@media (max-width: 1400px){.solutionservices-section{gap:1em;padding:0 .2em 1em}.solutionservices-section h1{font-size:2rem;padding:.5em 0 0}.not-expanded{max-height:51vw;overflow-y:hidden}.solutionservices-card{grid-template-columns:repeat(3,1fr);gap:.5em;width:100%}.solutionservices-card-item{width:100%;height:25vw;border-radius:.8em}.card-content{height:20em;left:.5em;right:.5em;bottom:-14em;gap:.5em}.solutionservices-card-item h1{font-size:1.5rem}.solutionservices-card-item p{margin:0 auto;width:92%;font-size:1rem;line-height:1.3em}.solutionservices-card-item:hover .card-content{transform:translateY(-12.5em)}.view-less-button{margin-top:0}}@media (max-width: 1200px){.not-expanded{max-height:51vw}.solutionservices-card-item{height:25vw}.solutionservices-card-item h1{font-size:1.15rem}.solutionservices-card-item p{font-size:.9rem;line-height:1.3em}.solutionservices-card-item:hover .card-content{transform:translateY(-12.5em)}.card-content{bottom:-14em;gap:.2em}}@media (max-width: 1040px){.not-expanded{max-height:65vw}.solutionservices-card-item{height:32vw}.solutionservices-card-item h1{font-size:1.1rem}.solutionservices-card-item p{font-size:.9rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-14.5em)}.card-content{bottom:-13em;gap:0em}}@media (max-width: 950px){.solutionservices-card-item p{height:17em}.solutionservices-card-item:hover .card-content{transform:translateY(-14.5em)}.card-content{bottom:-14em}}@media (max-width: 900px){.solutionservices-card-item h1{font-size:1rem}.solutionservices-card-item p{font-size:.8rem;height:15.5em}.solutionservices-card-item:hover .card-content{transform:translateY(-13em)}.card-content{bottom:-12em;gap:.5em}}@media (max-width: 825px) and (orientation: landscape){.solutionservices-section h1{font-size:1.8rem;padding:.5em 0 0}.not-expanded{max-height:61vw}.solutionservices-card-item{height:30vw}.solutionservices-card-item h1{font-size:.8rem}.solutionservices-card-item p{font-size:.65rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-10em)}.card-content{bottom:-9em}}@media (max-width: 700px) and (orientation: landscape){.solutionservices-section h1{font-size:1.7rem;padding:.5em 0 0}.not-expanded{max-height:71vw}.solutionservices-card-item{height:35vw}.solutionservices-card-item p{font-size:.6rem;line-height:1.4em;height:25em}.solutionservices-card-item:hover .card-content{transform:translateY(-10em)}.card-content{bottom:-14em;height:25em}}@media (max-width: 600px) and (orientation: landscape){.solutionservices-section h1{font-size:1.6rem;padding:.5em 0 0}.solutionservices-card{grid-template-columns:repeat(2,1fr);gap:.25em;width:100%}.not-expanded{max-height:61vw}.solutionservices-card-item{height:30vw}.solutionservices-card-item h1{font-size:.8rem}.solutionservices-card-item p{font-size:.6rem}.solutionservices-card-item:hover .card-content{transform:translateY(-8em)}.card-content{bottom:-15em;gap:0em}}@media (max-width: 550px) and (orientation: landscape){.solutionservices-section h1{font-size:1.5rem;padding:.5em 0 0}.solutionservices-card-item h1{font-size:.7rem}.solutionservices-card-item p{font-size:.5rem}.solutionservices-card-item:hover .card-content{transform:translateY(-6.5em)}.card-content{bottom:-12em;gap:0em}}@media (max-width: 450px) and (orientation: landscape){.solutionservices-section h1{font-size:1.4rem;padding:.5em 0 0}.solutionservices-card{grid-template-columns:repeat(1,1fr);gap:.25em;width:95%}.not-expanded{max-height:122.5vw}.solutionservices-card-item{height:40vw}.solutionservices-card-item h1{font-size:1rem}.solutionservices-card-item p{font-size:.7rem}.solutionservices-card-item:hover .card-content{transform:translateY(-7em)}.card-content{bottom:-17em;gap:0em}}@media (max-width: 400px) and (orientation: landscape){.solutionservices-section h1{font-size:5vw}.solutionservices-card-item h1{font-size:4vw}.solutionservices-card-item p{font-size:2.5vw}.solutionservices-card-item:hover .card-content{transform:translateY(-25vw)}.card-content{bottom:-60vw;gap:0em}}@media (max-width: 825px) and (orientation: portrait){.solutionservices-section h1{font-size:1.5rem}.solutionservices-card{grid-template-columns:repeat(2,1fr);gap:.25em;width:100%}.not-expanded{max-height:101vw}.solutionservices-card-item{height:55vw}.solutionservices-card-item h1{font-size:1.3rem}.solutionservices-card-item p{font-size:.9rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-15em)}.card-content{bottom:-13em}}@media (max-width: 600px) and (orientation: portrait){.solutionservices-section h1{font-size:1.3rem;font-weight:750}.solutionservices-card{grid-template-columns:repeat(1,1fr);gap:.25em;width:100%}.not-expanded{max-height:167vw}.solutionservices-card-item{height:55vw}.solutionservices-card-item h1{font-size:1.3rem}.solutionservices-card-item p{font-size:.9rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-11em)}.card-content{bottom:-14em}.view-more-button,.view-less-button{font-size:.9rem}}@media (max-width: 420px) and (orientation: portrait){.solutionservices-section h1{font-size:1.1rem}.solutionservices-card-item h1{font-size:1.2rem}.solutionservices-card-item p{font-size:.8rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-10em)}.card-content{bottom:-12.5em}.view-more-button,.view-less-button{font-size:.8rem}}@media (max-width: 350px) and (orientation: portrait){.solutionservices-section h1{font-size:1rem}.solutionservices-card-item h1{font-size:.9rem}.solutionservices-card-item p{font-size:.6rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-7em)}.card-content{bottom:-9.5em}.view-more-button,.view-less-button{font-size:.7rem}}@media (max-width: 290px) and (orientation: portrait){.solutionservices-section h1{font-size:.9rem}.solutionservices-card-item h1{font-size:.8rem}.solutionservices-card-item p{font-size:.5rem;line-height:1.4em}.solutionservices-card-item:hover .card-content{transform:translateY(-6em)}.card-content{bottom:-8em}.view-more-button,.view-less-button{font-size:.6rem}}@media (max-width: 250px) and (orientation: portrait){.solutionservices-section h1{font-size:.8rem}.solutionservices-card-item h1{font-size:.7rem}.solutionservices-card-item p{font-size:.4rem}.solutionservices-card-item:hover .card-content{transform:translateY(-4.5em)}.card-content{bottom:-6em}.view-more-button,.view-less-button{font-size:.5rem}}.home-product-wrapper{position:relative;width:100%;height:65vh;overflow:hidden;background-color:#0a0c3a}.home-product{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:65vh;position:relative}.home-product-main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:65vh;background-size:cover;color:#eaeaea;z-index:1;will-change:transform}.home-product-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0019da42;z-index:-1}.home-product-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:85vh;position:relative}.home-product-container-arrows{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 1.5rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1000;color:#fff;pointer-events:none}.home-product-arrow-icon{color:#000;opacity:.5;cursor:pointer}.home-product-container-content{display:flex;align-items:center;flex-direction:row;justify-content:center;width:100%;height:53vh;padding:0 5rem;gap:2rem;transition:opacity .3s ease;position:relative}.home-product-container-content-text{display:flex;flex-direction:column;width:70%;gap:.5rem}.home-product-container-content-image{display:flex;background-size:cover;width:30%;-webkit-user-select:none;user-select:none}.home-product-container-content-text-title{font-size:4rem;font-family:Share Tech,sans-serif}.home-product-container-content-text-description{font-size:1.4rem;text-align:justify}.home-product-know-button{width:12rem;height:4rem;display:flex;justify-content:center;align-items:center;border:#d4d4d4 2px solid;border-radius:1rem;font-size:1.5rem;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;gap:.5rem}.home-product-know-button:hover{box-shadow:0 0 5px 1px #d4d4d4b3;animation-play-state:paused;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.slide-out-left{animation:slideOutLeft 1s forwards;will-change:transform}.slide-in-right{animation:slideInRight 1s forwards;will-change:transform}.slide-out-right{animation:slideOutRight 1s forwards;will-change:transform}.slide-in-left{animation:slideInLeft 1s forwards;will-change:transform}@keyframes slideOutLeft{0%{transform:translate(var(--slide-B-Right,0))}to{transform:translate(-100%)}}@keyframes slideInRight{0%{transform:translate(var(--slide-A-Right,100%))}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(var(--slide-B-Left,0))}to{transform:translate(100%)}}@keyframes slideInLeft{0%{transform:translate(var(--slide-A-Left,-100%))}to{transform:translate(0)}}.arrow-left,.arrow-right{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:#0000004d;transition:background-color .3s ease,transform .3s ease;cursor:pointer;pointer-events:auto}.arrow-left:hover,.arrow-right:hover{background-color:#00000080}.arrow-left:hover .arrow-icon,.arrow-right:hover .arrow-icon{transform:scale(1.5)}.arrow-icon{transition:transform .3s ease}.pagination-dots{display:flex;justify-content:center;position:absolute;bottom:20px;left:0;width:100%;z-index:1000}.pagination-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;margin:0 5px;cursor:pointer}.pagination-dot.active{background-color:#fff;transform:scale(1.2)}.product-image{will-change:transform}@media screen and (min-width: 1440px){.home-product-container-content{max-width:1400px;margin:0 auto}.home-product-container-content-text-title{font-size:2.5rem}.home-product-container-content-text-description{font-size:1.5rem;line-height:2.5rem}}@media screen and (max-width: 1439px){.home-product-container-content{padding:0 3rem}.home-product-container-content-text-description{font-size:1.3rem;line-height:1.8rem}}@media screen and (max-width: 1023px){.home-product-wrapper,.home-product,.home-product-main{height:75vh}.home-product-container{height:90vh}.home-product-container-content{height:60vh;padding:0 2rem}.home-product-container-content-text-title{font-size:2.5rem}.home-product-container-content-text-description{font-size:1.2rem;line-height:1.6rem}.home-product-know-button{width:10rem;height:3.5rem;font-size:1.3rem}}@media screen and (max-width: 767px){.home-product-container-content{flex-direction:column;height:auto;gap:1rem;padding:0 1.5rem}.home-product-container-content-text,.home-product-container-content-image{width:100%}.home-product-container-content-text{order:2;gap:1rem}.home-product-container-content-image{order:1;margin-bottom:1rem;max-width:70%;margin:0 auto}.home-product-container-content-text-title{font-size:2rem;text-align:center}.home-product-container-content-text-description{font-size:1.1rem;line-height:1.5rem;text-align:left}.home-product-know-button{width:9rem;height:3rem;font-size:1.2rem;margin:0 auto}.arrow-left,.arrow-right{width:40px;height:40px}}@media screen and (max-width: 599px){.home-product-wrapper,.home-product,.home-product-main{height:85vh}.home-product-container{height:95vh}.home-product-container-content-text-title{font-size:1.7rem}.home-product-container-content-text-description{font-size:1rem;line-height:1.4rem}.home-product-container-content-image{max-width:80%}.pagination-dot{width:8px;height:8px;margin:0 3px}}@media screen and (max-width: 479px){.home-product-wrapper,.home-product,.home-product-main{height:auto;min-height:70vh}.home-product-container{height:auto;min-height:90vh;padding:2rem 0}.home-product-container-content{padding:0 1rem}.home-product-container-content-text-title{font-size:1.7rem}.home-product-container-content-text-description{font-size:.9rem;line-height:1.5rem}.home-product-container-content-image{width:60%}.home-product-know-button{width:8rem;height:2.5rem;font-size:1rem;border-radius:.75rem}.arrow-left,.arrow-right{width:35px;height:35px}}@media screen and (max-width: 319px){.home-product-container-content-text-title{font-size:1.7rem}.home-product-container-content-text-description{font-size:.8rem;line-height:1.2rem}.home-product-know-button{width:7rem;height:2.2rem;font-size:.9rem}.pagination-dot{width:6px;height:6px;margin:0 2px}}@media screen and (max-height: 600px){.home-product-wrapper,.home-product,.home-product-main,.home-product-container{height:auto;min-height:100vh}.home-product-container-content{height:auto}}@media screen and (max-width: 767px) and (orientation: landscape){.home-product-wrapper,.home-product,.home-product-main,.home-product-container{height:auto;min-height:100vh}.home-product-container-content{flex-direction:row;height:auto}.home-product-container-content-text{width:60%;order:1}.home-product-container-content-image{width:40%;order:2}.home-product-container-content-text-description{max-height:40vh;overflow-y:auto;padding-right:10px}}.home-client-main{width:100%;padding:2rem 0;background:#fff}.home-client-heading-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.home-client-heading{font-size:2rem;color:#000;margin:0;text-align:center;padding:0 1rem}.home-client-logo-container{height:100px;width:100%;display:flex;align-items:center;overflow:hidden;-webkit-user-select:none;user-select:none}.client-logo{height:80px;width:150px;margin:0 2rem;object-fit:contain;flex-shrink:0}@media (max-width: 1200px){.client-logo{width:130px;margin:0 1.5rem}}@media (max-width: 1000px){.home-client-heading{font-size:1.75rem}.home-client-logo-container{height:90px}.client-logo{height:70px;width:120px;margin:0 1.25rem}}@media (max-width: 760px){.home-client-main{padding:1.5rem 0}.home-client-heading-container{margin-bottom:1.5rem}.home-client-heading{font-size:1.5rem}.home-client-logo-container{height:80px}.client-logo{height:60px;width:100px;margin:0 1rem}}@media (max-width: 575px){.home-client-main{padding:1rem 0}.home-client-heading-container{margin-bottom:1rem}.home-client-heading{font-size:1.25rem}.home-client-logo-container{height:70px}.client-logo{height:50px;width:80px;margin:0 .75rem}}.WhatsApp-contact{z-index:1;position:fixed;width:3.5rem;right:2vw;bottom:3vw;z-index:1000}@media screen and (max-width: 500px){.WhatsApp-contact{width:3rem;right:2vw;bottom:7vw}}.adamedge-heroSection-section{display:flex;justify-content:center;align-items:flex-end;width:100vw;height:100vh;color:#fff;position:relative;background-image:url(/assets/adamedge-hero-CPDnCq1x.webp);background-size:cover;background-position:center;z-index:1}.adamedge-heroSection-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.adamedge-heroSection-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;filter:brightness(.3) contrast(1.2);background:#2f00bce1;z-index:-1;transition:opacity .5s ease;opacity:1}.adamedge-heroSection-main{display:flex;flex-direction:row;width:100%;max-width:1400px;gap:3vw;opacity:1;transform:translateY(0);animation-delay:.3s}.adamedge-heroSection-content{width:100%;display:flex;flex-direction:column;gap:3vh;height:80vh;justify-content:center}.adamedge-heroSection-heading{margin-bottom:1rem}.adamedge-heroSection-heading h1{font-size:4rem;font-weight:700;margin:0;line-height:1.1;text-shadow:2px 2px 2px rgba(0,0,0,.5)}.adam-text{color:#f44}.edge-text{color:#04f}.adamedge-heroSection-text{margin-bottom:2rem}.adamedge-heroSection-text h2{font-size:2rem;line-height:1.4;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.adamedge-heroSection-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.adamedge-heroSection-buttons button{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.adamedge-heroSection-buttons button:hover{background:#fff;color:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.adamedge-heroSection-image{width:100%;height:76vh;display:flex;justify-content:center;align-items:center}.adamedge-heroSection-image-portrait{display:none}.adamedge-device-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@media only screen and (min-width: 1920px){.adamedge-heroSection-heading h1{font-size:5rem}.adamedge-heroSection-text h2{font-size:2.5rem}.adamedge-heroSection-buttons button{padding:1.2rem 2.5rem;font-size:1.2rem}}@media only screen and (max-width: 800px) and (orientation: portrait){.adamedge-heroSection-section{align-items:center;height:93vh;padding:10vh 0 5vh!important}.adamedge-heroSection-main{flex-direction:column;gap:2vh;padding:0 5% 5%}.adamedge-heroSection-content{width:100%;height:auto;text-align:center;align-items:center;gap:1rem}.adamedge-heroSection-heading{margin-bottom:0rem}.adamedge-heroSection-heading h1{font-size:2rem}.adamedge-heroSection-text{margin-bottom:0rem}.adamedge-heroSection-text h2{font-size:1.3rem}.adamedge-heroSection-buttons{justify-content:center;flex-direction:column;align-items:center}.adamedge-heroSection-buttons button{width:100%;max-width:300px}.adamedge-heroSection-image{display:none}.adamedge-heroSection-image-portrait{width:65vw;display:flex;justify-content:center;align-items:center}}@media screen and (orientation: landscape){.adamedge-heroSection-section{align-items:center;height:100%;padding:15vh 0 5vh!important}}@media only screen and (max-width: 600px) and (orientation: portrait){.adamedge-heroSection-section{align-items:center}.adamedge-heroSection-heading h1{font-size:2rem}.adamedge-heroSection-text h2{font-size:1.1rem}.adamedge-heroSection-buttons button{padding:.8rem 1.5rem;font-size:.9rem}}@media only screen and (max-width: 500px) and (orientation: portrait){.adamedge-heroSection-section{padding-top:1%;align-items:center}.adamedge-heroSection-main{padding:0 3% 3%}.adamedge-heroSection-heading h1{font-size:2.8rem}.adamedge-heroSection-text h2{font-size:1rem}}@media only screen and (max-width: 400px) and (orientation: portrait){.adamedge-heroSection-section{padding-top:10%;align-items:center;height:90vh}.adamedge-heroSection-heading h1{font-size:2.5rem}.adamedge-heroSection-text h2{font-size:1rem;line-height:1.5rem}.adamedge-heroSection-buttons button{padding:.7rem 1.2rem;font-size:.8rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){.adamedge-heroSection-heading h1{font-size:2rem}.adamedge-heroSection-text h2{font-size:1.5rem}.adamedge-heroSection-main{gap:2vw}}.adamedge-operational-main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:70vh;padding:4rem 2rem;color:#fff;background:linear-gradient(166deg,#020024,#090979 35%,#00d4ff);position:relative;overflow:hidden}.adamedge-operational-main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.adamedge-operational-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;flex-direction:row;width:100%;gap:4rem;position:relative;z-index:2}.adamedge-operational-text-container{display:flex;flex-direction:column;width:100%;gap:2rem}.adamedge-operational-heading{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.adamedge-operational-text-main{font-size:1.3rem;line-height:1.7;font-weight:400;opacity:.95}.adamedge-operational-text-main strong{font-weight:600;color:#fff}.adamedge-operational-image-container{width:35%;height:auto;display:flex;justify-content:center;align-items:center;position:relative}.adamedge-operational-image-container img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transition:transform .3s ease}.adamedge-operational-image-container img:hover{transform:scale(1.05)}@media screen and (max-width: 1024px){.adamedge-operational-main{padding:3rem 1.5rem;min-height:auto}.adamedge-operational-content{flex-direction:column;gap:3rem;text-align:center}.adamedge-operational-text-container{width:100%;gap:1.5rem}.adamedge-operational-heading{font-size:2.5rem}.adamedge-operational-image-container{width:70%}}@media screen and (max-width: 768px){.adamedge-operational-main{padding:2rem 1rem}.adamedge-operational-content{gap:2rem}.adamedge-operational-heading{font-size:2.2rem}.adamedge-operational-text-main{font-size:1.1rem;line-height:1.6;text-align:justify}.adamedge-operational-image-container{width:80%}}@media screen and (max-width: 480px){.adamedge-operational-main{padding:1.5rem .8rem}.adamedge-operational-heading{font-size:1.8rem}.adamedge-operational-text-main{font-size:1rem;line-height:1.5}.adamedge-operational-image-container{width:90%}}.adamedge-imagesection-main{width:100%;padding:40px 20px;background-color:#d3d3d3;display:flex;justify-content:center;background-image:url(/assets/adamedge1-bg-B_w2VWM7.webp);background-size:cover;background-attachment:fixed;align-items:center}.adamedge-imagesection-content{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;gap:5vh}.adamedge-imagesection-images{display:flex;justify-content:center;align-items:flex-start;gap:10vw;width:100%}.adamedge-imagesection-structure{flex:1;background:#fff;border-radius:15px;padding:20px;box-shadow:0 2px 8px #00000026}.adamedge-imagesection-diagram{flex:1;border-radius:8px;padding:20px}.adamedge-imagesection-structure img,.adamedge-imagesection-diagram img{width:100%;object-fit:contain;display:block}.adamedge-imagesection-buttons{display:flex;justify-content:center;align-items:center;gap:30px}.adamedge-imagesection-buttons a{text-decoration:none}.adamedge-imagesection-buttons button{padding:12px 30px;border:none;border-radius:25px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.adamedge-imagesection-images{flex-direction:column;gap:23vw;align-items:center}.adamedge-imagesection-structure,.adamedge-imagesection-diagram{max-width:100%;width:100%}.adamedge-imagesection-buttons{flex-direction:column;gap:20px}.adamedge-imagesection-buttons button{width:100%;max-width:280px}}@media (max-width: 480px){.adamedge-imagesection-main{padding:20px 15px}.adamedge-imagesection-content{gap:30px}.adamedge-imagesection-structure,.adamedge-imagesection-diagram{padding:15px}.adamedge-imagesection-buttons button{font-size:14px;padding:10px 25px}}.adamedge-specifications{height:100%;background:#fff}.adamedge-specifications-card{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px}.adamedge-specifications-header{padding:2rem 3.9rem 1.5rem}.adamedge-specifications-title{font-family:Share Tech,sans-serif;font-size:3.2vw;color:#2563eb;margin:0}.adamedge-specifications-content{padding:1.5rem}.adamedge-specifications-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dbeafe;border-radius:8px;overflow:hidden}.adamedge-specifications-table td{padding:1rem;border-bottom:1px solid #bfd9fa}.adamedge-specifications-table tr:last-child td{border-bottom:none}.adamedge-specifications-table td:first-child{width:25%;font-weight:500;color:#1d4ed8;background-color:#eff6ff80;border-right:1px solid #dbeafe;text-align:center}.adamedge-specifications-table td:last-child{color:#374151}.adamedge-specifications-table tr:hover{background-color:#f8fafc;transition:background-color .2s ease}.adamedge-specifications-list{list-style-type:disc;padding-left:1.5rem;margin:0}.adamedge-specifications-list li{margin-bottom:.5rem}.adamedge-specifications-list li:last-child{margin-bottom:0}.adamedge-specifications-description{font-size:.875rem;color:#565c67}.adamedge-specifications-description b{color:#2b2b2b}@media (max-width: 900px){.adamedge-specifications-card{width:100%;border-radius:0;margin:0}.adamedge-specifications-header{display:flex;align-items:center;justify-content:center;padding:1rem;width:100%}.adamedge-specifications-title{font-size:2rem}.adamedge-specifications-content{padding:1rem}.adamedge-specifications-table{width:100%;border:none}.adamedge-specifications-table td:first-child{width:30%}}.domescanner-heroSection-section{display:flex;justify-content:center;align-items:flex-end;width:100vw;height:100vh;color:#fff;position:relative;background-image:url(/assets/dome-scanner-bg-CsUAfhUC.webp);background-size:cover;background-position:center}.domescanner-heroSection-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.domescanner-heroSection-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;filter:brightness(.3) contrast(1.2);background:#2f00bce1;transition:opacity .5s ease}.domescanner-heroSection-main{display:flex;flex-direction:row;width:100%;max-width:1400px;gap:3vw;opacity:1;transform:translateY(0)}.domescanner-heroSection-content{width:100%;display:flex;flex-direction:column;gap:3vh;height:80vh;justify-content:center}.domescanner-heroSection-heading{margin-bottom:1rem}.domescanner-heroSection-heading h1{font-size:4rem;font-weight:700;margin:0;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.dome-text{color:#f44}.scanner-text{color:#44f}.domescanner-heroSection-text{margin-bottom:2rem}.domescanner-heroSection-text h2{font-size:2rem;line-height:1.4;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.domescanner-heroSection-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.domescanner-heroSection-buttons button{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.domescanner-heroSection-buttons button:hover{background:#fff;color:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.domescanner-heroSection-image{width:100%;height:76vh;display:flex;justify-content:center;align-items:center}.domescanner-heroSection-image-portrait{display:none}.domescanner-device-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}@media only screen and (max-width: 800px) and (orientation: portrait){.domescanner-heroSection-section{align-items:center;height:100%;padding:10vh 0 5vh!important}.domescanner-heroSection-main{flex-direction:column;gap:2vh;padding:0 5% 5%}.domescanner-heroSection-content{width:100%;height:auto;text-align:center;align-items:center;justify-content:center}.domescanner-heroSection-heading h1{font-size:2rem}.domescanner-heroSection-text h2{font-size:1.3rem}.domescanner-heroSection-buttons{justify-content:center;flex-direction:column;align-items:center}.domescanner-heroSection-buttons button{width:100%;max-width:300px}.domescanner-heroSection-image{width:100%;height:40vh}.domescanner-heroSection-image{display:none}.domescanner-heroSection-image-portrait{width:65vw;display:flex;justify-content:center;align-items:center}}@media screen and (orientation: landscape){.domescanner-heroSection-section{align-items:center;height:100%;padding:15vh 0 5vh!important}}@media only screen and (max-width: 600px) and (orientation: portrait){.domescanner-heroSection-section{align-items:center}.domescanner-heroSection-heading h1{font-size:2rem}.domescanner-heroSection-text h2{font-size:1.1rem}.domescanner-heroSection-buttons button{padding:.8rem 1.5rem;font-size:.9rem}}@media only screen and (max-width: 500px) and (orientation: portrait){.domescanner-heroSection-section{padding-top:1%;align-items:center}.domescanner-heroSection-main{padding:0 3% 3%}.domescanner-heroSection-heading h1{font-size:1.8rem}.domescanner-heroSection-text h2{font-size:1rem}}@media only screen and (max-width: 390px) and (orientation: portrait){.domescanner-heroSection-section{padding-top:10%;align-items:center}.domescanner-heroSection-heading h1{font-size:1.5rem}.domescanner-heroSection-text h2{font-size:.9rem}.domescanner-heroSection-buttons button{padding:.7rem 1.2rem;font-size:.8rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){.domescanner-heroSection-heading h1{font-size:2rem}.domescanner-heroSection-text h2{font-size:1.5rem}.domescanner-heroSection-main{gap:2vw}}@media only screen and (min-width: 1920px){.domescanner-heroSection-heading h1{font-size:5rem}.domescanner-heroSection-text h2{font-size:2.5rem}.domescanner-heroSection-buttons button{padding:1.2rem 2.5rem;font-size:1.2rem}}.domescanner-operational-main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:70vh;padding:4rem 2rem;color:#fff;background:linear-gradient(166deg,#020024,#090979 35%,#00d4ff);position:relative;overflow:hidden}.domescanner-operational-main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.domescanner-operational-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;flex-direction:row;width:100%;gap:4rem;position:relative;z-index:2}.domescanner-operational-text-container{display:flex;flex-direction:column;width:100%;gap:2rem}.domescanner-operational-heading{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.domescanner-operational-text-main{font-size:1.3rem;line-height:1.7;font-weight:400;opacity:.95}.domescanner-operational-text-main strong{font-weight:600;color:#fff}.domescanner-operational-image-container{width:35%;height:auto;display:flex;justify-content:center;align-items:center;position:relative}.domescanner-operational-image-container img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transition:transform .3s ease}.domescanner-operational-image-container img:hover{transform:scale(1.05)}@media screen and (max-width: 1024px){.domescanner-operational-main{padding:3rem 1.5rem;min-height:auto}.domescanner-operational-content{flex-direction:column;gap:3rem;text-align:center}.domescanner-operational-text-container{width:100%;gap:1.5rem}.domescanner-operational-heading{font-size:2.5rem}.domescanner-operational-image-container{width:70%}}@media screen and (max-width: 768px){.domescanner-operational-main{padding:2rem 1rem}.domescanner-operational-content{gap:2rem}.domescanner-operational-heading{font-size:2.2rem}.domescanner-operational-text-main{font-size:1.1rem;line-height:1.6}.domescanner-operational-image-container{width:80%}}@media screen and (max-width: 480px){.domescanner-operational-main{padding:1.5rem .8rem}.domescanner-operational-heading{font-size:1.8rem}.domescanner-operational-text-main{font-size:1rem;line-height:1.5}.domescanner-operational-image-container{width:90%}}.domescanner-imagesection-main{width:100%;padding:40px 20px;background-color:#d3d3d3;display:flex;justify-content:center;align-items:center;background-image:url(/assets/dome1-DAAhsA_X.webp);background-size:cover;background-attachment:fixed}.domescanner-imagesection-content{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;gap:5vh}.domescanner-imagesection-images{display:flex;justify-content:center;align-items:flex-start;gap:10vw;width:100%}.domescanner-imagesection-structure{flex:1;background:#fff;border-radius:15px;padding:20px;box-shadow:0 2px 8px #00000026}.domescanner-imagesection-diagram{flex:1;border-radius:8px;padding:20px}.domescanner-imagesection-structure img,.domescanner-imagesection-diagram img{width:100%;height:auto;object-fit:contain;display:block}.domescanner-imagesection-buttons{display:flex;justify-content:center;align-items:center;gap:30px}.domescanner-imagesection-buttons button{padding:12px 30px;border:none;border-radius:25px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center}.manual-btn{background-color:#6c6c6c;color:#fff;min-width:200px}.manual-btn:hover{background-color:#5a5a5a;transform:translateY(-1px)}.datasheet-btn{background-color:#4a90e2;color:#fff;min-width:200px;position:relative}.datasheet-btn:hover{background-color:#357abd;transform:translateY(-1px)}.domescanner-imagesection-buttons a{text-decoration:none}@media (max-width: 768px){.domescanner-imagesection-images{flex-direction:column;gap:23vw;align-items:center}.domescanner-imagesection-structure,.domescanner-imagesection-diagram{max-width:100%;width:100%}.domescanner-imagesection-buttons{flex-direction:column;gap:20px}.domescanner-imagesection-buttons button{width:100%;max-width:280px}}@media (max-width: 480px){.domescanner-imagesection-main{padding:20px 15px}.domescanner-imagesection-content{gap:30px}.domescanner-imagesection-structure,.domescanner-imagesection-diagram{padding:15px}.domescanner-imagesection-buttons button{font-size:14px;padding:10px 25px}}.domescanner-specifications{height:100%;background:#fff}.domescanner-specifications-card{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px}.domescanner-specifications-header{padding:2rem 3.9rem 1.5rem}.domescanner-specifications-title{font-family:Share Tech,sans-serif;font-size:3.2vw;color:#2563eb;margin:0}.domescanner-specifications-content{padding:1.5rem}.domescanner-specifications-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #dbeafe;border-radius:8px;overflow:hidden}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px) rotateY(100deg) scale(.99)}to{opacity:1;transform:translateY(0) rotateY(0) scale(1)}}.domescanner-specifications-table tr{animation:slideInFromBottom .8s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}.domescanner-specifications-table tr:nth-child(1){animation-delay:.1s}.domescanner-specifications-table tr:nth-child(2){animation-delay:.3s}.domescanner-specifications-table tr:nth-child(3){animation-delay:.5s}.domescanner-specifications-table tr:nth-child(4){animation-delay:.7s}.domescanner-specifications-table tr:nth-child(5){animation-delay:.9s}.domescanner-specifications-table tr:nth-child(6){animation-delay:1.1s}.domescanner-specifications-table tr:nth-child(7){animation-delay:1.3s}.domescanner-specifications-table tr:nth-child(8){animation-delay:1.5s}.domescanner-specifications-table td{padding:1rem;border-bottom:1px solid #bfd9fa}.domescanner-specifications-table tr:last-child td{border-bottom:none}.domescanner-specifications-table td:first-child{width:25%;font-weight:500;color:#1d4ed8;background-color:#eff6ff80;border-right:1px solid #dbeafe;text-align:center}.domescanner-specifications-table td:last-child{color:#374151}.domescanner-specifications-table tr:hover{background-color:#f8fafc;transition:background-color .2s ease}.domescanner-specifications-list{list-style-type:disc;padding-left:1.5rem;margin:0}.domescanner-specifications-list li{margin-bottom:.5rem}.domescanner-specifications-list li:last-child{margin-bottom:0}.domescanner-specifications-description{font-size:.875rem;color:#565c67}.domescanner-specifications-description b{color:#2b2b2b}@media (max-width: 900px){.domescanner-specifications-card{width:100%;border-radius:0;margin:0}.domescanner-specifications-header{display:flex;align-items:center;justify-content:center;padding:1rem;width:100%}.domescanner-specifications-title{font-size:2rem}.domescanner-specifications-content{padding:1rem}.domescanner-specifications-table{width:100%;border:none}.domescanner-specifications-table td:first-child{width:30%}}.nexwave-heroSection-section{display:flex;justify-content:center;align-items:flex-end;width:100vw;height:100vh;background-size:cover;background-position:center;color:#fff;position:relative}.nexwave-heroSection-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#01013963,#01303e90);z-index:-1;pointer-events:none}.nexwave-heroSection-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/nexwave-bg2-DRJgu_Yg.webp);background-size:cover;background-position:center;filter:brightness(.8) contrast(1.2);z-index:-1;transition:opacity .5s ease;opacity:1}.nexwave-heroSection-main{display:flex;flex-direction:row;width:100%;max-width:1400px;gap:3vw;opacity:1;transform:translateY(0)}.nexwave-heroSection-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:3vh;height:80vh;justify-content:center}.nexwave-heroSection-heading{margin-bottom:1rem}.nexwave-heroSection-heading h1{font-size:4rem;font-weight:700;margin:0;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.nexwave-text{color:#f44}.Dashboard-text{color:#44f}.nexwave-heroSection-text{margin-bottom:2rem;text-align:center}.nexwave-heroSection-text h2{font-size:2rem;line-height:1.4;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.nexwave-heroSection-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.nexwave-heroSection-buttons button{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.nexwave-heroSection-buttons button:hover{background:#fff;color:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.nexwave-heroSeection-imag{width:100%;height:76vh;display:flex;justify-content:center;align-items:center}.nexwave-device-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.nexwave-herosection-img{display:none}@media only screen and (max-width: 800px) and (orientation: portrait){.nexwave-heroSection-section{align-items:center;height:100vh;padding:10vh 0 5vh!important}.nexwave-heroSection-section:after{background:linear-gradient(to top,#010139,#01303e90)}.nexwave-heroSection-main{flex-direction:column;gap:2vh;padding:0 5% 5%}.nexwave-heroSection-content{width:100%;height:auto;text-align:center}.nexwave-heroSection-heading h1{font-size:2rem}.nexwave-heroSection-text h2{font-size:1.3rem}.nexwave-heroSection-buttons{justify-content:center;flex-direction:column;align-items:center}.nexwave-heroSection-buttons button{width:100%;max-width:300px}.nexwave-heroSection-image{width:75vw}.nexwave-herosection-img{display:unset}}@media screen and (orientation: landscape){.nexwave-heroSection-section{align-items:center;height:100%;padding:15vh 0 5vh!important}}@media only screen and (max-width: 600px) and (orientation: portrait){.nexwave-heroSection-section{align-items:center}.nexwave-heroSection-heading h1{font-size:2rem}.nexwave-heroSection-text h2{font-size:1.1rem}.nexwave-heroSection-buttons button{padding:.8rem 1.5rem;font-size:.9rem}}@media only screen and (max-width: 500px) and (orientation: portrait){.nexwave-heroSection-section{padding-top:1%;align-items:center}.nexwave-heroSection-main{padding:0 3% 3%}.nexwave-heroSection-heading h1{font-size:2.1rem}.nexwave-heroSection-text h2{font-size:1.1rem;line-height:1.8rem}}@media only screen and (max-width: 390px) and (orientation: portrait){.nexwave-heroSection-section{padding-top:10%;align-items:center}.nexwave-heroSection-heading h1{font-size:1.5rem}.nexwave-heroSection-text h2{font-size:.9rem}.nexwave-heroSection-buttons button{padding:.7rem 1.2rem;font-size:.8rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){.nexwave-heroSection-heading h1{font-size:2rem}.nexwave-heroSection-text h2{font-size:1.5rem}.nexwave-heroSection-main{gap:2vw}}@media only screen and (min-width: 1920px){.nexwave-heroSection-heading h1{font-size:5rem}.nexwave-heroSection-text h2{font-size:2.5rem}.nexwave-heroSection-buttons button{padding:1.2rem 2.5rem;font-size:1.2rem}}.nexwave-operational-main{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;min-height:70vh;padding:4rem 2rem;color:#fff;background:linear-gradient(135deg,#4338ca,#3b82f6);position:relative;overflow:hidden}.nexwave-operational-main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#00103e,#4338cae6);z-index:1}.nexwave-operational-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;flex-direction:row;width:100%;gap:4rem;position:relative;z-index:2}.nexwave-operational-text-container{display:flex;flex-direction:column;width:100%;gap:2rem}.nexwave-operational-heading{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.nexwave-operational-text-main{font-size:1.3rem;line-height:1.7;font-weight:400;opacity:.95}.nexwave-operational-text-main strong{font-weight:600;color:#fff}.nexwave-operational-image-container{width:35%;height:auto;display:flex;justify-content:center;align-items:center;position:relative}.nexwave-operational-image-container img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transition:transform .3s ease}.nexwave-operational-image-container img:hover{transform:scale(1.05)}@media screen and (max-width: 1024px){.nexwave-operational-main{padding:3rem 1.5rem;min-height:auto}.nexwave-operational-content{flex-direction:column;gap:3rem;text-align:center}.nexwave-operational-text-container{width:100%;gap:1.5rem}.nexwave-operational-heading{font-size:2.5rem}.nexwave-operational-image-container{width:70%}}@media screen and (max-width: 768px){.nexwave-operational-main{padding:2rem 1rem}.nexwave-operational-content{gap:2rem}.nexwave-operational-heading{font-size:2.2rem}.nexwave-operational-text-main{font-size:1.1rem;line-height:1.6;text-align:justify}.nexwave-operational-image-container{width:80%}}@media screen and (max-width: 480px){.nexwave-operational-main{padding:1.5rem .8rem}.nexwave-operational-heading{font-size:1.8rem}.nexwave-operational-text-main{font-size:1rem;line-height:1.5}.nexwave-operational-image-container{width:90%}}.nexwave-ContentSection-main{width:100%;padding:60px 20px;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.nexwave-ContentSection-content{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;gap:80px}.nexwave-ContentSection-main-heading{font-size:2.3rem;font-weight:800;color:#353cfd;text-align:center;text-transform:uppercase}.nexwave-ContentSection-continer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px;width:100%}.nexwave-ContentSection-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:20px}.nexwave-ContentSection-text h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0;letter-spacing:-.02em}.nexwave-ContentSection-text p{font-size:1.1rem;line-height:1.6;color:#555;margin:0;text-align:justify}.nexwave-ContentSection-image{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.nexwave-ContentSection-image img{width:100%;object-fit:cover;transition:transform .3s ease}.nexwave-ContentSection-image:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}@media (max-width: 1024px){.nexwave-ContentSection-continer{gap:40px}.nexwave-ContentSection-text h2{font-size:1.8rem}.nexwave-ContentSection-image{border-radius:10px}}@media (max-width: 800px){.nexwave-ContentSection-main{padding:40px 15px}.nexwave-ContentSection-content{gap:60px}.nexwave-ContentSection-continer:nth-child(odd){flex-direction:column-reverse;gap:40px;text-align:center}.nexwave-ContentSection-continer{flex-direction:column;gap:40px;text-align:center}.nexwave-ContentSection-text{padding:0}.nexwave-ContentSection-text h2{font-size:1.6rem}.nexwave-ContentSection-text p{font-size:1rem;text-align:center}.nexwave-ContentSection-image{border-radius:8px}.nexwave-ContentSection-image img{width:96vw}}@media (max-width: 480px){.nexwave-ContentSection-main{padding:30px 10px}.nexwave-ContentSection-content{gap:40px}.nexwave-ContentSection-main-heading{font-size:1.5rem}.nexwave-ContentSection-text h2{font-size:1.4rem}.nexwave-ContentSection-text p{font-size:.95rem}.nexwave-ContentSection-image{border-radius:6px}.nexwave-ContentSection-image img{width:96vw}}.nexwave-imagesection-main{position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/assets/digital-jMKE790j.webp);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;z-index:1;overflow:hidden}.nexwave-imagesection-main:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000000ad;z-index:1}.nexwave-imagesection-main>*{position:relative;z-index:2}.nexwave-imagesection-main-content{height:100%;width:100%}.show-desktop{display:block}.show-mobile{display:none}@media (max-width: 650px){.show-desktop{display:none}.show-mobile{display:block}.nexwave-imagesection-main{height:130vh;width:100%}}@media (max-width: 550px){.nexwave-imagesection-main{height:110vh;width:100%}}@media (max-width: 450px){.nexwave-imagesection-main{height:85vh;width:100%}}@media (max-width: 400px){.nexwave-imagesection-main{height:75vh;width:100%}}.svg-phone-view{display:flex;justify-content:center;align-items:center;width:100vw;transform:scale(1.3);transform-origin:center;padding:0;margin:0 auto;overflow:hidden}@media (max-width: 650px){.show-mobile{display:flex;justify-content:center;align-items:center}.svg-phone-view{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;transform:scale(2.7);transform-origin:center;margin:0 auto;overflow:hidden}}@keyframes shadowRotate{0%{filter:drop-shadow(0 35px 25px rgba(0,0,0,.447))}12.5%{filter:drop-shadow(25px 25px 25px rgba(0,0,0,.327))}25%{filter:drop-shadow(35px 0 25px rgba(0,0,0,.326))}37.5%{filter:drop-shadow(25px -25px 25px rgba(0,0,0,.388))}50%{filter:drop-shadow(0 -35px 25px rgba(0,0,0,.433))}62.5%{filter:drop-shadow(-25px -25px 25px rgba(0,0,0,.485))}75%{filter:drop-shadow(-35px 0 25px rgba(0,0,0,.59))}87.5%{filter:drop-shadow(-25px 25px 25px rgba(0,0,0,.532))}to{filter:drop-shadow(0 35px 25px rgba(0,0,0,.467))}}.rotating-shadow{filter:drop-shadow(0 35px 25px rgba(0,0,0,.4))}.rotating-shadow{animation:shadowRotate 4s linear infinite}.rotating-shadow-slow{filter:drop-shadow(0 35px 25px rgba(0,0,0,.4))}.rotating-shadow-slow:hover{animation:shadowRotate 6s linear infinite}.rotating-shadow-fast:hover{filter:drop-shadow(0 35px 25px rgba(0,0,0,.4))}.rotating-shadow-fast{animation:shadowRotate 2s linear infinite}.feature-text{fill:#fff;stroke:none;font-size:26px}.feature-text-phone{font-size:26px;font-family:sans-serif;fill:#fff;text-anchor:middle;dominant-baseline:middle;pointer-events:all;-webkit-user-select:none;user-select:none;white-space:pre}@keyframes orbitShadow{0%{filter:drop-shadow(0 35px 25px rgba(0,0,0,.44))}12.5%{filter:drop-shadow(25px 25px 25px rgba(0,0,0,.32))}25%{filter:drop-shadow(35px 0 25px rgba(0,0,0,.33))}37.5%{filter:drop-shadow(25px -25px 25px rgba(0,0,0,.39))}50%{filter:drop-shadow(0 -35px 25px rgba(0,0,0,.43))}62.5%{filter:drop-shadow(-25px -25px 25px rgba(0,0,0,.48))}75%{filter:drop-shadow(-35px 0 25px rgba(0,0,0,.59))}87.5%{filter:drop-shadow(-25px 25px 25px rgba(0,0,0,.53))}to{filter:drop-shadow(0 35px 25px rgba(0,0,0,.46))}}.orbit-shadow{animation:orbitShadow 4s linear infinite}.orbit-shadow-slow{animation:orbitShadow 6s linear infinite}.orbit-shadow-fast{animation:orbitShadow 2s linear infinite}.feature-text-phone{fill:#fff;stroke:none;font-size:26px;font-family:Segoe UI,sans-serif}.animated-circle{-webkit-tap-highlight-color:transparent}.animated-circle circle{fill:#19b900;pointer-events:all;transition:fill .3s ease,filter .3s ease;transform-origin:center;filter:drop-shadow(0 4px 8px rgba(25,185,0,.3))}.animated-circle:hover circle{fill:#90ee90!important;filter:drop-shadow(0 8px 16px rgba(25,255,25,.4))}.animated-circle:active circle{transition:all .1s ease}.svg-container{transition:transform .3s ease}.svg-container:hover{transform:translateY(-2px)}.circle-paths path,.circle-paths circle{fill:none;stroke:#fff;stroke-width:3;stroke-miterlimit:10}.nexwave-logo circle{fill:#25298c;pointer-events:all}.hero-section{width:100vw;height:92vh;min-height:550px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8acc,#3b82f6b3,#1e40afcc),url(/assets/aboutus-bg-BslsuLNC.webp) center/cover no-repeat;color:#fff;text-align:center;padding:0 20px;position:relative}.hero-content{max-width:800px;position:relative;z-index:2}.hero-content h1{font-size:3.5rem;font-weight:600;margin:0 0 30px;color:#fff;-webkit-user-select:none;user-select:none;text-shadow:0 4px 8px rgba(0,0,0,.5)}.hero-accent-line{width:110px;height:4px;background:linear-gradient(90deg,#fff,#e0e7ff,#cbd5e1);margin:0 auto 30px;border-radius:2px;animation:pulse 2s infinite;box-shadow:0 0 15px #fff6}.hero-content p{font-size:1.2rem;font-weight:300;line-height:1.8;margin:0 0 40px;opacity:.95;text-shadow:0 2px 4px rgba(0,0,0,.3)}.contact-btn{padding:12px 30px;background:#fff;color:#1e3a8a;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 10px #0003}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:#f8fafc}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.contact-btn{padding:14px 35px;font-size:1.1rem}}@media (max-width: 480px){.hero-section{height:95vh;padding:20px}.hero-content h1{font-size:2rem;margin-bottom:20px}.hero-content p{font-size:1rem;line-height:1.6;margin-bottom:30px}}.vision-mission-section{padding:60px 20px;background:linear-gradient(135deg,#1e3a8acc,#3b83f697,#1e40afdc),url(/assets/aboutus-visionmission-bg-CeSS2sTd.webp) center/cover no-repeat}.vision-mission-container{max-width:1200px;margin:0 auto}.vision-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:60px}.vision-card,.mission-card,.wvdo-card{background:#ffffffb5;border-radius:12px;padding:30px;text-align:center;box-shadow:0 4px 6px #ffffff1a;transition:transform .3s ease,box-shadow .3s ease}.wvdo-card:hover,.vision-card:hover,.mission-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 8px 15px #00000026}.card-icon{width:50px;margin-bottom:20px}.wvdo-card h3,.vision-card h3,.mission-card h3{font-size:1.5rem;font-weight:600;margin-bottom:15px;color:#333}.wvdo-card p,.vision-card p,.mission-card p{font-size:1rem;line-height:1.6;color:#666;margin:0}.section-header{text-align:center;margin-bottom:40px}.tagline h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:25px}.value-item{background:#ffffffb5;padding:25px;border-radius:8px;text-align:center;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.value-item:hover{transform:translateY(-3px);background:#fff}.value-icon{width:45px;margin-bottom:15px}.value-item h4{font-size:1.2rem;font-weight:600;margin-bottom:10px;color:#333}.value-item p{font-size:.9rem;line-height:1.5;color:#666;margin:0}@media (max-width: 768px){.vision-mission-section{padding:40px 15px}.vision-mission-grid{grid-template-columns:1fr;gap:20px}.tagline h2{font-size:2rem}.values-grid{grid-template-columns:repeat(2,minmax(150px,1fr));gap:20px}}@media (max-width: 480px){.values-grid{grid-template-columns:repeat(1,minmax(150px,1fr))}}.whyus-section{padding:80px 20px;background:#f8f9fa;min-height:80vh}.whyus-container{max-width:1200px;margin:0 auto}.whyus-header{text-align:center;margin-bottom:60px}.whyus-header h2{font-size:2.5rem;font-weight:600;color:#333;margin:0 0 15px}.whyus-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.reason-card{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 2px 10px #00000014;transition:transform .2s ease,box-shadow .2s ease}.reason-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.reason-icon{width:40px;margin:0 auto 20px;display:block}.reason-card h3{font-size:1.3rem;color:#333;margin:0 0 15px;font-weight:600}.reason-card p{color:#666;line-height:1.5;font-size:.95rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px #00000014}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;font-weight:700;margin:0 0 5px;color:#667eea}.stat-item p{font-size:.9rem;margin:0;color:#666;text-transform:uppercase;letter-spacing:1px;font-weight:500}@media (max-width:1010px){.stats-grid{grid-template-columns:repeat(2,1fr);padding:30px 20px;gap:20px}}@media (max-width: 768px){.whyus-section{padding:60px 15px}.whyus-header h2{font-size:2rem}.whyus-header p{font-size:1rem}.reasons-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.reason-card{padding:25px 20px}.stat-item h3{font-size:2rem}}@media (max-width: 568px){.reasons-grid{grid-template-columns:repeat(1,1fr);gap:20px;margin-bottom:40px}}@media (max-width: 480px){.whyus-header h2{font-size:1.8rem}.stats-grid{padding:25px 15px}.stat-item h3{font-size:1.8rem}}@media (max-width: 380px){.stats-grid{grid-template-columns:1fr}}.what-are-we-container{display:flex;align-items:center;justify-content:space-between;padding:60px 40px;max-width:1200px;margin:0 auto;gap:60px;min-height:70vh}.what-are-we-container{transition:transform .6s ease,opacity .6s ease;opacity:0;transform:translateY(0)}.slide-in-top,.slide-in-bottom{opacity:1;transform:translateY(0)}.slide-out-top{opacity:0;transform:translateY(-100px)}.slide-out-bottom{opacity:0;transform:translateY(100px)}.content-section{flex:1;max-width:600px}.text-content{font-family:Arial,sans-serif;line-height:1.7;color:#333}.text-content p{margin-bottom:24px;font-size:16px;text-align:justify}.text-content p:last-child{margin-bottom:0}.text-content strong{color:#2c5282;font-weight:600}.image-section{flex:1;max-width:500px;display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;height:450px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0003;position:relative;overflow:hidden}.content-image{width:100%;height:100%;object-fit:cover;border-radius:12px}@media (max-width: 768px){.what-are-we-container{flex-direction:column;padding:40px 20px;gap:40px;text-align:center}.content-section{max-width:100%}.text-content p{text-align:left;font-size:15px}.image-section{max-width:100%}.image-placeholder{height:350px}}@media (max-width: 480px){.what-are-we-container{padding:30px 15px;gap:30px}.text-content p{font-size:14px;margin-bottom:20px}.image-placeholder{height:300px}}.aboutus-page{width:100vw;overflow:hidden}.copyright{background:#10228a;display:flex;align-items:center;justify-content:space-between;width:100vw;height:3vw;color:#fff;padding-left:4vw;padding-right:4vw;font-size:1vw}.copyright p a{color:#fff;text-decoration:none}.copyright p a:hover{text-decoration:underline}@media screen and (max-width: 500px){.copyright{justify-content:space-around;flex-direction:column;height:100%;font-size:3vw;padding:1vw}}.Footer{background-color:#f1f1f1;display:flex;width:100vw;height:38vh;font-family:"Roboto",Sans-serif;justify-content:center;align-items:center;gap:10px}.smecFooterLogo{height:auto;max-width:63%;margin-bottom:1.4vw}.Logo-and-address ul li{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:.5vw;width:100%}.Logo-and-address ul li p{line-height:25px;font-size:1.01vw;font-weight:400;font-family:"Roboto",Sans-serif}.Logo-and-address ul li a{color:#000;text-decoration:none;display:flex;align-items:center;font-size:1.1vw;font-family:"Roboto",Sans-serif}.FooterSub-divs{width:23vw;padding:1vw;padding-top:0}.FooterSub-divs h3{margin-bottom:1.5vw;font-weight:700;font-family:"Roboto",Sans-serif}.FooterSub-divs ul li{list-style:none;margin-top:.5vw;font-family:"Roboto",Sans-serif}.FooterSub-divs a{text-decoration:none;color:#000;font-family:"Roboto",Sans-serif}.social-media-icons{display:flex;align-items:center;gap:.1vw}.social-media-icons a{display:flex;align-items:center;justify-content:center;background:#202020;color:#f9f9f9;border-radius:1px;font-size:1px;padding:.3vw;margin:3vw .1vw .1vw;text-decoration:none}.contact-icon{font-size:1.1vw}@media only screen and (max-width: 980px) and (orientation: landscape){.Footer{height:50vh}.Logo-and-address ul li p{font-size:1.1vw}.Logo-and-address ul li a{font-size:1.2vw}.FooterSub-divs h3{font-size:1.71vw}.FooterSub-divs ul li{margin-top:.8vw}.FooterSub-divs a{font-size:1.5vw}.social-media-icons{gap:.2vw}.social-media-icons a{font-size:3px;margin-top:3vw}}@media only screen and (max-width: 900px){.Footer{display:block;height:100%;padding:8vw}.FooterSub-divs{margin-bottom:5vw;width:50vw}.Logo-and-address{margin-bottom:5vw}.Logo-and-address ul li p,.Logo-and-address ul li a{font-size:3vw}.contact-icon{font-size:10vw}.FooterSub-divs h3,.FooterSub-divs a{font-size:3vw}.footer-icons,.contact-icon{width:5vw!important;height:5vw!important}.smecFooterLogo{height:auto;max-width:45%;margin-bottom:1.4vw}}.coming-soon-container{background:linear-gradient(to bottom right,#312e81,#6b21a8,#db2777);min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:20px;font-family:Arial,sans-serif}.coming-soon-content{max-width:500px;width:100%}.coming-soon-title{font-size:3rem;font-weight:700;animation:pulse 2s infinite;margin-bottom:20px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.coming-soon-text{font-size:1.2rem}.Nav{position:absolute;top:0;color:#fff;display:flex;justify-content:space-between;align-items:center;width:100vw;padding-right:2vw;padding-left:1.2vw;padding-top:1.2vw;z-index:10}.Logo-img{width:9vw}.Nav-bar{width:47vw}.Nav-bar .Nav-bar-main-ul{display:flex;align-items:center;gap:1.3vw}.Nav-bar ul li{list-style:none;cursor:pointer;display:flex;font-size:1.03vw;flex-direction:column;position:relative}.Nav-bar ul li a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;font-family:"Source Sans 3",HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif}.contact{display:flex;align-items:center;justify-content:center;gap:1vw}.contact li{display:flex;align-items:center;justify-content:center;font-size:.9vw}.contact li a{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff}.submenu{position:absolute;top:100%;background:#fff;left:0;display:none;z-index:1}.submenu li{width:25vw;display:flex;justify-content:start;padding:.75vw .75vw .75vw 2vw;padding-right:0;border-bottom:1px solid #cbcbcb}.submenu li .submenu-a,.submenu li .submenu-a2{color:#000;font-weight:400;justify-content:start}.submenu li:hover .submenu-a,.submenu li:hover .submenu-arrow-and-name,.submenu2 li:hover .submenu-a2{color:#3502ad}.submenu2{position:absolute;left:100%;top:0%;background:#fff;color:#000;display:none}.submenu2 li{border-bottom:1px solid #cbcbcb;padding:.8vw .8vw .8vw 2vw;padding-right:0}.Nav-bar ul li:hover>.submenu{display:block;animation:DropDownOpen .5s}.submenu li:hover>.submenu2{display:block}.submenu-arrow-and-name{display:flex;align-items:center;justify-content:space-between;color:#000;font-weight:400}@keyframes DropDownOpen{0%{opacity:0}to{opacity:1}}.mobile-menu{padding-right:2vw;display:none}.mobile-menu .menu-icon{font-size:7vw!important}.mobile-nav{position:absolute;top:120%;width:100vw;display:flex;align-items:center;justify-content:center;background:#fff;z-index:1;left:0;display:none}@media only screen and (max-width: 900px) and (orientation: portrait){#deactive{display:none}#active{display:block}.mobile-nav{display:flex}.mobile-nav ul{width:100%}.mobile-nav ul li{width:100%;list-style:none;border-bottom:1px solid rgb(203,203,203);padding-left:4vw;padding-top:11px;padding-bottom:10px}.mobile-nav ul li a{color:#212121;text-decoration:none}.Logo-img{width:30vw}.mobile-menu{display:block}.Nav-bar,.contact{display:none}#menu-icon,.mobile-menu .menu-icon-close{font-size:7vw}}
