.brandmarquee-module__6yL01W__brandSection{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:60px 0;position:relative;overflow:hidden}.brandmarquee-module__6yL01W__brandSection:before{content:"";background:linear-gradient(90deg,#ef0407,#c00306,#ef0407) 0 0/200% 100%;height:4px;animation:3s infinite brandmarquee-module__6yL01W__gradientShift;position:absolute;top:0;left:0;right:0}@keyframes brandmarquee-module__6yL01W__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.brandmarquee-module__6yL01W__headerContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1320px;margin:0 auto 40px;padding:0 20px;display:flex}.brandmarquee-module__6yL01W__sectionTitle{color:#1a1a1a;margin:0;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.brandmarquee-module__6yL01W__sectionTitle:after{content:"";background:linear-gradient(90deg,#ef0407,#c00306);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-8px;left:0}.brandmarquee-module__6yL01W__viewAllBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef0407 0%,#c00306 100%);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #ef04074d}.brandmarquee-module__6yL01W__viewAllBtn:hover{background:linear-gradient(135deg,#c00306 0%,#a00205 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ef040766}.brandmarquee-module__6yL01W__viewAllBtn:active{transform:translateY(0)}.brandmarquee-module__6yL01W__arrowIcon{transition:transform .3s}.brandmarquee-module__6yL01W__viewAllBtn:hover .brandmarquee-module__6yL01W__arrowIcon{transform:translate(4px)}.brandmarquee-module__6yL01W__marqueeContainer{flex-direction:column;gap:30px;width:100%;display:flex;position:relative}.brandmarquee-module__6yL01W__marqueeRow{width:100%;padding:10px 0;position:relative;overflow:hidden}.brandmarquee-module__6yL01W__marqueeContent{will-change:transform;gap:25px;width:fit-content;display:flex}.brandmarquee-module__6yL01W__marqueeLeftToRight{animation:120s linear infinite brandmarquee-module__6yL01W__scrollLeftToRight}.brandmarquee-module__6yL01W__marqueeLeftToRight:hover{animation-play-state:paused}@keyframes brandmarquee-module__6yL01W__scrollLeftToRight{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.brandmarquee-module__6yL01W__marqueeRightToLeft{animation:120s linear infinite brandmarquee-module__6yL01W__scrollRightToLeft}.brandmarquee-module__6yL01W__marqueeRightToLeft:hover{animation-play-state:paused}@keyframes brandmarquee-module__6yL01W__scrollRightToLeft{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.brandmarquee-module__6yL01W__brandCard{cursor:pointer;background:#fff;border:1px solid #e9ecef;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:180px;max-width:180px;height:140px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.brandmarquee-module__6yL01W__brandCard:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.brandmarquee-module__6yL01W__brandCard:hover:before{left:100%}.brandmarquee-module__6yL01W__brandCard:hover{border-color:#ef0407;transform:translateY(-8px)scale(1.05);box-shadow:0 12px 24px #ef040733}.brandmarquee-module__6yL01W__brandImageWrapper{background:#f8f9fa;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;padding:8px;transition:all .3s;display:flex}.brandmarquee-module__6yL01W__brandCard:hover .brandmarquee-module__6yL01W__brandImageWrapper{background:#ffe7e7}.brandmarquee-module__6yL01W__brandImage{object-fit:contain;width:100%;height:100%;transition:transform .3s}.brandmarquee-module__6yL01W__brandCard:hover .brandmarquee-module__6yL01W__brandImage{transform:scale(1.1)}.brandmarquee-module__6yL01W__brandPlaceholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.brandmarquee-module__6yL01W__brandInitial{color:#fff;text-transform:uppercase;font-size:2rem;font-weight:700}.brandmarquee-module__6yL01W__brandName{color:#495057;text-align:center;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.9rem;font-weight:600;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.brandmarquee-module__6yL01W__brandCard:hover .brandmarquee-module__6yL01W__brandName{color:#ef0407}@media (max-width:768px){.brandmarquee-module__6yL01W__brandSection{padding:40px 0}.brandmarquee-module__6yL01W__headerContainer{padding:0 15px}.brandmarquee-module__6yL01W__sectionTitle{font-size:1.8rem}.brandmarquee-module__6yL01W__viewAllBtn{padding:10px 20px;font-size:.9rem}.brandmarquee-module__6yL01W__marqueeContainer{gap:20px}.brandmarquee-module__6yL01W__marqueeContent{gap:15px}.brandmarquee-module__6yL01W__brandCard{min-width:140px;max-width:140px;height:120px;padding:15px}.brandmarquee-module__6yL01W__brandImageWrapper{width:60px;height:60px}.brandmarquee-module__6yL01W__brandName{font-size:.8rem}.brandmarquee-module__6yL01W__marqueeLeftToRight{animation:80s linear infinite brandmarquee-module__6yL01W__scrollLeftToRight}.brandmarquee-module__6yL01W__marqueeRightToLeft{animation:80s linear infinite brandmarquee-module__6yL01W__scrollRightToLeft}}@media (max-width:480px){.brandmarquee-module__6yL01W__sectionTitle{font-size:1.5rem}.brandmarquee-module__6yL01W__viewAllBtn{padding:8px 16px;font-size:.85rem}.brandmarquee-module__6yL01W__brandCard{min-width:120px;max-width:120px;height:100px;padding:12px}.brandmarquee-module__6yL01W__brandImageWrapper{width:50px;height:50px}.brandmarquee-module__6yL01W__brandInitial{font-size:1.5rem}.brandmarquee-module__6yL01W__brandName{font-size:.75rem}}
