.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}}
.previous-conference-section{background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:5rem 0;overflow:hidden}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:#1e293b;text-align:center;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.25rem);font-weight:800}.title-underline{background:var(--color-primary-gradient);width:80px;height:4px;box-shadow:0 2px 10px rgba(var(--color-primary-rgb), .2);border-radius:4px;margin:0 auto}.conference-marquee-wrapper{flex-direction:column;gap:2rem;width:100%;display:flex}.conference-marquee-row{will-change:transform;gap:2rem;width:max-content;animation-duration:40s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.conference-marquee-row.scroll-left{animation-name:scrollLeft}.conference-marquee-row.scroll-right{animation-name:scrollRight}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.conference-marquee-item{border-radius:12px;flex-shrink:0;width:350px;height:250px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 15px #0000001a}.conference-marquee-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.conference-image{object-fit:cover;width:100%;height:100%;display:block}.conference-marquee-wrapper:hover .conference-marquee-row{animation-play-state:paused}@media (max-width:768px){.previous-conference-section{padding:3rem 0}.conference-marquee-item{width:280px;height:200px}.conference-marquee-wrapper{gap:1.5rem}}@media (max-width:576px){.conference-marquee-item{width:240px;height:180px}}
.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}
