.HomeImageCt{background-color:#1a1a2e;height:"100%";display:flex;padding-top:0;color:#fff}.left-light{bottom:0;width:clamp(300px,30vw,500px);height:clamp(300px,30vw,500px);background:radial-gradient(circle at center,rgba(50,122,255,.885),transparent 70%);filter:blur(clamp(20px,4vw,30px));left:0;bottom:clamp(10%,20%,20%);transform:translateX(-50%);animation:pulsing-glow 15s infinite}.left-light,.right-light{position:absolute;border-radius:50%}.right-light{bottom:0;width:clamp(250px,25vw,400px);height:clamp(250px,25vw,400px);background:radial-gradient(circle at center,rgba(22,115,254,.597),transparent 70%);filter:blur(30px);right:2%;bottom:7%;animation:pulsing-glow 8s infinite}@keyframes pulsing-glow{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.3);opacity:1}}@keyframes flipUp{0%{opacity:0;transform:rotateX(90deg)}50%{opacity:1;transform:rotateX(-10deg)}to{opacity:1;transform:rotateX(0deg)}}.flip-word{display:inline-block;animation:flipUp .6s ease-in-out forwards;transform-origin:top}.blue-text{color:#6cbfff}.right-image{width:700px;height:auto;border-radius:20px}.fade-in{opacity:0;transform:scale(.5);animation:fadeInGrow 2s ease-out forwards}@keyframes fadeInGrow{0%{opacity:0;transform:scale(.5)}50%{opacity:.5;transform:scale(.75)}to{opacity:1;transform:scale(1)}}.IntroDiv{background:#000;height:"100%";padding-top:0;color:#fff}.IntroBox{opacity:0;transform:translateY(100px);transition:opacity 5s ease-out,transform 5s ease-out;width:100%;max-width:330px;min-height:200px;border-radius:12px;padding:10px;margin-bottom:60px;background:linear-gradient(40deg,rgba(109,189,255,.64) 10%,rgba(58,118,207,.625) 30%,rgba(18,57,215,.599) 60%,rgba(100,57,240,.531) 70%,rgba(131,49,255,.477));border:3px solid transparent;background-clip:padding-box,border-box;background-origin:border-box;background-size:100% 100%;background-repeat:no-repeat;color:#fff}.IntroBox.show{opacity:1;transform:translateY(0)}.IntroBox[data-box="2"].show{transition-delay:.1s}.IntroBox[data-box="3"].show{transition-delay:.2s}.card-shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 10px 15px -3px rgba(0,0,0,.1);transition:transform .2s ease-in-out,box-shadow .3s ease-in-out}.card-shadow:hover{transform:translateY(-5px);box-shadow:0 8px 15px -3px rgba(2,11,255,.973),0 15px 20px -5px #3bc1ff}.circular-categories-container{background-color:#000;color:#fff;padding:70px 20px 200px;max-width:100vw;margin:0 auto;perspective:1500px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.circular-display{position:relative;width:400px;height:400px;transform-style:preserve-3d;transform-origin:center;transition:transform 1s ease}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:1}}.spotlight-center{position:absolute;bottom:-20px;width:200px;height:200px;background:radial-gradient(circle at center,rgba(100,162,255,.5),transparent 70%);filter:blur(30px);border-radius:50%;z-index:-1;left:50%;transform:translateX(-50%);animation:pulse 15s ease-in-out infinite}.spotlight-left{bottom:200px;left:15%;animation:pulse 18s ease-in-out infinite}.spotlight-left,.spotlight-right{position:absolute;width:300px;height:300px;background:radial-gradient(circle at center,rgba(100,162,255,.5),transparent 70%);filter:blur(30px);border-radius:50%;z-index:-1}.spotlight-right{bottom:-10px;right:15%;animation:pulse 12s ease-in-out infinite}.category-box{text-decoration:none;position:absolute;top:50%;left:50%;transform-style:preserve-3d;display:flex;flex-direction:column;align-items:center;justify-content:center;width:220px;height:220px;padding:20px;background-color:#3f51b5;color:#fff;font-size:1rem;border-radius:10px;transform:translate(-50%,-50%);transition:transform .3s ease}.category-box.centered:hover{background:linear-gradient(135deg,#5e07ff,#bc98ffdd);color:#fff;transition:background .3s ease,color .3s ease}.category-box strong{position:relative;display:inline-block;color:inherit}.category-box strong:after{content:"";position:absolute;left:50%;bottom:-2px;width:0;height:2px;background-color:currentColor;transition:width .3s ease,left .3s ease;transform:translateX(-50%)}.category-box.centered:hover strong:after{width:100%;left:-10}.category-icon{font-size:4rem;margin-bottom:15px}.category-box:first-child{transform:translate(-50%,-50%) rotateY(0deg) translateZ(250px)}.category-box:nth-child(2){transform:translate(-50%,-50%) rotateY(72deg) translateZ(250px)}.category-box:nth-child(3){transform:translate(-50%,-50%) rotateY(144deg) translateZ(250px)}.category-box:nth-child(4){transform:translate(-50%,-50%) rotateY(216deg) translateZ(250px)}.category-box:nth-child(5){transform:translate(-50%,-50%) rotateY(288deg) translateZ(250px)}@media (max-width:768px){.circular-display{width:250px;height:250px}.category-box{width:200px;height:200px;font-size:.9rem}.category-icon{font-size:3rem}}@media (max-width:576px){.circular-display{width:250px;height:250px}.category-box{width:150px;height:150px;font-size:.8rem}.category-icon{font-size:2.5rem}}.button-container{flex-direction:row;align-items:center;gap:1rem;flex-wrap:nowrap;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:10px 15px;flex-shrink:0}.HowItWorksDiv{background-color:#000;color:#fff;padding:100px;margin:0;width:100vw;min-height:100vh}.how-it-works-section{padding:60px}.custom-h1{font-weight:700}.custom-heading{font-size:2.5rem;font-weight:700;margin-bottom:20px;background-color:#3f51b5;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.custom-h4{font-weight:700}.HowItWorksVideo{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:20px auto;display:block;max-width:100%;height:auto}.HowItWorksVideo:hover{box-shadow:0 6px 16px rgba(0,0,0,.15)}.steps-section{padding:50px 0;display:flex;justify-content:center;align-items:center}.StepBox{width:100%;width:300px;height:180px;border-radius:12px;padding:20px;background-color:#000;color:#fff;text-align:center;border:3px solid #7ec1ff;box-shadow:0 4px 10px rgba(18,136,255,.814),inset 0 0 8px rgba(126,193,255,.3),inset 0 0 15px rgba(126,193,255,.4);transition:transform .3s ease}.StepBox:hover .StepNumber{transform:rotate(1turn);transition:transform .7s ease-in-out}.StepBox:hover{transform:scale(1.1);opacity:.99}.StepNumber{font-size:2rem;font-weight:700;background:linear-gradient(40deg,#a3d6ff,rgba(0,86,214,.925));border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.StepText{padding-top:10px;font-size:1rem;font-weight:700;line-height:1.5}.FullPageBackground{background-color:#000;color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.button-container{position:-webkit-sticky;position:sticky;bottom:20px;display:flex;justify-content:center;padding:10px}.ChatBotsContainer{width:80%;max-width:800px;margin-bottom:100px}.Row{width:100%;justify-content:space-between;margin-bottom:20px}.Box,.Row{display:flex}.Box{background-color:#000;color:#fff;align-items:center;justify-content:center;border-radius:8px;font-size:1.2rem;padding:20px;height:400px}.LargeBox{width:68%;background:radial-gradient(circle,#029affaf 3%,#000 50%)}.LargeBox,.SmallBox{border:3px solid #3f51b5}.SmallBox{width:30%}.MediumBox-left,.MediumBox-right{width:49%;border:3px solid #3f51b5}.AI-image{width:100%;height:auto;border-radius:15px;margin-top:20px;box-shadow:0 6px 16px rgba(0,0,0,.4)}.smallBoxText{font-size:1.7rem;font-weight:700;text-align:center;padding:10px;color:#fff;background:linear-gradient(to bottom left,#029affaf 3%,#000 60%,#000);line-height:3rem}@media (max-width:768px){.smallBoxText{font-size:1rem;line-height:2.5rem;padding:8px}}@media (max-width:576px){.smallBoxText{font-size:.9rem;line-height:2rem;padding:6px}}.MediumBox-left .bar-chart{display:flex;align-items:flex-end;justify-content:center;height:200px;gap:10px;padding-bottom:20px}.MediumBox-left .bar{width:50px;border-radius:5px;animation:grow-shrink 5s ease-in-out infinite;transform-origin:bottom}.MediumBox-left .bar-1{height:80px;animation-delay:0s}.MediumBox-left .bar-1,.MediumBox-left .bar-2{background:linear-gradient(180deg,#2146ff9a,#1e96f1d5)}.MediumBox-left .bar-2{height:180px;animation-delay:.8s}.MediumBox-left .bar-3{height:130px;animation-delay:1.6s;background:linear-gradient(180deg,#2146ff9a,#1e96f1d5)}@keyframes grow-shrink{0%{height:50%}50%{height:100%}to{height:50%}}@media (max-width:500px){.MediumBox-left .bar-chart{display:none}}.Text-image{width:90%;height:auto;border-radius:15px;margin-bottom:40px}.text-below-image{text-align:center;font-size:1rem;color:#555;margin-top:50px}