.Featured{width:calc(100% - var(--left-space) * 2);padding:0 var(--left-space);display:flex;justify-content:space-between;margin-top:120px;min-height:600px;background-color:var(--text-color4)}.Featured .left{width:50%;display:flex;flex-direction:column}.trusted{display:flex;width:100%;margin-top:30px;min-height:60px}.trusted .trusted-p{width:35%;color:var(--text-color);font-size:var(--default-p-size);line-height:var(--p-line-height)}.trusted .personarea{width:65%;height:50px;display:flex;justify-content:center;align-items:center}.trusted .personarea span{margin-left:15px;margin-bottom:15px;font-size:78px;font-weight:600;color:var(--primary-color)}.trusted-circle{width:70px;height:70px;margin-right:-10px;border-radius:50%;border:2px solid #efeeee}.Featured .left h1{font-size:var(--heading-one);color:var(--text-color);margin:30px 0}.Featured .left .desc{font-size:var(--default-p-size);color:var(--text-color3);line-height:var(--p-line-height)}.Featured .left .desc:last-of-type{margin-bottom:30px;margin-top:10px}.Featured .left .buttons-area{display:flex;align-items:center;gap:50px;margin:10px 0}.Featured .left .buttons-area p{text-decoration:underline;text-underline-offset:4px;font-size:var(--default-p-size);transition:.3s ease;cursor:pointer;color:var(--text-color);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Featured .left .buttons-area p:hover{color:rgb(109,106,106)}.Featured .left .buttons-area button{border:none;padding:12px 20px;background-color:var(--text-color);display:flex;align-items:flex-end;gap:50px;border:1px solid var(--text-color);border-radius:25px;color:var(--text-color4);font-size:var(--default-p-size);cursor:pointer;transition:.3s ease;-webkit-tap-highlight-color:transparent}.Featured .left .buttons-area button:hover{color:var(--text-color);background-color:transparent}.Featured .right{width:45%;padding-top:35px}.Featured .right .top{display:flex;justify-content:space-between;width:100%}.Featured .right .top .left{width:49%;height:255px;border-radius:var(--border-radius2);border-bottom-right-radius:var(--border-radius1);border-top-left-radius:100%;display:flex;align-items:flex-end;background-image:url(/top.webp);background-size:cover;background-repeat:no-repeat;background-position:50%}@keyframes bounceIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.up-icon{height:100px;width:100px;border-radius:50%;background-color:var(--text-color);margin-right:40px;margin-top:-33px;display:flex;align-items:center;justify-content:center;font-size:50px;color:var(--primary-color);cursor:pointer;animation:bounceIcon 2.5s ease-in-out infinite;position:relative;transition:transform .3s ease}.up-icon:hover{animation-play-state:paused;transform:scale(1.05)}.tooltip-container{position:relative}.tooltip-text{position:absolute;top:0;left:163%;transform:translateX(-50%);background:#f9f9f9;color:var(--primary-color);padding:6px 12px;border-radius:6px;font-size:12px;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .3s ease,transform .3s ease;transform:translate(-50%,10px);z-index:20}.tooltip-container:hover .tooltip-text{opacity:1;transform:translate(-50%,-4px)}.Featured .right .top .right{width:calc(49% - 40px);height:225px;background-color:var(--background2);padding:20px;flex-direction:column;justify-content:center}.Featured .right .bottom,.Featured .right .top .right{border-radius:var(--border-radius1);display:flex;align-items:center}.Featured .right .bottom{height:220px;width:calc(100% - 40px);padding:0 20px;margin-top:20px;background-image:url(/drive-card-img.webp);background-size:cover;background-repeat:no-repeat;background-position:0;overflow:hidden}.Featured .right .bottom .left{height:255px;width:65%;display:flex;flex-direction:column;align-items:center;justify-content:center}.Featured .right .bottom .left p{width:95%;display:flex;color:var(--text-color4);align-items:center;gap:10px;font-size:14px}.Featured .right .bottom .left p:last-child{font-size:var(--heading-three)}.Featured .right .bottom .left p hr{width:20%;height:1px;background-color:var(--text-color4)}.Featured .right .bottom .right{height:255px;width:35%;display:flex;gap:3%;align-items:flex-end}@keyframes growBar{0%{transform:scaleY(0)}45%{transform:scaleY(1)}55%{transform:scaleY(1)}to{transform:scaleY(0)}}.Featured .right .bottom .right .item1,.Featured .right .bottom .right .item2,.Featured .right .bottom .right .item3{transform-origin:bottom;width:30%;background-color:var(--primary-color);animation:growBar 2.5s cubic-bezier(.4,0,.2,1) infinite}.Featured .right .bottom .right .item1{--bar-height:120px;height:var(--bar-height);animation-delay:0s}.Featured .right .bottom .right .item2{--bar-height:150px;height:var(--bar-height);animation-delay:.3s}.Featured .right .bottom .right .item3{--bar-height:180px;height:var(--bar-height);animation-delay:.6s}.progress-area{width:100%;background-color:var(--text-color3);height:5px;margin-top:20px}.progress-area .progress-left{width:70%;background-color:var(--main-color);height:5px}.Featured .right .top .right p{font-size:var(--default-p-size);line-height:var(--p-line-height)}.Featured .right .top .right p:first-child{font-size:78px;font-weight:600}@media (max-width:1200px){.Featured .left h1{font-size:var(--heading-two)}}@media (max-width:900px){.Featured{flex-direction:column;margin-top:80px}.Featured .right{width:100%;padding-top:0}.Featured .left{width:100%}.Featured .left h1{margin:10px 0}.Featured .left .desc:last-of-type{margin-bottom:10px;margin-top:10px}.Featured .left .buttons-area{gap:10px;margin:10px 0}.Featured .left .buttons-area button{padding:8px 16px;gap:10px;font-size:12px}.Featured .left .buttons-area p{font-size:12px}.trusted{flex-direction:column;gap:5px;margin-top:10px;margin-bottom:30px}.trusted,.trusted .trusted-p{width:100%}.trusted .personarea{justify-content:flex-start}.trusted .personarea span{margin-left:15px;margin-bottom:15px;font-size:32px;font-weight:600;color:var(--primary-color)}.Featured .right .top .left{width:49%;height:140px}.Featured .right .top .left .up-icon{height:50px;width:50px;margin-top:-20px;font-size:20px}.Featured .right .top .right{height:120px;padding:10px;width:41%}.Featured .right .top .right p{text-align:center;font-size:12px}.Featured .right .top .right p:first-child{font-size:18px;font-weight:600}.progress-area{width:94%;height:3px;margin:10px auto auto}.progress-area .progress-left{height:3px}.Featured .right .bottom{height:140px;width:100%;padding:0;align-items:center;margin-top:10px}.Featured .right .bottom .left{height:120px;width:60%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.Featured .right .bottom .left p{width:var(--default-width);display:flex;color:var(--text-color4);align-items:center;gap:10px;font-size:12px}.Featured .right .bottom .left p:last-child{font-size:12px}.Featured .right .bottom .left p hr{display:none}.Featured .right .bottom .right{height:185px;width:30%;display:flex;justify-content:space-between;align-items:flex-end}.Featured .right .bottom .right .item1{height:110px}.Featured .right .bottom .right .item2{height:130px}.Featured .right .bottom .right .item3{height:150px}.trusted-circle{width:36px;height:36px}}.hservices-section{width:calc(100% - 10%);padding:40px var(--left-space);background-color:var(--text-color4)}.hservices-container{max-width:1600px;margin:0 auto}.hservices-title{font-size:var(--heading-two);text-align:center;margin-bottom:20px;line-height:var(--heading-line-height)}.hservices-tabs-wrapper{justify-content:center;gap:10px;margin-bottom:20px}.hservices-tabs,.hservices-tabs-wrapper{width:100%;display:flex;align-items:center}.hservices-tabs{gap:20px;overflow-x:auto;scrollbar-width:none;white-space:nowrap;scroll-behavior:smooth}.hservices-tabs::-webkit-scrollbar{display:none}.scroll-btn{background:none;border:none;cursor:pointer;color:var(--primary-color);transition:.3s ease;display:flex;align-items:center;justify-content:center;padding:5px}.scroll-btn.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.scroll-btn:hover:not(.disabled){transform:scale(1.1);color:var(--primary-color-dark,#0066cc)}.hservices-tab{background:none;border:none;font-size:18px;color:#888888;cursor:pointer;padding:12px 24px;border-radius:8px;font-weight:700;position:relative;transition:all .3s ease}.hservices-tab.active{animation:tabPulse .5s ease}.hservices-tab.active,.hservices-tab:hover:not(.active){background-color:#93b4e832;color:var(--primary-color)}.hservices-content{width:100%;display:flex;justify-content:space-between;background-color:#f9f9f9;border-radius:16px;overflow:hidden;position:relative;transition:opacity .3s ease}.hservices-content.switching{opacity:.7}.hservices-left{width:calc(65% - 60px);padding:60px 0 60px 60px;z-index:2}.hservices-heading{font-size:28px;margin-bottom:20px;line-height:var(--heading-line-height);animation:fadeSlideIn .5s ease forwards}.hservices-description{font-size:var(--default-p-size);line-height:var(--p-line-height);margin-bottom:30px;animation:fadeSlideIn .5s ease .1s forwards}.hservices-link{display:flex;align-items:flex-end;background:transparent;border:none;outline:none;gap:8px;color:var(--primary-color);text-decoration:none;font-size:var(--default-p-size);font-weight:var(--bold-font-weight);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;animation:fadeSlideIn .5s ease .2s forwards}.hservices-link:hover{gap:12px}.hservices-link .arrow,.hservices-link svg{flex-shrink:0;transition:transform .3s ease}.hservices-link:hover .arrow,.hservices-link:hover svg{transform:translateX(4px)}.hservices-right{width:30%;padding:20px 0;display:flex;flex-direction:column;gap:16px;z-index:2}.hservices-card{background-color:var(--primary-color);color:#ffffff;padding:15px 20px;border-top-left-radius:12px;border-bottom-left-radius:12px;font-size:20px;font-weight:600;line-height:var(--p-line-height);box-shadow:0 4px 12px rgba(0,102,255,.15);transition:all .3s ease;animation:fadeSlideIn .5s ease forwards;position:relative;overflow:hidden}.hservices-card:first-child{animation-delay:.1s}.hservices-card:nth-child(2){animation-delay:.2s}.hservices-card:nth-child(3){animation-delay:.3s}.hservices-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,102,255,.25)}.hservices-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.hservices-card:hover:before{left:100%}.hservices-circle{position:absolute;width:500px;height:500px;background:radial-gradient(circle at 30% 30%,rgba(200,220,255,.5),transparent);border-radius:50%;top:-90px;right:0;z-index:-1;animation:rotateCircle 20s linear infinite}@keyframes tabPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes progressBar{0%{width:0}to{width:100%}}@media (max-width:900px){.hservices-section{padding:20px var(--left-space)}.hservices-tab{font-size:16px;padding:10px}.hservices-tab.active:before{display:none}.hservices-content{flex-direction:column;gap:30px}.hservices-left,.hservices-right{width:calc(100% - 20px);padding:20px}.hservices-description{font-size:14px}.hservices-card{font-size:16px;border-radius:8px}.hservices-circle{display:none}}.landing-page{width:calc(100% - 10%);padding:40px var(--left-space);overflow:hidden}.landing-page .title{font-size:var(--heading-two);text-align:center;line-height:var(--heading-line-height)}.landing-page .description{font-size:var(--default-p-size);line-height:var(--p-line-height);text-align:center;width:90%;margin:20px auto}.landing-container{display:flex;margin-top:160px}.left-section{width:calc(40% - 80px);padding:0 40px;gap:50px}.features-list,.left-section{display:flex;flex-direction:column}.features-list{gap:20px}.feature-card{width:350px;justify-content:space-between;padding:16px 10px;cursor:pointer;transition:.3s ease}.feature-card,.feature-card-header{display:flex;align-items:center;gap:16px}.feature-card:hover{transform:scale(1.02);box-shadow:0 0 6px rgba(0,0,0,.116);border-radius:10px}.feature-card.active{color:var(--primary-color);box-shadow:0 0 8px rgba(0,0,0,.116);border-radius:10px}.feature-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}.feature-title{font-size:var(--heading-four);font-weight:600;color:#1a1a1a;margin:0;line-height:var(--heading-line-height)}.feature-card.active .feature-title,.feature-card:hover .feature-title{color:var(--primary-color)}.dropdown-icon{display:none;flex-shrink:0;transition:transform .3s ease;color:#1a1a1a}.dropdown-icon.expanded{transform:rotate(180deg)}.right-section{width:calc(60% - 80px);height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;padding:20px 40px 30px;background:linear-gradient(135deg,#003a70,#004b8f);border-radius:var(--border-radius1);color:white}.hero-content{display:flex;flex-direction:column;gap:26px;text-align:left;min-height:350px}.dynamic-image{margin-top:-140px;width:60%;margin-left:20%;max-height:200px;object-fit:cover;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:0}.hero-heading{font-size:var(--heading-four);margin:0}.hero-text{font-size:var(--default-p-size);line-height:var(--p-line-hight);color:#e5e5e5;margin:0}.animate-fade-slide,.dynamic-image,.hero-heading,.hero-text{opacity:0;transform:translateY(20px);animation:fadeSlideIn .5s ease forwards}.dynamic-image{animation-delay:0s}.hero-heading{animation-delay:.1s}.hero-text:first-of-type{animation-delay:.2s}.hero-text:nth-of-type(2){animation-delay:.3s}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-content{display:none}@media (max-width:1160px){.landing-page{padding:20px var(--left-space)}.landing-page .description{width:100%;margin:20px auto}.landing-container{flex-direction:column;margin-top:10px}.left-section{width:100%;padding:0}.right-section{display:none}.feature-wrapper{border:1px solid gainsboro;border-radius:10px}.feature-card{width:calc(100% - 20px);padding:10px}.dropdown-icon{display:block}.feature-card.active .dropdown-icon{color:var(--primary-color)}.mobile-content{display:block;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:linear-gradient(135deg,#003a70,#004b8f);border-radius:var(--border-radius1);color:white}.mobile-content.expanded{max-height:2000px;padding:20px;margin-top:10px}.mobile-content.expanded .feature-wrapper{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.mobile-image{width:100%;max-height:150px;object-fit:cover;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.25);margin-bottom:20px}.mobile-heading{display:inline-block;font-size:18px;font-weight:700;margin:0 0 10px}.mobile-text{font-size:var(--default-p-size);line-height:var(--p-line-hight);color:#e5e5e5;margin:0 0 16px}.mobile-text:last-child{margin-bottom:0}.feature-title{font-size:14px}.animate-fade-slide,.dynamic-image,.hero-heading,.hero-text{animation:none!important;opacity:1;transform:none}}.OutBox{width:100%;overflow:hidden;padding:50px 0}.OutBox .top{align-items:center;margin-bottom:50px}.OutBox .bottom,.OutBox .top{width:var(--default-width);display:flex;justify-content:space-between;padding:0 var(--left-space)}.OutBox .bottom{gap:20px}.OutBox .top h2{font-size:var(--heading-two);width:57%}.OutBox .top p{width:40%;color:var(--text-color3);font-size:var(--default-p-size);line-height:var(--p-line-height)}.OutBox .bottom .left{height:350px;width:35%;background-image:url(/drive-card-img.webp);background-size:cover;background-repeat:no-repeat;background-position:top;border-radius:var(--border-radius1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:80px}.ltop{width:80%}.ltop p{color:var(--text-color3)}.ltop h3{font-size:78px;color:var(--text-color4);display:flex;align-items:center}.OutBox .bottom .right{height:350px;width:calc(65% - 20px);background-image:url(/how-we-work.webp);background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:var(--border-radius1);position:relative;display:flex;align-items:center;justify-content:center}.OutBox .bottom .right p.animated-text{color:var(--text-color4);font-size:var(--heading-one);word-spacing:25px;display:inline-flex;gap:4px}.OutBox .bottom .right p.animated-text .char{display:inline-block;opacity:0;transform:translateY(6px) scale(.97);filter:blur(4px);animation:softFade .55s cubic-bezier(.22,1,.36,1) forwards}@keyframes softFade{0%{opacity:0;transform:translateY(6px) scale(.95);filter:blur(4px)}60%{opacity:1;transform:translateY(-1px) scale(1.02);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.OutBox .bottom .right .play-box{height:130px;width:130px;position:absolute;bottom:0;right:0;background-color:var(--primary-color);border:8px solid var(--text-color4);border-radius:50%;display:flex;margin-right:-16px;margin-bottom:-16px;justify-self:flex-end;align-items:center;justify-content:center;cursor:pointer;animation:bubbleScale 1.5s ease-in-out infinite}.OutBox .bottom .right .play-box:hover{transform:scale(1.12)}@keyframes bubbleScale{0%{transform:scale(1)}45%{transform:scale(1.07)}to{transform:scale(1)}}.OutBox .bottom .right .play-box svg{font-size:36px}.circleimg-area{display:flex;align-items:center;width:80%;gap:2%}.circleimg-area .plus{color:var(--text-color4);font-size:78px;font-weight:600;margin-bottom:15px}.circleimg{height:70px;width:70px;border-radius:50%;background-color:var(--text-color3);flex-shrink:0}@media (max-width:900px){.OutBox .top{flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:20px}.OutBox .top h2{width:100%}.OutBox .top p{width:var(--default-width);color:var(--text-color3)}.OutBox .bottom{flex-direction:column}.OutBox .bottom .left{height:150px;width:100%;gap:20px}.ltop{width:var(--default-width)}.ltop p{color:var(--text-color3)}.ltop h3{font-size:32px;color:var(--text-color4);display:flex;align-items:center}.ltop h3 span{color:var(--primary-color);font-size:32px;margin-bottom:10px}.OutBox .bottom .right{height:185px;width:100%}.OutBox .bottom .right p{text-align:center;font-size:24px}.circleimg-area .plus{font-size:28px;margin-bottom:10px}.OutBox .bottom .right .play-box{height:50px;width:50px;margin-right:-10px;margin-bottom:-10px}.OutBox .bottom .right .play-box svg{font-size:24px}.circleimg-area{display:flex;align-items:center;width:90%;gap:2%}.circleimg-area svg{color:var(--text-color4);font-size:12px}.circleimg{height:40px;width:40px;border-radius:50%}}.portfolio-section{width:calc(100% - (var(--left-space) * 2));padding:40px var(--left-space);background-color:#f9f9f9;position:relative;overflow:hidden}.portfolio-section .head-container{width:100%;display:flex;align-items:center;justify-content:space-between}.portfolio-section .head-container h2{font-size:var(--heading-two);color:var(--main-color);margin-bottom:10px;text-transform:uppercase}.portfolio-section .head-container .view-btn{font-size:var(--default-p-size);color:var(--primary-color);outline:none;border:none;background-color:transparent;text-decoration:underline;text-underline-offset:4px;cursor:pointer;transition:transform .3s ease}.portfolio-section p{line-height:var(--p-line-height);font-size:var(--default-p-size)}.portfolio-cards-container{display:flex;align-items:center;justify-content:flex-start;gap:24px;padding:40px 0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.top-circle1{width:20px;height:20px;top:70px}.top-circle1,.top-circle2{background-color:rgba(128,128,128,.19);border-radius:50%;position:absolute;left:30px}.top-circle2{width:100px;height:100px;top:90px}.bottom-circle{width:200px;height:200px;background-color:rgba(128,128,128,.19);border-radius:50%;position:absolute;bottom:0;right:-100px}.dots-wrapper{display:flex;justify-content:center;margin-top:20px;gap:10px}.dot{width:10px;height:10px;background-color:#aaa;border-radius:50%;transition:all .35s ease;cursor:pointer}.dot.active{width:35px;border-radius:30px;background-color:var(--primary-color)}@media (max-width:900px){.portfolio-section{width:calc(100% - (var(--left-space) * 2));padding:20px var(--left-space)}.dots-wrapper{margin-top:0}.top-circle1{top:60px}.top-circle1,.top-circle2{background-color:rgba(128,128,128,.096);left:0}.top-circle2{width:100px;height:100px;top:70px}.bottom-circle{width:200px;height:200px;background-color:rgba(128,128,128,.096)}}