@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*,:after,:before{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}html{color-scheme:dark}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}button,input,select,textarea{color-scheme:dark;font-family:Inter,sans-serif}:root{--bg:#0a0e1a;--bg-card:#141824;--bg-card-hover:#1a1f2e;--orange:#ff6b35;--orange-light:#ff8c5a;--orange-dark:#e85d2a;--accent:#3b82f6;--accent-light:#60a5fa;--purple:#8b5cf6;--pink:#ec4899;--text:#e2e8f0;--text-heading:#f8fafc;--text-muted:#94a3b8;--text-dim:#64748b;--border:#1e293b;--border-light:#334155;--max-w:1400px;--radius:16px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--gradient-primary:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);--gradient-accent:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899)}.navbar{border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .4s ease;z-index:1000}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0e1af2!important;border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);box-shadow:0 8px 32px #00000080;box-shadow:var(--shadow-lg)}.navbar-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-w)}.logo{gap:12px}.logo-icon-img{filter:drop-shadow(0 0 8px rgba(255,107,53,.3));height:40px;width:40px}.logo-text{color:#f8fafc;color:var(--text-heading)}.nav-links{align-items:center;display:flex;list-style:none}.nav-item{cursor:pointer;position:relative;transition:color .3s}.nav-item.active,.nav-item:hover{color:#ff6b35;color:var(--orange)}.nav-item.active:after{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);border-radius:3px;bottom:-2px;box-shadow:0 0 12px #ff6b3580;content:"";height:3px;left:0;position:absolute;right:0}.dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141824fa;border:1px solid #334155;border:1px solid var(--border-light);box-shadow:0 8px 32px #00000080,0 0 0 1px #ff6b351a;box-shadow:var(--shadow-lg),0 0 0 1px #ff6b351a}.dropdown-arrow{border-bottom:10px solid #141824fa;top:-10px}.dropdown-item{border-radius:8px;transition:all .3s}.dropdown-item.active,.dropdown-item:hover{background:#ff6b351a;color:#ff6b35;color:var(--orange)}.btn-cta{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);border:none;border-radius:12px;box-shadow:0 4px 20px #ff6b3566;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 32px;transition:all .4s}.btn-cta:hover{box-shadow:0 8px 32px #ff6b3599;transform:translateY(-2px)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px;z-index:1100}.hamburger span{background:#e2e8f0;background:var(--text);border-radius:2px;display:block;height:2px;transition:all .3s;width:24px}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{background:#0009;display:none;inset:0;opacity:0;position:fixed;transition:opacity .3s;z-index:1001}.mobile-overlay.show{display:block;opacity:1}.mobile-menu{background:#141824;background:var(--bg-card);border-left:1px solid #1e293b;border-left:1px solid var(--border);display:none;height:100vh;overflow-y:auto;padding:80px 24px 32px;position:fixed;right:-300px;top:0;transition:right .3s ease;width:280px;z-index:1002}.mobile-menu.open{right:0}.mobile-nav-links{display:flex;flex-direction:column;list-style:none}.mobile-nav-item{border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border)}.mobile-nav-link{color:#f8fafc;color:var(--text-heading);cursor:pointer;display:block;font-size:16px;font-weight:600;padding:16px 0;transition:color .2s}.mobile-nav-link.active,.mobile-nav-link:hover{color:#ff6b35;color:var(--orange)}.mobile-cta{margin-top:24px;text-align:center;width:100%}.hero-home{align-items:center;display:flex;margin:0 auto;max-width:1400px;max-width:var(--max-w);min-height:80vh;padding-left:24px;padding-right:24px;padding-top:140px!important;position:relative;width:100%}.hero-home-inner{align-items:flex-start;display:flex;gap:60px;justify-content:space-between;width:100%}.hero-home-left{flex:1 1}.hero-home-left h1{font-size:52px;font-weight:800;line-height:1.15;margin-top:8px}.hero-home-right{flex:0.6 1;padding-top:40px}.hero-home-right p{font-size:14px;line-height:1.7}.hero-home-right p,.hero-label{color:#94a3b8;color:var(--text-muted)}.hero-label{font-size:13px;margin-bottom:8px}.hero-glow{background:radial-gradient(circle,#ff6b3533 0,#0000 70%);border-radius:50%;height:min(300px,40vw);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(300px,40vw)}.section{margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:20px 36px}.section h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;font-weight:800;margin-bottom:12px;text-align:center}.section-subtitle{color:#94a3b8;color:var(--text-muted);margin:0 auto 30px;text-align:center}.section-label{margin-bottom:8px;text-align:center}.about-cards{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin-top:48px}.vision-card{background:#141824;background:var(--bg-card);border:2px solid #1e293b;border:2px solid var(--border);border-radius:16px;border-radius:var(--radius);overflow:hidden;padding:44px;position:relative;text-align:left;transition:all .4s}.vision-card:before{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s}.vision-card:hover:before{transform:scaleX(1)}.vision-card:hover{border-color:#ff6b35;border-color:var(--orange);box-shadow:0 8px 32px #00000080,0 0 40px #ff6b3533;box-shadow:var(--shadow-lg),0 0 40px #ff6b3533;transform:translateY(-8px)}.vision-card-icon{display:block;filter:drop-shadow(0 0 12px rgba(255,107,53,.3));font-size:40px;margin-bottom:20px}.vision-card h3{color:#f8fafc;color:var(--text-heading);font-weight:700;margin-bottom:16px}.vision-card p{color:#94a3b8;color:var(--text-muted)}.landing-team{background-color:#1a2332;padding:60px 36px;width:100%}.landing-team-container{margin:0 auto;max-width:1400px;max-width:var(--max-w)}.landing-team-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;margin:0;text-align:left;text-shadow:0 0 40px #ff6b3533}.landing-team-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);justify-items:center}.landing-team-card{aspect-ratio:3/4;background:linear-gradient(180deg,#2d5a8e33,#2d508280 50%,#234678b3);border:2px solid #1e293b;border:2px solid var(--border);border-radius:20px;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:flex-end;min-height:400px;overflow:hidden;position:relative;transition:all .4s;width:100%}.landing-team-card:hover{border-color:#3b82f6;border-color:var(--accent);box-shadow:0 8px 32px #00000080,0 0 40px #3b82f64d;box-shadow:var(--shadow-lg),0 0 40px #3b82f64d;transform:translateY(-8px)}.landing-team-card-img{z-index:1}.landing-team-card:before{background:linear-gradient(180deg,#0000,#0a0e1ab3 60%,#0a0e1af2);content:"";inset:0;position:absolute;transition:background .5s ease;z-index:2}.landing-team-card:hover:before{background:linear-gradient(180deg,#0a0e1ad9,#0a0e1af2)}.landing-team-card:hover .landing-team-card-info{bottom:auto;top:24px}.landing-team-card-desc{bottom:24px;left:24px;max-height:calc(100% - 100px);opacity:0;overflow-y:auto;position:absolute;right:24px;transform:translateY(20px);transition:all .5s ease;z-index:3}.landing-team-card:hover .landing-team-card-desc{opacity:1;transform:translateY(0)}.landing-team-card-img{align-items:flex-end;display:flex;inset:0;justify-content:center;position:absolute;transition:opacity .5s ease,transform .5s ease}.landing-team-card-img img{height:100%;object-fit:cover;object-position:center center;transition:transform .5s ease;width:100%}.landing-team-card-info{bottom:24px;left:24px;position:absolute;right:24px;transition:all .5s ease;z-index:3}.landing-team-card-info h4{color:#f8fafc;color:var(--text-heading);font-weight:700;margin:0 0 8px}.landing-team-role{color:#ff6b35;color:var(--orange);font-weight:600}.landing-team-card-desc p{color:#e2e8f0;color:var(--text);font-size:16px;line-height:1.7;margin:0}.team-carousel-wrap{align-items:center;display:flex;gap:16px;justify-content:center;position:relative}.team-carousel{flex:1 1;height:auto;min-height:520px;position:relative;width:100%;z-index:1}.team-carousel-item{align-items:center;background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:20px;display:flex;flex-direction:column;left:50%;opacity:0;overflow:hidden;padding:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%) scale(.4);transition:all .6s cubic-bezier(.4,0,.2,1);width:clamp(240px,28vw,340px);z-index:0}.team-carousel-item.tc-center{background:linear-gradient(#141824,#141824) padding-box,linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899) border-box;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,var(--gradient-accent) border-box;border:2px solid #0000;box-shadow:0 0 40px #3b82f666,0 0 20px #8b5cf64d;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:3}.team-carousel-item.tc-left{filter:blur(2px);opacity:.5;transform:translate(calc(-50% - 320px),-50%) scale(.8);z-index:2}.team-carousel-item.tc-right{filter:blur(2px);opacity:.5;transform:translate(calc(-50% + 320px),-50%) scale(.8);z-index:2}.team-carousel-item.tc-hidden{opacity:0;transform:translate(-50%,-50%) scale(.4);z-index:0}.team-carousel-img{height:260px;overflow:hidden;width:100%}.team-carousel-img img{height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease;width:100%}.team-carousel-item.tc-center .team-carousel-img img{transform:scale(1.02)}.team-carousel-name{color:#f8fafc;color:var(--text-heading);font-size:20px;font-weight:700;margin:16px 20px 4px}.team-carousel-role{color:#ff6b35;color:var(--orange);font-size:14px;font-weight:600;margin-bottom:10px}.team-carousel-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#94a3b8;color:var(--text-muted);display:-webkit-box;font-size:13px;line-height:1.65;margin:0;overflow:hidden;padding:0 20px 20px}.team-carousel-item.tc-center .team-carousel-name{color:#f8fafc;color:var(--text-heading)}.team-carousel-item.tc-center .team-carousel-desc{-webkit-line-clamp:6;color:#e2e8f0;color:var(--text)}.team-carousel-arrow{align-items:center;background:#141824cc;border:1px solid #1e293b;border:1px solid var(--border);border-radius:50%;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;position:relative;transition:all .3s ease;width:48px;z-index:5}.team-carousel-arrow:hover{background:#ff6b351a;border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}@media (max-width:1024px){.team-carousel-item.tc-left{transform:translate(calc(-50% - 260px),-50%) scale(.75)}.team-carousel-item.tc-right{transform:translate(calc(-50% + 260px),-50%) scale(.75)}}@media (max-width:768px){.team-carousel{min-height:440px}.team-carousel-item{width:clamp(220px,60vw,300px)}.team-carousel-img{height:200px}.team-carousel-item.tc-left{opacity:.3;transform:translate(calc(-50% - 200px),-50%) scale(.7)}.team-carousel-item.tc-right{opacity:.3;transform:translate(calc(-50% + 200px),-50%) scale(.7)}.team-carousel-name{font-size:18px}.team-carousel-desc{-webkit-line-clamp:3;font-size:12px}.team-carousel-arrow{height:40px;width:40px}.team-carousel-arrow svg{height:20px;width:20px}}@media (max-width:480px){.team-carousel{min-height:400px}.team-carousel-item{width:clamp(200px,70vw,260px)}.team-carousel-img{height:180px}.team-carousel-item.tc-left{opacity:.2;transform:translate(calc(-50% - 150px),-50%) scale(.65)}.team-carousel-item.tc-right{opacity:.2;transform:translate(calc(-50% + 150px),-50%) scale(.65)}.team-carousel-name{font-size:16px;margin:12px 16px 4px}.team-carousel-role{font-size:12px}.team-carousel-desc{font-size:12px;padding:0 16px 16px}.team-carousel-arrow{height:36px;width:36px}.team-carousel-arrow svg{height:18px;width:18px}}.service-hero-block{align-items:center;display:flex;gap:40px;margin-bottom:48px}.service-hero-text{flex:1 1}.service-hero-text h2{font-size:36px;margin-bottom:16px;text-align:left}.service-desc{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7}.service-hero-img{flex:0.8 1;overflow:hidden}.service-hero-img,.service-hero-img img{border-radius:16px;border-radius:var(--radius)}.service-hero-img img{display:block;height:auto;margin:0 auto;max-height:480px;min-height:250px;object-fit:contain;object-position:center center;width:100%}.numbered-list{border-top:1px solid #1e293b;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:0}.numbered-item{align-items:flex-start;border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);display:flex;gap:20px;padding:24px 0;transition:background .2s}.numbered-item:hover{background:#d4a04a0a}.numbered-num{color:#94a3b8;color:var(--text-muted);font-size:14px;font-weight:700;min-width:32px;padding-top:2px}.numbered-item h4{font-size:16px;font-weight:600;margin-bottom:6px}.numbered-item p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6}.capability-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.capability-card{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:32px;transition:border-color .2s}.capability-card:hover{border-color:#ff6b35;border-color:var(--orange)}.capability-icon{font-size:28px}.capability-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:12px}.capability-card-header h4{margin:0!important}.capability-card h4{font-size:18px;font-weight:700;margin-bottom:8px}.capability-card p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6}.approach-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.approach-card{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);padding:32px}.approach-card.offset{margin-top:40px}.approach-num{border:1px solid #1e293b;border:1px solid var(--border);border-radius:6px;color:#94a3b8;color:var(--text-muted);display:inline-block;font-size:13px;margin-bottom:16px;padding:4px 10px}.approach-card h3{font-size:18px;font-weight:700;margin-bottom:10px}.approach-card p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6}.projects-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:32px}.project-card{background:#141824;background:var(--bg-card);border:2px solid #1e293b;border:2px solid var(--border);border-radius:16px;border-radius:var(--radius);cursor:pointer;overflow:hidden;position:relative;transition:all .4s}.project-card:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);background:var(--gradient-accent);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s;z-index:0}.project-card:hover:before{opacity:.05}.project-card:hover{border-color:#3b82f6;border-color:var(--accent);box-shadow:0 8px 32px #00000080,0 0 40px #3b82f64d;box-shadow:var(--shadow-lg),0 0 40px #3b82f64d;transform:translateY(-8px)}.project-img{height:auto;max-height:250px;min-height:180px;overflow:hidden;position:relative;z-index:1}.project-img img{height:100%;min-height:180px;object-fit:cover;transition:transform .5s;width:100%}.project-card:hover .project-img img{transform:scale(1.1)}.project-card h4{color:#f8fafc;color:var(--text-heading);font-weight:600;position:relative;z-index:1}.project-card p{color:#94a3b8;color:var(--text-muted);position:relative;z-index:1}.project-tag{background:#ff6b3526;border:1px solid #ff6b354d;border-radius:8px;color:#ff6b35;color:var(--orange);display:inline-block;font-weight:600;padding:8px 16px;position:relative;z-index:1}.testimonials-row{display:flex;gap:20px;overflow-x:auto;padding:32px 0 16px;scrollbar-color:#1e293b #0000;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.testimonial-card{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);flex-shrink:0;min-width:280px;padding:24px}.testimonial-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.testimonial-avatar{background:linear-gradient(135deg,#ff6b35,#e85d2a);background:linear-gradient(135deg,var(--orange),var(--orange-dark));border-radius:50%;height:40px;width:40px}.testimonial-header strong{display:block;font-size:14px}.testimonial-header span{color:#94a3b8;color:var(--text-muted);font-size:12px}.quote-close,.quote-open{color:#ff6b35;color:var(--orange);display:block;font-size:24px}.quote-close{text-align:center}.testimonial-card p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6;margin:8px 0}.testimonial-carousel-wrap{display:flex;justify-content:center;margin-top:48px;padding:40px 0;position:relative}.testimonial-carousel{height:auto;max-width:900px;min-height:320px;position:relative;width:100%}.testimonial-carousel-item{background:#141824;background:var(--bg-card);border:2px solid #1e293b;border:2px solid var(--border);border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 16px #0006;box-shadow:var(--shadow-md);left:50%;opacity:0;padding:clamp(24px,4vw,32px);position:absolute;top:50%;transform:translate(-50%,-50%) scale(.7);transition:all .6s cubic-bezier(.4,0,.2,1);width:min(420px,90vw);z-index:0}.testimonial-carousel-item .testimonial-header{align-items:center;display:flex;gap:16px;margin-bottom:20px}.testimonial-carousel-item .testimonial-avatar{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);border-radius:50%;box-shadow:0 0 20px #ff6b3566;height:56px;width:56px}.testimonial-carousel-item strong{color:#f8fafc;color:var(--text-heading);display:block;font-size:18px;margin-bottom:4px}.testimonial-carousel-item span{color:#ff6b35;color:var(--orange);font-size:14px;font-weight:600}.testimonial-carousel-item .quote-close,.testimonial-carousel-item .quote-open{color:#ff6b35;color:var(--orange);display:block;font-size:32px;opacity:.6}.testimonial-carousel-item .quote-close{text-align:center}.testimonial-carousel-item p{color:#94a3b8;color:var(--text-muted);font-size:16px;line-height:1.8;margin:16px 0}.testimonial-carousel-item.tc-center{border-color:#ff6b35;border-color:var(--orange);box-shadow:0 8px 32px #00000080,0 0 40px #ff6b354d;box-shadow:var(--shadow-lg),0 0 40px #ff6b354d;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:3}.testimonial-carousel-item.tc-left{opacity:.4;transform:translate(calc(-50% - 320px),-50%) scale(.85);z-index:2}.testimonial-carousel-item.tc-right{opacity:.4;transform:translate(calc(-50% + 320px),-50%) scale(.85);z-index:2}.testimonial-carousel-item.tc-hidden{opacity:0;transform:translate(-50%,-50%) scale(.6);z-index:0}.intel-form{background:#141824;background:var(--bg-card);border:2px solid #1e293b;border:2px solid var(--border);border-radius:16px;border-radius:var(--radius);box-shadow:0 8px 32px #00000080;box-shadow:var(--shadow-lg);box-sizing:border-box;margin:16px auto 0;overflow:hidden;padding:40px;width:100%}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:20px}.form-group.full{width:100%}.form-group label{color:#e2e8f0;color:var(--text);display:block;font-weight:500}.form-group input,.form-group select,.form-group textarea{appearance:auto;background:#0a0e1a;background:var(--bg);border:2px solid #1e293b;border:2px solid var(--border);border-radius:12px;box-sizing:border-box;color:#e2e8f0;color:var(--text);color-scheme:dark;cursor:pointer;max-width:100%;outline:none;resize:vertical;transition:all .3s;width:100%}.form-group select{background-color:#0a0e1a;background-color:var(--bg);color:#e2e8f0;color:var(--text)}.form-group select option,.phone-code-select option{background-color:#141824;color:#e2e8f0;font-size:14px;padding:10px 12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff6b35;border-color:var(--orange);box-shadow:0 0 0 4px #ff6b351a}.btn-submit{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);border:2px solid #0000;border-radius:12px;box-shadow:0 4px 20px #ff6b3566;color:#fff;cursor:pointer;font-weight:700;margin-top:8px;overflow:hidden;position:relative;transition:all .4s ease;width:100%}.btn-submit:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-submit:hover:not(:disabled):before{left:100%}.btn-submit:hover:not(:disabled){background:#0000;border-color:#ff6b35;border-color:var(--orange);box-shadow:0 0 30px #ff6b3599;color:#ff6b35;color:var(--orange);transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.btn-know-more{background:var(--gradient-primary);border-radius:12px;font-weight:700;transition:all .4s ease}.btn-know-more:hover{border-color:var(--orange);box-shadow:0 0 30px #ff6b3599;color:#ff6b35;color:var(--orange)}.footer{margin:0 auto;padding:60px 24px 24px}.footer-top{align-items:flex-start;display:flex;gap:40px;justify-content:space-between;margin-bottom:48px}.footer-cta h2{font-size:28px;font-weight:800;text-align:left}.footer-cta h2,.footer-email{margin-bottom:12px}.footer-cta p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6;max-width:400px}.social-icons{display:flex;gap:12px;margin-top:16px}.social-icon{align-items:center;border:1px solid #1e293b;border:1px solid var(--border);border-radius:50%;cursor:pointer;display:flex;font-size:14px;height:36px;justify-content:center;transition:all .2s;width:36px}.social-icon:hover{border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}.footer-address{border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);border-top:1px solid #1e293b;border-top:1px solid var(--border);display:flex;gap:60px;margin-bottom:32px;padding:32px 0}.footer-address-item{flex:1 1}.footer-address-item h4{color:#ff6b35;color:var(--orange);font-size:16px;font-weight:700;margin-bottom:12px}.footer-company-name{color:#f8fafc;color:var(--text-heading);font-size:15px;font-weight:600;margin-bottom:8px}.footer-address-item p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7;margin-bottom:8px}.footer-location-link{font-size:14px;margin-top:8px}.footer-location-link:hover{color:#ff8c5a;color:var(--orange-light)}.footer-nav span{color:#94a3b8;color:var(--text-muted);cursor:pointer;font-size:13px;transition:color .2s}.footer-nav span:hover{color:#ff6b35;color:var(--orange)}.footer-bottom{font-size:12px}@media (max-width:1024px){.hero-home-left h1{font-size:40px}.section h2{font-size:34px}.landing-team-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.desktop-cta,.nav-links{display:none}.hamburger{display:flex}.mobile-menu{display:block}.hero-home{min-height:auto;padding-top:120px!important}.hero-home-inner{flex-direction:column;gap:24px}.hero-home-left h1{font-size:32px}.hero-home-right{padding-top:0}.about-cards{grid-template-columns:1fr}.landing-team-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.landing-team-card{max-width:100%;min-height:320px;width:100%}.service-hero-block{flex-direction:column}.service-hero-text h2{font-size:28px;text-align:center}.service-desc{text-align:center}.service-hero-img img{max-height:280px;min-height:auto;object-fit:contain;object-position:center center}.approach-grid,.capability-grid{grid-template-columns:1fr}.approach-card.offset{margin-top:0}.projects-grid{grid-template-columns:1fr}.project-img{max-height:220px;min-height:160px}.form-row{grid-template-columns:1fr}.intel-form{padding:24px}.footer-bottom,.footer-top{flex-direction:column}.footer-bottom{gap:12px;text-align:center}.footer-legal{justify-content:center}.section{padding:60px 16px}.section h2{font-size:28px}.dropdown{min-width:180px}.dropdown-item{width:100%}.testimonial-carousel{min-height:280px}.testimonial-carousel-item{padding:24px;width:min(320px,85vw)}.testimonial-carousel-item.tc-left{opacity:.3;transform:translate(calc(-50% - 240px),-50%) scale(.8)}.testimonial-carousel-item.tc-right{opacity:.3;transform:translate(calc(-50% + 240px),-50%) scale(.8)}.testimonial-carousel-item p{font-size:14px}.lp-card-img img{max-height:280px;min-height:200px}.service-banner-img img{max-height:350px;min-height:220px}}@media (max-width:480px){.hero-home-left h1{font-size:26px}.section h2{font-size:24px}.landing-team-grid{gap:24px;grid-template-columns:1fr}.landing-team-card{max-width:100%;min-height:380px;width:100%}.landing-team-title{font-size:36px}.testimonial-card{min-width:240px}.footer-nav{flex-direction:column;gap:12px}.testimonial-carousel{min-height:260px}.testimonial-carousel-item{padding:20px;width:min(280px,90vw)}.testimonial-carousel-item.tc-left{opacity:.2;transform:translate(calc(-50% - 200px),-50%) scale(.75)}.testimonial-carousel-item.tc-right{opacity:.2;transform:translate(calc(-50% + 200px),-50%) scale(.75)}.testimonial-carousel-item p{font-size:13px}.testimonial-carousel-item strong{font-size:16px}.project-img{max-height:180px;min-height:140px}.lp-card-img img{max-height:240px;min-height:180px}.service-card-img{max-height:180px;min-height:140px}}.hero-service{margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:140px 24px 0}.hero-service-inner{align-items:flex-start;display:flex;gap:60px;justify-content:space-between;margin-bottom:24px}.hero-service-left{flex:1 1}.hero-service-left h1{font-size:42px;font-weight:800;line-height:1.15;margin-top:8px}.hero-service-right{flex:0.6 1;padding-top:20px}.hero-service-right p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7}.services-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.service-card{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);cursor:pointer;overflow:hidden;transition:transform .2s,border-color .2s}.service-card:hover{border-color:#ff6b35;border-color:var(--orange);transform:translateY(-4px)}.service-card-img{height:auto;max-height:200px;min-height:160px;overflow:hidden}.service-card-img img{height:100%;min-height:160px;object-fit:cover;transition:transform .3s;width:100%}.service-card:hover .service-card-img img{transform:scale(1.05)}.service-card-body{padding:20px}.service-card-cat{color:#ff6b35;color:var(--orange);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.service-card-body h3{font-size:16px;font-weight:700;margin:8px 0}.service-card-body p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6}.solutions-list-section{padding:20px 36px}.solutions-list-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.solutions-list-header h2{font-size:36px;text-align:left}.solutions-list-body{display:flex;gap:40px}.solutions-items{border-top:1px solid #1e293b;border-top:1px solid var(--border);flex:1 1}.solution-item{align-items:center;border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:16px;padding:20px 0;transition:color .2s}.solution-item.active,.solution-item:hover{color:#ff6b35;color:var(--orange)}.sol-num{color:#94a3b8;color:var(--text-muted);font-size:13px;font-weight:400}.solutions-preview{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);flex:0.8 1;overflow:hidden}.solutions-preview img{height:auto;max-height:250px;min-height:180px;object-fit:cover;width:100%}.solutions-preview h4{font-size:16px;font-weight:700;padding:16px 20px 4px}.solutions-preview p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6;padding:0 20px 20px}.our-service-banner{padding:20px 36px}.our-service-banner h2{margin-bottom:16px}.service-banner-img{border-radius:16px;border-radius:var(--radius);overflow:hidden;position:relative}.service-banner-img img{height:auto;max-height:500px;min-height:300px;object-fit:cover;width:100%}.service-banner-overlay{background:linear-gradient(#0000,#000000d9);bottom:0;left:0;padding:32px;position:absolute;right:0}.service-banner-overlay h3{font-size:20px;font-weight:700;margin-bottom:8px}.service-banner-overlay p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.6;max-width:600px}.vision-section{text-align:center}.vision-text{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7;margin:0 auto 48px;max-width:600px}.approach-icon{height:36px!important;object-fit:contain!important;width:36px!important}.approach-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:12px}.approach-card-header h3{margin:0!important}.approach-card{cursor:pointer;position:relative;transition:all .3s ease}.approach-card:active,.approach-card:hover{background:#ff6b3514;border-color:#ff6b35;border-color:var(--orange);box-shadow:0 8px 24px #ff6b354d;transform:translateY(-4px)}.testimonials-section{padding:20px 36px}.testimonials-section h2{margin-bottom:8px}.form-section{padding:20px 36px}.form-section h2{margin-bottom:16px}.contact-hero{margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:140px 24px 0}.contact-hero h1{font-size:42px;font-weight:800;line-height:1.15}.portfolio-summary{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7;margin:0 auto;max-width:800px;text-align:center}.mobile-nav-link{align-items:center;display:flex;justify-content:space-between}.mobile-arrow{font-size:14px;transition:transform .3s}.mobile-arrow.rotated{transform:rotate(90deg)}.mobile-sub-menu{list-style:none;padding:0 0 12px 16px}.mobile-sub-menu li{color:#94a3b8;color:var(--text-muted);cursor:pointer;font-size:14px;padding:10px 0;transition:color .2s}.mobile-sub-menu li.active,.mobile-sub-menu li:hover{color:#ff6b35;color:var(--orange)}.btn-cta.small{font-size:13px;padding:10px 20px}@media (max-width:768px){.hero-service-inner{flex-direction:column;gap:24px}.hero-service-left h1{font-size:30px}.hero-service{padding:120px 16px 0}.services-grid{grid-template-columns:1fr}.solutions-list-section{padding:20px 16px}.solutions-list-header{flex-direction:column;gap:16px}.solutions-list-header h2{font-size:28px}.solutions-list-body{flex-direction:column}.service-banner-img img{height:250px}.our-service-banner,.testimonials-section{padding:20px 16px}.contact-hero{padding:120px 16px 0}.contact-hero h1{font-size:30px}}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.our-service-banner,.section.form-section,.solutions-list-section,.testimonials-section{padding:20px 24px}}.landing-hero{background:radial-gradient(ellipse at center,#ff6b351a 0,#0000 70%);justify-content:center;min-height:600px;overflow:visible}.landing-hero-bg{inset:0;position:absolute;z-index:0}.landing-hero-bg img{height:100%;object-fit:cover;width:100%}.landing-hero-overlay{background:linear-gradient(180deg,#0a0e1ab3,#0a0e1ae6);inset:0;position:absolute}.landing-hero-content{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.landing-hero-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141824cc;border:2px solid #ff6b3566;box-shadow:0 0 30px #ff6b354d;font-size:15px;gap:10px;margin-bottom:0;padding:12px 24px}.badge-dot{box-shadow:0 0 10px #ff6b35;box-shadow:0 0 10px var(--orange);height:10px;width:10px}.landing-marquee{background:linear-gradient(90deg,#0d1117b3,#0000,#0d1117b3);overflow:hidden;padding:10px 0}.landing-marquee-track{animation:marquee 20s linear infinite;display:flex;width:max-content}.landing-marquee-track span{color:#64748b;color:var(--text-dim);flex-shrink:1;font-size:16px;font-weight:700;letter-spacing:4px;min-width:0;padding-right:40px;text-align:center;text-transform:uppercase;white-space:normal}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-about{justify-content:center;padding:60px 36px 50px}.landing-about-overlay:after{background:radial-gradient(ellipse at 70% 50%,#3b82f614 0,#0000 60%);content:"";height:100%;opacity:.5;position:absolute;right:0;top:0;width:50%;z-index:1}.landing-about-container{min-height:calc(100vh - 200px)}.landing-about-label{letter-spacing:3px}.landing-about-heading{font-size:80px}.landing-about-desc{font-size:19px}.landing-about-stats{border-bottom:2px solid #1e293b;border-bottom:2px solid var(--border);border-top:2px solid #1e293b;border-top:2px solid var(--border)}.stat-item:after{background:#1e293b;background:var(--border);width:2px}.stat-number{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);filter:drop-shadow(0 0 20px rgba(255,107,53,.3));font-size:52px}.stat-label{font-size:15px}.btn-explore{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);border:none;border-radius:6px;box-shadow:0 4px 16px #ff6b3566;color:#fff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;margin-top:24px;padding:10px 28px;transition:all .3s}.btn-explore:hover{background:linear-gradient(135deg,#e85d2a,#e07d10 50%,#f5a623);box-shadow:0 6px 24px #ff6b3599;transform:translateY(-2px)}.landing-services{background-color:#0a0e1a;background-color:var(--bg);padding:60px 36px;position:relative;width:100%}.landing-services-container{margin:0 auto;max-width:1400px;max-width:var(--max-w);position:relative;z-index:1}.landing-services-inner{align-items:center;display:flex;gap:60px}.landing-services-left{display:flex;flex:1.2 1;flex-direction:column;gap:20px}.landing-services-right{border-radius:16px;border-radius:var(--radius);flex:0.8 1;max-width:480px;overflow:hidden}.landing-services-right img{border-radius:16px;border-radius:var(--radius);display:block;height:auto;max-height:500px;min-height:300px;object-fit:cover;width:100%}.landing-services-label{color:#ff6b35;color:var(--orange);font-size:14px;font-weight:600;letter-spacing:3px;text-align:left;text-transform:uppercase}.landing-services-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;margin:0;text-align:left;text-shadow:0 0 40px #ff6b3533}.landing-services-desc{color:#94a3b8;color:var(--text-muted);font-size:18px;line-height:1.85;margin:0;text-align:left}.landing-services-features{display:flex;flex-direction:column;gap:16px;margin:20px 0}.landing-services-feature-item{padding-left:20px}.landing-services-feature-item:before{content:"✓"}.landing-services-bottom-section{border-top:1px solid #1e293b;border-top:1px solid var(--border);margin-top:60px;padding-top:60px;text-align:center}.landing-services-bottom-title{color:#f8fafc;color:var(--text-heading);font-size:42px;font-weight:700;line-height:1.25;margin:0 0 24px}.landing-services-bottom-desc{color:#94a3b8;color:var(--text-muted);font-size:18px;line-height:1.85;margin:0 auto;max-width:900px}.landing-services-cta{margin-top:8px;text-align:left}.landing-services-cta-mobile{display:none}@media (max-width:768px){.landing-services-title{font-size:42px}.landing-services-desc{font-size:16px}.landing-services-feature-item{font-size:15px}.landing-services-bottom-section{margin-top:40px;padding-top:40px}.landing-services-bottom-title{font-size:28px}.landing-services-bottom-desc{font-size:16px}}@media (max-width:480px){.landing-services-title{font-size:32px}.landing-services-feature-item{font-size:14px;padding-left:18px}.landing-services-bottom-title{font-size:24px}.landing-services-bottom-desc{font-size:15px}}.landing-sf-inner{align-items:flex-start;display:flex;gap:48px}.landing-sf-left{flex:0.5 1}.landing-sf-left h2{font-size:36px;line-height:1.2;text-align:left!important}.landing-sf-right{flex:1 1}.landing-sf-right p{color:#94a3b8;color:var(--text-muted);font-size:13px;line-height:1.7;margin-bottom:24px}.landing-sf-img{border-radius:16px;border-radius:var(--radius);overflow:hidden}.landing-sf-img img{height:auto;max-height:400px;min-height:250px;object-fit:cover;width:100%}.landing-projects{background-color:#0f1419;padding:60px 36px;position:relative;width:100%}.landing-projects-overlay{background:radial-gradient(ellipse at 0 30%,#3b82f626 0,#0000 50%),radial-gradient(ellipse at 100% 70%,#a855f726 0,#0000 50%);inset:0;pointer-events:none;position:absolute;z-index:0}.landing-projects-header{display:block;margin-bottom:56px;margin-left:auto;margin-right:auto;max-width:1400px;max-width:var(--max-w);position:relative;text-align:left;z-index:1}.landing-projects-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;margin:0;text-align:left;text-shadow:0 0 40px #ff6b3533}.landing-projects-grid{grid-gap:48px 32px;display:grid;gap:48px 32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:20px 40px;position:relative;z-index:1}.lp-card{cursor:pointer;transition:transform .4s}.lp-card-img{background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);background:var(--gradient-accent);border:1px solid #3b82f64d;border-radius:20px;box-shadow:0 12px 40px #3b82f666,0 6px 20px #8b5cf64d;overflow:hidden;padding:8px;transform:rotate(-2deg);transition:all .4s ease}.lp-card:hover .lp-card-img{border-color:#3b82f699;box-shadow:0 16px 56px #3b82f699,0 8px 28px #8b5cf666;transform:rotate(0deg) scale(1.02)}.lp-card-img img{border-radius:12px;display:block;height:auto;max-height:350px;min-height:250px;object-fit:cover;transition:transform .4s;width:100%}.lp-card:hover .lp-card-img img{transform:scale(1.05)}.lp-card-info{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-top:20px}.lp-card-text{flex:1 1}.lp-card-text h4{color:#f8fafc;color:var(--text-heading);font-weight:600;line-height:1.3;margin:0 0 6px}.lp-card-text p{color:#94a3b8;color:var(--text-muted);line-height:1.5;margin:0}.lp-card-tag{background:#ff6b3526;border:1px solid #ff6b354d;border-radius:8px;color:#ff6b35;color:var(--orange);display:inline-block;font-weight:600;margin-top:12px;padding:8px 16px}@media (max-width:768px){.landing-projects{padding:60px 20px}.landing-projects-title{font-size:36px}.landing-projects-grid{gap:36px;grid-template-columns:1fr}.lp-card-img{transform:rotate(-1deg)}.lp-card:nth-child(2n) .lp-card-img{transform:rotate(1deg)}.lp-card-text h4{font-size:18px}}@media (max-width:480px){.landing-projects-title{font-size:28px}.lp-card-img img{height:200px}.lp-card-text h4{font-size:16px}.lp-card-text p{font-size:13px}}.landing-why{background-color:#1e2a3a;background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:60px 36px;position:relative;width:100%}.landing-why-overlay{background:radial-gradient(ellipse at 0 50%,#ff6b351f 0,#0000 50%),radial-gradient(ellipse at 100% 50%,#3b82f61f 0,#0000 50%);inset:0;pointer-events:none;position:absolute;z-index:0}.landing-why-container{position:relative;z-index:1}.landing-why-header{display:block;margin-bottom:60px}.landing-why-label{color:#94a3b8;color:var(--text-muted);flex-shrink:0;font-size:14px;font-weight:400;padding-top:12px}.landing-why-title{font-size:69px;text-align:left}.why-carousel{height:auto;margin-bottom:48px;min-height:140px;padding-left:15%}.why-carousel-item{color:#64748b;color:var(--text-dim);font-size:32px;font-weight:500;left:15%;transform:translateY(50px)}.why-carousel-item.prev{color:#64748b;color:var(--text-dim);opacity:1;transform:translateY(0)}.why-carousel-item.current{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;font-weight:700;transform:translateY(45px)}.why-carousel-item.next{color:#64748b;color:var(--text-dim);opacity:1;transform:translateY(95px)}.why-carousel-item.hidden{transform:translateY(140px)}.landing-why-cta{text-align:center}.landing-why-desc{align-items:center;display:flex;font-size:20px;justify-content:space-between;margin-bottom:32px;max-width:100%;text-align:left}@media (max-width:768px){.landing-why-title{font-size:36px}.why-carousel{padding-left:5%}.why-carousel-item{font-size:24px;left:5%}.why-carousel-item.current{font-size:28px}.landing-why-cta{padding-left:5%}.landing-why-desc{font-size:15px;padding-left:5%}}@media (max-width:480px){.landing-why-title{font-size:28px}.why-carousel-item{font-size:20px}.why-carousel-item.current{font-size:24px}}.landing-tech{background-color:#141824;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:60px 36px;position:relative;width:100%}.landing-tech-overlay{background:radial-gradient(ellipse at 0 50%,#3b82f61f 0,#0000 50%),radial-gradient(ellipse at 100% 50%,#ff6b351f 0,#0000 50%);inset:0;pointer-events:none;position:absolute;z-index:0}.landing-tech-container{position:relative;z-index:1}.landing-tech-header{display:block;margin-bottom:80px}.landing-tech-label{color:#94a3b8;color:var(--text-muted);flex-shrink:0;font-size:14px;font-weight:400;padding-top:12px}.landing-tech-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;margin:0;text-align:left;text-shadow:0 0 40px #ff6b3533}.landing-tech-icons-wrap{align-items:center;display:flex;flex-direction:column;margin-bottom:48px;overflow:visible;position:relative}.landing-tech-glow{bottom:0;left:50%;mix-blend-mode:screen;pointer-events:none;position:absolute;transform:translate(-50%,45%);width:min(450px,60vw);z-index:0}.tech-carousel{height:auto;margin-bottom:32px;min-height:234px;position:relative;width:100%;z-index:1}.tech-carousel-item{align-items:center;background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:18px;display:flex;flex-direction:column;gap:8px;height:clamp(103px,15vw,144px);justify-content:center;left:50%;opacity:0;overflow:hidden;padding:clamp(14px,2vw,20px);position:absolute;top:50%;transform:translate(-50%,-50%) scale(.4);transition:all .6s cubic-bezier(.4,0,.2,1);width:clamp(103px,15vw,144px);z-index:0}.tech-carousel-item img{height:clamp(52px,8vw,88px);object-fit:contain;width:clamp(52px,8vw,88px)}.tech-carousel-item span{color:#94a3b8;color:var(--text-muted);font-size:13px;font-weight:500}.tech-carousel-item.tc-center{background:linear-gradient(#141824,#141824) padding-box,linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899) border-box;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,var(--gradient-accent) border-box;border:2px solid #0000;box-shadow:0 0 40px #3b82f666,0 0 20px #8b5cf64d;opacity:1;transform:translate(-50%,-50%) scale(1.4);z-index:3}.tech-carousel-item.tc-center span{color:#f8fafc;color:var(--text-heading)}.tech-carousel-item.tc-left{opacity:.6;transform:translate(calc(-50% - 220px),-50%) scale(.75);z-index:2}.tech-carousel-item.tc-right{opacity:.6;transform:translate(calc(-50% + 220px),-50%) scale(.75);z-index:2}.tech-carousel-item.tc-hidden{opacity:0;transform:translate(-50%,-50%) scale(.4);z-index:0}.landing-tech-line{mix-blend-mode:screen;pointer-events:none;width:min(90%,1200px)}.landing-tech-desc{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.8;margin:0 auto;max-width:800px;text-align:center}@media (max-width:1024px){.landing-hero-title{font-size:60px}.landing-projects-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.landing-hero{height:60vh;min-height:400px}.landing-hero-title{font-size:44px}.landing-sf-inner{flex-direction:column;gap:24px}.landing-sf-left h2{font-size:28px}.landing-sf-img img{height:220px}.landing-projects-grid{grid-template-columns:1fr}.landing-why-inner{flex-direction:column;gap:24px}.landing-why-left h2{font-size:28px}.landing-why-right{padding-top:0}.landing-whatwedo-img img{height:280px}.tech-carousel-item{height:110px;width:110px}.tech-carousel-item img{height:48px;width:48px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 140px),-50%) scale(.7)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 140px),-50%) scale(.7)}.landing-tech-title{font-size:36px}}@media (max-width:480px){.landing-hero-title{font-size:32px}.tech-carousel{height:140px}.tech-carousel-item{height:96px;padding:14px;width:96px}.tech-carousel-item img{height:40px;width:40px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 110px),-50%) scale(.65)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 110px),-50%) scale(.65)}.landing-tech-title{font-size:28px}}.logo-img{height:32px;width:32px}.nav-arrow{font-size:10px;margin-left:4px;opacity:.6}.dropdown-arrow{border-bottom:8px solid #141824;border-bottom:8px solid var(--bg-card);border-left:8px solid #0000;border-right:8px solid #0000;left:40px}.dropdown{left:-20px;top:calc(100% + 8px)}.desktop-cta{font-size:14px;padding:10px 24px}.landing-hero-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.landing-hero-bg img{display:none}.landing-hero-bg:has(video) img{display:none}.landing-hero-toggle{align-items:center;display:inline-flex;margin:0 -4px}.landing-hero-toggle svg{height:.65em;width:auto}.landing-hero-scroll{display:flex;flex-direction:row;flex-shrink:0;margin-bottom:16px;z-index:10}.landing-hero-highlight{-webkit-text-fill-color:#e2e8f0;-webkit-text-fill-color:var(--text);background:none}@media (max-width:768px){.logo-img{height:28px;width:28px}.landing-hero-scroll{font-size:10px;margin-bottom:12px;padding:8px 16px}.landing-hero-toggle svg{height:.55em}}@media (max-width:480px){.landing-hero-toggle svg{height:.45em}.landing-hero-scroll{font-size:10px;margin-bottom:10px;padding:7px 14px}}.landing-hero-text-img{max-width:750px;width:100%}.dropdown{grid-gap:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#161b22f2;border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);display:grid;gap:0;grid-template-columns:repeat(4,1fr);left:50%;min-width:680px;padding:20px 24px;position:absolute;top:calc(100% + 16px);transform:translateX(-30%);z-index:100}.dropdown-item{color:#94a3b8;color:var(--text-muted);cursor:pointer;flex-shrink:1;font-size:14px;min-width:0;padding:12px 16px;text-align:center;transition:color .2s;white-space:normal;width:auto}.dropdown-item.active,.dropdown-item:hover{background:none;color:#e2e8f0;color:var(--text)}.dropdown-arrow{border-bottom:10px solid #161b22f2;border-left:10px solid #0000;border-right:10px solid #0000;height:0;left:50px;position:absolute;top:-8px;width:0}.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-bottom:none}.logo-img{height:36px;width:36px}.logo-text{font-size:20px}.nav-links{gap:36px}.nav-item{font-size:15px}.btn-cta.desktop-cta{font-size:15px;padding:14px 32px}@media (max-width:1024px){.dropdown{grid-template-columns:repeat(3,1fr);min-width:500px}.landing-hero-text-img{max-width:550px}}@media (max-width:768px){.dropdown{grid-template-columns:1fr;left:0;min-width:280px;transform:none}.landing-hero-text-img{max-width:90%}.landing-hero{height:100vh;min-height:500px}}.logo-img{height:48px;object-fit:contain;width:auto}@media (max-width:768px){.logo-img{height:40px}}.logo{align-items:center;display:flex;gap:10px}.logo-icon-img{height:36px;object-fit:contain;width:36px}.logo-text{color:#e2e8f0;color:var(--text);font-size:22px;font-weight:800;letter-spacing:-.5px}.nav-links{gap:40px}.nav-item{font-size:16px;font-weight:500}.nav-item,.nav-item:hover{color:#e2e8f0;color:var(--text)}.nav-item:hover{opacity:.8}.nav-item.active{color:#e2e8f0;color:var(--text)}.nav-arrow{font-size:11px;margin-left:2px;opacity:.5}.navbar-inner{max-width:1400px;padding:20px 32px}.btn-cta.desktop-cta{background:linear-gradient(135deg,#ff6b35,#ff8c5a);background:linear-gradient(135deg,var(--orange),var(--orange-light));border-radius:10px;font-size:16px;font-weight:700;letter-spacing:.3px;padding:14px 36px}.dropdown-item{font-size:15px;padding:14px 20px}@media (max-width:768px){.logo-icon-img{height:28px;width:28px}.logo-text{font-size:18px}}.nav-item{margin-bottom:-20px;padding-bottom:20px}.dropdown:before{background:#0000;content:"";height:20px;left:0;position:absolute;right:0;top:-20px}.dropdown{top:calc(100% + 20px)}.landing-hero-text-img{display:block;height:auto;margin:0 auto;max-width:900px;width:90%}.landing-hero-sub{font-size:18px;margin-top:24px;text-align:center!important}@media (max-width:1024px){.landing-hero-text-img{max-width:700px;width:85%}.landing-hero-sub{font-size:16px}}@media (max-width:768px){.landing-hero-text-img{max-width:95%}.landing-hero-sub{font-size:14px}}.landing-hero-content{padding:0 24px;position:relative;text-align:center;z-index:1}.landing-hero-title{font-weight:900;letter-spacing:-3px;line-height:.95}.landing-hero-you{display:flex;justify-content:center;line-height:1}.landing-hero-you span{font-weight:900;letter-spacing:-3px}.landing-hero-toggle{margin:0 -2px;width:clamp(60px,12vw,190px)}.landing-hero-sub{font-size:16px;letter-spacing:.8px;margin:0;max-width:600px}.landing-hero-text-img{display:none}@media (max-width:768px){.landing-hero-title,.landing-hero-you span{letter-spacing:-1px}.landing-hero-sub{font-size:13px;margin-top:16px}}.landing-about{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;padding:80px 24px 60px}.landing-about-overlay{background:radial-gradient(ellipse at 30% 50%,#ff6b3514 0,#0000 60%),linear-gradient(0deg,#0a0e1acc 0,#0000 30%);inset:0;pointer-events:none;position:absolute;z-index:0}.landing-about-container{display:flex;flex-direction:column;gap:40px;justify-content:center;margin:0 auto;max-width:1400px;max-width:var(--max-w);min-height:calc(100vh - 140px);position:relative;z-index:1}.landing-about-row{align-items:flex-start;display:flex;grid-column:1/-1;justify-content:space-between}.landing-about-label{color:#94a3b8;color:var(--text-muted);flex-shrink:0;flex-shrink:1;font-weight:500;min-width:0;padding-top:6px;text-align:center;white-space:normal}.landing-about-heading{font-size:72px;line-height:1.15;padding-left:10%;text-align:left}.landing-about-desc{font-weight:400;line-height:1.7;max-width:560px}.landing-about-cta{padding-top:10px;text-align:left}.btn-know-more{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 20px #ff6b3566;color:#fff;cursor:pointer;font-size:15px;font-weight:600;letter-spacing:.3px;overflow:hidden;padding:13px 34px;position:relative;transition:all .35s ease}.btn-know-more .btn-text-hover{display:none}.btn-know-more .btn-text-default{display:inline}.btn-know-more:hover .btn-text-default{display:none}.btn-know-more:hover .btn-text-hover{display:inline}.btn-know-more:hover{background:#0000;border-color:#ff6b35;box-shadow:0 0 25px #ff6b35cc,0 0 50px #ff450099;transform:translateY(-2px)}@media (max-width:1024px){.landing-about{min-height:85vh}.landing-about-container{min-height:calc(85vh - 140px)}.landing-about-heading{font-size:56px}}@media (max-width:768px){.landing-about,.landing-about-container{min-height:auto}.landing-about-heading{font-size:36px;padding-left:0}.landing-about-desc{max-width:100%;padding-left:0}.landing-about-overlay:after{opacity:.15;width:100%}}@media (max-width:480px){.landing-about-heading{font-size:28px}}@media (max-width:1024px){.landing-services-title{font-size:56px}.landing-services-inner{flex-direction:column;gap:40px}.landing-services-right{width:100%}.landing-services-cta-desktop{display:none}.landing-services-cta-mobile{display:block;margin-top:32px;text-align:center}}@media (max-width:768px){.landing-services-inner{gap:28px}.landing-services-right img{max-height:300px;min-height:200px}.landing-services-title{font-size:36px}.landing-services-desc{font-size:15px}.landing-services-cta-mobile{margin-top:24px}}@media (max-width:480px){.landing-services-title{font-size:28px}.landing-services-right img{max-height:250px;min-height:180px}.landing-services-cta-mobile{margin-top:20px}}.landing-services-img{border-radius:16px;border-radius:var(--radius);line-height:0;overflow:hidden;width:100%}.landing-services-img img{display:block;height:auto;max-height:600px;object-fit:cover;width:100%}.landing-services-bottom{align-items:flex-start;display:flex;gap:48px;padding:32px 0 0}.landing-services-btitle{color:#f8fafc;color:var(--text-heading);flex-shrink:0;font-size:32px;font-weight:700;line-height:1.25;margin:0;max-width:380px}.landing-services-bdesc{color:#94a3b8;color:var(--text-muted);flex:1 1;font-size:15px;line-height:1.7;margin:0}@media (max-width:768px){.landing-services{padding:60px 20px}.landing-services-title{font-size:36px}.landing-services-img img{max-height:350px}.landing-services-bottom{flex-direction:column;gap:16px}.landing-services-btitle{font-size:24px}}@media (max-width:480px){.landing-services-title{font-size:28px}}.phone-input-wrap{align-items:stretch;background:#0a0e1a;background:var(--bg);border:2px solid #1e293b;border:2px solid var(--border);border-radius:12px;box-sizing:border-box!important;display:flex;max-width:100%!important;overflow:hidden;transition:border-color .3s;width:100%!important}.phone-input-wrap:focus-within{border-color:#ff6b35;border-color:var(--orange);box-shadow:0 0 0 4px #ff6b351a}.phone-input-wrap.phone-input-error{border-color:#ff4d4d}.phone-input-wrap .phone-code-select{appearance:auto;background:#141824;background:var(--bg-card);border:none!important;border-radius:0!important;border-right:1px solid #1e293b!important;border-right:1px solid var(--border)!important;box-shadow:none!important;color:#e2e8f0;color:var(--text);color-scheme:dark;cursor:pointer;flex:0 0 90px;font-size:14px;max-width:90px;min-width:90px;outline:none;padding:15px 4px 15px 10px!important;width:90px!important}.phone-input-wrap .phone-number-input{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#e2e8f0;color:var(--text);flex:1 1!important;font-size:17px;max-width:none!important;min-width:0;outline:none;padding:15px 16px!important;width:0!important}.phone-input-wrap .phone-number-input::placeholder{color:#64748b;color:var(--text-dim)}.phone-input-wrap .phone-code-select:focus,.phone-input-wrap .phone-number-input:focus{border:none!important;box-shadow:none!important}@media (max-width:480px){.phone-input-wrap .phone-code-select{flex:0 0 80px;font-size:13px;max-width:80px;min-width:80px;padding:12px 2px 12px 8px!important;width:80px!important}.phone-input-wrap .phone-number-input{font-size:15px;padding:12px!important}}.helper-text{color:#ff4d4d;display:block;font-size:12px;margin-top:6px;padding-left:2px}.input-error{border-color:#ff4d4d!important}.form-success{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:8px;color:#22c55e;font-size:14px;font-weight:600;margin:0 auto 24px;max-width:700px;padding:12px 20px;text-align:center}.about-hero-section{align-items:center;background-color:#0a0e1a;background-color:var(--bg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;min-height:80vh;padding:140px 24px 20px;position:relative;width:100%}.about-hero-overlay{background:radial-gradient(ellipse at 30% 50%,#ff6b3514 0,#0000 60%),linear-gradient(0deg,#0a0e1acc 0,#0000 30%);inset:0;pointer-events:none;position:absolute;z-index:0}.about-hero-container{margin:0 auto;max-width:1400px;max-width:var(--max-w);position:relative;width:100%;z-index:1}.about-hero-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.about-hero-label{color:#94a3b8;color:var(--text-muted);flex-shrink:0;font-size:14px;font-weight:400}.about-hero-right-desc{max-width:380px;text-align:justify}.about-hero-right-desc p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7}.about-hero-heading{color:#f8fafc;color:var(--text-heading);font-weight:800;letter-spacing:-1px;line-height:1.05;margin:0}@media (max-width:768px){.about-hero-section{min-height:auto;padding:120px 16px 60px}.about-hero-row{flex-direction:column;gap:16px}.about-hero-heading{font-size:clamp(28px,8vw,52px);letter-spacing:-.5px}.about-hero-right-desc{max-width:100%}}@media (max-width:480px){.about-hero-heading{font-size:clamp(24px,9vw,38px);letter-spacing:0}}.testi-section{background-color:#141824;overflow:hidden;padding:110px 36px;position:relative;width:100%}.testi-container{margin:0 auto;max-width:1400px;max-width:var(--max-w);position:relative;z-index:1}.testi-header{display:block;margin-bottom:60px}.testi-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;margin:0;text-align:left;text-shadow:0 0 40px #ff6b3533}.testi-carousel{height:auto;min-height:280px;position:relative;width:100%;z-index:1}.testi-carousel-item{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:18px;left:50%;opacity:0;overflow:hidden;padding:clamp(20px,3vw,32px);position:absolute;top:50%;transform:translate(-50%,-50%) scale(.4);transition:all .6s cubic-bezier(.4,0,.2,1);width:clamp(280px,35vw,420px);z-index:0}.testi-carousel-item.tc-center{background:linear-gradient(#141824,#141824) padding-box,linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899) border-box;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,var(--gradient-accent) border-box;border:2px solid #0000;box-shadow:0 0 40px #3b82f666,0 0 20px #8b5cf64d;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:3}.testi-carousel-item.tc-left{filter:blur(1px);opacity:.5;transform:translate(calc(-50% - 340px),-50%) scale(.85);z-index:2}.testi-carousel-item.tc-right{filter:blur(1px);opacity:.5;transform:translate(calc(-50% + 340px),-50%) scale(.85);z-index:2}.testi-carousel-item.tc-hidden{opacity:0;transform:translate(-50%,-50%) scale(.4);z-index:0}.testi-carousel-header{align-items:center;display:flex;gap:14px;margin-bottom:16px}.testi-carousel-avatar{background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);background:var(--gradient-primary);border-radius:50%;box-shadow:0 0 16px #ff6b3566;flex-shrink:0;height:48px;width:48px}.testi-carousel-header strong{color:#f8fafc;color:var(--text-heading);display:block;font-size:17px;margin-bottom:2px}.testi-carousel-header span{color:#ff6b35;color:var(--orange);font-size:13px;font-weight:600}.testi-carousel-quote{color:#ff6b35;color:var(--orange);display:block;font-size:28px;line-height:1;margin-bottom:4px;opacity:.5}.testi-carousel-item p{color:#94a3b8;color:var(--text-muted);font-size:15px;line-height:1.75;margin:0}.testi-carousel-item.tc-center p{color:#e2e8f0;color:var(--text)}@media (max-width:1024px){.testi-title{font-size:56px}.testi-carousel-item.tc-left{transform:translate(calc(-50% - 280px),-50%) scale(.8)}.testi-carousel-item.tc-right{transform:translate(calc(-50% + 280px),-50%) scale(.8)}}@media (max-width:768px){.testi-section{padding:60px 20px}.testi-title{font-size:36px}.testi-header{margin-bottom:40px}.testi-carousel{min-height:240px}.testi-carousel-item{width:clamp(240px,70vw,320px)}.testi-carousel-item.tc-left{opacity:.3;transform:translate(calc(-50% - 200px),-50%) scale(.75)}.testi-carousel-item.tc-right{opacity:.3;transform:translate(calc(-50% + 200px),-50%) scale(.75)}.testi-carousel-item p{font-size:14px}}@media (max-width:480px){.testi-title{font-size:28px}.testi-carousel{min-height:220px}.testi-carousel-item{padding:20px;width:clamp(220px,80vw,280px)}.testi-carousel-item.tc-left{opacity:.2;transform:translate(calc(-50% - 160px),-50%) scale(.7)}.testi-carousel-item.tc-right{opacity:.2;transform:translate(calc(-50% + 160px),-50%) scale(.7)}.testi-carousel-item p{font-size:13px}.testi-carousel-header strong{font-size:15px}}.about-vision-section{text-align:center}.about-vision-wrap{display:flex;justify-content:center;margin-top:32px;position:relative}.about-vision-glow{background:radial-gradient(circle,#ff6b3540 0,#0000 70%);border-radius:50%;height:300px;left:50%;pointer-events:none;position:absolute;top:-80px;transform:translateX(-50%);width:300px}.about-vision-single-card{background:#141824;background:var(--bg-card);border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius);max-width:500px;padding:40px;position:relative;text-align:left}.about-vision-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:12px}.about-vision-card-header h3{margin:0!important}.about-vision-icon{height:24px!important;object-fit:contain!important;width:24px!important}.about-vision-single-card h3{font-size:20px;font-weight:700;margin-bottom:12px}.about-vision-single-card p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7}.contact-hero{overflow:hidden;padding:140px 24px 20px;position:relative;text-align:center}.contact-hero-bg{background:radial-gradient(ellipse at 50% 30%,#ff6b3540 0,#0000 60%),linear-gradient(180deg,#0a0e1a33,#0a0e1a);background:radial-gradient(ellipse at 50% 30%,#ff6b3540 0,#0000 60%),linear-gradient(180deg,#0a0e1a33 0,var(--bg) 100%);inset:0;pointer-events:none;position:absolute}.contact-hero-content{margin:0 auto;max-width:1400px;max-width:var(--max-w);position:relative;z-index:1}.contact-hero-label{color:#ff6b35;color:var(--orange);font-size:14px;font-weight:600;margin-bottom:16px}.contact-hero-title{font-size:48px;font-weight:800;line-height:1.15}@media (max-width:768px){.contact-hero{padding:120px 16px 40px}.contact-hero-title{font-size:32px}}.portfolio-text-hero{margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:140px 24px 16px}.portfolio-text-hero h1{font-size:48px;font-weight:800;line-height:1.15;margin-top:8px}.portfolio-banner{line-height:0;margin:0 auto;max-width:1400px;max-width:var(--max-w);padding:0 24px}.portfolio-banner img{border-radius:16px;border-radius:var(--radius);height:auto;max-height:600px;min-height:300px;object-fit:cover;width:100%}.portfolio-summary-left{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.8;max-width:800px}.portfolio-lp-grid{grid-gap:40px 24px;display:grid;gap:40px 24px;grid-template-columns:1fr 1fr;margin-top:20px}@media (max-width:768px){.portfolio-text-hero{padding:120px 16px 24px}.portfolio-text-hero h1{font-size:32px}.portfolio-banner{padding:0 16px}.portfolio-lp-grid{gap:36px;grid-template-columns:1fr}}body{font-size:18px;line-height:1.75}.about-hero-right-desc p,.about-vision-single-card p,.approach-card p,.capability-card p,.hero-service-right p,.landing-about-desc,.landing-services-feature-item,.landing-tech-desc,.portfolio-summary-left,.section-subtitle,.sol-carousel-tagline,.team-carousel-desc,.terms-body p,.why-desc-item,p{text-align:justify!important}.section h2{font-size:56px;margin-bottom:24px}.section-subtitle{font-size:18px;line-height:1.85;margin-bottom:60px;max-width:750px}.section-label{font-size:15px;letter-spacing:3px}.hero-home-left h1{font-size:66px}.hero-home-right p{font-size:18px;line-height:1.85}.hero-label{font-size:16px}.vision-card h3{font-size:26px}.vision-card p{font-size:17px;line-height:1.85}.hero-service-left h1{font-size:54px}.hero-service-right p,.service-desc{font-size:18px;line-height:1.85}.numbered-item h4{font-size:20px}.numbered-item p{font-size:16px;line-height:1.75}.capability-card{padding:44px}.capability-icon{font-size:36px;margin-bottom:18px}.capability-card h4{font-size:24px;margin-bottom:12px}.capability-card p{font-size:17px;line-height:1.75}.approach-card{padding:44px}.approach-card h3{font-size:24px;margin-bottom:14px}.approach-card p{font-size:17px;line-height:1.75}.project-card h4{font-size:20px;padding:22px 22px 6px}.project-card p{font-size:16px;line-height:1.65;padding:0 22px}.project-tag{font-size:15px;margin:16px 22px 22px}.testimonial-card{padding:32px}.testimonial-card p{font-size:17px;line-height:1.75}.testimonial-header strong{font-size:17px}.testimonial-header span{font-size:15px}.intel-form{max-width:840px;padding:52px}.form-group label{font-size:16px;margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{font-size:17px;padding:15px 20px}.btn-submit{font-size:18px;padding:17px}.footer{max-width:1400px;max-width:var(--max-w);padding:80px 32px 32px}.footer-cta h2{font-size:36px}.footer-cta p{line-height:1.75;max-width:500px}.footer-cta p,.footer-email{font-size:17px}.footer-nav span{font-size:16px}.footer-bottom{font-size:15px}.landing-hero-sub{font-size:19px;letter-spacing:1px}.landing-marquee-track span{font-size:19px;letter-spacing:5px}.landing-about{padding:0}.landing-about-desc{font-size:16px}.landing-about-label{font-size:17px}.landing-services{padding:110px 36px}.landing-services-title{font-size:76px}.landing-services-label{font-size:17px}.landing-services-btitle{font-size:40px;max-width:440px}.landing-services-bdesc{font-size:18px;line-height:1.85}.landing-projects{padding:110px 36px}.landing-projects-title{font-size:76px}.landing-projects-label{font-size:17px}.lp-card-text h4{font-size:24px}.lp-card-tag,.lp-card-text p{font-size:17px}.landing-why{padding:110px 36px}.landing-why-title{font-size:76px}.landing-why-label{font-size:17px}.why-carousel-item{font-size:38px}.why-carousel-item.current{font-size:46px}.landing-tech{padding:110px 36px}.landing-tech-title{font-size:76px}.landing-tech-label{font-size:17px}.landing-tech-desc{font-size:18px;line-height:1.9;max-width:920px}.landing-team{padding:110px 36px}.landing-team-title{font-size:76px}.landing-team-label{font-size:17px}.landing-team-card{height:480px}.landing-team-card-info h4{font-size:24px}.landing-team-role{font-size:16px}.landing-team-card-desc p{font-size:17px;line-height:1.85}.about-hero-heading{font-size:clamp(36px,7vw,96px)}.about-hero-right-desc p{font-size:18px;line-height:1.85}.about-vision-single-card h3{font-size:26px}.about-vision-single-card p{font-size:17px;line-height:1.85}.contact-hero-title{font-size:60px}.contact-hero-label{font-size:17px}.portfolio-text-hero h1{font-size:60px}.portfolio-summary-left{font-size:18px;line-height:1.9}.service-card-body h3{font-size:20px}.service-card-body p{font-size:16px;line-height:1.75}.service-card-cat{font-size:14px}.solutions-list-header h2{font-size:46px}.solution-item{font-size:20px;padding:26px 0}.solutions-preview h4{font-size:20px}.solutions-preview p{font-size:16px;line-height:1.75}.service-banner-overlay h3{font-size:26px}.service-banner-overlay p{font-size:17px;line-height:1.75}.btn-know-more{font-size:17px;padding:16px 42px}.btn-cta{font-size:17px}.tech-carousel-item span{font-size:14px}.tech-carousel-item img{height:68px;width:68px}.tech-carousel-item{height:140px;padding:20px;width:140px}.section{padding:110px 36px}@media (max-width:1024px){.section h2{font-size:44px}.hero-home-left h1{font-size:50px}.hero-service-left h1{font-size:44px}.landing-about-heading{color:#e2e8f0;color:var(--text);font-size:64px}.landing-projects-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title{font-size:60px}.landing-services-btitle{font-size:34px}.contact-hero-title,.portfolio-text-hero h1{font-size:48px}.about-hero-heading{font-size:clamp(32px,6vw,72px)}}@media (max-width:768px){body{font-size:16px}.section h2{font-size:34px}.section-subtitle{font-size:16px}.section{padding:80px 20px}.hero-home-left h1{font-size:38px}.hero-service-left h1{font-size:34px}.landing-about{padding:80px 20px 60px}.landing-about-heading{color:#e2e8f0;color:var(--text);font-size:42px}.landing-about-desc{font-size:16px}.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why{padding:80px 20px}.landing-projects-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title{font-size:42px}.landing-services-btitle{font-size:28px}.landing-services-bdesc{font-size:16px}.lp-card-text h4{font-size:20px}.lp-card-text p{font-size:15px}.why-carousel-item{font-size:28px}.why-carousel-item.current{font-size:34px}.landing-tech-desc{font-size:16px}.landing-team-card{height:400px}.landing-team-card-info h4{font-size:20px}.contact-hero-title,.portfolio-text-hero h1{font-size:38px}.about-hero-heading{font-size:clamp(28px,8vw,52px)}.footer-cta h2{font-size:30px}.intel-form{max-width:100%}.capability-card,.intel-form{padding:30px}.capability-card h4{font-size:20px}.capability-card p{font-size:16px}.approach-card{padding:30px}.approach-card h3{font-size:20px}.approach-card p{font-size:16px}.btn-know-more{font-size:16px;padding:14px 32px}.tech-carousel-item{height:120px;padding:16px;width:120px}.tech-carousel-item img{height:52px;width:52px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 150px),-50%) scale(.7)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 150px),-50%) scale(.7)}}@media (max-width:480px){.section h2{font-size:28px}.hero-home-left h1{font-size:30px}.landing-about-heading{color:#e2e8f0;color:var(--text);font-size:32px}.landing-projects-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title{font-size:32px}.landing-services-btitle{font-size:24px}.landing-team-card{height:360px}.contact-hero-title,.portfolio-text-hero h1{font-size:30px}.about-hero-heading{font-size:clamp(24px,9vw,38px)}.why-carousel-item{font-size:24px}.why-carousel-item.current{font-size:28px}.tech-carousel{height:150px}.tech-carousel-item{height:100px;padding:14px;width:100px}.tech-carousel-item img{height:44px;width:44px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 120px),-50%) scale(.65)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 120px),-50%) scale(.65)}}.page-transition{transition:opacity .3s ease,transform .3s ease}.page-visible{opacity:1;transform:translateY(0)}.page-hidden{opacity:0;transform:translateY(12px)}.landing-hero-glow-cursor{background:radial-gradient(circle,#d4a04a26 0,#0000 70%);border-radius:50%;height:400px;pointer-events:none;position:fixed;transform:translate(-50%,-50%);transition:opacity .3s ease;width:400px;z-index:0}.landing-hero-badge{animation:fadeInDown .8s ease;border:1px solid #d4a04a4d;margin-bottom:32px}.badge-dot{animation:pulse 2s infinite;background:#ff6b35;background:var(--orange);border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.landing-hero-title{animation:fadeInUp 1s ease .2s both;position:relative}.landing-hero-title:before{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff6b35,#ff8c5a);background:linear-gradient(90deg,var(--orange),var(--orange-light));-webkit-background-clip:text;background-clip:text;content:attr(data-text);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.landing-hero-title:hover:before{opacity:.3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-hero-you{animation:fadeInUp 1s ease .4s both}.landing-hero-sub{animation:fadeInUp 1s ease .6s both}.landing-hero-cta-group{animation:fadeInUp 1s ease .8s both;margin:0}.btn-hero-primary{align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);border:2px solid #0000;border-radius:12px;box-shadow:0 8px 24px #ff6b3566;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;overflow:hidden;padding:16px 36px;position:relative;transition:all .4s ease}.btn-hero-primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-hero-primary:hover:before{left:100%}.btn-hero-primary:hover{background:#0000;border-color:#ff6b35;border-color:var(--orange);box-shadow:0 0 30px #ff6b3599;color:#ff6b35;color:var(--orange);transform:translateY(-3px)}.btn-hero-primary svg{transition:transform .3s ease}.btn-hero-primary:hover svg{transform:translateX(4px)}.btn-hero-secondary{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000;border:2px solid #c9d1d94d;border-radius:12px;color:#e2e8f0;color:var(--text);cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:16px 36px;transition:all .3s ease}.btn-hero-secondary:hover{background:#d4a04a1a;border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange);transform:translateY(-3px)}.landing-hero-scroll svg{animation:arrowBounce 2s infinite}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.landing-about-stats{grid-gap:32px;border-bottom:1px solid #30363d80;border-top:1px solid #30363d80;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:48px 0 32px;padding:40px 0}.stat-item{position:relative;text-align:center}.stat-item:after{background:#30363d80;content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.stat-item:last-child:after{display:none}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff8c5a);background:linear-gradient(135deg,var(--orange),var(--orange-light));-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;line-height:1;margin-bottom:8px}.stat-label{color:#94a3b8;color:var(--text-muted);font-size:14px;font-weight:500}.landing-about-label{margin-bottom:16px}.landing-about-label,.section-label{color:#ff6b35;color:var(--orange);font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.section-label{margin-bottom:12px;text-align:left}.landing-services-img{margin:40px 0;position:relative}.services-img-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000,#0d1117cc);display:flex;inset:0;justify-content:center;opacity:0;padding:32px;position:absolute;transition:opacity .4s ease}.landing-services-img:hover .services-img-overlay{opacity:1}.services-img-badge{background:#d4a04ae6;border-radius:8px;color:#0d1117;font-size:16px;font-weight:700;padding:12px 28px;transform:translateY(20px);transition:transform .4s ease}.landing-services-img:hover .services-img-badge{transform:translateY(0)}.landing-services-bdesc-wrap{display:flex;flex:1 1;flex-direction:column;gap:24px}.btn-services-explore{align-items:center;align-self:flex-start;background:#0000;border:2px solid #ff6b35;border:2px solid var(--orange);border-radius:10px;color:#ff6b35;color:var(--orange);cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:10px;padding:12px 28px;transition:all .3s ease}.btn-services-explore:hover{background:#ff6b35;background:var(--orange);color:#0d1117;transform:translateX(4px)}.btn-services-explore svg{transition:transform .3s ease}.btn-services-explore:hover svg{transform:translateX(4px)}.landing-projects-subtitle{color:#94a3b8;color:var(--text-muted);font-size:16px;font-weight:400;margin-top:12px;text-align:left}.lp-card{position:relative;transition:transform .4s ease}.lp-card-overlay{align-items:center;background:#0d1117e6;border-radius:16px;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .4s ease}.lp-card:hover .lp-card-overlay{opacity:1}.lp-card-view{border:2px solid #ff6b35;border:2px solid var(--orange);border-radius:10px;color:#ff6b35;color:var(--orange);font-size:18px;font-weight:700;padding:14px 32px;transition:all .3s ease}.lp-card:hover .lp-card-view{background:#ff6b35;background:var(--orange);color:#0d1117}.landing-why-features{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:48px;padding-left:15%}.why-feature-item{align-items:flex-start;background:#161b2280;border:1px solid #30363d80;border-radius:12px;display:flex;gap:16px;padding:24px;transition:all .3s ease}.why-feature-item:hover{background:#a855f70d;border-color:#a855f799;box-shadow:0 8px 24px #a855f74d,0 4px 12px #ec489933;transform:translateY(-4px)}.why-feature-icon{flex-shrink:0;font-size:32px}.why-feature-text h4{color:#f8fafc;color:var(--text-heading);font-size:18px;font-weight:700;margin:0 0 6px}.why-feature-text p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.6;margin:0}.landing-team-subtitle{color:#94a3b8;color:var(--text-muted);font-size:16px;font-weight:400;margin-top:12px;text-align:left}@media (max-width:1024px){.landing-about-stats{gap:24px;grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2):after{display:none}.landing-why-features{grid-template-columns:1fr;padding-left:5%}.landing-hero-cta-group{flex-direction:row;justify-content:center}.btn-hero-primary{justify-content:center;width:auto}}@media (max-width:768px){.landing-about-stats{gap:20px;grid-template-columns:1fr 1fr}.stat-number{font-size:36px}.stat-label{font-size:12px}.landing-hero-badge{font-size:12px;padding:8px 16px}.landing-hero-cta-group{justify-content:center;margin-top:32px}.btn-hero-primary{font-size:15px;padding:14px 28px;width:auto}.landing-services-bottom{flex-direction:column;gap:24px}.landing-why-features{padding-left:0}.why-feature-item{padding:20px}}@media (max-width:480px){.landing-about-stats{gap:24px;grid-template-columns:1fr}.stat-item:after{display:none}.stat-number{font-size:32px}.landing-hero-cta-group{gap:12px;justify-content:center}.btn-hero-primary{padding:14px 28px;width:auto}}html{scroll-behavior:smooth}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#0000,#d4a04a1a,#0000);background-size:1000px 100%}.landing-hero-bg img,.landing-hero-video,.landing-team-card,.lp-card,.why-feature-item{will-change:transform}.btn-hero-primary:focus,.btn-hero-secondary:focus,.btn-know-more:focus,.btn-services-explore:focus{outline:2px solid #ff6b35;outline:2px solid var(--orange);outline-offset:4px}@media print{.landing-hero-glow-cursor,.landing-hero-scroll,.landing-marquee{display:none}}.landing-about{align-items:center;background-color:#0a0e1a;background-color:var(--bg);background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;min-height:100svh;overflow:hidden;position:relative;width:100%}.landing-about-overlay{display:none}.landing-about-inner{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly;max-width:860px;padding:80px 36px 40px;position:relative;text-align:left;width:100%;z-index:1}@media (min-width:769px){.landing-about{align-items:stretch}.landing-about-inner{align-items:flex-start;max-width:100%;padding:80px 10% 40px}.landing-about-heading{font-size:clamp(56px,11vw,160px)!important;font-weight:700;letter-spacing:-2px;line-height:1;text-align:left}.landing-about-desc{font-size:clamp(14px,1.3vw,18px)!important;line-height:1.7;max-width:780px;text-align:left}.landing-about-inner>div:last-child{display:flex;justify-content:center;width:100%}}.landing-about-heading{color:#f8fafc;color:var(--text-heading);font-size:48px!important;line-height:1.2;margin:0;overflow-wrap:break-word;text-shadow:0 0 40px #ff6b3533;word-break:break-word}.landing-about-desc{font-size:15px!important;margin:0;max-width:680px;text-align:justify}.landing-about-label{display:none}.landing-about-container,.landing-about-content,.landing-about-cta{display:contents}@media (max-width:1024px){.landing-about-inner{align-items:center;max-width:720px;padding:80px 24px 40px;text-align:center}.landing-about-heading{font-size:40px!important}.landing-about-desc{font-size:14px!important}}@media (max-width:768px){.landing-about{height:100svh}.landing-about-inner{max-width:100%;padding:80px 20px 36px}.landing-about-heading{font-size:30px!important}.landing-about-desc{font-size:13px!important}}@media (max-width:480px){.landing-about-inner{padding:72px 16px 28px}.landing-about-heading{font-size:24px!important}.landing-about-desc{font-size:12px!important}}@media (max-width:360px){.landing-about-heading{font-size:20px!important}.landing-about-desc{font-size:11px!important}}.landing-projects-cta{margin-top:40px;text-align:center}.lp-card-arrow{flex-shrink:0;margin-top:4px}.landing-why-content{margin-bottom:48px}.landing-why-right{align-items:center;display:flex;justify-content:center}@media (max-width:1024px){.landing-why-content{display:block}.landing-why-left{flex:none}.landing-why-right{display:block;flex:none;margin-top:40px}.landing-why-desc{text-align:left}}@media (max-width:768px){.landing-why-content{display:block}.landing-why-left{flex:none}.landing-why-right{display:block;flex:none;margin-top:30px}.landing-why-desc{font-size:18px;text-align:left}}.about-hero-section,.contact-hero,.form-section,.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why,.section{box-sizing:border-box;overflow:hidden}.about-hero-heading,.contact-hero-title,.landing-about-heading,.landing-hero-title,.landing-projects-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title,.portfolio-text-hero h1,.section h2{overflow-wrap:break-word;word-break:break-word}.btn-cta,.btn-hero-primary,.btn-hero-secondary,.btn-know-more,.btn-submit{flex-shrink:1;max-width:100%;min-width:0;text-align:center;white-space:normal}@media (max-width:1024px){.landing-hero{min-height:500px}.landing-hero-title{font-size:clamp(44px,9vw,100px)}.landing-hero-you span{font-size:clamp(36px,7.5vw,85px)}.landing-hero-toggle{width:clamp(55px,10vw,140px)}.landing-about{padding:0}.landing-about-heading{font-size:40px!important}.landing-services{padding:60px 24px}.landing-services-title{font-size:56px}.landing-services-inner{flex-direction:column;gap:40px}.landing-services-right{width:100%}.landing-services-cta-desktop{display:none}.landing-services-cta-mobile{display:block;margin-top:32px;text-align:center}.landing-projects{padding:60px 24px}.landing-projects-title{font-size:56px}.landing-projects-grid{gap:32px 24px;grid-template-columns:1fr 1fr;padding:20px 0}.landing-why{padding:60px 24px}.landing-why-title{font-size:56px}.landing-tech{padding:60px 24px}.landing-tech-title{font-size:56px}.landing-team{padding:60px 24px}.landing-team-title{font-size:56px}.landing-team-grid{grid-template-columns:repeat(2,1fr)}.section.form-section{padding:40px 24px}.section h2{font-size:42px}}@media (max-width:768px){.landing-hero{min-height:100svh}.landing-hero-content{gap:16px;padding:0 16px}.landing-hero-title{font-size:clamp(38px,8vw,56px);letter-spacing:-1px}.landing-hero-you{margin:0}.landing-hero-you span{font-size:clamp(32px,6.5vw,48px);letter-spacing:-1px}.landing-hero-toggle{transform:translateY(2px);width:clamp(44px,8vw,72px)}.landing-hero-sub{font-size:13px;max-width:90%}.landing-hero-badge{font-size:11px;margin-bottom:0;padding:8px 14px}.landing-hero-cta-group{gap:10px;margin:0}.btn-hero-primary{font-size:14px;padding:12px 22px}.landing-hero-scroll{font-size:10px;margin-bottom:12px;padding:8px 14px}.landing-marquee-track span{font-size:13px;letter-spacing:3px}.landing-about{padding:0}.landing-about-heading{font-size:32px!important}.landing-about-desc{font-size:14px!important}.landing-services{padding:50px 20px}.landing-services-inner{gap:28px}.landing-services-right img{max-height:300px;min-height:200px}.landing-services-title{font-size:36px}.landing-services-desc{font-size:15px}.landing-services-label{font-size:12px}.landing-projects{padding:50px 20px}.landing-projects-header{margin-bottom:32px}.landing-projects-title{font-size:36px}.landing-projects-grid{gap:28px;grid-template-columns:1fr;padding:0}.lp-card-img{transform:rotate(-1deg)}.lp-card:nth-child(2n) .lp-card-img{transform:rotate(1deg)}.lp-card-text h4{font-size:18px}.lp-card-tag,.lp-card-text p{font-size:14px}.lp-card-tag{padding:6px 12px}.landing-projects-cta{margin-top:28px}.landing-why{padding:50px 20px}.landing-why-header{margin-bottom:32px}.landing-why-title{font-size:36px}.why-carousel{min-height:120px;padding-left:0}.why-carousel-item{font-size:22px;left:0}.why-carousel-item.current{font-size:28px}.landing-why-content{gap:24px}.landing-why-desc{flex-direction:column;font-size:15px;gap:12px}.landing-tech{padding:50px 20px}.landing-tech-header{margin-bottom:40px}.landing-tech-title{font-size:36px}.tech-carousel{min-height:180px}.tech-carousel-item{height:110px;padding:14px;width:110px}.tech-carousel-item img{height:48px;width:48px}.tech-carousel-item span{font-size:11px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 140px),-50%) scale(.7)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 140px),-50%) scale(.7)}.landing-tech-desc{font-size:14px}.landing-team{padding:50px 20px}.landing-team-title{font-size:36px}.landing-team-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.landing-team-card{height:auto;max-width:100%;min-height:320px;width:100%}.landing-team-card-info h4{font-size:18px}.landing-team-role{font-size:13px}.landing-team-card-desc p{font-size:14px}.section.form-section{padding:20px 16px}.section h2{font-size:32px}.section-subtitle{font-size:15px;margin-bottom:20px}.intel-form{padding:20px 16px}.form-row{gap:12px;grid-template-columns:1fr}.form-group{margin-bottom:12px}.btn-submit{font-size:16px;padding:14px}.btn-know-more{font-size:15px;padding:12px 28px}.about-hero-section{min-height:auto;padding:120px 16px 16px}.about-hero-heading{font-size:clamp(28px,8vw,52px)}.about-hero-row{flex-direction:column;gap:12px}.about-hero-right-desc{max-width:100%}.contact-hero{padding:120px 16px 16px}.contact-hero-title{font-size:32px}.portfolio-text-hero{padding:120px 16px 12px}.portfolio-text-hero h1{font-size:32px}.portfolio-lp-grid{gap:24px;grid-template-columns:1fr}.section{padding:20px 16px}.about-cards{gap:16px;grid-template-columns:1fr}.vision-card{padding:24px}.vision-card h3{font-size:22px}.vision-card p{font-size:15px}.capability-grid{grid-template-columns:1fr}.capability-card{padding:24px}.approach-grid{gap:16px;grid-template-columns:1fr}.approach-card{padding:24px}.approach-card.offset{margin-top:0}.projects-grid,.services-grid{grid-template-columns:1fr}.footer{padding:48px 16px 24px}.footer-top{flex-direction:column;gap:24px}.footer-cta h2{font-size:26px}.footer-address{flex-direction:column;gap:24px}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media (max-width:480px){.landing-hero{min-height:100svh}.landing-hero-content{gap:12px;padding:0 12px}.landing-hero-title{font-size:clamp(32px,7vw,44px)}.landing-hero-you{margin:0}.landing-hero-you span{font-size:clamp(28px,5.5vw,38px)}.landing-hero-toggle{transform:translateY(1px);width:clamp(36px,6.5vw,52px)}.landing-hero-sub{font-size:12px;max-width:95%}.landing-hero-badge{font-size:10px;margin-bottom:0;padding:6px 12px}.landing-hero-cta-group{margin:0}.btn-hero-primary{font-size:13px;padding:10px 18px}.landing-hero-scroll{font-size:9px;margin-bottom:10px;padding:6px 12px}.landing-about{padding:0}.landing-about-heading{font-size:26px!important}.landing-about-desc{font-size:13px!important}.landing-services{padding:40px 16px}.landing-services-title{font-size:28px}.landing-services-desc{font-size:14px}.landing-services-right img{max-height:250px;min-height:180px}.landing-projects{padding:40px 16px}.landing-projects-title{font-size:28px}.lp-card-img img{max-height:240px;min-height:180px}.lp-card-text h4{font-size:16px}.lp-card-text p{font-size:13px}.landing-why{padding:40px 16px}.landing-why-title{font-size:28px}.why-carousel{min-height:100px}.why-carousel-item{font-size:18px}.why-carousel-item.current{font-size:22px}.landing-tech{padding:40px 16px}.landing-tech-title{font-size:28px}.landing-tech-header{margin-bottom:24px}.tech-carousel{min-height:140px}.tech-carousel-item{height:90px;padding:12px;width:90px}.tech-carousel-item img{height:38px;width:38px}.tech-carousel-item span{font-size:10px}.tech-carousel-item.tc-left{transform:translate(calc(-50% - 110px),-50%) scale(.65)}.tech-carousel-item.tc-right{transform:translate(calc(-50% + 110px),-50%) scale(.65)}.landing-team{padding:40px 16px}.landing-team-title{font-size:28px}.landing-team-grid{gap:20px;grid-template-columns:1fr}.landing-team-card{max-width:100%;min-height:360px;width:100%}.landing-team-card-info h4{font-size:16px}.landing-team-card-desc p{font-size:13px}.section.form-section{padding:16px 12px}.section h2{font-size:26px}.intel-form{padding:16px 12px}.form-group label{font-size:14px}.form-group input,.form-group select,.form-group textarea{font-size:15px;padding:12px 14px}.btn-submit{font-size:15px;padding:13px}.btn-know-more{font-size:14px;padding:11px 24px}.about-hero-section{padding:100px 12px 12px}.about-hero-heading{font-size:clamp(22px,9vw,36px)}.contact-hero{padding:100px 12px 12px}.contact-hero-title{font-size:26px}.portfolio-text-hero{padding:100px 12px 8px}.portfolio-text-hero h1{font-size:26px}.section{padding:16px 12px}.section-subtitle{font-size:14px;margin-bottom:16px}.footer{padding:36px 12px 20px}.footer-cta h2{font-size:22px}.footer-nav{gap:10px}.footer-nav span{font-size:13px}.footer-address{gap:20px;padding:24px 0}}@media (max-width:360px){.landing-hero-title{font-size:24px}.landing-hero-you span{font-size:20px}.landing-hero-toggle{width:30px}.landing-about-heading,.landing-projects-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title{font-size:24px}.section h2{font-size:22px}.btn-hero-primary{font-size:12px;padding:10px 18px}.btn-know-more{font-size:13px;padding:10px 20px}}.landing-hero{flex-direction:column;height:100vh;justify-content:flex-start;min-height:100svh;overflow:hidden}.landing-hero,.landing-hero-inner{align-items:center;box-sizing:border-box;display:flex;position:relative}.landing-hero-inner{flex:1 1;flex-direction:column;justify-content:space-evenly;padding:80px 24px 0;text-align:center;width:100%;z-index:1}.landing-hero-text-block{align-items:center;display:flex;flex-direction:column;gap:0}.landing-hero-badge,.landing-hero-cta-group,.landing-hero-scroll,.landing-hero-sub,.landing-hero-text-block{margin:0}.landing-marquee{flex-shrink:0;position:relative;width:100%;z-index:1}.landing-hero-title{color:#f8fafc;color:var(--text-heading);font-size:clamp(56px,11vw,160px);font-weight:700;letter-spacing:-2px;line-height:1;margin:0;text-transform:uppercase}.landing-hero-you{align-items:center;display:inline-flex;gap:0;margin:0}.landing-hero-you span{color:#f8fafc;color:var(--text-heading);font-size:clamp(48px,9.5vw,140px);font-weight:700;letter-spacing:-2px;text-transform:uppercase}.landing-hero-toggle{height:auto;margin:0 -2px 0 -8px;transform:translateY(3px);width:clamp(52px,10.5vw,170px)}.landing-hero-sub{color:#94a3b8;color:var(--text-muted);font-size:clamp(13px,1.3vw,18px);font-weight:400;letter-spacing:.5px;line-height:1.7;max-width:580px}.landing-hero-cta-group{align-items:center;display:flex;gap:16px;justify-content:center}.landing-hero-scroll{align-items:center;background:#0000;border:1px solid #e6edf333;border-radius:4px;color:#e2e8f0;color:var(--text);cursor:pointer;display:inline-flex;flex-shrink:1;font-size:11px;font-weight:600;gap:8px;letter-spacing:3px;min-width:0;padding:9px 20px;position:relative;text-align:center;text-transform:uppercase;transition:border-color .2s,color .2s;white-space:normal;z-index:1}.landing-hero-scroll:hover{border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}.landing-hero-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#161b2299;border:1px solid #ff6b354d;border-radius:50px;color:#e2e8f0;color:var(--text);display:inline-flex;font-size:14px;gap:8px;padding:10px 20px}@media (max-width:768px){.landing-hero-inner{padding:72px 16px 0}.landing-hero-title{font-size:clamp(38px,10vw,60px);letter-spacing:-1px}.landing-hero-you span{font-size:clamp(32px,8.5vw,52px);letter-spacing:-1px}.landing-hero-toggle{margin:0 -1px 0 -5px;width:clamp(38px,8vw,64px)}.landing-hero-sub{font-size:13px;max-width:90%}.landing-hero-badge{font-size:11px;padding:8px 14px}.btn-hero-primary{font-size:14px;padding:12px 22px}.landing-hero-scroll{font-size:10px;padding:8px 14px}.landing-marquee-track span{font-size:13px;letter-spacing:3px}}@media (max-width:480px){.landing-hero-inner{padding:64px 12px 0}.landing-hero-title{font-size:clamp(30px,9vw,44px)}.landing-hero-you span{font-size:clamp(26px,7.5vw,38px)}.landing-hero-toggle{margin:0 -1px 0 -4px;width:clamp(30px,7vw,48px)}.landing-hero-sub{font-size:12px;max-width:95%}.landing-hero-badge{font-size:10px;padding:6px 12px}.btn-hero-primary{font-size:13px;padding:10px 18px}.landing-hero-scroll{font-size:9px;padding:6px 12px}}@media (max-width:360px){.landing-hero-title{font-size:28px}.landing-hero-you span{font-size:24px}.landing-hero-toggle{margin:0 -1px 0 -3px;width:28px}.landing-hero-sub{font-size:11px}}.landing-about-heading{color:#f8fafc!important;color:var(--text-heading)!important;font-size:76px!important;font-style:italic;font-weight:700;line-height:1.1}.landing-about-desc{color:#94a3b8;color:var(--text-muted);font-size:18px!important;line-height:1.85}@media (max-width:1024px){.landing-about-heading{font-size:56px!important}.landing-about-desc{font-size:17px!important}}@media (max-width:768px){.landing-about-heading{font-size:36px!important}.landing-about-desc{font-size:16px!important}}@media (max-width:480px){.landing-about-heading{font-size:28px!important}.landing-about-desc{font-size:15px!important}}@media (max-width:360px){.landing-about-heading{font-size:24px!important}.landing-about-desc{font-size:14px!important}}.landing-services-cta-center{margin-bottom:32px}.landing-services-two-col{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.landing-services-col{gap:24px}.landing-services-col-desc{font-size:18px}.landing-services-bottom-section{border-top:none!important}.landing-services-cta-center{display:flex;justify-content:center;margin-top:48px}@media (max-width:768px){.landing-services-two-col{gap:40px;grid-template-columns:1fr}.landing-services-col-desc{font-size:16px}.landing-services-cta-center{margin-top:32px}}@media (max-width:480px){.landing-services-two-col{gap:28px}.landing-services-col-desc{font-size:15px}}.landing-services-col{display:flex;flex-direction:column;gap:20px}.landing-services-col .landing-services-title{color:#f8fafc;color:var(--text-heading);font-size:69px;font-style:italic;font-weight:700;line-height:1.1;margin:0;text-shadow:0 0 40px #ff6b3533}.landing-services-col .landing-services-features{display:flex;flex-direction:column;gap:14px;margin:0}.landing-services-col .landing-services-feature-item{color:#94a3b8;color:var(--text-muted);font-size:16px;line-height:1.75;margin:0;padding-left:24px;position:relative}.landing-services-col .landing-services-feature-item:before{color:#ff6b35;color:var(--orange);content:"âœ“";font-size:16px;font-weight:700;left:0;position:absolute}@media (max-width:1024px){.landing-services-col .landing-services-title{font-size:52px}}@media (max-width:768px){.landing-services-col .landing-services-title{font-size:36px}.landing-services-col .landing-services-feature-item,.landing-services-col-desc{font-size:15px}}@media (max-width:480px){.landing-services-col .landing-services-title{font-size:28px}.landing-services-col .landing-services-feature-item,.landing-services-col-desc{font-size:14px}}p.landing-services-col-desc{padding-left:0!important;position:static!important}p.landing-services-col-desc:before{content:""!important;display:none!important;position:static!important}.landing-services-feature-item{padding-left:24px;position:relative;text-align:left}.landing-services-feature-item:before{color:#ff6b35;color:var(--orange);content:"\2713";font-size:16px;font-weight:700;left:0;position:absolute;top:0}.landing-services-feature-item{align-items:flex-start;color:#94a3b8;color:var(--text-muted);display:flex;font-size:16px;gap:10px;line-height:1.75;margin:0;padding-left:0!important;position:static!important}.landing-services-feature-item:before{content:none!important;display:none!important}.feature-tick{color:#ff6b35;color:var(--orange);flex-shrink:0;font-size:16px;font-weight:700;margin-top:1px}.landing-services-col-desc{color:#94a3b8;color:var(--text-muted);font-size:17px;line-height:1.85;margin:0;padding-left:0!important;position:static!important}.landing-services-col-desc:before{content:none!important;display:none!important}.landing-services{box-sizing:border-box;height:100vh!important;min-height:100svh!important;padding:0 80px!important}@media (max-width:1024px){.landing-services{padding:0 48px!important}}@media (max-width:768px){.landing-services{padding:0 24px!important}.landing-services .landing-services-title{border-left-width:4px;padding-left:16px}}@media (max-width:480px){.landing-services{padding:0 16px!important}.landing-services .landing-services-title{border-left-width:3px;padding-left:12px}}.landing-services{align-items:center!important;background-color:#0a0e1a!important;background-color:var(--bg)!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;min-height:100vh!important;overflow:visible!important;padding:100px 80px 60px!important;width:100%!important}.landing-services .landing-services-container{align-items:flex-start;display:flex;flex-direction:column;gap:48px;max-width:1400px;max-width:var(--max-w);width:100%}.landing-services .landing-services-title{border-left:5px solid #ff6b35;border-left:5px solid var(--orange);color:#f8fafc;color:var(--text-heading);font-size:76px;font-style:italic;font-weight:700;line-height:1!important;margin:0;padding-left:24px;text-shadow:0 0 40px #ff6b3533}.landing-services .landing-services-features{display:flex;flex-direction:column;gap:16px;width:100%}.landing-services .landing-services-feature-item{align-items:flex-start;color:#94a3b8;color:var(--text-muted);display:flex;font-size:16px;gap:10px;line-height:1.75;margin:0;padding-left:0!important;position:static!important}.landing-services .landing-services-feature-item:before{content:none!important;display:none!important}.landing-services .feature-tick{color:#ff6b35;color:var(--orange);flex-shrink:0;font-size:16px;font-weight:700;margin-top:2px}.landing-services .landing-services-cta-center{display:flex;justify-content:center;margin-top:0;width:100%}@media (max-width:1024px){.landing-services{padding:100px 48px 60px!important}.landing-services .landing-services-title{font-size:56px}}@media (max-width:768px){.landing-services{min-height:100svh!important;padding:90px 24px 48px!important}.landing-services .landing-services-title{border-left-width:4px;font-size:36px;padding-left:16px}.landing-services .landing-services-container{gap:32px}.landing-services .landing-services-feature-item{font-size:15px}}@media (max-width:480px){.landing-services{padding:80px 16px 40px!important}.landing-services .landing-services-title{border-left-width:3px;font-size:28px;padding-left:12px}.landing-services .landing-services-container{gap:24px}.landing-services .landing-services-feature-item{font-size:14px}}.landing-services .landing-services-cta-center{align-items:center!important}.landing-services .landing-services-container{align-items:stretch!important}.landing-services .landing-services-cta-center{display:flex!important;justify-content:center!important;width:100%!important}.landing-services{background-color:initial!important;position:relative!important}.landing-services:before{background:#0a0e1a8c;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.landing-services .landing-services-container{position:relative;z-index:1}section.landing-services{background-color:initial!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}section.landing-services:before{background:#0a0e1a99;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}section.landing-services .landing-services-container{position:relative;z-index:1}.landing-why{padding:110px 80px!important}.landing-why-header{margin-bottom:0}.landing-why-title{color:#f8fafc;color:var(--text-heading);font-style:italic;font-weight:700;line-height:1.1;margin:0;text-shadow:0 0 40px #ff6b3533}.landing-why-content{align-items:center;display:flex;gap:60px;justify-content:space-between}.landing-why-left{flex:0.6 1}.landing-why-right{flex:0.4 1}.landing-why-desc{color:#94a3b8;color:var(--text-muted);font-size:18px!important;line-height:1.8;margin:0}.landing-why-cta{padding-left:0;text-align:left}@media (max-width:1024px){.landing-why{padding:80px 48px!important}.landing-why-title{font-size:56px!important}.landing-why-content{align-items:flex-start;flex-direction:column;gap:32px}.landing-why-left,.landing-why-right{flex:none;width:100%}}@media (max-width:768px){.landing-why{padding:60px 24px!important}.landing-why-title{font-size:36px!important}.landing-why-container{gap:32px}.landing-why-desc{font-size:16px!important}.landing-why-cta{text-align:center}}@media (max-width:480px){.landing-why{padding:48px 16px!important}.landing-why-title{font-size:28px!important}.landing-why-desc{font-size:15px!important}}.landing-why{background-color:#000!important}.landing-why-container{align-items:stretch;display:flex;flex-direction:column;gap:48px}.landing-why-cta{display:flex;justify-content:center;padding-left:0!important;text-align:center!important}.why-carousel{min-height:200px;overflow:hidden;padding-left:0;position:relative}.why-carousel-item{filter:blur(2px);opacity:0;padding:16px 0;position:absolute;transform:translateY(30px);transition:all .6s ease}.why-carousel-item.prev{filter:blur(2px);opacity:.4;transform:translateY(-40px)}.why-carousel-item.current{filter:none;opacity:1;transform:translateY(0)}.why-carousel-item.next{filter:blur(2px);opacity:.4;transform:translateY(60px)}.why-carousel-item.hidden{opacity:0;transform:translateY(80px)}.why-carousel-title{display:block;font-size:46px;font-style:italic;font-weight:700;line-height:1.1;margin-bottom:12px}.why-carousel-item.current .why-carousel-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);-webkit-background-clip:text;background-clip:text}.why-carousel-item.next .why-carousel-title,.why-carousel-item.prev .why-carousel-title{-webkit-text-fill-color:#64748b;-webkit-text-fill-color:var(--text-dim);color:#64748b;color:var(--text-dim)}.why-carousel-desc{margin:0}@media (max-width:768px){.why-carousel{min-height:180px}.why-carousel-title{font-size:28px}.why-carousel-desc{font-size:15px}}@media (max-width:480px){.why-carousel{min-height:160px}.why-carousel-title{font-size:22px}.why-carousel-desc{font-size:14px}}.why-carousel{min-height:280px!important}.why-carousel-desc{color:#94a3b8;color:var(--text-muted);display:none;font-size:16px;line-height:1.8;margin:12px 0 0;max-width:700px}.why-carousel-item.current .why-carousel-desc{display:block}@media (max-width:768px){.why-carousel{min-height:260px!important}.why-carousel-desc{font-size:15px}}@media (max-width:480px){.why-carousel{min-height:240px!important}.why-carousel-desc{font-size:14px}}.why-carousel{min-height:300px!important;overflow:visible!important;position:relative!important;width:100%}.why-carousel-item{left:0;opacity:0!important;pointer-events:none;position:absolute!important;top:0;transform:translateY(30px)!important;transition:all .6s ease!important;width:100%}.why-carousel-item.current{opacity:1!important;pointer-events:auto;transform:translateY(0)!important}.why-carousel-item.prev{opacity:.3!important;transform:translateY(-40px)!important}.why-carousel-item.next{opacity:.3!important;transform:translateY(60px)!important}.why-carousel-title{color:#64748b;color:var(--text-dim);display:block!important;font-size:46px!important;font-style:italic!important;font-weight:700!important;line-height:1.1!important;margin-bottom:16px!important}.why-carousel-item.current .why-carousel-title{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034)!important;-webkit-background-clip:text!important;background-clip:text!important}.why-carousel-desc{color:#94a3b8!important;color:var(--text-muted)!important;display:none!important;font-size:17px!important;line-height:1.8!important;margin:0!important;max-width:700px!important}.why-carousel-item.current .why-carousel-desc{display:block!important}@media (max-width:768px){.why-carousel{min-height:260px!important}.why-carousel-title{font-size:32px!important}.why-carousel-desc{font-size:15px!important}}@media (max-width:480px){.why-carousel{min-height:240px!important}.why-carousel-title{font-size:24px!important}.why-carousel-desc{font-size:14px!important}}.why-two-col{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.why-titles{display:flex;flex-direction:column;gap:24px}.why-title-item{color:#64748b;color:var(--text-dim);cursor:pointer;font-size:36px;font-style:italic;font-weight:700;line-height:1.2;opacity:.4;transition:all .4s ease}.why-title-item.active{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034);-webkit-background-clip:text;background-clip:text;opacity:1}.why-descs{min-height:160px;position:relative}.why-desc-item{color:#94a3b8;color:var(--text-muted);font-size:17px;left:0;line-height:1.85;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateY(16px);transition:all .5s ease}.why-desc-item.active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}@media (max-width:768px){.why-two-col{gap:32px;grid-template-columns:1fr}.why-descs{min-height:auto}.why-desc-item{position:relative;transform:none}.why-desc-item:not(.active){display:none}.why-title-item{font-size:26px}.why-desc-item{font-size:15px}}@media (max-width:480px){.why-title-item{font-size:22px}.why-desc-item{font-size:14px}}.why-titles{display:flex!important;flex-direction:column!important;gap:20px!important}.why-title-item{-webkit-text-fill-color:#64748b!important;-webkit-text-fill-color:var(--text-dim)!important;color:#64748b!important;color:var(--text-dim)!important;opacity:.4!important;transition:opacity .4s ease!important}.why-descs{min-height:140px!important}.why-desc-item{font-size:16px!important;left:0!important;top:0!important;transition:opacity .5s ease,transform .5s ease!important}@media (max-width:768px){.why-two-col{gap:28px!important;grid-template-columns:1fr!important}.why-descs{min-height:auto!important}.why-desc-item:not(.active){display:none!important}.why-desc-item.active{position:relative!important;transform:none!important}.why-title-item{font-size:24px!important}}@media (max-width:480px){.why-title-item{font-size:20px!important}.why-desc-item{font-size:14px!important}}.why-title-item{transform:translateX(0)!important;transition:opacity .5s ease,color .5s ease,transform .5s ease!important}.why-title-item:not(.active){transform:translateX(-8px)!important}.why-title-item.active{transform:translateX(0)!important}.why-titles{height:216px!important}.why-titles-track{display:flex!important;flex-direction:column!important;gap:0!important;transition:transform .6s cubic-bezier(.4,0,.2,1)!important}.why-title-item{align-items:center!important;display:flex!important;height:72px!important;opacity:.25!important;transform:none!important;transition:opacity .5s ease!important}.why-title-item.near{opacity:.5!important}.why-title-item.active{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034)!important;-webkit-background-clip:text!important;background-clip:text!important}@media (max-width:768px){.why-titles{height:180px!important}.why-titles-track{transform:translateY(calc(-var(--active, 0) * 60px))!important}.why-title-item{font-size:22px!important;height:60px!important}}@media (max-width:480px){.why-title-item{font-size:18px!important;height:52px!important}.why-titles{height:156px!important}}.why-titles{height:auto!important;overflow:visible!important}.why-titles-track{display:contents!important}.why-title-item{transform:translateY(0)!important;transition:opacity .6s ease,transform .6s ease!important}.why-title-item:not(.active){opacity:.3!important;transform:translateY(4px)!important}.why-title-item.active{opacity:1!important;transform:translateY(0)!important}.why-titles{display:block!important;gap:0!important;height:180px!important}.why-title-item{font-size:36px!important;opacity:0!important;transform:translateY(80px)!important}.why-title-item.wt-prev{-webkit-text-fill-color:#94a3b8!important;-webkit-text-fill-color:var(--text-muted)!important;transform:translateY(-60px)!important}.why-title-item.wt-current{font-size:42px!important;transform:translateY(0)!important}.why-title-item.wt-next{-webkit-text-fill-color:#94a3b8!important;-webkit-text-fill-color:var(--text-muted)!important;transform:translateY(60px)!important}.why-title-item.wt-hidden{transform:translateY(120px)!important}@media (max-width:768px){.why-titles{height:150px!important}.why-title-item{font-size:24px!important}.why-title-item.wt-current{font-size:28px!important}.why-title-item.wt-prev{transform:translateY(-48px)!important}.why-title-item.wt-next{transform:translateY(48px)!important}}@media (max-width:480px){.why-titles{height:130px!important}.why-title-item{font-size:20px!important}.why-title-item.wt-current{font-size:24px!important}}.landing-why-container{display:flex!important;flex-direction:column!important;gap:60px!important;justify-content:center!important}.landing-why-cta,.landing-why-header{margin:0!important}.landing-why-cta{display:flex!important;justify-content:center!important;padding:0!important}.why-title-item.wt-prev{opacity:.35!important;top:0!important}.why-title-item.wt-next{opacity:.35!important;top:100%!important;transform:translateY(-100%)!important}.why-title-item.wt-hidden{top:150%!important}.landing-why{padding:100px 80px!important}.landing-why-container{gap:56px!important;margin:0 auto;max-width:1400px;max-width:var(--max-w)}.landing-why-title{font-size:76px!important;font-style:italic!important;font-weight:700!important;line-height:1!important;margin:0!important;white-space:normal!important}.why-two-col{grid-gap:60px!important;align-items:center!important;display:grid!important;gap:60px!important;grid-template-columns:1fr 1fr!important}.why-titles{height:220px!important;overflow:hidden!important;position:relative!important}.why-title-item{-webkit-text-fill-color:#94a3b8!important;-webkit-text-fill-color:var(--text-muted)!important;background:none!important;color:#94a3b8!important;color:var(--text-muted)!important;font-size:32px!important;font-style:italic!important;font-weight:700!important;left:0!important;line-height:1.2!important;position:absolute!important;transition:all .6s cubic-bezier(.4,0,.2,1)!important;width:100%!important}.why-title-item.wt-prev{font-size:26px!important;opacity:.3!important;top:10px!important;transform:translateY(0)!important}.why-title-item.wt-current{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#fbb034)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:38px!important;opacity:1!important;top:50%!important;transform:translateY(-50%)!important}.why-title-item.wt-next{bottom:10px!important;font-size:26px!important}.why-title-item.wt-hidden{opacity:0!important;top:120%!important;transform:translateY(0)!important}.why-descs{align-items:center!important;display:flex!important;min-height:160px!important;position:relative!important}.why-desc-item{-webkit-text-fill-color:#94a3b8!important;background:none!important;-webkit-background-clip:unset!important;color:#94a3b8!important;font-size:17px!important;line-height:1.85!important;opacity:0!important;position:absolute!important;transform:translateY(12px)!important;transition:all .5s ease!important}.why-desc-item.active{opacity:1!important;position:relative!important;transform:translateY(0)!important}@media (max-width:1024px){.landing-why{padding:80px 48px!important}.landing-why-title{font-size:56px!important}.why-title-item.wt-current{font-size:30px!important}.why-title-item.wt-next,.why-title-item.wt-prev{font-size:22px!important}}@media (max-width:768px){.landing-why{padding:60px 24px!important}.landing-why-title{font-size:36px!important}.landing-why-container{gap:36px!important}.why-two-col{gap:24px!important;grid-template-columns:1fr!important}.why-titles{height:160px!important}.why-title-item.wt-current{font-size:26px!important}.why-title-item.wt-next,.why-title-item.wt-prev{font-size:18px!important}.why-desc-item{font-size:15px!important}.why-descs{min-height:120px!important}}@media (max-width:480px){.landing-why{padding:48px 16px!important}.landing-why-title{font-size:28px!important}.why-titles{height:140px!important}.why-title-item.wt-current{font-size:22px!important}.why-title-item.wt-next,.why-title-item.wt-prev{font-size:16px!important}.why-desc-item{font-size:14px!important}}.landing-why-title{font-size:56px!important}.landing-why-container{gap:40px!important}.why-title-item.wt-next{bottom:8px!important;opacity:.3!important;top:auto!important;transform:translateY(0)!important}@media (max-width:1024px){.landing-why-title{font-size:44px!important}}@media (max-width:768px){.landing-why-title{font-size:32px!important}.landing-why-container{gap:28px!important}}@media (max-width:480px){.landing-why-title{font-size:26px!important}}.landing-tech{padding:100px 80px!important}.landing-tech-container{display:flex;flex-direction:column;gap:56px;margin:0 auto;max-width:1400px;max-width:var(--max-w)}.landing-tech-header{margin:0!important}.landing-tech-title{color:#f8fafc!important;color:var(--text-heading)!important;font-size:76px!important;font-style:italic!important;font-weight:700!important;line-height:1!important;margin:0!important;text-shadow:0 0 40px #ff6b3533!important}.landing-tech-desc{color:#94a3b8!important;color:var(--text-muted)!important;font-size:17px!important;line-height:1.85!important;margin:0 auto!important;max-width:860px!important;text-align:center!important}.tech-carousel-item.tc-center{background:linear-gradient(#141824,#141824) padding-box,linear-gradient(135deg,#ff6b35,#f7931e,#fbb034) border-box!important;background:linear-gradient(var(--bg-card),var(--bg-card)) padding-box,linear-gradient(135deg,#ff6b35,#f7931e,#fbb034) border-box!important;border:2px solid #ff6b35!important;border:2px solid var(--orange)!important;box-shadow:0 0 30px #ff6b3599,0 0 60px #ff45004d!important}@media (max-width:1024px){.landing-tech{padding:80px 48px!important}.landing-tech-title{font-size:56px!important}.landing-tech-container{gap:40px!important}}@media (max-width:768px){.landing-tech{padding:60px 24px!important}.landing-tech-title{font-size:36px!important}.landing-tech-container{gap:32px!important}.landing-tech-desc{font-size:15px!important}}@media (max-width:480px){.landing-tech{padding:48px 16px!important}.landing-tech-title{font-size:28px!important}.landing-tech-desc{font-size:14px!important}}.form-section,.section+.section.form-section,.section.form-section{background-color:#000!important;box-sizing:border-box!important;max-width:100%!important;padding:20px 80px 100px!important}.form-section h2{-webkit-text-fill-color:unset!important;background:none!important;-webkit-background-clip:unset!important;background-clip:initial!important;color:#f8fafc!important;color:var(--text-heading)!important;font-size:56px!important;font-style:italic!important;font-weight:700!important;margin-bottom:36px!important;text-align:center!important;text-shadow:0 0 40px #ff6b3533!important}.intel-form{background:#0a0a0a!important;border:1px solid #1e293b!important;border:1px solid var(--border)!important;margin:0 auto!important;max-width:860px!important;overflow:hidden!important;padding:48px!important;width:100%!important}.intel-form,.intel-form *,.intel-form :after,.intel-form :before{box-sizing:border-box!important}.form-group label{font-size:15px!important;margin-bottom:8px!important}.form-group input,.form-group select,.form-group textarea{background:#111!important;box-sizing:border-box!important;color-scheme:dark!important;font-size:16px!important;max-width:100%!important;padding:14px 18px!important;width:100%!important}.form-group select,.phone-input-wrap .phone-code-select{background-color:#111!important;color:#e2e8f0!important;color-scheme:dark!important}.form-group select option,.phone-input-wrap .phone-code-select option{background-color:#141824!important;color:#e2e8f0!important;padding:8px 12px!important}.form-row{gap:24px!important}.form-group,.form-row{margin-bottom:24px!important}@media (max-width:1024px){.form-section,.section+.section.form-section,.section.form-section{padding:16px 36px 80px!important}.form-section h2{font-size:44px!important;margin-bottom:20px!important}}@media (max-width:768px){.form-section,.section+.section.form-section,.section.form-section{box-sizing:border-box!important;max-width:100%!important;padding:12px 16px 60px!important}.form-section h2{font-size:32px!important;margin-bottom:24px!important}.intel-form{box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important;padding:24px 16px!important}.form-row{display:flex!important;flex-direction:column!important;gap:0!important}.form-group{margin-bottom:16px!important;max-width:100%!important;width:100%!important}.form-group input,.form-group select,.form-group textarea,.phone-input-wrap{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.phone-input-wrap .phone-code-select{flex:0 0 85px!important;font-size:13px!important;max-width:85px!important;min-width:85px!important;padding:13px 4px 13px 8px!important;width:85px!important}.phone-input-wrap .phone-number-input{flex:1 1!important;font-size:15px!important;max-width:none!important;min-width:0!important;padding:13px 12px!important;width:0!important}.btn-submit{box-sizing:border-box!important;font-size:16px!important;padding:14px!important;width:100%!important}.form-trust-badges{flex-wrap:wrap!important;gap:12px!important;justify-content:center!important}.trust-badge{font-size:12px!important}}@media (max-width:480px){.form-section,.section+.section.form-section,.section.form-section{box-sizing:border-box!important;max-width:100%!important;padding:10px 10px 40px!important}.form-section h2{font-size:22px!important;margin-bottom:14px!important}.intel-form{border-radius:12px!important;max-width:100%!important;overflow:hidden!important;padding:16px 12px!important}.form-group label{font-size:13px!important;margin-bottom:6px!important}.form-group input,.form-group select,.form-group textarea{border-radius:8px!important;box-sizing:border-box!important;font-size:14px!important;max-width:100%!important;padding:11px 12px!important;width:100%!important}.form-group{margin-bottom:12px!important;width:100%!important}.form-row{display:flex!important;flex-direction:column!important;gap:0!important;margin-bottom:0!important}.phone-input-wrap{border-radius:8px!important;max-width:100%!important;width:100%!important}.phone-input-wrap .phone-code-select{flex:0 0 72px!important;font-size:12px!important;max-width:72px!important;min-width:72px!important;padding:11px 2px 11px 6px!important;width:72px!important}.phone-input-wrap .phone-number-input{flex:1 1!important;font-size:14px!important;min-width:0!important;padding:11px 10px!important;width:0!important}.btn-submit{border-radius:8px!important;box-sizing:border-box!important;font-size:15px!important;padding:13px!important;width:100%!important}.form-trust-badges{align-items:center!important;flex-direction:column!important;gap:6px!important;margin-top:14px!important}.trust-badge{font-size:11px!important}}.footer-address{grid-gap:40px!important;border-top:1px solid #1e293b!important;border-top:1px solid var(--border)!important;gap:40px!important;padding:40px 0!important}.footer-address-col{gap:8px}.footer-address-col h4{margin-bottom:4px}.footer-branch-mobile{display:none;margin-top:20px}@media (max-width:1024px){.footer-address{grid-template-columns:1fr 1fr!important}.footer-branch-desktop{display:none!important}.footer-branch-mobile{display:block!important}}@media (max-width:768px){.footer-address{gap:28px!important;grid-template-columns:1fr!important}}.footer-brand-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;width:80%}.footer-logo-text{font-size:18px}.footer-cta-heading{align-items:start;color:#ff6b35;color:var(--orange);font-size:16px;font-style:italic;font-weight:600}.footer{background-color:#000;border-top:1px solid #1e293b;border-top:1px solid var(--border);margin:0;max-width:100%;overflow:hidden;padding:60px 80px 32px}.footer-address{grid-gap:48px!important;border-bottom:1px solid #1e293b!important;border-bottom:1px solid var(--border)!important;border-top:none!important;display:grid!important;gap:48px!important;grid-template-columns:1.5fr 1fr 1fr!important;margin-bottom:32px!important;padding:0 0 40px!important}.footer-address-col{display:flex;flex-direction:column;gap:10px}.footer-address-col h4{color:#ff6b35;color:var(--orange);font-size:15px;font-weight:700;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.footer-address-col p{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7;margin:0}.footer-company-name{color:#f8fafc!important;color:var(--text-heading)!important;font-size:15px!important;font-weight:600!important}.footer-email{color:#ff6b35;color:var(--orange)}.footer-location-link{transition:all .3s}@media (max-width:1024px){.footer{padding:48px 48px 28px}.footer-address{gap:32px!important;grid-template-columns:1fr 1fr!important}}@media (max-width:768px){.footer{padding:40px 24px 24px}.footer-address{gap:28px!important;grid-template-columns:1fr!important}}@media (max-width:480px){.footer{padding:32px 16px 20px}}.footer{background-color:#000!important;border-top:1px solid #1e293b!important;border-top:1px solid var(--border)!important;margin:0!important;max-width:100%!important;overflow:hidden!important;padding:72px 80px 32px!important}.footer-main{grid-gap:60px;border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);display:grid;gap:60px;grid-template-columns:1fr 1.4fr 1fr;margin-bottom:32px;padding-bottom:48px}.footer-col{display:flex;flex-direction:column}.footer-col-brand{gap:20px}.footer-brand{align-items:center;display:flex;gap:10px}.footer-logo-img{height:36px;object-fit:contain;width:36px}.footer-logo-text{color:#f8fafc;color:var(--text-heading);font-size:20px;font-weight:700}.footer-tagline{color:#ff6b35;color:var(--orange);font-size:15px;font-style:italic;font-weight:500;line-height:1.5;margin:0}.footer-col-hubs{gap:28px}.footer-col-title{color:#ff6b35;color:var(--orange);font-size:16px;font-weight:700;letter-spacing:1px;margin:0 0 4px;text-transform:uppercase}.footer-hub{display:flex;flex-direction:column;gap:4px}.footer-hub-name{color:#f8fafc;color:var(--text-heading);font-size:15px;font-weight:700;margin:0}.footer-hub-detail{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.6;margin:0}.footer-location-link{color:#ff6b35;color:var(--orange);display:inline-block;font-size:13px;font-style:italic;margin-top:4px;transition:transform .3s}.footer-location-link:hover{transform:translateX(4px)}.footer-col-connect{gap:8px}.footer-email{color:#94a3b8;color:var(--text-muted);display:block;font-size:14px;transition:color .2s;word-break:break-all}.footer-email:hover{color:#ff6b35;color:var(--orange)}.footer-phone{color:#94a3b8;color:var(--text-muted);display:block;font-size:14px;transition:color .2s}.footer-phone:hover{color:#ff6b35;color:var(--orange)}.footer-social-label{color:#f8fafc;color:var(--text-heading);font-size:14px;font-weight:600;margin:20px 0 8px}.footer-socials{display:flex;gap:12px}.footer-social-icon{align-items:center;border:1px solid #334155;border:1px solid var(--border-light);border-radius:50%;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:flex;font-size:15px;height:40px;justify-content:center;transition:all .3s;width:40px}.footer-social-icon:hover{background:#ff6b3514;border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}.footer-nav{border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:24px;padding:24px 0}.footer-nav span,.footer-nav-link{background:none;border:none;color:#94a3b8;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:14px;padding:8px 4px;transition:color .2s}.footer-nav span:hover,.footer-nav-link:hover{color:#ff6b35;color:var(--orange)}.footer-bottom{align-items:center;color:#64748b;color:var(--text-dim);display:flex;font-size:13px;justify-content:space-between;padding-top:24px}.footer-copyright{line-height:1.6}.footer-legal{display:flex;gap:16px}.footer-legal span{cursor:pointer;transition:color .2s}.footer-legal span:hover{color:#94a3b8;color:var(--text-muted)}@media (max-width:1024px){.footer{padding:56px 48px 28px!important}.footer-main{gap:40px;grid-template-columns:1fr 1.2fr 1fr}}@media (max-width:768px){.footer{padding:48px 24px 24px!important}.footer-main{gap:36px;grid-template-columns:1fr}.footer-col-brand{align-items:center;text-align:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.footer-legal,.footer-nav{justify-content:center}}@media (max-width:480px){.footer{padding:36px 16px 20px!important}.footer-main{gap:28px}.footer-col-title{font-size:14px}.footer-nav{align-items:center;flex-direction:column;gap:10px}.footer-social-icon{font-size:13px;height:36px;width:36px}}.landing-why{background-color:#0a0e1a!important}.landing-tech{background-color:#000!important}.form-section{background-color:#0d1117!important}.hero-service{background-color:#0a0e1a;background-color:var(--bg);max-width:100%!important;padding:120px 80px 60px!important}.hero-service-inner{align-items:flex-start!important;display:flex!important;gap:60px!important;justify-content:space-between!important;margin:0 auto 48px!important;max-width:1400px;max-width:var(--max-w)}.hero-service-left{flex:1 1!important}.hero-service-left .hero-label{color:#ff6b35!important;color:var(--orange)!important;font-size:14px!important;font-weight:600!important;letter-spacing:2px!important;margin-bottom:12px!important;text-transform:uppercase!important}.hero-service-left h1{color:#f8fafc!important;color:var(--text-heading)!important;font-size:64px!important;font-style:italic!important;font-weight:700!important;line-height:1.05!important;margin:0!important}.hero-service-right{flex:0.8 1!important;padding-top:16px!important}.hero-service-right p{color:#94a3b8!important;color:var(--text-muted)!important;font-size:17px!important;line-height:1.85!important}.service-hero-img{margin:0 auto!important;max-width:100%;overflow:hidden!important}.service-hero-img img{border-radius:16px!important;border-radius:var(--radius)!important;display:block!important;height:auto!important;margin:0 auto!important;max-height:480px!important;object-fit:cover!important;object-position:center center!important;width:100%!important}.hero-service+.section{max-width:100%!important;padding:60px 80px!important}.hero-service+.section>*{margin:0 auto;max-width:1400px;max-width:var(--max-w)}@media (max-width:1024px){.hero-service{padding:100px 48px 48px!important}.hero-service-left h1{font-size:48px!important}.hero-service+.section{padding:48px!important}}@media (max-width:768px){.hero-service{padding:90px 24px 40px!important}.hero-service-inner{flex-direction:column!important;gap:24px!important}.hero-service-left h1{font-size:34px!important}.hero-service-right p{font-size:15px!important}.service-hero-img img{max-height:280px!important;object-fit:contain!important;object-position:center center!important}.hero-service+.section{padding:40px 24px!important}.approach-grid,.capability-grid{grid-template-columns:1fr!important}}@media (max-width:480px){.hero-service{padding:80px 16px 32px!important}.hero-service-left h1{font-size:26px!important}.hero-service+.section{padding:32px 16px!important}}.about-hero-section{min-height:auto!important;padding:120px 80px 60px!important}.about-hero-container{margin:0 auto!important;max-width:1400px!important;max-width:var(--max-w)!important}.about-hero-row{align-items:flex-start!important;display:flex!important;gap:40px!important;justify-content:space-between!important;margin-bottom:24px!important}.about-hero-label{color:#ff6b35!important;color:var(--orange)!important;flex-shrink:0!important;font-size:14px!important;font-weight:600!important;letter-spacing:2px!important;text-transform:uppercase!important}.about-hero-right-desc{max-width:480px!important}.about-hero-right-desc p{color:#94a3b8!important;color:var(--text-muted)!important;font-size:16px!important;line-height:1.8!important}.about-hero-heading{color:#f8fafc!important;color:var(--text-heading)!important;font-size:76px!important;font-style:italic!important;font-weight:700!important;line-height:1.05!important;margin:0!important}.about-vision-section{max-width:100%!important;padding:80px!important}.about-vision-section h2{font-size:56px!important;margin-bottom:16px!important}.about-vision-section .section-subtitle{font-size:17px!important;margin-bottom:40px!important}.about-vision-single-card{max-width:560px!important;padding:40px!important}.about-vision-single-card h3{font-size:22px!important}.about-vision-single-card p{font-size:16px!important;line-height:1.8!important}.about-hero-section+.section,.about-vision-section+.section,.section+.section{max-width:100%!important;padding:40px 80px!important}.section h2{font-size:56px!important}.section .section-subtitle{font-size:17px!important;margin-bottom:40px!important}.approach-grid{grid-gap:24px!important;display:grid!important;gap:24px!important;grid-template-columns:1fr 1fr!important;margin-top:40px!important}.approach-card{padding:36px!important}.approach-card h3{font-size:20px!important;margin-bottom:12px!important}.approach-card p{font-size:15px!important;line-height:1.75!important}.approach-card.offset{margin-top:40px!important}@media (max-width:1024px){.about-hero-section{padding:100px 48px 48px!important}.about-hero-heading{font-size:56px!important}.about-hero-section+.section,.about-vision-section,.about-vision-section+.section{padding:32px 48px!important}.about-vision-section h2,.section h2{font-size:44px!important}}@media (max-width:768px){.about-hero-section{padding:90px 24px 40px!important}.about-hero-row{flex-direction:column!important;gap:16px!important}.about-hero-heading{font-size:36px!important}.about-hero-right-desc{max-width:100%!important}.about-hero-right-desc p{font-size:15px!important}.about-hero-section+.section,.about-vision-section,.about-vision-section+.section{padding:24px!important}.about-vision-section h2,.section h2{font-size:32px!important}.approach-grid{gap:16px!important;grid-template-columns:1fr!important}.approach-card.offset{margin-top:0!important}.approach-card{padding:24px!important}}@media (max-width:480px){.about-hero-section{padding:80px 16px 32px!important}.about-hero-heading{font-size:28px!important}.about-hero-section+.section,.about-vision-section,.about-vision-section+.section{padding:20px 16px!important}.about-vision-section h2,.section h2{font-size:26px!important}.approach-card h3{font-size:18px!important}}.about-hero-section{padding:100px 80px 40px!important}.about-vision-section,.about-vision-section+.section{padding:24px 80px!important}@media (max-width:1024px){.about-hero-section{padding:90px 48px 32px!important}.about-vision-section,.about-vision-section+.section{padding:20px 48px!important}}@media (max-width:768px){.about-hero-section{padding:80px 24px 28px!important}.about-vision-section,.about-vision-section+.section{padding:16px 24px!important}}@media (max-width:480px){.about-hero-section{padding:72px 16px 24px!important}.about-vision-section,.about-vision-section+.section{padding:12px 16px!important}}.form-section{background-color:#0a0e1a!important}.intel-form{background:#0d1117!important;border-color:#334155!important;border-color:var(--border-light)!important}.contact-hero-sub{color:#94a3b8;color:var(--text-muted);font-size:17px;line-height:1.7;margin-left:auto;margin-right:auto;margin-top:20px;max-width:600px;text-align:center}.solutions-section{box-sizing:border-box;overflow:hidden;padding:40px 80px 20px!important}.solutions-grid{grid-gap:24px;box-sizing:border-box;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:0;width:100%}.solution-card{background:#ffffff05;border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;box-sizing:border-box;min-width:0;overflow:hidden;padding:36px;position:relative;transition:all .35s ease}.solution-card:hover{background:#ff6b350a;border-color:#ff6b35;border-color:var(--orange);box-shadow:0 8px 32px #ff6b351a;transform:translateY(-4px)}.solution-card.offset{margin-top:40px}.solution-num{color:#ff6b35;color:var(--orange);display:block;font-size:15px;font-weight:700;letter-spacing:1px;margin-bottom:8px}.solution-card h3{color:#f8fafc;color:var(--text-heading);font-size:20px;font-weight:700;line-height:1.3;margin-bottom:10px;overflow-wrap:break-word;word-break:break-word}.solution-tagline{color:#94a3b8;color:var(--text-muted);font-size:14px;font-style:italic;line-height:1.6;margin-bottom:20px}.solution-items{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0}.solution-items li{color:var(--text-body);font-size:14px;line-height:1.7;overflow-wrap:break-word;padding-left:16px;position:relative;word-break:break-word}.solution-items li:before{background:#ff6b35;background:var(--orange);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:9px;width:6px}.solution-items li strong{color:#f8fafc;color:var(--text-heading)}.solutions-support-note{border-top:1px solid #1e293b;border-top:1px solid var(--border);color:#94a3b8;color:var(--text-muted);font-size:15px;font-style:italic;line-height:1.75;margin-left:auto;margin-right:auto;margin-top:48px;max-width:700px;padding-top:32px;text-align:center}@media (max-width:1024px){.solutions-section{padding:32px 48px 16px!important}.solution-card{padding:28px}.solution-card h3{font-size:18px}}@media (max-width:768px){.solutions-section{padding:24px 20px 12px!important}.solutions-grid{gap:16px;grid-template-columns:1fr}.solution-card.offset{margin-top:0}.solution-card{border-radius:12px;padding:22px}.solution-card h3{font-size:17px}.solution-tagline{font-size:13px;margin-bottom:14px}.solution-items{gap:10px}.solution-items li{font-size:13px}.contact-hero-sub{font-size:15px;max-width:90%}.solutions-support-note{font-size:14px;margin-top:32px;padding-top:24px}}@media (max-width:480px){.solutions-section{padding:16px 12px 10px!important}.solutions-grid{gap:12px}.solution-card{border-radius:10px;padding:18px}.solution-card h3{font-size:15px;line-height:1.35}.solution-num{font-size:12px}.solution-tagline{font-size:12px;margin-bottom:12px}.solution-items{gap:8px}.solution-items li{font-size:12px;line-height:1.6;padding-left:14px}.solution-items li:before{height:5px;top:7px;width:5px}.solutions-support-note{font-size:13px;margin-top:24px;padding-top:20px}.contact-hero-sub{font-size:13px;max-width:95%}.contact-hero-title{font-size:24px!important}.contact-hero-label{font-size:12px}}.form-trust-badges{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:20px}.trust-badge{color:#94a3b8;color:var(--text-muted);font-size:13px;letter-spacing:.3px}.trust-badge:first-letter{color:#ff6b35;color:var(--orange)}@media (max-width:480px){.form-trust-badges{align-items:center;flex-direction:column;gap:8px}.trust-badge{font-size:12px}}.snackbar{border-radius:10px;bottom:-80px;box-shadow:0 8px 32px #0006;color:#fff;font-size:15px;font-weight:600;left:50%;max-width:90vw;padding:14px 32px;position:fixed;text-align:center;transform:translateX(-50%);transition:bottom .4s ease;z-index:9999}.snackbar-show{bottom:32px}.snackbar-success{background:linear-gradient(135deg,#10b981,#059669)}.snackbar-error{background:linear-gradient(135deg,#ef4444,#dc2626)}@media (max-width:480px){.snackbar{font-size:13px;padding:12px 20px}}.about-hero-section,.about-hero-section+.section,.about-vision-section,.about-vision-section+.section,.contact-hero,.form-section,.hero-service,.hero-service+.section,.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why,.portfolio-banner,.portfolio-text-hero,.section,.section+.section,.section+.section.form-section,.section.form-section,.solutions-section,.testi-section{margin-bottom:10px!important;margin-top:10px!important;padding-bottom:10px!important;padding-top:10px!important}.landing-hero,.landing-hero-bg,.landing-hero-inner,.landing-marquee{margin-bottom:0;margin-top:0}.about-hero-container,.about-hero-row,.contact-hero-content,.landing-about-inner,.landing-projects-grid,.landing-projects-header,.landing-services .landing-services-container,.landing-services-container,.landing-team-container,.landing-tech-container,.landing-why-container,.solutions-grid,.testi-container{gap:10px!important}.about-vision-section h2,.form-section h2,.landing-projects-header,.landing-team-header,.landing-tech-header,.landing-why-header,.section h2,.testi-header{margin-bottom:10px!important;margin-top:0!important}.about-vision-section .section-subtitle,.section .section-subtitle,.section-subtitle{margin-bottom:10px!important}.about-cards,.approach-grid,.capability-grid,.footer-main,.form-row,.landing-projects-grid,.projects-grid,.services-grid,.solutions-grid,.why-two-col{gap:10px!important}.form-group,.form-row{margin-bottom:10px!important}.about-vision-single-card,.approach-card,.capability-card,.solution-card,.vision-card{padding:20px!important}.approach-card.offset,.solution-card.offset{margin-top:0!important}.landing-about,.landing-services{height:auto!important;min-height:auto!important}.landing-about-cta,.landing-projects-cta,.landing-services-cta-center,.landing-why-cta{margin-bottom:10px!important;margin-top:10px!important;padding:0!important}.landing-services .landing-services-features,.landing-services-features{gap:10px!important;margin:0!important}.footer{margin-top:10px!important;padding-top:10px!important}.footer,.footer-main{padding-bottom:10px!important}.footer-main{margin-bottom:10px!important}.footer-nav{padding-bottom:10px!important}.footer-bottom,.footer-nav{padding-top:10px!important}.about-hero-section,.contact-hero,.hero-service,.portfolio-text-hero{padding-top:100px!important}.landing-why-content{gap:10px!important;margin:0!important}.landing-tech-icons-wrap{margin-bottom:10px!important}.solutions-support-note{padding-top:10px!important}.about-vision-wrap,.solutions-support-note{margin-top:10px!important}.footer-copyright{white-space:nowrap!important}.copyright-sep,.footer-copyright{display:inline!important}@media (max-width:768px){.footer-copyright{display:block!important;text-align:center!important;white-space:normal!important}.copyright-sep{display:block!important;font-size:0!important;height:0!important;overflow:hidden!important}}.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why{height:auto!important;max-height:none!important;min-height:auto!important;padding:60px 80px!important}.landing-about-inner{justify-content:center!important;padding:40px 10%!important}.landing-about-container,.landing-about-inner{min-height:auto!important}.landing-hero{height:100vh!important;min-height:100svh!important}.landing-about-inner,.landing-services .landing-services-container,.landing-team-container,.landing-tech-container,.landing-why-container{gap:32px!important}.landing-projects-header{margin-bottom:32px!important}.landing-projects-grid{gap:32px!important}.landing-team-header,.landing-tech-header,.landing-why-header{margin-bottom:0!important}@media (max-width:1024px){.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why{padding:48px!important}.landing-about-inner{padding:32px 24px!important}.landing-about-inner,.landing-services .landing-services-container,.landing-team-container,.landing-tech-container,.landing-why-container{gap:28px!important}.landing-projects-header{margin-bottom:28px!important}.landing-projects-grid{gap:28px!important}}@media (max-width:768px){.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why{padding:36px 24px!important}.landing-about-inner{padding:24px 20px!important}.landing-about-inner,.landing-services .landing-services-container,.landing-team-container,.landing-tech-container,.landing-why-container{gap:24px!important}.landing-projects-header{margin-bottom:24px!important}.landing-projects-grid{gap:24px!important}}@media (max-width:480px){.landing-about,.landing-projects,.landing-services,.landing-team,.landing-tech,.landing-why{padding:28px 16px!important}.landing-about-inner{padding:20px 16px!important}.landing-about-inner,.landing-services .landing-services-container,.landing-team-container,.landing-tech-container,.landing-why-container{gap:20px!important}.landing-projects-header{margin-bottom:20px!important}.landing-projects-grid{gap:20px!important}}.landing-about-heading,.landing-projects-title,.landing-services .landing-services-title,.landing-services-col .landing-services-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title,.testi-title{font-size:80px!important;font-weight:700!important;line-height:1.05!important}.about-hero-heading,.contact-hero-title,.hero-service-left h1,.portfolio-text-hero h1{font-size:68px!important;font-weight:700!important;line-height:1.05!important}.about-vision-section h2,.form-section h2,.section h2{font-size:56px!important;font-weight:700!important;line-height:1.1!important}.about-vision-single-card h3,.approach-card h3,.capability-card h4,.lp-card-text h4,.solution-card h3,.vision-card h3{font-size:26px!important;font-weight:700!important;line-height:1.3!important}.why-title-item.wt-current{font-size:44px!important}.why-title-item,.why-title-item.wt-next,.why-title-item.wt-prev{font-size:30px!important}.about-hero-right-desc p,.about-vision-section .section-subtitle,.contact-hero-sub,.hero-service-right p,.landing-about-desc,.landing-services-col-desc,.landing-services-feature-item,.landing-tech-desc,.section .section-subtitle,.section-subtitle,.why-desc-item{font-size:20px!important;line-height:1.85!important}.about-vision-single-card p,.approach-card p,.capability-card p,.lp-card-text p,.portfolio-summary-left,.solution-items li,.solutions-support-note,.vision-card p{font-size:18px!important;line-height:1.8!important}.about-hero-label,.contact-hero-label,.form-group label,.hero-service-left .hero-label,.landing-about-label,.landing-services-label,.section-label,.solution-tagline{font-size:17px!important}.form-group input,.form-group select,.form-group textarea{font-size:18px!important}.btn-submit{font-size:19px!important}.btn-hero-primary,.btn-know-more{font-size:18px!important}.footer-col-title,.footer-hub-name{font-size:17px!important}.footer-email,.footer-hub-detail,.footer-nav span,.footer-phone{font-size:16px!important}.footer-bottom,.footer-copyright,.footer-legal span{font-size:14px!important}.footer-tagline{font-size:17px!important}.footer-social-label{font-size:16px!important}@media (max-width:1024px){.landing-about-heading,.landing-projects-title,.landing-services .landing-services-title,.landing-services-col .landing-services-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title,.testi-title{font-size:64px!important}.about-hero-heading,.contact-hero-title,.hero-service-left h1,.portfolio-text-hero h1{font-size:54px!important}.about-vision-section h2,.form-section h2,.section h2{font-size:48px!important}.about-vision-single-card h3,.approach-card h3,.capability-card h4,.lp-card-text h4,.solution-card h3,.vision-card h3{font-size:24px!important}.why-title-item.wt-current{font-size:38px!important}.why-title-item,.why-title-item.wt-next,.why-title-item.wt-prev{font-size:26px!important}.about-hero-right-desc p,.contact-hero-sub,.hero-service-right p,.landing-about-desc,.landing-services-col-desc,.landing-services-feature-item,.landing-tech-desc,.section .section-subtitle,.section-subtitle,.why-desc-item{font-size:19px!important}.about-vision-single-card p,.approach-card p,.capability-card p,.lp-card-text p,.solution-items li,.vision-card p{font-size:17px!important}}@media (max-width:768px){.landing-about-heading,.landing-projects-title,.landing-services .landing-services-title,.landing-services-col .landing-services-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title,.testi-title{font-size:42px!important}.about-hero-heading,.contact-hero-title,.hero-service-left h1,.portfolio-text-hero h1{font-size:36px!important}.about-vision-section h2,.form-section h2,.section h2{font-size:34px!important}.about-vision-single-card h3,.approach-card h3,.capability-card h4,.lp-card-text h4,.solution-card h3,.vision-card h3{font-size:20px!important}.why-title-item.wt-current{font-size:30px!important}.why-title-item,.why-title-item.wt-next,.why-title-item.wt-prev{font-size:20px!important}.about-hero-right-desc p,.contact-hero-sub,.hero-service-right p,.landing-about-desc,.landing-services-col-desc,.landing-services-feature-item,.landing-tech-desc,.section .section-subtitle,.section-subtitle,.why-desc-item{font-size:17px!important}.about-vision-single-card p,.approach-card p,.btn-hero-primary,.btn-know-more,.capability-card p,.lp-card-text p,.solution-items li,.vision-card p{font-size:16px!important}.btn-submit{font-size:17px!important}.form-group label{font-size:15px!important}.form-group input,.form-group select,.form-group textarea{font-size:16px!important}}@media (max-width:480px){.landing-about-heading,.landing-projects-title,.landing-services .landing-services-title,.landing-services-col .landing-services-title,.landing-services-title,.landing-team-title,.landing-tech-title,.landing-why-title,.testi-title{font-size:32px!important}.about-hero-heading,.contact-hero-title,.hero-service-left h1,.portfolio-text-hero h1{font-size:28px!important}.about-vision-section h2,.form-section h2,.section h2{font-size:26px!important}.about-vision-single-card h3,.approach-card h3,.capability-card h4,.lp-card-text h4,.solution-card h3,.vision-card h3{font-size:18px!important}.why-title-item.wt-current{font-size:24px!important}.why-title-item,.why-title-item.wt-next,.why-title-item.wt-prev{font-size:18px!important}.about-hero-right-desc p,.contact-hero-sub,.hero-service-right p,.landing-about-desc,.landing-services-col-desc,.landing-services-feature-item,.landing-tech-desc,.section .section-subtitle,.section-subtitle,.why-desc-item{font-size:15px!important}.about-vision-single-card p,.approach-card p,.capability-card p,.lp-card-text p,.solution-items li,.vision-card p{font-size:14px!important}.btn-hero-primary,.btn-know-more{font-size:15px!important}.btn-submit{font-size:16px!important}.form-group label{font-size:14px!important}.form-group input,.form-group select,.form-group textarea{font-size:15px!important}}.contact-us-page{padding-top:100px!important}@media (max-width:768px){.contact-us-page{padding-top:80px!important}}@media (max-width:480px){.contact-us-page{padding-top:70px!important}}.dropdown{animation:dropdownFadeIn .2s ease!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0b0f1a!important;border:1px solid #ff6b3533!important;border-radius:16px!important;box-shadow:0 24px 64px #000c,0 0 0 1px #ff6b3514!important;display:flex!important;flex-direction:column!important;gap:14px!important;grid-template-columns:none!important;left:50%!important;min-width:560px!important;padding:24px 28px!important;position:absolute!important;top:calc(100% + 20px)!important;transform:translateX(-50%)!important;z-index:9999!important}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dropdown:before{background:#0000!important;content:""!important;height:20px!important;left:0!important;position:absolute!important;right:0!important;top:-20px!important}.dropdown-arrow{border-bottom:8px solid #0b0f1a!important;border-left:8px solid #0000!important;border-right:8px solid #0000!important;height:0!important;left:50%!important;position:absolute!important;top:-8px!important;transform:translateX(-50%)!important;width:0!important}.dropdown-heading{color:#ff6b35!important;color:var(--orange)!important;display:block!important;font-size:11px!important;font-weight:700!important;letter-spacing:2.5px!important;margin:0 0 2px 4px!important;padding:0!important;text-transform:uppercase!important}.dropdown-grid{grid-gap:4px!important;display:grid!important;gap:4px!important;grid-template-columns:1fr 1fr!important}.dropdown-item{align-items:center!important;background:#0000!important;border:1px solid #0000!important;border-radius:10px!important;cursor:pointer!important;display:flex!important;font-size:inherit!important;gap:10px!important;min-width:0!important;padding:10px 14px!important;text-align:left!important;transition:all .2s ease!important;white-space:nowrap!important;width:auto!important}.dropdown-item:hover{background:#ff6b3514!important;border-color:#ff6b3526!important}.dropdown-item.active{background:#ff6b351f!important;border-color:#ff6b3540!important}.dropdown-item-icon{align-items:center!important;background:#ff6b351a!important;border-radius:8px!important;display:flex!important;flex-shrink:0!important;font-size:18px!important;height:34px!important;justify-content:center!important;transition:all .2s ease!important;width:34px!important}.dropdown-item:hover .dropdown-item-icon{background:#ff6b352e!important}.dropdown-item.active .dropdown-item-icon{background:#ff6b3538!important}.dropdown-item-label{color:#94a3b8!important;color:var(--text-muted)!important;font-size:14px!important;font-weight:500!important;overflow:hidden!important;text-overflow:ellipsis!important;transition:color .2s ease!important;white-space:nowrap!important}.dropdown-item:hover .dropdown-item-label{color:#fff!important}.dropdown-item.active .dropdown-item-label{color:#ff6b35!important;color:var(--orange)!important}@media (max-width:1024px){.dropdown{min-width:480px!important;padding:22px 24px!important}.dropdown-item-label{font-size:13px!important}.dropdown-item-icon{font-size:16px!important;height:30px!important;width:30px!important}}@media (max-width:768px){.dropdown{left:0!important;min-width:280px!important;padding:18px!important;transform:none!important}.dropdown-grid{gap:2px!important;grid-template-columns:1fr!important}.dropdown-item{padding:10px 12px!important;white-space:normal!important}.dropdown-item-icon{font-size:15px!important;height:28px!important;width:28px!important}.dropdown-item-label{font-size:13px!important;white-space:normal!important}.dropdown-heading{font-size:10px!important}}.about-vision-section h2,.form-section h2,.section h2{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#ff6b35,#e63946 40%,#9b5de5)!important;-webkit-background-clip:text!important;background-clip:text!important}.sol-carousel-wrap{align-items:center;display:flex;gap:16px;justify-content:center;padding-bottom:48px;position:relative}.sol-carousel{flex:1 1;min-height:380px;position:relative;width:100%}.sol-carousel-item{background:#0b0f1a;border:1px solid #1e293b;border:1px solid var(--border);border-radius:16px;left:50%;opacity:0;padding:32px;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.4);transition:all .6s cubic-bezier(.4,0,.2,1);width:clamp(300px,40vw,480px);z-index:0}.sol-carousel-item.sc-center{background:linear-gradient(#0b0f1a,#0b0f1a) padding-box,linear-gradient(135deg,#ff6b35,#e63946,#9b5de5) border-box;border:2px solid #0000;box-shadow:0 0 40px #ff6b354d,0 0 20px #9b5de533;opacity:1;transform:translate(-50%,-50%) scale(1);z-index:3}.sol-carousel-item.sc-left{filter:blur(2px);opacity:.4;transform:translate(calc(-50% - 360px),-50%) scale(.8);z-index:2}.sol-carousel-item.sc-right{filter:blur(2px);opacity:.4;transform:translate(calc(-50% + 360px),-50%) scale(.8);z-index:2}.sol-carousel-item.sc-hidden{opacity:0;transform:translate(-50%,-50%) scale(.4);z-index:0}.sol-carousel-item h3{color:#f8fafc;color:var(--text-heading);font-size:22px;font-weight:700;line-height:1.3;margin:0 0 8px}.sol-carousel-item.sc-center h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#e63946,#9b5de5);-webkit-background-clip:text;background-clip:text}.sol-carousel-tagline{color:#94a3b8;color:var(--text-muted);font-size:14px;font-style:italic;line-height:1.5;margin:0 0 16px}.sol-carousel-items{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.sol-carousel-items li{color:#94a3b8;color:var(--text-muted);font-size:14px;line-height:1.7;padding-left:16px;position:relative}.sol-carousel-items li:before{background:#ff6b35;background:var(--orange);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:9px;width:6px}.sol-carousel-items li strong{color:#f8fafc;color:var(--text-heading)}.sol-carousel-item.sc-center .sol-carousel-items li{color:#e2e8f0;color:var(--text)}.sol-carousel-arrow{align-items:center;background:#141824cc;border:1px solid #1e293b;border:1px solid var(--border);border-radius:50%;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;position:relative;transition:all .3s ease;width:48px;z-index:5}.sol-carousel-arrow:hover{background:#ff6b351a;border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}.sol-carousel-dots{bottom:0;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%)}.sol-dot{background:#334155;background:var(--border-light);border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.sol-dot.active{background:#ff6b35;background:var(--orange);box-shadow:0 0 10px #ff6b3580;transform:scale(1.2)}.sol-dot:hover{background:#ff8c5a;background:var(--orange-light)}@media (max-width:1024px){.sol-carousel-item{width:clamp(280px,45vw,420px)}.sol-carousel-item.sc-left{transform:translate(calc(-50% - 280px),-50%) scale(.75)}.sol-carousel-item.sc-right{transform:translate(calc(-50% + 280px),-50%) scale(.75)}.sol-carousel{min-height:360px}}@media (max-width:768px){.sol-carousel-item{padding:24px;width:clamp(260px,70vw,340px)}.sol-carousel-item.sc-left{opacity:.25;transform:translate(calc(-50% - 220px),-50%) scale(.7)}.sol-carousel-item.sc-right{opacity:.25;transform:translate(calc(-50% + 220px),-50%) scale(.7)}.sol-carousel{min-height:340px}.sol-carousel-item h3{font-size:18px}.sol-carousel-items li,.sol-carousel-tagline{font-size:13px}.sol-carousel-arrow{height:40px;width:40px}.sol-carousel-arrow svg{height:20px;width:20px}}@media (max-width:480px){.sol-carousel-item{padding:20px;width:clamp(230px,80vw,300px)}.sol-carousel-item.sc-left{opacity:.2;transform:translate(calc(-50% - 170px),-50%) scale(.65)}.sol-carousel-item.sc-right{opacity:.2;transform:translate(calc(-50% + 170px),-50%) scale(.65)}.sol-carousel{min-height:320px}.sol-carousel-item h3{font-size:16px}.sol-carousel-items li{font-size:12px}.sol-carousel-arrow{height:36px;width:36px}.sol-carousel-arrow svg{height:18px;width:18px}.sol-dot{height:8px;width:8px}}.sol-carousel-item{max-height:420px!important;overflow-y:auto!important;scrollbar-color:#334155 #0000!important;scrollbar-color:var(--border-light) #0000!important;scrollbar-width:thin!important}.sol-carousel-item::-webkit-scrollbar{width:4px}.sol-carousel-item::-webkit-scrollbar-track{background:#0000}.sol-carousel-item::-webkit-scrollbar-thumb{background:#334155;background:var(--border-light);border-radius:4px}.sol-carousel-item.sc-hidden,.sol-carousel-item.sc-left,.sol-carousel-item.sc-right{overflow:hidden!important;pointer-events:none!important}.sol-carousel{min-height:440px!important}@media (max-width:768px){.sol-carousel-item{max-height:380px!important}.sol-carousel{min-height:400px!important}}@media (max-width:480px){.sol-carousel-item{max-height:340px!important}.sol-carousel{min-height:360px!important}}.terms-overlay{align-items:center;animation:termsFadeIn .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:10000}@keyframes termsFadeIn{0%{opacity:0}to{opacity:1}}.terms-dialog{background:#0b0f1a;border:1px solid #ff6b3533;border-radius:16px;box-shadow:0 24px 80px #000000b3,0 0 40px #ff6b3514;max-height:85vh;max-width:720px;overflow-y:auto;padding:40px 44px;position:relative;scrollbar-color:#334155 #0000;scrollbar-color:var(--border-light) #0000;scrollbar-width:thin;width:100%}.terms-dialog::-webkit-scrollbar{width:5px}.terms-dialog::-webkit-scrollbar-track{background:#0000}.terms-dialog::-webkit-scrollbar-thumb{background:#334155;background:var(--border-light);border-radius:4px}.terms-close{align-items:center;background:none;border:1px solid #1e293b;border:1px solid var(--border);border-radius:50%;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;position:absolute;right:20px;top:16px;transition:all .2s ease;width:36px;z-index:1}.terms-close:hover{background:#ff6b351a;border-color:#ff6b35;border-color:var(--orange);color:#ff6b35;color:var(--orange)}.terms-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#e63946,#9b5de5);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;margin:0 0 4px}.terms-updated{color:#64748b;color:var(--text-dim);font-size:13px;margin:0 0 28px}.terms-body h3{color:#ff6b35;color:var(--orange);font-size:18px;font-weight:700;margin:24px 0 8px}.terms-body h3:first-child{margin-top:0}.terms-body p{color:#94a3b8;color:var(--text-muted);font-size:15px;line-height:1.8;margin:0 0 12px}.terms-body ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0 0 12px;padding:0}.terms-body ul li{color:#94a3b8;color:var(--text-muted);font-size:15px;line-height:1.75;padding-left:18px;position:relative}.terms-body ul li:before{background:#ff6b35;background:var(--orange);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:10px;width:6px}.terms-body ul li strong{color:#f8fafc;color:var(--text-heading)}.terms-body a{color:#ff6b35;color:var(--orange);text-decoration:underline;transition:color .2s}.terms-body a:hover{color:#ff8c5a;color:var(--orange-light)}@media (max-width:768px){.terms-dialog{max-height:80vh;padding:28px 24px}.terms-title{font-size:26px}.terms-body h3{font-size:16px}.terms-body p,.terms-body ul li{font-size:14px}}@media (max-width:480px){.terms-overlay{padding:12px}.terms-dialog{border-radius:12px;max-height:85vh;padding:24px 18px}.terms-title{font-size:22px}.terms-body h3{font-size:15px}.terms-body p,.terms-body ul li{font-size:13px}.terms-close{font-size:16px;height:32px;right:14px;top:12px;width:32px}}.terms-dialog{display:flex!important;flex-direction:column!important;padding:0!important}.terms-dialog-header{align-items:flex-start;background:#0b0f1a;border-bottom:1px solid #1e293b;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:28px 44px 16px;position:sticky;top:0;z-index:2}.terms-close{flex-shrink:0;position:static!important}.terms-title{margin:0!important}.terms-updated{margin:4px 0 0!important}.terms-body{flex:1 1;overflow-y:auto;padding:24px 44px 40px}@media (max-width:768px){.terms-dialog-header{padding:20px 24px 12px}.terms-body{padding:16px 24px 28px}}@media (max-width:480px){.terms-dialog-header{padding:16px 18px 10px}.terms-body{padding:14px 18px 24px}}.custom-snackbar{align-items:center!important;animation:snackbarSlideIn .35s ease!important;border-radius:12px!important;box-shadow:0 8px 32px #00000080!important;color:#fff!important;display:flex!important;font-size:15px!important;font-weight:600!important;gap:12px!important;max-width:420px!important;min-width:280px!important;padding:14px 20px!important;position:fixed!important;right:24px!important;top:24px!important;z-index:99999!important}@keyframes snackbarSlideIn{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.custom-snackbar-success{background:linear-gradient(135deg,#10b981,#059669)!important;border:1px solid #10b9814d!important}.custom-snackbar-error{background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:1px solid #ef44444d!important}.custom-snackbar-icon{align-items:center!important;background:#fff3!important;border-radius:50%!important;display:flex!important;flex-shrink:0!important;font-size:14px!important;height:28px!important;justify-content:center!important;width:28px!important}.custom-snackbar-msg{flex:1 1!important;line-height:1.4!important}.custom-snackbar-close{background:none!important;border:none!important;color:#ffffffb3!important;cursor:pointer!important;flex-shrink:0!important;font-size:16px!important;padding:4px!important;transition:color .2s!important}.custom-snackbar-close:hover{color:#fff!important}@media (max-width:480px){.custom-snackbar{font-size:14px!important;left:12px!important;max-width:none!important;min-width:0!important;padding:12px 16px!important;right:12px!important;top:16px!important}}.form-trust-badges{display:flex!important;flex-wrap:wrap!important;gap:28px!important;justify-content:center!important;margin-top:24px!important}.trust-badge{align-items:center!important;background:#ff6b3514!important;border:1px solid #ff6b3533!important;border-radius:8px!important;color:#f8fafc!important;color:var(--text-heading)!important;display:inline-flex!important;font-size:14px!important;font-weight:700!important;gap:6px!important;letter-spacing:.3px!important;padding:8px 16px!important}@media (max-width:768px){.form-trust-badges{gap:12px!important}.trust-badge{font-size:13px!important;padding:6px 12px!important}}@media (max-width:480px){.form-trust-badges{align-items:center!important;flex-direction:column!important;gap:8px!important}.trust-badge{font-size:12px!important;padding:6px 12px!important}}.form-group select{color:#e2e8f0!important;color:var(--text)!important}.form-group select option[value=""],.form-group select:invalid{color:#64748b!important;color:var(--text-dim)!important}.form-group select option{color:#e2e8f0!important;color:var(--text)!important}.form-group select:has(option[value=""]:checked),.form-group select[value=""]{color:#64748b!important;color:var(--text-dim)!important}.form-group select.select-placeholder{color:#64748b!important;color:var(--text-dim)!important}.about-hero-flex{align-items:center!important;display:flex!important;gap:60px!important;justify-content:space-between!important}.about-hero-flex .about-hero-heading{flex:1.2 1!important;margin:0!important}.about-hero-flex .about-hero-right-desc{flex:1 1!important;max-width:520px!important;padding-top:12px!important}.about-hero-label{margin-bottom:20px!important}@media (max-width:768px){.about-hero-flex{flex-direction:column!important;gap:20px!important}.about-hero-flex .about-hero-right-desc{max-width:100%!important;padding-top:0!important}}.form-group input[type=number]{-moz-appearance:textfield!important}.form-group input[type=number]::-webkit-inner-spin-button,.form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.form-group input[type=date]{color-scheme:dark!important}.form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.7)!important}.form-group input[type=date]{cursor:pointer!important;position:relative!important}.form-group input[type=date]::-webkit-calendar-picker-indicator{bottom:0!important;cursor:pointer!important;height:100%!important;left:0!important;opacity:0!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}
/*# sourceMappingURL=main.95cfc989.css.map*/