*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;font-family:Poppins,sans-serif;scroll-behavior:smooth}@media(max-width:1382px){html{font-size:16px}}@media(max-width:1280px){html{font-size:14px}}.navbarMain{position:fixed;top:0;width:100%;z-index:9999;background-color:transparent;transition:background-color .3s,box-shadow .3s}.navbarMain.fixed{background:#11354e;box-shadow:0 4px 6px rgba(0,0,0,.1)}.navbarMain .navbarContainer{width:100%;padding:1rem 2rem}.navbarMain .navbarContainer .navbar{display:flex;justify-content:space-between;align-items:center}@media(max-width:1024px){.navbarMain .navbarContainer .navbar{justify-content:space-around}}@media(max-width:767px){.navbarMain .navbarContainer .navbar{width:100%}}.navbarMain .navbarContainer .navbar .navIcons{display:flex;align-items:center;justify-content:space-between;width:60%}@media(max-width:767px){.navbarMain .navbarContainer .navbar .navIcons{width:100%;justify-content:space-around}}.navbarMain .navbarContainer .navbar .navIcons .logo img{width:200px;height:56px;cursor:pointer}.navbarMain .navbarContainer .navbar .navIcons .menuToggle{display:none;font-size:1.5rem;cursor:pointer}.navbarMain .navbarContainer .navbar .navIcons .menuToggle svg{color:#fff}@media(max-width:854px){.navbarMain .navbarContainer .navbar .navIcons .menuToggle{display:block}}.navbarMain .navbarContainer .navbar .navItems{list-style:none;display:flex;gap:2rem}@media(max-width:854px){.navbarMain .navbarContainer .navbar .navItems{position:fixed;top:0;left:-100%;flex-direction:column;width:50%;height:100%;background:linear-gradient(180deg,#11354e 22.11%,#1e4560 53.5%,#11354e 87%);transition:left .3s;padding:1rem;z-index:1000}.navbarMain .navbarContainer .navbar .navItems.active{left:0}.navbarMain .navbarContainer .navbar .navItems .mobileButtons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.navbarMain .navbarContainer .navbar .navItems .mobileButtons .bookDemo-btn,.navbarMain .navbarContainer .navbar .navItems .mobileButtons .login-btn{padding:.5rem 1rem;border-radius:5px;cursor:pointer;text-align:center;font-size:1rem}.navbarMain .navbarContainer .navbar .navItems .mobileButtons .login-btn{background:transparent;border:1px solid #fff;color:#fff}.navbarMain .navbarContainer .navbar .navItems .mobileButtons .bookDemo-btn{background:#fd4621;border:none;color:#fff}}.navbarMain .navbarContainer .navbar .navItems li a{color:#fff;text-decoration:none;font-size:1rem;position:relative}.navbarMain .navbarContainer .navbar .navItems li a.active:after,.navbarMain .navbarContainer .navbar .navItems li a:hover:after{content:"";width:100%;height:2px;background-color:#fd4621;position:absolute;bottom:-5px;left:0}.navbarMain .navbarContainer .navbar .rightMenu{display:flex;gap:1rem}@media(max-width:854px){.navbarMain .navbarContainer .navbar .rightMenu{display:none}}.navbarMain .navbarContainer .navbar .rightMenu .bookDemo-btn,.navbarMain .navbarContainer .navbar .rightMenu .login-btn{padding:.5rem 1rem;border-radius:5px;cursor:pointer}.navbarMain .navbarContainer .navbar .rightMenu .login-btn{background:transparent;border:1px solid #fff;color:#fff}.navbarMain .navbarContainer .navbar .rightMenu .bookDemo-btn{background:#fd4621;border:none;color:#fff}.home{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,1,2,.5) 19.33%,rgba(0,13,22,.5) 39.17%,rgba(54,54,54,0) 101.74%),url(/_next/static/media/heroBg.bf4f0168.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.home .homeContainer{width:100%;margin:0 auto;position:relative;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.home .homeContainer .homeContent{color:#fff;display:flex;justify-content:center;align-items:center;flex-grow:1;opacity:0;animation:fadeIn 2s ease-out forwards}.home .homeContainer .homeContent .homeContent-text{width:90%;margin:0 auto}.home .homeContainer .homeContent .homeContent-text .carousel{width:70%;position:relative;overflow:hidden}@media(max-width:768px){.home .homeContainer .homeContent .homeContent-text .carousel{width:100%}}.home .homeContainer .homeContent .homeContent-text .carousel .slides{display:flex;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.home .homeContainer .homeContent .homeContent-text .carousel .slide{flex:0 0 100%;display:flex;align-items:center;flex-direction:column}.home .homeContainer .homeContent .homeContent-text .carousel .slide.active{display:block}.home .homeContainer .homeContent .homeContent-text .carousel .slide h2,.home .homeContainer .homeContent .homeContent-text .carousel .slide p{margin-bottom:1.5rem}.home .homeContainer .homeContent .homeContent-text .carousel .slide h2{font-size:2.5rem;font-weight:500}.home .homeContainer .homeContent .homeContent-text .carousel .slide h2 span{font-weight:700;color:#fff}.home .homeContainer .homeContent .homeContent-text .carousel .slide p{font-size:1.2rem;font-weight:400;line-height:1.5}.home .homeContainer .homeContent .homeContent-text .carousel .slide .bookDemo-btn{border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer}.home .homeContainer .homeContent .homeContent-text .carousel .slide .bookDemo-btn:hover{background-color:#e03c1d}.home .homeContainer .dots{text-align:center;margin-top:1rem}.home .homeContainer .dots span{display:inline-block;width:12px;height:12px;margin:0 8px;background-color:#ddd;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.home .homeContainer .dots span.active{background-color:#fd4621}.homeVideo{width:90%;margin:2rem auto;position:relative;display:flex;justify-content:center;align-items:center;animation:zoomIn 3s ease-in-out forwards}.homeVideo video{border-radius:10px;display:block;width:100%;height:auto;border:1px solid #000}@media(max-width:768px){.homeVideo video{max-height:300px}.homeVideo .videoControls{flex-direction:column;gap:5px}.homeVideo .videoControls .controlBtn{font-size:12px;padding:5px}}@media(max-width:480px){.homeVideo video{max-height:200px}.homeVideo .videoControls{bottom:5px;padding:5px}.homeVideo .videoControls .controlBtn{font-size:10px;padding:3px}}.homeSection2{width:90%;margin:3rem auto 0}.homeSection2 .homeSection2Head{animation:fadeIn 2s ease-out forwards}.homeSection2 .homeSection2Head h2{font-size:2rem;font-weight:600;margin-bottom:2rem;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.homeSection2 .homeSection2Head h2 span{color:#fd4621}.homeSection2 .homeSection2Content{animation:fadeIn 2s ease-out forwards}.homeSection2 .homeSection2Content p{color:#605959;font-size:1.2rem;line-height:1.8;font-weight:500;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.homeSection3{width:90%;margin:2rem auto 0}.homeSection3 .sections-container{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem;justify-content:center}@media(max-width:768px){.homeSection3 .sections-container{flex-direction:column}}.homeSection3 .sections-container .section-item{width:calc(33.33% - 20px);transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.homeSection3 .sections-container .section-item{width:100%}}.homeSection3 .sections-container .section-item:hover{transform:translateY(-5px)}.homeSection3 .sections-container .section-item img{width:100%;height:330px;object-fit:cover;margin-bottom:1rem;border-radius:8px}@media(max-width:1024px){.homeSection3 .sections-container .section-item img{width:270px;height:270px}}@media(max-width:768px){.homeSection3 .sections-container .section-item img{width:100%}}.homeSection3 .sections-container .section-item h3{font-size:1.5rem;margin:1rem 0;font-weight:600;color:#333}@media(max-width:1024px){.homeSection3 .sections-container .section-item h3{font-size:1.2rem}}.homeSection3 .sections-container .section-item p{font-size:1rem;color:#676767;margin:2rem 0;font-weight:500;line-height:2;flex-grow:1}@media(max-width:1024px){.homeSection3 .sections-container .section-item p{font-size:.9rem}}.homeSection3 .sections-container .section-item a{display:inline-block;font-size:1rem;color:#000;text-decoration:none;margin-bottom:1rem;position:relative;transition:color .3s ease}.homeSection3 .sections-container .section-item a:hover{color:#000}.homeSection3 .sections-container .section-item a:after{content:"";display:block;width:0;height:2px;background-color:#000;transition:width .3s ease;margin-top:4px;margin-left:auto;margin-right:auto}.homeSection3 .sections-container .section-item a:hover:after{width:100%}.homeSection3 .sections-container .scroll-section{opacity:0;transform:translateY(20px);transition:all .6s ease-in-out}.homeSection3 .sections-container .scroll-section.animate{opacity:1;transform:translateY(0)}.homeSection3 .sections-container .section-item{animation:fadeIn 1s ease-in-out}.homeSection3 .sections-container .dots{animation:bounce .8s ease-in-out}.homeSection3 .sections-container .slide.active{animation:zoomIn .8s ease-in-out}@keyframes zoomIn{0%{transform:scale(.8);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.about{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,1,2,.5) 19.33%,rgba(0,13,22,.5) 39.17%,rgba(54,54,54,0) 101.74%),url(/_next/static/media/aboutBg.0784c0f3.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.about .aboutContainer{width:90%;margin:0 auto;height:100vh;display:flex;align-items:center}.about .aboutContainer .aboutContent{width:60%;opacity:0;animation:fadeIn 2s ease-out forwards}@media(max-width:768px){.about .aboutContainer .aboutContent{width:100%}}.about .aboutContainer .aboutContent h2,.about .aboutContainer .aboutContent p{margin-bottom:1.5rem;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.about .aboutContainer .aboutContent h2{font-size:2.5rem;font-weight:500;color:#fff}.about .aboutContainer .aboutContent h2 span{font-weight:700;color:#fff}.about .aboutContainer .aboutContent p{font-size:1.2rem;font-weight:400;line-height:1.5;color:#fff}.about .aboutContainer .aboutContent .bookDemo-btn{transition:transform .5s ease-in-out;animation:slideIn .8s ease-out;border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer}.about .aboutContainer .aboutContent .bookDemo-btn:hover{background-color:#e03c1d}.aboutSection7{width:90%;margin:0 auto;padding:2rem 0}.aboutSection7 .aboutSection7Head{opacity:0;transform:translateY(50px);transition:all .5s ease;padding-bottom:2rem}.aboutSection7 .aboutSection7Head.show{opacity:1;transform:translateY(0)}.aboutSection7 .aboutSection7Head h2{font-size:2rem;font-weight:400;text-transform:none;color:#605959;line-height:1.8;letter-spacing:normal;font-weight:600}.aboutSection7 .aboutSection7Container{opacity:0;transform:translateY(50px);transition:all .5s ease;display:flex;justify-content:space-between}.aboutSection7 .aboutSection7Container.show{opacity:1;transform:translateY(0)}@media(max-width:768px){.aboutSection7 .aboutSection7Container{flex-direction:column}}.aboutSection7 .aboutSection7Container .aboutSection7Content,.aboutSection7 .aboutSection7Container .aboutSection7Img{width:calc(50% - 20px)}@media(max-width:768px){.aboutSection7 .aboutSection7Container .aboutSection7Content,.aboutSection7 .aboutSection7Container .aboutSection7Img{width:100%}}.aboutSection7 .aboutSection7Container .aboutSection7Img{display:flex;justify-content:center;align-items:center}.aboutSection7 .aboutSection7Container .aboutSection7Img img{width:100%;height:650px;object-fit:cover}@media(max-width:1024px){.aboutSection7 .aboutSection7Container .aboutSection7Img img{height:735px}}@media(max-width:768px){.aboutSection7 .aboutSection7Container .aboutSection7Img img{margin-bottom:2rem;width:700px;height:500px}}@media(max-width:500px){.aboutSection7 .aboutSection7Container .aboutSection7Img img{margin-bottom:2rem;width:100%;height:500px}}.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentHead h2,.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content2 .aboutSection7ContentHead h2{font-size:2rem;font-weight:400;text-transform:none;color:#605959;line-height:2;letter-spacing:normal}@media(max-width:768px){.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentHead h2,.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content2 .aboutSection7ContentHead h2{font-size:1.5rem}}.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentContent p,.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content2 .aboutSection7ContentContent p{font-size:1.3rem;font-weight:400;text-transform:none;color:#605959;line-height:1.8;letter-spacing:normal}@media(max-width:768px){.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentContent p,.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content2 .aboutSection7ContentContent p{font-size:1rem}}.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1{margin-bottom:2rem}.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentContent{border-left:4px solid #605959}.aboutSection7 .aboutSection7Container .aboutSection7Content .aboutSection7Content1 .aboutSection7ContentContent p{padding-left:2rem}.aboutSection8{padding:2rem 0}.aboutSection8 .aboutSection8Container{width:90%;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0;transform:translateY(50px);transition:all .5s ease}.aboutSection8 .aboutSection8Container.show{opacity:1;transform:translateY(0)}.aboutSection8 .aboutSection8Container .aboutSection8Head h2{font-size:2rem;font-weight:600;color:#605959;margin-bottom:1rem}.aboutSection8 .aboutSection8Container .aboutSection8Content{text-align:center}.aboutSection8 .aboutSection8Container .aboutSection8Content p{line-height:2;font-size:1.2rem;color:#605959}.aboutSection9{width:90%;margin:0 auto}.aboutSection9 .cards-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;padding:1rem}@media(max-width:768px){.aboutSection9 .cards-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.aboutSection9 .cards-container{grid-template-columns:1fr}}.aboutSection9 .card{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid #ddd;border-radius:8px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;height:100%}.aboutSection9 .card .card-image{width:100%;height:300px;object-fit:cover}.aboutSection9 .card .card-title{font-size:1.25rem;font-weight:600;color:#333;margin:1rem 0}.aboutSection9 .card .card-description{font-size:1rem;color:#666;margin:0 1rem 1rem}.aboutSection1{width:90%;margin:3rem auto 0;opacity:0;transform:translateY(50px);transition:opacity 1s ease-out,transform 1s ease-out}.aboutSection1.inView{opacity:1;transform:translateY(0)}.aboutSection1 .aboutSection1Head h2{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#605959}.aboutSection1 .aboutSection1Head h2 span{color:#fd4621}.aboutSection1 .aboutSection1Content p{color:#605959;font-size:1.2rem;line-height:1.8;font-weight:500}.aboutSection2{width:90%;margin:0 auto;padding:3rem 0;opacity:0;transform:translateY(50px);transition:opacity 1s ease-out,transform 1s ease-out}.aboutSection2.inView{opacity:1;transform:translateY(0)}.aboutSection2 .aboutSection2Container{display:flex;justify-content:space-between}@media(max-width:768px){.aboutSection2 .aboutSection2Container{flex-direction:column}}.aboutSection2 .aboutSection2Container .aboutSection2Content,.aboutSection2 .aboutSection2Container .aboutSection2Img{width:calc(50% - 1rem);margin-bottom:1rem}@media(max-width:768px){.aboutSection2 .aboutSection2Container .aboutSection2Content,.aboutSection2 .aboutSection2Container .aboutSection2Img{width:100%}}.aboutSection2 .aboutSection2Container .aboutSection2Content{display:flex;justify-content:center;align-items:center}.aboutSection2 .aboutSection2Container .aboutSection2Content p{font-size:1.3rem;line-height:2;color:#605959}@media(max-width:1024px){.aboutSection2 .aboutSection2Container .aboutSection2Content p{font-size:1.2rem;line-height:1.6}}.aboutSection2 .aboutSection2Container .aboutSection2Img{height:50vh;display:flex;align-items:center;justify-content:center}.aboutSection2 .aboutSection2Container .aboutSection2Img img{width:100%;height:50vh;border-radius:10px}@media(max-width:768px){.aboutSection2 .aboutSection2Container .aboutSection2Img img{height:auto;width:100%}}.aboutSection2 .aboutSection2Tabs{display:flex;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}.aboutSection2 .aboutSection2Tabs .tab{width:25%;padding:.5rem 1rem;cursor:pointer;font-weight:700;transition:background-color .3s ease;text-align:center}@media(max-width:500px){.aboutSection2 .aboutSection2Tabs .tab{width:100%}}.aboutSection2 .aboutSection2Bar{background-color:#c5c5c5;width:100%;height:20px;border-radius:10px;display:flex;margin-top:1rem}.aboutSection2 .aboutSection2Bar .bar1,.aboutSection2 .aboutSection2Bar .bar2,.aboutSection2 .aboutSection2Bar .bar3,.aboutSection2 .aboutSection2Bar .bar4{flex:1 1;height:100%;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:600px){.aboutSection2 .aboutSection2Tabs{flex-direction:column;align-items:center}.aboutSection2 .tab{width:100%;text-align:center}.aboutSection2 .bar1,.aboutSection2 .bar2,.aboutSection2 .bar3,.aboutSection2 .bar4{height:20px}}.aboutSection3{text-align:center}.aboutSection3 .aboutSection3Head h2{font-size:2rem;margin:2rem 0;color:#262626}.aboutSection3 .aboutSection3Content{background-image:url(/image/about3.jpeg);background-size:cover;background-position:50%;height:350px;width:90%;margin:0 auto;border-radius:30px;display:flex;justify-content:center;align-items:center;position:relative;animation:zoomIn 3s ease-in-out forwards}.aboutSection3 .aboutSection3Content p{width:60%;font-size:1.3rem;text-align:center;color:#fff;line-height:2}.aboutSection3 .aboutSection3Content p span{font-size:1.4rem;font-weight:600}@media(max-width:768px){.aboutSection3 .aboutSection3Content p{width:100%;padding:1rem}}@keyframes zoomOut{0%{transform:scale(.9)}50%{transform:scale(1)}to{transform:scale(.9)}}@media(max-width:768px){.aboutSection3 .aboutSection3Content:before{width:100%}}.aboutSection4{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.aboutSection4.animate-visible{opacity:1;transform:translateY(0)}.aboutSection4.animate-hidden{opacity:0;transform:translateY(50px)}.aboutSection4 .aboutSection4Container{width:90%;margin:0 auto}.aboutSection4 .aboutSection4Container .aboutSection4Head{text-align:center}.aboutSection4 .aboutSection4Container .aboutSection4Head h2{font-size:2rem;margin:2rem 0;color:#262626}.aboutSection4 .aboutSection4Container .aboutSection4Content{padding-bottom:1rem}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs{display:flex;justify-content:space-between;margin:2rem 0;gap:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs::-webkit-scrollbar{display:none}@media(max-width:600px){.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs{flex-wrap:nowrap}}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab{flex:0 0 25%;width:25%;text-align:center;position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;padding:0 10px}@media(max-width:600px){.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab{width:auto}}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab svg{font-size:30px;color:#b7b7b7;transition:color .3s ease}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab svg{font-size:20px}}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab .valueContent{display:none;opacity:0;transition:opacity .3s ease}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab .valueContent p{margin-top:10px;font-size:1rem}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab:after{content:"";position:absolute;bottom:-1rem;left:0;width:0;height:3px;background-color:#002d49;transition:width .3s ease}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab:hover svg{color:#002d49}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab:hover:after{width:90%;margin:0 auto}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab:hover .valueContent{display:block;opacity:1}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab.active svg{color:#002d49}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab.active .valueContent{display:block;opacity:1}.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab.active:after{width:90%;margin:0 auto}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab{width:auto}}@media(max-width:480px){.aboutSection4 .aboutSection4Container .aboutSection4Content .valueTabs .valueTab{width:auto}}.aboutSection4 .aboutSection4Container .aboutSection4Sliders{margin:2rem 0}.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider{flex-direction:column}}.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderContent{font-size:1.5rem;margin-right:1rem;width:50%;margin-bottom:1rem}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderContent{width:100%}}.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderimg{width:50%;border-radius:20px}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderimg{width:100%}}.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderimg img{width:100%;height:50vh;border-radius:8px}@media(max-width:768px){.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSlider .aboutSliderimg img{width:100%}.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSliderContent{width:100%;margin-right:0;text-align:center}}@media(max-width:480px){.aboutSection4 .aboutSection4Container .aboutSection4Sliders .aboutSliderContent{font-size:1.2rem}}.aboutSection5{padding:80px 0;background-color:#f9f9f9}.aboutSection5 .aboutSection5Container{max-width:90%;margin:0 auto}.aboutSection5 .aboutSection5Container .aboutSection5Head{text-align:center;margin-bottom:40px}.aboutSection5 .aboutSection5Container .aboutSection5Head h2{font-size:2.5rem;color:#333;margin-bottom:10px}.aboutSection5 .aboutSection5Container .aboutSection5Head p{font-size:1.2rem;color:#666}.aboutSection5 .aboutSection5Container .aboutSectionContent{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard{background-color:#fff;border-radius:15px;box-shadow:0 8px 16px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard:hover{box-shadow:0 12px 24px rgba(0,0,0,.15)}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage{width:100%;height:450px;position:relative;overflow:hidden}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage img{width:100%;height:100%;object-fit:cover;display:block}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .imageOverlay{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent)}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .aboutSectionText{position:absolute;bottom:20px;left:20px;right:20px;color:#fff;z-index:2}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .aboutSectionText h2{font-size:1.8rem;margin-bottom:5px}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .aboutSectionText .role{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:10px}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .aboutSectionText .toggleButton{position:absolute;top:0;right:0;background-color:#fff;color:#11354e;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.5rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 3px 8px rgba(0,0,0,.2);transition:background-color .3s ease,transform .2s ease}.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionImage .aboutSectionText .toggleButton:hover{transform:scale(1.05)}.aboutSection5 .modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;z-index:10000}.aboutSection5 .modal.open{display:flex}.aboutSection5 .modal .modalContent{background-color:#fff;border-radius:15px;width:80%;height:auto;display:flex;overflow:hidden;position:relative}@media(max-width:768px){.aboutSection5 .modal .modalContent{height:570px}}.aboutSection5 .modal .modalContent .closeButton{position:absolute;top:15px;right:15px;background-color:#11354e;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.5rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;box-shadow:0 3px 8px rgba(0,0,0,.2);transition:background-color .3s ease,transform .2s ease}@media(max-width:500px){.aboutSection5 .modal .modalContent .closeButton{right:8px;width:30px;height:30px}}.aboutSection5 .modal .modalContent .closeButton:hover{background-color:#0d2e3e;transform:scale(1.05)}.aboutSection5 .modal .modalContent .modalImage{width:30%;display:flex;justify-content:center;padding:1rem}.aboutSection5 .modal .modalContent .modalImage img{width:400px;height:300px;object-fit:cover}@media(max-width:768px){.aboutSection5 .modal .modalContent .modalImage img{width:350px;height:250px}}@media(max-width:500px){.aboutSection5 .modal .modalContent .modalImage img{width:250px;height:150px}}.aboutSection5 .modal .modalContent .modalText{width:70%;padding:1rem;overflow-y:auto}.aboutSection5 .modal .modalContent .modalText h2{font-size:2rem;color:#333;margin-bottom:10px}.aboutSection5 .modal .modalContent .modalText .role{font-size:1.2rem;color:#11354e;margin-bottom:20px}.aboutSection5 .modal .modalContent .modalText .bio p{font-size:1rem;color:#555;line-height:1.8;margin:0}@media(max-width:1023px){.aboutSection5 .aboutSection5Container .aboutSectionContent{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.aboutSection5{padding:40px 0}.aboutSection5 .aboutSection5Container .aboutSectionHead h2{font-size:2rem}.aboutSection5 .aboutSection5Container .aboutSectionHead p{font-size:1.1rem}.aboutSection5 .aboutSection5Container .aboutSectionContent{grid-template-columns:1fr;gap:25px}.aboutSection5 .aboutSection5Container .aboutSectionCard .aboutSectionImage{height:300px}.aboutSection5 .aboutSection5Container .aboutSectionCard .aboutSectionText{padding:15px}.aboutSection5 .aboutSection5Container .aboutSectionCard .aboutSectionText h2{font-size:1.5rem;padding-right:40px}.aboutSection5 .aboutSection5Container .aboutSectionCard .aboutSectionText .role{font-size:1rem;max-width:65%}.aboutSection5 .aboutSection5Container .aboutSectionCard .aboutSectionText .toggleButton{top:15px;right:15px;width:32px;height:32px;font-size:1.2rem}.aboutSection5 .modal .modalContent{flex-direction:column}.aboutSection5 .modal .modalContent .modalImage{width:100%;height:300px}.aboutSection5 .modal .modalContent .modalText{width:100%;padding:20px}.aboutSection5 .modal .modalContent .modalText h2{font-size:1.8rem}.aboutSection5 .modal .modalContent .modalText .role{font-size:1.1rem}.aboutSection5 .modal .modalContent .modalText .bio p{font-size:.9rem}}@media(max-width:480px){.aboutSection5 .aboutSection5Container .aboutSectionContent .aboutSectionCard .aboutSectionText .role{max-width:60%}}.product{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,1,2,.5) 19.33%,rgba(0,13,22,.5) 39.17%,rgba(54,54,54,0) 101.74%),url(/_next/static/media/product.e8df0003.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.product .productContainer{width:90%;margin:0 auto;height:100vh;display:flex;align-items:center}.product .productContainer .productContent{width:60%;opacity:0;animation:fadeIn 2s ease-out forwards}@media(max-width:768px){.product .productContainer .productContent{width:100%}}.product .productContainer .productContent h2,.product .productContainer .productContent p{margin-bottom:1.5rem;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.product .productContainer .productContent h2{font-size:2.5rem;font-weight:500;color:#fff}.product .productContainer .productContent h2 span{font-weight:700;color:#fff}.product .productContainer .productContent p{font-size:1.2rem;font-weight:400;line-height:1.5;color:#fff}.product .productContainer .productContent .bookDemo-btn{transition:transform .5s ease-in-out;animation:slideIn .8s ease-out;border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer}.product .productContainer .productContent .bookDemo-btn:hover{background-color:#e03c1d}.productSection1{width:90%;margin:0 auto;opacity:0;transform:translateY(50px);transition:all .5s ease-out}.productSection1.animate{opacity:1;transform:translateY(0)}.productSection1 .productSection1Container{text-align:center}.productSection1 .productSection1Container p{font-size:1.2rem;margin:2rem 0;color:#262626;line-height:2}.productSection1 .productSection1Container p span{font-weight:600}.productSection2 .productSection2Head{text-align:center}.productSection2 .productSection2Head h2{font-size:2rem;padding-top:2rem;color:#262626;line-height:2}.productSection2 .productSection2Head h2 span{font-weight:600}.productSection2 .productSection2Container{width:90%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.productSection2 .productSection2Container .productSection2CotentMain{width:50%;height:60vh;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.productSection2 .productSection2Container .productSection2CotentMain::-webkit-scrollbar{display:none}.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent{scroll-snap-align:start;height:60vh;display:flex;flex-direction:column;justify-content:center}@media(max-width:500px){.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent{height:70vh}}.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Head h2{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:#333}.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent{margin-top:1rem}.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent p{font-size:1.2rem;line-height:2;color:#605959}.productSection2 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent p span{font-weight:700;color:#000}.productSection2 .productSection2Container .productSection2Img{width:50%;display:flex;justify-content:center;align-items:center}.productSection2 .productSection2Container .productSection2Img img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media(max-width:768px){.productSection2 .productSection2Container{flex-direction:column}.productSection2 .productSection2Container .productSection2CotentMain{width:100%;height:70vh}.productSection2 .productSection2Container .productSection2Img{width:100%}}.productSection3 .productSection3Container{width:90%;margin:0 auto;opacity:0;transform:translateY(50px);transition:opacity .5s ease-out,transform .5s ease-out}.productSection3 .productSection3Container.animatation{opacity:1;transform:translateY(0)}.productSection3 .productSection3Container .productSection3Head{text-align:center}.productSection3 .productSection3Container .productSection3Head h2{font-size:2rem;margin:2rem 0;color:#262626;line-height:2;opacity:0;animation:fadeIn 1s ease-in-out forwards;animation-delay:.2s}.productSection3 .productSection3Container .aboutSection2Container{display:flex;justify-content:space-between;opacity:0;animation:fadeIn 1s ease-in-out forwards;animation-delay:.4s}@media(max-width:768px){.productSection3 .productSection3Container .aboutSection2Container{flex-direction:column}}.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Img{width:calc(50% - 1rem);margin-bottom:1rem;border-radius:30px}@media(max-width:768px){.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Img{width:100%}}.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Content{display:flex;justify-content:center;align-items:center}.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Content p{font-size:1.3rem;line-height:2;color:#605959}.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Img{background-image:url(/image/about2Bg.png);background-size:cover;background-position:50%;opacity:.8;height:50vh;display:flex;align-items:center;justify-content:center}.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Img img{max-width:100%;max-height:100%;height:auto;width:auto}@media(max-width:768px){.productSection3 .productSection3Container .aboutSection2Container .aboutSection2Img img{height:auto;width:100%}}.productSection3 .productSection3Container .aboutSection2Tabs{display:flex;justify-content:space-between;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.productSection3 .productSection3Container .aboutSection2Tabs::-webkit-scrollbar{display:none}.productSection3 .productSection3Container .aboutSection2Tabs .tab{flex:0 0 auto;width:auto;padding:.5rem 1rem;cursor:pointer;font-weight:700;transition:background-color .3s ease;text-align:center}@media(max-width:500px){.productSection3 .productSection3Container .aboutSection2Tabs .tab{width:auto;margin-right:1rem}}.productSection3 .productSection3Container .aboutSection2Tabs .tab:last-child{margin-right:0}.productSection3 .productSection3Container .aboutSection2Bar{background-color:#c5c5c5;width:100%;height:20px;border-radius:10px;display:flex;margin-top:1rem}.productSection3 .productSection3Container .aboutSection2Bar .bar1,.productSection3 .productSection3Container .aboutSection2Bar .bar2,.productSection3 .productSection3Container .aboutSection2Bar .bar3,.productSection3 .productSection3Container .aboutSection2Bar .bar4{flex:1 1;height:100%;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:600px){.productSection3 .productSection3Container .aboutSection2Tabs{flex-direction:column;align-items:center}.productSection3 .productSection3Container .tab{width:100%;text-align:center}.productSection3 .productSection3Container .bar1,.productSection3 .productSection3Container .bar2,.productSection3 .productSection3Container .bar3,.productSection3 .productSection3Container .bar4{height:20px}}.homeSection4{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out;margin:2rem 0}.homeSection4.animate{opacity:1;transform:translateY(0)}.homeSection4 .homeSection4Container{width:90%;margin:0 auto;background:linear-gradient(180deg,#11354e 22.11%,#1e4560 53.5%,#11354e 87%);padding:2rem 1rem;border-radius:30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.homeSection4 .homeSection4Container .homeSection4Content{flex:1 1 45%;display:flex;flex-direction:column;align-items:center;gap:1rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer{display:flex;flex-direction:column;justify-content:center}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer img{max-width:100%;height:250px;margin-bottom:1rem;border-radius:4px}@media(max-width:1024px){.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer img{height:220px;padding:1rem}}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents{display:flex;flex-direction:column;gap:1rem}@media(max-width:1024px){.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents{padding:1rem}}@media(min-width:768px){.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents{flex-direction:row}}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents .section4Content{display:flex;align-items:center;gap:.5rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents .section4Content svg{color:#fd4621;font-size:1.5rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentContainer .section4Contents .section4Content p{font-size:1rem;color:#fff;margin:0}.homeSection4 .homeSection4Container .homeSection4Content h2{font-size:1.5rem;color:#fff;margin:0 0 1rem}.homeSection4 .homeSection4Container .homeSection4Content p{font-size:1.2rem;color:#ddd;margin:0 0 1rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn{display:flex;gap:1rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn .btn{background-color:#fd4621;color:#fff}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn .btn:hover{background-color:#e03c1d}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn .cancle{background-color:transparent;color:#fff;border:1px solid #fff}.homeSection4 .homeSection4Container .homeSection4Content .homeSection4ContentBtn .cancle:hover{background-color:#fff;color:#11354e}@media(max-width:768px){.homeSection4 .homeSection4Container{flex-direction:column;gap:2rem}.homeSection4 .homeSection4Content{flex:1 1 100%}}@media(max-width:480px){.homeSection4 .homeSection4Content h2{font-size:1.25rem}.homeSection4 .homeSection4Content p{font-size:.9rem}.homeSection4 .homeSection4Content .homeSection4ContentBtn{flex-direction:column}.homeSection4 .homeSection4Content .homeSection4ContentBtn button{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.solution{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,1,2,.5) 19.33%,rgba(0,13,22,.5) 39.17%,rgba(54,54,54,0) 101.74%),url(/_next/static/media/solution.69e16067.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.solution .solutionContainer{width:90%;margin:0 auto;height:100vh;display:flex;align-items:center}.solution .solutionContainer .solutionContent{width:60%;opacity:0;animation:fadeIn 2s ease-out forwards}@media(max-width:768px){.solution .solutionContainer .solutionContent{width:100%}}.solution .solutionContainer .solutionContent h2,.solution .solutionContainer .solutionContent p{margin-bottom:1.5rem;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.solution .solutionContainer .solutionContent h2{font-size:2.5rem;font-weight:500;color:#fff}.solution .solutionContainer .solutionContent h2 span{font-weight:700;color:#fff}.solution .solutionContainer .solutionContent p{font-size:1.2rem;font-weight:400;line-height:1.5;color:#fff}.solution .solutionContainer .solutionContent .bookDemo-btn{transition:transform .5s ease-in-out;animation:slideIn .8s ease-out;border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer}.solution .solutionContainer .solutionContent .bookDemo-btn:hover{background-color:#e03c1d}.solutinSection1{width:90%;margin:0 auto;opacity:0;transform:translateY(50px);transition:all .5s ease-out}.solutinSection1.animate{opacity:1;transform:translateY(0)}.solutinSection1 .solutinSection1Container{text-align:center}.solutinSection1 .solutinSection1Container p{font-size:1.2rem;margin:2rem 0;color:#262626;line-height:2}.solutinSection1 .solutinSection1Container p span{font-weight:600}.productSection4{padding:2rem 0}.productSection4 .productSection3Container{width:90%;margin:0 auto;opacity:0;transform:translateY(50px);transition:all .5s ease}.productSection4 .productSection3Container.show{opacity:1;transform:translateY(0)}.productSection4 .productSection3Container .productSection3Head{text-align:center}.productSection4 .productSection3Container .productSection3Head h2{font-size:2rem;margin:2rem 0;color:#262626;line-height:2}.productSection4 .productSection3Container .aboutSection2Container{display:flex;justify-content:space-between}@media(max-width:768px){.productSection4 .productSection3Container .aboutSection2Container{flex-direction:column}}.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Img{width:calc(50% - 1rem);margin-bottom:1rem}@media(max-width:768px){.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Img{width:100%}}.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Content{display:flex;justify-content:center;align-items:center}.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Content p{font-size:1.3rem;line-height:2;color:#605959}.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Img{background-image:url(/image/about2Bg.png);background-size:cover;background-position:50%;opacity:.8;height:50vh;display:flex;align-items:center;justify-content:center}.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Img img{max-width:100%;max-height:100%;height:auto;width:auto}@media(max-width:768px){.productSection4 .productSection3Container .aboutSection2Container .aboutSection2Img img{height:auto;width:100%}}.productSection4 .productSection3Container .aboutSection2Tabs{display:flex;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}.productSection4 .productSection3Container .aboutSection2Tabs .tab{width:25%;padding:.5rem 1rem;cursor:pointer;font-weight:700;transition:background-color .3s ease;text-align:center}@media(max-width:500px){.productSection4 .productSection3Container .aboutSection2Tabs .tab{width:100%}}.productSection4 .productSection3Container .aboutSection2Bar{background-color:#c5c5c5;width:100%;height:20px;border-radius:10px;display:flex;margin-top:1rem}.productSection4 .productSection3Container .aboutSection2Bar .bar1,.productSection4 .productSection3Container .aboutSection2Bar .bar2,.productSection4 .productSection3Container .aboutSection2Bar .bar3,.productSection4 .productSection3Container .aboutSection2Bar .bar4{flex:1 1;height:100%;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:600px){.productSection4 .productSection3Container .aboutSection2Tabs{flex-direction:column;align-items:center}.productSection4 .productSection3Container .tab{width:100%;text-align:center}.productSection4 .productSection3Container .bar1,.productSection4 .productSection3Container .bar2,.productSection4 .productSection3Container .bar3,.productSection4 .productSection3Container .bar4{height:20px}}.productSection3{padding:2rem;background-color:#e2f4ff}.productSection3 .productSection2Head{text-align:center}.productSection3 .productSection2Head h2{font-size:2rem;padding-top:2rem;color:#262626;line-height:2}.productSection3 .productSection2Head h2 span{font-weight:600}.productSection3 .productSection2Container{width:90%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.productSection3 .productSection2Container .productSection2CotentMain{width:50%;height:60vh;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.productSection3 .productSection2Container .productSection2CotentMain::-webkit-scrollbar{display:none}.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent{scroll-snap-align:start;height:60vh;display:flex;flex-direction:column;justify-content:center}@media(max-width:500px){.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent{height:70vh}}.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Head h2{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:#333}.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent{margin-top:1rem}.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent p{font-size:1.2rem;line-height:2;color:#605959}.productSection3 .productSection2Container .productSection2CotentMain .productSection2Cotent .section2Cotent p span{font-weight:700;color:#000}.productSection3 .productSection2Container .productSection2Img{width:50%;display:flex;justify-content:center;align-items:center}.productSection3 .productSection2Container .productSection2Img img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}@media(max-width:768px){.productSection3 .productSection2Container{flex-direction:column}.productSection3 .productSection2Container .productSection2CotentMain{width:100%;height:70vh}.productSection3 .productSection2Container .productSection2Img{width:100%}}.productSection2{margin-bottom:2rem;opacity:0;transform:translateY(50px);transition:opacity .5s ease-out,transform .5s ease-out}.productSection2.animate{opacity:1;transform:translateY(0)}.productSection2 .productSection3Container{width:90%;margin:0 auto}.productSection2 .productSection3Container .productSection3Head{text-align:center}.productSection2 .productSection3Container .productSection3Head h2{font-size:2rem;margin:2rem 0;color:#262626;line-height:2}.productSection2 .productSection3Container .aboutSection2Container{display:flex;justify-content:space-between}@media(max-width:768px){.productSection2 .productSection3Container .aboutSection2Container{flex-direction:column}}.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Img{width:calc(50% - 1rem);margin-bottom:1rem}@media(max-width:768px){.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Content,.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Img{width:100%}}.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Content{display:flex;justify-content:center;align-items:center}.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Content p{font-size:1.3rem;line-height:2;color:#605959}.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Img{background-image:url(/image/about2Bg.png);background-size:cover;background-position:50%;opacity:.8;height:50vh;display:flex;align-items:center;justify-content:center}.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Img img{max-width:100%;max-height:100%;height:auto;width:auto}@media(max-width:768px){.productSection2 .productSection3Container .aboutSection2Container .aboutSection2Img img{height:auto;width:100%}}.productSection2 .productSection3Container .aboutSection2Tabs{display:flex;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap}.productSection2 .productSection3Container .aboutSection2Tabs .tab{width:25%;padding:.5rem 1rem;cursor:pointer;font-weight:700;transition:background-color .3s ease;text-align:center!important}@media(max-width:500px){.productSection2 .productSection3Container .aboutSection2Tabs .tab{width:100%}}.productSection2 .productSection3Container .aboutSection2Bar{background-color:#c5c5c5;width:100%;height:20px;border-radius:10px;display:flex;margin-top:1rem}.productSection2 .productSection3Container .aboutSection2Bar .bar1,.productSection2 .productSection3Container .aboutSection2Bar .bar2,.productSection2 .productSection3Container .aboutSection2Bar .bar3,.productSection2 .productSection3Container .aboutSection2Bar .bar4{flex:1 1;height:100%;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:600px){.productSection2 .productSection3Container .aboutSection2Tabs{flex-direction:column;align-items:center}.productSection2 .productSection3Container .tab{width:100%;text-align:center}.productSection2 .productSection3Container .bar1,.productSection2 .productSection3Container .bar2,.productSection2 .productSection3Container .bar3,.productSection2 .productSection3Container .bar4{height:20px}}.homeSection5{width:100%;margin-top:2rem;position:relative}.homeSection5:after,.homeSection5:before{content:"";position:absolute;bottom:0;width:320px;height:220px;background-size:contain;background-repeat:no-repeat;transform:scale(.8);opacity:.7;animation:fadeInWings 2s ease-in-out}.homeSection5:before{left:-65px;top:40px;background-image:url(/image/wing1.png);transform:rotate(90deg) scale(.8)}.homeSection5:after{right:-65px;top:40px;background-image:url(/image/wing2.png);transform:rotate(-90deg) scale(.8)}.homeSection5 .homeSection5Container{width:90%;margin:0 auto}.homeSection5 .homeSection5Container .homeSection5Head{text-align:center;padding:2rem}.homeSection5 .homeSection5Container .homeSection5Head h2{font-size:2rem}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Head h2{font-size:1.5rem}}.homeSection5 .homeSection5Container .homeSection5Content{display:flex;border-radius:20px!important;transition:transform .5s ease,opacity .5s ease}@media(max-width:1024px){.homeSection5 .homeSection5Container .homeSection5Content{flex-wrap:wrap}}.homeSection5 .homeSection5Container .homeSection5Content.fade-out{opacity:0;visibility:hidden}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview,.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal{transition:opacity .5s ease;height:50vh}@media(max-width:500px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview,.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal{height:auto}}.homeSection5 .homeSection5Container .homeSection5Content:hover{transform:translateY(-10px);opacity:.9}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview{width:60%;background-color:#004e83;display:flex;justify-content:space-between;padding:1rem;z-index:888;border-radius:20px 0 0 20px;animation:slideInLeft 1s ease-in-out}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview{border-radius:20px 20px 0 0;width:100%;flex-direction:column;align-items:center}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2{width:80%;animation:fadeIn 1s ease-in-out;display:flex;flex-direction:column;justify-content:space-around}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2{width:100%;text-align:center}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 img{width:150px;height:auto;margin:1rem 0;transition:transform .3s ease}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 img:hover{transform:scale(1.1)}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 .section5Review2Text{display:flex;gap:1rem;align-items:center}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 .section5Review2Text{flex-direction:column}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 .section5Review2Text img{height:50px;width:50px;border-radius:50%;border:5px solid #fff;animation:bounce 2s infinite}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 .section5Review2Text .section5Text p{color:#fff;font-size:1.2rem}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review2 .section5Review2Text .section5Text span{color:#fff;font-size:.9rem}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review1{width:20%;display:flex;justify-content:center;animation:zoomIn 1s ease-in-out}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review1{width:100%;margin-top:1rem}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review1 p{font-size:100px;color:#fff}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentReview .section5Review1 p{font-size:60px}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal{width:40%;background-color:#f3f3f3;display:flex;justify-content:center;align-items:center;padding:2rem;z-index:888;border-radius:0 20px 20px 0;animation:slideInRight 1s ease-in-out}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal{width:100%;border-radius:0 0 20px 20px}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent h2{font-size:3rem}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent h2{font-size:2rem}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent h2 span{font-size:2rem}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent h2 span{font-size:1.5rem}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent p{font-size:1rem;margin-bottom:1rem}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent p{font-size:.9rem}}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent .btn{border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent .btn:hover{background-color:#e03c1d}@media(max-width:768px){.homeSection5 .homeSection5Container .homeSection5Content .homeSection5ContentTestimenal .testimoalContent .btn{padding:.5rem 1.5rem;font-size:.8rem}}.homeSection5 .homeSection5Container .sliderTrack{display:flex;transition:transform .5s ease-in-out}.homeSection5 .homeSection5Container .sliderItem{min-width:100%;flex-shrink:0}.homeSection5 .homeSection5Container .homeSection5Controls{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}@media(max-width:600px){.homeSection5 .homeSection5Container .homeSection5Controls{flex-direction:column;gap:2rem}}.homeSection5 .homeSection5Container .homeSection5Controls .dots{display:flex;gap:.5rem}.homeSection5 .homeSection5Container .homeSection5Controls .dots .dot{width:100px;height:5px;background:#ccc;border-radius:5px;cursor:pointer}.homeSection5 .homeSection5Container .homeSection5Controls .dots .dot.active{background:#fd4621}.homeSection5 .homeSection5Container .homeSection5Controls .buttons{display:flex;gap:1rem}.homeSection5 .homeSection5Container .homeSection5Controls .buttons button{background:none;border:1px solid #fd4621;padding:.5rem 1rem;border-radius:5px;color:#fd4621;cursor:pointer}.homeSection5 .homeSection5Container .homeSection5Controls .buttons button:hover{background:#fd4621;color:#fff}.fadeIn{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out}.fadeIn.visible{opacity:1;transform:translateY(0)}.faq{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,1,2,.5) 19.33%,rgba(0,13,22,.5) 39.17%,rgba(54,54,54,0) 101.74%),url(/_next/static/media/faq.a967163c.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh;width:100%}.faq .faqContainer{width:90%;margin:0 auto;height:100vh;display:flex;align-items:center}.faq .faqContainer .faqContent{width:60%;opacity:0;animation:fadeIn 2s ease-out forwards}@media(max-width:768px){.faq .faqContainer .faqContent{width:100%}}.faq .faqContainer .faqContent h2,.faq .faqContainer .faqContent p{margin-bottom:1.5rem;transition:transform .5s ease-in-out;animation:slideIn .8s ease-out}.faq .faqContainer .faqContent h2{font-size:2.5rem;font-weight:500;color:#fff}.faq .faqContainer .faqContent h2 span{font-weight:700;color:#fff}.faq .faqContainer .faqContent p{font-size:1.2rem;font-weight:400;line-height:1.5;color:#fff}.faq .faqContainer .faqContent .bookDemo-btn{transition:transform .5s ease-in-out;animation:slideIn .8s ease-out;border:none;background-color:#fd4621;color:#fff;padding:.75rem 2.5rem;border-radius:5px;font-size:1rem;cursor:pointer}.faq .faqContainer .faqContent .bookDemo-btn:hover{background-color:#e03c1d}.faqContentContainer{width:90%;margin:20px auto}.faqContentContainer .faq-item{border-bottom:1px solid #ddd;padding:2rem 0}.faqContentContainer .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;background:none;border:none;width:100%;text-align:left;cursor:pointer}@media(max-width:500px){.faqContentContainer .faq-item .faq-question{font-size:1rem}}.faqContentContainer .faq-item .faq-question:focus{outline:none}.faqContentContainer .faq-item .faq-question .faq-arrow{font-size:2rem;color:#5751e1;transition:transform .3s ease-in-out}.faqContentContainer .faq-item .faq-question .faq-arrow.faq-rotate{transform:rotate(180deg)}.faqContentContainer .faq-item .faq-answer{font-size:1rem;line-height:1.5;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faqContentContainer .faq-item .faq-answer.faq-show{max-height:200px;opacity:1;padding:1rem 0}.footer{background:linear-gradient(180deg,#11354e 22.11%,#1e4560 53.5%,#11354e 87%);padding:2rem;color:#fff;margin-top:2rem}.footer .footerContainer{display:flex;justify-content:space-between;gap:2rem}.footer .footerContainer .footerLogo{width:30%}@media(max-width:500px){.footer .footerContainer .footerLogo{width:100%}}.footer .footerContainer .footerLogo img{max-width:200px;margin-bottom:1rem}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks{margin-bottom:1rem}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks h2{font-size:1.3rem;margin-bottom:1rem;text-decoration:underline}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks p{font-size:1rem;margin:1rem 0}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks a{color:#fff;text-decoration:none;font-size:1rem;text-decoration:underline}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks .socialIcons{display:flex;gap:1rem}@media(max-width:500px){.footer .footerContainer .footerLogo .footerLogoContent .footerLinks .socialIcons{justify-content:center}}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks .socialIcons a{color:#fff;font-size:1.5rem}.footer .footerContainer .footerLogo .footerLogoContent .footerLinks .socialIcons a:hover{color:#0077b5}.footer .footerContainer .footerLists{display:flex;gap:2rem;width:70%}.footer .footerContainer .footerLists .footerList{width:calc(33.33% - 20px);display:flex;flex-direction:column}.footer .footerContainer .footerLists .footerList h2{font-size:1.3rem;margin-bottom:.5rem;text-decoration:underline}.footer .footerContainer .footerLists .footerList p{font-size:1rem;margin:.5rem 0}.footer .footerContainer .footerLists .footerList p:hover{cursor:pointer}.footer .footerLast{text-align:center}@media screen and (max-width:768px){.footer .footerContainer{flex-direction:column;align-items:center}.footer .footerContainer .footerLogo{text-align:center;margin-bottom:2rem}.footer .footerContainer .footerLists{justify-content:center;flex-wrap:wrap}.footer .footerContainer .footerLists .footerList{text-align:center;width:45%}}@media screen and (max-width:480px){.footer .footerContainer .footerLists .footerList{width:100%}}.modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000}.modalOverlay .modalContent{background-color:#003d80;width:90%;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);position:relative}.modalOverlay .modalContent h2{margin-bottom:20px;font-size:1.5rem;color:#fff;text-align:center}.modalOverlay .modalContent .closeIcon{position:absolute;top:15px;right:15px;font-size:1.5rem;color:#fff;cursor:pointer;transition:color .3s}.modalOverlay .modalContent .closeIcon:hover{color:#ff5a5a}.modalOverlay .modalContent form{display:flex;flex-direction:column;gap:15px}.modalOverlay .modalContent form input{width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;outline:none}.modalOverlay .modalContent form input:focus{border-color:#005bb5;box-shadow:0 0 5px rgba(0,91,181,.5)}.modalOverlay .modalContent form .input-error{border-color:red}.modalOverlay .modalContent form .error-text{font-size:12px;color:red;display:block}.modalOverlay .modalContent form .modalButtons{display:flex;justify-content:flex-end;gap:1rem}.modalOverlay .modalContent form .modalButtons button{padding:10px 20px;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.modalOverlay .modalContent form .modalButtons button:first-of-type{background-color:transparent;color:#fff;border:1px solid #fff;border-radius:5px}.modalOverlay .modalContent form .modalButtons button:first-of-type:hover{background-color:#fd4621}.modalOverlay .modalContent form .modalButtons button:last-of-type{background-color:#005bb5;color:#fff}.modalOverlay .modalContent form .modalButtons button:last-of-type:hover{background-color:#003165}