@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Engagement&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito Sans,sans-serif;font-weight:300;color:#0d1e56;background:#fff;line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0d1e560d;z-index:1000;padding:20px 0}.nav-container{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.logo{height:45px;width:auto}.nav-links{display:flex;gap:40px;align-items:center;list-style:none}.nav-links a{color:#0d1e56;text-decoration:none;font-weight:500;font-size:15px;transition:color .3s}.nav-links a:hover{color:#0d1e56}.mobile-nav-right{display:none;align-items:center;gap:12px}.mobile-apply-btn{background:#0d1e56;color:#fff;padding:8px 16px;border-radius:6px;font-weight:600;font-size:13px;text-decoration:none}.hamburger-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.mobile-menu{background:#fff;padding:20px;border-top:1px solid rgba(13,30,86,.1)}.mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-menu li{padding:12px 0;border-bottom:1px solid rgba(13,30,86,.1)}.mobile-menu li:last-child{border-bottom:none}.mobile-menu a{color:#0d1e56;text-decoration:none;font-weight:500;font-size:16px}.cta-btn{background:#0d1e56;color:#fff;padding:12px 28px;border-radius:8px;font-weight:700;border:none;cursor:pointer;transition:all .3s;font-size:15px;text-decoration:none;display:inline-block}.cta-btn:hover{background:#0d1e56;color:#0d1e56;transform:translateY(-2px);box-shadow:0 8px 20px #3bc3e24d}.registration-ticker{position:fixed;top:-100px;left:0;right:0;background:#0d1e56;z-index:999;padding:12px 0;box-shadow:0 2px 8px #0d1e561a;transition:top .3s ease}.registration-ticker.visible{top:80px}.ticker-content{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:center;gap:12px}.ticker-text{color:#fff;font-size:14px;font-weight:500}.ticker-countdown{display:flex;align-items:center;gap:4px}.ticker-countdown-value{background:#3bc3e233;color:#3bc3e2;font-size:14px;font-weight:700;padding:4px 8px;border-radius:4px;font-family:Nunito Sans,sans-serif}.ticker-countdown-sep{color:#3bc3e2;font-size:14px;font-weight:700}.ticker-link{background:#3bc3e2;border:none;padding:8px 16px;margin-left:8px;color:#0d1e56;font-weight:600;font-size:13px;cursor:pointer;border-radius:6px;transition:background .2s ease}.ticker-link:hover{background:#22acd1}.ticker-link:focus{outline:none}.ticker-link:focus-visible{outline:2px solid #22ACD1;outline-offset:2px}.hero-video-section{margin-top:70px;min-height:85vh;position:relative;display:flex;align-items:center;overflow:hidden}.hero-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:.4}.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0d1e56,#0d1e56e6 35%,#0d1e56b3 60%,#0009);z-index:2}.hero-split-container{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto;padding:40px 5%;gap:60px}.hero-left{flex:1;max-width:600px}.hero-left h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px}.hero-left .ai-first-text{color:#fff}.hero-left .highlight{color:#3bc3e2}.hero-left .hero-tagline{font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:28px;opacity:.95}.builders-text{font-family:Engagement,cursive;font-size:1.4em;background:linear-gradient(90deg,#fcc032,#3ccc8b,#3bc3e2,#22acd1,#3ccc8b,#fcc032);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.spectrum-text{font-family:Engagement,cursive;font-size:1.15em;background:linear-gradient(90deg,#fcc032,#3ccc8b,#3bc3e2,#22acd1,#3ccc8b,#fcc032);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-left .hero-bullets{list-style:none;padding:0;margin:0 0 32px}.hero-left .hero-bullets li{font-family:Nunito Sans,sans-serif;font-size:1.1rem;color:#fff;line-height:1.8;margin-bottom:10px;opacity:.95;display:flex;align-items:flex-start;gap:8px}.hero-left .hero-bullets li .check-icon{flex-shrink:0;color:#3bc3e2}.hero-stats{display:flex;align-items:stretch;margin-bottom:32px}.hero-stat{display:flex;flex-direction:column;gap:4px}.hero-stat-label{font-family:Nunito Sans,sans-serif;font-size:.7rem;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.12em}.hero-stat-value{font-family:Nunito Sans,sans-serif;font-size:1.05rem;font-weight:500;color:#fff}.hero-stat-divider{width:1px;background:#ffffff40;margin:0 24px;align-self:stretch}.hero-left .hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.hero-left .btn-primary{font-family:Nunito Sans,sans-serif;background:#3bc3e2;color:#0d1e56;border:2px solid #3BC3E2;font-weight:600}.hero-left .btn-primary:hover{background:#22acd1;border-color:#22acd1}.hero-left .btn-secondary-white{font-family:Nunito Sans,sans-serif;background:transparent;border:2px solid #ffffff;color:#fff;font-weight:600}.hero-left .btn-secondary-white:hover{background:#fff;color:#0d1e56;border-color:#fff}.hero-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end}.hero-right .asat-section{margin-top:0;flex-direction:column;gap:20px}.hero-content-direct{position:relative;z-index:3;max-width:650px;margin-left:8%;padding:40px 0}.hero-content-direct h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px}.hero-content-direct .ai-first-text{color:#fff}.hero-content-direct .highlight{color:#3bc3e2}.hero-content-direct .hero-tagline{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:28px;opacity:.95}.hero-content-direct .hero-bullets{list-style:none;padding:0;margin:0 0 32px}.hero-content-direct .hero-bullets li{font-size:1.1rem;color:#fff;line-height:1.8;margin-bottom:10px;opacity:.95}.hero-content-direct .hero-bullets li span{display:inline-flex;align-items:flex-start;gap:8px}.hero-content-direct .hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.hero-content-direct .btn-primary{background:#3bc3e2;color:#0d1e56;border:2px solid #3BC3E2}.hero-content-direct .btn-primary:hover{background:#22acd1;border-color:#22acd1}.hero-content-direct .btn-secondary-white{background:transparent;border:2px solid #ffffff;color:#fff}.hero-content-direct .btn-secondary-white:hover{background:#fff;color:#0d1e56;border-color:#fff}.asat-section{margin-top:40px;display:flex;align-items:stretch;gap:24px}.asat-countdown{display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:#0d1e5699;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.2)}.countdown-label{font-size:.85rem;color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:1px}.countdown-timer{font-family:Nunito Sans,sans-serif;display:flex;align-items:center;gap:8px}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#3bc3e240;padding:10px 14px;border-radius:8px;min-width:55px;border:1px solid rgba(59,195,226,.3)}.countdown-value{font-size:1.6rem;font-weight:800;color:#3bc3e2;line-height:1}.countdown-unit{font-size:.6rem;color:#fff;text-transform:uppercase;margin-top:4px;opacity:.9}.countdown-separator{font-size:1.5rem;font-weight:700;color:#3bc3e2}.asat-timeline-banner{display:flex;align-items:center;gap:20px;padding:16px 24px;background:#fffffff2;border-radius:12px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 24px #00000026}.asat-timeline-item{display:flex;align-items:center;gap:10px}.asat-icon{width:34px;height:34px;border-radius:50%;background:#3bc3e226;display:flex;align-items:center;justify-content:center;color:#22acd1;flex-shrink:0}.asat-icon svg{width:16px;height:16px}.asat-info{display:flex;flex-direction:column;gap:1px}.asat-label{font-size:.7rem;color:#0d1e56;text-transform:uppercase;letter-spacing:.5px;font-weight:600;opacity:.7}.asat-sublabel{font-size:.65rem;color:#0d1e56;font-weight:400;opacity:.5}.asat-date{font-size:.85rem;color:#22acd1;font-weight:700}.asat-divider{width:20px;height:2px;background:#3bc3e280;flex-shrink:0}.hero-mobile-container{display:none}@media(max-width:768px){.hero-video-section{min-height:auto;align-items:flex-start;padding-bottom:40px;margin-top:60px}.hero-gradient-overlay{background:linear-gradient(to right,rgba(13,30,86,1) 0%,rgba(13,30,86,.9) 35%,rgba(13,30,86,.7) 60%,transparent 100%)}.hero-desktop{display:none!important}.hero-mobile-container{display:flex;flex-direction:column;position:relative;z-index:3;padding:30px 20px 40px;width:100%}.hero-mobile-container h1{font-family:Nunito Sans,sans-serif;font-size:1.9rem;font-weight:800;color:#fff;line-height:1.15;margin-bottom:12px}.hero-mobile-container .ai-first-text{color:#fff}.hero-mobile-container .highlight{color:#3bc3e2}.hero-mobile-container .hero-tagline{font-size:1.1rem;color:#ffffffe6;margin-bottom:16px;font-weight:400}.hero-mobile-container .hero-bullets{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;align-items:flex-start;width:100%}.hero-mobile-container .hero-bullets li{font-size:.95rem;color:#ffffffd9;margin-bottom:8px;display:flex;align-items:flex-start;gap:8px;text-align:left;width:100%}.hero-mobile-container .hero-bullets li .check-icon{flex-shrink:0;color:#3bc3e2}.hero-mobile-container .hero-stats{margin-bottom:16px}.hero-mobile-container .hero-stat-value{font-size:.9rem}.hero-mobile-container .hero-stat-label{font-size:.6rem}.hero-mobile-container .hero-stat-divider{margin:0 16px}.hero-mobile-container .asat-countdown{background:#0d1e5699;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:16px;margin-bottom:20px;border:1px solid rgba(255,255,255,.15)}.hero-mobile-container .countdown-label{display:block;font-size:.75rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.hero-mobile-container .countdown-timer{display:flex;align-items:center;gap:6px}.hero-mobile-container .countdown-item{background:#ffffff26;border-radius:8px;padding:8px 10px;min-width:48px;text-align:center}.hero-mobile-container .countdown-value{display:block;font-size:1.3rem;font-weight:700;color:#3bc3e2}.hero-mobile-container .countdown-unit{display:block;font-size:.5rem;color:#ffffffb3;text-transform:uppercase}.hero-mobile-container .countdown-separator{font-size:1.2rem;color:#ffffff80;font-weight:700}.hero-mobile-container .asat-timeline-banner{display:none}.hero-mobile-container .asat-timeline-item{display:flex;align-items:center;gap:10px}.hero-mobile-container .asat-icon{width:32px;height:32px;background:#3bc3e233;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3bc3e2}.hero-mobile-container .asat-icon svg{width:16px;height:16px;color:#3bc3e2}.hero-mobile-container .asat-info{display:flex;flex-direction:column}.hero-mobile-container .asat-label{font-size:.65rem;color:#0d1e56;text-transform:uppercase;letter-spacing:.5px;opacity:1}.hero-mobile-container .asat-date{font-size:.8rem;color:#3bc3e2;font-weight:600}.hero-mobile-container .hero-cta{display:flex;flex-direction:column;gap:12px;align-items:center}.stats{display:none}.hero-mobile-container .hero-cta button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.hero-mobile-container .btn-secondary-white{background:transparent;border:2px solid #ffffff;color:#fff}.hero-mobile-container .btn-secondary-white svg{stroke:#fff}.hero-content-direct{margin:0 20px;padding:20px 0;max-width:none}.hero-content-direct h1{font-size:1.9rem}.hero-content-direct .hero-tagline{font-size:1.1rem}.hero-content-direct .hero-bullets li{font-size:.95rem}.hero-content-direct .hero-cta{flex-direction:column}.hero-content-direct .hero-cta button{width:100%}.asat-section{margin-top:30px;flex-direction:column;gap:16px}.asat-countdown{flex-direction:column;align-items:flex-start;gap:10px}.countdown-label{font-size:.75rem}.countdown-timer{gap:6px}.countdown-item{padding:8px 10px;min-width:48px}.countdown-value{font-size:1.3rem}.countdown-unit{font-size:.5rem}.countdown-separator{font-size:1.2rem}.asat-timeline-banner{flex-direction:row;flex-wrap:wrap;gap:12px;padding:12px;justify-content:flex-start}.asat-timeline-item{flex:0 0 auto}.asat-divider{display:none}.asat-icon{width:28px;height:28px}.asat-icon svg{width:14px;height:14px}.asat-label{font-size:.6rem}.asat-sublabel{font-size:.55rem}.asat-date{font-size:.75rem}}.hero{margin-top:70px;min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.hero.home:not(.split){background:#fff}.hero.home.split{background:#fff}.hero:before{display:none}.hero.split:before{display:none}.hero-container{max-width:1280px;margin:0 auto;padding:50px 32px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}.hero-container.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;text-align:left;align-items:center;padding:70px 32px}.hero-container.split>*{min-width:0}.hero-content{width:100%}.hero-container.split .hero-content{max-width:100%}.hero-content h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#0d1e56;line-height:1.2;margin-bottom:24px}.hero-content h2{font-family:Nunito Sans,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#0d1e56;line-height:1.2;margin-bottom:24px}.hero-content h3{font-family:Nunito Sans,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:#0d1e56;line-height:1.3;margin-bottom:16px}.hero-content .highlight{color:#0d1e56}.hero-content .ai-first-text{font-weight:800;color:#0d1e56}.campus-badges{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.campus-badge{display:inline-block;background:#3bc3e226;border:2px solid #0D1E56;color:#0d1e56;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.hero-content p{font-size:1.2rem;color:#0d1e56;margin-bottom:32px;line-height:1.8}.hero-bullets{list-style:none;padding:0;margin:24px 0 32px}.hero-bullets li{font-size:1.1rem;color:#0d1e56;line-height:1.8;margin-bottom:12px}.hero-bullets li span{display:inline-flex;align-items:flex-start;gap:8px}.hero-bullets li span:before{color:#22acd1;font-weight:700;font-size:1.2rem;flex-shrink:0}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero-container.split .hero-cta{justify-content:flex-start}.hero-video{position:relative;width:100%}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #0d1e564d}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px}@media(max-width:768px){.hero-container.split{grid-template-columns:1fr;gap:40px;text-align:center;padding:40px 20px}.hero-container.split .hero-cta{justify-content:center}.hero-content{order:1}.hero-video{order:2}.hero-bullets li{font-size:.95rem;line-height:1.6;margin-bottom:8px;text-align:center}.campus-badge{font-size:.65rem;padding:4px 10px}.campus-badges{justify-content:center}}.btn-primary{font-family:Nunito Sans,sans-serif;background:#3bc3e2;color:#fff;padding:16px 36px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s;font-size:16px;cursor:pointer}.btn-primary:hover{background:#22acd1;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #3bc3e266}.btn-secondary{font-family:Nunito Sans,sans-serif;background:transparent;color:#0d1e56;padding:16px 36px;border:2px solid #0D1E56;border-radius:8px;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s;font-size:16px;cursor:pointer}.btn-secondary:hover{background:#fff;color:#0d1e56}.btn-secondary-white{font-family:Nunito Sans,sans-serif;background:transparent;color:#fff;padding:16px 36px;border-radius:8px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;font-size:16px;border:2px solid #ffffff;cursor:pointer}.btn-secondary-white svg{stroke:#fff}.btn-secondary-white:hover{background:#fff;color:#0d1e56}.btn-secondary-white:hover svg{stroke:#0d1e56}.stats{background:#22acd133;padding:50px 32px}.stats-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.stat-item .stat-number{display:block;font-size:2rem;font-weight:900;color:#0d1e56;margin-bottom:8px;font-family:Nunito Sans,sans-serif}.stat-item p{color:#22acd1;font-size:16px;font-weight:700}.stat-item .stat-number.typewriter{min-width:220px;display:inline-block}.stat-item .stat-number .cursor{color:#3bc3e2;font-weight:400;animation:blink .7s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.legacy-section{background:#0d1d39;padding:50px 32px}.legacy-container{max-width:1200px;margin:0 auto}.legacy-top{display:flex;align-items:center;gap:40px;margin-bottom:50px}.legacy-badge{display:flex;flex-direction:column;align-items:center;gap:12px;background:#0d1d39;padding:24px 32px;border-radius:12px;flex-shrink:0;border:1px solid rgba(59,195,226,.15)}.legacy-badge img{height:80px;width:auto;object-fit:contain;filter:brightness(1.1)}.legacy-badge-label{font-size:.8rem;font-weight:500;color:#3bc3e2;letter-spacing:.3px}.legacy-content{flex:1}.legacy-content h2{font-family:Nunito Sans,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3}.legacy-content p{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.legacy-content p strong{color:#3bc3e2;font-weight:500}.btn-legacy-cta{display:inline-flex;align-items:center;gap:8px;background:#3bc3e2;color:#0d1d39;padding:14px 28px;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;flex-shrink:0;white-space:nowrap}.btn-legacy-cta:hover{background:#22acd1;transform:translateY(-2px);box-shadow:0 8px 20px #3bc3e24d}.btn-legacy-cta svg{transition:transform .3s ease}.btn-legacy-cta:hover svg{transform:translate(4px)}.legacy-timeline{background:#ffffff0d;border-radius:16px;padding:30px 50px;position:relative}.timeline-track{position:absolute;top:50%;left:50px;right:120px;height:3px;transform:translateY(-50%);margin-top:2px;display:flex}.timeline-progress{height:100%;width:80%;background:linear-gradient(90deg,#f59e0b,#3bc3e2);border-radius:2px 0 0 2px}.timeline-dotted{height:100%;width:20%;background-image:linear-gradient(90deg,#3BC3E2 50%,transparent 50%);background-size:12px 100%;opacity:.6}.timeline-points{display:flex;justify-content:space-between;position:relative;z-index:1}.timeline-point{display:flex;flex-direction:column;align-items:center;gap:6px}.timeline-point.start .timeline-dot{background:#3bc3e2;box-shadow:0 0 0 2px #3bc3e2}.timeline-point.future{justify-content:center;background:#fff;padding:8px 12px;border-radius:8px;position:relative;z-index:2}.timeline-year{font-size:1.4rem;font-weight:700;color:#fff}.timeline-dot{width:14px;height:14px;background:#f59e0b;border-radius:50%;border:3px solid #0d1d39;box-shadow:0 0 0 2px #f59e0b}.timeline-stat{font-size:.95rem;color:#fffc}.timeline-stat strong{font-size:1.15rem;font-weight:700;color:#3bc3e2}.timeline-future-text{font-size:.9rem;font-weight:500;color:#0d1d39;white-space:nowrap}.timeline-alta-icon{height:40px;width:auto;margin-top:4px}@media(max-width:900px){.legacy-top{flex-direction:column;text-align:center;gap:24px}.legacy-badge{padding:20px 28px}.legacy-badge img{height:65px}.legacy-content h2{font-size:1.4rem}.legacy-content p{font-size:.95rem}.legacy-timeline{padding:24px 30px}.timeline-track{left:30px;right:100px}.timeline-year{font-size:1.1rem}.timeline-stat{font-size:.85rem}.timeline-stat strong{font-size:1rem}.timeline-future-text{font-size:.8rem}}@media(max-width:600px){.legacy-section{padding:40px 20px}.legacy-badge{padding:16px 24px}.legacy-badge img{height:55px}.legacy-content h2{font-size:1.2rem}.btn-legacy-cta{padding:12px 22px;font-size:.9rem}.legacy-timeline{padding:20px 15px;overflow-x:auto;-webkit-overflow-scrolling:touch}.timeline-points{min-width:500px}.timeline-track{left:15px;right:100px;min-width:400px}.timeline-point.future{padding:6px 8px}.timeline-year{font-size:.95rem}.timeline-dot{width:12px;height:12px;border-width:2px}.timeline-stat{font-size:.75rem}.timeline-stat strong{font-size:.9rem}.timeline-future-text{font-size:.7rem}.timeline-alta-icon{height:28px}}.features{padding:50px 32px;background:#fff}.features-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-family:Nunito Sans,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0d1e56;margin-bottom:16px}.section-header p{font-size:1.1rem;color:#0d1e56;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;row-gap:60px;padding-top:40px}.why-alta-card{position:relative;border-radius:16px;perspective:1000px;cursor:pointer}.why-alta-card .card-inner{position:relative;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.why-alta-card.flipped .card-inner{transform:rotateY(180deg)}.why-alta-card .card-front,.why-alta-card .card-back{position:relative;width:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:16px;overflow:hidden}.why-alta-card .card-front{z-index:2}.why-alta-card .card-front .box-background{width:100%;height:auto;display:block}.why-alta-card .box-text-overlay{position:absolute;top:50%;left:40%;right:5%;transform:translateY(calc(-50% + 10px));z-index:2}.why-alta-card .box-text-overlay .box-title{font-size:1.1rem;color:#0d1e56;font-weight:700;line-height:1.3;margin:0;text-align:left}.why-alta-card .card-back{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotateY(180deg);background:linear-gradient(135deg,#0d1e56,#1a2d6b);display:flex;align-items:center;justify-content:center}.why-alta-card .card-back-content{padding:25px;text-align:center;opacity:0;transition:opacity .5s ease .5s}.why-alta-card.flipped .card-back-content{opacity:1}.why-alta-card .card-back-content h4{color:#3bc3e2;font-size:1.1rem;font-weight:700;margin:0 0 12px}.why-alta-card .card-back-content p{color:#fff;font-size:.9rem;line-height:1.6;margin:0}@media(max-width:768px){.why-alta-card .box-text-overlay{left:32%;right:5%}.why-alta-card .box-text-overlay .box-title{font-size:.9rem}.why-alta-card .card-back-content{padding:15px}.why-alta-card .card-back-content h4{font-size:.95rem;margin-bottom:8px}.why-alta-card .card-back-content p{font-size:.8rem;line-height:1.5}}.feature-card{position:relative;height:220px;transition:all .4s ease;overflow:visible}.feature-image{position:absolute;left:50%;top:0;transform:translate(-50%) translateY(-20px);width:140px;height:140px;object-fit:cover;border-radius:50%;z-index:2;box-shadow:0 15px 35px #0d1e5640;transition:all .4s ease;border:4px solid rgba(255,255,255,.5)}.feature-content{position:absolute;top:60px;left:0;right:0;background:#22acd126;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(34,172,209,.25);border-radius:24px;padding:30px 24px;height:160px;display:flex;align-items:center;justify-content:center;text-align:center;z-index:1;transition:all .4s ease;overflow:hidden}.feature-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);transform:skew(-20deg);z-index:10;pointer-events:none}.feature-card:hover .feature-content:before{animation:shimmer 1.2s ease-in-out}@keyframes shimmer{0%{left:-100%}to{left:200%}}.feature-card:hover .feature-image{transform:translate(-50%) translateY(-30px) scale(1.1);box-shadow:0 20px 50px #3bc3e266;border-color:#3bc3e299}.feature-card:hover .feature-content{background:#22acd140;border-color:#22acd166}.feature-card h3{font-size:1.35rem;font-weight:700;color:#0d1e56;margin:0;font-family:Nunito Sans,sans-serif;line-height:1.3}.infrastructure-section{padding:50px 32px;background:linear-gradient(135deg,#fff 0% 100%);position:relative}.infrastructure-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(59,195,226,.05) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(34,172,209,.05) 0%,transparent 50%);pointer-events:none}.infrastructure-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.infrastructure-video-full{max-width:900px;margin:60px auto 80px}.infrastructure-video-full .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:24px;box-shadow:0 20px 60px #0d1e5626}.infrastructure-video-full .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.campus-techies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1200px;margin:0 auto}.campus-techies-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0d1e561a;transition:transform .3s ease,box-shadow .3s ease}.campus-techies-item:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0d1e5626}.campus-techies-img-wrapper{overflow:hidden}.campus-techies-item img{width:100%;height:auto;display:block;transition:transform .5s ease}.campus-techies-item:hover img{transform:scale(1.05)}.campus-techies-content{padding:24px;background:linear-gradient(135deg,#0d1e56,#22acd1)}.campus-techies-content h3{color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 8px}.campus-techies-content p{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.85em}@media(max-width:768px){.campus-techies-grid{grid-template-columns:1fr;gap:24px}.campus-techies-item{border-radius:16px}.campus-techies-content{padding:20px}.campus-techies-content h3{font-size:1.1rem;margin-bottom:6px}.campus-techies-content p{font-size:.9rem}}.student-life-section{padding:10px 32px;background:linear-gradient(135deg,#fff 0% 100%)}.student-life-container{max-width:1600px;margin:0 auto}.student-life-scroll-container{margin-top:60px;overflow:hidden;position:relative}.student-life-videos{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;padding-bottom:20px}.student-life-videos::-webkit-scrollbar{height:8px}.student-life-videos::-webkit-scrollbar-track{background:#0d1e561a;border-radius:4px}.student-life-videos::-webkit-scrollbar-thumb{background:#3bc3e24d;border-radius:4px}.student-life-videos::-webkit-scrollbar-thumb:hover{background:#3bc3e280}.student-life-video-card{flex:0 0 420px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0d1e561a;transition:all .3s ease}.student-life-video-card:hover{transform:translateY(-8px);box-shadow:0 16px 50px #3bc3e233}.student-life-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.student-life-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.student-life-video-info{padding:30px 24px}.student-life-video-info h3{color:#0d1e56;font-size:1.15rem;font-weight:700;margin:0}@media(max-width:768px){.student-life-video-card{flex:0 0 320px}.student-life-video-info{padding:16px 20px}.student-life-video-info h3{font-size:1rem}}.news-carousel-section{padding:80px 32px;background:#fff;overflow:hidden}.news-carousel-container{max-width:1400px;margin:0 auto}.news-carousel-track{position:relative;height:340px;margin-top:60px;display:flex;align-items:center;justify-content:center}.news-carousel-card{position:absolute;width:400px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0d1e561a;text-decoration:none;display:flex;flex-direction:column;transition:all .5s cubic-bezier(.25,.46,.45,.94);cursor:pointer;border:2px solid transparent}.news-pos-0{transform:translate(0) scale(1);opacity:1;z-index:5;border-color:#3bc3e2;box-shadow:0 16px 50px #3bc3e240}.news-pos-0:hover{box-shadow:0 20px 60px #3bc3e259;transform:translate(0) scale(1.02)}.news-pos--1{transform:translate(-360px) scale(.85);opacity:.7;z-index:4}.news-pos-1{transform:translate(360px) scale(.85);opacity:.7;z-index:4}.news-pos--2{transform:translate(-640px) scale(.7);opacity:.4;z-index:3}.news-pos-2{transform:translate(640px) scale(.7);opacity:.4;z-index:3}.news-card-logo{padding:20px 28px;background:#fff;display:flex;align-items:center;justify-content:center;min-height:80px;border-bottom:1px solid rgba(13,30,86,.08)}.news-card-logo img{max-height:40px;max-width:180px;object-fit:contain}.news-card-body{padding:24px 28px 28px;flex:1;display:flex;flex-direction:column}.news-card-body h3{color:#0d1e56;font-size:1.1rem;font-weight:700;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-read-more{color:#22acd1;font-size:.95rem;font-weight:600;margin-top:auto;padding-top:16px;transition:color .3s ease}.news-pos-0:hover .news-read-more{color:#0d1e56}.news-carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:40px}.news-dot{width:12px;height:12px;border-radius:50%;border:2px solid #0D1E56;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.news-dot.active{background:#22acd1;border-color:#22acd1;transform:scale(1.2)}.news-dot:hover{border-color:#3bc3e2}@media(max-width:1200px){.news-carousel-card{width:340px}.news-pos--1{transform:translate(-300px) scale(.85)}.news-pos-1{transform:translate(300px) scale(.85)}.news-pos--2{transform:translate(-530px) scale(.7)}.news-pos-2{transform:translate(530px) scale(.7)}}@media(max-width:900px){.news-carousel-card{width:300px}.news-pos--1{transform:translate(-250px) scale(.82)}.news-pos-1{transform:translate(250px) scale(.82)}.news-pos--2{transform:translate(-430px) scale(.65);opacity:.3}.news-pos-2{transform:translate(430px) scale(.65);opacity:.3}}@media(max-width:768px){.news-carousel-section{padding:50px 16px}.news-carousel-track{height:300px;margin-top:40px}.news-carousel-card{width:260px}.news-pos--1{transform:translate(-200px) scale(.8)}.news-pos-1{transform:translate(200px) scale(.8)}.news-pos--2{display:none}.news-card-logo{padding:18px 20px 12px;min-height:55px}.news-source-badge{font-size:.95rem}.news-card-body{padding:18px 20px 22px}.news-card-body h3{font-size:.95rem}}@media(max-width:480px){.news-carousel-card{width:220px}.news-pos--1{transform:translate(-160px) scale(.75);opacity:.5}.news-pos-1{transform:translate(160px) scale(.75);opacity:.5}.news-card-body h3{font-size:.85rem;-webkit-line-clamp:2}}.learning-message{padding:50px 32px;background:linear-gradient(135deg,#0d1e56,#22acd1);position:relative}.learning-message:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(59,195,226,.1) 0%,transparent 50%);pointer-events:none}.learning-message-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.learning-content{display:flex;align-items:center}.learning-text h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:24px;line-height:1.2}.learning-text p{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.learning-signature{margin-top:32px;padding-top:24px;border-top:3px solid #0D1E56}.learning-signature strong{color:#fff;font-size:1.2rem;font-weight:700}.learning-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #0d1e564d}.learning-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px}@media(max-width:1024px){.learning-message-container{grid-template-columns:1fr;gap:40px}.learning-text h2{font-size:2rem}}@media(max-width:768px){.learning-message{padding:30px 20px}.learning-text h2{font-size:1.8rem}.learning-text p{font-size:1rem}}.curriculum{padding:80px 32px;background:#fff;position:relative;scroll-margin-top:145px}.curriculum-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.curriculum-heading{font-family:Nunito Sans,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0d1e56;text-align:center;margin-bottom:48px;line-height:1.25}.curriculum-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.curriculum-tabs{display:flex;flex-direction:column;gap:16px;position:sticky;top:180px;z-index:2}.curriculum-content-stack{display:flex;flex-direction:column;gap:24px}.curriculum-tab{padding:14px 18px;border-radius:7px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(13,30,86,.08);background:#fff;display:flex;flex-direction:row;align-items:center;gap:12px;box-shadow:0 2px 8px #0d1e560a}.curriculum-tab:hover{background:#3bc3e20a;border-color:#3bc3e233}.curriculum-tab.active{background:#fff}.curriculum-tab.year-1.active{border-color:#fcc03266;box-shadow:0 0 20px #fcc0321a,inset 0 1px #fcc03226}.curriculum-tab.year-2.active{border-color:#3ccc8b66;box-shadow:0 0 20px #3ccc8b1a,inset 0 1px #3ccc8b26}.curriculum-tab.year-3.active{border-color:#22acd166;box-shadow:0 0 20px #22acd11a,inset 0 1px #22acd126}.curriculum-tab.year-4.active{border-color:#3bc3e266;box-shadow:0 0 20px #3bc3e21a,inset 0 1px #3bc3e226}.tab-year-label{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#0d1e5666;text-transform:uppercase}.curriculum-tab.active .tab-year-label{color:#0d1e5699}.curriculum-tab.year-1.active .tab-year-label{color:#fcc032}.curriculum-tab.year-2.active .tab-year-label{color:#3ccc8b}.curriculum-tab.year-3.active .tab-year-label{color:#22acd1}.curriculum-tab.year-4.active .tab-year-label{color:#3bc3e2}.tab-title{font-size:16px;font-weight:700;color:#0d1e56;font-family:Nunito Sans,sans-serif}.curriculum-content{background:#fff;border-radius:10px;padding:40px;border:1px solid rgba(13,30,86,.08);scroll-margin-top:140px;box-shadow:0 2px 12px #0d1e560a}.curriculum-content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.content-title{font-size:2rem;font-weight:900;color:#0d1e56;font-family:Nunito Sans,sans-serif;margin-bottom:8px}.content-description{font-size:15px;color:#555;line-height:1.6;max-width:550px}.content-year-badge{background:linear-gradient(135deg,#3bc3e2,#22acd1);color:#fff;font-size:12px;font-weight:700;padding:8px 18px;border-radius:6px;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.curriculum-skills-section{margin-bottom:32px}.curriculum-section-label{font-size:14px;font-weight:700;color:#0d1e5680;margin-bottom:14px;letter-spacing:.3px;text-transform:uppercase}.curriculum-skill-tags{display:flex;flex-wrap:wrap;gap:8px}.curriculum-skill-tag{background:#0d1e5608;border:1px solid rgba(13,30,86,.1);padding:8px 16px;border-radius:8px;font-size:13px;color:#0d1e56;font-weight:500;transition:all .2s ease}.curriculum-skill-tag:hover{border-color:#3bc3e266;background:#3bc3e214;color:#0d1e56}.curriculum-ai-section{background:#3bc3e20d;border:1px solid rgba(59,195,226,.15);border-radius:8px;padding:28px;margin-bottom:32px;position:relative;overflow:hidden}.curriculum-ai-section:before{content:"";position:absolute;top:-40%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(59,195,226,.06) 0%,transparent 70%);pointer-events:none}.ai-section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.ai-icon{font-size:18px;color:#fcc032}.ai-section-title{font-size:16px;font-weight:700;color:#0d1e56;letter-spacing:.3px}.ai-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.ai-tool-card{background:#fff;border:1px solid rgba(13,30,86,.08);border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:6px;transition:all .25s ease}.ai-tool-card:hover{background:#3bc3e20f;border-color:#3bc3e240;transform:translateY(-2px)}.ai-tool-icon{width:28px;height:28px;opacity:.85;margin-bottom:4px}.ai-tool-name{font-size:14px;font-weight:700;color:#0d1e56}.ai-tool-desc{font-size:12px;color:#777;line-height:1.5}.curriculum-concepts-section{margin-bottom:32px}.concepts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.concept-card{background:#0d1e5605;border:1px solid rgba(13,30,86,.06);border-radius:7px;padding:24px 20px;transition:all .25s ease}.concept-card:hover{background:#3bc3e20a;border-color:#3bc3e226;transform:translateY(-3px)}.concept-icon{font-size:28px;display:block;margin-bottom:12px}.concept-title{font-size:15px;font-weight:700;color:#0d1e56;margin-bottom:8px;line-height:1.3}.concept-desc{font-size:13px;color:#777;line-height:1.5;margin:0}.curriculum-projects-section{margin-bottom:32px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.curriculum-projects-section .project-card{background:#fff;border-radius:7px;padding:22px 20px;border:1px solid rgba(13,30,86,.06);border-top:3px solid #3BC3E2;position:relative;transition:all .25s ease;overflow:hidden;box-shadow:0 2px 8px #0d1e560a}.curriculum-projects-section .project-card:hover{background:#3bc3e208;border-color:#3bc3e226;transform:translateY(-2px);box-shadow:0 8px 24px #0d1e5614}.curriculum-projects-section .project-card-accent{position:absolute;top:0;left:0;width:100%;height:3px}.curriculum-projects-section .project-card-name{font-size:14px;font-weight:700;color:#0d1e56;margin-bottom:6px;line-height:1.3}.curriculum-projects-section .project-card-desc{font-size:12px;color:#777;line-height:1.5;margin:0}.project-card-companies{font-size:11px;color:#22acd1;margin-top:auto;padding-top:8px;font-weight:600;letter-spacing:.3px}.curriculum-subjects-section{border-radius:7px;border:1px solid rgba(13,30,86,.08);overflow:hidden;background:#fff}.subjects-toggle{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;cursor:pointer;transition:all .3s ease;font-size:15px;font-weight:700;color:#0d1e56}.subjects-toggle:hover{background:#0d1e5605}.subjects-toggle-left{display:flex;align-items:center;gap:12px}.subjects-toggle-icon-text{font-size:16px;color:#22acd1}.subjects-chevron-text{font-size:12px;color:#0d1e56;opacity:.3;transition:transform .35s ease;display:inline-block}.subjects-chevron-text.open{transform:rotate(180deg)}.subjects-list-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.subjects-list-wrapper.open{max-height:600px}.subjects-list{list-style:none;padding:0 24px 20px;margin:0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(13,30,86,.06)}.subject-item{padding:10px 0;font-size:14px;color:#555;border-bottom:1px solid rgba(13,30,86,.04);display:flex;align-items:center;gap:10px}.subject-item:last-child{border-bottom:none}.subject-arrow{color:#22acd1;font-size:18px;font-weight:700;line-height:1}.curriculum-content.year-1 .content-year-badge{background:#fcc032;color:#0d1e56}.curriculum-content.year-1 .curriculum-skill-tag:hover{border-color:#fcc03266;background:#fcc0321a}.curriculum-content.year-1 .curriculum-ai-section{background:#fcc0320f;border-color:#fcc03233}.curriculum-content.year-1 .ai-tool-card{background:#fcc0320a;border-color:#fcc0321f}.curriculum-content.year-1 .ai-tool-card:hover{background:#fcc0321a;border-color:#fcc0324d}.curriculum-content.year-1 .concept-card:hover{box-shadow:0 0 20px #fcc0321a}.curriculum-content.year-1 .project-card{border-top-color:#fcc032}.curriculum-content.year-1 .project-card-accent{background:#fcc032!important}.curriculum-content.year-1 .subjects-toggle-icon-text,.curriculum-content.year-1 .subject-arrow{color:#fcc032}.curriculum-content.year-2 .content-year-badge{background:#3ccc8b}.curriculum-content.year-2 .curriculum-skill-tag:hover{border-color:#3ccc8b66;background:#3ccc8b1a}.curriculum-content.year-2 .curriculum-ai-section{background:#3ccc8b0f;border-color:#3ccc8b33}.curriculum-content.year-2 .ai-tool-card{background:#3ccc8b0a;border-color:#3ccc8b1f}.curriculum-content.year-2 .ai-tool-card:hover{background:#3ccc8b1a;border-color:#3ccc8b4d}.curriculum-content.year-2 .concept-card:hover{box-shadow:0 0 20px #3ccc8b1a}.curriculum-content.year-2 .project-card{border-top-color:#3ccc8b}.curriculum-content.year-2 .project-card-accent{background:#3ccc8b!important}.curriculum-content.year-2 .subjects-toggle-icon-text,.curriculum-content.year-2 .subject-arrow{color:#3ccc8b}.curriculum-content.year-3 .content-year-badge{background:#22acd1}.curriculum-content.year-3 .curriculum-skill-tag:hover{border-color:#22acd166;background:#22acd11a}.curriculum-content.year-3 .curriculum-ai-section{background:#22acd10f;border-color:#22acd133}.curriculum-content.year-3 .concept-card:hover{box-shadow:0 0 20px #22acd11a}.curriculum-content.year-3 .project-card{border-top-color:#22acd1}.curriculum-content.year-3 .project-card-accent{background:#22acd1!important}.curriculum-content.year-3 .subjects-toggle-icon-text,.curriculum-content.year-3 .subject-arrow{color:#22acd1}.curriculum-content.year-4 .content-year-badge{background:#3bc3e2}.curriculum-content.year-4 .curriculum-skill-tag:hover{border-color:#3bc3e266;background:#3bc3e21a}.curriculum-content.year-4 .curriculum-ai-section{background:#3bc3e20f;border-color:#3bc3e233}.curriculum-content.year-4 .concept-card:hover{box-shadow:0 0 20px #3bc3e21a}.curriculum-content.year-4 .project-card{border-top-color:#3bc3e2}.curriculum-content.year-4 .project-card-accent{background:#3bc3e2!important}.curriculum-content.year-4 .subjects-toggle-icon-text,.curriculum-content.year-4 .subject-arrow{color:#3bc3e2}@media(max-width:1024px){.curriculum-layout{grid-template-columns:220px 1fr;gap:24px}.curriculum-heading{font-size:2rem}.concepts-grid{grid-template-columns:1fr 1fr}.ai-tools-grid{grid-template-columns:repeat(2,1fr)}}.learning-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.learning-list li{padding-left:24px;position:relative}.learning-list li:before{content:"●";position:absolute;left:0;color:#22acd1;font-size:14px}.learning-list li strong{display:block;color:#0d1e56;font-size:14px;margin-bottom:2px}.learning-list li p{color:#0d1e56;opacity:.8;font-size:14px;margin:0;line-height:1.5}.tech-tags{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(34,172,209,.4) rgba(34,172,209,.1)}.tech-tags::-webkit-scrollbar{height:4px}.tech-tags::-webkit-scrollbar-track{background:#22acd11a;border-radius:10px}.tech-tags::-webkit-scrollbar-thumb{background:#22acd166;border-radius:10px}.tech-tag{background:#22acd126;border:1px solid rgba(34,172,209,.25);padding:8px 16px;border-radius:10px;font-size:14px;color:#0d1e56;font-weight:600;transition:all .3s;white-space:nowrap;flex-shrink:0}.tech-tag:hover{background:#22acd140;transform:translateY(-2px)}.projects-list{list-style:square;padding-left:20px;padding-right:30px;margin:0;display:flex;flex-direction:column;gap:10px}.projects-list li{padding:12px 16px;background:#22acd11f;border:1px solid rgba(34,172,209,.2);border-radius:10px;color:#0d1e56;font-size:14px;font-weight:500;transition:all .3s}.projects-list li:hover{background:#22acd133;transform:translate(4px)}.founders-message{padding:50px 32px;background:linear-gradient(135deg,#fff 0% 100%);position:relative}.founders-message:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(34,172,209,.08) 0%,transparent 50%);pointer-events:none}.founders-message-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.founders-content{display:flex;align-items:center}.founders-text h2{color:#0d1e56;font-size:2.5rem;font-weight:700;margin-bottom:24px;line-height:1.2}.founders-text p{color:#0d1e56;font-size:1.1rem;line-height:1.8;margin-bottom:20px;opacity:.85}.founders-signature{margin-top:32px;padding-top:24px;border-top:3px solid #0D1E56}.founders-signature strong{color:#0d1e56;font-size:1.2rem;font-weight:700}.founders-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #0d1e5626}.founders-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px}@media(max-width:1024px){.founders-message-container{grid-template-columns:1fr;gap:40px}.founders-text h2{font-size:2rem}}@media(max-width:768px){.founders-message{padding:30px 20px}.founders-text h2{font-size:1.8rem}.founders-text p{font-size:1rem}}.our-team{padding:50px 32px;background:#fff;position:relative}.our-team-container{max-width:1280px;margin:0 auto}.our-team .section-header{text-align:center;margin-bottom:60px}.our-team .section-header h2{color:#0d1e56;font-size:2.5rem;font-weight:700;margin-bottom:16px}.our-team .section-header p{color:#0d1e56;opacity:.8;font-size:1.1rem}.team-member-horizontal{display:flex;align-items:center;gap:60px;max-width:1000px;margin:0 auto 60px;background:linear-gradient(135deg,#fff 0% 100%);border-radius:20px;border-color:#0d1e56;padding:40px;box-shadow:0 8px 30px #0d1e5614;transition:all .3s ease}.team-member-horizontal:hover{transform:translateY(-5px);box-shadow:0 12px 40px #3bc3e226;border-color:#0d1e56}.team-member-horizontal:last-child{margin-bottom:0}.team-member-image{flex-shrink:0;width:280px;height:280px;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0d1e561a;position:relative}.team-member-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.team-linkedin-overlay{position:absolute;bottom:12px;right:12px;background:#0077b5;color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0003}.team-linkedin-overlay:hover{background:#005885;transform:scale(1.1)}.team-member-horizontal:hover .team-member-image img{transform:scale(1.05)}.team-member-info{flex:1}.team-member-info h3{color:#0d1e56;font-size:2rem;font-weight:800;margin-bottom:12px;font-family:Nunito Sans,sans-serif}.team-member-info .team-role{color:#0d1e56;font-weight:700;font-size:1.2rem;margin-bottom:16px;display:block}.team-member-info .team-experience{color:#0d1e56;opacity:.8;font-size:1.05rem;line-height:1.6}.team-member-info .team-bio{color:#0d1e56;opacity:.8;font-size:1.05rem;line-height:1.8;max-width:800px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.team-member-info .team-credentials{color:#22acd1;font-size:.95rem;font-weight:500;margin-bottom:12px}.read-more-btn{background:none;border:none;color:#22acd1;font-weight:400;font-style:italic;cursor:pointer;padding:0;font-size:.95rem;margin-top:8px;transition:color .3s ease}.read-more-btn:hover{color:#0d1e56}.founder-modal-overlay{position:fixed;inset:0;background:#0d1e56cc;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.founder-modal{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:32px;color:#0d1e56;cursor:pointer;line-height:1;transition:color .3s ease}.modal-close:hover{color:#22acd1}.modal-header{display:flex;align-items:center;gap:24px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid rgba(59,195,226,.2)}.modal-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #22ACD1}.modal-header h3{font-size:1.8rem;color:#0d1e56;margin-bottom:4px}.modal-role{color:#22acd1;font-weight:600;font-size:1.1rem;margin-bottom:4px}.modal-credentials{color:#0d1e56;opacity:.7;font-size:.9rem}.modal-body{margin-bottom:24px}.modal-body p{color:#0d1e56;line-height:1.8;font-size:1rem;margin-bottom:16px}.modal-body p:last-child{margin-bottom:0}.modal-linkedin{display:inline-flex;align-items:center;gap:8px;color:#fff;background:#0d1e56;padding:12px 24px;border-radius:8px;font-weight:600;transition:all .3s ease}.modal-linkedin:hover{background:#22acd1}@media(max-width:768px){.our-team{padding:30px 20px}.our-team .section-header h2{font-size:2rem}.team-member-horizontal{flex-direction:column;gap:30px;padding:30px 20px;margin-bottom:40px}.team-member-image{width:220px;height:220px}.team-member-info{text-align:center}.team-member-info h3{font-size:1.5rem}.team-member-info .team-role{font-size:1rem}.team-member-info .team-experience,.team-member-info .team-bio{font-size:.95rem}.team-member-info .team-credentials{font-size:.85rem}.read-more-btn{display:block;margin:12px auto 0}.team-linkedin-overlay{width:32px;height:32px;bottom:8px;right:8px}.founder-modal{padding:24px;margin:10px}.modal-header{flex-direction:column;text-align:center;gap:16px}.modal-header h3{font-size:1.4rem}.modal-avatar{width:80px;height:80px}.modal-body p{font-size:.95rem}.modal-linkedin{width:100%;justify-content:center}}.mentors{padding:80px 32px;background:linear-gradient(to bottom,#fff 0% 70%,#3bc3e226);overflow:hidden}.mentors .section-header{margin-bottom:50px}.mentors .section-header h2,.mentors .section-header p{color:#0d1e56}.mentors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:20px 0}.mentor-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:row;align-items:stretch}.mentor-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0d1e561f}.mentor-photo{width:160px;min-height:160px;overflow:hidden;flex-shrink:0;background:#f5a623;aspect-ratio:1 / 1}.mentor-photo img{width:100%;height:100%;object-fit:cover}.mentor-info{padding:16px;text-align:left;display:flex;flex-direction:column;justify-content:center;flex:1}.mentor-name{font-size:1.05rem;font-weight:700;color:#0d1e56;margin-bottom:2px;font-family:Nunito Sans,sans-serif}.mentor-title{font-size:.8rem;color:#666;line-height:1.4;margin-bottom:12px}.mentor-company-section{display:flex;align-items:center;gap:8px}.mentor-company-logo{height:24px;display:flex;align-items:center}.mentor-company-logo img{height:100%;width:auto;object-fit:contain;max-width:70px}.mentor-company-name{font-size:.9rem;font-weight:600;color:#0d1e56}.mentor-company{font-size:.9rem;color:#0d1e56;opacity:.7}@media(max-width:1024px){.mentors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.mentors-grid{grid-template-columns:1fr}}.campus-gallery-section{padding:80px 5%;background:linear-gradient(135deg,#f8f6f3,#f0ede8);overflow:hidden}.campus-gallery-section .campus-gallery-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}.gallery-text-content{text-align:center}.gallery-text-content h2{font-size:2.5rem;font-weight:700;color:#0d1e56;margin-bottom:16px;line-height:1.2}.gallery-text-content h2 .highlight{color:#22acd1}.gallery-text-content p{font-size:1.1rem;color:#0d1e56;opacity:.8;line-height:1.6}.gallery-carousel{display:flex;align-items:center;gap:20px;width:100%;justify-content:center}.gallery-arrow{width:48px;height:48px;border-radius:50%;border:2px solid #0D1E56;background:#fff;color:#0d1e56;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .3s ease}.gallery-arrow:hover{background:#0d1e56;color:#fff}.gallery-carousel-track{position:relative;width:100%;height:340px;overflow:hidden;flex:1}.gallery-carousel-card{position:absolute;left:50%;top:50%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0d1e561a;transition:transform .6s cubic-bezier(.25,.1,.25,1),width .6s cubic-bezier(.25,.1,.25,1),height .6s cubic-bezier(.25,.1,.25,1),opacity .6s cubic-bezier(.25,.1,.25,1)}.gallery-carousel-card.side{width:300px;height:220px}.gallery-carousel-card.center{width:450px;height:320px}.gallery-carousel-card img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:992px){.gallery-carousel-track{height:260px}.gallery-carousel-card.side{width:200px;height:160px}.gallery-carousel-card.center{width:340px;height:240px}}@media(max-width:768px){.campus-gallery-section{padding:60px 5%}.gallery-text-content h2{font-size:1.8rem}.gallery-text-content p{font-size:1rem}.gallery-carousel{gap:10px}.gallery-arrow{width:36px;height:36px}.gallery-arrow svg{width:18px;height:18px}.gallery-carousel-track{height:170px}.gallery-carousel-card.side{width:120px;height:100px}.gallery-carousel-card.center{width:200px;height:150px}}.campuses{padding:50px 32px;background:#fff}.campuses-container{max-width:1280px;margin:0 auto}.campus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.campus-card{background:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;border:1px solid rgba(34,172,209,.25);transition:all .3s}.campus-card:hover{transform:translateY(-8px);background:#ffffff80;border-color:#22acd166;box-shadow:0 20px 40px #22acd133}.campus-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden;display:block;text-decoration:none}.campus-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.campus-card:hover .campus-image{transform:scale(1.05)}img[src*=bangalore-campus]{object-position:center calc(50% - 20px)}.name-coming-soon{display:inline-block;background:linear-gradient(90deg,#0d1e56 0% 35%,#3bc3e2 50%,#0d1e56 65% 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmerText 2.5s ease-in-out infinite;font-style:italic}@keyframes shimmerText{0%{background-position:100% 0}to{background-position:-100% 0}}.campus-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(13,30,86,.95) 0%,rgba(13,30,86,.7) 60%,transparent 100%);padding:30px;display:flex;align-items:flex-end}.campus-facilities-icons{display:flex;gap:12px;align-items:center}.facility-icon{width:40px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.facility-icon:hover{background:#3bc3e2e6;transform:translateY(-3px);border-color:#3bc3e280}.campus-content{padding:24px}.campus-content h3,.campus-content .campus-name{font-size:1.3rem;color:#0d1e56;margin-bottom:8px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;min-height:calc(1.3rem * 1.4 * 2);height:calc(1.3rem * 1.4 * 2)}.campus-degree{color:#22acd1;font-size:.95rem;font-weight:600;margin-bottom:20px;letter-spacing:.5px}.collaboration-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#22acd1;background:#3bc3e21a;padding:6px 12px;border-radius:20px;margin-bottom:12px}.campus-location{display:block;font-size:.9rem;color:#666;margin-bottom:12px}.campus-degree-badge{display:block;font-size:.8rem;font-weight:600;color:#0d1e56;margin-bottom:16px}.campus-facilities{display:flex;flex-wrap:wrap;gap:8px}.facility-badge{background:#22acd126;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(34,172,209,.25);color:#0d1e56;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.campus-cta-buttons{display:flex;gap:12px;margin-top:20px}.campus-cta-btn-small{flex:1;padding:12px 20px;font-size:.9rem;font-weight:700;font-family:Nunito Sans,sans-serif;border-radius:10px;text-decoration:none;text-align:center;transition:all .3s ease;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.campus-cta-btn-small.primary{background:#12114acc;color:#fff;border:1px solid rgba(18,17,74,.35);box-shadow:0 4px 12px #12114a33;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.campus-cta-btn-small.primary:hover{background:#12114a4d;border-color:#12114a80;transform:translateY(-2px);box-shadow:0 6px 16px #12114a4d}.campus-cta-btn-small.secondary{background:#22acd133;color:#0d1e56;border:1px solid rgba(34,172,209,.35);box-shadow:0 4px 12px #22acd133;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.campus-cta-btn-small.secondary:hover{background:#22acd14d;border-color:#22acd180;transform:translateY(-2px);box-shadow:0 6px 16px #22acd14d}.campus-cta-btn-small svg{width:16px;height:16px;vertical-align:middle;margin-right:6px;fill:currentColor}.placement-ecosystem{padding:80px 32px;background:#fff}.placement-ecosystem-container{max-width:1280px;margin:0 auto}.placement-header{text-align:center;margin-bottom:60px}.placement-header h2{font-family:Nunito Sans,sans-serif;font-size:2.5rem;font-weight:800;color:#0d1e56;margin-bottom:16px}.placement-header p{color:#555;font-size:1.15rem}.placement-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.placement-pillar{background:#fff;border:1px solid rgba(13,30,86,.1);border-radius:8px;padding:32px 24px;transition:all .3s ease;box-shadow:0 2px 12px #0d1e560f}.placement-pillar:hover{transform:translateY(-5px);border-color:#3bc3e266;box-shadow:0 8px 30px #0d1e561a}.pillar-icon{width:52px;height:52px;border-radius:6px;background:#3bc3e21a;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.placement-pillar h4{color:#0d1e56;font-size:1.15rem;font-weight:700;margin-bottom:10px}.placement-pillar p{color:#555;font-size:.92rem;line-height:1.7}.placement-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:70px}.placement-stat{text-align:center;padding:32px 24px;background:#3bc3e214;border:1px solid rgba(59,195,226,.2);border-radius:7px;transition:all .3s ease}.placement-stat:hover{background:#3bc3e224;border-color:#3bc3e266;box-shadow:0 8px 24px #3bc3e21a}.placement-stat-number{display:block;font-size:1.6rem;font-weight:700;color:#0d1e56;margin-bottom:6px}.placement-stat p{color:#555;font-size:1rem;font-weight:500}.placement-team-section{margin-bottom:70px;text-align:center}.placement-team-section h3{font-family:Nunito Sans,sans-serif;font-size:2rem;font-weight:800;color:#0d1e56;margin-bottom:12px}.placement-team-subtitle{color:#555;font-size:1.05rem;margin-bottom:40px}.placement-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:960px;margin:0 auto}.placement-team-card{background:#fff;border:1px solid rgba(13,30,86,.1);border-radius:8px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:all .3s ease;box-shadow:0 2px 12px #0d1e560f}.placement-team-card:hover{transform:translateY(-5px);border-color:#3bc3e266;box-shadow:0 8px 30px #0d1e561a}.placement-team-photo{width:90px;height:90px;border-radius:50%;overflow:hidden;margin-bottom:16px;border:2px solid rgba(59,195,226,.3);position:relative}.placement-team-photo img{width:100%;height:100%;object-fit:cover}.placement-team-info h4{color:#0d1e56;font-size:1.15rem;font-weight:700;margin-bottom:6px}.placement-team-role{display:block;color:#22acd1;font-size:.9rem;font-weight:600;margin-bottom:6px}.placement-team-exp{display:block;color:#777;font-size:.82rem;font-style:italic}.placement-team-linkedin{position:absolute;top:16px;right:16px;color:#0d1e564d;transition:all .3s ease}.placement-team-linkedin:hover{color:#0077b5}.placement-companies-heading{font-family:Nunito Sans,sans-serif;font-size:1.5rem;font-weight:700;color:#0d1e56;text-align:center;margin-bottom:28px}@media(max-width:968px){.placement-ecosystem{padding:60px 20px}.placement-header h2{font-size:2rem}.placement-pillars-grid{grid-template-columns:repeat(2,1fr);gap:16px}.placement-stats-row,.placement-team-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:640px){.placement-pillars-grid{grid-template-columns:1fr}.placement-stats-row{grid-template-columns:1fr;gap:12px}.placement-team-grid{grid-template-columns:1fr;gap:16px}.placement-team-section h3{font-size:1.6rem}}.student-projects{padding:50px 32px;background:linear-gradient(135deg,#fff 0% 100%)}.student-projects-container{max-width:1400px;margin:0 auto}.featured-project{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin:60px 0;padding:30px;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0d1e5614}.featured-project-text{position:relative}.project-badge{display:inline-block;background:linear-gradient(135deg,#0d1e56,#0d1e56);color:#fff;padding:8px 20px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.featured-project-text h3{color:#0d1e56;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:12px}.project-creator{color:#0d1e56;font-size:1rem;font-weight:600;margin-bottom:20px}.project-creator strong{color:#0d1e56}.project-description{color:#0d1e56;font-size:1.05rem;line-height:1.8;margin-bottom:24px;opacity:.85}.project-highlights{margin-bottom:24px}.highlight-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#0d1e56}.highlight-item svg{color:#0d1e56;flex-shrink:0}.highlight-item span{font-size:.95rem;font-weight:500}.project-tech-stack{display:flex;flex-wrap:wrap;gap:10px}.featured-project-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;box-shadow:0 15px 40px #0d1e5626}.featured-project-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}@media(max-width:1024px){.featured-project{grid-template-columns:1fr;gap:40px;padding:40px}.featured-project-text h3{font-size:1.6rem}}@media(max-width:768px){.featured-project{padding:30px 24px}.featured-project-text h3{font-size:1.4rem}.project-description{font-size:1rem}}.reels-slider-wrapper{position:relative;overflow:hidden;padding:0}.reels-slider{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:20px 32px;scrollbar-width:thin;scrollbar-color:#22ACD1 #ffffff}.reels-slider::-webkit-scrollbar{height:8px}.reels-slider::-webkit-scrollbar-track{background:#fff;border-radius:10px}.reels-slider::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#22acd1,#22acd1);border-radius:10px}.reels-slider::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#22acd1,#22acd1)}.reel-card{flex:0 0 300px;background:#0d1e56;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0d1e5626;transition:all .3s ease}.reel-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #22acd14d}.reel-video-wrapper{position:relative;width:100%;padding-bottom:177.78%;height:0;overflow:hidden;background:#000}.reel-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.projects-slider-wrapper{position:relative;overflow:hidden;padding:50px 32px}.projects-slider{display:flex;gap:32px;overflow-x:auto;scroll-behavior:smooth;padding:50px 32px;scrollbar-width:thin;scrollbar-color:#0D1E56 #ffffff}.projects-slider::-webkit-scrollbar{height:8px}.projects-slider::-webkit-scrollbar-track{background:#fff;border-radius:10px}.projects-slider::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0d1e56,#0d1e56);border-radius:10px}.projects-slider::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0d1e56,#0d1e56)}.project-video-card{flex:0 0 450px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0d1e561a;transition:all .3s ease}.project-video-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #3bc3e233}.project-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.project-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.project-info{padding:24px}.project-title{font-size:1.3rem;font-weight:700;color:#0d1e56;margin-bottom:8px}.project-student{font-size:1rem;color:#0d1e56;font-weight:600;margin-bottom:16px}.project-tech{display:flex;flex-wrap:wrap;gap:8px}.tech-badge{padding:6px 14px;background:#3bc3e21a;color:#0d1e56;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(59,195,226,.2)}.project-card{flex:0 0 320px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0d1e5614;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px #3bc3e226}.project-card-content{padding:28px 24px;display:flex;flex-direction:column;gap:16px;flex:1}.project-card-title{font-size:1.15rem;font-weight:700;color:#0d1e56;line-height:1.4;min-height:50px}.project-card-tech{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.project-card-link{display:inline-flex;align-items:center;gap:8px;color:#0d1e56;font-weight:600;font-size:.95rem;text-decoration:none;margin-top:12px;padding-top:12px;border-top:1px solid rgba(13,30,86,.1);transition:all .3s ease}.project-card-link:hover{gap:12px;color:#0d1e56}@media(max-width:768px){.project-video-card{flex:0 0 320px}.project-title{font-size:1.1rem}}.testimonials{padding:50px 32px;background:#fff}.testimonials-container{max-width:1280px;margin:0 auto}.youtube-shorts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px}.youtube-short{position:relative;width:100%;padding-bottom:177.78%;background:#22acd11a;border-radius:20px;overflow:hidden;border:1px solid rgba(34,172,209,.25);transition:all .3s ease;cursor:pointer}.youtube-short:hover{transform:translateY(-5px);box-shadow:0 15px 40px #3bc3e240;border-color:#3bc3e24d}.youtube-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:20px}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#3bc3e2e6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;transition:all .3s ease;padding-left:5px;pointer-events:none}.youtube-short:hover .play-button{transform:translate(-50%,-50%) scale(1.1);background:#3bc3e2}.youtube-short iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:20px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1024px){.youtube-shorts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.youtube-shorts-grid{grid-template-columns:1fr}}.testimonial-card{background:#fff;padding:36px;border-radius:16px;box-shadow:0 4px 20px #0d1e5614;transition:all .3s}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3bc3e233}.testimonial-content{color:#22acd1;font-size:1.05rem;line-height:1.8;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:16px}.author-avatar{width:50px;height:50px;border-radius:50%;background:#3bc3e299}.author-info h4{font-size:1.05rem;color:#0d1e56;margin-bottom:4px;font-weight:700}.author-info p{font-size:.9rem;color:#0d1e56}.career-ecosystem-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:40px 0 60px}.ecosystem-stat{text-align:center;padding:40px 30px;background:linear-gradient(135deg,#3bc3e20d 0% 100%);border-radius:16px;border:2px solid rgba(59,195,226,.15);transition:all .3s ease}.ecosystem-stat:hover{transform:translateY(-5px);border-color:#3bc3e24d;box-shadow:0 10px 30px #3bc3e226}.ecosystem-stat h3{font-family:Nunito Sans,sans-serif;font-size:2.5rem;font-weight:800;color:#0d1e56;margin-bottom:8px}.ecosystem-stat-number{display:block;font-size:1.5rem;font-weight:600;color:#0d1e56;margin-bottom:8px;line-height:1.1}.ecosystem-stat p{font-size:1.1rem;color:#0d1e56;font-weight:600}.companies-showcase{display:flex;flex-direction:column;gap:30px;padding:0;overflow:hidden}.companies-row{overflow:hidden}.companies-scroll{display:flex;gap:30px;animation:scrollCompanies 40s linear infinite;width:fit-content}.companies-scroll-reverse{animation:scrollCompaniesReverse 40s linear infinite}@keyframes scrollCompanies{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollCompaniesReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.companies-row:hover .companies-scroll{animation-play-state:paused}.company-logo-wrapper{width:180px;height:100px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(34,172,209,.2);border-radius:16px;padding:30px;transition:all .3s ease}.company-logo-wrapper:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3bc3e233;border-color:#3bc3e24d}.company-logo{max-width:120%;max-height:120%;object-fit:fill;filter:grayscale(20%);transition:all .3s ease}@media(max-width:1024px){.career-ecosystem-highlights{grid-template-columns:1fr;gap:30px}.ecosystem-stat h3{font-size:2rem}.ecosystem-stat-number{font-size:2.5rem}.ecosystem-stat p{font-size:1rem}}@media(max-width:768px){.career-ecosystem-highlights{margin:30px 0 40px}.ecosystem-stat{padding:30px 20px}.ecosystem-stat h3{font-size:1.8rem}.ecosystem-stat-number{font-size:2.2rem}}.company-logo-wrapper:hover .company-logo{filter:grayscale(0%)}.admission-process-new{padding:80px 32px;background:#fff}.admission-container-new{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.admission-container-new .section-header{grid-column:1 / -1}.admission-timeline-side{position:relative}.admission-timeline-vertical{position:relative;padding-left:0}.timeline-progress-track{position:absolute;left:24px;top:48px;bottom:120px;width:3px;background:#e5e7eb;border-radius:2px;z-index:1;transform:translate(-50%)}.timeline-progress-fill{position:absolute;top:0;left:0;width:100%;background:linear-gradient(180deg,#3bc3e2,#22acd1);border-radius:2px;transition:height .1s ease-out}.admission-campus-photos{margin-top:40px;padding-top:32px;border-top:1px solid #e5e7eb}.admission-campus-photos h4{font-size:1.1rem;font-weight:600;color:#0d1e56;margin:0 0 20px}.campus-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.campus-photo-item{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;display:block;transition:transform .3s ease,box-shadow .3s ease}.campus-photo-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.campus-photo-item img{width:100%;height:100%;object-fit:cover}.campus-photo-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0d1e56e6);color:#fff;padding:24px 12px 10px;font-size:.85rem;font-weight:600;text-align:center}.admission-step{display:flex;gap:24px;position:relative;padding-bottom:32px}.step-number-circle{width:48px;height:48px;min-width:48px;border-radius:50%;background:#3bc3e2;color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}.step-content{flex:1;padding-top:8px}.step-content h4{font-size:1.15rem;font-weight:700;color:#0d1e56;margin:0 0 8px}.step-content p{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 8px}.step-highlight{color:#3bc3e2!important;font-weight:600}.step-countdown-info{margin:12px 0 0}.step-countdown-info .step-date{font-size:1rem;color:#0d1e56;margin:0 0 8px}.step-countdown-info .step-date strong{color:#3bc3e2}.step-deadline-label{font-size:.85rem;color:#666;margin:0 0 8px}.step-countdown-timer{display:flex;align-items:center;gap:8px;margin-top:8px}.step-countdown-item{display:flex;flex-direction:column;align-items:center;background:#0d1e56;border-radius:8px;padding:8px 12px;min-width:50px}.step-countdown-value{font-size:1.2rem;font-weight:700;color:#fff}.step-countdown-unit{font-size:.65rem;color:#ffffffb3;text-transform:uppercase}.step-countdown-sep{font-size:1.2rem;font-weight:700;color:#0d1e56}.step-expanded{background:#f0f9ff;border-radius:16px;padding:24px;margin-left:-25px}.step-cta-row{display:flex;gap:16px;margin:20px 0 16px}.step-btn-primary{background:#0d1e56;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.step-btn-primary:hover{background:#1a2d6b;transform:translateY(-2px)}.step-btn-secondary{background:#3bc3e2;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.step-btn-secondary:hover{background:#22acd1;transform:translateY(-2px)}.step-note{font-size:.85rem!important;color:#777!important;font-style:italic}.step-final{background:#3bc3e2;border-radius:16px;padding:24px}.step-final .step-number-circle{background:#fff;color:#3bc3e2}.step-final .step-content h4{color:#fff}.step-student-images{display:flex;margin-top:12px}.step-student-images img{width:48px;height:48px;border-radius:50%;border:3px solid #ffffff;margin-left:-12px;object-fit:cover}.step-student-images img:first-child{margin-left:0}.admission-info-side{display:flex;flex-direction:column;gap:24px;position:sticky;top:100px;height:fit-content}.admission-banner-card{border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.admission-banner-img{width:100%;height:auto;display:block;border-radius:16px}@media(max-width:968px){.admission-container-new{grid-template-columns:1fr;gap:40px}.admission-info-side{position:static;order:1}.admission-timeline-side{order:0}.step-cta-row{flex-direction:column}.step-btn-primary,.step-btn-secondary{justify-content:center}.campus-photos-grid{grid-template-columns:repeat(3,1fr);gap:12px}.campus-photo-label{font-size:.75rem;padding:16px 8px 8px}}@media(max-width:480px){.admission-process-new{padding:50px 16px}.timeline-progress-track{left:24px}.step-countdown-timer{gap:4px}.step-countdown-item{padding:6px 8px;min-width:40px}.step-countdown-value{font-size:1rem}.step-countdown-unit{font-size:.55rem}.step-countdown-sep{font-size:1rem}.campus-photos-grid{grid-template-columns:repeat(3,1fr);gap:8px}.campus-photo-item{border-radius:8px}.campus-photo-label{font-size:.65rem;padding:12px 4px 6px}.admission-campus-photos h4{font-size:1rem}}.admission-process{padding:50px 32px;background:#fff}.admission-container{max-width:1280px;margin:0 auto}.admission-split-layout{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center;margin-top:60px}.admission-banner-left{border-radius:16px;overflow:hidden}.admission-banner-image{width:100%;height:100%;object-fit:cover;border-radius:16px}.timeline-horizontal{display:flex;flex-direction:column;gap:20px}.timeline-item-horizontal{display:flex;align-items:center;gap:20px;padding:30px;background:#22acd114;border-radius:16px;border:1px solid rgba(34,172,209,.2);transition:all .3s ease}.timeline-item-horizontal:hover{background:#22acd126;border-color:#3bc3e24d;transform:translate(10px)}.timeline-marker-horizontal{flex-shrink:0}.timeline-marker-horizontal .timeline-number{width:60px;height:60px;border-radius:50%;background:#ffffffe6;border:3px solid #0D1E56;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;font-family:Nunito Sans,sans-serif;color:#0d1e56;box-shadow:0 6px 20px #3bc3e24d;transition:all .3s ease}.timeline-item-horizontal:hover .timeline-number{transform:scale(1.1);box-shadow:0 8px 24px #3bc3e266}.timeline-content-horizontal{flex:1}.timeline-content-horizontal h4{font-size:1.2rem;font-weight:700;color:#0d1e56;margin-bottom:6px;font-family:Nunito Sans,sans-serif}.timeline-content-horizontal p{font-size:.95rem;color:#0d1e56;line-height:1.5;opacity:.8}.timeline{position:relative;padding:50px 32px}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#22acd180,#3bc3e280 50% 100%);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:60px;display:flex;align-items:center;gap:40px}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:relative;z-index:2;flex-shrink:0}.timeline-number{width:80px;height:80px;border-radius:50%;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:3px solid #0D1E56;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;font-family:Nunito Sans,sans-serif;color:#0d1e56;box-shadow:0 8px 24px #3bc3e24d;transition:all .4s ease}.timeline-item:hover .timeline-number{transform:scale(1.15);box-shadow:0 12px 32px #3bc3e266}.timeline-content{flex:1;background:#22acd11f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(34,172,209,.25);border-radius:20px;padding:32px;transition:all .4s ease}.timeline-item:nth-child(odd) .timeline-content{text-align:right}.timeline-item:nth-child(2n) .timeline-content{text-align:left}.timeline-item:hover .timeline-content{background:#22acd133;border-color:#3bc3e24d;transform:translateY(-5px)}.timeline-content h3{font-size:1.6rem;font-weight:700;color:#0d1e56;margin-bottom:12px;font-family:Nunito Sans,sans-serif}.timeline-content p{font-size:1.05rem;color:#0d1e56;line-height:1.7;opacity:.85}.admission-cta-wrapper{position:relative;display:flex;justify-content:center;margin-top:0;padding-top:60px;z-index:3}.admission-cta-wrapper:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:3px;height:60px;background:linear-gradient(135deg,#0d1e56,#3bc3e2)}.admission-cta-btn{position:relative;padding:20px 60px;font-size:1.3rem;font-weight:700;font-family:Nunito Sans,sans-serif;background:linear-gradient(135deg,#0d1e56,#3bc3e2);color:#fff;border:none;border-radius:50px;text-decoration:none;box-shadow:0 12px 40px #3bc3e266;transition:all .4s ease;display:inline-flex;align-items:center;gap:10px}.admission-cta-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 18px 50px #3bc3e280;background:linear-gradient(135deg,#3bc3e2 0% 100%)}.admission-cta-btn svg{width:24px;height:24px;fill:#fff}@media(max-width:1024px){.admission-split-layout{grid-template-columns:1fr;gap:40px}.macbook-large-image{max-width:300px}.macbook-text h3{font-size:1.5rem}.macbook-text p{font-size:1rem}}@media(max-width:768px){.timeline:before{left:40px}.timeline-item{flex-direction:row!important;padding-left:0}.timeline-marker{margin-left:0}.timeline-content{text-align:left!important}.admission-cta-btn{padding:18px 40px;font-size:1.1rem}.admission-banner-left{margin-bottom:20px}.timeline-item-horizontal{padding:16px;gap:16px}.timeline-marker-horizontal .timeline-number{width:50px;height:50px;font-size:1.3rem}.timeline-content-horizontal h4{font-size:1.1rem}.timeline-content-horizontal p{font-size:.9rem}}.faq{padding:50px 32px;background:#fff}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:#fff;border:2px solid rgba(59,195,226,.2);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:#0d1e56}.faq-question{padding:28px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:#3bc3e20d}.faq-question h3{font-size:1.1rem;color:#0d1e56;font-weight:700}.faq-icon{font-size:1.5rem;color:#0d1e56;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer-content{padding:0 28px 28px;color:#0d1e56;line-height:1.8}.faq-hero{margin-top:80px;padding:80px 32px;background:linear-gradient(135deg,#0d1e56 0% 100%);text-align:center}.faq-hero-container{max-width:800px;margin:0 auto}.faq-hero h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:16px}.faq-hero p{font-size:1.2rem;color:#fffc;max-width:600px;margin:0 auto}.faq-page-section{padding:60px 32px 80px;background:#fff}.faq-page-container{max-width:900px;margin:0 auto}.faq-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:48px}.faq-category-btn{font-family:Nunito Sans,sans-serif;padding:12px 24px;border:2px solid rgba(59,195,226,.3);border-radius:30px;background:#fff;color:#0d1e56;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.faq-category-btn:hover{border-color:#0d1e56;background:#3bc3e20d}.faq-category-btn.active{background:#0d1e56;border-color:#0d1e56;color:#fff}.faq-cta-section{margin-top:60px;padding:48px;background:linear-gradient(135deg,#3bc3e21a,#12114a0d);border-radius:20px;text-align:center}.faq-cta-section h2{font-family:Nunito Sans,sans-serif;font-size:1.8rem;font-weight:700;color:#0d1e56;margin-bottom:12px}.faq-cta-section p{font-size:1.1rem;color:#0d1e56;margin-bottom:28px}.faq-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.faq-hero{padding:60px 20px}.faq-page-section{padding:40px 20px 60px}.faq-categories{gap:8px}.faq-category-btn{padding:10px 18px;font-size:.85rem}.faq-cta-section{padding:32px 24px}.faq-cta-section h2{font-size:1.5rem}}.footer{background:#0d1e56;padding:50px 32px;color:#fff}.footer-container{max-width:1280px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-logo{height:50px;margin-bottom:20px}.footer-about{color:#ffffffb3;line-height:1.8}.footer-section h4{color:#fff;margin-bottom:20px;font-size:1.1rem;font-weight:700}.footer-links{list-style:none}.footer-links li{margin-bottom:12px;color:#ffffffe6}.footer-links a{color:#ffffffe6;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3bc3e2}.footer-contact li{display:flex;align-items:flex-start;gap:12px}.footer-contact li svg{flex-shrink:0;margin-top:3px;color:#3bc3e2}.footer-contact li span,.footer-contact li a{flex:1}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.admissions-campus-section{padding:80px 20px;background:#f8f9fa}.admissions-campus-container{max-width:1200px;margin:0 auto}.admissions-campus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.admissions-campus-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.admissions-campus-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.admissions-campus-image-wrapper{position:relative;display:block;height:180px;overflow:hidden}.admissions-campus-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.admissions-campus-card:hover .admissions-campus-image{transform:scale(1.05)}.admissions-campus-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap}.admissions-badge{background:#fffffff2;color:#0d1e56;font-size:.65rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.admissions-campus-content{padding:20px}.admissions-campus-name{font-family:Nunito Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#0d1e56;margin-bottom:8px;min-height:2.6em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admissions-campus-location{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666;margin-bottom:16px}.admissions-campus-location svg{color:#22acd1}.admissions-campus-fees{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:16px}.fee-highlight{display:flex;justify-content:space-between;align-items:center}.fee-label{font-size:.8rem;color:#666;font-weight:500}.fee-amount{font-size:1.2rem;font-weight:700;color:#0d1e56}.fee-breakdown{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fee-item{display:flex;justify-content:space-between;font-size:.75rem;color:#666}.fee-item span:last-child{font-weight:600;color:#0d1e56}.admissions-campus-cta{display:flex;gap:10px}.campus-details-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background:transparent;border:2px solid #0D1E56;border-radius:8px;color:#0d1e56;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease}.campus-details-btn:hover{background:#0d1e56;color:#fff}.campus-apply-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#3bc3e2;border:2px solid #3BC3E2;border-radius:8px;color:#0d1e56;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.campus-apply-btn:hover{background:#22acd1;border-color:#22acd1}.lead-form-section{padding:60px 20px;background:#f8f9fa}.lead-form-container{max-width:800px;margin:0 auto}.lead-form-section .section-header{text-align:center;margin-bottom:32px}.lead-form-section .section-header h2{font-family:Nunito Sans,sans-serif;font-size:2rem;font-weight:700;color:#0d1e56;margin-bottom:12px}.lead-form-section .section-header p{font-size:1rem;color:#666}.lead-form-wrapper{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0d1e5614}@media(max-width:768px){.lead-form-section{padding:40px 16px}.lead-form-section .section-header h2{font-size:1.5rem}.lead-form-wrapper{padding:16px}}.admissions-cta-section{padding:80px 20px;background:linear-gradient(135deg,#0d1e56,#1a3a8a);text-align:center}.admissions-cta-container{max-width:700px;margin:0 auto}.admissions-cta-section h2{font-family:Nunito Sans,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:16px}.admissions-cta-section p{font-size:1.1rem;color:#ffffffd9;margin-bottom:32px}.admissions-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.admissions-cta-buttons .btn-primary{padding:14px 32px;font-size:1rem}.admissions-cta-buttons .btn-secondary-white{padding:14px 32px;font-size:1rem;background:transparent;border:2px solid #ffffff;color:#fff}.admissions-cta-buttons .btn-secondary-white:hover{background:#fff;color:#0d1e56}.admissions-hero .hero-left h1{font-size:clamp(2rem,4vw,3rem)}@media(max-width:1024px){.admissions-campus-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admissions-campus-section{padding:50px 20px}.admissions-campus-grid{grid-template-columns:1fr;gap:20px}.admissions-campus-card{max-width:400px;margin:0 auto}.admissions-cta-section{padding:50px 20px}.admissions-cta-section h2{font-size:1.6rem}.admissions-cta-buttons{flex-direction:column}.admissions-cta-buttons .btn-primary,.admissions-cta-buttons .btn-secondary-white{width:100%}}.scholarship-section{padding:30px 20px;background:#fff;position:relative;overflow:hidden}.scholarship-section:before{content:"";position:absolute;inset:0;background:none;pointer-events:none}.scholarship-container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.scholarship-section .section-header{text-align:center;margin-bottom:60px}.scholarship-section .section-header h2{color:#0d1e56;font-size:3rem;font-weight:700;margin-bottom:16px}.scholarship-section .section-header p{color:#0d1e56;opacity:.7;font-size:1.2rem}.scholarship-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}.scholarship-card{background:#fff;border:1px solid rgba(13,30,86,.12);border-radius:20px;padding:40px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 12px #0d1e560f}.scholarship-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3bc3e2,#22acd1);transform:scaleX(0);transition:transform .4s ease}.scholarship-card:hover:before{transform:scaleX(1)}.scholarship-card:hover{transform:translateY(-10px);border-color:#3bc3e2;box-shadow:0 12px 40px #3bc3e226}.scholarship-card.highlight{background:#fff;border:2px solid #3BC3E2}.scholarship-badge{position:absolute;top:20px;right:20px;background:#3bc3e21f;color:#22acd1;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.scholarship-icon{font-size:3.5rem;margin-bottom:20px;display:block}.scholarship-title{color:#0d1e56;font-size:1.5rem;font-weight:700;margin-bottom:12px}.scholarship-amount{color:#22acd1;font-size:2.5rem;font-weight:800;margin-bottom:20px}.scholarship-desc{color:#0d1e56;opacity:.75;line-height:1.7;margin-bottom:24px;font-size:.95rem}.scholarship-criteria{list-style:none;padding:0;margin:0}.scholarship-criteria li{color:#0d1e56;opacity:.7;padding:8px 0 8px 28px;position:relative;font-size:.9rem}.scholarship-criteria li:before{content:"✓";position:absolute;left:0;color:#22acd1;font-weight:700;font-size:1.1rem}.scholarship-cta{text-align:center;margin-top:60px}.scholarship-note{color:#0d1e56;font-size:1.1rem;margin-bottom:30px;font-weight:500}.scholarship-apply-btn{display:inline-block;padding:18px 50px;background:#0d1e56;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:700;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #0d1e5633;text-transform:uppercase;letter-spacing:1px}.scholarship-apply-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0d1e564d;background:#0d1e56}.financial-partners{margin-top:80px;text-align:center;padding-top:60px;border-top:1px solid rgba(13,30,86,.1)}.financial-partners h3{color:#0d1e56;font-size:2rem;font-weight:700;margin-bottom:12px}.financial-partners p{color:#0d1e56;opacity:.7;font-size:1.1rem;margin-bottom:40px}.financial-partners-grid{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.financial-partner-item{display:flex;flex-direction:column;align-items:center;gap:12px}.financial-partner-logo{background:#fff;padding:20px 40px;border-radius:12px;min-width:140px;height:80px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(13,30,86,.1);box-shadow:0 2px 8px #0d1e560f}.financial-partner-logo img{max-width:120px;max-height:60px;object-fit:contain}.financial-partner-item p{color:#0d1e56;font-size:.95rem;font-weight:600;margin:0}.financial-partner-logo:hover{transform:translateY(-5px);border-color:#3bc3e2;box-shadow:0 8px 25px #3bc3e226}.financial-partner-logo span{color:#0d1e56;font-size:1.1rem;font-weight:700}@media(max-width:768px){.scholarship-section{padding:30px 20px}.scholarship-section .section-header h2{font-size:2rem}.scholarship-grid{grid-template-columns:1fr;gap:20px}.scholarship-card{padding:30px 24px}.scholarship-amount{font-size:2rem}.scholarship-badge{position:static;display:inline-block;margin-bottom:16px}.financial-partners{margin-top:60px;padding-top:40px}.financial-partners h3{font-size:1.5rem}.financial-partners-grid{gap:16px}.financial-partner-logo{min-width:120px;padding:16px 24px}}.fee-structure-section{padding:50px 32px;background:#fff}.fee-structure-container{max-width:900px;margin:0 auto}.fee-structure-section .section-header{text-align:center;margin-bottom:40px}.fee-structure-section .section-header h2{color:#0d1e56;font-size:2.5rem;font-weight:700;margin-bottom:12px}.fee-structure-section .section-header p{color:#0d1e56;opacity:.7;font-size:1.1rem}.fee-table-wrapper{overflow-x:auto;border-radius:16px;box-shadow:0 10px 40px #0d1e5614;margin-bottom:32px}.fee-table{width:100%;border-collapse:collapse;background:#fff}.fee-table thead tr{background:linear-gradient(135deg,#0d1e56,#22acd1)}.fee-table th{padding:24px 32px;text-align:left;color:#fff;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.fee-table tbody tr{border-bottom:1px solid rgba(13,30,86,.1);transition:all .3s ease}.fee-table tbody tr:hover{background:#3bc3e208}.fee-table tbody tr.highlight-row{background:#3bc3e214}.fee-table tbody tr.highlight-row:hover{background:#3bc3e21f}.fee-table tbody tr.total-row{background:linear-gradient(135deg,#0d1e560d,#22acd10d);border-top:2px solid #0D1E56}.fee-table tbody tr.total-row:hover{background:linear-gradient(135deg,#0d1e5614,#22acd114)}.fee-table td{padding:50px 32px;color:#0d1e56;font-size:1.05rem}.fee-table tbody tr.total-row td{font-size:1.2rem;color:#0d1e56}.fee-table-detailed th,.fee-table-detailed td{padding:16px 20px;text-align:center}.fee-table-detailed th:first-child,.fee-table-detailed td:first-child{text-align:left;min-width:180px}.fee-table-detailed th:last-child,.fee-table-detailed td:last-child{font-weight:600;background:#0d1e5608}.fee-table-detailed tbody tr.total-row td{font-size:1rem}.fee-notes-container{margin-top:32px;padding:24px 32px;background:#22acd166;border-radius:12px;border:1px solid rgba(13,30,86,.08)}.fee-notes-list{margin:0;padding-left:24px;color:#0d1e56;opacity:.8}.fee-notes-list li{font-size:.95rem;margin:10px 0;line-height:1.5}.fee-notes-list li::marker{color:#0d1e56;font-weight:600}@media(max-width:768px){.fee-structure-section{padding:30px 20px}.fee-structure-section .section-header h2{font-size:2rem}.fee-table th,.fee-table td{padding:16px 20px;font-size:.95rem}.fee-table th{font-size:1rem}.fee-table tbody tr.total-row td{font-size:1.05rem}}.tnc-section{padding:0 32px 40px;max-width:1200px;margin:0 auto}.tnc-container{border:1px solid rgba(13,30,86,.12);border-radius:12px;overflow:hidden}.tnc-accordion{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 28px;background:#fff;border:none;cursor:pointer;transition:background .2s}.tnc-accordion:hover{background:#0d1e5608}.tnc-accordion h3{margin:0;font-size:1.15rem;font-weight:700;color:#0d1e56}.tnc-chevron{transition:transform .3s ease;color:#0d1e56;flex-shrink:0}.tnc-accordion.open .tnc-chevron{transform:rotate(180deg)}.tnc-panel{max-height:0;overflow:hidden;transition:max-height .35s ease}.tnc-panel.open{max-height:2000px}.tnc-content{padding:20px 28px 24px;border-top:1px solid rgba(13,30,86,.08)}.tnc-paragraph{color:#0d1e56;font-size:.95rem;line-height:1.7;margin-bottom:14px;opacity:.8}.tnc-bullet-group h4{color:#0d1e56;font-size:1rem;font-weight:600;margin:18px 0 8px}.tnc-bullet-group ul{list-style:disc;padding-left:20px;margin:0 0 14px}.tnc-bullet-group li{color:#0d1e56;font-size:.95rem;line-height:1.7;opacity:.8;margin-bottom:4px}@media(max-width:768px){.tnc-section{padding:0 16px 30px}.tnc-accordion{padding:16px 20px}.tnc-accordion h3{font-size:1rem}.tnc-content{padding:16px 20px 20px}}.hostel-section{padding:80px 32px;background:#fff}.hostel-container{max-width:1100px;margin:0 auto}.hostel-section .section-header{text-align:center;margin-bottom:48px}.hostel-section .section-header h2{color:#0d1e56;font-size:2.5rem;font-weight:700;margin-bottom:10px}.hostel-section .section-header p{color:#555;font-size:1.1rem}.hostel-images{margin-bottom:48px}.hostel-img-preview{border-radius:12px;overflow:hidden;margin-bottom:16px;aspect-ratio:16 / 7}.hostel-img-preview img{width:100%;height:100%;object-fit:cover;display:block}.hostel-images-track{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.hostel-img-card{flex:0 0 auto;width:100px;height:68px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .25s ease;padding:0;background:none}.hostel-img-card img{width:100%;height:100%;object-fit:cover;display:block}.hostel-img-card:hover{border-color:#0d1e5633}.hostel-img-card.active{border-color:#3bc3e2}.hostel-fee-block{margin-bottom:36px}.hostel-fee-header{display:flex;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.hostel-fee-header h3{color:#0d1e56;font-size:1.2rem;font-weight:700;margin:0}.hostel-type-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#3bc3e2;background:#3bc3e21a;padding:4px 12px;border-radius:10px}.hostel-fee-description{font-size:.9rem;color:#0d1e56;opacity:.7;margin:-8px 0 12px}.hostel-fee-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid rgba(13,30,86,.1)}.hostel-fee-table{width:100%;border-collapse:collapse;background:#fff}.hostel-fee-table thead tr{background:#0d1e560a}.hostel-fee-table th{padding:14px 20px;text-align:left;color:#0d1e56;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hostel-fee-table tbody tr{border-bottom:1px solid rgba(13,30,86,.06);transition:background .2s ease}.hostel-fee-table tbody tr:last-child{border-bottom:none}.hostel-fee-table tbody tr:hover{background:#3bc3e20a}.hostel-fee-table td{padding:14px 20px;color:#333;font-size:.95rem}.room-type-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:6px;letter-spacing:.04em}.room-type-tag.ac{color:#22acd1;background:#3bc3e21a}.room-type-tag.non-ac{color:#777;background:#0d1e560f}.hostel-terms{margin-top:40px;padding:24px 28px;background:#0d1e5608;border-radius:10px;border:1px solid rgba(13,30,86,.08)}.hostel-terms h4{color:#0d1e56;font-size:1rem;font-weight:600;margin-bottom:16px}.hostel-terms ol{margin:0;padding-left:20px;color:#555}.hostel-terms li{font-size:.88rem;line-height:1.6;margin-bottom:8px}.hostel-terms li::marker{color:#aaa}@media(max-width:768px){.hostel-section{padding:50px 20px}.hostel-section .section-header h2{font-size:2rem}.hostel-img-preview{aspect-ratio:16 / 9}.hostel-img-card{width:80px;height:56px}.hostel-fee-header{flex-direction:column;align-items:flex-start;gap:8px}.hostel-fee-table th,.hostel-fee-table td{padding:10px 14px;font-size:.85rem}}.macbook-highlight{margin:30px 0}.macbook-highlight-content{background:linear-gradient(135deg,#3bc3e21a,#3bc3e20d);border:2px solid rgba(59,195,226,.3);border-radius:20px;padding:30px 40px;display:flex;align-items:center;gap:30px;transition:all .3s ease}.macbook-highlight-content:hover{transform:translateY(-5px);box-shadow:0 15px 40px #3bc3e233}.macbook-small-image{width:120px;height:auto;filter:drop-shadow(0 10px 20px rgba(13,30,86,.1))}.macbook-text h3{color:#0d1e56;font-size:1.5rem;font-weight:700;margin-bottom:8px}.macbook-text p{color:#0d1e56;opacity:.8;font-size:1rem;margin:0}@media(max-width:768px){.macbook-highlight-content{flex-direction:column;text-align:center;padding:24px 20px}.macbook-small-image{width:100px}.macbook-text h3{font-size:1.3rem}.macbook-text p{font-size:.95rem}}.recognition-section{padding:50px 32px;background:#fff}.recognition-container{max-width:1280px;margin:0 auto;text-align:center}.investors-section{padding:50px 32px;background:#fff}.investors-container{max-width:1280px;margin:0 auto;text-align:center}.recognition-logos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;align-items:center;justify-items:center;margin-top:60px;max-width:900px;margin-left:auto;margin-right:auto}.investors-logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;align-items:center;margin-top:60px}.recognition-logos-grid img,.investors-logos-grid img{width:100%;height:auto;min-height:150px;max-height:200px;object-fit:contain;opacity:1;transition:all .3s ease;padding:30px;background:#fff;border-radius:20px;border:2px solid rgba(13,30,86,.15);box-shadow:0 4px 20px #0d1e5614}.recognition-logos-grid img:hover,.investors-logos-grid img:hover{transform:scale(1.08);box-shadow:0 12px 35px #0d1e5626;border-color:#3bc3e280}@media(max-width:1024px){.recognition-logos-grid{grid-template-columns:repeat(3,1fr);gap:40px;max-width:100%}.investors-logos-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.recognition-section,.investors-section{padding:30px 24px}.recognition-logos-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%}.investors-logos-grid{grid-template-columns:repeat(2,1fr);gap:30px}.recognition-logos-grid img,.investors-logos-grid img{min-height:120px;max-height:150px;padding:30px}}@media(max-width:480px){.recognition-section,.investors-section{padding:24px 16px}.recognition-logos-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.investors-logos-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px}.recognition-logos-grid img,.investors-logos-grid img{min-height:80px;max-height:100px;padding:12px;border-radius:12px}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.box-text-overlay{right:20px;max-width:50%}.box-text-overlay h3{font-size:1.1rem}.campus-grid,.testimonials-grid,.footer-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:10px 0;top:0}.nav-container{padding:0 16px}.nav-container img{height:35px!important}.nav-links{display:none}.mobile-nav-right{display:flex}.registration-ticker.visible{top:55px}.registration-ticker{padding:10px 0}.ticker-content{padding:0 16px;gap:8px}.ticker-text{font-size:11px}.ticker-countdown-value{font-size:11px;padding:3px 5px}.ticker-countdown-sep{font-size:11px}.ticker-link{font-size:11px;padding:6px 12px;margin-left:4px}.features-grid,.campus-grid,.testimonials-grid{grid-template-columns:1fr}.campus-content h3,.campus-content .campus-name{font-size:1.1rem;min-height:3.08rem;height:3.08rem}.box-text-overlay{right:15px;max-width:60%}.box-text-overlay h3{font-size:1rem}.footer-container{grid-template-columns:1fr;gap:40px}.hero{margin-top:100px}.hero-content h1,.hero-content h2{font-size:2rem}.hero-content h3{font-size:1.5rem}.curriculum{padding:50px 16px 80px}.curriculum-heading{font-size:1.8rem;margin-bottom:32px}.curriculum-layout{display:block}.curriculum-tabs{display:none!important}.curriculum-tabs.mobile-visible{display:flex!important;flex-direction:row;align-items:center;overflow-x:auto;position:fixed;inset:auto 0 0;z-index:1000;background:#fff;gap:8px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;scrollbar-width:none;box-shadow:0 -4px 20px #0d1e5626;border-radius:16px 16px 0 0;pointer-events:auto}.curriculum-tabs.mobile-visible::-webkit-scrollbar{display:none}.curriculum-content-stack{display:flex;flex-direction:column;gap:20px}.curriculum-tab{flex:0 0 auto;padding:8px 14px;white-space:nowrap;border-radius:20px;border:1.5px solid rgba(13,30,86,.1);box-shadow:none;gap:6px}.curriculum-tab.active{background:#fff}.curriculum-tab.year-1.active{border-color:#fcc032;box-shadow:0 0 8px #fcc03240}.curriculum-tab.year-2.active{border-color:#3ccc8b;box-shadow:0 0 8px #3ccc8b40}.curriculum-tab.year-3.active{border-color:#22acd1;box-shadow:0 0 8px #22acd140}.curriculum-tab.year-4.active{border-color:#3bc3e2;box-shadow:0 0 8px #3bc3e240}.tab-year-label{font-size:10px;letter-spacing:1px}.tab-title{font-size:13px}.curriculum-content{padding:24px 20px}.content-title{font-size:1.5rem}.curriculum-content-header{flex-direction:column;gap:12px}.concepts-grid,.projects-grid{grid-template-columns:1fr}.ai-tools-grid{grid-template-columns:repeat(2,1fr)}.curriculum-ai-section{padding:20px}}.projects-videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1280px;margin:48px auto;padding:0 32px}.project-video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d1e561a;transition:all .3s}.project-video-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #3bc3e233}.project-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.project-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.project-video-info{padding:30px;background:linear-gradient(135deg,#3bc3e20d,#0d1e560d)}.project-video-info h4{font-size:1.1rem;font-weight:700;color:#0d1e56;margin-bottom:8px}.project-video-info p{font-size:.95rem;color:#0d1e56;font-weight:500}@media(max-width:1024px){.projects-videos-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.projects-videos-grid{grid-template-columns:1fr;gap:20px;padding:0 20px}}.projects-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1280px;margin:0 auto;padding:0 32px}.project-showcase-card{background:linear-gradient(135deg,#3bc3e20d,#0d1e560d);border:2px solid rgba(59,195,226,.15);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;cursor:pointer}.project-showcase-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #3bc3e233;border-color:#0d1e56;background:linear-gradient(135deg,#3bc3e21a,#0d1e561a)}.project-icon{font-size:3rem;margin-bottom:16px;filter:grayscale(.3);transition:all .3s}.project-showcase-card:hover .project-icon{filter:grayscale(0);transform:scale(1.1)}.project-name{font-size:1.1rem;font-weight:700;color:#0d1e56;margin-bottom:8px;line-height:1.3}.project-tech{font-size:.9rem;color:#0d1e56;font-weight:500;line-height:1.4}.amenities-section{padding:50px 32px 30px;background:#fff;overflow:hidden}.amenities-container{max-width:1400px;margin:0 auto}.amenities-scroll-wrapper{margin-top:30px;overflow:visible;position:relative}.amenities-scroll{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;width:100%}@keyframes scroll-amenities{}.amenity-item{text-align:center;padding:12px 16px;background:linear-gradient(135deg,#fff 0% 100%);border-radius:12px;transition:all .3s ease;border:2px solid transparent;min-width:80px;flex-shrink:0}.amenity-item:hover{transform:translateY(-4px);border-color:#0d1e56;box-shadow:0 8px 20px #3bc3e226}.amenity-icon{width:28px;height:28px;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;color:#0d1e56;font-size:.7rem;transition:all .3s ease}.amenity-item:hover .amenity-icon{transform:scale(1.1);color:#22acd1}.amenity-item h3{color:#0d1e56;font-size:.65rem;font-weight:600;margin:0;line-height:1.2}@media(max-width:1024px){.projects-showcase-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:768px){.amenities-scroll-wrapper{overflow:hidden;margin:30px -20px 0;padding:0 20px}.amenities-scroll{flex-wrap:nowrap;justify-content:flex-start;width:max-content;animation:scroll-amenities-mobile 20s linear infinite}.amenity-item{padding:12px 16px;min-width:auto;display:flex;flex-direction:row;align-items:center;gap:10px;text-align:left;white-space:nowrap}.amenity-icon{width:32px;height:32px;margin:0;flex-shrink:0}.amenity-icon svg{width:24px;height:24px}.amenity-item h3{font-size:.85rem}}@keyframes scroll-amenities-mobile{0%{transform:translate(0)}to{transform:translate(-50%)}}.amenities-section-new{padding:80px 32px;background:#fff;overflow:hidden}.amenities-container-new{max-width:1400px;margin:0 auto}.amenities-container-new .section-header{text-align:center;margin-bottom:50px}.amenities-container-new .section-header h2{font-size:2.5rem;font-weight:700;color:#0d1e56;margin-bottom:10px}.amenities-container-new .section-header p{font-size:1.1rem;color:#0d1e56;opacity:.7}.amenities-row-wrapper{overflow:hidden;margin-bottom:20px}.amenities-row{display:flex;gap:20px;width:max-content}.amenities-row.scroll-left{animation:amenitiesScrollLeft 30s linear infinite}.amenities-row.scroll-right{animation:amenitiesScrollRight 30s linear infinite}.amenities-row:hover{animation-play-state:paused}@keyframes amenitiesScrollLeft{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes amenitiesScrollRight{0%{transform:translate(-33.33%)}to{transform:translate(0)}}.amenities-card-set{display:flex;gap:20px}.amenity-card{background:#fff;border-radius:20px;padding:30px 25px;min-width:200px;text-align:center;box-shadow:0 4px 20px #0d1e5614;transition:all .3s ease;border:1px solid rgba(13,30,86,.05)}.amenity-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3bc3e226}.amenity-card-icon{width:60px;height:60px;border-radius:50%;background:#3bc3e21a;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}.amenity-card h3{font-size:1.1rem;font-weight:700;color:#0d1e56;margin-bottom:8px}.amenity-card p{font-size:.9rem;color:#0d1e56;opacity:.7;line-height:1.4;margin:0}@media(max-width:768px){.amenities-section-new{padding:50px 20px}.amenities-container-new .section-header h2{font-size:1.8rem}.amenity-card{min-width:160px;padding:20px 15px}.amenity-card-icon{width:50px;height:50px}.amenity-card h3{font-size:1rem}.amenity-card p{font-size:.8rem}}.amenities-set{display:contents}.amenities-duplicate{display:none}@media(max-width:768px){.amenities-duplicate{display:contents}}@media(max-width:768px){.projects-showcase-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 20px}.project-showcase-card{padding:24px 16px}.project-icon{font-size:2.5rem}.project-name{font-size:1rem}.project-tech{font-size:.85rem}}@media(max-width:480px){.projects-showcase-grid{grid-template-columns:1fr}}.company-details-section{padding:50px 32px;background:#fff}.company-details-container{max-width:1000px;margin:0 auto}.company-info-card{background:linear-gradient(135deg,#3bc3e20d,#0d1e560d);border:2px solid rgba(59,195,226,.15);border-radius:20px;padding:48px;margin-top:48px;box-shadow:0 10px 40px #0d1e560d}.info-row{display:flex;padding:24px 0;border-bottom:1px solid rgba(13,30,86,.1);align-items:center}.info-row:last-child{border-bottom:none}.info-label{flex:0 0 250px;font-weight:700;color:#0d1e56;font-size:1.1rem;font-family:Nunito Sans,sans-serif}.info-value{flex:1;color:#0d1e56;font-size:1.05rem;line-height:1.6}@media(max-width:768px){.info-row{flex-direction:column;align-items:flex-start;padding:50px 32px}.info-label{flex:none;margin-bottom:8px;font-size:1rem}.info-value{font-size:.95rem}.company-info-card{padding:32px 24px}}.about-hero-header{margin-top:121px;background:linear-gradient(135deg,#0d1e56,#22acd1);position:relative}.about-hero-content{position:relative;z-index:2;text-align:center;padding:70px 32px}.about-hero-content h1{font-family:Nunito Sans,sans-serif;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.about-hero-content p{font-family:Nunito Sans,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;color:#3ccc8b;margin:0}.about-whoweare{padding:60px 32px;background:#fff}.about-whoweare-container{max-width:860px;margin:0 auto}.about-whoweare-container h2{font-size:2.2rem;font-weight:700;color:#0d1e56;margin-bottom:32px;font-family:Nunito Sans,sans-serif;border-left:4px solid #3CCC8B;padding-left:16px}.about-whoweare-container p{font-size:1.1rem;line-height:1.9;color:#0d1e56;margin-bottom:20px}.about-whoweare-container p:last-child{margin-bottom:0}.about-whoweare-container strong{color:#2cabcb}.about-trust-numbers{background:#0d1e56;padding:48px 32px}.about-trust-numbers-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.about-trust-item .about-trust-number{display:block;font-size:2.6rem;font-weight:900;color:#fcc032;font-family:Nunito Sans,sans-serif;margin-bottom:6px}.about-trust-item p{font-size:.95rem;color:#fff;opacity:.85;font-weight:500;margin:0}.about-recognition{padding:60px 32px;background:#fff}.about-recognition-container{max-width:1000px;margin:0 auto;text-align:center}.about-recognition-container h2{font-size:2.2rem;font-weight:700;color:#0d1e56;margin-bottom:12px;font-family:Nunito Sans,sans-serif}.about-recognition-subtitle{font-size:1.05rem;color:#0d1e56;opacity:.7;margin-bottom:40px}.about-recognition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.about-recognition-card{background:#fff;border:2px solid rgba(60,204,139,.2);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.about-recognition-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2cabcb,#3ccc8b)}.about-recognition-card:hover{border-color:#3ccc8b;box-shadow:0 8px 30px #3ccc8b26;transform:translateY(-3px)}.about-recognition-icon{width:56px;height:56px;border-radius:50%;background:#3ccc8b1a;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.about-recognition-card h3{font-size:1.2rem;font-weight:700;color:#0d1e56;margin-bottom:10px;font-family:Nunito Sans,sans-serif}.about-recognition-card p{font-size:.95rem;line-height:1.6;color:#0d1e56;opacity:.75;margin:0}.about-partners{padding:60px 32px;background:#3bc3e20f}.about-partners-container{max-width:1100px;margin:0 auto;text-align:center}.about-partners-container h2{font-size:2.2rem;font-weight:700;color:#0d1e56;margin-bottom:12px;font-family:Nunito Sans,sans-serif}.about-partners-subtitle{font-size:1.05rem;color:#2cabcb;font-weight:500;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.about-partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.about-partner-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0d1e560f;transition:all .3s ease;text-decoration:none;color:inherit;border:1px solid rgba(59,195,226,.12)}.about-partner-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #3ccc8b26;border-color:#3ccc8b}.about-partner-image{width:100%;height:180px;overflow:hidden;position:relative}.about-partner-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.about-partner-card:hover .about-partner-image img{transform:scale(1.05)}.about-partner-coming-soon{position:absolute;top:12px;right:12px;background:linear-gradient(90deg,#fcc032,#3ccc8b);color:#0d1e56;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px}.about-partner-info{padding:20px;text-align:left}.about-partner-info h3{font-size:1.05rem;font-weight:700;color:#0d1e56;margin-bottom:6px;font-family:Nunito Sans,sans-serif}.about-partner-location{font-size:.9rem;color:#0d1e56;opacity:.65;margin-bottom:4px}.about-partner-degree{font-size:.85rem;color:#3ccc8b;font-weight:600;margin-bottom:12px}.about-partner-badges{display:flex;flex-wrap:wrap;gap:6px}.about-partner-badge{background:#3ccc8b1a;color:#3ccc8b;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px;border:1px solid rgba(60,204,139,.25)}.about-values{padding:60px 32px;background:#0d1e56}.about-values-container{max-width:1000px;margin:0 auto;text-align:center}.about-values-container h2{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:40px;font-family:Nunito Sans,sans-serif}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about-value-card{text-align:center;padding:28px 20px;border-radius:16px;background:#3bc3e214;border:1px solid rgba(59,195,226,.15);transition:all .3s ease}.about-value-card:hover{background:#3ccc8b1a;border-color:#3ccc8b40;transform:translateY(-3px)}.about-value-icon{width:52px;height:52px;border-radius:50%;background:#3ccc8b1f;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.about-value-card h3{font-size:1.15rem;font-weight:700;color:#3ccc8b;margin-bottom:10px;font-family:Nunito Sans,sans-serif}.about-value-card p{font-size:.92rem;line-height:1.6;color:#fff;opacity:.75;margin:0}.about-corporate{padding:48px 32px;background:#fff;border-top:3px solid #3CCC8B}.about-corporate-container{max-width:700px;margin:0 auto}.about-corporate-container h2{font-size:1.4rem;font-weight:700;color:#0d1e56;margin-bottom:24px;font-family:Nunito Sans,sans-serif}.about-corporate-content{display:flex;flex-direction:column;gap:12px}.about-corporate-item{display:flex;gap:12px;align-items:baseline}.about-corporate-label{font-size:.9rem;font-weight:700;color:#2cabcb;min-width:100px;flex-shrink:0}.about-corporate-value{font-size:.95rem;color:#0d1e56;opacity:.8}@media(max-width:768px){.about-hero-content{padding:50px 24px}.about-whoweare{padding:40px 24px}.about-whoweare-container h2{font-size:1.8rem}.about-whoweare-container p{font-size:1rem}.about-trust-numbers{padding:36px 24px}.about-trust-numbers-container{grid-template-columns:repeat(2,1fr);gap:28px}.about-trust-item .about-trust-number{font-size:2rem}.about-recognition{padding:40px 24px}.about-recognition-container h2{font-size:1.8rem}.about-recognition-grid{grid-template-columns:1fr;gap:16px}.about-recognition-card{padding:24px 20px}.about-partners{padding:40px 24px}.about-partners-container h2{font-size:1.8rem}.about-partners-grid{grid-template-columns:1fr;gap:20px}.about-partner-image{height:160px}.about-values{padding:40px 24px}.about-values-container h2{font-size:1.8rem}.about-values-grid{grid-template-columns:repeat(2,1fr);gap:16px}.about-value-card{padding:20px 12px}.about-corporate{padding:36px 24px}.about-corporate-item{flex-direction:column;gap:4px}}.awards-recognition-section{padding:80px 5%;background:linear-gradient(135deg,#f8f6f3,#f0ede8);overflow:hidden}.awards-recognition-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.awards-text-content{flex:0 0 45%}.awards-text-content h2{font-size:2.5rem;font-weight:700;color:#0d1e56;margin-bottom:16px;line-height:1.2}.awards-text-content h2 .highlight{color:#22acd1}.awards-text-content p{font-size:1.1rem;color:#0d1e56;opacity:.8;line-height:1.6}.awards-logos-area{flex:0 0 45%;display:flex;gap:20px;height:350px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 10%,black 90%,transparent 100%)}.awards-logo-column{display:flex;flex-direction:column;gap:20px}.awards-logo-column.scroll-up{animation:scrollUp 15s linear infinite}.awards-logo-column.scroll-down{animation:scrollDown 18s linear infinite}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.award-logo-card{background:#fff;border-radius:12px;padding:20px 30px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000000f;min-width:140px;min-height:80px}.award-logo-card img{height:50px;width:auto;max-width:120px;object-fit:contain}@media(max-width:992px){.awards-recognition-container{flex-direction:column;text-align:center}.awards-text-content{flex:0 0 auto}.awards-logos-area{flex:0 0 auto;height:280px;justify-content:center}}@media(max-width:768px){.awards-recognition-section{padding:60px 5%}.awards-text-content h2{font-size:1.8rem}.awards-text-content p{font-size:1rem}.awards-logos-area{height:240px}.award-logo-card{padding:15px 20px;min-width:100px;min-height:60px}.award-logo-card img{height:35px;max-width:80px}}.campus-hero-section{margin-top:70px}.campus-hero-section .hero-location{font-size:1.1rem;color:#ffffffd9;margin-bottom:16px}.campus-hero-section .campus-badges{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.campus-hero-section .campus-badge{background:#3bc3e233;color:#3bc3e2;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(59,195,226,.3)}@media(max-width:768px){.campus-hero-section{margin-top:60px}.campus-hero-section .hero-mobile-container .campus-badges{margin-bottom:12px}.campus-hero-section .hero-mobile-container .campus-badge{font-size:.75rem;padding:4px 10px}.campus-hero-section .hero-mobile-container .hero-location{font-size:1rem;color:#ffffffd9;margin-bottom:16px}}.lead-form-overlay{position:fixed;inset:0;background:#0d1e56b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;box-sizing:border-box}.lead-form-modal{background:#fff;border-radius:16px;padding:40px;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px #0d1e564d;animation:leadFormSlideIn .3s ease}@keyframes leadFormSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.lead-form-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#0d1e56;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.lead-form-close:hover{background:#0d1e561a}.lead-form-header{text-align:center;margin-bottom:30px}.lead-form-header h3{font-size:1.5rem;font-weight:700;color:#0d1e56;margin-bottom:8px}.lead-form-header p{font-size:.95rem;color:#0d1e56;opacity:.7}.lead-form{display:flex;flex-direction:column;gap:20px;align-items:center;width:100%}.lead-form-field{display:flex;flex-direction:column;gap:8px;width:100%}.lead-form-field label{font-size:.9rem;font-weight:600;color:#0d1e56;text-align:left}.lead-form-field input{padding:14px 16px;border:2px solid rgba(13,30,86,.15);border-radius:8px;font-size:1rem;font-family:Nunito Sans,sans-serif;color:#0d1e56;transition:all .2s ease;background:#fff;text-align:center}.lead-form-field input:focus{outline:none;border-color:#3bc3e2;box-shadow:0 0 0 3px #3bc3e226}.lead-form-field input::placeholder{color:#0d1e5666}.lead-form-submit{background:#0d1e56;color:#fff;padding:16px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:700;font-family:Nunito Sans,sans-serif;cursor:pointer;transition:all .3s ease;margin-top:10px}.lead-form-submit:hover:not(:disabled){background:#22acd1;transform:translateY(-2px);box-shadow:0 8px 20px #22acd14d}.lead-form-submit:disabled{opacity:.7;cursor:not-allowed}.lead-form-disclaimer{font-size:.75rem;color:#0d1e56;opacity:.5;text-align:center;margin-top:5px}.lead-form-success{text-align:center;padding:30px 0}.lead-form-success .success-icon{width:64px;height:64px;background:#3bc3e226;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.lead-form-success .success-icon svg{color:#22acd1}.lead-form-success h4{font-size:1.3rem;font-weight:700;color:#0d1e56;margin-bottom:8px}.lead-form-success p{color:#0d1e56;opacity:.7}@media(max-width:480px){.lead-form-overlay{padding:15px;align-items:center}.lead-form-modal{padding:24px 20px;margin:0;max-width:100%;width:calc(100% - 10px);max-height:90vh;overflow-y:auto}.lead-form-header h3{font-size:1.2rem}.lead-form-header p{font-size:.85rem}.lead-form-field input{padding:12px 14px;font-size:16px}.lead-form-submit{padding:14px 24px;font-size:.95rem}.lead-form-close{top:12px;right:12px;width:32px;height:32px;font-size:24px}}
