html,body{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden}#root{width:100%;min-height:100%}section,div{max-width:100%}.hero{width:100%;min-height:100vh;background:#6232ff;display:flex;flex-direction:column;justify-content:center;padding:1rem;color:#fff}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Manrope,sans-serif}body.home-page-active{overflow-x:hidden;max-width:100vw}.home-page{font-family:Manrope,sans-serif;background:#6232ff;color:#fff;height:100vh;overflow:hidden;position:relative;width:100%;max-width:100vw}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 60px;position:absolute;top:0;left:0;width:100%;background:transparent;z-index:10;flex-wrap:wrap;gap:20px}.logo-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.burger-menu{display:none;flex-direction:column;cursor:pointer;padding:4px;z-index:1001;position:relative}.burger-menu span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:3px}.burger-menu.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.mobile-nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:linear-gradient(135deg,#6232ff,#4a28cc);z-index:999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-nav-content{display:flex;flex-direction:column;align-items:center;gap:30px}.mobile-nav-content a{color:#fff;text-decoration:none;font-size:18px;font-weight:600;padding:15px 30px;border-radius:10px;transition:all .3s ease;text-align:center}.mobile-nav-content a:hover{background:#ffffff1a;transform:scale(1.05)}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-page .hero{position:relative;display:flex;min-height:calc(100vh - 80px);padding:160px 60px 60px;overflow:hidden;width:100%}.home-page .hero-left-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:50%;max-width:600px}.home-page .small-text-container{margin-bottom:20px}.home-page .small-text{font-size:16px;opacity:.9;position:relative;padding-right:40px;color:var(--Neutral-10, #fff);font-family:Manrope;font-style:normal;font-weight:500;line-height:160%}.home-page .small-text:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:30px;height:1px;background:#fff}.home-page .hero-title{font-size:80px;line-height:1.1;margin-bottom:40px;position:relative;z-index:2;color:var(--Neutral-10, #fff);width:min(1045px,75vw);font-family:Manrope;font-size:clamp(64px,9vw,128px);font-style:normal;font-weight:700;line-height:clamp(70px,8vw,125px);margin-left:min(70%,calc(100vw - min(1045px,75vw) - 60px))}.home-page .description-container{margin-bottom:25px;max-width:442px}.home-page .description{font-size:15px;max-width:500px;line-height:1.5;color:var(--Neutral-30, #ededed);font-family:Manrope;font-size:16px;font-style:normal;font-weight:600;line-height:150%}.home-page .button-container{width:fit-content}.home-page .about-btn{background:#d4ff00;color:#000;border:none;border-radius:6px;font-weight:600;cursor:pointer;display:flex;width:182px;height:48px;padding:16px 32px;justify-content:center;align-items:center;gap:8px;transition:.3s;box-shadow:0 4px 8px #0003;font-size:16px}.home-page .about-btn:hover{background:#c0e600;box-shadow:0 6px 12px #0000004d}.home-page .bgbox{position:absolute;top:55%;left:60%;transform:translate(-50%,-50%);z-index:1;opacity:.9;width:min(80vw,1385.6px);max-width:calc(100vw - 40px);height:auto;aspect-ratio:8/5;flex-shrink:0;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));pointer-events:none}.home-page .hero-sub{position:absolute;bottom:60px;right:max(20px,min(60px,5vw));max-width:min(533px,calc(100vw - 140px));color:#fff;font-family:Manrope;font-size:clamp(14px,1.5vw,18px);font-style:normal;font-weight:500;line-height:160%}.home-page .hero-sub:before{content:"→";display:inline-block;margin-right:12px;font-size:18px}@media screen and (min-width: 1440px){.navbar{padding:20px 80px}.home-page .hero-title{font-size:128px;line-height:125px;width:1045px;margin-left:70%}.home-page .hero-sub{font-size:18px;right:60px;max-width:533px}.home-page .bgbox{width:80vw;max-width:1385.6px}}@media screen and (max-width: 1200px){.navbar{padding:20px 40px}}@media screen and (max-width: 1023px){.nav-links{display:none}.burger-menu{display:flex}}@media screen and (max-width: 768px){.navbar{padding:16px 20px}.nav-left{flex:0 0 auto}.nav-right{flex:0 0 auto;margin-left:auto}.about-link{display:none}.home-page .hero{padding:120px 30px 30px}.home-page .hero-title{font-size:64px;line-height:70px;width:auto;margin-left:0;position:relative}.home-page .bgbox{width:90vw;left:70%;top:60%}.home-page .hero-sub{bottom:30px;right:30px;font-size:16px;max-width:400px}}@media screen and (max-width: 480px){.navbar{padding:12px 16px}.nav-left{flex:0 0 auto}.nav-right{flex:0 0 auto;margin-left:auto}.logo-brand{gap:8px}.logo-img{width:32px;height:32px}.brand{font-size:20px}.contact-btn,.about-link{display:none}.mobile-nav{width:100vw}.home-page .hero{padding:100px 20px 20px;flex-direction:column;min-height:calc(100vh - 60px)}.home-page .hero-left-content{width:100%;max-width:none;margin-bottom:40px}.home-page .small-text{font-size:14px;padding-right:30px}.home-page .small-text:after{width:20px}.home-page .hero-title{font-size:48px;line-height:52px;margin-bottom:30px;width:auto;margin-left:0}.home-page .description-container{max-width:none;margin-bottom:20px}.home-page .description{font-size:14px;max-width:none}.home-page .about-btn{padding:10px 18px;font-size:14px;width:auto}.home-page .bgbox{width:100vw;left:50%;top:25%;opacity:.7}.home-page .hero-sub{position:relative;bottom:auto;right:auto;margin-top:40px;max-width:none;font-size:14px}}@media screen and (max-width: 320px){.navbar{padding:10px 12px}.brand{font-size:18px}.logo-img{width:28px;height:28px}.home-page .hero-title{font-size:36px;line-height:40px}.home-page .hero{padding:80px 15px 15px}.home-page .hero-sub{font-size:13px}}@keyframes bounce{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-20px)}}.home-page .hero-title:hover{text-shadow:0px 0px 15px rgba(255,255,255,.7)}.home-page .description:hover{color:#f0f0f0}.home-page .small-text:hover{opacity:1}.home-page .about-btn:hover{box-shadow:0 0 15px #d4ff0099}.about-section{background:#f8fafc;overflow:hidden;position:relative}.about-container{display:flex;align-items:center;justify-content:space-between;padding:80px 120px;gap:80px;min-height:70vh;position:relative;z-index:1}.about-left{flex:1;display:flex;justify-content:center}.image-container{position:relative;width:100%;max-width:696.443px;max-height:494px}.about-bg{width:100%;height:400px;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px #0000001a;transition:transform .5s ease}.about-container:hover .about-bg{transform:scale(1.02)}.notification-card{position:absolute;top:20px;left:-30px;padding:16px;gap:20px;width:344.867px;border-radius:16px;background:var(--Neutral-10, #fff);box-shadow:20px 40px 80px #2d33511f;display:flex;align-items:center;font-weight:500;font-size:14px;color:#1a202c;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;z-index:10}.profile-img{width:26px;height:26px;border-radius:50%;object-fit:cover;transition:transform .3s ease}.notification-card:hover .profile-img{transform:scale(1.1)}.checkmark{color:#10b981;font-weight:700;background:#10b981;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease}.notification-card:hover .checkmark{transform:rotate(360deg) scale(1.2)}.process-card{position:absolute;bottom:-30px;right:-40px;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001f;padding:20px;display:flex;flex-direction:column;gap:8px;width:280px;border:1px solid rgba(0,0,0,.05);z-index:10}.process-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;font-weight:500;color:#333;font-size:14px;background:#fff;border:1px solid #f0f0f0;transition:all .3s ease;cursor:pointer}.process-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0;transition:transform .3s ease}.process-item:hover .process-icon{transform:scale(1.2) rotate(5deg)}.process-icon img{width:16px;height:16px;filter:brightness(0) invert(1)}.process-icon.orange-bg{background:#ff6b35}.process-icon.red-bg{background:#e53e3e}.process-icon.black-bg{background:#2d3748}.about-right{flex:1;padding-left:20px;display:flex;width:591px;flex-direction:column;align-items:flex-start;gap:24px}.about-right h2{font-size:42px;font-weight:700;margin-bottom:40px;color:#1a202c;position:relative}.about-right h2:after{content:"";position:absolute;bottom:-15px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#6232ff,#ff6b35);border-radius:2px}.about-feature{gap:20px;margin-bottom:35px;display:flex;padding:24px;align-items:flex-start;gap:24px;align-self:stretch;background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;cursor:pointer}.feature-icon{border-radius:50%;color:#fff;font-size:20px;flex-shrink:0;display:flex;width:56px;height:56px;padding:16px;justify-content:center;align-items:center;transition:all .3s ease}.about-feature:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon.purple,.feature-icon.violet,.feature-icon.pink{background:var(--02---PRIMARY-COLOR, #6232ff)}.feature-icon img{width:28px;height:28px;filter:brightness(0) invert(1)}.about-feature h4{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--07---GRAYSCALE-COLOR, #1e1e24);font-style:normal;font-weight:700;line-height:150%;transition:all .3s ease}.about-feature p{font-size:16px;line-height:1.6;margin:0;color:var(--05---GRAYSCALE-COLOR, #6e7180);font-style:normal;font-weight:500;line-height:175%;transition:all .3s ease}.about-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:559px;height:187px;flex-shrink:0;opacity:.9;transition:all .5s ease}.about-container:hover .about-logo{opacity:1;transform:translate(-50%,-50%) scale(1.02)}@media (max-width: 1024px){.about-container{padding:60px 80px;gap:60px}.about-right{width:auto}.about-right h2{font-size:38px}.notification-card{left:-20px;width:300px}.process-card{right:-30px;width:260px}.about-logo{width:450px;height:150px}}@media (max-width: 768px){.about-container{flex-direction:column;padding:40px 20px;gap:40px;min-height:auto}.about-left{width:100%}.image-container{max-width:100%;width:100%}.about-bg{height:300px;width:100%}.notification-card{left:10px;top:15px;width:280px;font-size:13px;padding:12px;gap:15px}.profile-img{width:24px;height:24px}.checkmark{width:16px;height:16px;font-size:10px}.process-card{right:10px;bottom:-20px;width:240px;padding:16px}.process-item{font-size:13px;padding:10px 12px}.process-icon{width:28px;height:28px}.process-icon img{width:14px;height:14px}.about-right{padding-left:0;width:100%;gap:20px;align-items:center}.about-right h2{font-size:32px;text-align:center;margin-bottom:30px}.about-feature{padding:20px;gap:20px;margin-bottom:25px;width:100%;text-align:left;align-items:flex-start}.feature-icon{width:48px;height:48px;padding:12px}.feature-icon img{width:20px;height:20px}.about-feature h4{font-size:18px;margin-bottom:6px}.about-feature p{font-size:15px;line-height:1.5}.about-logo{width:300px;height:100px}}@media (max-width: 480px){.about-container{padding:30px 15px;gap:30px}.about-bg{height:250px}.notification-card{left:5px;top:10px;width:250px;font-size:12px;padding:10px;gap:12px}.profile-img{width:22px;height:22px}.process-card{right:5px;bottom:-15px;width:220px;padding:14px}.process-item{font-size:12px;padding:8px 10px}.about-right h2{font-size:28px;margin-bottom:25px}.about-feature{padding:16px;gap:16px;margin-bottom:20px;flex-direction:column;text-align:center;align-items:center}.feature-icon{width:44px;height:44px;padding:10px;margin-bottom:10px}.feature-icon img{width:18px;height:18px}.about-feature h4{font-size:16px;margin-bottom:8px;text-align:center}.about-feature p{font-size:14px;text-align:center}.about-logo{width:250px;height:85px}}.services-page-container{min-height:100vh;background:var(--03---PRIMARY-COLOR, #14141a);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding:0;margin:0}.services-hero-section{padding:4rem 2rem;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:4rem}.services-hero-content{flex:1;max-width:600px}.services-hero-title{margin:0 0 2rem;color:#fff;font-family:Manrope;font-size:64px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-1.92px}.services-hero-description{color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:400;line-height:36px}.services-hero-description p{margin:0 0 1.5rem}.services-hero-description p:last-child{margin-bottom:0}.services-page-btn{background:linear-gradient(45deg,#5833af,#360f5a);border:2px solid rgba(139,92,246,.5);color:#fff;padding:1rem 2rem;border-radius:50px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-weight:500;transition:all .3s ease;box-shadow:0 0 100px #8b5cf640,0 12px 40px #8b5cf633,inset 0 2px 5px #ffffff14;position:relative;overflow:hidden}.services-page-btn-logo{width:30px;height:20px;filter:brightness(0) invert(1)}.services-page-btn:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#8b5cf6,#a855f7,#8b5cf6);border-radius:50px;z-index:-1;filter:blur(8px);opacity:.7}.services-page-btn:hover{transform:translateY(-3px);box-shadow:0 0 50px #8b5cf699,0 8px 25px #8b5cf666,inset 0 1px #fff3}.services-section{padding:2rem;width:100%;overflow-x:auto}.services-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;align-items:flex-start;width:fit-content;margin:0 auto}.service-item{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.service-image{border-radius:16px;overflow:hidden;transition:all .4s ease;cursor:pointer;display:block}.service-image:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0006}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.service-text{max-width:500px;padding-left:0}.service-text h3{margin:0 0 1rem;font-size:1.5rem;line-height:1.3;position:relative;padding-bottom:1rem;color:#fff;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:-.64px}.service-text h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:linear-gradient(90deg,#c0f501,#cbee02);border-radius:1px}.learn-more-btn{background:transparent;border:none;color:#fbff00;display:flex;align-items:center;gap:.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;padding:0;font-weight:500;margin-top:.5rem}.learn-more-btn:hover{color:#f80;transform:translate(5px)}.service-item{animation:fadeInUp .6s ease forwards}.service-item:nth-child(1){animation-delay:.1s}.service-item:nth-child(2){animation-delay:.2s}.service-item:nth-child(3){animation-delay:.3s}.service-item:nth-child(4){animation-delay:.4s}@media (max-width: 1600px){.services-grid{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:1200px}.service-image.img1,.service-image.img4{width:min(500px,45vw)!important;height:min(600px,55vw)!important}.service-image.img2,.service-image.img3{width:min(500px,45vw)!important;height:min(400px,40vw)!important}}@media (max-width: 1200px){.services-hero-section{flex-direction:column;align-items:flex-start;gap:2rem}.services-hero-title{font-size:3.5rem}.services-page-btn{align-self:flex-start}}@media (max-width: 768px){.services-hero-section{padding:2rem 1rem}.services-hero-title{font-size:2.5rem}}@media (max-width: 480px){.services-hero-title{font-size:2rem}.services-hero-description{font-size:1rem}}.hover-preview-image{transition:opacity .3s ease}@media (max-width: 768px){.hero-section{padding:2rem 1rem}.services-section{padding:1rem}.hero-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr;gap:2.5rem}.service-image.img1,.service-image.img2,.service-image.img3,.service-image.img4{width:90vw!important;height:300px!important}.service-text h3{font-size:1.3rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.services-grid{gap:2rem}.service-text h3{font-size:1.2rem}}body{background:#fff}.mission-container{max-width:1200px;margin:0 auto;padding:60px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{text-align:left;margin-bottom:40px;color:var(--03---PRIMARY-COLOR, #14141a);font-size:64px;font-style:normal;font-weight:700;line-height:130%;letter-spacing:-1.28px}.header h1{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.tagline{margin:0;font-weight:400;color:var(--06---GRAYSCALE-COLOR, #40424d);font-family:Manrope;font-size:18px;font-style:normal;font-weight:500;line-height:32px}.mission-vision-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:80px}.mission-card,.vision-card{background:#fff;border-radius:12px;overflow:hidden;color:#000;display:flex;flex-direction:column}.card-animation{height:220px;background:#000;display:flex;align-items:center;justify-content:center}.card-animation canvas{width:100%;height:100%}.card-content{padding:16px 20px}.card-content h2{font-weight:600;margin:0 0 8px;color:var(--06---GRAYSCALE-COLOR, #40424d);font-size:18px;font-style:normal;font-weight:500;line-height:32px}.card-content p{margin:0;color:var(--05---GRAYSCALE-COLOR, #6e7180);font-family:Manrope;font-size:16px;font-style:normal;font-weight:500;line-height:26px}.technologies-section{text-align:center}.line{display:inline-block;width:120px;height:1px;background:#ddd;vertical-align:middle;margin:0 20px}.technologies-title{display:inline-block;margin:0 0 40px;color:var(--05---GRAYSCALE-COLOR, #6e7180);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Manrope;font-size:24px;font-style:normal;font-weight:400;line-height:30px}.tech-grid{gap:30px;align-items:center;display:flex;width:1456px;flex-direction:column;align-items:flex-start;gap:80px}.tech-row{display:flex;justify-content:center;align-items:center;gap:84px;flex-wrap:wrap}.tech-row img{object-fit:contain;filter:grayscale(1);transition:filter .3s ease,transform .3s ease;width:70px;height:70px;aspect-ratio:21/22}.tech-row img:hover{filter:grayscale(0);transform:scale(1.1)}@media (max-width: 768px){.mission-vision-section{grid-template-columns:1fr;gap:16px}.header h1{font-size:28px}.tagline{font-size:14px}.tech-row{gap:30px}.tech-row img{width:40px;height:40px}}.contact{width:100%;min-height:100vh;background:#fff;padding:60px;display:flex;align-items:center;justify-content:center;flex-direction:column}.contact-form-title{font-size:40px;font-weight:600;color:#1a1a1a;margin-bottom:25px;line-height:1.2;color:var(--semantic-text-headings, #171717);text-align:left;font-style:normal;line-height:var(--Line-height-display-2xl, 90px);letter-spacing:-1.44px}.contact-container{width:100%;height:100%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;box-sizing:border-box}.info-card{background:linear-gradient(135deg,#6232ff,#8b5cf6);color:#fff;padding:40px 32px;position:relative;height:650px;width:100%;max-width:500px;box-shadow:0 20px 40px #6232ff4d;border-radius:50px}.info-card h3{font-size:28px;font-weight:700;margin-bottom:18px;color:var( --Grey-Grey-50, var(--Component-colors-Utility-Gray-utility-gray-50, #fafafa) );font-family:Manrope;font-size:36px;font-style:normal;font-weight:600;line-height:var(--Line-height-display-sm, 38px)}.info-card p{font-size:16px;opacity:.9;margin-bottom:32px}.contact-details{margin-bottom:150px}.contact-item{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:15px}.contact-icon{font-size:16px;opacity:.8}.social-icons{display:flex;gap:12px;margin-bottom:40px}.social-icon{width:40px;height:40px;border-radius:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.social-icon.twitter{background:#000}.social-icon.instagram{background:#fff}.social-icon:hover{transform:translateY(-2px);filter:brightness(1.1)}.contact-logo{position:absolute;bottom:32px;right:32px}.contact-logo img{height:auto;width:205.317px;height:147px;flex-shrink:0;aspect-ratio:169/121}.contact-form-wrapper{position:relative;display:flex;flex-direction:column;height:650px;background:transparent;padding:40px 32px}.contact-form{display:flex;flex-direction:column;gap:24px;max-width:800px;flex:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:var(--semantic-text-body, #404040);font-size:16px;font-style:normal;font-weight:400;line-height:150%}.form-group input,.form-group textarea{border:none;border-bottom:1px solid #d1d5db;border-radius:0;padding:10px 4px;font-size:15px;font-family:inherit;background:transparent;color:#1a1a1a;transition:border-color .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-weight:400}.form-group input:focus,.form-group textarea:focus{outline:none;border-bottom:2px solid #4f46e5}.form-group textarea{min-height:100px;resize:none}.radio-group{display:flex;gap:40px}.radio-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#1a1a1a;font-weight:500;position:relative;transition:all .3s ease}.radio-option:hover{color:#4f46e5}.radio-custom{width:22px;height:22px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.radio-custom img{width:100%;height:100%;object-fit:contain}.send-btn{background:none;border:none;font-size:16px;font-weight:600;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;gap:8px;margin-top:16px;transition:color .3s ease,transform .3s ease}.send-btn:hover{color:#4f46e5;transform:translate(3px)}.btn-arrow{font-size:18px;transition:transform .3s ease}.send-btn:hover .btn-arrow{transform:translate(6px)}.contact-btn{text-decoration:none;display:inline-block}.notification{position:fixed;bottom:30px;right:30px;min-width:300px;max-width:400px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification.success{background-color:#fff;border-left:4px solid #4caf50}.notification.error{background-color:#fff;border-left:4px solid #f44336}.notification-content{display:flex;align-items:flex-start;padding:16px}.notification-icon{margin-right:12px;flex-shrink:0}.notification.success .notification-icon{color:#4caf50}.notification.error .notification-icon{color:#f44336}.notification-icon svg{width:24px;height:24px}.notification-message{flex-grow:1}.notification-message h3{margin:0 0 4px;font-size:16px;font-weight:600}.notification.success .notification-message h3{color:#4caf50}.notification.error .notification-message h3{color:#f44336}.notification-message p{margin:0;font-size:14px;color:#555}.notification-close{background:none;border:none;font-size:20px;color:#aaa;cursor:pointer;padding:0;margin-left:8px;line-height:1}.notification-close:hover{color:#333}.notification-progress{height:3px;position:absolute;bottom:0;left:0;animation:progress 5s linear forwards}.notification.success .notification-progress{background-color:#4caf50}.notification.error .notification-progress{background-color:#f44336}@keyframes progress{0%{width:100%}to{width:0}}@media (min-width: 1440px){.contact{padding:80px}}@media (max-width: 1200px){.contact{padding:60px 40px}}@media (max-width: 1024px){.contact-form-title{font-size:28px;margin-bottom:24px;text-align:center}.contact-container{grid-template-columns:1fr;gap:40px}.info-card{height:auto;max-width:100%;padding:32px 24px}.contact-form-wrapper{height:auto}.contact-details{margin-bottom:100px}.contact-logo img{width:150px;height:108px}}@media (max-width: 768px){.contact{padding:40px 20px}.contact-form-title{font-size:24px;margin-bottom:20px;text-align:center;line-height:1.3}.contact-form-wrapper{padding:32px 24px}.form-row{grid-template-columns:1fr;gap:16px}.radio-group{flex-direction:column;gap:12px}.info-card h3{font-size:28px}.contact-item{font-size:14px}.social-icon{width:36px;height:36px}}@media (max-width: 480px){.contact{padding:32px 16px}.contact-form-title{font-size:22px;margin-bottom:16px;text-align:center;line-height:1.3}.info-card{padding:24px 20px}.info-card h3{font-size:24px}.contact-form-wrapper{padding:24px 20px}.contact-details{margin-bottom:60px}.contact-logo img{width:120px;height:86px}.form-group input,.form-group textarea{padding:12px 14px;font-size:14px}.send-btn,.radio-option,.form-group label{font-size:14px}}.footer{background:#0d0d0f;color:#fff;position:relative;padding:60px 40px 0;overflow:hidden;transform:translateZ(0);will-change:auto}.footer-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0);opacity:.05;z-index:0;width:500px;height:auto;will-change:auto}.footer-bg img{width:100%;height:auto;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.footer-content{max-width:1400px;margin:0 auto;position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;transform:translateZ(0)}.footer-left h2{font-size:36px;font-weight:700;line-height:1.3;margin-bottom:40px}.glados-heading{font-size:36px;font-weight:700;line-height:1.3;margin-bottom:40px;cursor:pointer;color:#fff;font-family:Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:.5px;transition:color .2s ease-out;transform:translateZ(0);backface-visibility:hidden;will-change:color;min-height:94px;display:flex;align-items:flex-start;overflow:hidden}.glados-heading:hover{color:#d4ff00}.footer-left:has(.glados-heading:active) .glados-heading{text-shadow:0 0 8px rgba(212,255,0,.3)}.footer-right{display:flex;flex-direction:column;gap:16px;transform:translateZ(0)}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:10px;font-size:15px;opacity:.9;transform:translateZ(0)}.contact-item img{width:20px;height:20px;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.footer-row{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:30px;position:relative;z-index:1;transform:translateZ(0)}.footer-logo{display:flex;align-items:center;gap:10px;transform:translateZ(0)}.footer-logo-icon{width:40px;height:auto;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden}.footer-brand{font-weight:600;font-size:18px}.footer-links{display:flex;gap:30px;transform:translateZ(0)}.footer-links a{font-size:16px;font-weight:500;color:#fff;text-decoration:none;transition:color .2s ease-out;transform:translateZ(0);backface-visibility:hidden;will-change:color}.footer-links a:hover{color:#d4ff00}.footer-social{display:flex;gap:16px;transform:translateZ(0)}.footer-social a img{width:20px;height:20px;opacity:.8;transition:opacity .2s ease-out,transform .2s ease-out;transform:translateZ(0);backface-visibility:hidden;will-change:opacity,transform;image-rendering:-webkit-optimize-contrast}.footer-social a:hover img{opacity:1;transform:translateY(-2px) translateZ(0)}.footer-divider{margin:25px auto 20px;max-width:1400px;height:1px;background:#ffffff1a;transform:translateZ(0)}.footer-bottom{max-width:1400px;margin:0 auto;padding:0 20px 30px;display:flex;justify-content:space-between;align-items:center;font-size:13px;opacity:.7;transform:translateZ(0)}.footer-legal{display:flex;gap:20px;transform:translateZ(0)}.footer-legal a{color:#fff;text-decoration:none;transition:all .2s ease-out;transform:translateZ(0);backface-visibility:hidden;will-change:opacity,color}.footer-legal a:hover{opacity:1;color:#d4ff00}@media (max-width: 1024px){.footer{padding:60px 40px 0}}@media (max-width: 768px){.footer{padding:40px 20px 0}.footer-content{flex-direction:column;gap:30px;text-align:center}.footer-left h2,.glados-heading{font-size:28px;min-height:73px}.footer-row{flex-direction:column;gap:20px;text-align:center}.footer-links{gap:20px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media (max-width: 480px){.footer{padding:32px 16px 0}.footer-left h2,.glados-heading{font-size:22px;min-height:57px}.footer-links{flex-direction:column;gap:16px}}@media (max-width: 320px){.footer-left h2,.glados-heading{font-size:20px;min-height:52px}}@media (prefers-reduced-motion: reduce){.footer *,.footer *:before,.footer *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.subservices-hero{width:100%;position:relative}.subservices-hero-content{text-align:center;padding:120px 20px;color:#fff}.subservices-hero-subtitle{font-size:18px;font-weight:500}.subservices-hero-title{font-size:40px;margin:10px 0}.subservices-hero-breadcrumb{font-size:14px;opacity:.9}.subservices-overview-title{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subservices-overview-description{font-size:18px;line-height:1.6;opacity:.8;max-width:700px;margin:0 auto}.subservices-card-wide{flex:1 1 calc(60% - 12px);min-width:400px}.subservices-card-narrow{flex:1 1 calc(40% - 12px);min-width:280px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.subservices-card-tailored{background:linear-gradient(135deg,#4517db,#8b5cf6);color:#fff;box-shadow:0 10px 30px #6232ff4d;position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 30px}.subservices-cards-grid{width:45%;display:flex;gap:15px;margin-left:20px}.subservices-card-column{display:flex;flex-direction:column;gap:15px;flex:1;margin-bottom:-100px;margin-right:10px}.subservices-card-column:nth-child(1),.subservices-card-column:nth-child(3){margin-top:35px}.subservices-card-column:nth-child(2),.subservices-card-column:nth-child(4){margin-top:0}.subservices-grid-card{height:70px;width:70px;border-radius:16px;background:var(--04---PRIMARY-COLOR, #ceff1c);border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.subservices-grid-card:hover{background:#fff;transform:translateY(-5px) scale(1.05);box-shadow:0 8px 20px #00000026}.card-icon{font-size:24px;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.card-icon-svg{width:40px;height:40px;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.subservices-card-ecommerce{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.subservices-card-ecommerce h3{color:var(--Secondary-500, #1a1c1e);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-ecommerce p{color:var(--Secondary-400, #6c7278);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-card-spa{justify-content:flex-start;align-items:flex-start;text-align:left}.subservices-mobile-mockup{position:absolute;right:-10px;top:0;width:500px;overflow:visible}.subservices-dashboard-img{width:640px;height:300px;object-fit:contain;transform:rotate(-12deg) scale(1.1);transition:all .3s ease;background:transparent;object-position:left center}.subservices-dashboard-img:hover{transform:rotate(-10deg) scale(1.05)}.subservices-card-tailored h3{font-size:26px;margin-bottom:20px;color:var(--Primary-0, #fff);font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-tailored p{opacity:.9}@media (min-width: 1440px){.subservices-hero-content{padding:60px 80px}.subservices-hero-title{font-size:56px}.subservices-overview{padding:80px}.subservices-overview-title{font-size:48px}.subservices-card-wide{min-width:480px}.subservices-card-narrow{min-width:320px}}@media (max-width: 1199px){.subservices-hero-content{padding:40px}.subservices-hero-title{font-size:40px}.subservices-overview{padding:60px 40px}.subservices-overview-title{font-size:36px}.subservices-grid{gap:20px}.subservices-card-wide{min-width:350px}.subservices-card-narrow{min-width:250px}.subservices-dashboard-img{width:480px;height:240px}.subservices-mobile-mockup{width:400px;right:-40px;top:15px}}@media (max-width: 1023px){.subservices-hero{height:60vh;min-height:350px}.subservices-hero-title{font-size:36px;white-space:normal;text-align:center;line-height:1.2;max-width:80%}.subservices-overview-title{font-size:32px}.subservices-grid{flex-direction:column;gap:20px}.subservices-card-wide,.subservices-card-narrow{flex:1 1 100%;min-width:100%;width:100%}.subservices-card-tailored{flex-direction:row!important;padding:30px;align-items:center;justify-content:space-between}.subservices-card-content{width:50%;padding-right:20px;flex-shrink:0}.subservices-cards-grid{width:50%;display:flex;gap:12px;margin-left:0;margin-top:0;flex-shrink:0}.subservices-card-column{display:flex;flex-direction:column;gap:12px;flex:1;margin-bottom:0;margin-right:0}.subservices-card-column:nth-child(1),.subservices-card-column:nth-child(3){margin-top:20px}.subservices-card-column:nth-child(2),.subservices-card-column:nth-child(4){margin-top:0}.subservices-grid-card{height:60px;width:60px}.card-icon-svg{width:30px;height:30px}.subservices-dashboard-img{width:360px;height:180px;transform:rotate(-8deg) scale(1)}.subservices-mobile-mockup{width:300px;right:-10px;top:10px}}@media (max-width: 767px){.subservices-hero{height:50vh;min-height:300px}.subservices-hero-content{padding:20px}.subservices-hero-subtitle{font-size:20px;margin-top:40px}.subservices-hero-title{font-size:28px;max-width:90%}.subservices-overview{padding:40px 20px}.subservices-overview-title{font-size:28px}.subservices-overview-description{font-size:16px}.subservices-grid{gap:16px}.subservices-card{padding:24px;height:auto;min-height:200px}.subservices-card h3{font-size:20px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3{font-size:24px}.subservices-card-tailored h3{font-size:22px}.subservices-card p{font-size:14px}.subservices-card-tailored{padding:20px}.subservices-card-content{padding-right:15px}.subservices-cards-grid,.subservices-card-column{gap:10px}.subservices-card-column:nth-child(1),.subservices-card-column:nth-child(3){margin-top:15px}.subservices-grid-card{height:50px;width:50px}.card-icon-svg{width:24px;height:24px}.subservices-dashboard-img{width:280px;height:140px;transform:rotate(-8deg) scale(.9)}.subservices-mobile-mockup{width:240px;right:10px;top:5px}.subservices-next{flex-direction:column;gap:8px;text-align:center}.subservices-next-text,.subservices-next-arrow,.subservices-next-service{font-size:16px}}@media (max-width: 575px){.subservices-hero{height:45vh;min-height:280px}.subservices-hero-content{padding:16px}.subservices-hero-subtitle{font-size:18px;margin-top:20px}.subservices-hero-title{font-size:24px;max-width:95%}.subservices-overview{padding:32px 16px}.subservices-overview-title{font-size:24px}.subservices-overview-description{font-size:15px}.subservices-card{padding:20px;min-height:180px}.subservices-card h3{font-size:18px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3,.subservices-card-tailored h3{font-size:20px}.subservices-card p{font-size:13px}.subservices-card-tailored{padding:20px}.subservices-card-content{padding-right:10px}.subservices-cards-grid,.subservices-card-column{gap:8px}.subservices-card-column:nth-child(1),.subservices-card-column:nth-child(3){margin-top:12px}.subservices-grid-card{height:45px;width:45px}.card-icon-svg{width:20px;height:20px}.subservices-dashboard-img{width:220px;height:110px;transform:rotate(-6deg) scale(.8)}.subservices-mobile-mockup{width:200px;right:20px;top:0}}@media (max-width: 374px){.subservices-hero{height:40vh;min-height:250px}.subservices-hero-content{padding:12px}.subservices-hero-subtitle{font-size:16px;margin-top:15px}.subservices-hero-title{font-size:20px;max-width:100%}.subservices-overview{padding:24px 12px}.subservices-overview-title{font-size:20px}.subservices-overview-description{font-size:14px}.subservices-card{padding:16px;min-height:160px}.subservices-card h3{font-size:16px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3,.subservices-card-tailored h3{font-size:18px}.subservices-card p{font-size:12px}.subservices-card-tailored{padding:16px}.subservices-card-content{padding-right:8px}.subservices-cards-grid,.subservices-card-column{gap:6px}.subservices-card-column:nth-child(1),.subservices-card-column:nth-child(3){margin-top:10px}.subservices-grid-card{height:40px;width:40px}.card-icon-svg{width:18px;height:18px}.subservices-dashboard-img{width:180px;height:90px;transform:rotate(-4deg) scale(.7)}.subservices-mobile-mockup{width:160px;right:30px;top:-5px}.subservices-next-text,.subservices-next-arrow,.subservices-next-service{font-size:14px}}@media (max-height: 500px) and (orientation: landscape){.subservices-hero{height:80vh;min-height:400px}.subservices-hero-title{font-size:32px}.subservices-overview{padding:40px 20px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.subservices-hero-bg{background-image:url(../../../assets/whatwedo1.mp4)}.subservices-dashboard-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.subservices-container{background:#fff!important;color:#000!important}.subservices-hero-bg:before{display:none}.subservices-overview{background:#fff!important;color:#000!important}.subservices-card-tailored{background:#f5f5f5!important;color:#000!important}.subservices-grid-card{background:#e0e0e0!important}}.subservices-card:focus,.subservices-grid-card:focus{outline:2px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.subservices-card,.subservices-grid-card,.subservices-dashboard-img{transition:none}.subservices-card:hover,.subservices-grid-card:hover{transform:none}.subservices-dashboard-img:hover{transform:rotate(-12deg) scale(1.1)}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 60px;position:relative;z-index:2;flex-wrap:wrap;gap:20px}.nav-left{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.logo-brand{display:flex;align-items:center;gap:12px}.logo-img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.brand{font-weight:700;font-size:24px;color:#fff;letter-spacing:-.5px;white-space:nowrap}.nav-links{display:flex;gap:32px;flex-wrap:wrap}.nav-links a{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;position:relative;white-space:nowrap}.nav-links a:hover{color:#d4ff00}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:#d4ff00;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.about-link{color:#fff;text-decoration:none;font-weight:500;font-size:16px;transition:color .3s ease;white-space:nowrap}.about-link:hover{color:#d4ff00}.contact-btn{background:#d4ff00;color:#1a1a1a;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;border:2px solid #d4ff00;white-space:nowrap}.contact-btn:hover{background:transparent;color:#d4ff00;transform:translateY(-2px)}@media (min-width: 1440px){.navbar{padding:20px 80px}}@media (max-width: 1200px){.navbar{padding:20px 40px}}@media (max-width: 768px){.navbar{padding:16px 20px;flex-direction:column;gap:20px}.nav-left{gap:20px;justify-content:center}.nav-links{gap:20px}.nav-links a{font-size:14px}.nav-right{justify-content:center}}@media (max-width: 480px){.navbar{padding:12px 16px}.logo-brand{gap:8px}.logo-img{width:32px;height:32px}.brand{font-size:20px}.nav-links{display:none}.contact-btn{padding:8px 16px;font-size:14px}}.navbar{position:absolute;top:0;left:0;width:100%;background:transparent;z-index:10}.logo-brand{display:flex;align-items:center;text-decoration:none;color:inherit}.subservices-container{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;width:100%}.subservices-container *,.subservices-container *:before,.subservices-container *:after{box-sizing:border-box}.subservices-hero{height:70vh;position:relative;overflow:hidden;min-height:400px;width:100%}.subservices-hero-bg{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;position:relative}.subservices-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2c243bb3,#1a1a2e80);z-index:1}.subservices-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:40px 60px;z-index:2;color:#fff}.subservices-hero-subtitle{font-size:28px;font-weight:600;align-self:flex-start;margin-top:60px}.subservices-hero-title{font-size:48px;font-weight:700;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.subservices-hero-breadcrumb{align-self:flex-start;font-size:14px;color:#ddd;margin-bottom:20px}.subservices-hero-breadcrumb span{color:#aaa}.subservices-hero-breadcrumb strong{color:#fff}.subservices-overview{background:#0f0f0f;color:#fff;padding:60px;min-height:auto;width:100%}.subservices-overview-container{max-width:1200px;margin:0 auto;width:100%}.subservices-overview-header{text-align:center;margin-bottom:60px}.subservices-tag{background:linear-gradient(135deg,#d4ff00,#a3e635);color:#1a1a1a;padding:8px 20px;border-radius:20px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}.subservices-overview-title{color:var(--01---PRIMARY-COLOR, #F5F6FC);text-align:center;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-1.68px;margin-bottom:20px}.subservices-overview-description{font-size:17px;line-height:1.6;opacity:.8;max-width:700px;margin:0 auto;color:var(--01---GRAYSCALE-COLOR, #EDEFF7);font-weight:400;letter-spacing:-.36px}.subservices-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:40px;justify-content:center;width:100%}.subservices-card{background:#fff;color:#1a1a1a;border-radius:0;padding:32px;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid #e5e5e5;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:280px;min-height:280px}.subservices-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.subservices-card-wide{flex:1 1 calc(60% - 12px);min-width:400px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 30px}.subservices-card-narrow{flex:1 1 calc(40% - 12px);min-width:280px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background:#fff}.subservices-card-tailored{color:var(--Secondary-400, #6c7278);box-shadow:0 10px 30px #6232ff4d;position:relative;justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.subservices-card-tailored h3{font-size:26px;margin-bottom:20px;color:var(--Primary-0, #000000);font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-tailored p{opacity:.9;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-card-ecommerce{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px;background:linear-gradient(135deg,#4517db,#8b5cf6)}.subservices-card-ecommerce h3{color:var(--Secondary-500, #ffffff);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-ecommerce p{color:var(--Secondary-400, #fdfdfd);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-card-mobile{justify-content:flex-start;align-items:flex-start;text-align:left}.subservices-card-mobile h3{color:var(--Secondary-500, #1a1c1e);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-mobile p{color:var(--Secondary-400, #6c7278);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-card-spa{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.subservices-card-spa h3{color:var(--Secondary-500, #1a1c1e);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.subservices-card-spa p{color:var(--Secondary-400, #6c7278);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-mobile-mockup{position:absolute;right:-250px;bottom:-60px;width:550px;overflow:visible}.subservices-dashboard-img{transform:none;transition:all .3s ease}.subservices-dashboard-img:hover{transform:scale(1.05)}.subservices-card-mobile .subservices-dashboard-img{width:600px;height:auto;transform:none;transition:all .3s ease}.subservices-card-mobile .subservices-dashboard-img:hover{transform:scale(1.05)}.subservices-card-mobile .subservices-mobile-mockup{position:absolute;right:-300px;bottom:-200px;width:600px;overflow:visible}.subservices-card-ecommerce .subservices-mobile-mockup{position:absolute;right:-300px;bottom:-80px;width:600px;overflow:visible}.subservices-card h3{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:16px}.subservices-card p{font-size:16px;line-height:1.6;opacity:.8;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.subservices-next{text-align:right;padding-top:30px;border-top:1px solid #333;display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:16px}.subservices-next-text{opacity:.6;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}.subservices-next-arrow,.subservices-next-service{color:var(--Neutral-10, #fff);font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}@media (min-width: 1440px){.subservices-hero-content{padding:60px 80px}.subservices-hero-title{font-size:56px}.subservices-overview{padding:80px}.subservices-overview-title{font-size:60px}.subservices-card-wide{min-width:480px}.subservices-card-narrow{min-width:320px}.subservices-mobile-mockup{right:-280px;width:580px}.subservices-card-mobile .subservices-mobile-mockup{right:-350px;bottom:-220px;width:650px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-350px;bottom:-100px;width:650px}}@media (max-width: 1439px) and (min-width: 1200px){.subservices-overview-title{font-size:50px}.subservices-mobile-mockup{right:-220px;width:520px}.subservices-card-mobile .subservices-mobile-mockup{right:-280px;bottom:-180px;width:580px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-280px;bottom:-70px;width:580px}}@media (max-width: 1199px) and (min-width: 1024px){.subservices-hero-content{padding:40px}.subservices-hero-title{font-size:40px}.subservices-overview{padding:60px 40px}.subservices-overview-title{font-size:44px}.subservices-grid{gap:20px}.subservices-card-wide{min-width:350px}.subservices-card-narrow{min-width:250px}.subservices-mobile-mockup{right:-180px;width:450px}.subservices-card-mobile .subservices-dashboard-img{width:500px}.subservices-card-mobile .subservices-mobile-mockup{right:-220px;bottom:-160px;width:500px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-220px;bottom:-60px;width:500px}}@media (max-width: 1023px){.subservices-hero{height:60vh;min-height:350px}.subservices-hero-title{font-size:36px;white-space:normal;text-align:center;line-height:1.2;max-width:80%}.subservices-overview-title{font-size:38px}.subservices-overview-description{font-size:16px}.subservices-grid{flex-direction:column;gap:20px}.subservices-card-wide,.subservices-card-narrow{flex:1 1 100%;min-width:100%;width:100%}.subservices-card-tailored{flex-direction:column;padding:30px 25px;text-align:left;align-items:flex-start}.subservices-mobile-mockup{right:-150px;bottom:-40px;width:350px}.subservices-card-mobile .subservices-dashboard-img{width:400px}.subservices-card-mobile .subservices-mobile-mockup{right:-180px;bottom:-120px;width:400px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-180px;bottom:-40px;width:400px}}.subservices-hero{height:100vh!important;width:100vw;margin:0;padding:0}.subservices-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.subservices-hero-bg{height:100%;width:100%;position:relative}@media (max-width: 767px){.subservices-hero{height:50vh;min-height:300px}.subservices-hero-content{padding:20px}.subservices-hero-subtitle{font-size:20px;margin-top:40px}.subservices-hero-title{font-size:28px;max-width:90%}.subservices-overview{padding:40px 20px}.subservices-overview-title{font-size:32px}.subservices-overview-description{font-size:15px}.subservices-grid{gap:16px}.subservices-card{padding:24px;height:auto;min-height:200px}.subservices-card h3{font-size:20px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3{font-size:24px}.subservices-card-tailored h3{font-size:22px}.subservices-card p{font-size:14px}.subservices-mobile-mockup{right:-100px;bottom:-20px;width:280px}.subservices-card-mobile .subservices-dashboard-img{width:320px}.subservices-card-mobile .subservices-mobile-mockup{right:-120px;bottom:-80px;width:320px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-120px;bottom:-20px;width:320px}.subservices-next{flex-direction:column;gap:8px;text-align:center}.subservices-next-text,.subservices-next-arrow,.subservices-next-service{font-size:16px}}@media (max-width: 575px){.subservices-hero{height:45vh;min-height:280px}.subservices-hero-content{padding:16px}.subservices-hero-subtitle{font-size:18px;margin-top:20px}.subservices-hero-title{font-size:24px;max-width:95%}.subservices-overview{padding:32px 16px}.subservices-overview-title{font-size:28px}.subservices-overview-description{font-size:14px}.subservices-card{padding:20px;min-height:180px}.subservices-card h3{font-size:18px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3,.subservices-card-tailored h3{font-size:20px}.subservices-card p{font-size:13px}.subservices-card-tailored{padding:20px}.subservices-mobile-mockup{right:-80px;bottom:-15px;width:240px}.subservices-card-mobile .subservices-dashboard-img{width:280px}.subservices-card-mobile .subservices-mobile-mockup{right:-100px;bottom:-60px;width:280px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-100px;bottom:-15px;width:280px}}@media (max-width: 479px){.subservices-hero{height:40vh;min-height:250px}.subservices-hero-content{padding:12px}.subservices-hero-subtitle{font-size:16px;margin-top:15px}.subservices-hero-title{font-size:20px;max-width:100%}.subservices-overview{padding:24px 12px}.subservices-overview-title{font-size:24px}.subservices-overview-description{font-size:13px}.subservices-card{padding:16px;min-height:160px}.subservices-card h3{font-size:16px}.subservices-card-ecommerce h3,.subservices-card-spa h3,.subservices-card-mobile h3,.subservices-card-tailored h3{font-size:18px}.subservices-card p{font-size:12px}.subservices-card-tailored{padding:16px}.subservices-mobile-mockup{right:-60px;bottom:-10px;width:200px}.subservices-card-mobile .subservices-dashboard-img{width:220px}.subservices-card-mobile .subservices-mobile-mockup{right:-80px;bottom:-40px;width:220px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-80px;bottom:-10px;width:220px}.subservices-next-text,.subservices-next-arrow,.subservices-next-service{font-size:14px}}@media (max-width: 319px){.subservices-hero-title{font-size:18px}.subservices-overview-title{font-size:20px}.subservices-overview-description{font-size:12px}.subservices-mobile-mockup{right:-40px;bottom:-5px;width:160px}.subservices-card-mobile .subservices-dashboard-img{width:180px}.subservices-card-mobile .subservices-mobile-mockup{right:-60px;bottom:-30px;width:180px}.subservices-card-ecommerce .subservices-mobile-mockup{right:-60px;bottom:-5px;width:180px}}.subservices-card:focus{outline:2px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.subservices-card,.subservices-dashboard-img{transition:none}.subservices-card:hover,.subservices-dashboard-img:hover{transform:none}}.cloud-services-container{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;width:100%}.cloud-services-container *,.cloud-services-container *:before,.cloud-services-container *:after{box-sizing:border-box}.cloud-services-hero{height:70vh;position:relative;overflow:hidden;min-height:400px;width:100%}.cloud-services-hero-bg{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;position:relative}.cloud-services-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2c243bb3,#1a1a2e80);z-index:1}.cloud-services-hero-video{width:100%;height:100%;object-fit:cover}.cloud-services-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:40px 60px;z-index:2;color:#fff}.cloud-services-hero-subtitle{font-size:28px;font-weight:600;align-self:flex-start;margin-top:60px}.cloud-services-hero-title{font-size:48px;font-weight:700;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.cloud-services-hero-breadcrumb{align-self:flex-start;font-size:14px;color:#ddd;margin-bottom:20px}.cloud-services-hero-breadcrumb span{color:#aaa}.cloud-services-hero-breadcrumb strong{color:#fff}.cloud-services-overview{background:#0f0f0f;color:#fff;padding:60px;min-height:auto;width:100%}.cloud-services-overview-container{max-width:1200px;margin:0 auto;width:100%}.cloud-services-overview-header{text-align:center;margin-bottom:60px}.cloud-services-tag{background:linear-gradient(135deg,#fff 0% 100%);color:#1a1a1a;padding:8px 20px;border-radius:20px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}.cloud-services-overview-title{color:#f5f6fc;text-align:center;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-1.68px;margin-bottom:20px}.cloud-services-overview-description{font-size:17px;line-height:1.6;opacity:.8;max-width:700px;margin:0 auto;color:#edeff7;font-weight:400;letter-spacing:-.36px}.cloud-services-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:40px;justify-content:center;width:100%}.cloud-services-card{background:#fff;color:#1a1a1a;border-radius:0;padding:32px;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid #e5e5e5;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:280px;min-height:280px}.cloud-services-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.cloud-services-card-wide{flex:1 1 calc(60% - 12px);min-width:400px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 30px}.cloud-services-card-narrow{flex:1 1 calc(40% - 12px);min-width:280px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background:#fff}.cloud-services-card-tailored{color:#6c7278;box-shadow:0 10px 30px #6232ff4d;position:relative;justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.cloud-services-card-tailored h3{font-size:26px;margin-bottom:20px;color:#000;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.cloud-services-card-tailored p{opacity:.9;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.cloud-services-card-ecommerce{justify-content:flex-start;align-items:flex-start;text-align:left;padding:35px;background:linear-gradient(135deg,#4517db,#8b5cf6)}.cloud-services-card-ecommerce h3{color:#fff;font-family:Manrope;font-size:30px;font-style:normal;font-weight:700}.cloud-services-card-ecommerce p{color:#fdfdfd;font-family:Manrope;font-size:15px;font-style:normal;font-weight:400;line-height:150%;padding-top:10px}.cloud-services-card-mobile{justify-content:flex-start;align-items:flex-start;text-align:left}.cloud-services-card-mobile h3{color:#1a1c1e;font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.cloud-services-card-mobile p{color:#6c7278;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.cloud-services-card-spa{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.cloud-services-card-spa h3{color:#1a1c1e;font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.cloud-services-card-spa p{color:#6c7278;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.cloud-services-mobile-mockup{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:120px;overflow:visible}.cloud-services-dashboard-img{width:100%;height:auto;transition:all .3s ease}.cloud-services-dashboard-img:hover{transform:scale(1.05)}.cloud-services-card-mobile .cloud-services-mobile-mockup{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:180px}.cloud-services-card-ecommerce .cloud-services-mobile-mockup{position:absolute;right:50px;top:50%;transform:translateY(-50%);width:180px}.cloud-services-hero{height:100vh!important;width:100vw;margin:0;padding:0}.cloud-services-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.cloud-services-hero-bg{height:100%;width:100%;position:relative}.cloud-services-next{text-align:right;padding-top:30px;border-top:1px solid #333;display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:16px}.cloud-services-next-text{opacity:.6;color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}.cloud-services-next-arrow,.cloud-services-next-service{color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}@media (max-width: 1023px){.cloud-services-hero{height:60vh;min-height:350px}.cloud-services-hero-title{font-size:36px;white-space:normal;text-align:center;line-height:1.2;max-width:80%}.cloud-services-overview-title{font-size:38px}.cloud-services-overview-description{font-size:16px}.cloud-services-grid{flex-direction:column;gap:20px}.cloud-services-card-wide,.cloud-services-card-narrow{flex:1 1 100%;min-width:100%;width:100%}.cloud-services-mobile-mockup{width:100px;right:25px}}@media (max-width: 767px){.cloud-services-hero{height:50vh;min-height:300px}.cloud-services-hero-content{padding:20px}.cloud-services-hero-subtitle{font-size:20px;margin-top:40px}.cloud-services-hero-title{font-size:28px;max-width:90%}.cloud-services-overview{padding:40px 20px}.cloud-services-overview-title{font-size:32px}.cloud-services-overview-description{font-size:15px}.cloud-services-card{padding:24px;height:auto;min-height:200px}.cloud-services-card h3{font-size:20px}.cloud-services-card-ecommerce h3,.cloud-services-card-spa h3,.cloud-services-card-mobile h3{font-size:24px}.cloud-services-card-tailored h3{font-size:22px}.cloud-services-card p{font-size:14px}.cloud-services-mobile-mockup{width:80px;right:20px}.cloud-services-next{flex-direction:column;gap:8px;text-align:center}.cloud-services-next-text,.cloud-services-next-arrow,.cloud-services-next-service{font-size:16px}}@media (max-width: 479px){.cloud-services-hero{height:40vh;min-height:250px}.cloud-services-hero-content{padding:12px}.cloud-services-hero-subtitle{font-size:16px;margin-top:15px}.cloud-services-hero-title{font-size:20px;max-width:100%}.cloud-services-overview{padding:24px 12px}.cloud-services-overview-title{font-size:24px}.cloud-services-overview-description{font-size:13px}.cloud-services-card{padding:16px;min-height:160px}.cloud-services-card h3{font-size:16px}.cloud-services-card-ecommerce h3,.cloud-services-card-spa h3,.cloud-services-card-mobile h3,.cloud-services-card-tailored h3{font-size:18px}.cloud-services-card p{font-size:12px}.cloud-services-mobile-mockup{width:60px;right:15px}.cloud-services-next-text,.cloud-services-next-arrow,.cloud-services-next-service{font-size:14px}}.cloud-services-card:focus{outline:2px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.cloud-services-card,.cloud-services-dashboard-img{transition:none}.cloud-services-card:hover,.cloud-services-dashboard-img:hover{transform:none}}.uiux-container{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;width:100%}.uiux-container *,.uiux-container *:before,.uiux-container *:after{box-sizing:border-box}.uiux-hero{height:70vh;position:relative;overflow:hidden;min-height:400px;width:100%}.uiux-hero-bg{height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;position:relative}.uiux-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2c243bb3,#1a1a2e80);z-index:1}.uiux-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:40px 60px;z-index:2;color:#fff}.uiux-hero-subtitle{font-size:28px;font-weight:600;align-self:flex-start;margin-top:60px}.uiux-hero-title{font-size:48px;font-weight:700;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.uiux-hero-breadcrumb{align-self:flex-start;font-size:14px;color:#ddd;margin-bottom:20px}.uiux-hero-breadcrumb span{color:#aaa}.uiux-hero-breadcrumb strong{color:#fff}.uiux-overview{background:#0f0f0f;color:#fff;padding:60px;min-height:auto;width:100%}.uiux-overview-container{max-width:1200px;margin:0 auto;width:100%}.uiux-overview-header{text-align:center;margin-bottom:60px}.uiux-tag{background:linear-gradient(135deg,#d4ff00,#a3e635);color:#1a1a1a;padding:8px 20px;border-radius:20px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px}.uiux-overview-title{color:var(--01---PRIMARY-COLOR, #f5f6fc);text-align:center;font-family:Manrope;font-size:56px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-1.68px;margin-bottom:20px}.uiux-overview-description{font-size:17px;line-height:1.6;opacity:.8;max-width:700px;margin:0 auto;color:var(--01---GRAYSCALE-COLOR, #edeff7);font-weight:400;letter-spacing:-.36px}.uiux-services-grid{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:40px;justify-content:center;width:100%}.uiux-service-card{background:#fff;color:#1a1a1a;border-radius:0;padding:32px;position:relative;overflow:hidden;transition:all .3s ease;border:1px solid #e5e5e5;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:280px;min-height:280px}.uiux-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.wireframing-prototyping-card,.interface-design-card{flex:1 1 calc(60% - 12px);min-width:400px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 30px}.user-research-card,.usability-testing-card{flex:1 1 calc(40% - 12px);min-width:280px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background:#fff}.user-research-card{color:var(--Secondary-400, #6c7278);box-shadow:0 10px 30px #6232ff4d;position:relative;justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.user-research-card h3{font-size:26px;margin-bottom:20px;color:var(--Primary-0, #000000);font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.user-research-card p{opacity:.9;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.wireframing-prototyping-card{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px;background:#fff}.wireframing-prototyping-card h3{color:#000;font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.wireframing-prototyping-card p{color:var(--Secondary-400, #6c7278);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.interface-design-card{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px;margin-bottom:30px;background:linear-gradient(135deg,#4517db,#8b5cf6)}.interface-design-card h3{color:var(--Secondary-500, #ffffff);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.uiux-hero{height:100vh;width:100vw;position:relative;overflow:hidden;margin:0;padding:0}.uiux-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.interface-design-card p{color:var(--Secondary-400, #fdfdfd);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.usability-testing-card{justify-content:flex-start;align-items:flex-start;text-align:left;padding:50px}.usability-testing-card h3{color:var(--Secondary-500, #1a1c1e);font-family:Manrope;font-size:30px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.usability-testing-card p{color:var(--Secondary-400, #6c7278);font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.wireframing-prototyping-card .uiux-image-mockup{position:absolute;right:30px;top:70%;transform:translateY(-50%);width:320px;overflow:visible}.wireframing-prototyping-card .uiux-mockup-img{width:400px;height:auto;object-fit:contain;transition:all .3s ease;margin-left:100px}.wireframing-prototyping-card .uiux-mockup-img:hover{transform:scale(1.05)}.interface-design-card .uiux-image-mockup{position:absolute;width:500px;overflow:visible}.interface-design-card .uiux-mockup-img{width:500px;height:auto;transform:none;transition:all .3s ease;margin-bottom:100px}.interface-design-card .uiux-mockup-img:hover{transform:scale(1.05)}.uiux-service-card h3{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:16px}.uiux-service-card p{font-size:16px;line-height:1.6;opacity:.8;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.uiux-next-section{text-align:right;padding-top:30px;border-top:1px solid #333;display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:16px}.uiux-next-text{opacity:.6;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}.uiux-next-arrow,.uiux-next-service{color:var(--Neutral-10, #fff);font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize}@media (min-width: 1440px){.uiux-hero-content{padding:60px 80px}.uiux-hero-title{font-size:56px}.uiux-overview{padding:80px}.uiux-overview-title{font-size:60px}.wireframing-prototyping-card,.interface-design-card{min-width:480px}.user-research-card,.usability-testing-card{min-width:320px}.wireframing-prototyping-card .uiux-image-mockup{right:50px;width:350px}.interface-design-card .uiux-image-mockup{right:-350px;bottom:-220px;width:650px}}@media (max-width: 1439px) and (min-width: 1200px){.uiux-overview-title{font-size:50px}.wireframing-prototyping-card .uiux-image-mockup{right:40px;width:300px}.interface-design-card .uiux-image-mockup{right:-280px;bottom:-180px;width:580px}}@media (max-width: 1199px) and (min-width: 1024px){.uiux-hero-content{padding:40px}.uiux-hero-title{font-size:40px}.uiux-overview{padding:60px 40px}.uiux-overview-title{font-size:44px}.uiux-service-card p{font-size:12px}.user-research-card{padding:16px}.wireframing-prototyping-card .uiux-image-mockup{right:20px;width:200px}.interface-design-card .uiux-mockup-img{width:220px}.interface-design-card .uiux-image-mockup{right:-80px;bottom:-40px;width:220px}.uiux-next-text,.uiux-next-arrow,.uiux-next-service{font-size:14px}}@media (max-width: 1023px){.uiux-hero{height:60vh;min-height:350px}.uiux-hero-title{font-size:36px;white-space:normal;text-align:center;line-height:1.2;max-width:80%}.uiux-overview-title{font-size:38px}.uiux-overview-description{font-size:16px}.uiux-services-grid{flex-direction:column;gap:20px}.wireframing-prototyping-card,.interface-design-card,.user-research-card,.usability-testing-card{flex:1 1 100%;min-width:100%;width:100%}.user-research-card{flex-direction:column;padding:30px 25px;text-align:left;align-items:flex-start}.wireframing-prototyping-card .uiux-image-mockup{right:20px;width:280px}.interface-design-card .uiux-mockup-img{width:400px}.interface-design-card .uiux-image-mockup{right:-180px;bottom:-120px;width:400px}}@media (max-width: 767px){.uiux-hero{height:50vh;min-height:300px}.uiux-hero-content{padding:20px}.uiux-hero-subtitle{font-size:20px;margin-top:40px}.uiux-hero-title{font-size:28px;max-width:90%}.uiux-overview{padding:40px 20px}.uiux-overview-title{font-size:32px}.uiux-overview-description{font-size:15px}.uiux-services-grid{gap:16px}.uiux-service-card{padding:24px;height:auto;min-height:200px}.uiux-service-card h3{font-size:20px}.wireframing-prototyping-card h3,.usability-testing-card h3,.interface-design-card h3{font-size:24px}.user-research-card h3{font-size:22px}.uiux-service-card p{font-size:14px}.wireframing-prototyping-card .uiux-image-mockup{right:10px;width:200px}.interface-design-card .uiux-mockup-img{width:320px}.interface-design-card .uiux-image-mockup{right:-120px;bottom:-80px;width:320px}.uiux-next-section{flex-direction:column;gap:8px;text-align:center}.uiux-next-text,.uiux-next-arrow,.uiux-next-service{font-size:16px}}@media (max-width: 575px){.uiux-hero{height:45vh;min-height:280px}.uiux-hero-content{padding:16px}.uiux-hero-subtitle{font-size:18px;margin-top:20px}.uiux-hero-title{font-size:24px;max-width:95%}.uiux-overview{padding:32px 16px}.uiux-overview-title{font-size:28px}.uiux-overview-description{font-size:14px}.uiux-service-card{padding:20px;min-height:180px}.uiux-service-card h3{font-size:18px}.wireframing-prototyping-card h3,.usability-testing-card h3,.interface-design-card h3,.user-research-card h3{font-size:20px}.uiux-service-card p{font-size:13px}.user-research-card{padding:20px}.wireframing-prototyping-card .uiux-image-mockup{right:10px;width:150px}.interface-design-card .uiux-mockup-img{width:280px}.interface-design-card .uiux-image-mockup{right:-100px;bottom:-60px;width:280px}}@media (max-width: 479px){.uiux-hero{height:40vh;min-height:250px}.uiux-hero-content{padding:12px}.uiux-hero-subtitle{font-size:16px;margin-top:15px}.uiux-hero-title{font-size:20px;max-width:100%}.uiux-overview{padding:24px 12px}.uiux-overview-title{font-size:24px}.uiux-overview-description{font-size:13px}.uiux-service-card{padding:16px;min-height:160px}.uiux-service-card h3{font-size:16px}.wireframing-prototyping-card h3,.usability-testing-card h3,.interface-design-card h3,.user-research-card h3{font-size:18px}.wireframing-prototyping-card .uiux-image-mockup{right:5px;width:120px}.interface-design-card .uiux-mockup-img{width:240px}.interface-design-card .uiux-image-mockup{right:-80px;bottom:-50px;width:240px}}@media (max-width: 319px){.uiux-hero-title{font-size:18px}.uiux-overview-title{font-size:20px}.uiux-overview-description{font-size:12px}.wireframing-prototyping-card .uiux-image-mockup{right:5px;width:100px}.interface-design-card .uiux-mockup-img{width:180px}.interface-design-card .uiux-image-mockup{right:-60px;bottom:-30px;width:180px}}.uiux-service-card:focus{outline:2px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion: reduce){.uiux-service-card,.uiux-mockup-img{transition:none}.uiux-service-card:hover,.uiux-mockup-img:hover{transform:none}}.services-container{width:100%;overflow-x:hidden}.services-container nav{position:absolute;top:0;left:0;right:0;z-index:1000;background:transparent!important}.services-container .navbar,.services-container nav,.services-container nav>div,.services-container nav .nav-container{background:transparent!important;background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.hero-section{background:#6232ff;min-height:100vh;display:flex;align-items:center;padding:0 2rem;position:relative;z-index:20;padding-top:0}.hero-content{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{display:flex;align-items:center}.hero-title{letter-spacing:-.02em;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:96px;font-style:normal;font-weight:700;line-height:125px}.hero-right{display:flex;align-items:center;justify-content:flex-end}.hero-description{max-width:710px;font-weight:300;color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:700;line-height:175%}.sticky-sections-container{background:#14141a;position:relative;min-height:400vh}.sticky-left-panel{position:fixed;left:2rem;top:2rem;width:45%;max-width:600px;z-index:10;pointer-events:none;padding-top:4rem;transition:opacity .3s ease-in-out}.sticky-left-panel.visible{opacity:1}.sticky-left-panel.hidden{opacity:0;pointer-events:none}.sticky-content{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .5s ease-in-out}.sticky-content.active{opacity:1}.sticky-title{margin:0 0 2rem;line-height:1.1;letter-spacing:-.02em;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:92px;font-style:normal;font-weight:700;line-height:125px}.sticky-description{color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:600;line-height:175%}.scrollable-right-panel{margin-left:50%;width:45%;padding:0 2rem;position:relative;z-index:5}.service-section{min-height:100vh;padding:6rem 0;display:flex;align-items:center}.service-items{display:flex;flex-direction:column;gap:4rem;width:100%}.service-item{display:flex;flex-direction:column;gap:1.5rem}.service-image{width:100%;height:300px;border-radius:12px;overflow:hidden;position:relative}.service-image img{width:100%;height:100%;object-fit:cover;display:block}.service-content{padding:0}.service-title{margin:0 0 1rem;color:#fff;font-size:32px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:-.64px}.service-text{font-size:1rem;line-height:1.6;color:#ccc;margin:0;font-weight:300}.ai-section,.blockchain-section,.digital-marketing-section,.iot-section,.ai-content,.blockchain-content,.digital-marketing-content,.iot-content{display:none}@media (max-width: 1024px){.services-container nav{position:relative;background:#6232ff!important}.sticky-sections-container{background:#14141a;position:static}.sticky-left-panel{position:static;width:100%;max-width:none;padding-top:0;margin-bottom:3rem;pointer-events:auto;padding:0 2rem}.sticky-content{position:static;opacity:1;margin-bottom:4rem}.sticky-content:not(.active){display:none}.scrollable-right-panel{margin-left:0;width:100%;padding:0 2rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-right{justify-content:center}.sticky-title{font-size:3rem;line-height:1.1}.service-section{padding:4rem 0;min-height:auto}.service-items{gap:3rem}}@media (max-width: 768px){.hero-section{padding:2rem 1rem}.hero-title{font-size:3.5rem;line-height:1.2}.hero-description{font-size:1.25rem}.sticky-left-panel,.scrollable-right-panel{padding:0 1rem}.sticky-title{font-size:2.5rem}.sticky-description{font-size:1rem}.service-items{gap:3rem}.service-image{height:250px}.service-title{font-size:1.5rem;line-height:1.4}.service-section{padding:3rem 0}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.sticky-title{font-size:2rem}.service-image{height:200px}.service-title{font-size:1.375rem}.service-text{font-size:.9rem}.sticky-left-panel,.scrollable-right-panel{padding:0 1rem}.service-section{padding:2rem 0}.service-items{gap:2rem}}.industries-container{width:100%;overflow-x:hidden}.industries-hero-section{background:#6232ff;min-height:100vh;display:flex;align-items:center;padding:0 2rem;position:relative}.industries-hero-content{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.industries-hero-left{display:flex;align-items:center}.industries-hero-title{letter-spacing:-.02em;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:96px;font-style:normal;font-weight:700;line-height:125px}.industries-hero-right{display:flex;align-items:center;justify-content:flex-end}.industries-hero-description{max-width:710px;font-weight:300;color:#fff;font-family:Manrope;font-size:24px;font-style:normal;font-weight:700;line-height:175%}@media (max-width: 1024px){.industries-hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.industries-hero-right{justify-content:center}.industries-hero-title{font-size:3rem}}@media (max-width: 768px){.industries-hero-section{padding:2rem 1rem}.industries-hero-title{font-size:3.5rem}.industries-hero-description{font-size:1.25rem}}@media (max-width: 480px){.industries-hero-title{font-size:2.5rem}.industries-hero-description{font-size:1.125rem}}.careers-container{min-height:100vh;display:flex;flex-direction:column}.careers-hero-section{background:#6232ff;padding:120px 20px;text-align:center;color:#fff;height:100vh;display:flex;align-items:center;justify-content:center}.careers-hero-content{max-width:800px;margin:0 auto}.careers-hero-title{margin-bottom:2rem;color:var(--Neutral-10, #fff);font-family:Manrope;font-size:96px;font-style:normal;font-weight:700;line-height:125px;text-transform:capitalize}.careers-hero-description{font-weight:400;color:#fff;text-align:center;font-family:Manrope;font-size:20px;font-style:normal;font-weight:700;line-height:175%}.careers-openings-section{background-color:#1a1a1a;padding:100px 20px;height:100vh;display:flex;align-items:center}.careers-openings-container{max-width:1500px;margin:0 auto}.careers-openings-title{margin-bottom:2rem;text-align:left;color:#fff;font-family:Manrope;font-size:64px;font-style:normal;font-weight:600;line-height:175%;text-transform:capitalize}.careers-cards-grid{display:grid;grid-template-columns:repeat(2,718px);gap:2rem;margin-top:3rem;justify-content:center}.careers-card{background:#6232ff;border:2px solid #000;border-radius:12px;padding:2rem;color:#fff;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;width:718px;height:335px;flex-shrink:0;box-sizing:border-box}.careers-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #6232ff4d}.careers-card-title{color:#fff;font-family:Manrope;font-size:36px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-1.08px}.careers-card-description{flex-grow:1;margin:0;color:#fff;font-family:Manrope;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.careers-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.careers-card-tags{display:flex;gap:1rem}.careers-tag{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.9}.tag-icon{font-size:.8rem}.careers-apply-btn{background:#c3f53c;color:#000;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;display:flex;width:182px;height:48px;padding:16px 32px;justify-content:center;align-items:center;gap:8px;flex-shrink:0}.careers-apply-btn:hover{background:#b8f029;transform:translateY(-1px);box-shadow:0 4px 12px #c3f53c4d}.no-roles-section{background:#14141a;padding:120px 20px;text-align:center;color:#fff;min-height:60vh;display:flex;align-items:center;justify-content:center}.no-roles-content{max-width:900px;margin:0 auto}.no-roles-title{color:#fff;text-align:center;font-family:Manrope;font-size:64px;font-style:normal;font-weight:600;line-height:175%;text-transform:capitalize}.no-roles-description{margin:0 auto;color:var(--02---GRAYSCALE-COLOR, #D3D6E0);text-align:center;font-family:Manrope;font-size:24px;font-style:normal;font-weight:600;line-height:175%;text-transform:capitalize}@media (max-width: 1500px){.careers-cards-grid{grid-template-columns:repeat(2,minmax(300px,718px));gap:1.5rem}.careers-card{width:100%;max-width:718px;height:auto;min-height:335px}}@media (max-width: 1024px){.careers-cards-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.careers-card{width:100%;height:auto;min-height:280px}.careers-hero-title{font-size:3.5rem}.careers-openings-title{font-size:2.5rem}.no-roles-title{font-size:3rem}.no-roles-description{font-size:18px}}@media (max-width: 768px){.careers-hero-section{padding:80px 20px}.careers-hero-title{font-size:2.5rem}.careers-hero-description{font-size:1.1rem}.careers-openings-section{padding:60px 20px}.careers-openings-title{font-size:2rem;margin-bottom:2rem}.careers-cards-grid{grid-template-columns:1fr;gap:1.5rem}.careers-card{padding:1.5rem;width:100%;height:auto;min-height:280px}.careers-card-footer{flex-direction:column;align-items:flex-start;gap:1rem}.careers-apply-btn{align-self:stretch;text-align:center}.no-roles-section{padding:80px 20px}.no-roles-title{font-size:2.5rem;line-height:120%}.no-roles-description{font-size:16px}}@media (max-width: 480px){.careers-hero-title{font-size:2rem}.careers-hero-description{font-size:1rem}.careers-card{padding:1rem}.careers-card-title{font-size:1.3rem}.careers-card-description{font-size:.9rem}.no-roles-title{font-size:2rem}.no-roles-description{font-size:14px}}.whatwedo-container{width:100%;overflow-x:hidden;min-height:100vh;background:#14141a}.whatwedo-hero-section{background:#6232ff;min-height:100vh;display:flex;align-items:center;padding:0 2rem;position:relative}.whatwedo-hero-content{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.whatwedo-hero-left{display:flex;align-items:center}.whatwedo-hero-title{letter-spacing:-.02em;color:#fff;font-family:Manrope,sans-serif;font-size:96px;font-style:normal;font-weight:700;line-height:125px;margin:0}.whatwedo-hero-right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:center}.whatwedo-hero-description{margin:0;color:#fff;font-family:Manrope;font-size:20px;font-style:normal;font-weight:400;line-height:36px}.whatwedo-services-section{background:#14141a;padding:4rem 2rem;width:100%;overflow-x:auto}.whatwedo-services-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;align-items:flex-start;width:fit-content;margin:0 auto}.whatwedo-service-item{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;animation:fadeInUp .6s ease forwards}.whatwedo-service-item:nth-child(1){animation-delay:.1s}.whatwedo-service-item:nth-child(2){animation-delay:.2s}.whatwedo-service-item:nth-child(3){animation-delay:.3s}.whatwedo-service-item:nth-child(4){animation-delay:.4s}.whatwedo-service-video{border-radius:16px;overflow:hidden;transition:all .4s ease;cursor:pointer;display:block;background:#000}.whatwedo-service-video:hover{transform:translateY(-5px);box-shadow:0 15px 35px #6232ff4d}.whatwedo-service-video video{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.whatwedo-service-text{max-width:500px;padding-left:0}.whatwedo-service-text h3{margin:0 0 1rem;font-size:32px;font-weight:600;line-height:48px;color:#fff;font-family:Poppins,sans-serif;letter-spacing:-.64px;position:relative;padding-bottom:1rem}.whatwedo-service-text h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:2px;background:linear-gradient(90deg,#c0f501,#cbee02);border-radius:1px}.whatwedo-learn-more-btn{background:transparent;border:none;color:#fbff00;display:flex;align-items:center;gap:.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;padding:0;font-weight:500;margin-top:.5rem}.whatwedo-learn-more-btn:hover{color:#f80;transform:translate(5px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1600px){.whatwedo-services-grid{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:1200px}.whatwedo-service-video.video1,.whatwedo-service-video.video4{width:min(500px,45vw)!important;height:min(600px,55vw)!important}.whatwedo-service-video.video2,.whatwedo-service-video.video3{width:min(500px,45vw)!important;height:min(400px,40vw)!important}}@media (max-width: 1200px){.whatwedo-hero-section{flex-direction:column;align-items:flex-start;gap:2rem}.whatwedo-hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.whatwedo-hero-right{align-items:center;text-align:center}.whatwedo-hero-title{font-size:4rem;line-height:1.2}.whatwedo-services-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.whatwedo-hero-section,.whatwedo-services-section{padding:2rem 1rem}.whatwedo-hero-title{font-size:3.5rem;line-height:1.1}.whatwedo-hero-description{font-size:1.25rem;line-height:1.5}.whatwedo-services-grid{grid-template-columns:1fr;gap:2.5rem}.whatwedo-service-video.video1,.whatwedo-service-video.video2,.whatwedo-service-video.video3,.whatwedo-service-video.video4{width:90vw!important;height:300px!important}.whatwedo-service-text h3{font-size:1.3rem}}@media (max-width: 480px){.whatwedo-hero-title{font-size:2.5rem;line-height:1.1}.whatwedo-hero-description{font-size:1.125rem}.whatwedo-services-grid{gap:2rem}.whatwedo-service-text h3{font-size:1.2rem}}
