:root{--primary-color:#B6EB00;--secondary-color:#0A0A0A;--text-light:#626262}.cs-studies-row{flex-wrap:wrap;gap:2rem}.cs-item{flex:0 0 350px}@media (max-width:768px){.cs-item{flex:0 0 100%;width:100%}.cs-item .img-container,.cs-item img{width:100%!important}}.cs-link{text-decoration:none;color:white;transition:color .25s ease,-webkit-text-decoration-color .25s ease;transition:color .25s ease,text-decoration-color .25s ease;transition:color .25s ease,text-decoration-color .25s ease,-webkit-text-decoration-color .25s ease}.cs-link:hover{color:#B6EB00;text-decoration:underline;-webkit-text-decoration-color:#B6EB00;text-decoration-color:#B6EB00}.cs-card-hover{transition:transform .3s ease,box-shadow .3s ease}.cs-card-hover:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(182,235,0,.15)}.main-container{color:white}.content-main li,.content-main p,.content-main ul,.main-container li,.main-container p,.main-container ul{color:rgba(255,255,255,.85)}.service-hero{padding:120px 0 0;position:relative}.service-details__subtitle h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:100;margin:0 0 2rem;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.service-details__banner-text p{font-size:clamp(1.2rem,2vw,1rem);color:rgba(255,255,255,.9)}.hero-form-wrapper{position:-webkit-sticky;position:sticky;top:120px;height:-moz-fit-content;height:fit-content;z-index:10}.hero-form-wrapper .card{width:85%;margin:0 auto}.hero-form-wrapper .card .inputBox{width:90%;margin:0 auto 15px}.hero-form-wrapper .card .enter{width:50%;margin:0 auto;display:block}.hero-form-wrapper .card .inputBox input,.hero-form-wrapper .card .inputBox textarea{width:100%;box-sizing:border-box}.number-list{list-style:none;margin:0;padding:0;position:-webkit-sticky!important;position:sticky!important;top:100px}.number-list li{font-size:1.5rem;font-weight:400;margin:0;padding:0;line-height:1.2}.number-list li a{text-decoration:none;color:inherit;font-family:inherit;display:block;margin:0;padding:0;line-height:inherit}.number-list li.active a{color:#9acd32;font-weight:bolder}.number-list li:hover{color:#B6EB00}.bg-service-title{position:absolute;top:60%;left:100%;transform:translateY(-50%);font-size:15vw;font-weight:500;color:rgba(149,149,149,.29);white-space:nowrap;pointer-events:none;animation:scroll-left 18s linear infinite;z-index:0;font-family:var(--font-zen-dots),sans-serif}@keyframes scroll-left{0%{left:100%}to{left:-100%}}.case-studies,.content,.service-title{position:relative;z-index:1}.content{padding:4rem 0}.content h4{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;line-height:1.4;margin-bottom:2rem;color:#fff}.content p{font-size:clamp(1.3rem,1.5vw,1.1rem);color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.7}.content ul{list-style:none;padding:0;margin:2rem 0}.content ul li{position:relative;padding:.8rem 0 .8rem 2rem;color:rgba(255,255,255,.9);font-size:clamp(1.2rem,1.5vw,1.05rem);font-family:Times New Roman,Times,serif}.content ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--primary-color);border-radius:50%;transition:all .3s ease}.content ul li:hover:before{transform:translateY(-50%) scale(1.5);box-shadow:0 0 10px var(--primary-color)}.process-section{padding:6rem 0;max-width:1400px;margin:0 auto}.process-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.process-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,.8);max-width:800px;margin:0 auto 4rem;line-height:1.6;text-align:center}.bento-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;min-height:500px}.bento-item:first-child{grid-column:1/3;grid-row:1/2}.bento-item:nth-child(2){grid-column:3/7;grid-row:1/2}.bento-item:nth-child(3){grid-column:1/3;grid-row:2/3}.bento-item:nth-child(4){grid-column:3/5;grid-row:2/3}.bento-item:nth-child(5){grid-column:5/7;grid-row:2/3}.bento-item:nth-child(6){grid-column:1/4}.bento-item:nth-child(7){grid-column:4/7}.bento-item{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.8rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;min-height:180px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;--mouse-x:50%;--mouse-y:50%}.bento-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),rgba(182,235,0,.15) 0,rgba(182,235,0,.05) 40%,transparent 70%);opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.23,1,.32,1)}.bento-item:hover:before{opacity:1}.bento-item,.bento-item *,.bento-item:after,.bento-item:before{transition:all .4s cubic-bezier(.23,1,.32,1)}.bento-item:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 32px 64px -12px rgba(182,235,0,.4),0 0 0 1px rgba(182,235,0,.2),inset 0 1px 0 rgba(255,255,255,.1);border-color:rgba(182,235,0,.6);background:rgba(255,255,255,.12)}.bento-item:nth-child(2){padding:2rem}.bento-item:nth-child(2) .process-icon{width:60px;height:60px;margin-bottom:1.2rem}.bento-item:nth-child(2) .process-icon i{font-size:1.6rem}.bento-item:nth-child(2) h4{font-size:1.45rem;margin-bottom:1rem}.bento-item:nth-child(2) p{font-size:1rem;margin-bottom:1rem}.process-number{position:absolute;top:12px;right:12px;background:var(--primary-color);color:var(--secondary-color);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 4px 12px rgba(182,235,0,.3);z-index:2}.bento-item:hover .process-number{transform:scale(1.2) rotate(-5deg);background:linear-gradient(135deg,var(--primary-color),#9BC53D);box-shadow:0 8px 25px rgba(182,235,0,.5)}.process-icon{width:55px;height:55px;background:rgba(182,235,0,.1);border:2px solid rgba(182,235,0,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.process-icon i{font-size:1.5rem;color:var(--primary-color)}.bento-item:hover .process-icon{transform:scale(1.15) rotate(5deg);background:rgba(182,235,0,.25);border-color:rgba(182,235,0,.8);box-shadow:0 8px 25px rgba(182,235,0,.3)}.bento-item:hover .process-icon i{transform:scale(1.1)}.bento-content{display:flex;flex-direction:column;height:100%}.bento-item h4{font-size:1.35rem;font-weight:600;color:#fff;margin-bottom:.8rem;line-height:1.3}.bento-item:hover h4{transform:translateX(4px);color:#fff;text-shadow:0 2px 8px rgba(182,235,0,.3)}.bento-item p{color:#fff;font-size:1.1rem;line-height:1.5;margin-bottom:.8rem;flex-grow:0}.bento-item:hover p{transform:translateX(2px);color:rgba(255,255,255,.95)}.process-list{list-style:none;padding:0;margin:auto 0 0}.process-list li{color:#fff;font-size:1.1rem;position:relative;padding:.3rem 0 .3rem 1rem;font-family:Times New Roman,Times,serif}.process-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--primary-color);border-radius:50%}.bento-item:hover .process-list li{transform:translateX(3px);color:rgba(255,255,255,.9)}.bento-item:hover .process-list li:before{transform:translateY(-50%) scale(1.5);background:var(--primary-color);box-shadow:0 0 10px var(--primary-color)}.text-generate-section{padding:6rem 0;position:relative;max-width:1400px;margin:0 auto}.text-generate-content{margin-bottom:4rem}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:2.5rem;text-align:center;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-generate-effect{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.8;margin-bottom:2.5rem;color:rgba(255,255,255,.9);font-family:Times New Roman,Times,serif}.text-generate-list{list-style:none;padding:0;margin:2rem auto 0;max-width:800px;text-align:left}.text-generate-list li{font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:1rem;position:relative;padding-left:2rem}.text-generate-list li:before{content:"";position:absolute;left:0;top:.8rem;width:6px;height:6px;background:var(--primary-color);border-radius:50%;box-shadow:0 0 10px rgba(182,235,0,.5)}.cta-section{text-align:center;margin-top:5rem;padding:4rem 0}.cta-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:2.5rem;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-stack-section{padding:6rem 0;position:relative;overflow:hidden}.tech-stack-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-stack-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,.8);max-width:800px;margin:0 auto 4rem;line-height:1.6;text-align:center}.tech-animation-container{position:relative;width:100%;height:900px}.computer-center,.tech-animation-container{display:flex;align-items:center;justify-content:center}.computer-center{position:absolute;z-index:10;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:3px solid rgba(182,235,0,.4);transition:all .3s ease}.computer-center:hover{transform:scale(1.12);border-color:#B6EB00;box-shadow:0 0 32px rgba(182,235,0,.5)}.computer-center img{width:120px;height:120px;object-fit:contain;filter:brightness(1.3) drop-shadow(0 0 20px rgba(182,235,0,.3))}.tech-orbit-inner{width:520px;height:520px;border:2px solid rgba(182,235,0,.3);border-radius:50%;box-shadow:0 0 30px rgba(182,235,0,.1)}.tech-orbit-inner,.tech-orbit-outer{position:absolute;pointer-events:none}.tech-orbit-outer{width:760px;height:760px;border:2px solid rgba(182,235,0,.2);border-radius:50%;box-shadow:0 0 40px rgba(182,235,0,.05)}.tech-icon{position:absolute;top:50%;left:50%;width:90px;height:90px;margin:-45px;border-radius:50%;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(182,235,0,.4);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px rgba(182,235,0,.1);text-decoration:none;pointer-events:auto;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.tech-icon-bg-black{background:#000!important}.tech-icon-bg-white{background:#fff!important}.tech-icon:hover img{transform:scale(1.2);filter:brightness(1.3) drop-shadow(0 0 14px rgba(182,235,0,.5))}.tech-icon:hover{background:rgba(182,235,0,.15);border-color:#B6EB00;box-shadow:0 0 24px rgba(182,235,0,.5)}.tech-icon img{width:62px;height:62px;object-fit:contain;filter:brightness(1.1) drop-shadow(0 0 10px rgba(182,235,0,.2));transition:transform .3s ease,filter .3s ease}.tech-icon img[alt="Shahi Riwayat"],.tech-icon img[alt=HSNCU]{object-fit:cover;transform:scale(1.4)}.tech-icon img[alt="Food Earth"]{object-fit:contain;transform:scale(1.15)}.tech-icon:hover img[alt="Shahi Riwayat"],.tech-icon:hover img[alt=HSNCU]{transform:scale(1.6)}.tech-icon:hover img[alt="Food Earth"]{transform:scale(1.35)}.tech-orbit-inner .tech-icon:first-child{animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 0 / 6)}.tech-orbit-inner .tech-icon:nth-child(2){animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 1 / 6)}.tech-orbit-inner .tech-icon:nth-child(3){animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 2 / 6)}.tech-orbit-inner .tech-icon:nth-child(4){animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 3 / 6)}.tech-orbit-inner .tech-icon:nth-child(5){animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 4 / 6)}.tech-orbit-inner .tech-icon:nth-child(6){animation:orbit-inner 30s linear infinite;animation-delay:calc(-30s * 5 / 6)}.tech-orbit-outer .tech-icon:first-child{animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 0 / 6)}.tech-orbit-outer .tech-icon:nth-child(2){animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 1 / 6)}.tech-orbit-outer .tech-icon:nth-child(3){animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 2 / 6)}.tech-orbit-outer .tech-icon:nth-child(4){animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 3 / 6)}.tech-orbit-outer .tech-icon:nth-child(5){animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 4 / 6)}.tech-orbit-outer .tech-icon:nth-child(6){animation:orbit-outer 45s linear infinite;animation-delay:calc(-45s * 5 / 6)}@keyframes orbit-inner{0%{transform:rotate(0deg) translateX(260px) rotate(0deg)}to{transform:rotate(1turn) translateX(260px) rotate(-1turn)}}@keyframes orbit-outer{0%{transform:rotate(0deg) translateX(380px) rotate(0deg)}to{transform:rotate(1turn) translateX(380px) rotate(-1turn)}}@media (max-width:768px){.tech-animation-container{height:620px;overflow:hidden}.computer-center{width:120px;height:120px}.computer-center img{width:72px;height:72px}.tech-orbit-inner{width:300px;height:300px}.tech-orbit-outer{width:440px;height:440px}.tech-icon{width:56px;height:56px;margin:-28px}.tech-icon img{width:36px;height:36px}.tech-orbit-inner .tech-icon:first-child,.tech-orbit-inner .tech-icon:nth-child(2),.tech-orbit-inner .tech-icon:nth-child(3),.tech-orbit-inner .tech-icon:nth-child(4),.tech-orbit-inner .tech-icon:nth-child(5),.tech-orbit-inner .tech-icon:nth-child(6){animation-name:orbit-inner-md}.tech-orbit-outer .tech-icon:first-child,.tech-orbit-outer .tech-icon:nth-child(2),.tech-orbit-outer .tech-icon:nth-child(3),.tech-orbit-outer .tech-icon:nth-child(4),.tech-orbit-outer .tech-icon:nth-child(5),.tech-orbit-outer .tech-icon:nth-child(6){animation-name:orbit-outer-md}}@keyframes orbit-inner-md{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}@keyframes orbit-outer-md{0%{transform:rotate(0deg) translateX(220px) rotate(0deg)}to{transform:rotate(1turn) translateX(220px) rotate(-1turn)}}@media (max-width:480px){.tech-animation-container{height:420px;overflow:hidden}.computer-center{width:90px;height:90px}.computer-center img{width:54px;height:54px}.tech-orbit-inner{width:200px;height:200px}.tech-orbit-outer{width:300px;height:300px}.tech-icon{width:44px;height:44px;margin:-22px}.tech-icon img{width:28px;height:28px}.tech-orbit-inner .tech-icon:first-child,.tech-orbit-inner .tech-icon:nth-child(2),.tech-orbit-inner .tech-icon:nth-child(3),.tech-orbit-inner .tech-icon:nth-child(4),.tech-orbit-inner .tech-icon:nth-child(5),.tech-orbit-inner .tech-icon:nth-child(6){animation-name:orbit-inner-sm}.tech-orbit-outer .tech-icon:first-child,.tech-orbit-outer .tech-icon:nth-child(2),.tech-orbit-outer .tech-icon:nth-child(3),.tech-orbit-outer .tech-icon:nth-child(4),.tech-orbit-outer .tech-icon:nth-child(5),.tech-orbit-outer .tech-icon:nth-child(6){animation-name:orbit-outer-sm}}@keyframes orbit-inner-sm{0%{transform:rotate(0deg) translateX(100px) rotate(0deg)}to{transform:rotate(1turn) translateX(100px) rotate(-1turn)}}@keyframes orbit-outer-sm{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}.wdi-form{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wdi-section{margin-bottom:2rem}.wdi-section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#B6EB00;margin-bottom:.9rem}.wdi-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.wdi-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.2rem;gap:1.2rem}.wdi-field{display:flex;flex-direction:column;gap:.4rem}.wdi-field label{font-size:.85rem;color:rgba(255,255,255,.7);font-weight:500}.wdi-req{color:#B6EB00}.wdi-opt{color:rgba(255,255,255,.35);font-size:.78rem}.wdi-field input,.wdi-field textarea{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.65rem 1rem;color:#fff;font-size:.92rem;outline:none;transition:border-color .2s ease,background .2s ease;resize:vertical}.wdi-field input::placeholder,.wdi-field textarea::placeholder{color:rgba(255,255,255,.25)}.wdi-field input:focus,.wdi-field textarea:focus{border-color:rgba(182,235,0,.5);background:rgba(255,255,255,.09)}.wdi-radio-row{display:flex;flex-wrap:wrap;gap:.6rem}.wdi-radio-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7);font-size:.88rem;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wdi-radio-pill input{display:none}.wdi-radio-pill:hover{border-color:rgba(182,235,0,.4);color:#fff}.wdi-radio-pill.active{border-color:#B6EB00;background:rgba(182,235,0,.12);color:#B6EB00;font-weight:600}.wdi-chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.wdi-chip{padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:rgba(255,255,255,.7);font-size:.88rem;cursor:pointer;transition:all .2s ease}.wdi-chip:hover{border-color:rgba(182,235,0,.4);color:#fff}.wdi-chip.active{border-color:#B6EB00;background:rgba(182,235,0,.12);color:#B6EB00;font-weight:600}.wdi-submit-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:.5rem}.wdi-error{color:#ff6b6b;font-size:.88rem;margin:0}.wdi-submit{padding:.75rem 2.2rem;border-radius:999px;border:2px solid #b6eb00;background:#B6EB00;color:#0A0A0A;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.wdi-submit:hover{background:transparent;color:#B6EB00;transform:translateY(-2px)}.wdi-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.wdi-success{text-align:center;padding:4rem 2rem;background:rgba(255,255,255,.04);border:1px solid rgba(182,235,0,.2);border-radius:20px}.wdi-success-icon{width:64px;height:64px;border-radius:50%;background:rgba(182,235,0,.15);border:2px solid #b6eb00;color:#B6EB00;font-size:1.8rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.wdi-success h3{color:#fff;font-weight:700;margin-bottom:.5rem}.wdi-success p{color:rgba(255,255,255,.6)}@media (max-width:768px){.wdi-grid-2,.wdi-grid-3{grid-template-columns:1fr}.wdi-form{padding:1.5rem}}.cta-scroll-btn{display:inline-block;margin-top:2rem;padding:.85rem 2.5rem;background:transparent;border:2px solid #b6eb00;color:#B6EB00;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:1px;text-decoration:none;transition:all .3s ease}.cta-scroll-btn:hover{background:#B6EB00;color:#0A0A0A;box-shadow:0 0 24px rgba(182,235,0,.35)}.wb-timeline-section{padding:5rem 0 4rem}.wb-timeline-header{text-align:center;max-width:720px;margin:0 auto 4rem}.wb-timeline-heading{font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.2rem}.wb-timeline-heading-accent{color:#B6EB00}.wb-timeline-intro{font-size:clamp(1rem,1.6vw,1.15rem);color:rgba(255,255,255,.75);line-height:1.8}.wb-timeline{position:relative;padding:1rem 0 2rem}.wb-timeline-spine{position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,rgba(182,235,0,.4) 10%,rgba(182,235,0,.4) 90%,transparent);transform:translateX(-50%)}.wb-tl-item{position:relative;width:44%;margin-bottom:2.5rem}.wb-tl-left{margin-left:0;margin-right:auto;padding-right:3rem}.wb-tl-right{margin-left:auto;margin-right:0;padding-left:3rem}.wb-tl-dot{position:absolute;top:1.8rem;width:10px;height:10px;border-radius:50%;background:#B6EB00;box-shadow:0 0 10px rgba(182,235,0,.6);transition:box-shadow .3s ease,transform .3s ease}.wb-tl-left .wb-tl-dot{right:-5px}.wb-tl-right .wb-tl-dot{left:-5px}.wb-tl-item:hover .wb-tl-dot{box-shadow:0 0 20px rgba(182,235,0,.9);transform:scale(1.4)}.wb-tl-card{padding:1.6rem 1.8rem;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease;cursor:default}.wb-tl-left .wb-tl-card{border-left:2px solid rgba(182,235,0,.3)}.wb-tl-right .wb-tl-card{border-right:2px solid rgba(182,235,0,.3)}.wb-tl-item:hover .wb-tl-card{background:rgba(182,235,0,.06);border-color:rgba(182,235,0,.35);box-shadow:0 8px 32px rgba(182,235,0,.1);transform:translateY(-3px)}.wb-tl-num{display:block;font-size:2.2rem;font-weight:700;color:#B6EB00;font-family:var(--font-zen-dots),sans-serif;line-height:1;margin-bottom:.6rem;transition:text-shadow .35s ease}.wb-tl-item:hover .wb-tl-num{text-shadow:0 0 20px rgba(182,235,0,.5)}.wb-tl-title{font-size:clamp(1rem,1.6vw,1.15rem);font-weight:700;color:#fff;margin-bottom:.5rem}.wb-tl-text{font-size:clamp(.9rem,1.4vw,1rem);color:rgba(255,255,255,.75);line-height:1.7;margin:0;transition:color .3s ease}.wb-tl-item:hover .wb-tl-text{color:rgba(255,255,255,.95)}.wb-timeline-footer{text-align:center;font-size:clamp(1rem,1.6vw,1.1rem);color:rgba(255,255,255,.55);margin-top:3rem;font-style:italic;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.8}@media (max-width:768px){.wb-timeline-spine{display:none}.wb-tl-item{width:100%;padding:0!important;margin-bottom:1.2rem}.wb-tl-dot{display:none}}.tech-marquee-section{padding:2rem 0}.tech-marquee-outer{overflow:hidden;padding:12px 0 0;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,black 8%,black 92%,transparent)}.tech-marquee-track{display:flex;width:max-content;animation:tech-marquee-scroll 28s linear infinite}.tech-marquee-track:hover{animation-play-state:paused}@keyframes tech-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tech-marquee-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;width:130px;height:120px;margin:0 .6rem;border-radius:14px;border:1px solid transparent;background:transparent;cursor:default;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.tech-marquee-item:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);box-shadow:0 4px 20px rgba(0,0,0,.3);transform:translateY(-4px)}.tech-marquee-item img{width:60px;height:60px;object-fit:contain;opacity:1;transition:transform .25s ease}.tech-marquee-label{font-size:.7rem;color:rgba(255,255,255,.4);letter-spacing:.5px;transition:color .25s ease}.tech-marquee-item:hover .tech-marquee-label{color:rgba(255,255,255,.85)}.faq-section{padding:5rem 0 3rem;max-width:1400px;margin:0 auto}.faq-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#fff 0,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0;overflow:hidden;transition:border-color .3s ease}.faq-item[open]{border-color:rgba(182,235,0,.4)}.faq-question{font-size:clamp(1rem,2vw,1.1rem);font-weight:600;color:#fff;padding:1.2rem 1.5rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .3s ease}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--primary-color);flex-shrink:0;transition:transform .3s ease}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-item[open] .faq-question{color:var(--primary-color)}.faq-answer{font-size:clamp(.95rem,1.8vw,1.05rem);color:rgba(255,255,255,.8);line-height:1.75;padding:0 1.5rem 1.3rem;margin:0;font-family:Times New Roman,Times,serif}@media (max-width:768px){.faq-section{padding:3rem 0 2rem}.faq-question{padding:1rem 1.2rem;font-size:1rem}.faq-answer{padding:0 1.2rem 1rem}}.services-footer{padding:5rem 0 2rem}.contact-link{color:#fff;text-decoration:none;font-size:1.2rem;letter-spacing:1px;transition:all .3s ease;display:inline-block;padding:.5rem 0;position:relative}.contact-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:var(--primary-color);transition:width .3s ease}.contact-link:hover{color:var(--primary-color)}.contact-link:hover:after{width:100%}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.fade-in:first-child{animation-delay:.1s}.fade-in:nth-child(2){animation-delay:.2s}.fade-in:nth-child(3){animation-delay:.3s}.fade-in:nth-child(4){animation-delay:.4s}@media (max-width:1200px){.bento-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,auto);min-height:600px}.bento-item:first-child{grid-column:1/3;grid-row:1/2}.bento-item:nth-child(2){grid-column:3/5;grid-row:1/2}.bento-item:nth-child(3){grid-column:1/2;grid-row:2/3}.bento-item:nth-child(4){grid-column:2/4;grid-row:2/3}.bento-item:nth-child(5){grid-column:4/5;grid-row:2/3}.bento-item:nth-child(6){grid-column:1/3}.bento-item:nth-child(7){grid-column:3/5}}@media (max-width:1199px){.number-list{display:none}}@media (max-width:992px){.hero-form-wrapper{position:static;margin:3rem auto 0;max-width:560px}.hero-form-wrapper .card{max-width:100%;width:100%}.hero-form-wrapper .card .enter,.hero-form-wrapper .card .inputBox{width:100%}}@media (max-width:768px){.service-hero{padding:100px 0 0}.bg-service-title{font-size:20vw;animation:scroll-left 12s linear infinite}.process-section{padding:4rem 0}.bento-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,auto);gap:1rem;min-height:auto}.bento-item:first-child,.bento-item:nth-child(2),.bento-item:nth-child(3),.bento-item:nth-child(4),.bento-item:nth-child(5),.bento-item:nth-child(6),.bento-item:nth-child(7){grid-column:1/2!important;grid-row:auto!important;padding:1.5rem!important;min-height:220px}.process-number{width:32px;height:32px;font-size:.85rem;top:12px;right:12px}.process-icon{width:50px!important;height:50px!important;margin-bottom:1rem!important}.process-icon i{font-size:1.3rem!important}.bento-item h4{font-size:1.2rem!important;margin-bottom:.8rem!important}.bento-item p{font-size:.9rem!important;margin-bottom:1rem!important}.process-list li{font-size:.8rem;padding:.25rem 0}}@media (max-width:576px){.service-hero{padding:90px 0 0}.bento-item{padding:1.3rem!important;min-height:200px}.process-number{width:30px;height:30px;font-size:.8rem}.bento-item h4{font-size:1.1rem!important}.bento-item p{font-size:.85rem!important}}.wd-cf{width:100%}.wd-cf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:.75rem}.wd-cf-field{display:flex;flex-direction:column;gap:.3rem}.wd-cf-field label{font-size:.82rem;font-weight:600;color:#333;letter-spacing:.3px}.wd-req{color:#e53e3e}.wd-opt{color:#888;font-weight:400}.wd-cf-field input,.wd-cf-field select,.wd-cf-field textarea{width:100%;padding:9px 12px;outline:none;border:2px solid #000;border-radius:8px;font-size:.9rem;color:#000;background:transparent;transition:border-color .2s ease;font-family:inherit}.wd-cf-field input:focus,.wd-cf-field select:focus,.wd-cf-field textarea:focus{border-color:#B6EB00}.wd-cf-field textarea{resize:none}.wd-cf-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:2rem;cursor:pointer}.wd-cf-success{text-align:center;padding:2rem 0}.wd-cf-success-icon{font-size:2.5rem;color:#B6EB00;margin-bottom:.5rem}.wd-cf-success h3{color:#000;font-weight:700}.wd-cf-success p{color:#555}.wd-cf-error{color:red;font-size:.9rem;margin:.25rem 0 .5rem}.wd-cf-submit-row{text-align:center;margin-top:.5rem}@media (max-width:576px){.wd-cf-row{grid-template-columns:1fr}}.hero-form-title{font-weight:800;color:#000}.affiliate-card{padding:2rem 1.25rem}.wd-cf .row{--bs-gutter-x:0.75rem}.wd-form-title{font-weight:800;color:#000}.wd-select-label{display:block;font-size:10px;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:3px;margin-top:.75rem;margin-bottom:0}.main-container .wd-form-success-msg,.wd-form-success-msg{color:#1a1a1a;font-size:1.5rem;font-weight:600}.wd-form-error-msg{color:#ff6b6b}.wd-cf .inputBox input,.wd-cf .inputBox select,.wd-cf .inputBox select option,.wd-cf .inputBox textarea{font-family:inherit}.wd-cf .inputBox input,.wd-cf .inputBox select{height:50px;box-sizing:border-box}.wd-cf .inputBox input{padding:14px 10px}.wd-cf .inputBox select{width:100%;padding:14px 36px 14px 10px;outline:none;border:2px solid #000;color:#000;font-size:1em;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;transition:.1s;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.wd-cf .inputBox select~span{transition:.5s}.wd-cf .inputBox select:focus~span,.wd-cf .inputBox select:hover~span,.wd-cf .inputBox select:valid~span{transform:translateX(113px) translateY(-15px);font-size:.6em;padding:5px 10px;background:#000;letter-spacing:.2em;color:#fff}.wd-cf .inputBox textarea::placeholder{color:#000;font-size:10px;text-transform:uppercase;letter-spacing:3px}.hero-contact-card{gap:15px;background:white;color:#000;box-shadow:8px 8px 16px #B6EB00;border-radius:20px;padding:20px}.hero-contact-title{font-weight:800;color:#000}.wb-hero-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:1.5rem}.wb-hero-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem .9rem .9rem;display:flex;flex-direction:column;gap:.4rem;transition:border-color .25s ease,background .25s ease}.wb-hero-card:hover{background:rgba(182,235,0,.06);border-color:rgba(182,235,0,.35)}.wb-hero-card-header-row{display:flex;align-items:center;gap:.6rem}.wb-hero-card-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:2px solid #b6eb00;color:#B6EB00;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.wb-hero-card-head{font-size:.88rem;font-weight:700;color:#B6EB00;margin:0;line-height:1.3}.wb-hero-card-body{font-size:.7rem;color:#888;margin:0;line-height:1.5}@media (max-width:768px){.wb-hero-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.wb-hero-cards-grid{grid-template-columns:1fr}}.brand-inline-link{color:#B6EB00;text-decoration:none;border-bottom:1px solid rgba(182,235,0,.4);transition:border-color .2s ease,color .2s ease}.brand-inline-link:hover{color:#d4f54a;border-bottom-color:#B6EB00}.wdhc-section{padding:3rem 0 2rem;overflow:hidden;width:100%}.wdhc-slider-wrap{display:flex;align-items:center;width:100%}.wdhc-viewport{position:relative;flex:1 1;min-width:0;overflow:hidden}.wdhc-track{display:flex;width:calc((100vw - 80px - 3rem) * 6 / 4);padding:1rem 0;transform:translateX(calc(var(--wdhc-offset, 0) * -1 * (100vw - 80px - 3rem) / 4));transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.wdhc-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100vw - 80px - 3rem) / 4 - 1.5rem);margin:0 .75rem;padding:2.5rem 1.75rem 2rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:1.25rem;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;min-height:300px;--mouse-x:50%;--mouse-y:50%}.wdhc-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),rgba(182,235,0,.15) 0,rgba(182,235,0,.05) 40%,transparent 70%);opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.23,1,.32,1);border-radius:inherit}.wdhc-card:hover:before{opacity:1}.wdhc-card:hover{border-color:rgba(182,235,0,.35);transform:translateY(-4px);box-shadow:0 8px 32px rgba(182,235,0,.12),0 0 0 1px rgba(182,235,0,.1)}.wdhc-card-icon{width:auto;height:64px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1);transition:filter .3s ease,transform .3s ease}.wdhc-card:hover .wdhc-card-icon{filter:brightness(0) saturate(100%) invert(87%) sepia(60%) saturate(500%) hue-rotate(30deg);transform:scale(1.1)}.wdhc-card:nth-child(3) .wdhc-card-icon{transform:scale(1.45)}.wdhc-card:nth-child(3):hover .wdhc-card-icon{transform:scale(1.55)}.wdhc-card:nth-child(6) .wdhc-card-icon{transform:scale(1.15)}.wdhc-card:nth-child(6):hover .wdhc-card-icon{transform:scale(1.25)}.wdhc-head{font-size:1.1rem;font-weight:700;color:#B6EB00;line-height:1.4}.wdhc-body,.wdhc-head{margin:0;text-align:center}.wdhc-body{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.7}.wdhc-arrow{flex-shrink:0;z-index:10;background:rgba(0,0,0,.6);border:1px solid rgba(182,235,0,.4);color:#B6EB00;width:40px;height:40px;border-radius:50%;font-size:1.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease;padding:0}.wdhc-arrow:hover:not(:disabled){background:rgba(182,235,0,.15);border-color:#B6EB00}.wdhc-arrow:disabled{opacity:.25;cursor:default}.wdhc-next,.wdhc-prev{margin:0 .75rem}.wdhc-pagination{gap:.75rem;margin-top:1.5rem;width:100%}.wdhc-page-num,.wdhc-pagination{display:flex;align-items:center;justify-content:center}.wdhc-page-num{width:28px;height:28px;border-radius:50%;border:2px solid transparent;color:#555;font-size:.8rem;font-weight:600;transition:border-color .3s ease,color .3s ease}.wdhc-page-active{border-color:#B6EB00;color:#B6EB00}@media (min-width:769px) and (max-width:1024px){.wdhc-track{width:calc((100vw - 80px - 3rem) * 6 / 2);transform:translateX(calc(var(--wdhc-offset, 0) * -1 * (100vw - 80px - 3rem) / 2))}.wdhc-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100vw - 80px - 3rem) / 2 - 1.5rem);margin:0 .75rem}}@media (max-width:768px){.wdhc-track{width:calc((100vw - 80px - 3rem) * 6);transform:translateX(calc(var(--wdhc-offset, 0) * -1 * (100vw - 80px - 3rem)));padding:.5rem 0}.wdhc-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 80px - 3rem - 1.5rem);margin:0 .75rem;min-height:unset;padding:1.5rem 1.25rem}.wdhc-section{padding:1.5rem 0 1rem}}.wdhc-form-wrap{max-width:700px;margin:2.5rem auto 3rem;padding:0 1rem}.wb-cs-section{padding:80px 0}.wb-cs-heading{color:white;text-align:center;font-weight:400;font-size:clamp(2rem,4vw,3.5rem);margin-bottom:60px}.wb-cs-heading-accent{color:#B6EB00}.wb-cs-link{text-decoration:none;display:block}.wb-cs-card{border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.wb-cs-img{width:100%;height:240px;object-fit:cover;display:block}.wb-cs-card-body{padding:20px}.wb-cs-title{color:white;font-weight:600;font-size:1.1rem;margin:0;letter-spacing:.5px}.wb-cs-cta{color:#B6EB00;font-size:.9rem;margin-top:8px;margin-bottom:0;letter-spacing:1px}