.service-hero{position:relative;overflow:hidden;min-height:100vh;padding:150px 0 0}.service-hero .service-hero-content{position:relative;z-index:2}.service-hero .service-hero-name{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px}.service-hero .service-hero-name img{width:22px;height:22px;object-fit:contain}.service-hero .service-hero-name span{font-size:16px;font-weight:600}.service-hero h1{max-width:850px;margin:0 auto;font-weight:700;line-height:1.3}.service-hero .description{max-width:700px;margin:20px auto 30px;font-size:17px;line-height:1.8;opacity:.7}.service-hero .service-hero-image{position:relative;z-index:2;width:100%;max-width:1000px;margin:60px auto 0}.service-hero .service-hero-image img{width:100%;height:auto;display:block}.service-hero .service-hero-floating-icon{opacity:.06;z-index:1;width:200px;height:180px;position:absolute;top:20%;inset-inline-end:10%;transform:rotate(-15deg)}.service-hero .service-hero-floating-icon img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:991px){.service-hero{padding-top:120px}.service-hero .service-hero-floating-icon{width:110px;height:110px;left:4%;top:70px}.service-hero .service-hero-image{margin-top:50px}}@media screen and (max-width:767px){.service-hero{padding-top:100px}.service-hero .service-hero-name{margin-bottom:15px}.service-hero .service-hero-name img{width:19px;height:19px}.service-hero .service-hero-name span{font-size:14px}.service-hero h1{font-size:32px}.service-hero .description{font-size:15px;margin-top:15px}.service-hero .service-hero-image{margin-top:40px}.service-hero .service-hero-floating-icon{width:80px;height:80px;left:2%;top:60px}}html[dir=ltr] .service-hero .service-hero-floating-icon{transform:rotate(15deg)}.service-feature{padding:50px 0}.service-feature.last-feature{padding:3vw;border-radius:45px;background:linear-gradient(50deg,#F7F8FC,#F7F8FC,color-mix(in srgb,var(--theme-color) 40%,transparent))}.service-feature .feature-content{display:flex;align-items:center;justify-content:space-between;gap:80px}.service-feature .feature-text{flex:1 1}.service-feature .feature-text h2{margin-bottom:20px;font-weight:500}.service-feature .feature-text .description{font-size:17px;line-height:1.8;opacity:.7}.service-feature .feature-image{flex:1 1}.service-feature .feature-image img{width:100%;height:auto;display:block}.service-feature.image_first .feature-image{order:1}.service-feature.image_first .feature-text{order:2}.service-feature.image_last .feature-text{order:1}.service-feature.image_last .feature-image{order:2}.service-feature.image_below .feature-content{flex-direction:column;text-align:center;gap:45px}.service-feature.image_below .feature-text{width:100%;max-width:750px}.service-feature.image_below .feature-image{width:100%;max-width:900px}@media screen and (max-width:991px){.service-feature{padding:40px 0}.service-feature .feature-content{gap:40px}}@media screen and (max-width:767px){.service-feature{padding:30px 0}.service-feature .feature-content{flex-direction:column;text-align:center;gap:30px}.service-feature .feature-image,.service-feature .feature-text{width:100%}.service-feature.image_first .feature-image{order:1}.service-feature.image_first .feature-text{order:2}.service-feature.image_last .feature-text{order:1}.service-feature.image_last .feature-image{order:2}.service-feature.last-feature{border-radius:25px;padding:25px}}