@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&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&family=Readex+Pro:wght@160..700&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&display=swap";:root{--primary-color: linear-gradient(225deg, #12A8EB 0%, #1745C7 100%);--secondary-color: linear-gradient(225deg, #6675F7 0%, #57007B 100%);--tertiary-color: #1745C7;--quaternary-color: #57007B;--heading-color: #1a202c;--text-color: #4a5568;--font-primary: "inter";--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-lg: 1.125rem;--fs-xl: 1.25rem;--fs-2xl: 1.5rem;--fs-3xl: 2rem;--fs-4xl: 3rem}header{position:sticky;top:0;background:#fff;z-index:10000;border-bottom:solid 1px #E7DAED;padding:1rem 0}body{font-family:var(--font-primary);font-size:var(--fs-base);color:var(--text-color);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--heading-color)}h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-3xl);font-weight:600;line-height:42px}h3{font-size:var(--fs-2xl);font-weight:400;line-height:36px}*,*:before,*:after{box-sizing:border-box}.container{max-width:1536px;margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem}*{margin:0;padding:0}section{padding:4rem 0}footer{padding:4rem 0}button,.primary-btn{padding:12px 28px;background:var(--primary-color);color:#fff;border:none;border-radius:6px;transition:.3s ease-in-out;cursor:pointer;font-size:var(--fs-base);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px;display:inline-flex;width:fit-content;font-size:var(--fs-lg)}button,.primary-btn:hover{opacity:.8}.secondary-btn{padding:12px 28px;background:var(--secondary-color);color:#fff;border:none;border-radius:6px;transition:.3s ease-in-out;cursor:pointer;font-size:var(--fs-base);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px;display:inline-flex;width:fit-content;font-size:var(--fs-lg)}.secondary-btn:hover{opacity:.8}.tertiary-btn{padding:12px 28px;background:var(--secondary-color);color:#fff;border:none;border-radius:6px;transition:.3s ease-in-out;cursor:pointer;font-size:var(--fs-base);text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px;display:inline-flex;width:fit-content;font-size:var(--fs-lg)}.tertiary-btn:hover{opacity:.8}hr{width:69px;height:4px;background:var(--primary-color);margin-bottom:8px;border:none}.heading{display:flex;flex-direction:column;align-items:center;padding:4rem 0 2rem;text-align:center}@media (max-width: 768px){.container{max-width:640px}}nav{display:flex;justify-content:space-between;align-items:center;position:relative}nav img{width:130px}nav .nav-links{display:flex;gap:48px;list-style:none;font-size:var(--fs-base);font-weight:600}nav a{text-decoration:none;color:var(--text-color);transition:.2s ease-in-out}nav a:hover{color:var(--tertiary-color)}nav .navbar a{text-decoration:none}nav button{font-size:var(--fs-lg)}nav .hamburger-menu{display:none}@media (max-width: 1024px){.container{max-width:768px}}@media (max-width: 768px){.container{max-width:640px}nav .nav-links{display:none}nav .hamburger-menu{display:flex}nav .hamburger-icon{font-size:30px;color:var(--heading-color)}nav .open-nav-links{display:flex;flex-direction:column;gap:14px;list-style:none;font-size:var(--fs-base);font-weight:600;width:100%;position:absolute;top:68px;left:0;right:0;padding:1rem;background:#ff7e01;text-align:right;background:var(--primary-color)}nav a{color:#fff}nav .open-nav-links a:hover{color:var(--secondary-color)}}.footer-section .row{display:flex;justify-content:space-between}.footer-section a{color:var(--text-color);text-decoration:none}.footer-section .col:nth-child(1) .logo{width:60px}.footer-section .google-page-speed-img{width:299px}.footer-section .col{display:flex;flex-direction:column;gap:.5rem}.footer-section .col:nth-child(1){width:400px}.footer-section .col:nth-child(4){width:400px}.footer-section .col:nth-child(4) a{color:var(--tertiary-color);text-decoration:underline}.footer-section .social-media{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;flex-wrap:wrap}.footer-section .social-media .icon{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:0 10px 25px #00000014,inset 0 1px #fffc;transition:all .3s ease}.footer-section .social-media .icon:hover{transform:translateY(-4px);box-shadow:0 16px 30px #0000001f,inset 0 1px #ffffffe6}.footer-section .social-media .icon svg{font-size:1.4rem}.footer-section .copyright{padding-top:1rem;margin-top:2rem;border-top:solid 1px #E7DAED;text-align:center}.footer-section .copyright span{color:var(--tertiary-color)}.footer-section .whatsapp-widget{position:fixed;bottom:20px;right:20px;z-index:999}.footer-section .whatsapp-chat-box{position:absolute;bottom:75px;right:0;width:260px;background:#fff;border-radius:10px;box-shadow:0 5px 20px #0003;overflow:hidden}.footer-section .whatsapp-button{width:60px;height:60px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000004d}.footer-section .whatsapp-button svg{width:32px;height:32px;fill:#fff}.footer-section .whatsapp-header{background:#25d366;color:#fff;padding:12px;font-weight:700}.footer-section .whatsapp-body{padding:12px;font-size:14px;color:#333}.footer-section .whatsapp-chat-link{display:block;background:#25d366;color:#fff;text-align:center;padding:10px;text-decoration:none;margin:10px;border-radius:5px;font-weight:700}@media (max-width: 1536px){.container{max-width:1280px}.footer-section p{font-size:var(--fs-sm)}}@media (max-width: 1280px){.container{max-width:1024px}.footer-section .row{flex-wrap:wrap}}@media (max-width: 1024px){.container{max-width:768px}.footer-section .google-page-speed-img{width:249px}.footer-section .col:nth-child(1){width:300px}.footer-section .col:nth-child(4){width:300px}}@media (max-width: 768px){.container{max-width:640px}.footer-section .google-page-speed-img{width:199px}.footer-section .row{flex-direction:column;gap:1rem}.footer-section .col:nth-child(1){width:auto}.footer-section .col:nth-child(4){margin:0;width:auto}.footer-section .social-media{justify-content:center}}#hero{position:relative;overflow:hidden}.hero{position:relative}.hero:before{content:"";position:absolute;width:500px;height:500px;top:-180px;right:-120px;border-radius:50%;background:var(--primary-color);opacity:.06;filter:blur(100px);pointer-events:none;animation:heroGlow 8s ease-in-out infinite}.hero:after{content:"";position:absolute;width:350px;height:350px;bottom:-180px;left:-120px;border-radius:50%;background:var(--primary-color);opacity:.04;filter:blur(90px);pointer-events:none;animation:heroGlow 10s ease-in-out infinite reverse}.hero .hero-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.hero .text-content{animation:heroTextReveal 1s cubic-bezier(.22,1,.36,1) both}.hero .text-content h1{font-size:96px;line-height:108px;margin-bottom:16px;animation:heroTitleReveal 1s cubic-bezier(.22,1,.36,1) .15s both}.hero .text-content .normal-text{font-weight:300}.hero .text-content .highlighted{display:inline-block;background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;animation:highlightedGlow 3s ease-in-out 1.2s infinite}.hero .text-content p{font-size:var(--fs-lg);opacity:0;animation:heroParagraphReveal .9s ease-out .7s forwards}.hero .image-wrapper{position:relative;animation:heroImageReveal 1.2s cubic-bezier(.22,1,.36,1) .25s both}.hero .image-wrapper img{width:700px;position:relative;z-index:2;animation:heroImageFloat 6s ease-in-out 1.4s infinite;filter:drop-shadow(0 25px 45px rgba(0,0,0,.25));transition:transform .4s ease,filter .4s ease}.hero .image-wrapper:hover img{transform:scale(1.025);filter:drop-shadow(0 30px 55px rgba(0,0,0,.35))}.hero .image-wrapper:before{content:"";position:absolute;width:65%;height:65%;top:20%;left:20%;border-radius:50%;background:var(--primary-color);opacity:.1;filter:blur(70px);z-index:0;animation:imageGlow 5s ease-in-out infinite}.hero .image-wrapper:after{content:"";position:absolute;width:85%;height:85%;top:7%;left:7%;border:1px solid rgba(255,255,255,.05);border-radius:50%;z-index:1;animation:orbitRotate 18s linear infinite}@keyframes heroTextReveal{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes heroTitleReveal{0%{opacity:0;transform:translateY(35px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroParagraphReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageReveal{0%{opacity:0;transform:translate(70px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes heroImageFloat{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@keyframes highlightedGlow{0%{filter:brightness(1)}50%{filter:brightness(1.15)}to{filter:brightness(1)}}@keyframes highlightLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes heroGlow{0%{transform:translate(0) scale(1)}50%{transform:translate(-30px,25px) scale(1.15)}to{transform:translate(0) scale(1)}}@keyframes imageGlow{0%{opacity:.06;transform:scale(.9)}50%{opacity:.13;transform:scale(1.1)}to{opacity:.06;transform:scale(.9)}}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1536px){.container{max-width:1280px}.hero .text-content h1{font-size:84px;line-height:96px}.hero .text-content p{font-size:var(--fs-lg)}.hero .image-wrapper img{width:650px}}@media (max-width: 1280px){.container{max-width:1024px}.hero .text-content h1{font-size:64px;line-height:76px}.hero .text-content p{font-size:var(--fs-lg)}.hero .image-wrapper img{width:550px}}@media (max-width: 1024px){.container{max-width:768px}.hero .text-content h1{font-size:44px;line-height:56px;margin-bottom:12px}.hero .text-content p{font-size:var(--fs-base)}.hero .image-wrapper img{width:380px}.secondary-btn{font-size:var(--fs-base)}}@media (max-width: 768px){.container{max-width:640px}.hero .text-content h1{font-size:34px;line-height:42px;margin-bottom:8px}.hero .text-content p{font-size:var(--fs-base)}.hero .image-wrapper img{width:350px}}@media (max-width: 640px){.container{max-width:475px}#hero{padding-top:2rem}.hero .hero-wrapper{flex-direction:column-reverse}.hero .text-content{width:100%}.hero .text-content h1{font-size:54px;line-height:62px}.hero .text-content p{font-size:var(--fs-base)}.hero .image-wrapper,.hero .image-wrapper img{width:100%}}@media (max-width: 475px){.container{width:100%}.hero .text-content h1{font-size:38px;line-height:48px}}@media (prefers-reduced-motion: reduce){.hero *,.hero:before,.hero:after{animation:none!important;transition:none!important}}.services-section{background-color:#f9f9ff;border-top:solid 1px #E7DAED;border-bottom:solid 1px #E7DAED}.services-section .container{position:relative}.services-section .heading{padding:4rem 0 0rem}.services-section .heading span{font-weight:300}.services-section .circle{width:100px;height:100px;border:none;border-radius:50%;position:absolute;left:80px;top:-40px;background:var(--primary-color);z-index:-1}.services-section .circle-bottom{width:100px;height:100px;border:none;border-radius:50%;position:absolute;right:80px;bottom:-90px;background:var(--primary-color);z-index:-1}.services-section .cards-wrapper{margin-top:24px;margin-bottom:50px}.services-section .cards-wrapper .card{display:grid;padding:48px 24px;border-radius:8px;background:#fafafa;gap:12px;box-shadow:0 2px 16px 12px #00000007;cursor:grab}.services-section .swiper-wrapper{margin-bottom:96px;height:332px}.services-section .swiper-slide-prev{margin-top:32px}.services-section .swiper-slide-active{margin-top:64px;border-radius:8px;transition:.15s;filter:drop-shadow(0px 0px 4px #00217b)}.services-section .swiper-slide-active :nth-child(2){background:var(--primary-color);-webkit-background-clip:text;color:transparent;display:inline-block}.services-section .swiper-slide-next{margin-top:32px}.services-section .cards-wrapper .card img{border:1px solid var(--tertiary-color);border-radius:28px;padding:8px}.services-section .cards-swiper{--swiper-pagination-color: var(--primary-color);--swiper-pagination-bullet-size: 12px}@media (max-width: 1280px){.services-section .swiper-wrapper{margin-bottom:96px}}@media (max-width: 1024px){.services-section .swiper-wrapper{margin-bottom:96px;height:392px}}@media (max-width: 768px){.services-section .swiper-wrapper{height:412px}}@media (max-width: 640px){.services-section .cards-wrapper .card{margin:24px}.services-section .swiper-wrapper{height:280px}.services-section .swiper-slide-active{margin-top:0}}@media (max-width: 475px){.services-section .swiper-wrapper{height:392px}.services-section .cards-wrapper .card{margin:50px 0 0;width:280px;height:fit-content}.services-section .swiper-slide-active{display:flex;justify-content:center}}.about-us-section{position:relative;overflow:hidden}.about-us-section .heading{padding:0 0 60px;display:flex;align-items:center;gap:18px;padding-bottom:4rem}.about-us-section .heading span{font-weight:300}.about-us-section .about-us-wrapper{display:flex;justify-content:space-between;align-items:center;gap:80px}.about-us-section .text-wrapper{flex:1;max-width:650px}.about-us-section ul{margin:0;padding:0;list-style:none}.about-us-section li{position:relative;margin-bottom:28px;padding-left:28px;line-height:1.7;color:var(--text-color)}.about-us-section li:before{content:"";position:absolute;left:0;top:9px;width:9px;height:9px;border-radius:50%;background:var(--primary-color);box-shadow:0 0 0 5px #645aff14,0 0 15px #645aff80}.about-us-section li:not(:last-child):after{content:"";position:absolute;left:4px;top:25px;width:1px;height:calc(100% + 10px);background:linear-gradient(to bottom,rgba(100,90,255,.35),transparent)}.about-us-section .text-wrapper h3{display:inline-block;margin:0 0 4px;font-size:1.05rem;font-weight:600;background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-us-section .text-wrapper br{display:none}.about-us-section .about-us-wrapper>img{width:50%;max-width:580px;height:auto;border-radius:20px;object-fit:cover;border:1px solid rgba(255,255,255,.08);transition:transform .5s ease,box-shadow .5s ease}.about-us-section .about-us-wrapper>img:hover{transform:translateY(-8px) scale(1.015)}.about-us-section .text-wrapper .about-us-link{display:inline-flex;align-items:center;gap:9px;margin-top:15px;transition:gap .3s ease,transform .3s ease}.about-us-section .text-wrapper .about-us-link a{position:relative;color:var(--quaternary-color);text-decoration:none;font-weight:500;letter-spacing:.2px}.about-us-section .text-wrapper .about-us-link a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:currentColor;transition:width .3s ease}.about-us-section .text-wrapper .about-us-link svg{color:var(--quaternary-color);transition:transform .3s ease}.about-us-section .text-wrapper .about-us-link:hover{gap:14px}.about-us-section .text-wrapper .about-us-link:hover a:after{width:100%}.about-us-section .text-wrapper .about-us-link:hover svg{transform:translate(3px)}.about-us-section:before{content:"";position:absolute;width:300px;height:300px;top:15%;right:-150px;border-radius:50%;background:var(--primary-color);opacity:.04;filter:blur(80px);pointer-events:none}@media (max-width: 1280px){.container{max-width:1024px}.about-us-section .about-us-wrapper{gap:50px}.about-us-section .about-us-wrapper>img{width:500px}}@media (max-width: 1024px){.container{max-width:768px}.about-us-section .about-us-wrapper{gap:40px}.about-us-section .about-us-wrapper>img{width:400px}.about-us-section li{margin-bottom:22px;font-size:.95rem}}@media (max-width: 768px){.container{max-width:640px}.about-us-section .about-us-wrapper{flex-direction:column-reverse;align-items:stretch;gap:40px}.about-us-section .text-wrapper{max-width:100%}.about-us-section .about-us-wrapper>img{width:100%;max-width:100%;margin:0}}@media (max-width: 640px){.container{max-width:475px}.about-us-section li{padding-left:24px;margin-bottom:22px;line-height:1.65}.about-us-section li:before{width:7px;height:7px}}@media (max-width: 475px){.container{width:100%}.about-us-section .about-us-wrapper{gap:30px}.about-us-section .about-us-wrapper>img{border-radius:15px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.platforms-section .heading{display:grid;padding:0rem 0 4rem;text-align:left}.platforms-section .heading span{font-weight:300}.platforms-section .logos-wrapper{background:#f7f7fa;border-top:solid 1px #E7DAED;border-bottom:solid 1px #E7DAED;padding:8px;position:relative;display:flex}.platforms-section .logos-wrapper img{width:150px}.platforms-section .circle{width:40px;height:40px;border:none;border-radius:50%;position:absolute;right:35%;top:-25px;background:var(--primary-color);z-index:-1}.platforms-section .swiper-marquee-main .swiper-wrapper{transition-timing-function:linear!important}.platforms-section .swiper-slide{display:flex;justify-content:center;align-items:center;padding:2px 0}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.testimonials-section{background-color:#fff}.testimonials-section .heading{padding:0rem 0 2rem}.testimonials-section h2 span{font-weight:300}.testimonials-card .comment{padding:0 48px}.testimonials-card .comment p{font-style:italic}.testimonials-section .testimonials-swiper{margin-top:2rem}.testimonials-section .testimonials-card{margin:0 20px;transition:.3s ease-in-out;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:16px}.testimonials-section p{line-height:24px;text-align:center}.testimonials-section .icon-image{display:flex;justify-content:center;border-radius:50%;align-items:center}.testimonials-section .icon-image img{width:94px;height:94px}.testimonials-section .name-card{display:flex;flex-direction:column;text-align:center}@media (max-width: 1024px){.testimonials-section p{font-size:var(--fs-sm)}}.projects-section{background-color:#f7f7fa;padding-bottom:4rem;border-top:solid 1px #E7DAED;border-bottom:solid 1px #E7DAED}.projects-section .heading{padding:4rem 0 2rem}.projects-section .heading h2 span{font-weight:300}.projects-section h3{font-weight:600}.projects-section .projects{position:relative}.projects-section .projects .project img{width:500px}.projects-section .projects .project{display:flex;align-items:center;justify-content:space-around;background-color:#f1f2ff;border-bottom-right-radius:14px;border-top-right-radius:14px;margin-top:2rem;border:solid 1px #E7DAED}.projects-section .projects .project .contents{display:flex;flex-direction:column;gap:32px;padding:24px}.projects-section .projects .project .read-more{display:flex;justify-content:flex-end}.projects-section .projects .project .read-more a{display:flex;align-items:center;gap:4px;text-decoration:none;background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.projects-section .circle{width:30px;height:30px;border:none;border-radius:50%;position:absolute;left:20%;top:-12%;background:var(--primary-color)}.projects-section .deco-img-arrow-left{position:absolute;left:0;top:-28%;z-index:2}.projects-section .deco-img-arrow-right{position:absolute;right:0;top:-32%;z-index:2}@media (max-width: 1280px){.projects-section .projects .project img{width:500px}}@media (max-width: 1024px){.projects-section .projects .project img{width:410px}.projects-section .circle{top:-10%}.projects-section .deco-img-arrow-left{position:absolute;left:0;top:-22%}.projects-section .deco-img-arrow-right{position:absolute;right:0;top:-23.3%}}@media (max-width: 768px){.projects-section .projects .project img{width:300px}.projects-section .circle{top:-4%}.projects-section .deco-img-arrow-left{position:absolute;left:0;top:-18%}.projects-section .deco-img-arrow-right{position:absolute;right:0;top:-19%}.projects-section .decoration-img{width:150px}}@media (max-width: 640px){.projects-section .projects .project{flex-direction:column}.projects-section .projects .project h3,.projects-section .projects .project p{text-align:center}.projects-section .projects .project .read-more{justify-content:center}.projects-section .projects .project img{width:100%}.projects-section .circle{top:-3%}.projects-section .deco-img-arrow-left{position:absolute;left:0;top:-15%}.projects-section .deco-img-arrow-right{position:absolute;right:0;top:-11%}.projects-section .decoration-img{width:120px}}@media (max-width: 475px){.projects-section .deco-img-arrow-left{position:absolute;left:0;top:-13%}.projects-section .deco-img-arrow-right{position:absolute;right:0;top:-9%}}.values-section{background:#fff}.values-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.core-value{display:flex;align-items:flex-start;gap:24px;padding:32px 26px;border:1px solid #efe5f8;background:#fff;transition:.3s ease}.core-value:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.icon-value{width:52px;height:52px;min-width:52px;border-radius:12px;display:flex;justify-content:center;align-items:center}.icon-value img{width:30px;height:30px;object-fit:contain}.core-text{flex:1}.core-text h3{margin:0 0 14px;font-weight:600;color:var(--heading-color);line-height:1.2}.core-text p{color:var(--text-color)}.black-bg{background:linear-gradient(135deg,#29272e,#27272e)}.blue-bg{background:linear-gradient(135deg,#68dbf2,#509cf5)}.pink-bg{background:linear-gradient(135deg,#ff92ae,#ff3d9a)}.green-bg{background:linear-gradient(135deg,#67e9f1,#24e795)}.orange-bg{background:linear-gradient(135deg,#ffef5e,#f7936f)}.maroon-bg{background:linear-gradient(135deg,#f76680,#57007b)}@media (max-width:1536px){.container{max-width:1280px}}@media (max-width:1280px){.container{max-width:1024px}.values-wrapper{gap:16px}.core-value{padding:28px 22px}}@media (max-width:1024px){.container{max-width:768px}.values-wrapper{grid-template-columns:1fr}}@media (max-width:768px){.container{max-width:640px}.core-value{flex-direction:column;align-items:center;text-align:center;padding:40px 28px}.icon-value{width:58px;height:58px;min-width:58px;margin-bottom:10px}.icon-value img{width:32px;height:32px}.core-text h4{font-size:2rem;margin-bottom:18px}}@media (max-width:475px){.container{width:100%}.container{padding:0 16px}.core-value{padding:36px 20px}}.awards-wrapper{display:flex;justify-content:center;align-items:center}.awards-wrapper img{width:202px;height:214px}.development-section .heading{padding:0rem 0 4rem}.development-section .heading h2 span{font-weight:300}.development-section .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:80px 40px;position:relative}.development-section .timeline-line{position:absolute;top:50%;left:0%;right:42px;height:2px;background:#ff3c64;transform:translateY(-50%)}.development-section .card{background:#fff;border:1px solid #ece8f7;border-radius:10px;padding:20px;position:relative;box-shadow:0 5px 20px #0000000d;z-index:2}.development-section .title{display:flex;align-items:center;gap:10px;margin-bottom:15px}.development-section .number{color:#ff3c64;font-weight:700}.development-section .trophy{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:28px}@media (max-width: 1536px){.container{max-width:1280px}.development-section .timeline-line{top:53%;left:0%;right:42px}.development-section .trophy{right:0;top:53%}}@media (max-width: 1280px){.container{max-width:1024px}.development-section .timeline-line{top:55%;left:0%;right:42px}.development-section .trophy{right:0;top:55%}}@media (max-width: 1024px){.container{max-width:768px}.development-section .timeline-line{top:50%;left:0%;right:42px}.development-section .trophy{right:0;top:50%}}@media (max-width: 768px){.container{max-width:640px}.development-section .process-grid{grid-template-columns:1fr;gap:30px}.development-section .timeline-line,.development-section .trophy{display:none}}.contact-banner-section{background-color:#f7f7fa;border-top:solid 1px #E7DAED;border-bottom:solid 1px #E7DAED}.contact-banner-section .contact-banner-wrapper{padding:4rem 0}.contact-banner-section .heading{padding:0rem 0}.contact-banner-section .heading h2 span{font-weight:300}.contact-banner-section .heading h2{padding:0rem 0 2rem}.contact-banner-wrapper{display:flex;justify-content:space-between;align-items:center}.contact-banner-section img{width:50%}@media (max-width: 1024px){.container{max-width:768px}.contact-banner-section img{width:300px}}@media (max-width: 768px){.container{max-width:640px}.contact-banner-wrapper{flex-direction:column}.contact-banner-section .heading{padding:0rem 0 4rem}.contact-banner-section img{width:100%}}.contact-section .contact-wrapper{background:linear-gradient(225deg,#f1f1f5,#e4ecf7);display:flex;justify-content:space-around;border-radius:20px;padding:2rem;align-items:center}.contact-section form{display:flex;flex-direction:column;align-items:center}.contact-section form ::placeholder{font-size:var(--fs-base)}.contact-section form .inputs{display:flex;gap:2rem}.contact-section form input{border-radius:6px;width:300px;border:none;padding:12px}.contact-section form textarea{width:100%;border:none;border-radius:6px;padding:12px}.contact-section img{width:300px;height:200px}@media (max-width: 1280px){.container{max-width:1024px}.contact-section img{width:250px;height:150px}}@media (max-width: 1024px){.container{max-width:768px}.contact-section form input{width:100%}.contact-section img{width:200px;height:130px}}@media (max-width: 768px){.container{max-width:640px}.contact-section .contact-wrapper{display:flex;flex-direction:column-reverse;gap:4rem}.contact-section img{width:200px;height:120px}}@media (max-width: 640px){.container{max-width:475px}.contact-section form .inputs{flex-direction:column;width:100%}.contact-section form{width:100%}}.services{background-color:#f9f9ff;border-top:solid 1px #E7DAED;border-bottom:solid 1px #E7DAED}.services .container{position:relative}.services .heading{padding:4rem 0 0rem}.services .heading span{font-weight:300}.services .circle{width:100px;height:100px;border:none;border-radius:50%;position:absolute;left:80px;top:-40px;background:var(--primary-color);z-index:-1}.services .circle-bottom{width:100px;height:100px;border:none;border-radius:50%;position:absolute;right:80px;bottom:-90px;background:var(--primary-color);z-index:-1}.services .cards-wrapper{margin-top:24px;margin-bottom:50px}.services .cards-wrapper .card{display:grid;padding:48px 24px;border-radius:8px;background:#fafafa;gap:12px;box-shadow:0 2px 16px 12px #00000007;cursor:grab}.services .swiper-wrapper{margin-bottom:96px;height:332px}.services .swiper-slide-prev{margin-top:32px}.services .swiper-slide-active{margin-top:64px;border-radius:8px;transition:.15s;filter:drop-shadow(0px 0px 4px #00217b)}.services .swiper-slide-active :nth-child(2){background:var(--primary-color);-webkit-background-clip:text;color:transparent;display:inline-block}.services .swiper-slide-next{margin-top:32px}.services .cards-wrapper .card img{border:1px solid var(--tertiary-color);border-radius:28px;padding:8px}.services .cards-swiper{--swiper-pagination-color: var(--primary-color);--swiper-pagination-bullet-size: 12px}@media (max-width: 1280px){.services .swiper-wrapper{margin-bottom:96px}}@media (max-width: 1024px){.services .swiper-wrapper{margin-bottom:96px;height:392px}}@media (max-width: 768px){.services .swiper-wrapper{height:412px}}@media (max-width: 640px){.services .cards-wrapper .card{margin:24px}.services .swiper-wrapper{height:280px}.services .swiper-slide-active{margin-top:0}}@media (max-width: 475px){.services .swiper-wrapper{height:392px}.services .cards-wrapper .card{margin:50px 0 0;width:280px;height:fit-content}.services .swiper-slide-active{display:flex;justify-content:center}}.about-us{padding:0rem 0 4rem}.about-us .heading{padding-bottom:4rem}.about-us .heading span{font-weight:300}.about-us .about-us-wrapper{display:flex;justify-content:space-between;align-items:center}.about-us .text-wrapper h3{background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.about-us ul{margin-left:18px}.about-us .text-wrapper .about-us-link a,.about-us svg{text-decoration:none;color:var(--quaternary-color)}.about-us .text-wrapper .about-us-link{display:flex;align-items:center;gap:8px;transition:.3s}.about-us .text-wrapper .about-us-link a:hover{text-decoration:underline}.about-us .text-wrapper .about-us-link:hover{gap:12px}.about-us img{width:50%}@media (max-width: 1280px){.container{max-width:1024px}.about-us img{width:500px}}@media (max-width: 1024px){.container{max-width:768px}.about-us img{width:400px}}@media (max-width: 768px){.container{max-width:640px}.about-us .about-us-wrapper{flex-direction:column-reverse}.about-us img{width:100%;margin:0 0 2rem}}@media (max-width: 640px){.container{max-width:475px}}.projects{background-color:#f7f7fa;padding-bottom:4rem}.projects .heading{padding:4rem 0 2rem}.projects .heading h2 span{font-weight:300}.projects h3{font-weight:600}.projects .projects .project img{width:500px}.projects .projects{position:relative}.projects .projects .project{display:flex;align-items:center;justify-content:space-around;background-color:#f1f2ff;border-bottom-right-radius:14px;border-top-right-radius:14px;margin-top:2rem;border:solid 1px #E7DAED}.projects .projects .project .contents{display:flex;flex-direction:column;gap:32px;padding:24px}.projects .projects .project .read-more{display:flex;justify-content:flex-end}.projects .projects .project .read-more a{display:flex;align-items:center;gap:4px;text-decoration:none;background:var(--primary-color);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.projects .circle{width:30px;height:30px;border:none;border-radius:50%;position:absolute;left:20%;top:-10%;background:var(--primary-color)}@media (max-width: 1280px){.projects .projects .project img{width:500px}}@media (max-width: 1024px){.projects .projects .project img{width:410px}.projects .circle{top:-8%}}@media (max-width: 768px){.projects .projects .project img{width:300px}.projects .circle{top:-4%}.projects .decoration-img{width:150px}}@media (max-width: 640px){.projects .projects .project{flex-direction:column}.projects .projects .project h3,.projects .projects .project p{text-align:center}.projects .projects .project .read-more{justify-content:center}.projects .projects .project img{width:100%}.projects .circle{top:-8%}.projects .decoration-img{width:120px}}.contact .heading{padding-bottom:4rem}.contact .heading span{font-weight:300}.contact .contact-wrapper{background:linear-gradient(225deg,#f1f1f5,#e4ecf7);display:flex;justify-content:space-around;border-radius:20px;padding:2rem;align-items:center;margin-bottom:4rem}.contact form{display:flex;flex-direction:column;align-items:center}.contact form ::placeholder{font-size:var(--fs-base)}.contact form .inputs{display:flex;gap:2rem}.contact form input{border-radius:6px;width:300px;border:none;padding:12px}.contact form textarea{width:100%;border:none;border-radius:6px;padding:12px}.contact img{width:300px;height:200px}@media (max-width: 1536px){.container{max-width:1280px}}@media (max-width: 1280px){.container{max-width:1024px}}@media (max-width: 1024px){.container{max-width:768px}.contact form input{width:100%}.contact img{width:250px;height:150px}}@media (max-width: 768px){.container{max-width:640px}.contact .contact-wrapper{display:flex;flex-direction:column-reverse;gap:4rem}.contact img{width:200px;height:120px}}@media (max-width: 640px){.container{max-width:475px}.contact form .inputs{flex-direction:column;width:100%}.contact form{width:100%}}@media (max-width: 475px){.container{width:100%}}
