.hero-slider-section{width:100%;height:100vh;position:relative;overflow:hidden}.hero-swiper{width:100%;height:100%}.hero-slide{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.hero-video-wrapper,.hero-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-overlay{background:linear-gradient(50deg,#000000da 40%,#0000);position:absolute;inset:0}.hero-slide:nth-child(2) .hero-overlay{background:linear-gradient(135deg,#140028e6 0%,#3c0064cc 50%,#140028e6 100%)}.hero-content-wrapper{z-index:10;align-items:end;width:100%;height:100%;padding-bottom:3.5rem;display:flex;position:relative}.hero-container{width:100%;max-width:1680px;margin:0 auto;padding:0 20px}.hero-content{justify-content:space-between;gap:4rem;display:flex}.hero-text-content{flex:1;max-width:800px}.hero-title{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-family:"exo 2",sans-serif;font-size:clamp(2.5rem,5.1vw,6rem);font-weight:800;line-height:1.1}.title-word{opacity:0;animation:.8s ease-out forwards fadeInUp;display:inline-block}.hero-subtitle{color:#ffffffe6;opacity:0;margin:0 0 2rem;font-size:clamp(1.2rem,3vw,1.5rem);line-height:1.6;animation:1s ease-out .3s forwards fadeInUp}.hero-description{color:#fffc;opacity:0;margin:0 0 2.5rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.8;animation:1s ease-out .5s forwards fadeInUp}.hero-cta-button{color:#0a3d62;opacity:0;background:#fff;border-radius:50px;justify-content:center;align-items:center;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:1s ease-out .7s forwards fadeInUp;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.hero-cta-button span{z-index:1;position:relative}.hero-cta-button:before{content:"";background:linear-gradient(135deg,#fbbf24,#f59e0b);transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)}.hero-cta-button:hover:before{transform:translate(0)}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 50px #fbbf2466}.hero-stats{grid-template-columns:repeat(2,1fr);justify-content:end;align-items:end;gap:1.5rem;display:grid}.stat-card{color:#0a3d62;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left;opacity:0;background:#fbbf24;border:1px solid #fff3;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;max-width:300px;height:320px;padding:1.5rem;transition:all .4s;animation:1.5s ease-out forwards scaleIn;display:flex}.stat-label{text-align:left;color:#0a3d62;width:100%;max-width:80px;font-size:1.7rem;font-weight:500;line-height:1.2;transition:all .4s}.stat-card-head{justify-content:space-between;align-items:center;gap:15px;transition:all .4s;display:flex}.stat-card-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:all .4s;display:flex}.stat-card-icon svg{width:18px;height:18px;transition:all .4s}.stat-card:hover{background-color:#0000;background-image:linear-gradient(135deg,#fff6 0%,#fff3 100%);transform:translateY(-10px)}.stat-card:hover .stat-card-icon{background:#000}.stat-card:hover .stat-card-icon svg{fill:#fff;transform:rotate(45deg)}.stat-card:nth-child(2){background-color:#0000;background-image:linear-gradient(135deg,#fff6 0%,#fff3 100%);box-shadow:0 10px 30px #0000004d}.stat-card:nth-child(2) .stat-label,.stat-card:nth-child(2) .stat-value,.stat-card:nth-child(2) .stat-value h3,.stat-card:nth-child(2) p,.stat-card:hover:first-child .stat-label,.stat-card:hover:first-child .stat-value,.stat-card:hover:first-child .stat-value h3,.stat-card:hover:first-child p{color:#fff;transition:all .4s}.stat-card:nth-child(2):hover{background:#000}.stat-card:nth-child(2):hover .stat-card-icon{background:#fff}.stat-card:nth-child(2):hover .stat-card-icon svg{fill:#000;transform:rotate(45deg)}.stat-card-head .stat-value{text-align:left;padding-top:3rem;color:#000!important}.stat-value p{font-size:16px}.stat-value h3{color:#0a3d62;font-size:3.2rem;font-weight:600;line-height:1.25}.stat-value .extraText{margin-top:.6rem}.scroll-indicator{color:#ffffffb3;letter-spacing:2px;z-index:20;opacity:0;flex-direction:column;align-items:center;gap:1rem;font-size:.75rem;animation:1s ease-out 1.5s forwards fadeIn;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(#ffffffb3,#0000);width:1px;height:60px;animation:2s ease-in-out infinite scrollAnimation}.hero-swiper .swiper-pagination,.industries-swiper .swiper-pagination{z-index:30;bottom:2rem;display:block!important}.hero-swiper .swiper-pagination-bullet,.industries-swiper .swiper-pagination-bullet{opacity:1;cursor:pointer;background:#fff6;border-radius:50%;width:12px;height:12px;transition:all .3s}.industries-swiper .swiper-pagination-bullet{background:#0006}.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.industries-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fbbf24;border-radius:6px;width:40px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes moveForwards{0%{transform:translateY(0)}to{transform:translateY(-12px)}}@keyframes scrollAnimation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.hero-swiper .swiper-slide{opacity:0;transition:opacity 1.5s}.hero-swiper .swiper-slide-active{opacity:1}@media (max-width:1600px){.hero-stats{gap:1rem}.stat-card{max-width:280px;height:300px}}@media (max-width:1450px){.scroll-indicator{display:none}.hero-content{gap:3rem}}@media (max-width:1280px){.hero-container{max-width:1200px}.hero-text-content{max-width:700px}.stat-card{max-width:260px;height:280px}.stat-label{font-size:1.5rem}.stat-value h3{font-size:2.8rem}}@media (max-width:1024px){.hero-content{flex-direction:column;align-items:flex-start;gap:2.5rem}.hero-text-content{max-width:100%}.hero-subtitle{margin-bottom:1.5rem;font-size:1.25rem}.hero-stats{width:100%;max-width:600px}.stat-card{width:100%;max-width:100%;height:260px}.stat-value{padding-top:1.5rem}.stat-value .extraText{margin-top:.5rem}.hero-cta-button{padding:1.125rem 2.5rem;font-size:1.0625rem}.stat-value h3{font-size:2.6rem}}@media (max-width:768px){.hero-slider-section,.hero-slide{height:auto;min-height:100vh}.hero-content-wrapper{align-items:center;padding:8rem 0 6rem}.hero-container{padding:0 1.5rem}.hero-content{gap:2rem}.hero-title{margin-bottom:1.25rem;font-size:clamp(2rem,8vw,3.5rem)}.hero-subtitle{margin-bottom:1.25rem;font-size:1.125rem}.hero-description{margin-bottom:2rem;font-size:1rem}.hero-cta-button{text-align:center;justify-content:center;width:100%;max-width:100%;padding:1rem 2.5rem;font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1.25rem;width:100%;max-width:100%}.stat-card{max-width:100%;height:auto;min-height:240px;padding:1.5rem}.stat-label{max-width:100%;font-size:1.5rem}.stat-value h3{font-size:3rem}.stat-value p{font-size:1rem}.scroll-indicator{bottom:2rem}}@media (max-width:640px){.hero-content-wrapper{padding:7rem 0 5rem}.hero-title{font-size:clamp(1.875rem,7vw,2.5rem)}.stat-card{min-height:220px;padding:1.25rem}.stat-card-icon{width:50px;height:50px}.stat-card-icon svg{width:16px;height:16px}.stat-value h3{font-size:2.5rem}}@media (max-width:480px){.hero-content-wrapper{padding:6rem 0 4rem}.hero-container{padding:0 1rem}.hero-title{margin-bottom:1rem;font-size:clamp(1.75rem,6.5vw,2.25rem)}.hero-subtitle{margin-bottom:1rem;font-size:1rem}.hero-description{margin-bottom:1.5rem;font-size:.95rem}.hero-cta-button{padding:.875rem 2rem;font-size:.95rem}.stat-card{min-height:200px;padding:1rem}.stat-label{font-size:1.25rem}.stat-value h3{font-size:2.25rem}.stat-value p{font-size:.9rem}.stat-value .extraText{margin-top:.75rem;font-size:.85rem}.stat-card-icon{width:45px;height:45px}.stat-card-icon svg{width:14px;height:14px}}@media (max-width:375px){.hero-title{font-size:1.625rem}.hero-subtitle{font-size:.95rem}.stat-card{min-height:180px}.stat-label{font-size:1.125rem}.stat-value h3{font-size:2rem}}.hero-video,.hero-image-wrapper,.title-word,.hero-cta-button,.stat-card{will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.title-word,.hero-subtitle,.hero-description,.hero-cta-button,.stat-card,.scroll-indicator{opacity:1;animation:none;transform:none}.scroll-line{animation:none}}@media (max-height:800px) and (min-width:769px){.hero-text-content{max-width:900px}.hero-cta-button{display:none}.hero-subtitle{margin:0}}
.serviceCard{width:100%;padding:5rem 20px;position:relative}.serviceCard .serviceBox{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex}.serviceCard .sec-title{text-align:center;width:100%;max-width:1350px;margin:0 auto}.bg-overlay{z-index:-1;position:absolute;top:0%;left:0%}.flipX{transform-origin:100%;transform:rotateY(180deg)}.bg-overlay.flipX{transform-origin:100%;z-index:-1;top:-2%;right:50%}.bg-overlay svg{width:auto;height:21.3vw;fill:var(--secondry)}.serviceCard .sec-title .h2-title{text-align:center;margin-bottom:1.2rem}.cardbox{grid-template-columns:repeat(4,1fr);gap:35px;width:100%;max-width:1680px;margin:50px auto 0;display:grid}.cardbox .card-item{color:#fff;cursor:pointer;width:100%;height:540px;padding:25px 30px;transition:all .4s;position:relative;overflow:hidden}.cardbox .card-item img{object-fit:cover;z-index:-1;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.card-item .card-cate{text-transform:capitalize;color:var(--secondry);margin-bottom:15px;transition:all .4s}.card-item:hover .card-cate{color:#fff}.card-item .card-title{color:var(--secondry);font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600;line-height:1.2;transition:all .4s}.card-item:hover .card-title{color:var(--secondry)}.card-item .card-content{margin-top:30px;transition:all .4s;position:relative;left:120%}.card-item a{color:#fff;font-weight:600;text-decoration:none;transition:all .4s;position:absolute;bottom:-30px;right:30px}.card-item:hover a{color:var(--secondry)}.card-item a:after{content:"";background:#fff;width:30%;height:2px;margin-top:1px;transition:all .3s;display:block}.cardbox .card-item:hover{transform:scale(1.035)}.card-item:hover img{filter:blur(25px);transform:scale(2)}.card-item:hover .card-content{left:0}.card-item:hover a{bottom:25px}.card-item a:hover:after{width:100%}.industries-swiper{margin-top:40px;padding-bottom:50px}.industries-swiper .swiper-wrapper{padding:20px 0}.industries-swiper .swiper-slide{justify-content:center;display:flex}.industries-swiper .indus-item{text-align:left;text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:300px;height:220px;padding:20px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.industries-swiper .indus-item img{width:80px;margin-bottom:16px;transition:filter .3s,transform .3s}.industries-swiper .indus-item h3{word-wrap:break-word;color:#1e1b4b;margin:0;font-size:1.35rem;font-weight:600;line-height:1.3;transition:all .3s}.industries-swiper .indus-desc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:.875rem;line-height:1.4;transition:all .3s;display:-webkit-box;overflow:hidden}.industries-swiper .indus-item:hover{background:var(--primary);transform:translateY(-6px);box-shadow:0 8px 30px #0000001a}.industries-swiper .indus-item:hover h3,.industries-swiper .indus-item:hover p{color:#fff}.industries-swiper .indus-item:hover img{filter:brightness(1000);transform:scale(1.1)}@media (max-width:1100px){.cardbox{grid-template-columns:1fr 1fr}}@media (max-width:650px){.serviceCard{padding:4rem 20px}.bg-overlay svg{height:200px}.card-item .card-title{font-size:1.35rem}.card-item .card-content{margin-top:15px;font-size:.9rem}.card-item a{font-size:.9rem}.cardbox{grid-template-columns:1fr}}
.value-section-final{background:#012b5d;padding-bottom:8rem;position:relative;overflow:hidden}.value-fade-in{animation:.8s ease-out both valueFadeIn}@keyframes valueFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.value-container-final{max-width:1680px;margin:0 auto;padding:0 2rem;position:relative}.value-content-area{z-index:5;position:relative}.value-grid-final{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:200px;display:grid}.value-text-column{flex-direction:column;align-self:center;gap:1.8rem;display:flex}.value-intro-box{margin-bottom:.5rem}.value-heading-main{color:#fbbf24;margin:0 0 1.5rem;font-family:"exo 2",sans-serif;font-size:clamp(1.75rem,5vw,3.3rem);font-weight:800;line-height:1.15}.value-description-main{color:#fffffff2;margin:0;font-size:1.125rem;line-height:1.8}.value-detail-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;padding:2rem;box-shadow:0 10px 40px #0003}.value-detail-title{margin:0 0 1.25rem;font-size:2rem;font-weight:800;line-height:1.3}.value-detail-description{color:#fffffff2;margin:0 0 2rem;font-size:1.0625rem;line-height:1.75}.value-feature-list{flex-direction:column;gap:1.125rem;margin:0;padding:0;list-style:none;display:flex}.value-feature-list li{color:#fffffff2;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.65;display:flex}.feature-check{flex-shrink:0;margin-top:3px}.value-circle-column{justify-content:center;align-items:center;height:100%;display:flex}.circle-sticky-wrapper{width:100%;max-width:500px;position:sticky}.value-circle-svg-final{filter:drop-shadow(0 15px 50px #00000059);width:100%;height:auto}.proposition-image{width:100%;height:auto;display:block;position:relative}.circle-sticky-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.sector-overlay{cursor:pointer;clip-path:polygon(50% 50%,100% 0,100% 100%);background:0 0;width:100%;height:100%;transition:background .2s;position:absolute;top:0;left:0}.sector-overlay.active{background:#ffffff26}.circle-segment-final{transform-origin:50%;transition:all .35s cubic-bezier(.4,0,.2,1)}.circle-segment-final:hover{filter:brightness(1.15);transform:scale(1.025);opacity:1!important}.circle-segment-final:active{transform:scale(.975)}.segment-label-final{pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 2px 6px #00000059;letter-spacing:.3px}@media (max-width:1024px){.value-content-area{margin-top:150px}.value-grid-final{grid-template-columns:1fr;gap:3rem}.value-circle-column{order:1}.value-text-column{order:2}.circle-sticky-wrapper{max-width:450px;position:relative;top:0}.value-section-final{padding-bottom:6rem}}@media (max-width:768px){.value-container-final{padding:0 1.5rem}.value-description-main{font-size:1rem}.value-detail-card{padding:2rem}.value-detail-title{font-size:1.75rem}.value-detail-description{margin-bottom:1.75rem;font-size:1rem}.value-feature-list{gap:1rem}.value-feature-list li{font-size:.95rem}.circle-sticky-wrapper{max-width:380px}.segment-label-final{font-size:11px}.value-section-final{padding-bottom:2rem}}@media (max-width:480px){.value-detail-card{padding:1.45rem}.value-detail-title{font-size:1.5rem}.circle-sticky-wrapper{max-width:320px}.segment-label-final{font-size:9px}.value-section-final{padding-bottom:0}}@media (prefers-reduced-motion:reduce){.circle-segment-final{transition:opacity .3s}.circle-segment-final:hover{transform:none}.value-fade-in{animation:none}}.circle-segment-final:focus{outline-offset:4px;outline:3px solid #fbbf24}.value-content-area,.value-fade-in,.circle-segment-final{will-change:transform,opacity}
