@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--nav-height: 70px}.navbar{position:fixed;top:45px;left:0;right:0;height:var(--nav-height);display:flex;align-items:center;z-index:9999;transition:background .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:saturate(120%) blur(4px);backdrop-filter:saturate(120%) blur(4px)}.navbar.scrolled{background:linear-gradient(135deg,#2f26d3,#1a70f9);box-shadow:0 6px 18px #00000059}.nav-inner{width:100%;max-width:1100px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.logo{height:100px}.nav-links{display:flex;gap:28px;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:600;letter-spacing:.4px}.navbar .login{background:linear-gradient(135deg,#2f26d3,#1a70f9);color:#fff;padding:10px 22px;border-radius:25px;font-weight:600;letter-spacing:.4px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #2f26d34d;display:flex;align-items:center;justify-content:center}.navbar .login:hover{background:linear-gradient(135deg,#1a70f9,#2f26d3);transform:translateY(-2px);box-shadow:0 6px 16px #1a70f966}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:28px;height:22px;background:transparent;border:none;cursor:pointer;z-index:10001}.hamburger span{display:block;width:100%;height:3px;background-color:#fff;margin:3px 0;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.mobile-menu{position:fixed;top:calc(var(--nav-height) + 45px);left:0;width:100%;height:calc(100vh - var(--nav-height));background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;padding-top:40px;opacity:0;pointer-events:none;transform:translateY(-10px);transition:all .3s ease;z-index:10000}.mobile-menu.show{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-menu a{color:#fff;text-decoration:none;font-size:18px;font-weight:600;padding:10px 0;transition:color .2s ease}.mobile-menu a:hover{color:#60a5fa}@media(max-width:768px){.nav-links{display:none}.hamburger{display:flex}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 50px}.nav-links{display:flex;align-items:center;gap:25px;margin:0;padding:0}.nav-links li{list-style:none}.nav-links a{color:#fff;text-decoration:none;font-weight:500;padding:10px 0;transition:color .3s}.nav-links a:hover{color:#0973ff}.login-btn{margin-top:2px;align-self:center}.nav-inner{position:relative;z-index:11000}.hamburger{position:relative;z-index:12000!important;display:none;width:44px;height:40px;padding:6px;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;justify-content:center}.hamburger span{display:block;width:28px;height:3px;background-color:#fff;margin:3px 0;border-radius:2px;transition:all .25s ease;pointer-events:none}.hamburger.open span:nth-child(1){transform-origin:center}.hamburger.open span:nth-child(3){transform-origin:center}.mobile-menu{z-index:11999!important;pointer-events:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.hamburger{display:flex!important}.nav-links{display:none!important}}.mobile-menu{height:0!important;padding-top:0!important;overflow:hidden!important;opacity:0!important;transform:translateY(-12px)!important;pointer-events:none!important;visibility:hidden!important}.mobile-menu.show{height:calc(100vh - var(--nav-height))!important;padding-top:40px!important;overflow:auto!important;opacity:1!important;transform:translateY(0)!important;pointer-events:auto!important;visibility:visible!important}.mobile-menu,.mobile-menu.show{transition:all .28s ease!important}@media(min-width:769px){.mobile-menu{display:none!important}}@media(max-width:768px){.nav-inner{width:100%!important;padding:0 15px!important;gap:90px!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.logo{margin-left:0!important;height:65px!important}.hamburger{margin-left:auto!important;margin-right:0!important;position:relative!important;right:0!important}}@media(max-width:768px){.nav-inner{justify-content:space-between;padding:0 20px}.logo{height:70px;padding:0}.hamburger{margin-left:auto}}.hero{width:100%;min-height:100vh;background-size:cover;background-position:center;position:relative;color:#fff;transition:background-image 1s ease-in-out}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.hero-content{position:absolute;bottom:30px;right:30px;z-index:2;text-align:right;font-size:20px;padding:20px 40px;border-radius:12px;color:#fff}.red{color:red}@media(max-width:850px){.hero-ext h1{font-size:40px}}@media(max-width:650px){.hero-ext h1{font-size:30px;max-width:400px;margin:auto}.hero-text p{font-size:14px;margin:15px auto 30px}}.latest-updates{margin-top:25px;display:flex;align-items:center;justify-content:center;gap:12px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);padding:10px 20px;border-radius:50px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:700px;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 4px 15px #00000040}.mic-icon{width:28px;height:28px;filter:drop-shadow(0 0 4px rgba(0,0,0,.3))}.updates-text{flex:1;text-align:left;overflow:hidden;white-space:nowrap}.update-message{display:inline-block;font-size:1.05rem;color:#fff;font-weight:500;animation:slideText .5s ease,fadeIn .5s ease}@keyframes slideText{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.latest-updates{flex-direction:row;max-width:90%;padding:8px 16px}.mic-icon{width:22px;height:22px}.update-message{font-size:.9rem}}.updates-bar{width:100%;background:#0f172ae6;color:#fff;display:flex;align-items:center;padding:8px 20px;gap:12px;overflow:hidden;position:relative;z-index:100;border-top:2px solid #3b82f6;border-bottom:2px solid #3b82f6;box-shadow:0 0 15px #3b82f6,0 0 30px #3b82f680;animation:glowPulse 2s infinite}.mic-icon{width:28px;height:28px;filter:drop-shadow(0 0 5px #60a5fa)}.scroll-container{overflow:hidden;white-space:nowrap;flex:1}.scroll-text{display:inline-block;animation:scrollLeft 20s linear infinite}.scroll-item{display:inline-block;margin-right:60px;font-weight:600;color:#f8fafc;letter-spacing:.4px;font-size:1rem}@keyframes scrollLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes glowPulse{0%{box-shadow:0 0 10px #3b82f6,0 0 20px #3b82f666}50%{box-shadow:0 0 20px #2563eb,0 0 40px #2563eb99}to{box-shadow:0 0 10px #3b82f6,0 0 20px #3b82f666}}@media(max-width:768px){.updates-bar{padding:6px 12px}.mic-icon{width:22px;height:22px}.scroll-item{font-size:.85rem}}.app-download{position:fixed;top:120px;right:25px;z-index:150}.app-download img{width:55px;height:55px;border-radius:15px;background:#fff;padding:8px;box-shadow:0 0 15px #3b82f699;animation:glowIcon 2s infinite;transition:transform .3s ease}.app-download img:hover{transform:scale(1.1)}.login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172ad9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:99999}.login-box{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:20px;padding:40px 60px;text-align:center;color:#fff;box-shadow:0 0 25px #2563eb80;position:relative}.close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer}.close-btn img{width:22px;height:22px;filter:brightness(0) invert(1)}.login-box h2{font-size:1.8rem;margin-bottom:12px;color:#60a5fa}.login-box p{margin-bottom:25px;color:#f1f5f9}.login-actions{display:flex;justify-content:center;gap:15px}.login-btn,.signup-btn{background:linear-gradient(135deg,#4f46e5,#3b82f6);border:none;border-radius:12px;color:#fff;font-weight:600;padding:10px 24px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.login-btn:hover,.signup-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #3b82f699}.app-download{position:fixed;bottom:6vh;right:2vw;z-index:200;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.app-download-link{text-decoration:none;display:flex;flex-direction:column;align-items:center}.app-download img{width:clamp(45px,6vw,75px);height:clamp(45px,6vw,75px);border-radius:20px;background:#fff;padding:clamp(6px,1vw,10px);box-shadow:0 0 15px #3b82f699;animation:glowIcon 2s infinite;transition:transform .3s ease,box-shadow .3s ease}.app-download img:hover{transform:scale(1.08);box-shadow:0 0 25px #3b82f6cc}.app-caption{margin-top:4px;font-size:clamp(.7rem,1.6vw,1rem);color:#f8fafc;font-weight:600;text-shadow:0 0 8px rgba(37,99,235,.9);text-align:center;line-height:1.2}@keyframes glowIcon{0%,to{box-shadow:0 0 10px #3b82f6,0 0 20px #2563eb66}50%{box-shadow:0 0 25px #60a5fa,0 0 40px #3b82f6b3}}@media(max-width:1024px){.app-download{bottom:5vh;right:3vw}.app-caption{font-size:.85rem}}@media(max-width:600px){.app-download{bottom:4vh;right:3vw;gap:4px}.app-download img{width:50px;height:50px}.app-caption{font-size:.8rem}}@media(max-width:380px){.app-download{bottom:3vh;right:4vw}.app-download img{width:45px;height:45px;padding:5px}.app-caption{font-size:.7rem}}.programs{margin:80px auto;width:90%;display:flex;justify-content:space-between;align-items:center;gap:8px}.program{flex-basis:31%;position:relative;border-radius:40px;overflow:hidden;height:400px}.program img{width:100%;height:100%;object-fit:cover;border-radius:40px;display:block}.caption{position:absolute;inset:0;background:#000f984d;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70% 10px 10px;cursor:pointer;transition:.4s;opacity:0}.caption img{width:50px;height:auto;margin-bottom:8px}.program :hover{opacity:100%;padding-top:0}@media(max-width:650px){.programs{flex-direction:column}.program{flex-basis:100%;margin:20px}}@media(max-width:1024px){.programs{gap:12px}.program{flex:1 1 45%;height:350px}}@media(max-width:768px){.programs{flex-direction:row;justify-content:center}.program{flex:1 1 80%;height:320px}.caption img{width:40px}}@media(max-width:480px){.programs{flex-direction:column;gap:20px;align-items:center}.program{flex:1 1 100%;width:100%;height:280px;border-radius:25px}.program img{border-radius:25px}.caption{font-size:14px;padding:20px}.caption img{width:35px}}@media(max-width:350px){.program{height:240px}.caption{font-size:12px}.caption img{width:30px}}.title{text-align:center;color:#212ea0;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px}.title h2{font-size:32px;color:#000f38;margin-top:5px;text-transform:none}.about{margin:100px auto;display:flex;align-items:center;justify-content:space-between;width:90%}.about_left{flex-basis:40%;position:relative}.about_right{flex-basis:56%}.about_img{width:100%;border-radius:10px}.play_icon{width:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer}.about_right h3{font-weight:600;font-weight:16px;color:#212ea0}.about_right h2{font-size:35px;color:#000f38;margin:10px 0;max-width:400px}.about_right p{color:#676767;margin-bottom:15px}@media(max-width:800px){.about{flex-direction:column}.about-left{flex-basis:100%;margin:20px}.about-right{flex-basis:100%}}.about_left{position:relative;display:inline-block}.about_img{display:block;width:100%;border-radius:12px}.play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82px;height:auto;cursor:pointer;z-index:5;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{position:relative;max-width:900px;width:90%;background:transparent;border-radius:8px;overflow:visible}.modal video{display:block;width:100%;height:auto;border-radius:6px;box-shadow:0 4px 18px #0009}.close-btn{position:absolute;top:-108px;right:-248px;width:56px;height:56px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;box-shadow:0 6px 18px #0000004d}.close-btn img{width:22px;height:22px}@media(max-width:640px){.modal{width:95%}.close-btn{top:-22px;right:-22px;width:48px;height:48px}}.gallery{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.gallery img{width:20%;border-radius:20px;padding:8px;object-fit:cover;transition:transform .3s ease}.gallery img:hover{transform:scale(1.05)}@media(max-width:768px){.gallery img{width:30%}}@media(max-width:480px){.gallery img{width:45%}}.photo-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:9999}.close-overlay{position:absolute;top:25px;right:40px;font-size:2.5rem;color:#fff;cursor:pointer;transition:color .3s ease}.close-overlay:hover{color:#f87171}.photo-slider{display:flex;align-items:center;justify-content:center;gap:25px}.slider-image{max-width:80%;max-height:80vh;border-radius:12px;box-shadow:0 0 25px #ffffff4d}.slider-btn{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:.3s}.slider-btn:hover{color:#3b82f6}.contact{margin:80px auto;max-width:90%;display:flex;align-content:center;justify-content:space-between}.contact-col{flex-basis:48%;color:#676767}.contact-col h3{color:#000f38;font-weight:500;font-size:25px;display:flex;align-items:center;margin-bottom:20px}.contact-col h3 img{width:35px;margin-left:10px}.contact-col p{max-width:450px;list-style:.3}.contact-col ul li{display:flex;align-items:center;margin:20px 0}.contact-col ul li img{width:25px;margin-right:10px}.modern-btn{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;padding:12px 28px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.modern-btn:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000040;background:linear-gradient(135deg,#4338ca,#2563eb)}.modern-btn:active{transform:scale(.97)}.modern-btn img{width:18px;height:18px;margin-left:8px;vertical-align:middle}.modern-btn img,.modern-btn svg{transition:transform .3s ease}.modern-btn:hover img,.modern-btn:hover svg{transform:translate(5px)}.campus>div{display:flex;justify-content:center;align-items:center}.contact form input,.contact form textarea{display:block;width:100%;background:#ebecfe;padding:15px;border:0;outline:0;margin-bottom:15px;margin-top:5px;resize:none}.contact-col span{display:block;margin:20px 0}@media(max-width:700px){.contact{display:block}.contact-col{padding:20px}}.footer{background:#f8f9fb;padding:60px 10%;font-family:Poppins,sans-serif;color:#333}.footer-top{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap}.footer-brand{flex:1;min-width:250px}.footer-brand img{max-width:180px;margin-bottom:20px;display:block}.footer-brand p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#555}.app-links img{width:50px;margin-right:10px;display:flex;gap:15px;margin-top:10px;height:30px;object-fit:contain}.social-links{display:flex;gap:15px;margin-top:10px}.social-links a img{width:30px;height:30px;object-fit:contain}.social-links a{margin-right:10px;font-size:18px;color:#333;transition:color .3s ease}.social-links a:hover{color:#6c63ff}.footer-links{display:flex;flex:2;justify-content:space-between;flex-wrap:wrap}.footer-links h4{font-size:16px;margin-bottom:15px;font-weight:600;color:#000}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#555;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links ul li a:hover{color:#6c63ff}.footer-bottom{text-align:center;border-top:1px solid #ddd;padding:20px 0 0;margin-top:40px;font-size:13px;color:#777}.footer-credit{margin-top:8px;font-size:12px;color:#666}.footer-credit a{color:inherit;font-weight:500;text-decoration:none;transition:color .3s ease,text-decoration-color .3s ease}.footer-credit a:hover{color:#444;text-decoration:underline}.footer-top{align-items:flex-start}@media(max-width:900px){.footer{padding:40px 5%}.footer-top{flex-direction:column;align-items:center;text-align:center;gap:40px}.footer-links{justify-content:center;text-align:center}.footer-links ul{margin:0 auto}.social-links{justify-content:center}}@media(max-width:600px){.footer{padding:30px 20px}.footer-brand img{max-width:140px}.footer-links h4{font-size:15px}.footer-links ul li a{font-size:13px}.footer-credit{font-size:11px}.app-links,.social-links{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{background:#f5f5f5}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}
