@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Source+Sans+Pro:wght@300;400;600;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap";:root{--navy:#0a2342;--navy-light:#122d52;--navy-dark:#071828;--green:#2e7d32;--green-light:#388e3c;--green-pale:#e8f5e9;--gold:#c8960c;--gold-light:#f0b429;--gold-pale:#fff8e1;--white:#fff;--off-white:#f8f9fa;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--text-primary:#1a2332;--text-secondary:#4a5568;--text-muted:#718096;--shadow-sm:0 1px 3px #0a23421f, 0 1px 2px #0a234214;--shadow-md:0 4px 16px #0a23421f, 0 2px 6px #0a234214;--shadow-lg:0 10px 40px #0a234226, 0 4px 12px #0a23421a;--shadow-xl:0 20px 60px #0a234233, 0 8px 24px #0a23421f;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font-display:"Playfair Display", Georgia, serif;--font-body:"Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--navy);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:700}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:600}h4{font-size:1.1rem;font-weight:600}p{color:var(--text-secondary);line-height:1.75}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-alt{background:var(--gray-50)}.section-header{text-align:center;margin-bottom:3.5rem}.section-label{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);border:1px solid #c8960c40;border-radius:100px;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--navy);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem)}.section-subtitle{color:var(--text-secondary);max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.8}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);transition:var(--transition);cursor:pointer;white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--navy-dark);border-color:var(--gold)}.btn-primary:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px #c8960c66}.btn-outline{color:var(--white);background:0 0;border-color:#ffffffb3}.btn-outline:hover{border-color:var(--white);background:#ffffff1f;transform:translateY(-2px)}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px);box-shadow:0 8px 25px #0a234259}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.badge{border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.78rem;font-weight:600;display:inline-flex}.badge-green{background:var(--green-pale);color:var(--green)}.badge-gold{background:var(--gold-pale);color:#7a5900}.badge-navy{color:var(--navy);background:#0a234214}.divider-gold{background:linear-gradient(90deg, var(--gold), var(--gold-light));border-radius:100px;width:60px;height:4px;margin:1rem auto}.fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-30px)}.fade-in-left.visible{opacity:1;transform:translate(0)}.fade-in-right{opacity:0;transition:opacity .7s,transform .7s;transform:translate(30px)}.fade-in-right.visible{opacity:1;transform:translate(0)}.grid{display:grid}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-center{text-align:center}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--navy);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--navy-light)}@media print{.no-print{display:none!important}body{color:#000;background:#fff;font-size:12pt}h1,h2,h3{color:#000;page-break-after:avoid}.container{max-width:100%;padding:0}.section{padding:1rem 0}a{color:#000;text-decoration:underline}}@media (width<=768px){.section{padding:3.5rem 0}.section-header{margin-bottom:2.5rem}h1{font-size:2rem}h2{font-size:1.6rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}.topbar{background:var(--navy-dark);color:#ffffffd9;border-bottom:1px solid #c8960c40;padding:.45rem 0;font-size:.78rem}.topbar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1350px;display:flex}.topbar-contacts{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.topbar-right{align-items:center;gap:1rem;display:flex}.topbar-item{color:#fffc;align-items:center;gap:.4rem;font-size:.78rem;text-decoration:none;transition:color .2s;display:flex}.topbar-item:hover{color:var(--gold-light)}.topbar-item svg{color:var(--gold);flex-shrink:0}.site-header{z-index:1000;width:100%;transition:var(--transition);position:sticky;top:0}.navbar{background:var(--navy);transition:var(--transition);border-bottom:3px solid var(--gold);padding:.6rem 0}.site-header.scrolled .navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a2342f7;padding:.4rem 0;box-shadow:0 4px 30px #0000004d}.nav-inner{justify-content:space-between;align-items:center;gap:.75rem;max-width:1350px;display:flex}.brand{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-logos{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.brand-crest{object-fit:contain;filter:drop-shadow(0 2px 6px #0000004d);border:2px solid var(--gold);background:#ffffff0f;border-radius:50%;flex-shrink:0;width:38px;height:38px}.brand-logo-divider{background:linear-gradient(to bottom, transparent, var(--gold), transparent);opacity:.7;flex-shrink:0;width:1px;height:30px}.brand-ihrd{object-fit:contain;filter:drop-shadow(0 2px 6px #00000040);background:#ffffffeb;border:2px solid #c8960c8c;border-radius:50%;flex-shrink:0;width:36px;height:36px;padding:2px}.brand-text{flex-direction:column;gap:.1rem;max-width:320px;display:flex}.brand-name{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;font-size:.78rem;font-weight:700;line-height:1.25}.brand-name--gold{background:linear-gradient(90deg, var(--gold), var(--gold-light));-webkit-text-fill-color:transparent;letter-spacing:.03em;-webkit-background-clip:text;background-clip:text;font-size:.85rem;font-weight:800;line-height:1.15}.brand-tagline{color:var(--gold-light);letter-spacing:.04em;font-size:.58rem;font-weight:600}.nav-links{flex-wrap:nowrap;align-items:center;gap:0;list-style:none;display:flex}.nav-link{color:#ffffffd9;border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;padding:.45rem .6rem;font-size:.82rem;font-weight:600;text-decoration:none;display:block;position:relative}.nav-link:after{content:"";background:var(--gold);border-radius:100px;width:0;height:2px;transition:width .3s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff14}.nav-link:hover:after,.nav-link.active:after{width:calc(100% - 1.4rem)}.nav-link.active{color:var(--gold-light)}.hamburger{color:var(--white);border-radius:var(--radius-sm);transition:var(--transition);flex-shrink:0;padding:.4rem;display:none}.hamburger:hover{background:#ffffff1a}.mobile-menu{background:var(--navy-dark);z-index:1100;border-left:1px solid #c8960c33;width:300px;height:100vh;padding:5rem 1.5rem 2rem;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-10px 0 40px #0006}.mobile-menu.open{right:0}.mobile-menu ul{flex-direction:column;gap:.25rem;margin-bottom:2rem;list-style:none;display:flex}.mobile-link{color:#ffffffd9;border-radius:var(--radius-sm);transition:var(--transition);border-left:3px solid #0000;padding:.85rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.mobile-link:hover,.mobile-link.active{color:var(--gold-light);border-left-color:var(--gold);background:#ffffff0f}.mobile-contact{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.mobile-contact a{color:#ffffffb3;align-items:center;gap:.6rem;font-size:.85rem;transition:color .2s;display:flex}.mobile-contact a:hover{color:var(--gold-light)}.mobile-contact a svg{color:var(--gold)}.mobile-backdrop{z-index:1050;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;position:fixed;inset:0}@media (width<=1100px){.nav-link{padding:.45rem .55rem;font-size:.78rem}}@media (width<=900px){.nav-links{display:none}.hamburger{display:flex}.topbar-contacts{gap:.75rem}}@media (width<=600px){.topbar{display:none}.brand-text{max-width:100%}.brand-name{font-size:.85rem}.brand-name--gold{font-size:.9rem}}@media (width<=420px){.brand-ihrd,.brand-logo-divider{display:none}.brand-crest{width:38px;height:38px}.brand-name{font-size:.75rem;line-height:1.2}.brand-name--gold{font-size:.8rem}.brand-tagline{font-size:.55rem}}.footer{background:var(--navy-dark);color:#fffc}.footer-main{border-bottom:1px solid #ffffff14;padding:4rem 0 3rem}.footer-grid{grid-template-columns:1.4fr .8fr .9fr 1fr;gap:3rem;display:grid}.footer-logo-link{flex-wrap:nowrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.footer-logo-link img{object-fit:contain;border:2px solid var(--gold);border-radius:50%;flex-shrink:0}.footer-ihrd-logo{padding:3px;background:#ffffffeb!important;border-color:#c8960c8c!important}.footer-logo-divider{background:linear-gradient(to bottom, transparent, var(--gold), transparent);opacity:.6;flex-shrink:0;width:1.5px;height:44px}.footer-college-name{font-family:var(--font-display);color:var(--white);font-size:1rem;font-weight:700;line-height:1.2}.footer-college-sub{color:#ffffff8c;font-size:.72rem;line-height:1.4}.footer-desc{color:#fff9;max-width:280px;margin-bottom:1.5rem;font-size:.85rem;line-height:1.75}.footer-social{gap:.5rem;display:flex}.social-btn{border-radius:var(--radius-sm);color:#ffffffb3;width:36px;height:36px;transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff1f;justify-content:center;align-items:center;font-size:1rem;font-weight:700;line-height:1;text-decoration:none;display:flex}.social-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-dark);transform:translateY(-2px)}.footer-heading{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--gold-light);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.8rem;font-weight:700;position:relative}.footer-heading:after{content:"";background:var(--gold);border-radius:100px;width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-link{color:#ffffffa6;align-items:center;gap:.5rem;padding:.15rem 0;font-size:.84rem;text-decoration:none;transition:color .2s,gap .2s;display:flex}.footer-link:hover{color:var(--gold-light);gap:.75rem}.footer-link-arrow{color:var(--gold);flex-shrink:0;font-size:1rem;line-height:1}.footer-link-icon{flex-shrink:0;font-size:.9rem}.footer-hours{color:#fff9;font-size:.84rem;line-height:1.8}.hours-time{color:var(--gold-light);font-weight:700}.footer-contact-list{flex-direction:column;gap:.9rem;display:flex}.footer-contact-item{color:#ffffffa6;align-items:flex-start;gap:.75rem;font-size:.84rem;line-height:1.65;display:flex}.footer-contact-item svg{color:var(--gold);flex-shrink:0;margin-top:2px}.footer-contact-link{color:#ffffffa6;text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--gold-light)}.footer-bottom{background:var(--navy-dark);padding:1.25rem 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-copyright{color:#ffffff73;margin:0;font-size:.8rem;line-height:1}.footer-bottom-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-bottom-links a{color:#ffffff73;font-size:.78rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--gold-light)}@media (width<=1000px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-desc{max-width:100%}.footer-bottom-inner{flex-direction:column;align-items:flex-start}.footer-bottom-links{gap:1rem}}.hero-wrapper{flex-direction:column;width:100%;display:flex}.hero-banner{background:#0a2342;width:100%;height:420px;position:relative;overflow:hidden}.banner-photo{object-fit:cover;object-position:center 35%;width:100%;height:100%;display:block}.banner-text-block{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);border-top:4px solid var(--gold);text-align:center;padding:2rem 1.5rem 2.25rem;animation:.8s both bannerFadeIn}.banner-title{flex-direction:column;align-items:center;gap:.15rem;margin:0 0 .9rem;display:flex}.banner-line1{font-family:var(--font-display);color:var(--white);letter-spacing:.01em;white-space:nowrap;font-size:clamp(1.25rem,3vw,2rem);font-weight:700;line-height:1.25}.banner-line2{font-family:var(--font-display);background:linear-gradient(135deg, var(--gold), var(--gold-light), #ffd54f);-webkit-text-fill-color:transparent;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.5rem,3.8vw,2.6rem);font-weight:800;line-height:1.2}.banner-divider{background:linear-gradient(90deg, var(--gold), var(--gold-light));border-radius:100px;width:80px;height:3px;margin:0 auto .85rem}.banner-sub{color:#ffffffad;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:clamp(.78rem,1.4vw,.92rem);font-weight:500}@keyframes bannerFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-banner{height:300px}.banner-line1{white-space:normal}}@media (width<=480px){.hero-banner{height:220px}.banner-text-block{padding:1.5rem 1rem 1.75rem}}.stats-bar{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-top:4px solid var(--gold);border-bottom:4px solid var(--gold);padding:2.5rem 0;position:relative;overflow:hidden}.stats-bar:before{content:"";background:repeating-linear-gradient(45deg,#0000,#0000 30px,#ffffff03 30px 60px);position:absolute;inset:0}.stats-inner{z-index:1;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.stat-item{text-align:center;transition:var(--transition);flex-direction:column;align-items:center;padding:1rem 1.5rem;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background:#ffffff26;width:1px;height:70%;position:absolute;top:15%;right:0}.stat-item:hover{transform:translateY(-4px)}.stat-icon{filter:drop-shadow(0 0 12px #c8960c80);margin-bottom:.5rem;font-size:1.8rem;line-height:1;display:block}.stat-number{font-family:var(--font-display);color:var(--gold-light);text-shadow:0 0 30px #c8960c66;margin-bottom:.4rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:800;line-height:1}.stat-suffix{vertical-align:super;color:var(--gold);font-size:.6em}.stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;max-width:120px;font-size:.82rem;font-weight:600;line-height:1.3}@media (width<=768px){.stats-inner{grid-template-columns:repeat(2,1fr);gap:0}.stat-item:first-child:after,.stat-item:nth-child(3):after{display:block}.stat-item:nth-child(2):after,.stat-item:nth-child(4):after{display:none}.stat-item:nth-child(3),.stat-item:nth-child(4){border-top:1px solid #ffffff1a}}@media (width<=400px){.stats-inner{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:1.8rem}}.about-section{background:var(--white)}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:5rem;display:grid}.about-meta-chips{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem;display:grid}.meta-chip{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);transition:var(--transition);padding:.65rem 1rem}.meta-chip:hover{border-color:var(--gold);background:var(--gold-pale)}.chip-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.2rem;font-size:.7rem;font-weight:600;display:block}.chip-value{color:var(--navy);font-size:.9rem;font-weight:700;display:block}.highlights-grid{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.highlight-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.highlight-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translate(6px)}.highlight-icon{border-radius:var(--radius-sm);width:44px;min-width:44px;height:44px;color:var(--navy);background:linear-gradient(135deg,#0a234214,#0a23420a);border:1px solid #0a23421a;justify-content:center;align-items:center;display:flex}.highlight-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.15rem;font-size:.72rem;font-weight:600}.highlight-value{color:var(--navy);font-size:.92rem;font-weight:700}.vm-cards{flex-direction:column;gap:.85rem;display:flex}.vm-card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.25rem 1.4rem;display:flex;position:relative;overflow:hidden}.vm-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.vm-card--vision{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-top:3px solid var(--gold)}.vm-card--mission{border-top:3px solid var(--gold-light);background:linear-gradient(135deg,#1b5e20,#2e7d32)}.vm-icon{filter:drop-shadow(0 0 8px #c8960c80);flex-shrink:0;font-size:1.75rem;line-height:1}.vm-title{font-family:var(--font-display);color:var(--gold-light);letter-spacing:.02em;margin-bottom:.4rem;font-size:.95rem;font-weight:700}.vm-text{color:#ffffffd9;margin:0;font-size:.85rem;line-height:1.7}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=500px){.about-meta-chips{grid-template-columns:1fr}}.programmes-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.programmes-grid.visible .prog-card{animation:.6s both cardReveal}@keyframes cardReveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.prog-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid var(--gray-100);flex-direction:column;gap:1.25rem;padding:2rem;display:flex;position:relative;overflow:hidden}.prog-card:before{content:"";height:5px;position:absolute;top:0;left:0;right:0}.prog-card--navy:before{background:linear-gradient(90deg, var(--navy), var(--navy-light))}.prog-card--green:before{background:linear-gradient(90deg, var(--green), var(--green-light))}.prog-card--gold:before{background:linear-gradient(90deg, var(--gold), var(--gold-light))}.prog-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.prog-card-header{justify-content:space-between;align-items:flex-start;display:flex}.prog-icon{filter:drop-shadow(0 4px 8px #0000001f);font-size:2.4rem}.prog-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:100px;align-items:center;padding:.3rem .8rem;font-size:.7rem;font-weight:700;display:inline-flex}.prog-card--navy .prog-badge{color:var(--navy);background:#0a234214}.prog-card--green .prog-badge{background:var(--green-pale);color:var(--green)}.prog-card--gold .prog-badge{background:var(--gold-pale);color:#7a5900}.prog-title{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.12rem;font-weight:700;line-height:1.4}.prog-details{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid var(--gray-100);flex-direction:column;gap:.6rem;padding:1rem;display:flex}.prog-detail{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.84rem;line-height:1.5;display:flex}.prog-detail svg{color:var(--gold);flex-shrink:0;margin-top:2px}.prog-detail strong{color:var(--navy)}.prog-note{border-radius:var(--radius-sm);color:#7a5100;background:#fff3cd;border:1px solid #ffecb3;padding:.85rem 1rem;font-size:.84rem;line-height:1.5}.prog-placement{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.placement-stat{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid var(--gray-100);padding:.75rem}.placement-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.3rem;font-size:.68rem;font-weight:600;display:block}.placement-value{color:var(--green);font-size:.85rem;font-weight:700;display:block}.prog-link{color:var(--navy);align-items:center;gap:.4rem;margin-top:auto;font-size:.85rem;font-weight:700;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.prog-link:hover{color:var(--gold);gap:.7rem}.programmes-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=1000px){.programmes-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.programmes-grid,.prog-placement{grid-template-columns:1fr}}.placements-section{background:var(--white)}.placement-stats-row{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.placement-year-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);transition:var(--transition);overflow:hidden}.placement-year-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.pyc-year{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--gold-light);font-family:var(--font-display);border-bottom:3px solid var(--gold);padding:1rem 1.5rem;font-size:1.2rem;font-weight:700}.pyc-body{background:var(--white);flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.pyc-stat{align-items:center;gap:.75rem;display:flex}.pyc-stat svg{color:var(--green);flex-shrink:0}.pyc-value{color:var(--navy);font-size:1.05rem;font-weight:800;line-height:1.2;display:block}.pyc-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;font-weight:600;display:block}.mou-section{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:2rem}.mou-heading{font-family:var(--font-display);color:var(--navy);border-bottom:2px solid var(--gold);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.3rem;display:inline-block}.mou-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.mou-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.mou-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-3px)}.mou-icon{flex-shrink:0;font-size:1.8rem;line-height:1}.mou-name{color:var(--navy);margin-bottom:.35rem;font-size:.9rem;font-weight:700;line-height:1.4}.mou-address{color:var(--text-muted);font-size:.78rem;line-height:1.5}@media (width<=900px){.placement-stats-row,.mou-grid{grid-template-columns:1fr}}@media (width<=600px){.placement-stats-row{grid-template-columns:1fr}}.ioc-home-section{background-color:var(--gray-50);padding:4rem 0}.ioc-banner{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);flex-direction:row;display:flex;overflow:hidden}.ioc-banner-visual{background:var(--gray-50);border-right:1px solid var(--gray-100);justify-content:center;align-items:center;width:40%;padding:3rem;display:flex}.ioc-logo-main{object-fit:contain;width:100%;height:100%;max-height:280px;transition:transform .6s}.ioc-banner:hover .ioc-logo-main{transform:scale(1.05)}.ioc-badge{background:var(--gold);color:var(--navy);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-block}.ioc-heading{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.2}.text-gold{color:var(--gold)}.ioc-description{color:var(--text-base);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.ioc-features-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem;display:grid}.ioc-feature-item{color:var(--navy-light);align-items:flex-start;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}.ioc-check-icon{color:var(--gold);flex-shrink:0;margin-top:.15rem}.ioc-partner-highlight{background:var(--gray-50);border-radius:var(--radius-lg);border:1px solid var(--gray-200);align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.25rem;display:flex}.partner-logo-box{background:var(--white);border-radius:var(--radius-md);width:60px;height:60px;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);justify-content:center;align-items:center;display:flex;overflow:hidden}.partner-logo-img{object-fit:contain;width:100%;height:100%}.partner-info{flex-direction:column;display:flex}.partner-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.partner-name{color:var(--navy);font-size:1.1rem;font-weight:800}.ioc-btn{background:var(--navy);color:var(--white);border-radius:var(--radius-md);transition:var(--transition);align-self:flex-start;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.ioc-btn:hover{background:var(--gold);color:var(--navy);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (width<=900px){.ioc-banner{flex-direction:column}.ioc-banner-visual{border-right:none;border-bottom:1px solid var(--gray-100);width:100%;height:300px;padding:2rem}.ioc-banner-content{width:100%;padding:2.5rem 2rem}.ioc-heading{font-size:1.8rem;white-space:normal!important}}@media (width<=600px){.ioc-features-grid{grid-template-columns:1fr}.ioc-banner-visual{height:250px}}.bp-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.bp-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm);transition:var(--transition);opacity:0;flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.5rem 1.25rem;display:flex;transform:translateY(20px)}.bp-grid.visible .bp-card{opacity:1;transition:opacity .5s,transform .5s,box-shadow .3s,border-color .3s;transform:translateY(0)}.bp-card:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-4px)!important}.bp-icon{filter:drop-shadow(0 2px 6px #0000001f);font-size:2rem;line-height:1}.bp-title{font-family:var(--font-display);color:var(--navy);margin:0;font-size:.9rem;font-weight:700}.bp-desc{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.6}@media (width<=1100px){.bp-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=800px){.bp-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.bp-grid{grid-template-columns:repeat(2,1fr)}}.gs-section{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.gs-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.gs-view-all{color:var(--gold);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding-bottom:.3rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.gs-view-all:hover{color:var(--navy);border-bottom-color:var(--gold);gap:.85rem}.gs-strip-wrapper{border-radius:var(--radius-lg);margin-bottom:1.25rem;position:relative;overflow:hidden}.gs-track-viewport{border-radius:var(--radius-lg);overflow:hidden}.gs-track{will-change:transform;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.gs-item{box-sizing:border-box;flex-shrink:0;padding:0 .4rem}.gs-item-inner{border-radius:var(--radius-md);aspect-ratio:4/3;background:var(--navy-dark);box-shadow:var(--shadow-md);cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.gs-item-inner:hover{box-shadow:var(--shadow-xl);transform:scale(1.02)}.gs-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gs-item-inner:hover .gs-img{transform:scale(1.06)}.gs-item-overlay{opacity:0;background:linear-gradient(#0000 40%,#071828eb 100%);flex-direction:column;justify-content:flex-end;padding:1rem .9rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.gs-item-inner:hover .gs-item-overlay{opacity:1}.gs-item-cat{text-transform:uppercase;letter-spacing:.1em;color:var(--gold-light);margin-bottom:.25rem;font-size:.65rem;font-weight:700}.gs-item-caption{color:var(--white);margin:0;font-size:.82rem;font-weight:600;line-height:1.35}.gs-arrow{z-index:10;width:44px;height:44px;color:var(--white);cursor:pointer;transition:var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a2342e6;border:2px solid #c8960c80;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gs-arrow:hover:not(:disabled){background:var(--navy);border-color:var(--gold);transform:translateY(-50%)scale(1.1)}.gs-arrow:disabled{opacity:.35;cursor:not-allowed}.gs-arrow:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.gs-arrow--prev{left:-18px}.gs-arrow--next{right:-18px}.gs-dots{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.gs-dot{background:var(--gray-300);cursor:pointer;width:10px;height:10px;transition:var(--transition);border:none;border-radius:50%;padding:0}.gs-dot:hover{background:var(--gray-500);transform:scale(1.2)}.gs-dot--active{background:var(--gold);transform:scale(1.4);box-shadow:0 0 8px #c8960c80}.gs-cta{justify-content:center;display:flex}@media (width<=1024px){.gs-arrow--prev{left:-12px}.gs-arrow--next{right:-12px}}@media (width<=768px){.gs-header{flex-direction:column;align-items:flex-start}.gs-arrow{width:36px;height:36px}.gs-arrow--prev{left:-10px}.gs-arrow--next{right:-10px}}@media (prefers-reduced-motion:reduce){.gs-track,.gs-item-inner,.gs-img{transition:none}.gs-item-overlay{opacity:1}}.aicte-section{background:var(--gray-50)}.aicte-timeline{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid;position:relative}.aicte-timeline.visible .timeline-item{animation:.5s both tlReveal}@keyframes tlReveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.timeline-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:var(--transition);border-top:4px solid var(--navy);flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;position:relative}.timeline-loa{border-top-color:var(--gold);background:linear-gradient(135deg, var(--gold-pale), var(--white))}.timeline-item:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.tl-dot{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex}.timeline-loa .tl-dot{background:linear-gradient(135deg, var(--gold), var(--gold-light))}.tl-type{color:var(--white);letter-spacing:.08em;font-size:.72rem;font-weight:800}.timeline-loa .tl-type{color:var(--navy-dark)}.tl-year{font-family:var(--font-display);color:var(--navy);font-size:1.1rem;font-weight:700}.tl-ref{color:var(--text-muted);word-break:break-all;font-size:.72rem;line-height:1.45}.tl-date{color:var(--green);font-size:.8rem;font-weight:700}.aicte-note{border-radius:var(--radius-md);background:linear-gradient(135deg,#0a23420a,#0a234205);border:1px solid #0a23421a;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.note-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.aicte-note p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.7}.aicte-note strong{color:var(--navy)}@media (width<=1000px){.aicte-timeline{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.aicte-timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=450px){.aicte-timeline{grid-template-columns:1fr}}.page-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-light) 100%);color:var(--white);padding:5rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:radial-gradient(60% 80% at 80%,#2e7d321f 0%,#0000 70%),radial-gradient(40% 60% at 20% 80%,#c8960c0f 0%,#0000 60%);position:absolute;inset:0}.page-hero:after{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));height:4px;position:absolute;bottom:0;left:0;right:0}.page-hero-content{z-index:1;position:relative}.breadcrumb{color:#ffffff8c;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.82rem;display:flex}.breadcrumb a{color:#ffffff8c;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--gold-light)}.breadcrumb-sep{color:#ffffff4d}.breadcrumb-current{color:var(--gold-light);font-weight:600}.page-hero-title{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.2}.page-hero-subtitle{color:#ffffffb8;max-width:600px;margin:0;font-size:1.05rem;line-height:1.75}.page-intro-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.about-full-text{flex-direction:column;gap:1rem;display:flex}.about-full-text p{color:var(--text-secondary);text-align:justify;font-size:.97rem;line-height:1.85}.inline-link{color:var(--navy);font-weight:600;text-decoration:underline;transition:color .2s}.inline-link:hover{color:var(--gold)}.about-info-sidebar{position:sticky;top:120px}.info-card-full{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.info-card-title{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);font-family:var(--font-display);border-bottom:3px solid var(--gold);margin:0;padding:1rem 1.5rem;font-size:1rem;font-weight:700}.info-rows{padding:.5rem}.info-row{border-radius:var(--radius-sm);align-items:flex-start;gap:.5rem;padding:.65rem 1rem;transition:background .2s;display:flex}.info-row:hover{background:var(--gray-50)}.info-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;width:45%;padding-top:2px;font-size:.75rem;font-weight:700;line-height:1.4}.info-value{color:var(--navy);font-size:.85rem;font-weight:600;line-height:1.5}.data-table{border-collapse:collapse;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);margin-bottom:2rem;font-size:.9rem;overflow:hidden}.data-table thead{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white)}.data-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;padding:1rem 1.25rem;font-size:.8rem;font-weight:700}.data-table td{border-bottom:1px solid var(--gray-100);color:var(--text-secondary);vertical-align:top;padding:.9rem 1.25rem}.data-table tbody tr:hover{background:var(--gray-50)}.data-table tbody tr:last-child td{border-bottom:none}.data-table td:first-child{color:var(--navy);font-weight:700}@media (width<=900px){.page-intro-grid{grid-template-columns:1fr;gap:2rem}.about-info-sidebar{position:static}}@media (width<=600px){.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.75rem 1rem}}.ihrd-section{padding:5rem 0}.ihrd-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:5rem;display:grid}.ihrd-title{color:var(--white)!important;text-align:left!important}.ihrd-para{color:#ffffffc7;text-align:justify;margin-bottom:1rem;font-size:.97rem;line-height:1.85}.ihrd-para strong{color:var(--gold-light);font-weight:700}.ihrd-stats-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ihrd-stat{border-radius:var(--radius-md);text-align:center;transition:var(--transition);background:#ffffff0d;border:1px solid #c8960c40;padding:1.25rem 1rem}.ihrd-stat:hover{border-color:var(--gold);background:#c8960c1a;transform:translateY(-3px)}.ihrd-stat-value{font-family:var(--font-display);color:var(--gold-light);margin-bottom:.35rem;font-size:2rem;font-weight:800;line-height:1}.ihrd-stat-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;font-size:.75rem;font-weight:600}.ihrd-fact-rows{border-radius:var(--radius-md);border:1px solid #ffffff1a;flex-direction:column;gap:0;display:flex;overflow:hidden}.ihrd-fact-row{border-bottom:1px solid #ffffff12;align-items:flex-start;gap:.75rem;padding:.75rem 1.1rem;transition:background .2s;display:flex}.ihrd-fact-row:last-child{border-bottom:none}.ihrd-fact-row:hover{background:#ffffff0a}.ihrd-fact-label{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;flex-shrink:0;width:42%;padding-top:2px;font-size:.74rem;font-weight:700;line-height:1.4}.ihrd-fact-value{color:#ffffffd9;font-size:.87rem;font-weight:600;line-height:1.5}@media (width<=900px){.ihrd-grid{grid-template-columns:1fr;gap:2.5rem}}.about-vm-grid{grid-template-columns:1fr 1.4fr;gap:1.5rem;margin-top:2rem;display:grid}.about-vm-card{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border-top:4px solid var(--gold);transition:var(--transition);align-items:flex-start;gap:1.5rem;padding:2.25rem 2rem;display:flex;position:relative;overflow:hidden}.about-vm-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.about-vm-card--mission{border-top-color:var(--gold-light);background:linear-gradient(135deg,#1b5e20,#2e7d32)}.about-vm-icon{filter:drop-shadow(0 0 12px #c8960c80);flex-shrink:0;margin-top:.15rem;font-size:2.5rem;line-height:1}.about-vm-title{font-family:var(--font-display);color:var(--gold-light);letter-spacing:.01em;margin-bottom:.85rem;font-size:1.35rem;font-weight:800}.about-vm-body{color:#ffffffe0;text-align:justify;margin:0;font-size:.95rem;line-height:1.85}.about-vm-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.about-vm-list li{color:#ffffffe0;padding-left:1.35rem;font-size:.9rem;line-height:1.65;position:relative}.about-vm-list li:before{content:"✦";color:var(--gold-light);font-size:.65rem;position:absolute;top:.35em;left:0}@media (width<=900px){.about-vm-grid{grid-template-columns:1fr}}.prog-detail-cards{flex-direction:column;gap:2rem;display:flex}.prog-detail-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);overflow:hidden}.pdc-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);font-family:var(--font-display);border-bottom:4px solid var(--gold);padding:1.25rem 1.75rem;font-size:1.2rem;font-weight:700}.pdc-header--green{background:linear-gradient(135deg, var(--green), var(--green-light));border-bottom-color:var(--gold)}.pdc-header--gold{border-bottom-color:var(--gold-light);background:linear-gradient(135deg,#7a5900,#9a7000)}.pdc-body{background:var(--white);padding:1.75rem}.pdc-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.pdc-item{background:var(--gray-50);border-radius:var(--radius-sm);border:1px solid var(--gray-100);flex-direction:column;gap:.3rem;padding:.85rem 1rem;display:flex}.pdc-item--note{background:#fff8e1;border-color:#ffe082}.pdc-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:700}.pdc-value{color:var(--navy);font-size:.95rem;font-weight:700;line-height:1.4}.elig-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.elig-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);background:var(--white);transition:var(--transition);overflow:hidden}.elig-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.elig-card-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-bottom:4px solid var(--gold);align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.elig-card--green .elig-card-header{background:linear-gradient(135deg, #1b5e20, var(--green));border-bottom-color:var(--gold-light)}.elig-card--gold .elig-card-header{border-bottom-color:var(--gold-light);background:linear-gradient(135deg,#7a5900,#9a7000)}.elig-icon{flex-shrink:0;font-size:1.75rem;line-height:1}.elig-prog-name{font-family:var(--font-display);color:var(--white);font-size:.97rem;font-weight:700;line-height:1.3}.elig-seats-badge{color:var(--gold-light);letter-spacing:.04em;margin-top:.2rem;font-size:.72rem;font-weight:700}.elig-list{flex-direction:column;gap:.85rem;margin:0;padding:1.25rem 1.5rem;list-style:none;display:flex}.elig-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.88rem;line-height:1.65;display:flex}.elig-list li strong{color:var(--navy);font-weight:700}.elig-bullet{flex-shrink:0;font-size:1rem;line-height:1.65}.elig-note{border:1px solid #0a23421a;border-left:4px solid var(--navy);border-radius:var(--radius-md);color:var(--text-secondary);background:#0a23420a;align-items:flex-start;gap:.85rem;margin-top:.5rem;padding:1.1rem 1.4rem;font-size:.88rem;line-height:1.7;display:flex}.elig-note strong{color:var(--navy)}.elig-note>span{flex-shrink:0;margin-top:.1rem;font-size:1.1rem}@media (width<=700px){.elig-cards{grid-template-columns:1fr}}.adm-overview-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.adm-process-steps{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.adm-step{align-items:flex-start;gap:1.25rem;display:flex}.adm-step-num{background:linear-gradient(135deg, var(--navy), var(--navy-light));width:48px;min-width:48px;height:48px;color:var(--gold-light);font-family:var(--font-display);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.adm-step-title{color:var(--navy);margin-bottom:.35rem;font-size:1rem;font-weight:700}.adm-step-desc{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.65}.adm-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:120px}.adm-key-facts{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.adm-facts-title{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);font-family:var(--font-display);border-bottom:3px solid var(--gold);margin:0;padding:1rem 1.5rem;font-size:1rem;font-weight:700}.fact-row{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:.5rem;padding:.65rem 1.25rem;display:flex}.fact-row:last-child{border-bottom:none}.fact-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;width:50%;padding-top:1px;font-size:.75rem;font-weight:700;line-height:1.4}.fact-value{color:var(--navy);font-size:.85rem;font-weight:700;line-height:1.5}.adm-reservation{background:linear-gradient(135deg, var(--green-pale), #ffffff80);border-radius:var(--radius-md);border:1px solid #2e7d3233;border-left:4px solid var(--green);padding:1.25rem 1.5rem}.adm-res-title{color:var(--green);margin-bottom:.6rem;font-size:.9rem;font-weight:700}.adm-res-text{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.7}.adm-table-wrap{margin-bottom:2.5rem}.adm-table-title{font-family:var(--font-display);color:var(--navy);border-left:4px solid var(--gold);margin-bottom:1rem;padding-left:1rem;font-size:1.2rem;font-weight:700}@media (width<=900px){.adm-overview-grid{grid-template-columns:1fr;gap:2.5rem}.adm-sidebar{position:static}}.principal-section{margin-bottom:4rem}.principal-card{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid #c8960c40;align-items:center;gap:2rem;max-width:700px;margin:0 auto;padding:2.5rem;display:flex;position:relative;overflow:hidden}.principal-card:before{content:"";background:radial-gradient(at 80%,#2e7d321f 0%,#0000 70%);position:absolute;inset:0}.principal-card:after{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));height:4px;position:absolute;top:0;left:0;right:0}.pc-avatar{width:100px;min-width:100px;height:100px;font-family:var(--font-display);color:var(--white);border:4px solid var(--gold);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px #c8960c4d}.pc-avatar--photo{background:var(--gray-200)}.pc-avatar--photo .fc-photo-img{object-fit:cover;object-position:top center;border-radius:50%;width:100%;height:100%;display:block}.pc-info{z-index:1;position:relative}.pc-name{font-family:var(--font-display);color:var(--white);margin-bottom:.3rem;font-size:1.5rem;font-weight:700}.pc-designation{color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.pc-meta{color:#ffffffbf;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.pc-quals{flex-wrap:wrap;gap:.5rem;display:flex}.faculty-tabs{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.faculty-tab{border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--gray-100);border:2px solid var(--gray-200);cursor:pointer;transition:var(--transition);font-size:.9rem;font-weight:600;font-family:var(--font-body);padding:.85rem 1.75rem}.faculty-tab:hover{border-color:var(--navy);color:var(--navy);background:#0a23420f}.faculty-tab.active{background:var(--navy);border-color:var(--navy);color:var(--white);box-shadow:var(--shadow-md)}.faculty-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.faculty-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.faculty-card:hover{box-shadow:var(--shadow-md);border-color:#0a234233;transform:translateY(-3px)}.fc-avatar{width:56px;min-width:56px;height:56px;font-family:var(--font-display);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex;position:relative;overflow:hidden}.fc-avatar--photo{background:var(--gray-100);border:2.5px solid var(--gray-200);transition:border-color .25s,box-shadow .25s}.faculty-card:hover .fc-avatar--photo{border-color:var(--gold);box-shadow:0 0 12px #c8960c40}.fc-photo-img{object-fit:cover;object-position:top center;border-radius:50%;width:100%;height:100%;display:block}.fc-extra-badge{background:var(--gold);color:var(--navy-dark);white-space:nowrap;z-index:2;border-radius:3px;padding:2px 5px;font-size:.55rem;font-weight:800;position:absolute;bottom:-4px;right:-4px}.fc-info{flex:1;min-width:0}.fc-name{font-family:var(--font-display);color:var(--navy);margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3}.fc-designation{color:var(--text-muted);margin-bottom:.65rem;font-size:.75rem;font-weight:600;line-height:1.4}.fc-badges{flex-direction:column;gap:.3rem;margin-bottom:.65rem;display:flex}.fc-badge{border-radius:4px;align-items:center;gap:.3rem;width:fit-content;padding:.2rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.fc-badge--joined{color:var(--navy);background:#0a234212}.fc-badge--exp{background:var(--green-pale);color:var(--green)}.fc-badge--fresher{color:#1565c0;background:#e3f2fd}.fc-quals{flex-wrap:wrap;gap:.4rem;display:flex}.fc-qual{background:var(--gray-100);color:var(--text-secondary);border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.fc-qual--pg{background:var(--gold-pale);color:#7a5900}.office-staff-section{margin-top:1rem}.office-staff-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;max-width:760px;display:grid}.office-staff-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.office-staff-card:hover{box-shadow:var(--shadow-md);border-color:#0a23422e;transform:translateY(-3px)}.office-staff-card--super{background:linear-gradient(135deg, #fffbf0, var(--white));border-color:#c8960c59}.office-staff-card--super .fc-name{color:var(--navy)}.os-super-badge{color:#7a5900;background:var(--gold-pale);border:1px solid #c8960c4d;border-radius:100px;align-items:center;gap:.3rem;margin-top:.5rem;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}@media (width<=600px){.principal-card{text-align:center;flex-direction:column}.pc-meta,.pc-quals{justify-content:center}.faculty-grid,.office-staff-grid{grid-template-columns:1fr}}.org-chart{flex-direction:column;align-items:center;gap:0;padding:.5rem 0 2rem;display:flex}.org-level{justify-content:center;width:100%;display:flex}.org-node{border-radius:var(--radius-md);text-align:center;transition:var(--transition);flex-direction:column;align-items:center;gap:.3rem;padding:1.1rem 2rem;display:flex;position:relative}.org-node:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.org-node__icon{font-size:1.6rem;line-height:1}.org-node__title{font-family:var(--font-display);font-size:.95rem;font-weight:700;line-height:1.3}.org-node__sub{opacity:.8;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.org-node--govt{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);box-shadow:var(--shadow-md);border-bottom:3px solid var(--gold);padding:1.4rem 2.5rem}.org-node--govt .org-node__title{font-size:1.05rem}.org-node--govt .org-node__sub{color:var(--gold-light)}.org-node--director{background:var(--navy-light);color:var(--white);box-shadow:var(--shadow-md);border-left:4px solid var(--gold)}.org-node--principal{background:var(--white);color:var(--navy);border:2px solid var(--gold);box-shadow:var(--shadow-md)}.org-node--principal .org-node__title{color:var(--navy);font-size:1.1rem}.org-node--branch{background:var(--white);color:var(--navy);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-top:3px solid var(--navy);padding:.9rem 1.5rem}.org-node--branch .org-node__title{font-size:.88rem}.org-node--dept{background:var(--gold-pale);color:var(--navy);border-radius:var(--radius-sm);box-shadow:none;border:1px solid #c8960c4d;padding:.6rem 1.2rem}.org-node--dept .org-node__title{font-size:.82rem}.org-node--dept:hover{box-shadow:var(--shadow-sm)}.org-connector{justify-content:center;display:flex;position:relative}.org-connector--single{background:linear-gradient(180deg, var(--gold), var(--gold-light));width:2px;height:32px;margin:0 auto}.org-connector--triple{width:66%;max-width:740px;height:40px;margin:0 auto;position:relative}.org-connector--triple:before{content:"";background:linear-gradient(180deg, var(--gold), var(--gold-light));width:2px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.org-connector--triple:after{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));height:2px;position:absolute;top:20px;left:0;right:0}.org-level--branches{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:900px;display:grid;position:relative}.org-branch{flex-direction:column;align-items:center;display:flex;position:relative}.org-branch:before{content:"";background:var(--gold);width:2px;height:20px;margin-bottom:0;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.org-sub-branches{justify-content:center;gap:1.5rem;padding-top:.5rem;display:flex;position:relative}.org-sub-branches:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light));height:2px;position:absolute;top:.5rem;left:25%;right:25%}.org-sub-branch{flex-direction:column;align-items:center;gap:.5rem;padding-top:20px;display:flex;position:relative}.org-sub-branch:before{content:"";background:var(--gold);width:2px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.org-staff-list{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);flex-direction:column;gap:.25rem;width:100%;max-width:200px;margin:0;padding:.65rem .85rem;list-style:none;display:flex}.org-staff-list li{color:var(--text-secondary);border-radius:4px;align-items:center;gap:.45rem;padding:.3rem .5rem;font-size:.78rem;transition:background .2s;display:flex}.org-staff-list li:before{content:"›";color:var(--gold);flex-shrink:0;font-size:.9rem;font-weight:700}.org-staff-list li:hover{background:var(--gray-50)}.org-staff-list--long{max-width:220px}@media (width<=850px){.org-level--branches{grid-template-columns:1fr;gap:1.5rem;max-width:340px}.org-connector--triple{width:2px;height:32px}.org-connector--triple:before,.org-connector--triple:after,.org-branch:before{display:none}.org-branch:not(:last-child):after{content:"";background:var(--gold);width:2px;height:24px;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.org-level--branches{gap:2.5rem}}@media (width<=600px){.org-node{padding:.8rem 1.2rem}.org-node--govt{padding:1rem 1.5rem}.org-node--govt .org-node__title{font-size:.9rem}.org-sub-branches{flex-direction:column;align-items:center}.org-sub-branches:before,.org-sub-branch:before{display:none}.org-sub-branch{padding-top:0}}.infra-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-bottom:1rem;display:grid}.infra-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);border-top:4px solid var(--navy);padding:1.5rem 1rem}.infra-card:hover{box-shadow:var(--shadow-md);border-top-color:var(--gold);transform:translateY(-5px)}.infra-icon{margin-bottom:.75rem;font-size:2rem;line-height:1}.infra-count{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:2.2rem;font-weight:800;line-height:1}.infra-name{color:var(--navy);margin-bottom:.3rem;font-size:.88rem;font-weight:700}.infra-area{color:var(--text-muted);font-size:.75rem}.labs-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.lab-dept-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);overflow:hidden}.lab-dept-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);text-transform:uppercase;letter-spacing:.06em;border-bottom:3px solid var(--gold);padding:1rem 1.25rem;font-size:.9rem;font-weight:700}.lab-list{flex-direction:column;gap:.4rem;padding:1rem;list-style:none;display:flex}.lab-item{color:var(--text-secondary);border-radius:4px;align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.85rem;transition:background .2s;display:flex}.lab-item:hover{background:var(--gray-50)}.lab-dot{color:var(--gold);flex-shrink:0;font-size:.5rem}.computing-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.computing-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);border-left:4px solid var(--navy);transition:var(--transition);padding:1.25rem}.computing-item:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.computing-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:block}.computing-value{color:var(--navy);font-size:.95rem;font-weight:700;line-height:1.4;display:block}.library-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.lib-stat{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);transition:var(--transition);border:1px solid #c8960c33;padding:2.5rem 1.5rem;position:relative;overflow:hidden}.lib-stat:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light));height:4px;position:absolute;top:0;left:0;right:0}.lib-stat:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.lib-num{font-family:var(--font-display);color:var(--gold-light);text-shadow:0 0 20px #c8960c4d;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.lib-label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:600;line-height:1.4}.other-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.other-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);color:var(--navy);align-items:center;gap:.75rem;padding:1.1rem 1.25rem;font-size:.88rem;font-weight:600;display:flex}.other-card:hover{border-color:var(--gold);background:var(--gold-pale);box-shadow:var(--shadow-md);transform:translateY(-2px)}.other-icon{flex-shrink:0;font-size:1.4rem}.other-name{line-height:1.35}@media (width<=1100px){.infra-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=850px){.infra-grid{grid-template-columns:repeat(3,1fr)}.labs-grid{grid-template-columns:1fr}.library-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.infra-grid,.library-stats{grid-template-columns:repeat(2,1fr)}.computing-grid{grid-template-columns:1fr}}.bog-table{font-size:.88rem}.bog-table td:first-child{text-align:center}.role-badge{white-space:nowrap;border-radius:100px;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.role-badge--chairman{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--navy-dark)}.role-badge--secretary{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white)}.role-badge--exofficio{background:var(--green-pale);color:var(--green)}.role-badge--industry{color:#1565c0;background:#e3f2fd}.role-badge--faculty{background:var(--gray-100);color:var(--navy)}.advisory-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:6px solid var(--navy);align-items:flex-start;gap:1.5rem;max-width:800px;margin:0 auto;padding:2rem;display:flex}.advisory-icon{flex-shrink:0;font-size:2.5rem;line-height:1}.advisory-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.advisory-desc{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;line-height:1.75}.advisory-meeting{color:var(--text-muted);gap:.5rem;font-size:.88rem;display:flex}.advisory-meeting strong{color:var(--green)}.committees-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.committee-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);border-top:4px solid var(--navy);padding:1.75rem}.committee-card:hover{box-shadow:var(--shadow-md);border-top-color:var(--gold);transform:translateY(-5px)}.committee-icon{margin-bottom:.75rem;font-size:2rem;line-height:1}.committee-name{font-family:var(--font-display);color:var(--navy);margin-bottom:.65rem;font-size:.95rem;font-weight:700;line-height:1.4}.committee-desc{color:var(--text-secondary);margin-bottom:.75rem;font-size:.83rem;line-height:1.7}.committee-link{color:var(--navy);word-break:break-all;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s}.committee-link:hover{color:var(--gold)}.feedback-system{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:2.5rem;position:relative;overflow:hidden}.feedback-system:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));height:4px;position:absolute;top:0;left:0;right:0}.feedback-title{font-family:var(--font-display);color:var(--white);text-align:center;margin-bottom:2rem;font-size:1.25rem;font-weight:700}.feedback-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.feedback-level{border-radius:var(--radius-md);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;flex:1;min-width:180px;max-width:220px;padding:1.5rem}.fl-icon{margin-bottom:.5rem;font-size:2rem}.fl-label{color:var(--gold-light);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.85rem;font-weight:800}.fl-desc{color:#ffffffb3;margin:0;font-size:.78rem;line-height:1.6}.feedback-arrow{color:var(--gold);flex-shrink:0;font-size:2rem}@media (width<=900px){.committees-grid{grid-template-columns:1fr 1fr}.feedback-flow{flex-direction:column;align-items:center}.feedback-arrow{transform:rotate(90deg)}}@media (width<=600px){.committees-grid{grid-template-columns:1fr}.advisory-card{flex-direction:column}}.md-header-bar{border-bottom:2px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.md-main-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.25rem;font-size:1.6rem}.md-main-sub{color:var(--text-muted);margin:0;font-size:.88rem}.md-institution-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-lg);border:3px solid var(--gold);align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.75rem 2rem;display:flex}.md-inst-logo img{border:3px solid var(--gold);object-fit:contain;border-radius:50%;width:70px;height:70px}.md-inst-name{font-family:var(--font-display);color:var(--white);margin-bottom:.3rem;font-size:1.3rem;font-weight:700;line-height:1.3}.md-inst-sub{color:#ffffffb3;margin-bottom:.2rem;font-size:.85rem}.md-inst-aicte{color:var(--gold-light);margin:0;font-size:.8rem;font-weight:700}.md-section{border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:2rem;overflow:hidden}.md-sec-title{background:linear-gradient(135deg, var(--navy), var(--navy-light));color:var(--white);font-family:var(--font-display);border-bottom:3px solid var(--gold);margin:0;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700}.md-sec-body{padding:0}.md-row{border-bottom:1px solid var(--gray-100);grid-template-columns:280px 1fr;gap:.5rem;padding:.75rem 1.5rem;display:grid}.md-row:last-child{border-bottom:none}.md-row:hover{background:var(--gray-50)}.md-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding-top:1px;font-size:.8rem;font-weight:700;line-height:1.5}.md-value{color:var(--navy);font-size:.88rem;font-weight:600;line-height:1.6}.md-prog-table{width:100%}.md-prog-header{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--gray-200);background:#0a23420d;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:.5rem;padding:.75rem 1.5rem;font-size:.75rem;font-weight:700;display:grid}.md-prog-row{border-bottom:1px solid var(--gray-100);grid-template-columns:2fr 1fr 1fr 1fr 1fr;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.85rem;display:grid}.md-prog-row:last-child{border-bottom:none}.md-prog-row:hover{background:var(--gray-50)}.md-prog-row span:first-child{color:var(--navy);font-weight:700}.md-footer-note{background:var(--green-pale);border-radius:var(--radius-md);border:1px solid #2e7d3233;margin-top:1rem;padding:1rem 1.5rem}.md-footer-note p{color:var(--green);margin:0;font-size:.84rem;font-weight:600}@media print{.md-header-bar{display:none}.md-institution-header{border:2px solid #000;border-radius:0;color:#000!important;background:0 0!important}.md-inst-name,.md-inst-sub,.md-inst-aicte{color:#000!important}.md-sec-title{color:#fff!important;background:#333!important}.md-section{break-inside:avoid}.md-row{border-bottom:1px solid #ddd}.md-label{color:#666}.md-value{color:#000}.md-prog-row{border-bottom:1px solid #ddd}.md-inst-logo img{filter:grayscale()}}@media (width<=700px){.md-row{grid-template-columns:1fr}.md-label{color:var(--gold);margin-bottom:0}.md-prog-header,.md-prog-row{grid-template-columns:1fr}.md-prog-header{display:none}}.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:4rem;display:grid}.contact-section-title{font-family:var(--font-display);color:var(--navy);font-size:2rem;font-weight:700}.contact-cards{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.contact-card:hover{border-color:var(--navy);box-shadow:var(--shadow-md);transform:translate(4px)}.cc-icon{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-sm);width:46px;min-width:46px;height:46px;color:var(--white);justify-content:center;align-items:center;display:flex}.cc-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.35rem;font-size:.72rem;font-weight:700}.cc-value{color:var(--navy);font-size:.9rem;font-weight:600;line-height:1.6}.cc-link{color:var(--navy);font-weight:700;text-decoration:none;transition:color .2s}.cc-link:hover{color:var(--gold)}.grievance-banner{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-md);border-left:5px solid var(--gold);align-items:flex-start;gap:1.25rem;padding:1.75rem;display:flex;position:relative;overflow:hidden}.grievance-banner:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-light));height:3px;position:absolute;top:0;left:0;right:0}.grievance-icon{flex-shrink:0;font-size:2rem;line-height:1}.grievance-title{font-family:var(--font-display);color:var(--gold-light);margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.grievance-desc{color:#ffffffb8;margin:0;font-size:.83rem;line-height:1.65}.contact-map-section{flex-direction:column;gap:1.5rem;display:flex}.map-heading{font-family:var(--font-display);color:var(--navy);font-size:1.1rem;font-weight:700}.map-embed-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:3px solid var(--navy);overflow:hidden}.transport-info{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.5rem}.transport-heading{font-family:var(--font-display);color:var(--navy);border-bottom:2px solid var(--gold);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:inline-block}.transport-items{flex-direction:column;gap:.75rem;display:flex}.transport-item{background:var(--white);border-radius:var(--radius-sm);border:1px solid var(--gray-100);align-items:center;gap:.75rem;padding:.65rem;display:flex}.transport-icon{flex-shrink:0;font-size:1.4rem}.transport-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.15rem;font-size:.7rem;font-weight:600;display:block}.transport-value{color:var(--navy);font-size:.88rem;font-weight:700;display:block}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}.gc-wrapper{margin-bottom:5rem}.gc-heading{text-align:center;margin-bottom:2rem}.gc-label-pill{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);border:1px solid #c8960c4d;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.gc-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800}.gc-desc{color:var(--text-muted);max-width:560px;margin:0 auto .75rem;font-size:.95rem;line-height:1.7}.gc-divider{margin:.75rem auto 0!important}.gc-carousel{border-radius:var(--radius-xl);background:var(--navy-dark);aspect-ratio:16/7;width:100%;box-shadow:var(--shadow-xl);cursor:default;outline:none;position:relative;overflow:hidden}.gc-carousel:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.gc-slides{width:100%;height:100%;position:relative}.gc-slide{opacity:0;pointer-events:none;transition:opacity .7s;position:absolute;inset:0}.gc-slide--active{opacity:1;pointer-events:auto}.gc-slide-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gc-caption-overlay{pointer-events:none;background:linear-gradient(#0000 45%,#0718288c 70%,#071828e0 100%);align-items:flex-end;padding:1.75rem 2rem;display:flex;position:absolute;inset:0}.gc-caption-inner{flex-direction:column;gap:.4rem;display:flex}.gc-year-badge{background:var(--gold);color:var(--navy-dark);letter-spacing:.08em;width:fit-content;font-size:.72rem;font-weight:800;font-family:var(--font-body);border-radius:100px;padding:.25rem .75rem;display:inline-block}.gc-caption-text{font-family:var(--font-body);color:var(--white);text-shadow:0 2px 8px #0009;max-width:600px;margin:0;font-size:clamp(.95rem,2vw,1.25rem);font-weight:600;line-height:1.4}.gc-arrow{z-index:10;width:52px;height:52px;color:var(--white);cursor:pointer;transition:var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a2342d9;border:2px solid #c8960c80;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gc-arrow:hover{background:var(--navy);border-color:var(--gold);transform:translateY(-50%)scale(1.1);box-shadow:0 0 20px #c8960c59}.gc-arrow:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.gc-arrow--prev{left:1rem}.gc-arrow--next{right:1rem}.gc-counter{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.06em;background:#0a2342bf;border:1px solid #c8960c40;border-radius:100px;padding:.3rem .8rem;font-size:.78rem;font-weight:700;position:absolute;top:1rem;right:1rem}.gc-thumbs{scrollbar-width:thin;scrollbar-color:var(--gold) transparent;flex-wrap:wrap;justify-content:center;gap:.6rem;padding:1.25rem .5rem 0;display:flex;overflow-x:auto}.gc-thumbs::-webkit-scrollbar{height:4px}.gc-thumbs::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.gc-thumb{border-radius:var(--radius-sm);cursor:pointer;width:72px;height:52px;transition:var(--transition);opacity:.65;background:0 0;border:2.5px solid #0000;flex-shrink:0;padding:0;position:relative;overflow:hidden}.gc-thumb:hover{opacity:1;border-color:#c8960c99;transform:scale(1.05)}.gc-thumb--active{border-color:var(--gold);opacity:1;box-shadow:0 0 12px #c8960c80}.gc-thumb img{object-fit:cover;width:100%;height:100%;display:block}.gc-thumb-num{color:#ffffffe6;text-shadow:0 1px 3px #000c;font-size:.6rem;font-weight:800;line-height:1;position:absolute;bottom:2px;right:4px}@media (width<=768px){.gc-carousel{aspect-ratio:4/3;border-radius:var(--radius-lg)}.gc-arrow{width:40px;height:40px}.gc-arrow--prev{left:.5rem}.gc-arrow--next{right:.5rem}.gc-caption-overlay{padding:1rem}.gc-thumb{width:56px;height:42px}}@media (width<=480px){.gc-carousel{aspect-ratio:3/2}.gc-thumb{width:48px;height:36px}}@media (prefers-reduced-motion:reduce){.gc-slide,.gc-arrow,.gc-thumb{transition:none}}.gallery-page{background:var(--white)}.gallery-loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:5rem 0;font-size:1rem;display:flex}.gallery-spinner{border:4px solid var(--gray-200);border-top-color:var(--gold);border-radius:50%;width:48px;height:48px;animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gallery-error{border-radius:var(--radius-md);color:#7a5100;background:#fff3cd;border:1px solid #ffecb3;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1.5rem;font-size:.9rem;display:flex}.gallery-error span{font-size:1.5rem}.gallery-error p{margin:0;font-weight:600;line-height:1.6}.gallery-admin-note{border-radius:var(--radius-md);background:linear-gradient(135deg,#0a23420a,#0a234205);border:1px dashed #0a234233;align-items:flex-start;gap:1rem;margin-top:1rem;padding:1.25rem 1.5rem;display:flex}.gan-icon{flex-shrink:0;font-size:1.75rem;line-height:1}.gan-title{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;font-size:.85rem;font-weight:800}.gan-text{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.7}.gan-text code{color:var(--navy);background:#0a234212;border-radius:3px;padding:.1em .4em;font-family:monospace;font-size:.88em}.ec-tabs{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.ec-tab{border-radius:var(--radius-sm);color:var(--text-secondary);background:var(--gray-100);border:2px solid var(--gray-200);cursor:pointer;transition:var(--transition);font-size:.92rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;padding:.9rem 1.75rem}.ec-tab:hover{border-color:var(--navy);color:var(--navy);background:#0a23420f}.ec-tab.active{background:var(--navy);border-color:var(--navy);color:var(--white);box-shadow:var(--shadow-md)}.ec-sub-heading{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.ec-objective-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ec-objective-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.7;display:flex}.assoc-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.assoc-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);background:var(--white);transition:var(--transition);overflow:hidden}.assoc-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.assoc-header{align-items:center;gap:1rem;padding:1.4rem 1.75rem;display:flex}.assoc-card--navy .assoc-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-bottom:4px solid var(--gold)}.assoc-card--green .assoc-header{background:linear-gradient(135deg, #1b5e20, var(--green));border-bottom:4px solid var(--gold-light)}.assoc-card--gold .assoc-header{border-bottom:4px solid var(--navy);background:linear-gradient(135deg,#7a5900,#9a7000,#b8860b)}.assoc-icon{flex-shrink:0;font-size:2.2rem;line-height:1}.assoc-logo-img{object-fit:contain;border-radius:var(--radius-md);background:#fffffff2;border:2px solid #c8960c66;flex-shrink:0;width:64px;height:64px;padding:4px}.assoc-name{font-family:var(--font-display);color:var(--white);font-size:1rem;font-weight:700;line-height:1.3}.assoc-badge{color:var(--gold-light);letter-spacing:.1em;margin-top:.2rem;font-size:.7rem;font-weight:800;display:inline-block}.assoc-desc{color:var(--text-secondary);padding:1.4rem 1.75rem 0;font-size:.9rem;line-height:1.75}.assoc-sub-title{font-family:var(--font-display);color:var(--navy);text-transform:uppercase;letter-spacing:.07em;margin:1.25rem 1.75rem .6rem;font-size:.85rem;font-weight:700}.assoc-list{flex-direction:column;gap:.55rem;margin:0;padding:0 1.75rem;list-style:none;display:flex}.assoc-list li{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.86rem;line-height:1.6;display:flex}.assoc-bullet{color:var(--gold);flex-shrink:0;margin-top:.45em;font-size:.6rem}.assoc-events{padding-bottom:1.5rem}.assoc-event-tags{flex-wrap:wrap;gap:.5rem;padding:0 1.75rem;display:flex}.event-tag{background:var(--gold-pale);color:#7a5900;border:1px solid #c8960c4d;border-radius:100px;padding:.3rem .85rem;font-size:.75rem;font-weight:700}.nss-hero{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);border-top:5px solid var(--gold);box-shadow:var(--shadow-xl);margin-bottom:2.5rem;padding:2.5rem}.nss-hero-left{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.nss-icon{filter:drop-shadow(0 0 12px #c8960c66);font-size:3rem;line-height:1}.nss-logo-img{object-fit:contain;border-radius:var(--radius-md);background:#fffffff2;border:2px solid #c8960c73;flex-shrink:0;width:80px;height:80px;padding:6px}.nss-title{font-family:var(--font-display);color:var(--white);margin-bottom:.2rem;font-size:1.6rem;font-weight:800}.nss-unit{color:var(--gold-light);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.nss-motto{color:#ffffffb3;margin-top:.25rem;font-size:.9rem;font-style:italic}.nss-desc{color:#ffffffd1;margin:0;font-size:.95rem;line-height:1.8}.nss-body{grid-template-columns:1fr 1.5fr;align-items:start;gap:2rem;display:grid}.nss-objectives-card{background:var(--white);border:1px solid var(--gray-100);border-left:5px solid var(--green);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.75rem}.nss-activity-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.nss-activity-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1.1rem;display:flex}.nss-activity-card:hover{box-shadow:var(--shadow-md);border-color:#2e7d324d;transform:translateY(-2px)}.nss-act-icon{flex-shrink:0;font-size:1.6rem;line-height:1}.nss-act-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.nss-act-desc{color:var(--text-muted);font-size:.8rem;line-height:1.6}.ioc-hero{border-radius:var(--radius-xl);border-top:5px solid var(--gold-light);box-shadow:var(--shadow-xl);background:linear-gradient(135deg,#7a5900,#9a7000,#b8860b);align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:2rem 2.5rem;display:flex}.ioc-logo-img{object-fit:contain;border-radius:var(--radius-md);background:#fffffff2;border:2px solid #ffffff80;flex-shrink:0;width:90px;height:90px;padding:6px}.ioc-body{grid-template-columns:1fr 1.6fr;align-items:start;gap:2rem;margin-bottom:2.5rem;display:grid}.ioc-partner-card{background:var(--white);border:1px solid var(--gray-100);border-top:5px solid var(--gold);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);margin-top:1rem;overflow:hidden}.ioc-partner-header{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-bottom:1px solid #ffffff14;align-items:center;gap:1.25rem;padding:1.5rem 2rem;display:flex}.ioc-partner-logo{object-fit:contain;border-radius:var(--radius-md);background:#fffffff2;border:2px solid #c8960c66;flex-shrink:0;width:80px;height:80px;padding:5px}.ioc-partner-name{font-family:var(--font-display);color:var(--white);letter-spacing:.02em;margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.ioc-partner-badge{color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700}.ioc-partner-body{grid-template-columns:1fr 1fr;gap:0;display:grid}.ioc-partner-block{border-right:1px solid var(--gray-100);padding:1.75rem 2rem}.ioc-partner-block:last-child{border-right:none}.ioc-partner-sub{font-family:var(--font-display);color:var(--navy);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.ioc-partner-text{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.8}@media (width<=900px){.nss-body,.ioc-body,.ioc-partner-body{grid-template-columns:1fr}.ioc-partner-block{border-right:none;border-bottom:1px solid var(--gray-100)}.ioc-partner-block:last-child{border-bottom:none}}@media (width<=700px){.assoc-grid,.nss-activity-grid,.ioc-feature-grid{grid-template-columns:1fr}.ec-tab{padding:.75rem 1.1rem;font-size:.82rem}}.ioc-hero-icon{filter:drop-shadow(0 0 12px #ffffff4d);flex-shrink:0;font-size:3rem;line-height:1}.ioc-title{font-family:var(--font-display);color:var(--white);margin-bottom:.2rem;font-size:1.6rem;font-weight:800}.ioc-tagline{color:#ffffffbf;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}.ioc-desc{color:var(--text-secondary);max-width:860px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.85}.ioc-body{grid-template-columns:1fr 1.6fr;align-items:start;gap:2rem;display:grid}.ioc-objectives-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border-left:5px solid #9a7000;padding:1.75rem}.ioc-feature-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ioc-feature-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.25rem}.ioc-feature-card:hover{box-shadow:var(--shadow-md);border-color:#9a70004d;transform:translateY(-3px)}.ioc-feat-icon{margin-bottom:.6rem;font-size:1.75rem;line-height:1}.ioc-feat-title{font-family:var(--font-display);color:var(--navy);margin-bottom:.35rem;font-size:.9rem;font-weight:700}.ioc-feat-desc{color:var(--text-muted);font-size:.8rem;line-height:1.6}@media (width<=900px){.nss-body,.ioc-body{grid-template-columns:1fr}}@media (width<=700px){.assoc-grid,.nss-activity-grid,.ioc-feature-grid{grid-template-columns:1fr}.ec-tab{padding:.75rem 1.1rem;font-size:.82rem}}.rti-intro-card{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-radius:var(--radius-xl);border-top:5px solid var(--gold);box-shadow:var(--shadow-xl);align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:2.5rem;display:flex}.rti-icon-wrap{filter:drop-shadow(0 0 12px #c8960c66);flex-shrink:0;font-size:3rem;line-height:1}.rti-intro-text{color:#ffffffe0;margin:0;font-size:1rem;line-height:1.85}.rti-intro-text strong{color:var(--gold-light)}.rti-note{color:var(--text-secondary);max-width:800px;margin-bottom:2rem;font-size:.95rem;line-height:1.8}.rti-officers-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.rti-officer-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:var(--transition);overflow:hidden}.rti-officer-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.rti-officer-badge{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;color:var(--white);padding:1rem 1.75rem;font-size:.9rem;font-weight:700}.rti-officer-card--pio .rti-officer-badge{background:linear-gradient(135deg, var(--navy), var(--navy-light));border-bottom:3px solid var(--gold)}.rti-officer-card--appellate .rti-officer-badge{border-bottom:3px solid var(--navy);background:linear-gradient(135deg,#7a5900,#9a7000,#b8860b)}.rti-officer-info{padding:1.5rem 1.75rem}.rti-officer-name{font-family:var(--font-display);color:var(--navy);margin-bottom:.3rem;font-size:1.25rem;font-weight:800}.rti-officer-designation{color:var(--text-secondary);margin-bottom:.75rem;font-size:.88rem;font-weight:600}.rti-officer-phone{color:var(--navy);background:var(--gold-pale);transition:var(--transition);border:1px solid #c8960c4d;border-radius:100px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.rti-officer-phone:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.rti-officer-desc{color:var(--text-muted);border-top:1px solid var(--gray-100);margin:0;padding:1rem 1.75rem 1.5rem;font-size:.85rem;line-height:1.7}.rti-footer-note{background:var(--gold-pale);border:1px solid #c8960c4d;border-left:5px solid var(--gold);border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.rti-footer-note span{flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.rti-footer-note p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.75}.rti-footer-note .inline-link{color:var(--navy);text-underline-offset:2px;font-weight:700;text-decoration:underline}.rti-footer-note .inline-link:hover{color:var(--gold)}@media (width<=768px){.rti-officers-grid{grid-template-columns:1fr}.rti-intro-card{flex-direction:column;padding:1.75rem}}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
