.marquee-container{overflow:hidden;width:100%;background:#fff;position:relative}.marquee{display:flex;gap:20px;width:max-content;animation:marquee-scroll 50s linear infinite}.marquee-item{flex:0 0 auto;cursor:pointer}.marquee-img{height:100px;object-fit:contain}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.bg-img-1{background-image:url(/Home/04.webp);background-repeat:no-repeat;background-size:cover;background-position:50%;height:100%}.service{display:inline-block;text-align:center;cursor:pointer;transition:transform .3s}.services-icon .icon-shape{transition:fill .3s;fill:#fff}.service:hover .services-icon .icon-shape,.service:hover .services-icon .icon-shape path,.service:hover .services-icon .inner-shape{fill:#ffde17}.service-mobile{display:inline-block;text-align:center;cursor:pointer;transition:transform .3s}.service-mob-icon .icon-shape-mob{transition:fill .3s;fill:#fff}.service-mobile:hover .service-mob-icon .icon-shape-mob{fill:#ffde17}