.home-service-card{background-color:#f9f9f9;border-radius:12px;border:3px solid transparent;transition:all .3s ease}.home-service-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-3px);--border-angle:0deg;border-radius:12px;border-width:2px;animation:border-angle-rotate 2s linear infinite;background:linear-gradient(white,white) padding-box,conic-gradient(from var(--border-angle),oklch(100% 100% 0deg),oklch(100% 100% 45deg),oklch(100% 100% 90deg),oklch(100% 100% 135deg),oklch(100% 100% 180deg),oklch(100% 100% 225deg),oklch(100% 100% 270deg),oklch(100% 100% 315deg),oklch(100% 100% 1turn)) border-box}.marquee-wrapper{white-space:nowrap}.animate-marquee-left,.animate-marquee-right{display:inline-flex;animation-duration:20s;animation-timing-function:linear;animation-iteration-count:infinite}.animate-marquee-left{animation-name:marqueeLeft}.animate-marquee-right{animation-name:marqueeRight}@media (max-width:768px){.animate-marquee-left .img-fluid,.animate-marquee-right .img-fluid{max-height:180px;min-width:180px}}@keyframes marqueeLeft{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes marqueeRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}