.light-mode body{background-color:#fff;color:#121212}.light-mode main{background-color:rgba(229,242,255,.81)}.light-mode .navbar{background-color:rgba(124,174,255,.942);color:#121212}.light-mode .custom-navbar a{color:#fff}.light-mode .custom-navbar a:hover{color:#787dfff1}.light-mode .darkmode-icon{color:#fff}.light-mode .darkmode-icon:hover{color:#787dfff1}.light-mode .HomeImageCt{background:radial-gradient(circle,#6aa6ff 10%,#51abff 30%,#fbfbff 100%)}.light-mode .custom-h1{color:#5398ff}.light-mode .btn-primary{background-color:#449fff;border-color:#449fff;color:#fff}.light-mode .blue-text{color:#0080ff}.light-mode .IntroDiv{background:linear-gradient(45deg,#fbfbff 10%,#51abff 60%,#fbfbff)}.light-mode .IntroBox{background:#fff;border:3px solid transparent;background-clip:padding-box,border-box;background-origin:border-box;background-size:100% 100%;background-repeat:no-repeat;color:#2889ff}.light-mode .card-shadow:hover{box-shadow:0 8px 15px -3px #fff}.light-mode .circular-categories-container{background-color:#fff;color:#78a5ff}.light-mode .category-box{background:linear-gradient(135deg,#006bddf1,#cce2ff);color:#fff}.light-mode .category-box.centered:hover{background:linear-gradient(135deg,#4e5be7e7,#d0dcffe7)}.light-mode .HowItWorksDiv{background-color:#fff}.light-mode .custom-h4{color:#7d7d7d}.light-mode .StepBox{background-color:#73b2ff;color:#79baff;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)}.light-mode .StepNumber{background:linear-gradient(40deg,#fcfcfc,rgba(177,208,255,.925))}.light-mode .StepText{color:#fff}.light-mode .FullPageBackground{background-color:#fff}.light-mode .LargeBox{background:radial-gradient(circle,#029affaf 3%,#fff 50%);color:#0e8aff}.light-mode .smallBoxText{color:#62b3ff;background:linear-gradient(to bottom left,#029affaf 3%,#fff 60%,#fff)}.light-mode .MediumBox-left,.light-mode .MediumBox-right{border:3px solid #62b3ff;background-color:#fff;color:#62b3ff}.light-mode .MediumBox-right{width:49%}.light-mode .MediumBox-left .bar-1,.light-mode .MediumBox-left .bar-2,.light-mode .MediumBox-left .bar-3{background:linear-gradient(180deg,#3485ffb7,#7fb6ffbf)}.light-mode footer{color:#fff;background:rgba(124,174,255,.942);box-shadow:0 -2px 5px rgba(0,0,0,.3)}.HomeImageCt{background-color:#000;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:50%;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}.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;padding-bottom:6rem}.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: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));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:linear-gradient(90deg,#6ab7ff,#7615ff);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 #62b3ff}.SmallBox{width:30%}.MediumBox-left,.MediumBox-right{width:49%;border:3px solid #62b3ff}.AI-image{width:70%;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}