.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}}
.imgc-section{background:#000;width:100%;padding:0;position:relative;overflow:hidden}.imgc-section:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#1e40af2e 0%,#0000 70%);position:absolute;inset:0}.imgc-stage{z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.imgc-frame{background:#000;border-radius:0;flex-shrink:0;width:100%;height:clamp(450px,75vh,950px);position:relative;overflow:hidden}.slide-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.slide-img.slide-enter{animation:.52s cubic-bezier(.25,.46,.45,.94) forwards slideInRight}.slide-img.slide-exit-left{animation:.48s cubic-bezier(.25,.46,.45,.94) forwards slideOutLeft}.slide-img.slide-exit-right{animation:.52s cubic-bezier(.25,.46,.45,.94) forwards slideInLeft}.imgc-arrow{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000004d;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.imgc-arrow:hover{color:#fff;background:#1e40afcc;transform:translateY(-50%)scale(1.1)}.imgc-arrow--left{left:1.5rem}.imgc-arrow--right{right:1.5rem}.imgc-dots{z-index:10;justify-content:center;align-items:center;gap:.7rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.imgc-dot{cursor:pointer;background:#fff6;border:1px solid #fff3;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.imgc-dot.active{background:#3b82f6;border-radius:5px;width:30px}.imgc-dot:hover:not(.active){background:#94a3b8b3;transform:scale(1.2)}@media (max-width:768px){.imgc-arrow{width:40px;height:40px}.imgc-arrow--left{left:.75rem}.imgc-arrow--right{right:.75rem}}@media (max-width:480px){.imgc-arrow{width:32px;height:32px}.imgc-arrow svg{width:18px;height:18px}}
.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}
