@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--topbar-height: 38px;--navbar-height: 76px;--header-total-height: calc(var(--topbar-height) + var(--navbar-height));--header-max-width: 1180px}.top-contact-bar{position:fixed;top:0;left:0;right:0;z-index:1100;min-height:var(--topbar-height);background:#ffffffeb;color:#0a2265;border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 6px 18px #0f172a0f}.top-contact-inner{max-width:var(--header-max-width);min-height:var(--topbar-height);margin:0 auto;padding:6px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px 24px;flex-wrap:wrap}.top-contact-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0a2265;text-decoration:none}.top-contact-item img{width:15px;height:15px;filter:none}.navbar{position:fixed;top:var(--topbar-height);left:0;right:0;z-index:1090;height:var(--navbar-height);background:#071b52e0;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);transition:background .25s ease,box-shadow .25s ease}.navbar.home-top{background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.navbar.scrolled{background:linear-gradient(135deg,#0a2265,#1d4ed8);box-shadow:0 10px 26px #0f172a2e}.nav-inner{width:100%;max-width:var(--header-max-width);height:100%;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo-link{height:100%;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.logo{width:auto;height:auto;max-height:58px;display:block;object-fit:contain}.nav-links{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:6px;list-style:none;margin:0;padding:0;flex:1}.nav-item{height:100%;list-style:none;position:relative;display:flex;align-items:center}.nav-item-row{height:100%;display:flex;align-items:center;gap:2px}.nav-link-item{height:100%;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:none;background:transparent;color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.35px;cursor:pointer;transition:color .2s ease;font-family:inherit;white-space:nowrap}.nav-link-item:hover,.nav-link-item.active,.nav-item:hover>.nav-item-row .nav-link-item{color:#dbeafe}.dropdown-toggle,.mobile-dropdown-toggle{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0;color:#fff;flex-shrink:0}.dropdown-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease}.dropdown-toggle[aria-expanded=true] .dropdown-caret,.mobile-dropdown-toggle[aria-expanded=true] .dropdown-caret{transform:rotate(-135deg)}.nav-dropdown{position:absolute;top:calc(100% - 8px);left:0;min-width:220px;padding:10px 0;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:0 18px 36px #0f172a2e;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:1200}.nav-dropdown.show,.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{width:100%;display:block;text-align:left;padding:12px 18px;border:none;background:transparent;color:#0f172a;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-link:hover{background:#eff6ff;color:#1d4ed8}.hamburger{display:none;width:44px;height:40px;align-items:center;justify-content:center;flex-direction:column;padding:6px;border:none;background:transparent;cursor:pointer;z-index:1210}.hamburger span{width:28px;height:3px;margin:3px 0;border-radius:2px;background-color:#fff;transition:all .25s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.mobile-menu{position:fixed;top:var(--header-total-height);left:0;width:100%;max-height:calc(100vh - var(--header-total-height));overflow-y:auto;padding:20px 20px 30px;display:flex;flex-direction:column;gap:12px;background:#080f23fa;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease;z-index:1195}.mobile-menu.show{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav-group{width:100%;padding-bottom:10px;border-bottom:1px solid rgba(148,163,184,.18)}.mobile-nav-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-menu .nav-link-item{height:auto;justify-content:flex-start;padding:10px 0;font-size:16px}.mobile-submenu{display:none;margin-top:6px;padding-left:14px}.mobile-submenu.show{display:flex;flex-direction:column}.mobile-submenu-link{padding:10px 0;border:none;background:transparent;color:#dbeafe;font-size:14px;text-align:left;cursor:pointer}@media(max-width:1150px){.nav-link-item{padding:0 8px;font-size:12px}}@media(max-width:992px){.nav-links{display:none}.hamburger{display:inline-flex}.logo{max-height:54px}}@media(max-width:640px){:root{--topbar-height: 56px;--navbar-height: 72px}.top-contact-inner{justify-content:flex-start;padding:8px 16px}.top-contact-item{width:100%;font-size:12px}.nav-inner{padding:0 16px}.logo{max-height:50px}.mobile-menu{padding:18px 16px 24px}}.hero{width:100%;min-height:100vh;background-size:cover;background-position:center;position:relative;color:#fff;transition:background-image 1s ease-in-out;padding:calc(var(--header-total-height) + 32px) clamp(20px,5vw,48px) 40px;display:flex;align-items:flex-end;justify-content:flex-end}.hero:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{position:relative;z-index:2;text-align:right;width:min(100%,720px);font-size:clamp(16px,2vw,20px);padding:clamp(18px,3vw,28px);border-radius:12px;color:#fff}.hero-content h1{font-size:clamp(30px,4.6vw,60px);line-height:1.15}.hero-content p{font-size:clamp(15px,1.8vw,20px);line-height:1.6;margin-top:12px}.hero-content .modern-btn{margin-top:20px}.red{color:red}@media(max-width:1024px){.hero{padding-top:calc(var(--header-total-height) + 28px)}.hero-content{width:min(100%,620px)}}@media(max-width:600px){.hero{min-height:92vh;align-items:center;justify-content:center;padding:calc(var(--header-total-height) + 24px) 16px 32px}.hero-content{text-align:center;width:100%;padding:18px 16px}.hero-content .modern-btn{width:100%;max-width:240px}}@media(max-width:380px){.hero-content h1{font-size:28px}.hero-content p{font-size:14px}}.title{text-align:center;color:#212ea0;font-size:15px;font-weight:600;text-transform:uppercase;margin:70px 0 30px;padding:0 16px}.title h2{font-size:clamp(28px,4vw,32px);color:#000f38;margin-top:5px;text-transform:none}@media(max-width:600px){.title{margin:56px 0 24px;font-size:13px}}.gallery{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:40px}.gallery img{width:clamp(180px,20%,260px);border-radius:20px;padding:8px;object-fit:cover;aspect-ratio:1 / 1;transition:transform .3s ease}.gallery img:hover{transform:scale(1.05)}.photo-overlay{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:9999}.close-overlay{position:absolute;top:25px;right:40px;font-size:2.5rem;color:#fff;cursor:pointer;transition:color .3s ease}.close-overlay:hover{color:#f87171}.photo-slider{display:flex;align-items:center;justify-content:center;gap:25px;width:min(100%,1100px);padding:0 24px}.slider-image{max-width:min(80%,900px);max-height:80vh;border-radius:12px;box-shadow:0 0 25px #ffffff4d}.slider-btn{background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:.3s}.slider-btn:hover{color:#3b82f6}@media(max-width:768px){.gallery img{width:calc(50% - 12px)}.photo-slider{gap:12px;padding:0 16px}.slider-btn{font-size:2rem}.close-overlay{top:16px;right:20px;font-size:2rem}}@media(max-width:480px){.gallery img{width:100%;max-width:320px;padding:0}}@media(max-width:540px){.photo-slider{gap:10px}.slider-image{max-width:100%;max-height:72vh}.slider-btn{font-size:1.6rem}}.contact{margin:80px auto;max-width:90%;display:flex;align-content:center;justify-content:space-between;gap:36px}.contact-col{flex-basis:48%;color:#676767;min-width:0}.contact-col h3{color:#000f38;font-weight:500;font-size:25px;display:flex;align-items:center;margin-bottom:20px}.contact-col h3 img{width:35px;margin-left:10px}.contact-col p{max-width:450px;line-height:1.7}.contact-col ul li{display:flex;align-items:flex-start;margin:20px 0;line-height:1.6}.contact-col ul li img{width:25px;margin-right:10px;margin-top:2px;flex-shrink:0}.modern-btn{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;padding:12px 28px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.modern-btn:hover{transform:translateY(-3px);box-shadow:0 6px 18px #00000040;background:linear-gradient(135deg,#4338ca,#2563eb)}.modern-btn:active{transform:scale(.97)}.modern-btn img{width:18px;height:18px;margin-left:8px;vertical-align:middle}.modern-btn img,.modern-btn svg{transition:transform .3s ease}.modern-btn:hover img,.modern-btn:hover svg{transform:translate(5px)}.campus>div{display:flex;justify-content:center;align-items:center}.contact form input,.contact form textarea{display:block;width:100%;background:#ebecfe;padding:15px;border:0;outline:0;margin-bottom:15px;margin-top:5px;resize:none}.contact-col span{display:block;margin:20px 0}@media(max-width:900px){.contact{flex-direction:column;max-width:calc(100% - 32px);gap:18px}.contact-col{width:100%}}@media(max-width:600px){.contact{margin:56px auto}.contact-col{padding:0}.contact-col h3{font-size:22px;align-items:flex-start}.contact-col h3 img{width:30px}.modern-btn{width:100%;justify-content:center}}.footer{background:#f8f9fb;padding:60px 10%;font-family:Poppins,sans-serif;color:#333}.footer-top{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap;align-items:flex-start}.footer-brand{flex:1;min-width:250px}.footer-brand img{max-width:180px;margin-bottom:20px;display:block}.footer-brand p{font-size:14px;line-height:1.6;margin-bottom:20px;color:#555}.footer-nap{margin-bottom:22px}.footer-nap-name{font-weight:700;color:#0a2265;margin-bottom:8px}.footer-nap a{color:#0a2265;text-decoration:none;transition:color .3s ease}.footer-nap a:hover{color:#1d4ed8}.app-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px}.app-links img{width:50px;margin-right:10px;display:inline-block;margin-top:10px;height:30px;object-fit:contain}.social-links{display:flex;gap:15px;margin-top:10px;flex-wrap:wrap;align-items:center}.social-links a img{width:30px;height:30px;object-fit:contain}.social-links a{margin-right:10px;font-size:18px;color:#333;transition:color .3s ease}.social-links a:hover{color:#1d4ed8}.footer-links{display:flex;flex:2;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-links h4{font-size:16px;margin-bottom:15px;font-weight:600;color:#000}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#555;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links ul li a:hover{color:#1d4ed8}.footer-bottom{text-align:center;border-top:1px solid #ddd;padding:20px 0 0;margin-top:40px;font-size:13px;color:#777}.footer-credit{margin-top:8px;font-size:12px;color:#666}.footer-credit a{color:inherit;font-weight:500;text-decoration:none;transition:color .3s ease,text-decoration-color .3s ease}.footer-credit a:hover{color:#444;text-decoration:underline}@media(max-width:900px){.footer{padding:40px 5%}.footer-top{flex-direction:column;align-items:center;text-align:center;gap:40px}.footer-links{justify-content:center;text-align:center}.footer-links ul{margin:0 auto}.social-links{justify-content:center}}@media(max-width:600px){.footer{padding:30px 20px}.footer-brand img{max-width:140px}.footer-links{width:100%;gap:20px}.footer-links h4{font-size:15px}.footer-links ul li a{font-size:13px}.footer-credit{font-size:11px}.app-links{justify-content:center;text-align:center}.social-links{justify-content:center}}.app-download-float{position:fixed;left:24px;bottom:24px;z-index:9998;text-align:center}.app-download-float-link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none}.app-download-float-icon{width:clamp(48px,5vw,72px);height:clamp(48px,5vw,72px);border-radius:20px;background:#fff;padding:clamp(6px,1vw,10px);box-shadow:0 0 15px #3b82f68c;animation:appGlowIcon 2s infinite;transition:transform .25s ease,box-shadow .25s ease}.app-download-float-link:hover .app-download-float-icon{transform:scale(1.06);box-shadow:0 0 24px #3b82f6b8}.app-download-float-caption{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#0a2265eb;color:#fff;font-size:12px;font-weight:700;line-height:1.1;box-shadow:0 10px 24px #0f172a2e;white-space:nowrap}@keyframes appGlowIcon{0%,to{box-shadow:0 0 10px #3b82f6,0 0 20px #2563eb66}50%{box-shadow:0 0 25px #60a5fa,0 0 36px #3b82f6a6}}@media(max-width:1024px){.app-download-float{left:18px;bottom:18px}}@media(max-width:600px){.app-download-float{left:14px;bottom:14px}.app-download-float-icon{width:54px;height:54px}.app-download-float-caption{min-height:24px;padding:5px 8px;font-size:11px}}@media(max-width:420px){.app-download-float{left:12px;bottom:12px}.app-download-float-icon{width:50px;height:50px;padding:6px}}.enquiry-modal-overlay{position:fixed;inset:0;z-index:12000;background:#0f172aa3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.enquiry-modal{position:relative;width:min(100%,1080px);max-height:min(92vh,900px);overflow:hidden;display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);border-radius:28px;background:#fff;box-shadow:0 24px 60px #0f172a47}.enquiry-modal-close{position:absolute;top:16px;right:16px;width:42px;height:42px;border:none;border-radius:50%;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.enquiry-modal-close svg{width:24px;height:24px}.enquiry-modal-poster{background:linear-gradient(160deg,#0a2265,#1d4ed8);color:#fff;padding:34px 30px 30px}.enquiry-modal-poster-inner{height:100%;display:flex;flex-direction:column}.enquiry-modal-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#ffffffb8}.enquiry-modal-poster h2{margin-top:12px;font-size:clamp(28px,3vw,38px);line-height:1.08}.enquiry-modal-session{margin-top:10px;display:inline-flex;align-self:flex-start;padding:8px 14px;border-radius:999px;background:#ffffff24;font-size:13px;font-weight:700}.enquiry-modal-copy{margin-top:18px;font-size:15px;line-height:1.65;color:#ffffffe0}.enquiry-modal-points{margin:20px 0 26px;padding:0;list-style:none;display:grid;gap:10px}.enquiry-modal-points li{position:relative;padding-left:18px;font-size:14px;line-height:1.5}.enquiry-modal-points li:before{content:"";position:absolute;top:8px;left:0;width:8px;height:8px;border-radius:50%;background:#facc15}.enquiry-modal-image{width:min(100%,290px);margin-top:auto;border-radius:22px;align-self:center;object-fit:cover;box-shadow:0 16px 32px #0f172a38}.enquiry-modal-form-panel{padding:34px 30px 30px;overflow-y:auto}.enquiry-modal-form-copy h3{color:#0f172a;font-size:28px}.enquiry-modal-form-copy p{margin-top:10px;font-size:15px;line-height:1.6;color:#475569}.enquiry-form{margin-top:24px}.enquiry-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.enquiry-field{display:flex;flex-direction:column;gap:8px}.enquiry-field span{font-size:14px;font-weight:700;color:#0f172a}.enquiry-field input,.enquiry-field select,.enquiry-field textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font-size:14px;color:#0f172a;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.enquiry-field input:focus,.enquiry-field select:focus,.enquiry-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.enquiry-field small{font-size:12px;color:#dc2626}.enquiry-field [aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 4px #dc262614}.enquiry-field-full{grid-column:1 / -1}.enquiry-form-status{margin-top:16px;font-size:14px;line-height:1.5}.enquiry-form-status-error{color:#b91c1c}.enquiry-submit-button{margin-top:20px;width:100%;border:none;border-radius:16px;padding:14px 18px;background:linear-gradient(135deg,#0a2265,#2563eb);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px #2563eb33}.enquiry-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 32px #2563eb42}.enquiry-submit-button:disabled{cursor:not-allowed;opacity:.75}.enquiry-modal-success{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.enquiry-modal-success-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#22c55e1f;color:#15803d;font-size:13px;font-weight:700}.enquiry-modal-success h3{margin-top:18px;font-size:30px;color:#0f172a}.enquiry-modal-success p{margin-top:10px;max-width:460px;font-size:15px;line-height:1.7;color:#475569}@media(max-width:900px){.enquiry-modal{grid-template-columns:1fr;max-height:92vh}.enquiry-modal-poster{padding-bottom:24px}.enquiry-modal-image{width:min(100%,240px);margin-top:18px}.enquiry-modal-form-panel{padding-top:26px}}@media(max-width:640px){.enquiry-modal-overlay{padding:12px}.enquiry-modal{border-radius:22px}.enquiry-modal-poster{padding:22px 18px 18px}.enquiry-modal-form-panel{padding:22px 18px 20px}.enquiry-modal-form-copy h3{font-size:24px}.enquiry-form-grid{grid-template-columns:1fr}.enquiry-modal-close{top:10px;right:10px;width:38px;height:38px}}@media(max-width:420px){.enquiry-modal-poster{display:none}.enquiry-modal-form-panel{padding-top:44px}}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:10px}.whatsapp-float-label{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#fef08a,#facc15);color:#1f2937;font-size:13px;font-weight:700;letter-spacing:.2px;box-shadow:0 10px 24px #facc153d;white-space:nowrap}.whatsapp-float-button{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#25d366,#16a34a);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 30px #22c55e57;transition:transform .22s ease,box-shadow .22s ease}.whatsapp-float-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 34px #22c55e6b}.whatsapp-float-button svg{width:30px;height:30px}@media(max-width:1024px){.whatsapp-float{right:18px;bottom:18px}.whatsapp-float-button{width:58px;height:58px}.whatsapp-float-button svg{width:28px;height:28px}}@media(max-width:600px){.whatsapp-float{right:14px;bottom:14px;gap:8px}.whatsapp-float-label{min-height:34px;padding:7px 12px;font-size:12px}.whatsapp-float-button{width:54px;height:54px}.whatsapp-float-button svg{width:26px;height:26px}}@media(max-width:420px){.whatsapp-float{right:12px;bottom:12px}.whatsapp-float-label{padding:6px 10px;font-size:11px}.whatsapp-float-button{width:50px;height:50px}.whatsapp-float-button svg{width:24px;height:24px}}.home-seo-section{margin:0 auto 56px}.home-seo-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px}.home-seo-card{background:#fff;border-radius:28px;padding:30px;box-shadow:0 14px 28px #0f172a14}.home-seo-card h2{font-size:28px;color:#0f172a;margin-bottom:14px}.home-seo-card p{color:#475569;line-height:1.8}.home-seo-card p+p{margin-top:16px}.home-seo-links{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px 16px}.home-seo-links a{color:#1d4ed8;font-weight:600;text-decoration:underline;text-underline-offset:3px}.home-faq-list{display:flex;flex-direction:column;gap:18px}.home-faq-item h3{color:#1e3a8a;font-size:18px;margin-bottom:8px}@media(max-width:900px){.home-seo-grid{grid-template-columns:1fr}}@media(max-width:600px){.home-seo-card{border-radius:24px;padding:24px 20px}.home-seo-card h2{font-size:24px}}.about-focus-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.about-focus-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.about-focus-card{max-width:1080px;margin:0 auto;padding:30px;border-radius:28px;background:#fff;box-shadow:0 14px 28px #0f172a14}.about-focus-card h2{font-size:26px;color:#0f172a;margin-bottom:14px}.about-focus-card p,.about-focus-card li{color:#475569;line-height:1.8}.about-focus-card ul{margin:18px 0 0;padding-left:20px}.about-focus-links{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px 18px}.about-focus-links a{color:#1d4ed8;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media(max-width:600px){.about-focus-page{padding:0 20px 60px}.about-focus-hero,.about-focus-card{padding:26px 20px;border-radius:24px}.about-focus-card h2{font-size:22px}}.about{margin:100px auto;display:flex;align-items:center;justify-content:space-between;width:90%;gap:40px}.about_left{flex-basis:40%;position:relative;display:inline-block;width:100%;min-width:0}.about_right{flex-basis:56%;min-width:0}.about_img{display:block;width:100%;border-radius:12px}.play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82px;height:auto;cursor:pointer;z-index:5;filter:drop-shadow(0 4px 10px rgba(0,0,0,.3))}.about_right h3{font-weight:600;font-size:16px;color:#212ea0}.about_right h2{font-size:35px;color:#000f38;margin:10px 0;max-width:400px}.about_right p{color:#676767;margin-bottom:15px;line-height:1.75}@media(max-width:800px){.about{flex-direction:column;gap:28px;margin:70px auto}.about_left,.about_right{flex-basis:100%;width:100%}}@media(max-width:600px){.about{width:calc(100% - 32px);margin:56px auto}.about_right h2{font-size:28px;max-width:none}.about_right p{font-size:15px}.play_icon{width:64px}}.overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{position:relative;max-width:900px;width:90%;background:transparent;border-radius:8px;overflow:visible}.modal video{display:block;width:100%;height:auto;border-radius:6px;box-shadow:0 4px 18px #0009}.close-btn{position:absolute;top:-22px;right:-22px;width:56px;height:56px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;box-shadow:0 6px 18px #0000004d}.close-btn img{width:22px;height:22px}@media(max-width:640px){.modal{width:95%}.close-btn{top:-16px;right:-12px;width:44px;height:44px}}.about-institute-page{min-height:100vh;padding-bottom:80px;background:#f5f5f5}@media(max-width:600px){.about-institute-page{padding-bottom:60px}}.administration-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.administration-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.administration-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.founder-profile-card{max-width:1080px;margin:0 auto 32px;padding:32px;border-radius:30px;background:#fff;box-shadow:0 16px 34px #0f172a14;display:flex;align-items:center;gap:28px}.founder-badge{width:116px;height:116px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:4px solid rgba(191,219,254,.95);box-shadow:0 14px 28px #2563eb24;overflow:hidden}.founder-badge span{color:#1e3a8a;font-size:38px;font-weight:800;letter-spacing:2px}.founder-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%}.founder-profile-content{min-width:0}.founder-label{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:16px}.founder-profile-content h2{color:#0f172a;font-size:clamp(30px,4vw,40px);margin-bottom:10px}.founder-designation{color:#1d4ed8;font-size:18px;font-weight:700;margin-bottom:8px}.founder-experience{color:#475569;font-size:17px;line-height:1.6}.administration-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:24px}.administration-card{background:#fff;border-radius:28px;padding:30px;box-shadow:0 14px 28px #0f172a14}.administration-card h2{color:#1e3a8a;font-size:24px;margin-bottom:18px}.administration-list{margin:0;padding-left:20px;color:#475569;line-height:1.8}.administration-list li+li{margin-top:12px}.message-copy p{color:#475569;line-height:1.8}.message-copy p+p{margin-top:18px}@media(max-width:900px){.founder-profile-card{flex-direction:column;align-items:flex-start}.administration-grid{grid-template-columns:1fr}}@media(max-width:600px){.administration-page{padding:0 20px 60px}.administration-hero,.founder-profile-card,.administration-card{padding:26px 20px;border-radius:24px}.page-intro,.founder-experience{font-size:15px}.founder-profile-card{gap:20px;align-items:center;text-align:center}.founder-profile-content{width:100%}.founder-badge{width:104px;height:104px}.founder-badge span{font-size:34px}.administration-card h2{font-size:22px}}.careers-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.careers-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.careers-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.careers-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.careers-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14}.careers-card h2{color:#1e3a8a;font-size:22px;margin-bottom:14px}.careers-card p,.careers-card li{color:#475569;line-height:1.7}.careers-card ul{padding-left:20px}.careers-card li+li{margin-top:10px}.careers-card-accent{border:1px solid #dbeafe}.careers-contact{margin-top:18px;font-weight:700;color:#1d4ed8}@media(max-width:900px){.careers-content{grid-template-columns:1fr}}@media(max-width:600px){.careers-page{padding:0 20px 60px}.careers-hero{padding:28px 22px;border-radius:24px}.page-intro{font-size:15px}.careers-card{border-radius:22px;padding:22px}}.contact-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.contact-page-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.contact-page-link-row{margin-top:18px;display:flex;gap:12px 18px;flex-wrap:wrap}.contact-page-link-row a{color:#fff;text-decoration:underline;text-underline-offset:4px;font-weight:600}@media(max-width:600px){.contact-page{padding:0 20px 60px}.contact-page-hero{padding:26px 20px;border-radius:24px}}.faculties-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.faculties-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.faculties-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.faculty-section{max-width:1150px;margin:0 auto 40px;padding:34px;border-radius:30px;background:#fff;box-shadow:0 16px 34px #0f172a14;scroll-margin-top:calc(var(--header-total-height) + 24px)}.faculty-section-header{margin-bottom:28px}.faculty-section-pill{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:16px}.faculty-section-header h2{color:#0f172a;font-size:clamp(26px,3vw,34px);margin-bottom:12px}.faculty-section-header p{max-width:780px;color:#475569;line-height:1.7}.faculty-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.faculty-profile-card{overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(191,219,254,.9);box-shadow:0 12px 28px #0f172a14;padding:28px 22px 24px}.faculty-photo-frame{position:relative;width:180px;height:180px;margin:0 auto 20px;border-radius:50%;overflow:hidden;background:linear-gradient(180deg,#dbeafe,#eff6ff);border:4px solid rgba(219,234,254,.95);box-shadow:0 14px 28px #2563eb24}.faculty-photo,.faculty-photo-fallback{display:block;width:100%;height:100%}.faculty-photo{object-fit:cover;object-position:center;transform:scale(1.1)}.faculty-photo-fallback{display:flex;align-items:center;justify-content:center;color:#1e3a8a;font-size:42px;font-weight:700;letter-spacing:2px}.faculty-card-content{padding:0;text-align:center}.faculty-card-content h3{color:#0f172a;font-size:20px;margin-bottom:16px}.faculty-detail{color:#475569;line-height:1.7;font-size:15px;text-align:center}.faculty-detail p{margin:0}.faculty-detail+.faculty-detail{margin-top:12px}.faculty-detail span{display:block;margin-bottom:4px;color:#1d4ed8;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.faculty-detail-list{margin:0;padding-left:0;list-style-position:inside;display:inline-block;max-width:100%;text-align:left}.faculty-detail-list li+li{margin-top:8px}@media(max-width:1180px){.faculty-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.faculty-section{padding:28px}.faculty-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faculty-photo-frame{width:150px;height:150px}}@media(max-width:600px){.faculties-page{padding:0 20px 60px}.faculties-hero,.faculty-section{padding:26px 20px;border-radius:24px}.page-intro{font-size:15px}.faculty-grid{grid-template-columns:1fr;gap:20px}.faculty-profile-card{padding:24px 18px 22px}.faculty-photo-frame{width:135px;height:135px;margin-bottom:18px}.faculty-card-content{padding:0}.faculty-card-content h3{font-size:19px}}.privacy-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.privacy-hero{max-width:960px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;box-shadow:0 18px 42px #0f172a2e}.privacy-hero h1{font-size:clamp(34px,5vw,48px);margin-bottom:14px}.page-eyebrow{font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;opacity:.85}.page-intro{font-size:17px;line-height:1.7;max-width:760px}.privacy-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.privacy-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 28px #0f172a14}.privacy-card h2{color:#1e3a8a;font-size:22px;margin-bottom:12px}.privacy-card p{color:#475569;line-height:1.7}@media(max-width:900px){.privacy-content{grid-template-columns:1fr}}@media(max-width:600px){.privacy-page{padding:0 20px 60px}.privacy-hero{padding:28px 22px;border-radius:24px}.page-intro{font-size:15px}.privacy-card{border-radius:22px;padding:22px}}.program-detail-page{min-height:100vh;padding:0 5% 80px;background:#f5f5f5}.program-detail-hero{max-width:1080px;margin:0 auto 36px;padding:42px;border-radius:32px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;box-shadow:0 18px 42px #2563eb33}.program-detail-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.program-detail-card{padding:30px;border-radius:28px;background:#fff;box-shadow:0 14px 28px #0f172a14}.program-detail-card h2{font-size:24px;color:#1e3a8a;margin-bottom:14px}.program-detail-card p,.program-detail-card li{color:#475569;line-height:1.8}.program-detail-card ul{margin:0;padding-left:20px}.program-detail-card-accent{background:linear-gradient(180deg,#fff,#eff6ff)}.program-detail-links{margin-top:18px;display:flex;flex-direction:column;gap:10px}.program-detail-links a{color:#1d4ed8;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){.program-detail-grid{grid-template-columns:1fr}}@media(max-width:600px){.program-detail-page{padding:0 20px 60px}.program-detail-hero,.program-detail-card{padding:26px 20px;border-radius:24px}.program-detail-card h2{font-size:22px}}.programs-shell{width:90%;margin:80px auto}.program-tabs{display:flex;justify-content:center;gap:14px;margin-bottom:28px;flex-wrap:wrap}.program-tab{padding:12px 24px;border-radius:999px;border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.program-tab.active{background:linear-gradient(135deg,#2f26d3,#1a70f9);color:#fff;box-shadow:0 10px 24px #1a70f938}.programs{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:24px}.program{position:relative;flex:1 1 320px;max-width:360px;min-height:400px;border-radius:40px;overflow:hidden;box-shadow:0 14px 30px #0f172a24}.program img{width:100%;height:100%;object-fit:cover;border-radius:40px;display:block}.caption{position:absolute;inset:0;background:#000f984d;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center}.caption img{width:56px;height:auto}.caption p{font-size:20px;letter-spacing:.5px}@media(max-width:768px){.programs-shell{width:92%;margin:60px auto}.program{min-height:340px;max-width:100%}}@media(max-width:480px){.program-tabs{gap:10px}.program-tab{width:100%;max-width:240px}.program{min-height:280px;border-radius:25px}.program img{border-radius:25px}.caption{padding:18px}.caption p{font-size:16px}}.programs-page{min-height:100vh;padding:0 0 80px;background:#f5f5f5}.seo-page-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.programs-page{padding-bottom:60px}}:root{--topbar-height: 38px;--navbar-height: 76px;--header-total-height: calc(var(--topbar-height) + var(--navbar-height))}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}html,body{background:#f5f5f5;overflow-x:hidden}html{scroll-padding-top:var(--header-total-height)}#root{min-height:100vh}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.route-page-shell{padding-top:calc(var(--header-total-height) + 24px)}#about,#contact,#programs,#campus{scroll-margin-top:calc(var(--header-total-height) + 18px)}@media(max-width:640px){:root{--topbar-height: 56px;--navbar-height: 72px}.route-page-shell{padding-top:calc(var(--header-total-height) + 18px)}}
