.trusted-brands{padding:60px 0}.trusted-left{margin-bottom:30px;text-align:center}.trusted-left h3{color:#333!important;margin:0}.brands-marquee{overflow:hidden;position:relative;width:100%}.brands-track{animation:marquee 25s linear infinite;display:flex;gap:20px;width:max-content}.brands-marquee:hover .brands-track{animation-play-state:paused}.brand-card{align-items:center;background:#fff;border-radius:12px;display:flex;flex-shrink:0;justify-content:center;width:170px}.brand-card img{height:100%;object-fit:contain;width:100%}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.brand-card{height:70px;padding:12px 18px;width:140px}.brands-track{animation-duration:18s}}