.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;max-width:100%;min-height:220px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}@media (max-width:768px){.marquee-wrapper{gap:1.25rem;min-height:180px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)}}.marquee-row{gap:2.5rem;width:max-content;padding-right:2.5rem;display:flex}@media (max-width:768px){.marquee-row{gap:1.5rem;padding-right:1.5rem}}.marquee-item{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:90px;padding:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.marquee-item:hover{transform:scale(1.08)}.scroll-left{animation:40s linear infinite scrollLeft}.scroll-right{animation:40s linear infinite scrollRight}@media (max-width:768px){.scroll-left,.scroll-right{animation-duration:25s}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:768px){.marquee-item{width:150px;height:80px;padding:.5rem}}@media (max-width:480px){.marquee-item{width:130px;height:75px;padding:.35rem}}
.universities-marquee{background-color:var(--color-background-alt,#f8f9fa);white-space:nowrap;border-bottom:1px solid #0000000d;padding:2rem 0;position:relative;overflow:hidden}.marquee-track{gap:2rem;padding-left:2rem;animation:30s linear infinite scroll;display:inline-flex}.university-item{background:var(--color-white);border-radius:var(--radius-md,8px);justify-content:center;align-items:center;min-width:250px;height:140px;padding:.5rem 1rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.university-item:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.university-logo{object-fit:contain;max-width:100%;max-height:100%;display:block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.universities-marquee{padding:1.5rem 0}.university-item{min-width:150px;height:80px;padding:.5rem 1rem}.marquee-track{gap:2rem;animation-duration:20s}}
.home-page{min-height:100vh}
