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