.header{z-index:1000;background:#fff;transition:all .3s;animation:.6s ease-out fadeInDown;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.header.scrolled{background:#fff;box-shadow:0 4px 20px #00000026}.header-container{justify-content:space-between;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.header-container>:first-child,.header-container>:last-child{flex-shrink:0}.logo-container{color:inherit;align-items:center;text-decoration:none;display:flex}.logo{flex-shrink:0;justify-content:center;align-items:center;width:120px;min-width:120px;height:120px;min-height:120px;padding:0;display:flex;position:relative;overflow:visible}.logo img{object-fit:contain;visibility:visible;opacity:1;width:100%;max-width:120px;height:100%;max-height:120px;display:block}.logo-text{color:#0e0529;flex-direction:column;gap:.1rem;line-height:1.2;display:flex}.logo-main{letter-spacing:.5px;font-size:1.1rem;font-weight:700}.logo-sub{letter-spacing:.3px;font-size:.85rem;font-weight:600}.logo-tagline{letter-spacing:.2px;opacity:.9;font-size:.65rem;font-weight:500}.nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav a{color:#333;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav a:hover{color:#1a237e}.nav a:after{content:"";background:#1a237e;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav a:hover:after{width:100%}.cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:#0e0529;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #0e052933}.cta-button:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e05294d}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-toggle span{background:#1a237e;width:25px;height:3px;transition:all .3s}@media (max-width:968px){.header-container{gap:1.5rem;padding:.75rem 1.5rem}.logo{width:80px;min-width:80px;height:80px;min-height:80px}.logo img{max-width:80px;max-height:80px}.mobile-menu-toggle{display:flex}.nav{opacity:0;visibility:hidden;background:#fff;flex-direction:column;padding:2rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 20px #0000001a}.nav.open{opacity:1;visibility:visible;transform:translateY(0)}.nav a{text-align:center;width:100%;padding:.75rem 0;font-size:1.1rem}.cta-button{display:none}}@media (max-width:480px){.header-container{gap:1rem;padding:.5rem 1rem}.logo{width:60px;min-width:60px;height:60px;min-height:60px}.logo img{max-width:60px;max-height:60px}.mobile-menu-toggle{padding:.25rem}.mobile-menu-toggle span{width:22px;height:2.5px}.nav{padding:1.5rem 1rem}.nav a{padding:.6rem 0;font-size:1rem}.popup-content{max-width:90%;padding:2rem 1.5rem}.popup-content h2{font-size:1.5rem}.popup-content p{font-size:1rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{color:#fff;background:#0e0529;padding:4rem 2rem 2rem;animation:.8s ease-out fadeInUp}.footer-container{max-width:1400px;margin:0 auto}.footer-content{grid-template-columns:.8fr .8fr 1fr 1.4fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-section:last-child{justify-self:end}.footer-section h4{color:#fff;text-transform:uppercase;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.footer-section:nth-child(2) h4,.footer-section:nth-child(3) h4{margin-bottom:1rem;font-size:.95rem}.footer-logo{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo img{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:120px;margin-bottom:.5rem}.logo-text{flex-direction:column;gap:.25rem;display:flex}.footer-logo h3{text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:700}.logo-text p{opacity:.9;margin:0;font-size:.85rem}.social-media{gap:1rem;display:flex}.social-media a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-media a:hover{background:#fff3;transform:translateY(-3px)}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section:nth-child(2) ul li,.footer-section:nth-child(3) ul li{margin-bottom:.5rem}.footer-section:nth-child(2) ul li a,.footer-section:nth-child(3) ul li a{font-size:.85rem}.footer-section:nth-child(3) ul li a{white-space:nowrap;display:block}.footer-section ul li a:hover{color:#fff}.contact-info{margin-bottom:1.5rem}.contact-info p{color:#fff;margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.contact-info a{color:#fff;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#fffc}.footer-map{aspect-ratio:1;border-radius:8px;width:100%;margin-top:1rem;overflow:hidden}.footer-map iframe{width:100%;height:100%;display:block}.footer-bottom{text-align:center;border-top:1px solid #fff3;padding-top:1.5rem}.footer-bottom p{color:#fffc;margin:0;font-size:.9rem}.footer-bottom a{color:#fffc;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:#fff}@media (max-width:1200px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:968px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h4{margin-bottom:1rem;font-size:.95rem}.footer-logo img{max-width:150px;max-height:100px}.footer-map{margin-top:1rem}}@media (max-width:768px){.footer{padding:2.5rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-section:last-child{justify-self:center}.footer-logo{align-items:center}.footer-logo img{max-width:140px;max-height:90px}.social-media{justify-content:center}.footer-section ul{text-align:center}.footer-section:nth-child(3) ul li a{white-space:normal}.contact-info{text-align:center}.footer-map{max-width:100%;margin:1rem auto 0}.footer-bottom{text-align:center;padding-top:1.25rem}.footer-bottom p{font-size:.85rem;line-height:1.6}}@media (max-width:480px){.footer{padding:2rem .75rem 1rem}.footer-content{gap:1.5rem}.footer-section h4{margin-bottom:.75rem;font-size:.9rem}.footer-logo img{max-width:120px;max-height:80px}.social-media{gap:.75rem}.social-media a{width:36px;height:36px}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{font-size:.85rem}.footer-section:nth-child(2) ul li a,.footer-section:nth-child(3) ul li a{font-size:.8rem}.contact-info p{margin-bottom:.5rem;font-size:.9rem}.footer-map{margin-top:.75rem}.footer-bottom p{font-size:.75rem}}.hero-section{flex-direction:column;width:100%;min-height:160vh;display:flex;position:relative;overflow:visible}.hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;justify-content:flex-start;align-items:flex-start;width:100%;height:70vh;min-height:700px;margin:0;padding:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;display:flex;position:relative;overflow:visible}.hero-slide-fourth{object-fit:cover;background-position:top;background-size:cover}.hero-gradient-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#0009 0%,#0006 30%,#0003 60%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay-left{display:none}.hero-content{z-index:2;justify-content:flex-start;align-items:center;width:100%;max-width:1600px;height:100%;padding:3rem;display:flex;position:relative}.hero-text{color:#fff;z-index:3;flex:1;max-width:700px;margin-left:7rem}.hero-text h1{color:#fff;text-shadow:2px 2px 4px #00000080;flex-direction:column;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.2;animation:1s ease-out fadeInUp;display:flex}.title-line{display:block}.tagline{color:#fff;text-shadow:1px 1px 2px #00000080;font-size:1.75rem;font-weight:400;animation:1s ease-out .2s both fadeInUp}.hero-sidebar{z-index:3;flex-direction:column;align-items:center;gap:2rem;display:flex;position:absolute;top:50%;right:10rem;transform:translateY(-50%)}.admission-box{-webkit-backdrop-filter:blur(10px);color:#fff;text-align:center;clip-path:polygon(0 0,100% 0,100% 75%,5% 100%,0 100%);background:#000000b3;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:.75rem;min-width:180px;max-width:200px;padding:3.5rem 2.5rem;transition:transform .3s;animation:.8s ease-out .3s both fadeInRight;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.admission-box:hover{transform:scale(1.05)}.admission-year{color:#fff;text-align:left;letter-spacing:-.02em;margin-bottom:.75rem;margin-left:-1rem;padding-left:0;font-size:4rem;font-weight:700;line-height:1}.admission-text{color:#fff;text-align:left;flex-direction:column;gap:.15rem;margin-left:-1rem;padding-left:0;font-size:1.15rem;font-weight:400;line-height:1.2;display:flex}.admission-text span{display:block}.apply-now-btn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:30px;width:auto;min-width:200px;padding:1.25rem 3rem;font-size:1.15rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.apply-now-btn:before{content:"";background:#0000001a;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.apply-now-btn:hover:before{width:300px;height:300px}.apply-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-nav{cursor:pointer;z-index:4;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;transition:all .3s;animation:.8s ease-out fadeIn;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.hero-nav.prev{animation:.8s ease-out .4s both fadeInLeft}.hero-nav.next{animation:.8s ease-out .4s both fadeInRight}.hero-nav.prev{color:#000;background:#fff;left:2rem}.hero-nav.prev:hover{background:#ffffffe6}.hero-nav.next{color:#fff;background:#0e0529;right:2rem}.hero-nav.next:hover{background:#1a0a3d}.hero-rated-badge{-webkit-backdrop-filter:blur(10px);z-index:3;background:#000000b3;border:1px solid #fff3;border-radius:12px;flex-direction:column;align-items:flex-start;padding:1.25rem 1.75rem;display:flex;position:absolute;top:6.5rem;left:2rem;box-shadow:0 4px 15px #0000004d}.rated-text{color:#fff;letter-spacing:.1em;text-transform:uppercase;text-shadow:2px 2px 4px #00000080;margin:0;font-size:1.4rem;font-weight:900}.hero-rated-stars{-webkit-backdrop-filter:blur(10px);z-index:3;background:#000000b3;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.4rem;padding:.85rem 1.5rem;display:flex;position:absolute;top:13rem;left:2rem;box-shadow:0 4px 15px #0000004d}.hero-rated-stars .star{color:gold;font-size:1.75rem;line-height:1}.hero-feature-badge{z-index:3;flex-direction:column;align-items:flex-start;gap:.75rem;display:flex;position:absolute;top:8rem;left:2rem}.hero-feature-badge-fourth{top:6rem}.feature-text{-webkit-backdrop-filter:blur(10px);color:#fff;letter-spacing:.1em;text-transform:uppercase;text-shadow:2px 2px 4px #00000080;background:#000000b3;border:1px solid #fff3;border-radius:8px;padding:1rem 1.5rem;font-size:1.3rem;font-weight:900;box-shadow:0 4px 15px #0000004d}.feature-text-fourth{padding:.9rem 1.3rem;font-size:1.1rem}.hero-apply-now-vertical{color:#fff;cursor:pointer;z-index:3;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.2em;background:#000c;justify-content:center;align-items:center;min-height:200px;padding:2rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-apply-now-vertical:hover{background:#000000e6;padding-right:1.5rem}.hero-apply-now-vertical span{display:block}.hero-programs-section{z-index:10;background:0 0;border-radius:0 0 50% 50%/0 0 200% 200%;justify-content:center;align-items:flex-start;width:100%;height:40vh;min-height:40vh;margin-top:-20vh;margin-bottom:-15rem;padding:20vh 2rem 0;display:flex;position:relative;overflow:visible}.hero-programs-container{justify-content:space-between;align-items:flex-start;gap:3rem;width:100%;max-width:1400px;padding-top:0;display:flex}.hero-programs-title-block{flex-direction:column;flex-shrink:0;gap:0;margin-top:0;padding-top:1rem;display:flex}.hero-programs-small-heading{color:#000;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .8rem;font-size:2rem;font-weight:700;line-height:1.2;animation:.8s ease-out fadeInUp;display:block}.hero-programs-bold-title{color:#000;text-transform:uppercase;margin:0;padding:0;font-size:2rem;font-weight:700;line-height:1.2;animation:.8s ease-out .2s both fadeInUp;display:block}.hero-programs-title{color:#000;flex-shrink:0;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-programs-bubbles{z-index:11;flex-wrap:nowrap;flex:1;justify-content:flex-end;align-items:flex-start;gap:1.5rem;margin-right:2rem;padding-top:0;padding-left:1rem;display:flex;position:relative}.hero-program-bubble{text-align:center;color:#000;z-index:12;aspect-ratio:1;box-sizing:border-box;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:150px;min-width:140px;max-width:160px;height:150px;min-height:140px;max-height:160px;margin-top:-75px;padding:1.2rem;font-size:.85rem;font-weight:600;line-height:1.4;transition:transform .3s,box-shadow .3s;animation:.6s ease-out scaleIn;display:flex;position:relative;box-shadow:0 4px 15px #0003}.hero-program-bubble:first-child{animation-delay:.1s}.hero-program-bubble:nth-child(2){animation-delay:.2s}.hero-program-bubble:nth-child(3){animation-delay:.3s}.hero-program-bubble:nth-child(4){animation-delay:.4s}.hero-program-bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.hero-program-bubble p{margin:0}@media (max-width:968px){.hero-slide{height:50vh;min-height:500px}.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem 1.5rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;margin-top:3rem;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%}.tagline{text-align:center;width:100%}.hero-text h1{font-size:2rem}.tagline{font-size:1rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-nav{width:28px;height:28px;font-size:1.5rem}.hero-nav svg{width:14px;height:14px}.hero-nav.prev{left:1rem}.hero-nav.next{right:1rem}.vertical-apply-tab{display:none}.hero-rated-badge{padding:.9rem 1.3rem;top:4rem;left:1rem}.rated-text{font-size:1.1rem}.hero-rated-stars{padding:.6rem 1rem;top:8.5rem;left:1rem}.hero-rated-stars .star{font-size:1.2rem}.hero-apply-now-vertical{min-height:150px;padding:1.5rem .75rem;font-size:.9rem}.hero-feature-badge{gap:.6rem;top:5rem;left:1rem}.hero-feature-badge-fourth{top:3.5rem}.feature-text{padding:.8rem 1.2rem;font-size:1rem}.feature-text-fourth{padding:.7rem 1.1rem;font-size:.9rem}.hero-programs-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:100%}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;margin-top:1rem;margin-bottom:2rem;padding-top:3rem;display:flex}.hero-programs-small-heading{text-align:center;width:100%;margin:0 0 .5rem;font-size:1.5rem}.hero-programs-bold-title{text-align:center;width:100%;margin:0;font-size:1.6rem}.hero-programs-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-right:0;padding-left:0;padding-right:0;display:flex}.hero-program-bubble{width:130px;min-width:130px;max-width:130px;height:130px;min-height:130px;max-height:130px;margin-top:0;margin-left:auto;margin-right:auto;font-size:.8rem}.hero-programs-section{height:auto;min-height:auto;margin-top:-15vh;margin-bottom:-12rem;padding:1rem 1rem .5rem}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;padding-top:2rem;display:flex}.hero-programs-small-heading,.hero-programs-bold-title{text-align:center;width:100%}.hero-programs-bubbles{margin-bottom:.5rem}}@media (max-width:768px){.hero-slide{height:45vh;min-height:400px}.hero-content{text-align:center;justify-content:center;align-items:center;height:100%;padding:0 1rem 1rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%;font-size:1.75rem}.tagline{text-align:center;width:100%;font-size:.95rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-nav{width:26px;height:26px}.hero-nav svg{width:12px;height:12px}.hero-nav.prev{left:.75rem}.hero-nav.next{right:.75rem}.hero-rated-badge{padding:.8rem 1.2rem;top:3.5rem;left:.75rem}.rated-text{font-size:.85rem}.hero-rated-stars{padding:.6rem 1rem;top:8rem;left:.75rem}.hero-rated-stars .star{font-size:1rem}.hero-apply-now-vertical{min-height:120px;padding:1.25rem .6rem;font-size:.85rem}.hero-feature-badge{gap:.5rem;top:4rem;left:.75rem}.hero-feature-badge-fourth{top:3rem}.feature-text{padding:.7rem 1rem;font-size:.9rem}.feature-text-fourth{padding:.6rem .9rem;font-size:.8rem}}@media (max-width:480px){.hero-slide{height:40vh;min-height:350px}.hero-content{justify-content:center;align-items:center;height:100%;padding:0 .75rem .75rem}.hero-text{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;margin-left:0;display:flex}.hero-text h1{text-align:center;justify-content:center;align-items:center;width:100%;font-size:1.5rem;line-height:1.1}.tagline{text-align:center;width:100%;font-size:.85rem}.hero-sidebar,.admission-box,.apply-now-btn{display:none}.hero-nav{width:24px;height:24px}.hero-nav svg{width:12px;height:12px}.hero-nav.prev{left:.5rem}.hero-nav.next{right:.5rem}.hero-rated-badge{padding:.7rem 1rem;top:2.5rem;left:.5rem}.rated-text{font-size:.75rem}.hero-rated-stars{padding:.5rem .9rem;top:6rem;left:.5rem}.hero-rated-stars .star{font-size:.9rem}.hero-apply-now-vertical{min-height:100px;padding:1rem .5rem;font-size:.75rem}.hero-feature-badge{gap:.4rem;top:3rem;left:.5rem}.hero-feature-badge-fourth{top:2.5rem}.feature-text{padding:.6rem .9rem;font-size:.8rem}.feature-text-fourth{padding:.55rem .8rem;font-size:.7rem}.hero-programs-section{margin-top:-12vh;padding:12vh .75rem 0}.hero-programs-title-block{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;margin-top:.5rem;padding-top:2rem;display:flex}.hero-programs-small-heading{text-align:center;width:100%;margin:0 0 .4rem;font-size:1.2rem}.hero-programs-bold-title{text-align:center;width:100%;margin:0;font-size:1.2rem}.hero-programs-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;width:100%;margin-right:0;padding-left:0;padding-right:0;display:flex}.hero-program-bubble{width:110px;min-width:110px;max-width:110px;height:110px;min-height:110px;max-height:110px;margin-top:0;margin-left:auto;margin-right:auto;padding:1rem;font-size:.7rem}.hero-programs-section{height:auto;min-height:auto;margin-top:-12vh;margin-bottom:-14rem;padding:12vh .75rem .25rem}.hero-programs-title-block{margin-bottom:.75rem;padding-top:1.5rem}.hero-programs-bubbles{margin-bottom:.25rem}}.courses-section{background:#e5e5e5;padding:5rem 2rem}.program-bubbles{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem;display:flex}.program-bubble{text-align:center;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;padding:1.5rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0003}.program-bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.program-bubble p{margin:0;line-height:1.4}.courses-description{text-align:center;margin-bottom:4rem}.description-text{color:#000;max-width:1000px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.courses-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:0;display:grid}.course-card{background:#fff;border-radius:15px;flex-direction:column;gap:.75rem;width:100%;min-width:0;padding:.75rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex;overflow:visible;box-shadow:0 4px 15px #0000001a}.course-card:hover{background:#0e0529;transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.course-image{border-radius:10px;flex-shrink:0;width:100%;height:220px;overflow:hidden}.course-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.course-card:hover .course-image img{transform:scale(1.05)}.course-content{background:#fff;flex-direction:column;flex:1;padding:1rem;transition:all .3s;display:flex}.course-divider{background:#d0d0d0;width:100%;height:1px;margin-bottom:.75rem;transition:background .3s}.course-content h3{color:#000;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.3;transition:color .3s}.course-details{flex:1;margin-bottom:1rem}.course-detail-item{color:#000;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;transition:color .3s;display:flex}.course-icon{object-fit:contain;flex-shrink:0;width:20px;height:20px;display:block}.know-more-btn{color:#fff;cursor:pointer;background:#0e0529;border:none;border-radius:25px;align-self:flex-start;width:auto;margin-top:auto;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.know-more-btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.know-more-btn:hover:before{width:300px;height:300px}.know-more-btn:hover{background:#1a0a3d;transform:translateY(-2px);box-shadow:0 4px 12px #0e05294d}.course-card:hover .course-content{background:#0e0529}.course-card:hover .course-content h3{color:#fff}.course-card:hover .course-divider{background:#ffffff4d}.course-card:hover .course-detail-item{color:#fff}.course-card:hover .know-more-btn{color:#0e0529;background:#fff}.course-card:hover .know-more-btn:hover{color:#0e0529;background:#f5f5f5}@media (max-width:1200px){.courses-section{padding:4rem 1.5rem}.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.program-bubbles{gap:1.5rem}.program-bubble{width:180px;height:180px;font-size:.95rem}}@media (max-width:968px){.courses-section{padding:3.5rem 1.5rem}.section-title{margin-bottom:1.5rem;font-size:2rem}.program-bubbles{gap:1.25rem;margin-bottom:3rem}.program-bubble{width:160px;height:160px;padding:1.25rem;font-size:.9rem}.description-text{margin-bottom:2.5rem;font-size:1rem}.courses-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.course-image{height:200px}}@media (max-width:768px){.courses-section{padding:3rem 1rem}.section-title{margin-bottom:1.5rem;font-size:1.75rem}.program-bubbles{gap:1rem;margin-bottom:2.5rem}.program-bubble{width:140px;height:140px;padding:1rem;font-size:.85rem}.description-text{margin-bottom:2rem;padding:0 .5rem;font-size:.95rem}.courses-grid{grid-template-columns:1fr;gap:1.25rem}.course-card{padding:.75rem}.course-image{height:220px}.course-content{padding:.875rem}.course-content h3{font-size:1.05rem}.course-detail-item{font-size:.85rem}}@media (max-width:480px){.courses-section{padding:2.5rem .75rem}.section-title{margin-bottom:1.25rem;font-size:1.5rem}.program-bubbles{gap:.75rem;margin-bottom:2rem}.program-bubble{width:120px;height:120px;padding:.875rem;font-size:.75rem}.description-text{margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.courses-grid{gap:1rem}.course-card{border-radius:12px;padding:.625rem}.course-image{border-radius:8px;height:180px}.course-content{padding:.75rem}.course-content h3{margin-bottom:.625rem;font-size:1rem}.course-detail-item{margin-bottom:.4rem;font-size:.8rem}.course-icon{width:18px;height:18px}.know-more-btn{padding:.5rem 1.25rem;font-size:.85rem}}.why-choose-us-section{background:#f5f5f5;padding:5rem 2rem}.images-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.image-item{justify-content:center;align-items:center;width:100%;display:flex}.image-item-1,.image-item-2,.image-item-3{grid-column:span 1}.image-item-4{grid-column:2;margin-left:-12rem}.image-item-5{grid-column:3;margin-left:-12rem}.group-image{border-radius:10px;max-width:100%;height:auto;transition:transform .3s;display:block}.group-image:hover{transform:scale(1.05)}@media (max-width:1200px){.why-choose-us-section{padding:4rem 1.5rem}.section-title{margin-bottom:3rem;font-size:2.25rem}.images-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.image-item-4{grid-column:1;margin-left:0}.image-item-5{grid-column:2;margin-left:0}}@media (max-width:968px){.why-choose-us-section{padding:3.5rem 1.5rem}.section-title{margin-bottom:2.5rem;font-size:2rem}.images-grid{gap:1.25rem}}@media (max-width:768px){.why-choose-us-section{padding:3rem 1rem}.section-title{margin-bottom:2rem;font-size:1.75rem}.images-grid{grid-template-columns:1fr;gap:1.5rem}.image-item-1,.image-item-2,.image-item-3,.image-item-4,.image-item-5{grid-column:1;margin-left:0}.group-image{border-radius:8px}}@media (max-width:480px){.why-choose-us-section{padding:2.5rem .75rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.images-grid{gap:1.25rem}.group-image{border-radius:6px}}.testimonials-section{background:#f5f5f5;padding:5rem 2rem;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0009 0%,#0006 30%,#0003 60%,#0000 100%);height:250px;position:absolute;top:0;left:0;right:0}.testimonials-section:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#0003 40%,#0006 70%,#0009 100%);height:250px;position:absolute;bottom:0;left:0;right:0}.section-title{color:#000;text-align:center;text-transform:uppercase;z-index:3;margin-bottom:3rem;font-size:2.5rem;font-weight:700;position:relative}.testimonials-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.testimonial-card{background:#fff;border-radius:10px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 10px #00000014}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.stars{letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem}.star-filled{color:#ffc107}.star-empty{color:#d0d0d0}.testimonial-title{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:700;line-height:1.3}.testimonial-quote{color:#000;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.testimonial-author{border-top:1px solid #e0e0e0;align-items:center;gap:1rem;padding-top:1rem;display:flex}.author-image{object-fit:cover;border-radius:50%;flex-shrink:0;width:60px;height:60px}.author-info{flex:1}.author-name{color:#000;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.author-role{color:#666;margin:0;font-size:.85rem}@media (max-width:1200px){.testimonials-section{padding:4rem 1.5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:968px){.testimonials-section{padding:3.5rem 1.5rem}.testimonials-section:before,.testimonials-section:after{height:180px}.section-title{margin-bottom:2.5rem;font-size:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.testimonial-card{padding:1.5rem}.testimonial-title{font-size:1.1rem}.testimonial-quote{font-size:.9rem}}@media (max-width:768px){.testimonials-section{padding:3rem 1rem}.testimonials-section:before,.testimonials-section:after{height:150px}.section-title{margin-bottom:2rem;font-size:1.75rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-title{font-size:1.05rem}.testimonial-quote{font-size:.9rem}.author-image{width:55px;height:55px}.author-name{font-size:.9rem}.author-role{font-size:.8rem}}@media (max-width:480px){.testimonials-section{padding:2.5rem .75rem}.testimonials-section:before,.testimonials-section:after{height:120px}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.testimonials-grid{gap:1.25rem}.testimonial-card{border-radius:8px;padding:1.25rem}.stars,.testimonial-title{margin-bottom:.75rem;font-size:1rem}.testimonial-quote{margin-bottom:1rem;font-size:.85rem;line-height:1.5}.testimonial-author{gap:.75rem;padding-top:.75rem}.author-image{width:50px;height:50px}.author-name{font-size:.85rem}.author-role{font-size:.75rem}}.lead-generation-section{color:#fff;visibility:visible;background:#0e0529;width:100%;padding:3rem 0;display:block}.lead-generation-section .container{max-width:100%;margin:0 auto;padding:2rem}.lead-content{grid-template-columns:3fr 2fr;align-items:stretch;gap:0;width:100%;max-width:1300px;min-height:550px;margin:0 auto;display:grid}.lead-form-panel{background:#4a4a6a;border-radius:20px;flex-direction:column;justify-content:center;margin:1rem .5rem 1rem 1rem;padding:1.5rem 2rem;display:flex}.lead-form-panel h2{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.lead-subtitle{color:#fff;opacity:.95;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.lead-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.lead-form input{color:#333;background:#fff;border:none;border-radius:10px;width:100%;padding:.85rem;font-size:.95rem}.lead-form input::placeholder{color:#999}.course-select{color:#333;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right .85rem center no-repeat;border:none;border-radius:10px;width:100%;padding:.85rem 2.5rem .85rem .85rem;font-size:.95rem}.course-select:focus{outline:none;box-shadow:0 0 0 2px #0e052933}.course-select option{color:#333;background:#fff;padding:.5rem}.checkbox-label{cursor:pointer;color:#fff;align-items:flex-start;gap:.75rem;margin-top:.25rem;font-size:.8rem;line-height:1.4;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#4a4a6a;border:2px solid #4a4a6a;border-radius:3px;flex-shrink:0;width:20px;height:20px;margin-top:0}.form-buttons{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:12px;flex:1;min-width:120px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-primary:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{color:#4a4a6a;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:12px;flex:1;min-width:120px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-secondary:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-secondary:hover:before{width:300px;height:300px}.btn-secondary:hover{color:#4a4a6a;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.form-message{text-align:center;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem}.form-message.success{color:#4caf50;background:#4caf5033;border:1px solid #4caf50}.form-message.error{color:#f44336;background:#f4433633;border:1px solid #f44336}.lead-image-panel{background:#0e0529;border-radius:20px 20px 0 0;justify-content:center;align-items:flex-end;min-height:550px;margin:1rem 1rem 0 .5rem;padding-bottom:0;display:flex;position:relative;overflow:hidden}.lead-image-panel img{object-fit:cover;object-position:center bottom;width:100%;height:100%;margin-bottom:0;display:block}@media (max-width:968px){.lead-content{grid-template-columns:1fr}.lead-form-panel{border-radius:15px 15px 0 0;margin:2rem 2rem 0}.lead-image-panel{border-radius:0 0 15px 15px;min-height:400px;margin:0 2rem 2rem}.form-row{grid-template-columns:1fr}}@media (max-width:768px){.lead-generation-section .container{padding:0}.lead-content{grid-template-columns:1fr;min-height:auto}.lead-form-panel{border-radius:15px;margin:1rem;padding:1.5rem}.lead-form-panel h2{font-size:1.75rem}.lead-subtitle{font-size:.9rem}.form-row{grid-template-columns:1fr}.lead-image-panel{border-radius:15px;min-height:300px;margin:0 1rem 1rem}}@media (max-width:480px){.lead-form-panel{margin:.75rem;padding:1.25rem}.lead-form-panel h2{font-size:1.5rem}.lead-image-panel{min-height:250px;margin:0 .75rem .75rem}}@media (max-width:360px){.lead-form-panel{border-radius:12px;margin:.5rem;padding:1rem}.lead-form-panel h2{font-size:1.25rem}.lead-subtitle{font-size:.85rem}.lead-form input{padding:.75rem;font-size:.9rem}.course-select{padding:.75rem 2.5rem .75rem .75rem;font-size:.9rem}.form-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.lead-image-panel{border-radius:12px;min-height:200px;margin:0 .5rem .5rem}}.home-page{padding-top:80px}.collaboration-section{color:#fff;text-align:center;background:#0e0529;margin-top:-17rem;padding:0 2rem 4rem;position:relative;overflow:hidden}.collaboration-decorative-left,.collaboration-decorative-right{z-index:1;position:absolute;bottom:0}.collaboration-decorative-left{left:0}.collaboration-decorative-right{right:0}.collaboration-decorative-left img,.collaboration-decorative-right img{opacity:.6;width:400px;height:auto}.collaboration-section .container{z-index:2;position:relative}.collaboration-section h2{color:#fff;text-transform:uppercase;margin-top:2.5rem;margin-bottom:1rem;font-size:2.4rem;font-weight:700;animation:.8s ease-out fadeInUp}.collaboration-text{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem}.university-name{color:#fff;text-transform:uppercase;margin-bottom:1.5rem;font-size:2rem;font-weight:700;animation:.8s ease-out .2s both fadeInUp}.accreditation-text{color:#fff;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.accreditation-badges{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.badge{color:#0e0529;white-space:nowrap;text-align:center;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:150px;height:150px;padding:1.5rem;font-size:.9rem;display:flex}.badge-bold{margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.badge-regular{white-space:nowrap;font-size:.85rem;font-weight:400;line-height:1.3;display:block}.other-services-section{background:#fff;padding:5rem 2rem}.section-title{color:#000;text-align:center;text-transform:uppercase;margin-bottom:3rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.services-grid{grid-template-columns:repeat(4,1fr);justify-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.service-item{text-align:center;cursor:pointer;flex-direction:column;align-items:center;transition:transform .3s,opacity .3s;display:flex}.service-item:hover{opacity:.9;transform:translateY(-5px)}.service-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto 1rem;padding:10px;display:flex;position:relative;overflow:visible;box-shadow:0 4px 15px #0000001a}.service-icon img{object-fit:contain;width:auto;max-width:130px;height:auto;max-height:130px;display:block}.service-item:nth-child(2) .service-icon{padding:5px}.service-item:nth-child(2) .service-icon img{width:100%;max-width:140px;height:100%;max-height:140px}.service-item p{color:#0e0529;margin:0;font-size:1rem;font-weight:500}.faq-section{background:#fff;padding:5rem 2rem}.faq-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.faq-list .section-title{color:#000;text-align:left;text-transform:uppercase;margin-bottom:2.5rem;font-size:2rem;font-weight:700;line-height:1.2}.faq-items{flex-direction:column;gap:0;display:flex}.faq-item{box-shadow:none;background:0 0;border-bottom:1px solid #e0e0e0;border-radius:0;margin-bottom:1.25rem;padding:0 0 1.25rem;transition:transform .3s}.faq-item:hover{transform:translate(5px)}.faq-item:last-child{border-bottom:1px solid #e0e0e0;margin-bottom:0}.faq-question{color:#000;cursor:pointer;justify-content:space-between;align-items:center;padding:0;font-size:1rem;font-weight:500;display:flex}.faq-icon{color:#666;margin-left:1rem;font-size:.9rem;font-weight:400;transition:transform .3s;display:inline-block}.faq-icon.open{transform:rotate(180deg)}.faq-answer{border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:1rem;animation:.3s ease-out fadeInDown}.faq-answer p{color:#666;margin:0;font-size:.95rem;line-height:1.6}.faq-image{justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;display:flex}.faq-image img{object-fit:cover;border-radius:0;width:100%;height:100%}.admissions-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:600px;padding:0;display:flex;position:relative;overflow:hidden}.banner-overlay{-webkit-backdrop-filter:blur(1px);z-index:1;background:linear-gradient(90deg,#0e0529e6 0%,#0e052999 25%,#0e05294d 50%,#0e05291a 75%,#0e052900 100%);width:100%;height:100%;position:absolute;top:0;left:0}.banner-content{z-index:2;color:#fff;max-width:600px;margin-left:4rem;padding:3rem 0;position:relative}.banner-content h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2;animation:.8s ease-out fadeInLeft}.banner-content p{color:#fff;opacity:.95;margin-bottom:2rem;font-size:1.4rem;font-weight:600;line-height:1.6;animation:.8s ease-out .2s both fadeInLeft}.banner-content .apply-now-btn{color:#0e0529;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.banner-content .apply-now-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media (max-width:968px){.home-page{padding-top:70px}.container{padding:0 1.5rem}.collaboration-section{margin-top:-10rem;padding:.5rem 1.5rem 3rem}.collaboration-section h2{margin-top:2rem;font-size:2rem}.collaboration-text{font-size:1rem}.university-name{font-size:1.7rem}.accreditation-text{padding:0 1rem;font-size:1rem}.collaboration-decorative-left img,.collaboration-decorative-right img{width:250px}.other-services-section{padding:3rem 1.5rem}.section-title{margin-bottom:2rem;font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-icon{width:120px;height:120px}.service-icon img{max-width:110px;max-height:110px}.service-item p{font-size:.9rem}.faq-section{padding:3rem 1.5rem}.faq-content{grid-template-columns:1fr;gap:2rem}.faq-list .section-title{margin-bottom:2rem;font-size:1.75rem}.faq-image{min-height:300px}.banner-overlay{background:#0009;width:100%}.banner-content{max-width:90%;margin-left:2rem;padding:2rem 0}.banner-content h2{font-size:2.5rem}.banner-content p{font-size:1.2rem;font-weight:600}.admissions-banner{min-height:500px}}@media (max-width:768px){.collaboration-section{margin-top:-12rem;padding:.5rem 1rem 2.5rem}.collaboration-section h2{margin-top:1.75rem;font-size:1.7rem}.collaboration-text{font-size:.95rem}.university-name{font-size:1.5rem}.accreditation-text{white-space:normal;font-size:.95rem}.collaboration-decorative-left img,.collaboration-decorative-right img{width:180px}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-icon{width:100px;height:100px}.service-icon img{max-width:90px;max-height:90px}.service-item p{font-size:.85rem}.banner-content{margin-left:1.5rem;padding:1.5rem 0}.banner-content h2{font-size:2rem}.banner-content p{font-size:1.1rem;font-weight:600}.admissions-banner{min-height:450px}}@media (max-width:480px){.home-page{padding-top:60px}.container{padding:0 1rem}.collaboration-section{margin-top:-16rem;padding:.5rem .75rem 2rem}.collaboration-section h2{margin-top:1.5rem;font-size:1.5rem}.collaboration-text{margin-bottom:.75rem;font-size:.9rem}.university-name{margin-bottom:1rem;font-size:1.3rem}.accreditation-text{white-space:normal;margin-bottom:2rem;padding:0;font-size:.85rem}.accreditation-badges{gap:1rem}.badge{width:120px;height:120px;padding:1rem;font-size:.8rem}.badge-bold{font-size:.9rem}.badge-regular{font-size:.75rem}.collaboration-decorative-left img,.collaboration-decorative-right img{width:120px}.other-services-section{padding:2rem 1rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-icon{width:110px;height:110px}.faq-section{padding:2rem 1rem}.faq-list .section-title{margin-bottom:1.5rem;font-size:1.5rem}.faq-question{font-size:.9rem}.faq-image{min-height:250px}.banner-content{max-width:95%;margin-left:1rem;padding:1.5rem 0}.banner-content h2{margin-bottom:1rem;font-size:1.5rem}.banner-content p{margin-bottom:1.5rem;font-size:1rem;font-weight:600}.banner-content .apply-now-btn{padding:.875rem 2rem;font-size:.9rem}.admissions-banner{min-height:400px}.popup-content{max-width:90%;padding:2rem 1.5rem}.popup-content h2{font-size:1.5rem}.popup-content p{font-size:1rem}}.under-construction-popup{-webkit-backdrop-filter:blur(10px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.popup-content{text-align:center;background:#fff;border-radius:15px;width:90%;max-width:500px;padding:3rem 2.5rem;animation:.3s ease-out slideUp;position:relative;box-shadow:0 10px 40px #0000004d}.popup-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.popup-close:hover{color:#000;background:#f5f5f5}.popup-content h2{color:#0e0529;margin-bottom:1rem;font-size:2rem;font-weight:700}.popup-content p{color:#666;font-size:1.1rem;line-height:1.6}.about-page{padding-top:80px}.about-banner{color:#fff;text-align:center;background:linear-gradient(#0e0529 0%,#5a556a 100%);width:100%;margin-top:4rem;padding:5rem 2rem;position:relative}.about-banner h1{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:3.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.introduction-section{background:#fff;padding:4rem 2rem;position:relative}.introduction-content{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1400px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex;position:relative}.introduction-text{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:1000px;margin:0 auto;display:flex;position:relative}.introduction-text h2{color:#000;text-transform:uppercase;letter-spacing:.02em;text-align:center;margin-bottom:2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.8rem;font-weight:900;line-height:1.2}.introduction-text p{color:#000;text-align:center;max-width:900px;margin-bottom:1.8rem;margin-left:auto;margin-right:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.15rem;font-weight:400;line-height:1.9}.vertical-apply-tab{transform-origin:100%;color:#fff;cursor:pointer;z-index:1000;white-space:nowrap;background:#0e0529;border-radius:10px 10px 0 0;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:fixed;bottom:20rem;right:2.5rem;transform:rotate(90deg);box-shadow:-2px 0 8px #0003}.vertical-apply-tab:before{content:"↑";font-size:.8rem}.vertical-apply-tab:hover{background:#1a0a3d;transform:rotate(90deg)translateY(-2px)}.vertical-apply-tab span{display:block}.introduction-images{grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.intro-image{width:100%;box-shadow:none;border-radius:0;justify-content:center;align-items:center;height:400px;display:flex;overflow:hidden}.intro-image:last-child{height:400px}.intro-image:first-child{border-radius:25px;overflow:hidden}.intro-image:first-child img{object-fit:cover;border-radius:25px;width:100%;height:100%;display:block}.intro-image:last-child img,.intro-image img{object-fit:cover;width:100%;height:100%;display:block}.vision-mission-section{background:#f5f5f5;padding:4rem 2rem}.vision-mission-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.vision-card,.mission-card{text-align:left;background:#fff;border-radius:8px;padding:3rem 2.5rem;box-shadow:0 2px 8px #0000001a}.card-icon{justify-content:flex-start;align-items:center;margin-bottom:1.5rem;display:flex}.card-icon img{object-fit:contain;width:100px;height:auto;max-height:80px}.vision-card h3,.mission-card h3{color:#333;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.title-separator{background:#333;width:60px;height:2px;margin:0 0 1.5rem}.vision-card p,.mission-card p{color:#333;text-align:left;margin:0;font-size:1rem;line-height:1.7}.core-values-section{background:#fff;padding:4rem 2rem}.section-title{color:#333;text-align:center;text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:#666;text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.core-values-grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.core-value-card{text-align:center;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.core-value-card:hover{color:#fff;background:#0e0529;transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.core-value-card:hover h4,.core-value-card:hover p{color:#fff}.core-value-card:hover .value-icon-container{background:#fff;box-shadow:0 2px 4px #0003}.value-icon-container{background:#0e0529;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.value-icon{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.value-icon img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%;transition:filter .3s;display:block}.core-value-card:hover .value-icon img{filter:brightness(0)saturate()invert(0)}.core-value-card h4{color:#000;text-align:center;margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.3}.core-value-card p{color:#000;text-align:center;margin:0;font-size:.95rem;font-weight:400;line-height:1.6;transition:color .3s}.leadership-section{padding:4rem 0}.leadership-section .container{max-width:100%;padding:0}.leadership-profile{box-sizing:border-box;border-radius:0;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;margin-bottom:4rem;padding:3rem;display:grid}.profile-reverse{grid-template-columns:1.5fr 1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-white{background:#fff}.profile-dark{color:#fff;background:#0e0529}.profile-image{justify-content:center;align-items:center;width:100%;display:flex}.profile-image img{object-fit:cover;border:4px solid #0e0529;border-radius:50%;width:350px;height:350px}.profile-dark .profile-image img{border-color:#fff}.profile-content{width:100%}.leadership-profile.profile-white:first-of-type .profile-content{margin-left:-2rem;padding-left:2rem;padding-right:3rem}.leadership-profile.profile-white:first-of-type .profile-description{font-size:.95rem}.leadership-profile.profile-dark.profile-reverse .profile-content{margin-right:-2rem;padding-left:3rem;padding-right:2rem}.leadership-profile.profile-white:nth-of-type(3) .profile-content{margin-left:-2rem;padding-left:2rem;padding-right:3rem}.leadership-profile.profile-white:nth-of-type(3) .profile-description{font-size:.95rem}.profile-title{color:#0e0529;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:2rem;font-weight:700}.profile-dark .profile-title{color:#fff}.profile-name{color:#0e0529;white-space:nowrap;margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.profile-dark .profile-name{color:#fff}.profile-role{color:#666;margin-bottom:1.5rem;font-size:1rem;font-style:italic}.profile-dark .profile-role{color:#ffffffe6}.profile-description{color:#555;text-align:justify;text-align-last:left;font-size:1rem;line-height:1.8}.profile-dark .profile-description{color:#fffffff2}.profile-description p{margin-bottom:1rem}.profile-description p:last-child{margin-bottom:0}@media (max-width:968px){.about-page{padding-top:70px}.about-banner h1{font-size:2.5rem}.introduction-content{flex-direction:column}.vertical-apply-tab{writing-mode:horizontal-tb;text-orientation:mixed;z-index:1000;min-height:auto;margin-top:0;padding:.75rem 1.5rem;position:fixed;bottom:2rem;right:1rem;transform:rotate(0)}.introduction-images,.vision-mission-grid{grid-template-columns:1fr}.core-values-grid{grid-template-columns:repeat(2,1fr)}.leadership-profile{grid-template-columns:1fr;gap:2rem}.profile-reverse{grid-template-columns:1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-image{width:250px;height:250px;margin:0 auto}.profile-image img{width:250px;height:250px}.profile-name{white-space:normal}}@media (max-width:768px){.about-banner{padding:3rem 1.5rem}.about-banner h1{font-size:2rem}.introduction-section{padding:3rem 1.5rem}.introduction-text h2{font-size:2rem}.introduction-text p{font-size:1rem}.vertical-apply-tab{z-index:1000;padding:.75rem 1.5rem;font-size:.9rem;position:fixed;bottom:2rem;right:1rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.vision-mission-section{padding:3rem 1.5rem}.vision-card,.mission-card{padding:2rem 1.5rem}.core-values-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.core-values-grid{grid-template-columns:1fr}.leadership-section{padding:3rem 1.5rem}.leadership-profile{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.profile-reverse{grid-template-columns:1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-image{width:250px;height:250px;margin:0 auto}.profile-image img{width:250px;height:250px}.profile-name{white-space:normal}}@media (max-width:480px){.about-page{padding-top:60px}.about-banner{padding:2rem 1rem}.about-banner h1{font-size:1.75rem}.introduction-section{padding:2rem 1rem}.introduction-text h2{font-size:1.75rem}.introduction-text p{font-size:.95rem}.vertical-apply-tab{z-index:1000;padding:.65rem 1.25rem;font-size:.85rem;position:fixed;bottom:1.5rem;right:.75rem;transform:rotate(0)}.vertical-apply-tab:hover{transform:translateY(-2px)}.introduction-images{grid-template-columns:1fr;gap:1.5rem}.intro-image,.intro-image:last-child{height:300px}.intro-image img,.intro-image:last-child img{object-fit:cover}.intro-image:last-child{height:300px}.vision-mission-section{padding:2rem 1rem}.vision-card,.mission-card{padding:1.5rem 1rem}.card-icon{font-size:2.5rem}.vision-card h3,.mission-card h3{font-size:1.5rem}.core-values-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.core-values-grid{grid-template-columns:1fr;gap:1.5rem}.core-value-card{padding:1.5rem 1rem}.leadership-section{padding:2rem 1rem}.leadership-profile{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem}.profile-reverse{grid-template-columns:1fr}.profile-reverse .profile-content{order:1}.profile-reverse .profile-image{order:2}.profile-image{width:200px;height:200px;margin:0 auto}.profile-image img{width:200px;height:200px}.profile-name{white-space:normal;font-size:1.2rem}.profile-description{font-size:.95rem}.value-icon-container{width:60px;height:60px}.value-icon{width:45px;height:45px}}.courses-page{padding-top:80px}.courses-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);padding:4rem 2rem}.courses-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700;animation:.8s ease-out fadeInUp}.courses-hero p{opacity:.9;font-size:1.2rem;animation:.8s ease-out .2s both fadeInUp}@media (max-width:968px){.courses-page{padding-top:70px}.courses-hero{padding:3rem 1.5rem}.courses-hero h1{font-size:2.5rem}.courses-hero p{font-size:1.1rem}}@media (max-width:768px){.courses-hero{padding:2.5rem 1rem}.courses-hero h1{font-size:2rem}.courses-hero p{font-size:1rem}}@media (max-width:480px){.courses-page{padding-top:60px}.courses-hero{padding:2rem .75rem}.courses-hero h1{margin-bottom:.75rem;font-size:1.75rem}.courses-hero p{font-size:.9rem}}.route-map-section{background:#fff;padding:5rem 2rem}.container{max-width:1400px;margin:0 auto}.map-content{justify-content:center;display:flex}.map-text{text-align:center;width:100%;max-width:800px}.map-text h2{color:#1a237e;margin-bottom:1rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out fadeInUp}.map-text p{color:#666;margin-bottom:2rem;font-size:1.2rem;animation:.8s ease-out .2s both fadeInUp}.map-container{opacity:0;border-radius:10px;width:100%;animation:.8s ease-out .4s both scaleIn;overflow:hidden;box-shadow:0 4px 15px #0000001a}.map-container iframe{width:100%;height:450px;display:block}@media (max-width:968px){.route-map-section{padding:4rem 1.5rem}.map-text h2{font-size:2rem}.map-text p{font-size:1.1rem}.map-container iframe{height:400px}}@media (max-width:768px){.route-map-section{padding:3rem 1rem}.map-text h2{margin-bottom:.75rem;font-size:1.75rem}.map-text p{margin-bottom:1.5rem;font-size:1rem}.map-container iframe{height:350px}}@media (max-width:480px){.route-map-section{padding:2.5rem .75rem}.map-text h2{margin-bottom:.5rem;font-size:1.5rem}.map-text p{margin-bottom:1.25rem;font-size:.9rem}.map-container{border-radius:8px}.map-container iframe{height:300px}}.contact-page{padding-top:80px}.contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);padding:4rem 2rem}.contact-hero h1{margin-bottom:1rem;font-size:3rem;font-weight:700}.contact-hero p{opacity:.9;font-size:1.2rem}.contact-content{padding:4rem 2rem}.contact-grid{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info h2,.contact-form-container h2{color:#1a237e;margin-bottom:2rem;font-size:2rem;font-weight:700;animation:.8s ease-out fadeInUp}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{flex-direction:column;gap:.5rem;display:flex}.contact-item strong{color:#333;font-size:1.1rem}.contact-item a{color:#1a237e;font-size:1.1rem;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#283593}.contact-item p{color:#555;margin:0;font-size:1.1rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form input,.contact-form textarea{opacity:0;border:2px solid #e0e0e0;border-radius:5px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,transform .3s;animation:.6s ease-out forwards fadeInUp}.contact-form input:first-child,.contact-form textarea:first-child{animation-delay:.1s}.contact-form input:nth-child(2){animation-delay:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#1a237e;outline:none;transform:scale(1.02)}.submit-btn{color:#fff;cursor:pointer;background:#1a237e;border:none;border-radius:5px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.submit-btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.submit-btn:hover:before{width:300px;height:300px}.submit-btn:hover{background:#283593;transform:translateY(-2px);box-shadow:0 4px 15px #1a237e4d}@media (max-width:968px){.contact-page{padding-top:70px}.contact-hero{padding:3rem 1.5rem}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.contact-content{padding:3rem 1.5rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info h2,.contact-form-container h2{margin-bottom:1.5rem;font-size:1.75rem}.contact-details{gap:1.5rem}}@media (max-width:768px){.contact-hero{padding:2.5rem 1rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-content{padding:2.5rem 1rem}.contact-info h2,.contact-form-container h2{margin-bottom:1.25rem;font-size:1.5rem}.contact-item strong,.contact-item a,.contact-item p{font-size:1rem}.contact-form{gap:1.25rem}.contact-form input,.contact-form textarea{padding:.875rem;font-size:.95rem}.submit-btn{padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width:480px){.contact-page{padding-top:60px}.contact-hero{padding:2rem .75rem}.contact-hero h1{margin-bottom:.75rem;font-size:1.75rem}.contact-hero p{font-size:.9rem}.contact-content{padding:2rem .75rem}.contact-grid{gap:2rem}.contact-info h2,.contact-form-container h2{margin-bottom:1rem;font-size:1.25rem}.contact-details{gap:1.25rem}.contact-item strong{font-size:.95rem}.contact-item a,.contact-item p{font-size:.9rem}.contact-form{gap:1rem}.contact-form input,.contact-form textarea{padding:.75rem;font-size:.9rem}.submit-btn{width:100%;padding:.75rem 1.5rem;font-size:.9rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#1a237e;--primary-dark:#283593;--primary-light:#3f51b5;--accent-yellow:#ffc107;--accent-red:#f44336;--accent-blue:#03a9f4;--accent-pink:#e91e63;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--white:#fff}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{color:var(--primary-color);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb{display:none}*{scrollbar-width:none;-ms-overflow-style:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:.6s ease-out fadeIn}.fade-in-up{animation:.8s ease-out fadeInUp}.fade-in-down{animation:.8s ease-out fadeInDown}.fade-in-left{animation:.8s ease-out fadeInLeft}.fade-in-right{animation:.8s ease-out fadeInRight}.scale-in{animation:.6s ease-out scaleIn}.slide-in{animation:.8s ease-out slideIn}.animate-on-scroll{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.scroll-from-left{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(-50px)}.scroll-from-left.animated{opacity:1;transform:translate(0)}.scroll-from-right{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translate(50px)}.scroll-from-right.animated{opacity:1;transform:translate(0)}.scroll-from-center{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:scale(.9)}.scroll-from-center.animated{opacity:1;transform:scale(1)}.scroll-from-left:first-child,.scroll-from-right:first-child,.scroll-from-center:first-child{transition-delay:.1s}.scroll-from-left:nth-child(2),.scroll-from-right:nth-child(2),.scroll-from-center:nth-child(2){transition-delay:.2s}.scroll-from-left:nth-child(3),.scroll-from-right:nth-child(3),.scroll-from-center:nth-child(3){transition-delay:.3s}.scroll-from-left:nth-child(4),.scroll-from-right:nth-child(4),.scroll-from-center:nth-child(4){transition-delay:.4s}.scroll-from-left:nth-child(5),.scroll-from-right:nth-child(5),.scroll-from-center:nth-child(5){transition-delay:.5s}.scroll-from-left:nth-child(6),.scroll-from-right:nth-child(6),.scroll-from-center:nth-child(6){transition-delay:.6s}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}@media (max-width:968px){.container{padding:0 1.5rem}.section-title{font-size:2rem}}@media (max-width:768px){.container{padding:0 1rem}.section-title{margin-bottom:2rem;font-size:1.75rem}body{font-size:.95rem}}@media (max-width:480px){.container{padding:0 .75rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}body{font-size:.9rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (max-width:768px){button,a,input,textarea,select{min-width:44px;min-height:44px}}html,body{max-width:100%;overflow-x:hidden}
