.world-clock-section{padding:2rem 0 3rem;background-color:#faf9f8;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.world-clock-section .main-title{font-size:var(--commonFontSize-MainTitle);color:#1c2540;font-weight:600;text-align:center;margin-bottom:0}.world-clock-section .main-title .hightlight{color:var(--themeColor)}.world-clock-section .sub-title{font-size:1.125rem;color:#6b7280;text-align:center;margin:0 0 2rem}.world-clock-section .world-clock-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;justify-content:center}.world-clock-section .clock-card-container{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 10px 20px rgba(0,0,0,.07);border-left:3px solid #eaeaea;display:flex;flex-direction:column;gap:.25rem}.world-clock-section .clock-card-container .city-title{margin:0;font-size:1rem;font-weight:600;color:#1c2237;display:flex;gap:10px;align-items:center}.world-clock-section .clock-card-container .city-title img{max-width:30px}.world-clock-section .clock-card-container .clock-card{display:flex;gap:1rem;align-items:center;min-height:115px}.world-clock-section .clock-card-container .clock-card .clock{position:relative;width:90px;height:90px;border-radius:50%;background:#fff;border:2px solid #eee;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(0,0,0,.05);flex-shrink:0}.world-clock-section .clock-card-container .clock-card .clock .clock-face{position:relative;width:100%;height:100%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number{position:absolute;font-size:10px;color:#333;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-12{top:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-3{right:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-6{bottom:0;left:50%;transform:translateX(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .number-9{left:0;top:50%;transform:translateY(-50%);min-height:15px;border-radius:100%;min-width:15px;background-color:#fff;display:flex;align-items:center;z-index:9;justify-content:center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .tick{position:absolute;width:1px;height:5px;background:#aaa;top:3px;left:50%;transform-origin:center 40px;opacity:1!important}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hand{position:absolute;width:50%;height:2px;background:#333;top:50%;left:50%;transform-origin:left center}.world-clock-section .clock-card-container .clock-card .clock .clock-face .hour{height:3px;background:#3d5afe;width:30%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .minute{background:#00c853;width:35%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .second{background:#ff5252;height:1px;width:40%}.world-clock-section .clock-card-container .clock-card .clock .clock-face .center-dot{position:absolute;width:8px;height:8px;background:#333;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.world-clock-section .clock-card-container .clock-card .clock .timezone{position:absolute;bottom:-24px;font-size:.7rem;color:#666;font-weight:600}.world-clock-section .clock-card-container .clock-card .clock-info p{margin-top:0;font-size:.85rem;color:#555;line-height:1.3;margin-bottom:0;white-space:nowrap}.world-clock-section .clock-card-container .clock-card .clock-info .icon-box{display:flex;gap:10px;align-items:center;line-height:normal;margin-top:.4rem}@media(max-width:768px){.world-clock-row{grid-template-columns:1fr 1fr}}@media(max-width:480px){.world-clock-row{grid-template-columns:1fr}}.cta-section{padding:3rem 0;background:linear-gradient(90deg,#2563eb,#7c3aed)}.cta-section .container{max-width:1280px;margin:0 auto;padding:0 1rem}.cta-section .cta-content{text-align:center;animation:slideUp .6s ease-out}.cta-section .cta-content .cta-title{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#fff;margin-bottom:1.5rem}@media(min-width:1024px){.cta-section .cta-content .cta-title{font-size:var(--commonFontSize-MainTitle)}}.cta-section .cta-content .cta-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;max-width:768px;margin-left:auto;margin-right:auto}@media(max-width:768px){.cta-section .cta-content .cta-subtitle{margin-bottom:1rem}}.cta-section .cta-content .cta-benefits{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.cta-section .cta-content .cta-benefits{grid-template-columns:repeat(3,1fr)}}.cta-section .cta-content .cta-benefits .benefit-item{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--whiteColor)}.cta-section .cta-content .cta-benefits .benefit-item .icon{color:var(--whiteColor);width:2rem;height:2rem;display:flex!important;align-items:center;justify-content:center}.cta-section .cta-content .cta-benefits .benefit-item .icon svg{width:1.5rem;height:1.5rem}.cta-section .cta-content .cta-benefits .benefit-item span{font-weight:500;font-size:var(--commonFontSize)}.cta-section .cta-content .cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.cta-section .cta-content .cta-buttons{flex-direction:row}}.cta-section .cta-content .cta-buttons .primary-btn{background-color:#fff;color:var(--primary);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;display:flex;align-items:center;transition:all .3s ease;border:none;font-size:var(--commonFontSize)}.cta-section .cta-content .cta-buttons .primary-btn:hover{background-color:var(--themeColor);transform:scale(1.05);color:var(--whiteColor)}.cta-section .cta-content .cta-buttons .primary-btn .arrow-icon{margin-left:.5rem;transition:transform .3s}.cta-section .cta-content .cta-buttons .primary-btn:hover .arrow-icon{transform:translateX(.25rem)}.cta-section .cta-content .cta-buttons .secondary-btn{border:2px solid #fff;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;background-color:transparent;transition:all .3s ease}.cta-section .cta-content .cta-buttons .secondary-btn:hover{background-color:#fff;color:var(--primary)}.cta-section .cta-content .cta-buttons .service-btn{background:var(--whiteColor);color:var(--themeColor);padding:7px 15px;transition:all .5s}.cta-section .cta-content .cta-buttons .service-btn .component-iconify{background-color:var(--themeColor);color:var(--whiteColor);transition:all .5s}.cta-section .cta-content .cta-buttons .service-btn:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);color:var(--blackColor)}.cta-section .cta-content .cta-buttons .service-btn:hover .component-iconify{background-color:var(--blackColor);transform:translateX(.25rem)}.cta-section .cta-content .cta-contact{color:var(--whiteColor);font-weight:500;font-size:var(--commonFontSize);display:flex;align-items:center;margin:40px auto 0;gap:60px;width:-moz-fit-content;width:fit-content;flex-wrap:wrap;justify-content:center;row-gap:25px}@media(max-width:768px){.cta-section .cta-content .cta-contact{flex-direction:column;gap:20px;margin:24px auto 0}}.cta-section .cta-content .cta-contact .cta-contact-item{display:flex;align-items:center;gap:10px}.cta-section .cta-content .cta-contact .component-iconify,.cta-section .cta-content .cta-contact .component-iconify svg{width:30px;height:30px}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.service-faq{position:relative;padding:2.5rem 0;background:linear-gradient(to bottom right,#fff7f2,#fff0f0,#ffeef4)}.service-faq .orb{position:absolute;border-radius:9999px;filter:blur(40px);opacity:.3}.service-faq .orb.orb-1{top:5rem;left:2rem;width:8rem;height:8rem;background:linear-gradient(90deg,#ef5323,orange)}.service-faq .orb.orb-2{bottom:5rem;right:2rem;width:10rem;height:10rem;background:linear-gradient(90deg,#ef5323,#ff6a00)}.service-faq .faq-container{position:relative;max-width:1280px;margin:0 auto;padding:0 1.5rem;z-index:10}.service-faq .faq-header{text-align:center;margin-bottom:1.5rem}.service-faq .faq-header .faq-badge{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;border-radius:9999px;font-weight:600;font-size:1rem;box-shadow:0 6px 20px rgba(239,83,35,.3);transition:transform .3s;margin-bottom:1rem}.service-faq .faq-header .faq-badge:hover{transform:scale(1.05)}.service-faq .faq-header .faq-badge .faq-badge-icon{margin-right:.5rem;font-size:1.25rem}.service-faq .faq-grid{display:flex;flex-wrap:wrap;gap:2.5rem}@media only screen and (max-width:1280px){.service-faq .faq-grid{flex-direction:column}}.service-faq .faq-grid .faq-left{flex:1 1 45%;position:sticky;top:8rem;max-height:-moz-fit-content;max-height:fit-content}.service-faq .faq-grid .faq-left .faq-title-wrapper{margin-bottom:2rem}.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-title{font-size:4rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media only screen and (max-width:1280px){.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-title{font-size:3rem}}.service-faq .faq-grid .faq-left .faq-title-wrapper .faq-underline{width:40%;height:.25rem;background:linear-gradient(90deg,#ef5323,#ff6a00);border-radius:9999px;display:flex;justify-content:flex-start;margin:0 auto}.service-faq .faq-grid .faq-left .faq-card{border-radius:1rem;position:relative;transition:all .3s ease}.service-faq .faq-grid .faq-left .faq-card .faq-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.service-faq .faq-grid .faq-left .faq-card .faq-card-icon{width:3rem;height:3rem;background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:1.5rem}.service-faq .faq-grid .faq-left .faq-card .faq-card-title{font-size:2rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:0}.service-faq .faq-grid .faq-left .faq-card .faq-card-desc{color:#4b5563;text-align:left;margin-bottom:3.5rem;line-height:1.5;font-size:1.25rem}.service-faq .faq-grid .faq-left .faq-card .faq-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn{display:inline-flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;font-weight:600;border-radius:9999px;font-size:1.25rem;transition:all .3s ease;cursor:pointer}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-primary{background:linear-gradient(90deg,#ef5323,#ff6a00);color:#fff;border:none}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-primary:hover{background:linear-gradient(270deg,#ef5323,#ff6a00);transform:scale(1.05)}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-outline{border:2px solid #e5e7eb;background:#fff;color:#4b5563}.service-faq .faq-grid .faq-left .faq-card .faq-buttons .btn.btn-outline:hover{border-color:#ef5323;color:#ef5323;transform:scale(1.05)}@media only screen and (max-width:1280px){.service-faq .faq-grid .faq-left{position:relative;top:0}}.service-faq .faq-grid .faq-right{flex:1 1 50%}.service-faq .faq-grid .faq-right .faq-subtitle{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.service-faq .faq-grid .faq-right .faq-subdesc{color:#6b7280;margin-bottom:1.5rem}.accordion{display:flex;flex-direction:column;gap:1rem}.accordion .accordion-item{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.04);overflow:hidden;transition:all .3s ease}.accordion .accordion-item.open{border-color:rgba(239,83,35,.2)}.accordion .accordion-item.open .accordion-header{background:linear-gradient(90deg,#fff7f0,#fff0f0)}.accordion .accordion-item.open .accordion-icon,.accordion .accordion-item.open .accordion-question{color:#ef5323}.accordion .accordion-item.open .accordion-body{max-height:400px;opacity:1;padding:1rem 0}@media(max-width:991px){.accordion .accordion-item.open .accordion-body{max-height:-moz-max-content;max-height:max-content}}.accordion .accordion-item .accordion-header{width:100%;padding:1rem 1.5rem;text-align:left;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;border:none}.accordion .accordion-item .accordion-header:hover{background-color:#f9fafb}.accordion .accordion-item .accordion-header .accordion-question{font-size:1.125rem;font-weight:600;color:#1f2937;transition:color .3s ease;margin-bottom:0!important;width:95%;margin-top:0}.accordion .accordion-item .accordion-header .accordion-icon{font-size:1.25rem;color:#6b7280;transition:color .3s ease}.accordion .accordion-item .accordion-body{max-height:0;opacity:0;transition:all .3s ease;overflow:hidden;padding:0}.accordion .accordion-item .accordion-body .accordion-answer{color:#4b5563;line-height:1.6;border-left:4px solid;-o-border-image:linear-gradient(180deg,#ef5323,orange) 1;border-image:linear-gradient(180deg,#ef5323,orange) 1;padding:0 1.5rem 0 1rem;margin:.5rem 1rem 0}@media(max-width:991px){.accordion .accordion-item .accordion-body .accordion-answer{padding:0 0 0 5px}}.accordion .accordion-item .accordion-body .accordion-answer p,.accordion .accordion-item .accordion-body .accordion-answer ul{margin:0}.case-studies{background:#f9fafb;padding:2.5rem 0}.case-studies .container{max-width:1200px;margin:auto;padding:0 1rem}.case-studies .heading{text-align:center;margin-bottom:3rem}.case-studies .heading h2{font-size:var(--commonFontSize-MainTitle);font-weight:700;color:#111827}.case-studies .heading p{max-width:700px;margin:0 auto;color:#6b7280;font-size:1.125rem}.case-studies .slider{display:flex;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.05)}@media(max-width:1200px){.case-studies .slider{flex-direction:column-reverse}}.case-studies .slider-left{flex:1;padding:2rem;position:relative;min-width:calc(100% - 500px);max-width:calc(100% - 500px)}@media(max-width:768px){.case-studies .slider-left{padding:1rem}}@media(max-width:1200px){.case-studies .slider-left{min-width:100%;max-width:100%}}.case-studies .slider-left .badge{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.case-studies .slider-left .badge .icon-wrap{background:#ef5323;border-radius:1rem;max-width:3rem;min-width:3rem;max-height:3rem;min-height:3rem;display:flex;align-items:center;justify-content:center}.case-studies .slider-left .badge .icon-wrap .inner-dot{background:#fff;border-radius:50%;width:1rem;height:1rem}@media(max-width:500px){.case-studies .slider-left .badge .icon-wrap{display:none}}.case-studies .slider-left .badge .badge-content{display:flex;flex-direction:column;align-items:flex-start}.case-studies .slider-left .badge .badge-content h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.25rem;white-space:wrap;text-align:left}.case-studies .slider-left .badge .badge-content p{color:#6b7280;font-size:.8rem;margin:0;font-weight:500}.case-studies .slider-left .project-type{margin-bottom:1.5rem}.case-studies .slider-left .project-type p{font-size:.8rem;color:var(--themeColor);font-weight:500;background-color:var(--themeColorLight);padding:.25rem .75rem;border-radius:50px;width:-moz-fit-content;width:fit-content}.case-studies .slider-left .location-users{display:flex;gap:1rem;margin-bottom:1.5rem}.case-studies .slider-left .location-users svg{font-size:1.2rem;color:var(--themeColor)}.case-studies .slider-left .location-users .industry,.case-studies .slider-left .location-users .location{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.8rem;font-weight:500;letter-spacing:.025rem}.case-studies .slider-left .technology-used h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.case-studies .slider-left .technology-used .tech-list{display:flex;gap:1rem;flex-wrap:wrap}.case-studies .slider-left .technology-used .tech-list .tech-item{display:flex;position:relative}.case-studies .slider-left .technology-used .tech-list .tech-item svg{font-size:2rem}.case-studies .slider-left .technology-used .tech-list .tech-item .tooltip-box{font-size:.8rem;color:var(--whiteColor);font-weight:500;background-color:var(--blackColor);padding:.25rem .75rem;border-radius:5px;width:-moz-fit-content;width:fit-content;display:none;position:absolute;top:110%;left:50%;transform:translateX(-50%);z-index:10}.case-studies .slider-left .technology-used .tech-list .tech-item:hover .tooltip-box{display:block}.case-studies .slider-left .description{font-size:1rem;color:#374151;margin-bottom:0;line-height:1.7}.case-studies .slider-left .duration-users{display:flex;gap:1rem;width:100%;margin-bottom:1.5rem}.case-studies .slider-left .duration-users .duration,.case-studies .slider-left .duration-users .users{background-color:var(--themeColorLight);padding:.5rem 1rem;font-size:.75rem;color:var(--themeColor);font-weight:600;width:50%;display:flex;align-items:center;flex-direction:column;gap:.5rem;text-align:center}.case-studies .slider-left .duration-users .duration svg,.case-studies .slider-left .duration-users .users svg{font-size:2rem}.case-studies .slider-left .metrics{display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0}.case-studies .slider-left .metrics .value{font-size:1rem;font-weight:500;color:#111827;border-left:3px solid var(--themeColor);padding-left:1rem}.case-studies .slider-left .metrics .label{color:var(--themeColor);font-size:.9rem;border-left:3px solid var(--themeColor);padding-left:1rem;font-weight:600}.case-studies .slider-left .read-more{margin:0 0 1.5rem;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.case-studies .slider-left .read-more{margin:1.5rem auto}}.case-studies .slider-left .read-more .read-more-button{background:var(--whiteColor);color:var(--themeColor);display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;border-radius:.25rem;border:none;font-weight:500;text-align:center;cursor:pointer}.case-studies .slider-left .read-more .read-more-button svg{width:1rem;height:1rem}.case-studies .slider-left .controls{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.case-studies .slider-left .controls{flex-direction:column;gap:1rem}}.case-studies .slider-left .controls .arrows{display:flex;gap:.5rem}.case-studies .slider-left .controls .arrows button{background:#000;color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;border:none;transition:background .3s;font-size:1.5rem;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.5rem}.case-studies .slider-left .controls .arrows button:hover{background:#333}.case-studies .slider-left .controls .arrows button svg{min-height:2rem;max-height:2rem;min-width:2rem;max-width:2rem;color:var(--whiteColor)!important}.case-studies .slider-left .controls .arrows .dots{display:flex;gap:.4rem}.case-studies .slider-left .controls .arrows .dots .dot{width:.5rem;height:.5rem;border-radius:50%;background:#d1d5db;cursor:pointer}.case-studies .slider-left .controls .arrows .dots .dot.active{background:var(--themeColor);width:1.5rem;border-radius:9999px}.case-studies .slider-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-width:500px;max-width:500px}@media(max-width:1200px){.case-studies .slider-right{min-width:100%;max-width:100%}}@media(max-width:768px){.case-studies .slider-right{padding:1rem}}.case-studies .slider-right .macbook{width:90%;max-width:400px;background:#111827;border-radius:1rem;overflow:hidden;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06)}.case-studies .slider-right .macbook .macbook-header{background:#e5e7eb;padding:.5rem 1rem;display:flex;align-items:center;gap:.4rem;position:relative}.case-studies .slider-right .macbook .macbook-header .dot{width:.6rem;height:.6rem;border-radius:50%}.case-studies .slider-right .macbook .macbook-header .red{background:#f87171}.case-studies .slider-right .macbook .macbook-header .yellow{background:#facc15}.case-studies .slider-right .macbook .macbook-header .green{background:#34d399}.case-studies .slider-right .macbook .macbook-header .mac-title{position:absolute;left:50%;transform:translateX(-50%);font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap}.case-studies .slider-right .macbook .macbook-screen{background:#fff;max-height:300px;overflow:hidden}.case-studies .slider-right .macbook .macbook-screen img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-studies .slider-right .macbook .macbook-base{background:#4b5563;height:.5rem}.case-studies .autoplay-status{text-align:center;margin-top:1.5rem}.case-studies .autoplay-status button{background:none;border:none;color:#6b7280;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.case-studies .autoplay-status button .dot{width:.5rem;height:.5rem;border-radius:50%}.case-studies .autoplay-status button .green{background:#10b981}.case-studies .autoplay-status button .gray{background:#9ca3af}.case-studies .view-all{text-align:center;margin-top:2.5rem}.case-studies .view-all a{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border:2px solid var(--themeColor);color:var(--themeColor);font-weight:600;border-radius:.5rem;transition:all .3s}.case-studies .view-all a:hover{background:var(--themeColor);color:#fff}.service-list-sec{overflow-x:hidden!important;position:relative;padding-bottom:10px;background:url(/_next/static/media/main-bg.41ea70cd.webp);background-position:50%;background-size:100%;background-repeat:no-repeat;background-attachment:fixed}.service-list-sec .service-top-title-sec{background:url(/_next/static/media/serviceListBg.68c1b400.webp);background-position:50%;background-size:cover;padding:150px 0;display:flex;align-items:center;position:relative}@media only screen and (max-width:991px){.service-list-sec .service-top-title-sec{padding:30px 0}}.service-list-sec .service-top-title-sec:before{content:"";position:absolute;background-color:rgba(0,0,0,.502);height:100%;width:100%}.service-list-sec .service-top-title-sec .left-desc-sec{display:flex;align-items:center;height:100%;z-index:1;position:relative}.service-list-sec .service-top-title-sec .left-desc-sec .title-left{margin:0 auto}.service-list-sec .service-top-title-sec .left-desc-sec .title-left .sub-title{color:var(--whiteColor);opacity:.6}.service-list-sec .service-top-title-sec .left-desc-sec .title-left .title{font-size:40px;color:var(--whiteColor)}.service-list-sec .service-top-title-sec .left-desc-sec .title-left p{font-size:20px;color:var(--footerTextColor)}.service-list-sec .about-service-sec{padding:50px 0}.service-list-sec .about-service-sec .about-bg-sec{background:linear-gradient(160deg,#bdeaf5,#f1f9ff 50%,#ced1f0);border-radius:30px;padding:50px}.service-list-sec .about-service-sec .about-bg-sec .title-top{color:var(--blackColor)}.service-list-sec .about-service-sec .about-bg-sec .title-top h5{font-size:var(--commonFontSize-2extraLarge);font-weight:600}.service-list-sec .about-service-sec .about-bg-sec .title-top h2{font-weight:800;font-size:var(--section-titleFontSize)}.service-list-sec .about-service-sec .about-bg-sec .title-top p{color:var(--textColor)}.service-list-sec .about-service-sec .about-bg-sec .title-top img{max-width:200px}.service-list-sec .tabbing-sec .title-left{margin-bottom:30px}.service-list-sec .tabbing-sec .title-left h2{margin-bottom:0!important}.service-list-sec .tabbing-sec .title-left p{color:var(--blackColor);font-size:var(--commonFontSize-extraLarge)}.service-image-container{width:100%;height:100%}@media only screen and (max-width:991px){.service-image-container{margin:30px auto;width:80%}}.service-image-container img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.services-herosection-details{padding:30px 0 60px;position:relative;z-index:10}@media only screen and (max-width:1024px){.services-herosection-details{padding-top:0}}@media(max-width:950px){.services-herosection-details .hero-main-sec{flex-direction:column-reverse}.services-herosection-details .hero-main-sec div{width:100%}}.services-herosection-details .service-title-left{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;height:100%}.services-herosection-details .service-title-left .service-sub-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.services-herosection-details .service-title-left .service-title{font-size:var(--commonFontSize-Title);font-weight:600;line-height:56px;color:var(--blackColor);margin:0 0 15px}@media(max-width:950px){.services-herosection-details .service-title-left .service-title{line-height:revert}}.services-herosection-details .service-title-left p{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400}.services-herosection-details .service-title-right{display:flex;justify-content:end;align-items:center}.services-herosection-details .service_wave{position:absolute;bottom:50px;left:0;z-index:-1;width:100%;height:35%}.services-herosection-details .service_wave img{width:100%;max-width:revert;height:100%;-o-object-fit:inherit;object-fit:inherit}@media screen and (max-width:768px){.services-herosection-details .service_wave img{-o-object-fit:cover;object-fit:cover}}.service-features .container{display:flex;flex-wrap:wrap;align-items:center;position:relative}.service-features .col-6{flex:0 0 50%;max-width:50%}.service-features .service-features-left{position:relative}.service-features .service-features-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%}.service-features .service-features-right .sub-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.service-features .service-features-right .headline{font-size:var(--commonFontSize-Title);font-weight:600;line-height:56px;color:var(--blackColor);margin:0 0 15px}@media(max-width:768px){.service-features .service-features-right .headline{line-height:revert}}.service-features .service-features-right .description{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400}.mark-content,.service-features .service-features-right .description span{font-weight:600;color:var(--themeColor)}.service-solutions{padding:25px 0}.service-solutions .container{display:flex;flex-wrap:wrap;align-items:center;position:relative}.service-solutions .container .col-6{flex:0 0 50%;max-width:50%}.service-solutions .container .service-solutions-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%}.service-solutions .container .service-solutions-left .sub-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.service-solutions .container .service-solutions-left .headline{font-size:var(--commonFontSize-Title);font-weight:600;line-height:56px;color:var(--blackColor);margin:0 0 15px}.service-solutions .container .service-solutions-left .description{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400}.service-solutions .container .service-solutions-left .highlight-sec{padding:10px;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:15px}@media screen and (max-width:768px){.service-solutions .container .service-solutions-left .highlight-sec{width:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}}.service-solutions .container .service-solutions-left .highlight-sec p{color:#fff}.service-solutions .container .service-solutions-left .highlight-sec .service-btn{background-color:#fff;color:var(--themeColor)}.service-solutions .container .service-solutions-left .highlight-sec .service-btn .component-iconify{background-color:var(--themeColor);color:var(--whiteColor)}.service-solutions .container .service-solutions-right{position:relative;display:flex;justify-content:flex-end}.service-solutions .container .service-solutions-right .clipped-image-container{width:600px;height:600px;-o-object-fit:cover;object-fit:cover}.service-solutions .container .service-solutions-right .clipped-image-container img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media(max-width:768px){.service-solutions .container .service-solutions-right .clipped-image-container img{width:90%}.service-solutions .container .service-solutions-right .clipped-image-container{display:flex;align-items:center}}.service-solutions .container .badge{position:absolute;padding:8px;border-radius:8px;box-shadow:0 0 5px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.1);font-weight:700;background-color:var(--whiteColor);font-size:var(--commonFontSize-extraLarge);display:flex;align-items:center;z-index:10;gap:10px}.service-solutions .container .badge .count{background-color:#ffeee8;display:flex;align-items:center;justify-content:center;width:50px;height:50px;font-size:var(--commonFontSize);font-weight:700;color:var(--themeColor);border-radius:5px;border:1px solid #e0e0e0}.service-solutions .container .badge span{font-size:var(--commonFontSize-medium);text-align:center;font-weight:600;color:var(--themeColor)}.service-solutions .container .badge.experience{top:10%;right:36%}@media(max-width:950px){.service-solutions .container .badge.experience{top:0;right:revert;left:0}}.service-solutions .container .badge.team{bottom:15%;right:0}.service-keysolutions{padding:60px 0;position:relative;background-color:#fbf2f2}.service-keysolutions .headline-title{font-size:var(--commonFontSize-MainTitle);text-align:center}@media(max-width:768px){.service-keysolutions{padding:40px 0}}.service-keysolutions .container{flex-wrap:wrap;align-items:center;position:relative}.service-keysolutions .container .row{width:100%}.service-keysolutions .container .col-6{flex:0 0 50%;max-width:50%}.service-keysolutions .container .service-keysolutions-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:sticky;top:100px;z-index:10}@media(max-width:1200px){.service-keysolutions .container .service-keysolutions-left{position:static;margin-bottom:25px;border-right:0}}.service-keysolutions .container .service-keysolutions-left .service-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0}.service-keysolutions .container .service-keysolutions-left .service-sub-title{font-size:var(--commonFontSize-Title);font-weight:600;line-height:50px;color:var(--blackColor);margin:0 0 15px}.service-keysolutions .container .service-keysolutions-left .services-list{display:flex;flex-direction:column;gap:10px}@media(max-width:1200px){.service-keysolutions .container .service-keysolutions-left .services-list{flex-direction:row;flex-wrap:wrap}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item{width:calc(50% - 10px)}}@media(max-width:768px){.service-keysolutions .container .service-keysolutions-left .services-list{flex-direction:column;width:100%}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item{width:100%}}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item{display:flex;align-items:center;gap:10px;padding:6px;border-radius:0;border:1px solid var(--footerTextColor)}@media(max-width:1200px){.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item{min-width:calc(50% - 10px)}}@media(max-width:768px){.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item{min-width:revert;width:100%;min-width:100%}}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item .service-item-number{font-size:var(--commonFontSize);font-weight:600;color:var(--whiteColor);width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:5px;background-color:var(--themeColor);letter-spacing:.5px}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item .service-item-title{font-size:var(--commonFontSize-medium);font-weight:500;color:var(--blackColor);-webkit-user-select:none;-moz-user-select:none;user-select:none}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item.active,.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item:hover{cursor:pointer;background-color:var(--themeColor)}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item.active .service-item-number,.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item:hover .service-item-number{background-color:var(--whiteColor);color:var(--themeColor)}.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item.active .service-item-title,.service-keysolutions .container .service-keysolutions-left .services-list .service-list-item:hover .service-item-title{color:var(--whiteColor)}.service-keysolutions .container .service-keysolutions-right{border-left:1px solid var(--borderColor);padding-left:24px}@media only screen and (max-width:1200px){.service-keysolutions .container .service-keysolutions-right{padding-left:0;border-left:0}}.service-keysolutions .container .service-keysolutions-right .service-top-section .service-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.service-keysolutions .container .service-keysolutions-right .service-top-section .service-main-title{font-size:var(--commonFontSize-subTitle);font-weight:600;margin:0;color:var(--blackColor);line-height:1;padding-bottom:15px}.service-keysolutions .container .service-keysolutions-right .service-top-section .service-description{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400;padding-bottom:15px}.service-keysolutions .container .service-keysolutions-right .service-middle-section{margin:20px 0}.service-keysolutions .container .service-keysolutions-right .service-middle-section .service-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.service-keysolutions .container .service-keysolutions-right .service-middle-section .service-description{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400;padding-bottom:15px}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section{margin-bottom:55px}@media(max-width:768px){.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section{margin-bottom:30px}}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group{margin:25px 0}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group .techstack-title{letter-spacing:.8px;text-transform:uppercase;font-size:16px;font-weight:600;line-height:20px;text-align:center;padding:15px 0}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group .techstack-list{display:flex;align-items:center;justify-content:center;gap:25px}@media(max-width:1550px){.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group .techstack-list{flex-wrap:wrap}}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group .techstack-list .techstack-item{width:100px;height:75px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border-radius:5px;display:flex;align-items:center;justify-content:center;padding:10px 15px;background:var(--whiteColor)}.service-keysolutions .container .service-keysolutions-right .service-middle-section .tech-logos-section .tech-stack-group .techstack-list .techstack-item img{width:auto;height:95%;-o-object-fit:cover;object-fit:cover}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-title{display:inline-block;color:var(--themeColor);font-size:var(--commonFontSize);font-weight:600;line-height:22px;margin:0 0 5px}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-description{color:var(--textColor-medium);font-size:var(--commonFontSize);font-weight:400;padding-bottom:15px}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-bottom-section-list .service-bottom-section-item{margin-bottom:10px}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-bottom-section-list .service-bottom-section-item .title{display:flex;align-items:center;gap:8px;color:var(--themeColor);font-size:var(--commonFontSize-medium);font-weight:600}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-bottom-section-list .service-bottom-section-item .title .iconify{color:var(--themeColor);height:25px;width:25px}.service-keysolutions .container .service-keysolutions-right .service-bottom-section .service-bottom-section-list .service-bottom-section-item .description{color:var(--textColor-medium);font-size:var(--commonFontSize-medium);font-weight:400}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item{display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:20px;border-radius:10px;background-color:var(--whiteColor);box-shadow:0 5px 15px 0 rgba(0,0,0,.15)}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item .component-iconify .iconify{width:40px!important;height:40px!important;color:var(--themeColor)}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item .service-keysolutions-item-content{display:flex;flex-direction:column;gap:10px}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item .service-keysolutions-item-content .service-keysolutions-item-title{font-size:var(--commonFontSize-large);font-weight:600;line-height:22px;color:var(--blackColor);margin:0 0 5px}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item .service-keysolutions-item-content .service-keysolutions-item-description{color:var(--textColor-medium);font-size:var(--commonFontSize-medium);font-weight:400}.service-keysolutions .container .service-keysolutions-right .service-keysolutions-item:hover{scale:1.05;transition:all .3s ease-in-out}.services-details{position:relative;z-index:10}.headline-title{font-size:var(--commonFontSize-MainTitle);margin-bottom:20px;color:#25245d;font-weight:600;width:100%}.headline-title .highlight-text{color:var(--themeColor)}@media(max-width:1024px){.headline-title{width:100%}}@media(max-width:950px){.services-herosection-details .service-title-right{display:flex;align-items:center;justify-content:center}}