/* Foundation and shared typography */
:root {
    --plum:#212254;
    --deep:#261b2a;
    --coral:#ee7647;
    --emerald:#182076;
    --orchid:#9052a8;
    --rose:#5a5ed3;
    --ink:#2f2632;
    --muted:#736775;
    --line:#dfdfea;
    --paper:#fff;
    --wash:#f2f2f7;
    --bs-body-font-family:Arial,Helvetica,sans-serif;
    --bs-body-font-size:1.125rem;
    --bs-body-line-height:1.75;
    --bs-body-color:#2f2632;
    --bs-link-color:#212254;
    --bs-link-hover-color:#ca5a2e;
}
* {
    box-sizing:border-box;
}
html {
    scroll-behavior:smooth;
    scroll-padding-top:85px;
}
body {
    margin:0;
    background:var(--paper);
    font-family:Arial,Helvetica,sans-serif;
    color:var(--ink);
    font-size:18px;
    line-height:1.75;
}
a {
    text-decoration:none;
    color:inherit;
}
a,
button {
    transition:background .22s,color .22s,transform .22s,box-shadow .22s;
}
button {
    font:inherit;
}
img {
    max-width:100%;
    height:auto;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin:0;
}
h1,
h2,
h3,
h4,
h5 {
    letter-spacing:-.035em;
    line-height:1.2;
}
a:focus-visible,
button:focus-visible {
    outline:3px solid var(--coral);
    outline-offset:5px;
}
.container-premium {
    width:min(1360px,calc(100% - 80px));
    margin-inline:auto;
}
.section-pad {
    padding-block:100px;
}
.kicker {
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    letter-spacing:.13em;
    text-transform:uppercase;
    font-weight:800;
    color:var(--coral);
}
.kicker:before {
    content:'';
    width:28px;
    height:2px;
    background:currentColor;
}
.section-title {
    font-size:clamp(2.4rem,4.1vw,3.9rem);
    font-weight:800;
    color:var(--plum);
    line-height:1.15;
    letter-spacing:-.055em;
}
.btn-gold,
.btn-outline-light-premium {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:17px 26px;
    border-radius:7px;
    font-size:17px;
    font-weight:750;
    line-height:1.5;
}
.btn-gold {
    color:#fff;
    background:var(--coral);
    box-shadow:0 10px 20px #ed703e1f;
}
.btn-gold:hover {
    background:#d86234;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 13px 25px #25275e2b;
}
.btn-outline-light-premium {
    border:1px solid #ffffff70;
    color:#fff;
    background:#ffffff08;
}
.btn-outline-light-premium:hover {
    background:white;
    color:var(--plum);
    transform:translateY(-3px);
}
.reveal {
    opacity:1;
}
.text-muted-premium {
    color:var(--muted);
}
/* =========================================================
   COMMON RICH EDITOR CONTENT
   Used by About Us, Departments and all backend HTML content
========================================================= */

.rich-content{
    color:black !important;
    font-family:"Inter","Segoe UI",Arial,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:1.1;
    letter-spacing:.003em;
    overflow-wrap:anywhere;
}

/* Force editor-generated text to remain black */
.rich-content p,
.rich-content span,
.rich-content div,
.rich-content section,
.rich-content article,
.rich-content li,
.rich-content label,
.rich-content td{
    color:black !important;
}

/* Paragraphs */
.rich-content p{
    margin:0 0 14px;
    padding:0;
    text-align:left !important;
}

/* Bold formatting */
.rich-content strong,
.rich-content b{
    color:#111318 !important;
    font-weight:750 !important;
}

/* Italic formatting */
.rich-content em{
    color:#202124 !important;
    font-style:italic;
}

/* Rich-editor headings */
.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6{
    margin:22px 0 10px;
    color:#181a2a !important;
    font-family:"Inter","Segoe UI",Arial,sans-serif;
    font-weight:800;
    line-height:1.25;
}

.rich-content h1{
    font-size:clamp(1.65rem,3vw,2.3rem);
}

.rich-content h2{
    font-size:clamp(1.4rem,2.5vw,1.9rem);
}

.rich-content h3{
    font-size:clamp(1.18rem,2vw,1.5rem);
}

.rich-content h4,
.rich-content h5,
.rich-content h6{
    font-size:clamp(1rem,1.7vw,1.25rem);
}

/* Lists */
.rich-content ul,
.rich-content ol{
    margin:12px 0 18px;
    padding-left:24px;
}

.rich-content li{
    margin-bottom:7px;
    padding-left:3px;
    color:#202124 !important;
    line-height:1.65;
}

.rich-content li::marker{
    color:#6266ea;
    font-weight:800;
}

/* Links remain distinguishable */
.rich-content a{
    color:#3539b8 !important;
    font-weight:650;
    text-decoration:none;
    border-bottom:1px solid rgba(53,57,184,.3);
    transition:color .2s ease,border-color .2s ease;
}

.rich-content a:hover{
    color:#ad0909 !important;
    border-bottom-color:#ad0909;
}

/* Blockquotes */
.rich-content blockquote{
    margin:18px 0;
    padding:15px 18px;
    border-left:4px solid #d7b875;
    border-radius:0 8px 8px 0;
    background:#f6f6fb;
    color:#202124 !important;
    font-style:italic;
}

.rich-content blockquote *{
    color:#202124 !important;
}

/* Images */
.rich-content img{
    display:block;
    max-width:100%;
    height:auto;
    margin:18px auto;
    border-radius:9px;
}

/* Tables */
.rich-content table{
    display:table;
    width:100%;
    margin:18px 0;
    border-collapse:collapse;
    background:#fff;
}

.rich-content table,
.rich-content th,
.rich-content td{
    border:1px solid #dfe1e8;
}

.rich-content th,
.rich-content td{
    padding:10px 12px;
    color:#202124 !important;
    text-align:left;
}

.rich-content th{
    background:#f1f1f8;
    color:#181a2a !important;
    font-weight:750;
}

/* Remove unnecessary first and last spacing */
.rich-content > :first-child{
    margin-top:0;
}

.rich-content > :last-child{
    margin-bottom:0;
}

/* Department rich-editor width */
.gvp-dept-page .rich-content{
    max-width:1100px;
}

/* Responsive rich-editor content */
@media(max-width:767px){
    .rich-content{
        font-size:14.5px;
        line-height:1.65;
    }

    .rich-content p{
        margin-bottom:11px;
    }

    .rich-content ul,
    .rich-content ol{
        padding-left:20px;
    }

    .rich-content table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }
}
@media(max-width:1199px) {
    .container-premium {
        width:calc(100% - 48px);
    }
}
@media(max-width:991px) {
    .section-pad {
        padding-block:75px;
    }
}
@media(max-width:700px) {
    .container-premium {
        width:calc(100% - 36px);
    }
    .btn-gold,
    .btn-outline-light-premium {
        font-size:15px;
        padding:15px 19px;
        gap:13px;
    }
    .section-title {
        font-size:clamp(2.3rem,7vw,3.2rem);
    }
    .kicker {
        font-size:12px;
    }
    .rich-content {
        font-size:17px;
    }
    .section-pad {
        padding-block:60px;
    }
}
.rich-content p {
    text-align:left!important;
}

/* Top utility strip */
.top-strip {
    background:var(--plum);
    color:#fff;
    font-size:14px;
}
.top-strip .inner,
.top-links,
.top-social {
    display:flex;
    align-items:center;
    gap:25px;
}
.top-strip .inner {
    justify-content:space-between;
    padding-block:9px;
}
.top-links a:hover {
    color:#ffb99e;
}
.top-social {
    font-size:13px;
    gap:20px;
    color:#dbdbec;
}
.top-social i {
    color:#f7b59b;
    margin-right:5px;
}
@media (max-width: 991px) {
    .top-strip .inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 3px !important;
        padding-block: 3px !important;
    }
    .top-strip .top-links {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px 16px !important;
        width: 100% !important;
    }
    .top-strip .top-social {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px 14px !important;
        width: 100% !important;
        height: auto !important;
        font-size: 12px !important;
    }
    .top-strip .top-social span {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        visibility: visible !important;
        color: #fff !important;
    }
}
@media(max-width:991px) {
    .top-strip .top-social {
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:8px 16px;
        max-width:100%;
        font-size:12px;
    }
    .top-strip .inner {
        flex-direction:column;
        justify-content:center;
        gap:8px;
        padding-block:10px;
    }
    .top-strip .top-links {
        flex-wrap:wrap;
        justify-content:center;
    }
    .top-strip .top-social span {
        min-width:0;
        max-width:100%;
        overflow-wrap:anywhere;
        text-align:center;
    }
}
@media(max-width:700px) {
    .top-links {
        gap:20px;
        font-size:12px;
    }
}

/* College banner */
.brand-zone {
    position:relative;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid var(--line);
}
.brand-zone:before {
    content:'';
    position:absolute;
    inset:0 0 auto;
    height:4px;
    background:linear-gradient(90deg,var(--coral) 0% 25%,var(--emerald) 25% 50%,var(--orchid) 50% 75%,var(--rose) 75%);
}
.brand-inner {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:27px;
    padding-block:26px;
}
.brand-seal {
    width:108px;
    flex:0 0 108px;
}
.brand-seal img {
    display:block;
    width:108px;
    height:116px;
    object-fit:contain;
}
.brand-copy {
    max-width:1050px;
}
.brand-copy h1 {
    font-size:clamp(1.7rem,2.6vw,2.65rem);
    font-weight:800;
    color:var(--plum);
    line-height:1.15;
    letter-spacing:-.045em;
}
.brand-copy p {
    margin-top:13px;
    color:#4b4d91;
    font-size:14px;
    line-height:1.5;
    letter-spacing:.01em;
}
@media(max-width:1199px) {
    .brand-copy h1 {
        font-size:33px;
    }
}
@media(max-width:991px) {
    .brand-copy h1 {
        font-size:28px;
    }
    .brand-seal {
        width:83px;
        flex-basis:83px;
    }
    .brand-seal img {
        width:83px;
        height:92px;
    }
    .brand-copy p {
        font-size:12px;
    }
    .brand-inner {
        gap:20px;
        padding-block:22px;
    }
}
@media(max-width:700px) {
    .brand-inner {
        gap:13px;
    }
    .brand-seal {
        width:62px;
        flex-basis:62px;
    }
    .brand-seal img {
        width:62px;
        height:72px;
    }
    .brand-copy h1 {
        font-size:23px;
        line-height:1.17;
    }
    .brand-copy p {
        font-size:10px;
        margin-top:9px;
    }
}

/* Navbar and dropdowns */
.main-nav {
    background:#fff;
    position:sticky;
    top:0;
    z-index:50;
    box-shadow:0 5px 20px #20214109;
    border-bottom:1px solid #e7e7f0;
}
.main-nav .navbar {
    padding:0;
}
.main-nav .navbar>.container-premium {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.main-nav .navbar-nav {
    gap:23px;
}
.main-nav .nav-link {
    font-size:17px;
    font-weight:700;
    padding:20px 0!important;
    color:#2d2e58;
    position:relative;
}
.main-nav .nav-link.active,
.main-nav .nav-link:hover {
    color:var(--coral);
}
.main-nav .nav-link.active:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:3px;
    background:var(--coral);
}
.main-nav .btn-gold {
    font-size:16px!important;
    padding:12px 23px!important;
}
.dropdown-menu {
    border:1px solid var(--line);
    border-radius:9px;
    padding:10px;
    box-shadow:0 18px 40px #1617341c;
}
.dropdown-item {
    padding:11px 16px;
    font-size:16px;
    border-radius:5px;
}
.dropdown-item:hover {
    background:#fbede7;
    color:var(--plum);
}
.navbar-toggler {
    border:0;
    padding:13px;
    color:var(--plum);
    font-size:29px;
}
.navbar-toggler-icon-close {
    display:none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-open {
    display:none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon-close {
    display:inline;
}
.navbar-brand {
    font-size:24px;
    font-weight:800;
    color:var(--plum);
}
@media(max-width:1199px) {
    .main-nav .navbar-nav {
        gap:17px;
    }
    .main-nav .nav-link {
        font-size:15px;
    }
}
@media(max-width:991px) {
    .main-nav .navbar-collapse {
        padding-bottom:15px;
    }
    .main-nav .navbar-nav {
        gap:0;
    }
    .main-nav .nav-link {
        padding:12px 0!important;
        font-size:17px;
    }
    .main-nav .nav-link.active:after {
        display:none;
    }
    .main-nav .dropdown-menu {
        box-shadow:none;
        background:#f5f5fa;
    }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
    .main-nav .navbar-nav > .dropdown:hover > .dropdown-menu {
        display:block;
        margin-top:0;
    }
    .main-nav .navbar-nav > .dropdown > .dropdown-menu {
        top:100%;
    }
}

/* Hero banner and statistics */
.hero {
    position:relative;
    isolation:isolate;
    overflow:hidden;
    background:#1b1c33;
    color:#fff;
}
.hero-bg {
    position:absolute;
    inset:0;
    z-index:-3;
    background:var(--hero-poster) center/cover;
}
.hero-bg video {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.hero:before {
    content:'';
    position:absolute;
    inset:0;
    z-index:-2;
    background:linear-gradient(90deg,#131432ed 0%,#131432d1 39%,#13143264 75%,#11122545 100%);
}
.hero-grid {
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(0deg,#1f112585,transparent 60%);
}
.hero-content {
    padding:85px 0 80px;
    max-width:930px;
}

.hero-content {
    min-height:500px;
}
@media(max-width:700px) {
    .hero-content {
        min-height:400px;
    }
}

.hero-badge {
    display:flex;
    align-items:center;
    gap:11px;
    font-size:15px;
    font-weight:650;
    letter-spacing:.055em;
    color:#ffe4d9;
    margin-bottom:30px;
}
.hero-badge span {
    width:8px;
    height:8px;
    background:#ffb293;
    border-radius:50%;
    box-shadow:0 0 0 6px #ef9a791b;
}
.display-title {
    font-size:clamp(3.5rem,6.4vw,6.4rem);
    font-weight:800;
    letter-spacing:-.06em;
    line-height:1.06;
    max-width:860px;
    color:#fff;
}
.display-title em {
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    color:#ffad8d;
    position:relative;
}
.hero-lead {
    font-size:clamp(1.15rem,1.7vw,1.45rem);
    line-height:1.7;
    color:#dfe0f0;
    max-width:685px;
    margin-top:28px;
}
.hero-cta {
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:80px;
}
.hero-note {
    display:flex;
    align-items:center;
    gap:12px;
    color:#d6d7ea;
    font-size:14px;
    margin-top:33px;
}
.hero-note i {
    color:#ffb497;
    font-size:23px;
}
.hero-stats {
    border-top:1px solid #ffffff29;
    background:#12132773;
    backdrop-filter:blur(8px);
}
.hero-stats-row {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding-block:29px;
}
.hero-stat {
    padding-left:32px;
    border-right:1px solid #ffffff25;
    display:flex;
    align-items:center;
    gap:18px;
}
.hero-stat:first-child {
    padding-left:0;
}
.hero-stat:last-child {
    border:0;
}
.hero-stat strong {
    font-size:clamp(2rem,3.5vw,3.5rem);
    font-weight:750;
    line-height:1;
    color:#ffb89c;
    letter-spacing:-.04em;
}
.hero-stat:nth-child(2) strong {
    color:#9fa4df;
}
.hero-stat:nth-child(3) strong {
    color:#deb3ef;
}
.hero-stat:nth-child(4) strong {
    color:#c2c3ed;
}
.hero-stat span {
    font-size:14px;
    line-height:1.45;
    max-width:115px;
    color:#fff;
}
@media(min-width:1700px) {
    .hero-content {
        padding-top:110px;
        padding-bottom:100px;
    }
}
@media(max-width:1199px) {
    .hero-stat {
        padding-left:20px;
        gap:12px;
    }
}
@media(max-width:991px) {
    .hero-content {
        padding-top:65px;
        padding-bottom:60px;
        max-width:750px;
    }
    .hero-stat {
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }
    .hero-stat span {
        max-width:150px;
    }
}
@media(max-width:700px) {
    .hero-content {
        padding-top:48px;
        padding-bottom:45px;
    }
    .display-title {
        font-size:clamp(3.1rem,9.4vw,4.2rem);
    }
    .hero-badge {
        font-size:12px;
        margin-bottom:23px;
    }
    .hero-lead {
        font-size:18px;
        line-height:1.75;
        margin-top:22px;
    }
    .hero:before {
        background:linear-gradient(90deg,#131432ee,#131432aa);
    }
    .hero-cta {
        gap:13px;
        margin-top:27px;
    }
    .hero-note {
        font-size:12px;
        gap:10px;
        margin-top:25px;
    }
    .hero-stats-row {
        grid-template-columns:repeat(2,1fr);
        gap:25px 20px;
        padding-block:25px;
    }
    .hero-stat {
        padding-left:0;
        border:0;
        flex-direction:row;
        align-items:center;
        gap:13px;
    }
    .hero-stat strong {
        font-size:36px;
    }
    .hero-stat span {
        font-size:12px;
        max-width:105px;
    }
}

/* Quick links */
.quick-links {
    background:#fff;
    border-bottom:1px solid var(--line);
}
.quick-grid {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    padding-block:30px;
    gap:18px;
}
.quick-link {
    display:flex;
    align-items:center;
    gap:13px;
    padding:12px 5px;
}
.quick-link:hover {
    transform:translateY(-4px);
}
.quick-link .icon {
    display:grid;
    place-items:center;
    width:49px;
    height:53px;
    flex-shrink:0;
    background:#fbe1d7;
    color:#a84f2c;
    border-radius:13px;
    font-size:24px;
}
.quick-link:nth-child(2) .icon {
    background:#dcdeee;
    color:#1d2472;
}
.quick-link:nth-child(3) .icon {
    background:#eddff3;
    color:#83469b;
}
.quick-link:nth-child(4) .icon {
    background:#dedff5;
    color:#3f42a3;
}
.quick-link:nth-child(5) .icon {
    background:#e1e2ed;
    color:#2a306f;
}
.quick-link small {
    display:block;
    font-size:12px;
    color:#78798c;
    line-height:1.4;
    margin-bottom:5px;
    text-transform:uppercase;
    letter-spacing:.07em;
}
.quick-link b {
    display:block;
    font-size:17px;
    line-height:1.35;
    color:#28294f;
    font-weight:750;
}
@media(max-width:1199px) {
    .quick-grid {
        gap:9px;
    }
    .quick-link {
        gap:9px;
    }
    .quick-link .icon {
        width:40px;
        height:45px;
        font-size:21px;
    }
    .quick-link b {
        font-size:15px;
    }
    .quick-link small {
        font-size:10px;
    }
}
@media(max-width:991px) {
    .quick-grid {
        grid-template-columns:repeat(3,1fr);
        padding-block:22px;
    }
    .quick-link {
        padding:10px;
    }
    .quick-link b {
        font-size:17px;
    }
    .quick-link small {
        font-size:11px;
    }
    .quick-link .icon {
        width:45px;
        height:50px;
    }
}
@media(max-width:700px) {
    .quick-grid {
        grid-template-columns:1fr 1fr;
        gap:10px;
    }
    .quick-link {
        padding:8px 0;
        gap:10px;
    }
    .quick-link b {
        font-size:15px;
    }
    .quick-link small {
        font-size:10px;
    }
    .quick-link .icon {
        width:39px;
        height:44px;
        font-size:21px;
    }
}

/* Announcements */
.announcements {
    padding:85px 0;
    background:linear-gradient(140deg,#f6f6fa,#fff);
}
.announcements>.container-premium {
    display:grid;
    grid-template-columns:.8fr 1.7fr;
    gap:0 65px;
    align-items:start;
}
.announcements-head {
    grid-column:1;
    grid-row:1;
}
.announcement-tabs {
    grid-column:1;
    grid-row:2;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
    margin-top:26px;
}
.announcement-tab {
    background:transparent;
    border:0;
    border-left:3px solid transparent;
    padding:12px 20px;
    color:#494b8e;
    font-size:19px;
    font-weight:700;
    min-width:225px;
    text-align:left;
}
.announcement-tab.active {
    background:#e4e4f1;
    border-left-color:var(--coral);
    border-radius:0 7px 7px 0;
    color:var(--plum);
}
.announcement-tab:hover {
    color:var(--coral);
}
.announcement-panels {
    grid-column:2;
    grid-row:1/3;
    background:white;
    border:1px solid #dfdfec;
    border-radius:13px;
    padding:7px 30px 0;
    box-shadow:0 18px 55px #20215007;
}
.announcement-panel {
    display:none;
}
.announcement-panel.active {
    display:block;
}
.announcement-item {
    display:flex;
    align-items:center;
    gap:24px;
    padding:25px 0;
    border-bottom:1px solid var(--line);
}
.announcement-date {
    min-width:93px;
    display:flex;
    gap:9px;
    align-items:center;
    color:var(--plum);
}
.announcement-date strong {
    font-size:45px;
    letter-spacing:-.05em;
    line-height:1;
    font-weight:750;
}
.announcement-date span,
.announcement-date small {
    display:block;
    font-size:11px;
    font-weight:800;
    line-height:1.5;
}
.announcement-date span {
    color:var(--coral);
    letter-spacing:.06em;
}
.announcement-date small {
    color:#878898;
}
.announcement-content {
    flex:1;
}
.announcement-content h3 {
    font-size:clamp(1.1rem,1.65vw,1.35rem);
    font-weight:700;
    line-height:1.4;
    letter-spacing:-.025em;
}
.announcement-arrow {
    width:35px;
    height:35px;
    border:1px solid #dcdce8;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:var(--plum);
    flex-shrink:0;
}
.announcement-item:hover .announcement-arrow {
    background:var(--plum);
    color:white;
}
.announcement-item:hover h3 {
    color:var(--coral);
}
.announcement-panel-footer {
    padding:20px 0;
    text-align:right;
    font-size:14px;
    color:var(--plum);
    font-weight:750;
}
.announcement-panel-footer i {
    margin-left:13px;
}
@media(max-width:1199px) {
    .announcements>.container-premium {
        gap:0 35px;
    }
}
@media(max-width:991px) {
    .announcements>.container-premium {
        display:block;
    }
    .announcement-tabs {
        flex-direction:row;
        margin-top:25px;
        margin-bottom:25px;
        gap:10px;
        flex-wrap:wrap;
    }
    .announcement-tab {
        min-width:0;
        font-size:17px;
    }
    .announcement-panels {
        padding-inline:25px;
    }
}
@media(max-width:700px) {
    .announcements {
        padding-block:55px;
    }
    .announcement-tabs {
        gap:3px;
    }
    .announcement-tab {
        font-size:14px;
        padding:11px 13px;
    }
    .announcement-panels {
        padding-inline:20px;
    }
    .announcement-item {
        gap:14px;
        padding-block:23px;
    }
    .announcement-date {
        min-width:70px;
        gap:6px;
    }
    .announcement-date strong {
        font-size:35px;
    }
    .announcement-date span,
    .announcement-date small {
        font-size:9px;
    }
    .announcement-content h3 {
        font-size:17px;
        line-height:1.45;
    }
    .announcement-arrow {
        width:28px;
        height:28px;
        font-size:14px;
    }
}

/* About section */
.intro {
    background:#fff;
}
.intro-grid {
    display:grid;
    grid-template-columns:1fr 1.05fr;
    gap:90px;
    align-items:center;
}
.intro-media {
    position:relative;
    padding:0 45px 75px 0;
    min-height:510px;
}
.intro-media .main-img {
    width:100%;
    height:430px;
    object-fit:cover;
    border-radius:12px 95px 12px 12px;
}
.intro-media .small-img {
    position:absolute;
    right:0;
    bottom:0;
    width:55%;
    height:235px;
    object-fit:cover;
    border:9px solid white;
    border-radius:14px;
    box-shadow:0 15px 35px #20214819;
}
/* About Us circular secondary image */
.intro-emblem{
    position:absolute;
    left:-18px;
    bottom:28px;
    width:150px;
    height:150px;
    overflow:hidden;
    border:0;
    border-radius:50%;
    background:transparent;
    box-shadow:0 10px 25px rgba(35,41,104,.18);
}

.intro-emblem img{
    display:block;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    object-fit:cover;
    object-position:center;
}

@media(max-width:991px){
    .intro-emblem{
        left:-12px;
        width:125px;
        height:125px;
    }
}

@media(max-width:700px){
    .intro-emblem{
        left:0;
        bottom:15px;
        width:125px;
        height:125px;
    }
}

@media(max-width:430px){
    .intro-emblem{
        width:110px;
        height:110px;
    }
}
.intro-copy .section-title {
    font-size:clamp(2.5rem,4.1vw,4.1rem);
}
.signature-line {
    margin-top:32px;
    padding-top:22px;
    border-top:1px solid var(--line);
}
.signature-mark {
    font:italic 28px Georgia,serif;
    color:var(--emerald);
}
@media(max-width:1199px) {
    .intro-grid {
        gap:50px;
    }
}
@media(max-width:991px) {
    .intro-grid {
        grid-template-columns:1fr 1fr;
        gap:30px;
    }
    .intro-media {
        min-height:430px;
        padding:0 25px 65px 0;
    }
    .intro-media .main-img {
        height:370px;
    }
    .intro-media .small-img {
        height:190px;
    }
    .intro-emblem {
        width:125px;
        height:125px;
        font-size:18px;
        left:-12px;
    }
}
@media(max-width:700px) {
    .intro-grid {
        grid-template-columns:1fr;
        gap:40px;
    }
    .intro-media {
        min-height:410px;
        max-width:540px;
        width:100%;
        margin:auto;
        padding-right:35px;
    }
    .intro-media .main-img {
        height:350px;
    }
    .intro-media .small-img {
        height:185px;
    }
    .intro-emblem {
        left:0;
        bottom:15px;
    }
    .intro-copy .section-title {
        font-size:42px;
    }
    .signature-mark {
        font-size:25px;
    }
}
@media(min-width:992px) {
    .intro-grid {
        align-items:start;
    }
    .intro-media {
        position:sticky;
        top:105px;
        margin-top:15px;
    }
    .intro-copy .rich-content {
        font-size:17px;
        line-height:1.9;
    }
}

/* Programmes */
.feature-band {
    background:#202146;
    color:white;
    position:relative;
    overflow:hidden;
}
.feature-band:before {
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(ellipse at 100% 0%,#5759a340,transparent 60%);
    pointer-events:none;
}
.feature-band>.container-premium {
    position:relative;
}
.programme-heading {
    position:relative;
}
.feature-band .kicker {
    color:#ffb79b;
}
.programme-intro {
    color:#c6c7de;
    font-size:20px;
    margin-top:20px;
    max-width:720px;
}
.programme-top-tabs {
    display:flex;
    gap:8px;
    margin-top:30px;
    padding:6px;
    background:#ffffff0c;
    border:1px solid #ffffff22;
    border-radius:9px;
    width:fit-content;
}
.programme-top-tab {
    color:#d6d7e8;
    background:transparent;
    border:0;
    padding:12px 25px;
    border-radius:5px;
    font-size:17px;
    font-weight:700;
}
.programme-top-tab.active {
    background:white;
    color:var(--plum);
    box-shadow:0 4px 10px #10112530;
}
.programme-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:21px;
    margin-top:36px;
}
.programme-card {
    position:relative;
    background:#fff;
    color:var(--ink);
    border-radius:11px;
    padding:29px 25px 23px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    min-height:235px;
    border-top:5px solid var(--coral);
    transition:transform .2s;
}
.programme-card:nth-child(3n+2) {
    border-color:var(--emerald);
}
.programme-card:nth-child(3n+3) {
    border-color:var(--orchid);
}
.programme-card:hover {
    transform:translateY(-5px);
}
.programme-number {
    position:absolute;
    right:22px;
    top:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:50%;
    font-size:1rem;
    font-weight:600;
    line-height:1;
    letter-spacing:0;
    color:#6266ea;
    background:rgba(98,102,234,.10);
    border:1.0px solid #6266ea;
    box-shadow:0 4px 12px rgba(98,102,234,.12);
}

.programme-card .programme-number {
    font-size:15px !important;
}
.programme-card-title {
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding-top:21px;
    padding-right:10px;
    margin-bottom:20px;
}
.programme-card-icon {
    font-size:27px;
    color:var(--coral);
    flex-shrink:0;
}
.programme-card:nth-child(3n+2) .programme-card-icon {
    color:var(--emerald);
}
.programme-card:nth-child(3n+3) .programme-card-icon {
    color:var(--orchid);
}
.programme-card h3 {
    font-size:24px;
    font-weight:750;
    line-height:1.3;
    letter-spacing:-.035em;
}
.programme-card-title p {
    font-size:15px;
    color:var(--muted);
    margin-top:13px;
}
.programme-card-info{
    margin-top:auto;
}
.programme-intake{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    color:var(--muted);
    font-size:15px;
}
.programme-intake strong{
    margin-left:auto;
    color:var(--plum);
}
.programme-card-resources{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:9px;
    margin-top:auto;
    padding:5px 0 17px;
}
.programme-resource{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:35px;
    padding:7px 11px;
    border:1px solid transparent;
    border-radius:7px;
    font-size:12px;
    font-weight:750;
    line-height:1.2;
}
.programme-resource-intake{
    border-color:#f2b69d;
    background:#fff0e9;
    color:#a94725;
}
.programme-resource-intake strong{
    margin-left:2px;
    color:#7d2d14;
}
.programme-resource-flyer{
    border-color:#c5c7f5;
    background:#f0f0ff;
    color:#3e43ad;
}
.programme-resource-brochure{
    border-color:#ddc1e7;
    background:#f8eefb;
    color:#763c8c;
}
.programme-resource-flyer:hover{
    border-color:#6266ea;
    background:#6266ea;
    color:#fff;
    transform:translateY(-2px);
}
.programme-resource-brochure:hover{
    border-color:var(--orchid);
    background:var(--orchid);
    color:#fff;
    transform:translateY(-2px);
}
.programme-card-actions {
    display:flex;
    align-items:center;
    border-top:1px solid var(--line);
    padding-top:17px;
    margin-top:0;
}
.programme-explore {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:10px 13px;
    border-radius:7px;
    background:#f2f2f8;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.programme-explore:hover{
    background:var(--plum);
    color:#fff;
}
.programme-explore i {
    margin-left:12px;
}
.programme-empty,
.programme-loading {
    color:#d6d7e8;
    font-size:18px;
    padding:22px;
    border:1px solid #ffffff25;
    border-radius:10px;
    grid-column:1/-1;
}
@media(max-width:1199px) {
    .programme-grid {
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:700px) {
    .programme-intro {
        font-size:18px;
    }
    .programme-top-tab {
        font-size:15px;
        padding:11px 18px;
    }
    .programme-grid {
        grid-template-columns:1fr;
        gap:18px;
    }
    .programme-card {
        min-height:220px;
    }
    .programme-card h3 {
        font-size:25px;
    }
}
.programme-card h3 {
    overflow-wrap:anywhere;
}

/* Schools */
.schools {
    background:#fafafc;
}
.schools-head {
    display:flex;
    justify-content:space-between;
    gap:50px;
    align-items:flex-end;
    margin-bottom:44px;
}
.schools-head>div {
    max-width:740px;
}
.schools-head>p {
    font-size:18px;
    color:var(--muted);
    max-width:365px;
    line-height:1.75;
}
.school-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}
.school-card {
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #dfdfeb;
    box-shadow:0 9px 25px #24254c05;
    transition:transform .25s,box-shadow .25s;
}
.school-card:hover {
    transform:translateY(-7px);
    box-shadow:0 18px 35px #24254c19;
}
.school-media {
    position:relative;
    background:#dcdcea;
}
.school-media>img {
    display:block;
    width:100%;
    height:205px;
    object-fit:cover;
}
.school-placeholder {
    height:205px;
    display:grid;
    place-items:center;
    background:#dcdcec;
    color:#784d89;
    font-size:55px;
}
.school-no {
    position:absolute;
    top:16px;
    left:16px;
    background:#fff;
    color:var(--plum);
    font-size:14px;
    font-weight:800;
    padding:5px 11px;
    border-radius:4px;
}
.school-content {
    padding:26px 24px 23px;
    border-top:4px solid var(--coral);
}
.school-card:nth-child(4n+2) .school-content {
    border-color:var(--emerald);
}
.school-card:nth-child(4n+3) .school-content {
    border-color:var(--orchid);
}
.school-card:nth-child(4n+4) .school-content {
    border-color:var(--rose);
}
.school-content h3 {
    font-size:25px;
    font-weight:750;
    line-height:1.25;
    min-height:65px;
    margin-bottom:23px;
    color:var(--plum);
}
.school-content a {
    display:flex;
    justify-content:space-between;
    gap:10px;
    border-top:1px solid var(--line);
    padding-top:18px;
    font-size:14px;
    font-weight:750;
    color:#434582;
}
.school-content a:hover {
    color:var(--coral);
}
@media(max-width:1199px) {
    .school-grid {
        grid-template-columns:repeat(2,1fr);
    }
    .school-media>img,
    .school-placeholder {
        height:240px;
    }
}
@media(max-width:991px) {
    .schools-head {
        gap:25px;
    }
    .schools-head>p {
        max-width:300px;
        font-size:16px;
    }
}
@media(max-width:700px) {
    .schools-head {
        display:block;
        margin-bottom:30px;
    }
    .schools-head>p {
        max-width:none;
        font-size:17px;
        margin-top:22px;
    }
    .school-grid {
        grid-template-columns:1fr;
        gap:25px;
    }
    .school-media>img,
    .school-placeholder {
        height:235px;
    }
    .school-content h3 {
        font-size:28px;
        min-height:0;
    }
    .school-content {
        padding:25px;
    }
}
.school-content h3 {
    font-size:clamp(1.3rem,1.7vw,1.65rem);
    line-height:1.35;
    overflow-wrap:anywhere;
}

/* Events */
.events {
    background:#fff;
    padding-top:85px;
}
.events-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.event-card {
    display:flex;
    align-items:flex-start;
    gap:21px;
    padding:30px 24px;
    background:#fff0ea;
    border:1px solid #f3d7cc;
    border-radius:10px;
    position:relative;
}
.event-card:nth-child(2) {
    background:#eaebf4;
    border-color:#d5d7e7;
}
.event-card:nth-child(3) {
    background:#f4ebf7;
    border-color:#e8d9ee;
}
.event-date {
    min-width:59px;
    text-align:center;
    padding-bottom:12px;
    border-bottom:2px solid #b26344;
    color:#a44c29;
}
.event-card:nth-child(2) .event-date {
    color:var(--emerald);
    border-color:var(--emerald);
}
.event-card:nth-child(3) .event-date {
    color:var(--orchid);
    border-color:var(--orchid);
}
.event-date strong {
    display:block;
    font-size:47px;
    line-height:1;
    letter-spacing:-.04em;
}
.event-date span {
    font-size:12px;
    letter-spacing:.13em;
    font-weight:800;
}
.event-card h4 {
    font-size:24px;
    font-weight:750;
    line-height:1.3;
}
.event-card p {
    font-size:13px;
    color:#717286;
    line-height:1.8;
    margin-top:17px;
}
@media(max-width:1199px) {
    .event-card {
        padding:25px 20px;
        gap:15px;
    }
    .event-card h4 {
        font-size:21px;
    }
}
@media(max-width:991px) {
    .events-grid {
        grid-template-columns:1fr;
    }
    .event-card h4 {
        font-size:25px;
    }
    .event-card p {
        font-size:14px;
    }
    .event-card {
        align-items:center;
    }
}
@media(max-width:700px) {
    .events-grid {
        gap:18px;
    }
    .event-card {
        padding:24px 20px;
        gap:18px;
    }
    .event-card h4 {
        font-size:22px;
    }
    .event-card p {
        font-size:12px;
    }
    .event-date strong {
        font-size:42px;
    }
}

/* Student testimonials */
.testimonials {
    overflow:hidden;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(98,102,234,.09),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #f4f4fa,
            #fff
        );
}
.testimonials-head {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:42px;
}
.testimonials-head > div:first-child {
    max-width:850px;
}
.testimonial-controls {
    display:flex;
    gap:10px;
    flex-shrink:0;
}
.testimonial-controls button {
    display:grid;
    place-items:center;
    width:45px;
    height:45px;
    padding:0;
    border:1px solid #d7d7e7;
    border-radius:50%;
    background:#fff;
    color:var(--plum);
    cursor:pointer;
    box-shadow:
        0 6px 18px
        rgba(33,34,84,.08);
    transition:
        background .22s ease,
        color .22s ease,
        border-color .22s ease,
        transform .22s ease;
}
.testimonial-controls button:hover {
    background:var(--plum);
    border-color:var(--plum);
    color:#fff;
    transform:translateY(-2px);
}
.testimonial-viewport {
    width:100%;
    overflow:hidden;
}
.testimonial-track {
    display:flex;
    align-items:stretch;
    gap:24px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
}
.testimonial-track::-webkit-scrollbar {
    display:none;
}
.testimonial-card {
    position:relative;
    flex:
        0 0
        calc((100% - 48px) / 3);
    min-width:0;
    min-height:360px;
    display:flex;
    flex-direction:column;
    padding:32px;
    scroll-snap-align:start;
    overflow:hidden;
    background:#fff;
    border:1px solid #dedeea;
    border-top:5px solid var(--coral);
    border-radius:14px;
    box-shadow:
        0 14px 35px
        rgba(33,34,84,.09);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}
.testimonial-card::after {
    content:"";
    position:absolute;
    right:-55px;
    bottom:-65px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(98,102,234,.05);
    pointer-events:none;
}
.testimonial-card:nth-child(4n+2) {
    border-top-color:var(--emerald);
}
.testimonial-card:nth-child(4n+3) {
    border-top-color:var(--orchid);
}
.testimonial-card:nth-child(4n+4) {
    border-top-color:var(--rose);
}
.testimonial-card:hover {
    transform:translateY(-6px);
    box-shadow:
        0 20px 46px
        rgba(33,34,84,.15);
}
.testimonial-quote {
    position:relative;
    z-index:1;
    color:var(--coral);
    font-size:32px;
    line-height:1;
    margin-bottom:22px;
}
.testimonial-card:nth-child(4n+2)
.testimonial-quote {
    color:var(--emerald);
}
.testimonial-card:nth-child(4n+3)
.testimonial-quote {
    color:var(--orchid);
}
.testimonial-card:nth-child(4n+4)
.testimonial-quote {
    color:var(--rose);
}
.testimonial-text {
    position:relative;
    z-index:1;
    flex:1;
    margin:0 0 28px;
    color:var(--ink);
    font-size:16px;
    line-height:1.85;
}
.testimonial-student {
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    gap:18px;
    padding-top:22px;
    border-top:1px solid var(--line);
}
.testimonial-photo {
    position:relative;
    flex:0 0 92px;
    width:92px;
    height:92px;
    overflow:hidden;
    border:4px solid #e4e4f2;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        var(--plum),
        #6266ea
    );
    box-shadow:
        0 8px 20px
        rgba(33,34,84,.18);
}
.testimonial-photo img {
    position:absolute;
    inset:0;
    z-index:2;
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
}
.testimonial-photo span {
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:20px;
    font-weight:800;
}
.testimonial-student-details {
    min-width:0;
}
.testimonial-student-details h3 {
    margin:0 0 6px;
    color:var(--plum);
    font-size:18px;
    font-weight:750;
    line-height:1.35;
    overflow-wrap:anywhere;
}
.testimonial-student-details span {
    display:block;
    color:var(--muted);
    font-size:13px;
    line-height:1.5;
}
@media(max-width:991px) {
    .testimonial-card {
        flex-basis:
            calc((100% - 24px) / 2);
    }
}
@media(max-width:650px) {
    .testimonials-head {
        align-items:flex-start;
        margin-bottom:30px;
    }
    .testimonial-controls {
        margin-top:5px;
    }
    .testimonial-controls button {
        width:40px;
        height:40px;
    }
    .testimonial-card {
        flex-basis:100%;
        min-height:340px;
        padding:25px;
    }
    .testimonial-photo {
        flex-basis:78px;
        width:78px;
        height:78px;
    }
    .testimonial-text {
        font-size:15px;
    }
}
@media(prefers-reduced-motion:reduce) {
    .testimonial-track {
        scroll-behavior:auto;
    }
    .testimonial-controls button,
    .testimonial-card {
        transition:none;
    }
    .testimonial-card:hover {
        transform:none;
    }
}

/* Regulations and Syllabi */
.syllabus-page{
    position:relative;
    padding:70px 0 90px;
    background:linear-gradient(145deg,var(--wash),#fff 48%,#f4f3fb);
    overflow:hidden;
}
.syllabus-page::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(98,102,234,.12),transparent 70%);
    pointer-events:none;
}
.syllabus-heading{
    position:relative;
    max-width:790px;
    margin:0 auto 34px;
    text-align:center;
}
.syllabus-heading .kicker{
    justify-content:center;
}
.syllabus-heading h1{
    margin:13px 0 12px;
    color:var(--plum);
    font-size:clamp(2rem,3.5vw,3rem);
    font-weight:800;
    line-height:1.15;
}
.syllabus-heading p{
    max-width:680px;
    margin:0 auto;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}
.selector-card{
    position:relative;
    margin-bottom:28px;
    padding:28px;
    border:1px solid var(--line);
    border-top:4px solid var(--coral);
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(33,34,84,.09);
}
.selector-intro{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid var(--line);
}
.selector-intro-icon{
    display:grid;
    flex:0 0 48px;
    width:48px;
    height:48px;
    place-items:center;
    border-radius:10px;
    background:linear-gradient(135deg,var(--plum),var(--rose));
    color:#fff;
    font-size:20px;
}
.selector-intro h2{
    margin:0 0 4px;
    color:var(--plum);
    font-size:21px;
    font-weight:800;
}
.selector-intro p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
}
.selector-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.selector-group{
    min-width:0;
}
.selector-group label{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:9px;
    color:var(--plum);
    font-size:13px;
    font-weight:750;
}
.selector-group label span{
    color:var(--coral);
    font-size:11px;
    font-weight:800;
}
.select-control{
    position:relative;
}
.select-control > i:first-child{
    position:absolute;
    top:50%;
    left:14px;
    z-index:1;
    color:var(--rose);
    font-size:14px;
    transform:translateY(-50%);
    pointer-events:none;
}
.select-control > i:last-child{
    position:absolute;
    top:50%;
    right:14px;
    color:var(--muted);
    font-size:11px;
    transform:translateY(-50%);
    pointer-events:none;
}
.selector-group select{
    width:100%;
    min-height:48px;
    padding:11px 38px 11px 40px;
    border:1px solid #d8d8e5;
    border-radius:8px;
    outline:none;
    appearance:none;
    background:#fff;
    color:var(--ink);
    font-size:14px;
    cursor:pointer;
}
.selector-group select:hover{
    border-color:var(--rose);
}
.selector-group select:focus{
    border-color:var(--rose);
    box-shadow:0 0 0 4px rgba(98,102,234,.11);
}
.selector-group select:disabled{
    background:#f4f4f7;
    color:#9893a0;
    cursor:not-allowed;
}
.department-name{
    display:none;
    align-items:center;
    gap:20px;
    margin-bottom:26px;
    padding:25px 28px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:13px;
    background:linear-gradient(135deg,var(--plum),#323478);
    color:#fff;
    box-shadow:0 16px 38px rgba(33,34,84,.2);
}
.department-name-icon{
    display:grid;
    flex:0 0 58px;
    width:58px;
    height:58px;
    place-items:center;
    border:1px solid rgba(255,255,255,.2);
    border-radius:12px;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:23px;
}
.department-name-content{
    min-width:0;
}
.department-name-content > span{
    display:block;
    margin-bottom:5px;
    color:#ffc0a7;
    font-size:11px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.department-name h2{
    margin:0;
    color:#fff;
    font-size:clamp(1.35rem,2vw,1.8rem);
    font-weight:800;
    overflow-wrap:anywhere;
}
.department-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:13px;
}
.department-meta-item{
    padding:5px 11px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:999px;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:12px;
    font-weight:650;
}
.semester-results{
    display:grid;
    gap:28px;
    margin-bottom:28px;
}
.semester-card{
    display:block;
    margin-bottom:0;
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 18px 48px rgba(33,34,84,.09);
}
.semester-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:20px 24px;
    background:linear-gradient(135deg,var(--plum),#323478);
    color:#fff;
}
.semester-title span{
    display:block;
    margin-bottom:4px;
    color:#ffc0a7;
    font-size:10px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.semester-title h2{
    margin:0;
    color:#fff;
    font-size:18px;
    font-weight:750;
    letter-spacing:-.02em;
}
.semester-subject-count{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-size:13px;
    font-weight:700;
}
.semester-subject-count i{
    color:#ffc0a7;
    font-size:22px;
}
.semester-subject-count span{
    margin:0;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:0;
    text-transform:none;
}
.table-wrap{
    overflow-x:auto;
}
.subject-table{
    width:100%;
    min-width:790px;
    border-collapse:collapse;
}
.subject-table th{
    padding:13px 15px;
    border-bottom:1px solid var(--line);
    background:#f3f3f8;
    color:var(--plum);
    font-size:12px;
    font-weight:800;
    letter-spacing:.035em;
    text-align:left;
    text-transform:uppercase;
}
.subject-table td{
    padding:14px 15px;
    border-bottom:1px solid #eeeef4;
    color:var(--ink);
    font-size:14px;
    vertical-align:middle;
}
.subject-table th:nth-child(n+3),
.subject-table td:nth-child(n+3){
    text-align:center;
}
.subject-table td:nth-child(n+4){
    color:var(--ink);
    font-weight:650;
}
.subject-table tbody tr{
    transition:background .2s ease;
}
.subject-table tbody tr:hover{
    background:#f8f7fc;
}
.subject-table tbody tr:last-child td{
    border-bottom:0;
}
.subject-code{
    display:inline-block;
    color:var(--plum);
    font-weight:750;
    white-space:nowrap;
}
.subject-title{
    color:var(--ink);
    font-weight:650;
}
.credit-badge{
    display:inline;
    min-width:0;
    height:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:var(--ink);
    font-size:14px;
    font-weight:650;
}
.syllabus-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:7px 12px;
    border-radius:7px;
    background:var(--coral);
    color:#fff;
    font-size:12px;
    font-weight:750;
    white-space:nowrap;
}
.syllabus-link:hover{
    background:var(--plum);
    color:#fff;
    transform:translateY(-2px);
}
.syllabus-unavailable{
    color:var(--muted);
    font-size:12px;
}
.empty-row{
    padding:30px!important;
    color:var(--muted)!important;
    text-align:center!important;
}
.table-legend{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:16px;
    padding:13px 20px;
    border-top:1px solid var(--line);
    background:#fafafd;
    color:var(--muted);
    font-size:11px;
}
.table-legend strong{
    color:var(--coral);
}
.syllabus-status{
    padding:38px 25px;
    border:1px dashed #cfcfdf;
    border-radius:13px;
    background:rgba(255,255,255,.8);
    text-align:center;
}
.syllabus-status-icon{
    display:grid;
    width:52px;
    height:52px;
    margin:0 auto 14px;
    place-items:center;
    border-radius:50%;
    background:rgba(98,102,234,.1);
    color:var(--rose);
    font-size:20px;
}
.syllabus-status h3{
    margin:0 0 6px;
    color:var(--plum);
    font-size:18px;
    font-weight:800;
}
.syllabus-status p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
.syllabus-loading{
    display:none;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:26px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
@media(max-width:1050px){
    .selector-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:650px){
    .syllabus-page{
        padding:42px 0 60px;
    }
    .syllabus-heading{
        margin-bottom:26px;
    }
    .selector-card{
        padding:20px;
    }
    .selector-intro{
        align-items:flex-start;
    }
    .selector-grid{
        grid-template-columns:1fr;
    }
    .department-name{
        align-items:flex-start;
        padding:21px;
    }
    .department-name-icon{
        display:none;
    }
    .semester-title{
        align-items:flex-start;
        padding:18px 20px;
    }
    .semester-title h2{
        font-size:16px;
    }
    .semester-subject-count{
        flex-direction:column;
        align-items:flex-end;
        gap:3px;
    }
    .semester-subject-count i{
        font-size:18px;
    }
    .table-legend{
        justify-content:flex-start;
    }
}
@media(prefers-reduced-motion:reduce){
    .subject-table tbody tr,
    .syllabus-link{
        transition:none;
    }
}

.semester-total-row td{
    padding:14px 15px;
    border-top:2px solid var(--line);
    border-bottom:0;
    background:#f3f3f8;
    color:var(--ink);
    font-size:14px;
    font-weight:800;
}
.semester-total-row td:first-child{
    color:var(--plum);
    text-align:right;
}
.semester-total-row td:nth-child(n+2){
    color:var(--ink);
    text-align:center;
}

/* =========================================================
   DEPARTMENT DETAILS
   ========================================================= */

.gvp-dept-page{
    position:relative;
    padding:42px 0 80px;
    background:
        radial-gradient(circle at 92% 5%,rgba(98,102,234,.09),transparent 28%),
        radial-gradient(circle at 5% 65%,rgba(238,118,71,.055),transparent 25%),
        linear-gradient(145deg,#f7f7fc 0%,#fff 48%,#f5f4fb 100%);
    overflow:hidden;
}

/* Back Link */
.gvp-dept-back{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:22px;
    color:var(--plum);
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:
        color .2s ease,
        transform .2s ease;
}

.gvp-dept-back i{
    font-size:13px;
    transition:transform .2s ease;
}

.gvp-dept-back:hover{
    color:var(--coral);
}

.gvp-dept-back:hover i{
    transform:translateX(-3px);
}

/* =========================================================
   DEPARTMENT HERO
   ========================================================= */

.gvp-dept-hero{
    position:relative;
    min-width:0;
    margin-bottom:26px;
    border:1px solid rgba(255,255,255,.08);
    border-top:4px solid var(--coral);
    border-radius:16px;
    background:
        linear-gradient(
            120deg,
            #1f2052 0%,
            #292a66 45%,
            #403c82 100%
        );
    box-shadow:
        0 18px 42px rgba(32,33,83,.18),
        0 3px 10px rgba(32,33,83,.08);
    overflow:hidden;
    isolation:isolate;
}

.gvp-dept-hero::before{
    content:"";
    position:absolute;
    top:-140px;
    right:-80px;
    width:360px;
    height:360px;
    border-radius:50%;
    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.13) 0%,
            rgba(98,102,234,.09) 38%,
            transparent 70%
        );
    pointer-events:none;
    z-index:-1;
}

.gvp-dept-hero::after{
    content:"";
    position:absolute;
    bottom:-130px;
    left:25%;
    width:360px;
    height:240px;
    border-radius:50%;
    background:
        radial-gradient(
            circle,
            rgba(238,118,71,.10),
            transparent 70%
        );
    pointer-events:none;
    z-index:-1;
}

.gvp-dept-hero-glow{
    position:absolute;
    top:-40%;
    left:-70px;
    width:330px;
    height:190%;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.075),
            transparent
        );
    transform:skewX(-15deg);
    pointer-events:none;
    z-index:-1;
}

.gvp-dept-hero-content{
    position:relative;
    z-index:1;
    padding:clamp(30px,5vw,54px);
}

.gvp-dept-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:15px;
    color:#ffc5ac;
    font-size:12px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.gvp-dept-eyebrow i{
    font-size:12px;
}

.gvp-dept-hero h1{
    max-width:900px;
    margin:0;
    color:#fff!important;
    font-size:clamp(1.75rem,3vw,2.65rem);
    font-weight:800;
    line-height:1.18;
    letter-spacing:-.025em;
    overflow-wrap:anywhere;
}

.gvp-dept-title-rule{
    display:flex;
    align-items:center;
    width:90px;
    margin-top:20px;
}

.gvp-dept-title-rule span{
    width:100%;
    height:3px;
    border-radius:20px;
    background:
        linear-gradient(
            90deg,
            var(--coral),
            #ffc4aa,
            transparent
        );
}

/* =========================================================
   HERO ACTIONS
   ========================================================= */

.gvp-dept-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin-top:25px;
}

.gvp-dept-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:40px;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:8px;
    background:rgba(255,255,255,.09);
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    backdrop-filter:blur(6px);
    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.gvp-dept-action i{
    font-size:13px;
}

a.gvp-dept-action:hover{
    transform:translateY(-2px);
}

/* Flyer */
.gvp-dept-action-flyer{
    border-color:rgba(196,199,255,.50);
    background:rgba(98,102,234,.20);
}

a.gvp-dept-action-flyer:hover{
    border-color:#bfc2ff;
    background:#6266ea;
    color:#fff;
}

/* Brochure */
.gvp-dept-action-brochure{
    border-color:rgba(221,193,231,.52);
    background:rgba(171,104,194,.18);
}

a.gvp-dept-action-brochure:hover{
    border-color:#d9aee8;
    background:var(--orchid);
    color:#fff;
}

/* Intake */
.gvp-dept-action-intake{
    border-color:rgba(255,194,167,.55);
    background:rgba(238,118,71,.15);
    color:#fff;
}

.gvp-dept-action-intake span{
    opacity:.82;
    font-weight:600;
}

.gvp-dept-action-intake strong{
    padding-left:3px;
    color:#ffd3bf;
    font-size:14px;
    font-weight:800;
}

/* =========================================================
   CONTENT SECTIONS
   ========================================================= */

.gvp-dept-section{
    position:relative;
    min-width:0;
    margin-bottom:24px;
    padding:clamp(25px,4vw,38px);
    border:1px solid #e6e6ef;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 26px rgba(36,37,76,.055);
}

.gvp-dept-section-heading{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:23px;
}

.gvp-dept-section-mark{
    flex:0 0 auto;
    width:4px;
    height:29px;
    border-radius:8px;
    background:
        linear-gradient(
            180deg,
            var(--coral),
            #6266ea
        );
}

.gvp-dept-section-heading h2{
    margin:0;
    color:var(--plum);
    font-size:clamp(1.3rem,2vw,1.65rem);
    font-weight:800;
    line-height:1.25;
    letter-spacing:-.015em;
}

/* =========================================================
   ABOUT DEPARTMENT
   ========================================================= */

.gvp-dept-about{
    overflow:hidden;
}

.gvp-dept-about::after{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:
        radial-gradient(
            circle,
            rgba(98,102,234,.045),
            transparent 70%
        );
    pointer-events:none;
}

.gvp-dept-about-layout{
    position:relative;
    z-index:1;
}

.gvp-dept-about-copy{
    max-width:1100px;
}

/* Rich Editor Content */
.gvp-dept-page .rich-content{
    color:var(--ink);
    font-size:15.5px;
    line-height:1.82;
    overflow-wrap:anywhere;
}

.gvp-dept-page .rich-content p{
    margin:0 0 14px;
}

.gvp-dept-page .rich-content p:last-child{
    margin-bottom:0;
}

.gvp-dept-page .rich-content ul,
.gvp-dept-page .rich-content ol{
    margin:14px 0;
    padding-left:24px;
}

.gvp-dept-page .rich-content li{
    margin-bottom:7px;
}

.gvp-dept-page .rich-content img{
    display:block;
    max-width:100%;
    height:auto;
    border-radius:8px;
}

.gvp-dept-page .rich-content table{
    width:100%;
    border-collapse:collapse;
}

.gvp-dept-page .rich-content table,
.gvp-dept-page .rich-content th,
.gvp-dept-page .rich-content td{
    border:1px solid var(--line);
}

.gvp-dept-page .rich-content th,
.gvp-dept-page .rich-content td{
    padding:9px 11px;
}

/* Preserve Rich Editor Colours */
.gvp-dept-page .rich-content .color{
    color:var(--color)!important;
}

/* PDF Footer */
.gvp-dept-section-footer{
    display:flex;
    align-items:center;
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid #ececf3;
}

.gvp-dept-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:42px;
    margin:0;
    padding:10px 17px;
    border-radius:8px;
    background:var(--coral);
    color:#fff;
    font-size:13px;
    font-weight:750;
    text-decoration:none;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.gvp-dept-button:hover{
    transform:translateY(-2px);
    background:var(--plum);
    color:#fff;
    box-shadow:0 7px 18px rgba(46,40,91,.16);
}

/* =========================================================
   FACULTY SECTION
   ========================================================= */

.gvp-dept-faculty-intro{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin:-5px 0 23px;
    padding-bottom:19px;
    border-bottom:1px solid #ededf4;
}

.gvp-dept-section-kicker{
    display:block;
    margin-bottom:4px;
    color:#6266ea;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.gvp-dept-faculty-intro p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
}

/*
Shared .faculty-grid / .faculty-* card styles remain
the single Faculty Card implementation.
Do not duplicate them here.
*/

/* =========================================================
   LOADING STATE
   ========================================================= */

.gvp-dept-loading{
    padding:38px;
    border:1px solid #e7e7ef;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 24px rgba(36,37,76,.05);
}

.gvp-dept-loading-line{
    width:65%;
    height:13px;
    margin-top:13px;
    border-radius:20px;
    background:
        linear-gradient(
            90deg,
            #eeeef4 25%,
            #f8f8fb 50%,
            #eeeef4 75%
        );
    background-size:200% 100%;
    animation:gvpDeptLoading 1.35s infinite linear;
}

.gvp-dept-loading-line-lg{
    width:42%;
    height:28px;
    margin-top:0;
}

@keyframes gvpDeptLoading{
    from{
        background-position:200% 0;
    }
    to{
        background-position:-200% 0;
    }
}

/* =========================================================
   EMPTY / ERROR STATES
   ========================================================= */

.gvp-dept-empty,
.gvp-dept-error{
    padding:45px 25px;
    border:1px solid #e5e5ee;
    border-radius:14px;
    background:#fff;
    text-align:center;
    box-shadow:0 8px 24px rgba(36,37,76,.05);
}

.gvp-dept-empty-icon,
.gvp-dept-error-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    margin:0 auto 16px;
    border-radius:50%;
    background:#f0f0ff;
    color:#6266ea;
    font-size:20px;
}

.gvp-dept-error-icon{
    background:#fff0ea;
    color:var(--coral);
}

.gvp-dept-empty h2,
.gvp-dept-error h2{
    margin:0 0 7px;
    color:var(--plum);
    font-size:20px;
    font-weight:800;
}

.gvp-dept-empty p,
.gvp-dept-error p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}

.gvp-dept-retry{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:19px;
    padding:10px 17px;
    border:0;
    border-radius:8px;
    background:var(--plum);
    color:#fff;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
    transition:
        transform .2s ease,
        background .2s ease;
}

.gvp-dept-retry:hover{
    transform:translateY(-2px);
    background:var(--coral);
}

/* =========================================================
   LEGACY DEPARTMENT MEDIA SUPPORT
   ========================================================= */

.gvp-dept-media{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:25px;
}

.gvp-dept-media img{
    width:auto;
    max-width:100%;
    height:auto;
    max-height:650px;
    border:1px solid var(--line);
    border-radius:8px;
    object-fit:contain;
}

.gvp-dept-media .gvp-dept-button{
    margin-top:0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:900px){

    .gvp-dept-page{
        padding:36px 0 60px;
    }

    .gvp-dept-hero-content{
        padding:32px;
    }

    .gvp-dept-hero h1{
        font-size:clamp(1.65rem,4vw,2.2rem);
    }

    .gvp-dept-section{
        padding:28px;
    }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:650px){

    .gvp-dept-page{
        padding:26px 0 45px;
    }

    .gvp-dept-back{
        margin-bottom:18px;
        font-size:13px;
    }

    .gvp-dept-hero{
        margin-bottom:18px;
        border-radius:12px;
    }

    .gvp-dept-hero-content{
        padding:26px 21px;
    }

    .gvp-dept-eyebrow{
        margin-bottom:12px;
        font-size:10px;
        letter-spacing:.11em;
    }

    .gvp-dept-hero h1{
        font-size:clamp(1.5rem,7vw,1.9rem);
        line-height:1.22;
    }

    .gvp-dept-title-rule{
        width:65px;
        margin-top:16px;
    }

    .gvp-dept-actions{
        gap:8px;
        margin-top:20px;
    }

    .gvp-dept-action{
        min-height:38px;
        padding:8px 12px;
        font-size:12px;
    }

    .gvp-dept-section{
        margin-bottom:17px;
        padding:22px 19px;
        border-radius:11px;
    }

    .gvp-dept-section-heading{
        gap:10px;
        margin-bottom:18px;
    }

    .gvp-dept-section-mark{
        height:25px;
    }

    .gvp-dept-section-heading h2{
        font-size:1.25rem;
    }

    .gvp-dept-page .rich-content{
        font-size:14.5px;
        line-height:1.75;
    }

    .gvp-dept-faculty-intro{
        margin-bottom:19px;
        padding-bottom:15px;
    }

    .gvp-dept-faculty-intro p{
        font-size:13px;
    }

    .gvp-dept-section-footer{
        margin-top:19px;
        padding-top:17px;
    }

    .gvp-dept-button{
        width:100%;
    }

    .gvp-dept-media{
        grid-template-columns:1fr;
    }

    .gvp-dept-loading{
        padding:25px 20px;
    }

    .gvp-dept-loading-line{
        width:85%;
    }

    .gvp-dept-loading-line-lg{
        width:65%;
    }

    .gvp-dept-empty,
    .gvp-dept-error{
        padding:35px 20px;
    }

}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media(max-width:420px){

    .gvp-dept-hero-content{
        padding:23px 18px;
    }

    .gvp-dept-actions{
        align-items:stretch;
    }

    .gvp-dept-action{
        flex:1 1 100%;
        justify-content:flex-start;
    }

    .gvp-dept-action-intake{
        justify-content:flex-start;
    }

    .gvp-dept-section{
        padding:20px 17px;
    }

}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media(prefers-reduced-motion:reduce){

    .gvp-dept-back,
    .gvp-dept-back i,
    .gvp-dept-action,
    .gvp-dept-button,
    .gvp-dept-retry{
        transition:none;
    }

    .gvp-dept-loading-line{
        animation:none;
    }

}

/* Shared Faculty Cards and Faculty Directory */
.faculty-page{
    position:relative;
    padding:70px 0 90px;
    background:linear-gradient(145deg,var(--wash),#fff 48%,#f4f3fb);
    overflow:hidden;
}
.faculty-page::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(98,102,234,.12),transparent 70%);
    pointer-events:none;
}
.faculty-page-heading{
    position:relative;
    max-width:790px;
    margin:0 auto 34px;
    text-align:center;
}
.faculty-page-heading .kicker{
    justify-content:center;
}
.faculty-page-heading h1{
    margin:13px 0 12px;
    color:var(--plum);
    font-size:clamp(2rem,3.5vw,3rem);
    font-weight:800;
    line-height:1.15;
}
.faculty-page-heading p{
    max-width:680px;
    margin:0 auto;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}
.faculty-selector-card{
    position:relative;
    margin-bottom:28px;
    padding:28px;
    border:1px solid var(--line);
    border-top:4px solid var(--coral);
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(33,34,84,.09);
}
.faculty-selector-intro{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:23px;
    padding-bottom:20px;
    border-bottom:1px solid var(--line);
}
.faculty-selector-icon{
    display:grid;
    flex:0 0 48px;
    width:48px;
    height:48px;
    place-items:center;
    border-radius:10px;
    background:linear-gradient(135deg,var(--plum),var(--rose));
    color:#fff;
    font-size:20px;
}
.faculty-selector-intro h2{
    margin:0 0 4px;
    color:var(--plum);
    font-size:21px;
    font-weight:800;
}
.faculty-selector-intro p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
}
.faculty-selector-row{
    display:grid;
    grid-template-columns:minmax(280px,480px);
}
.faculty-selector-group label{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:9px;
    color:var(--plum);
    font-size:13px;
    font-weight:750;
}
.faculty-selector-group label span{
    color:var(--coral);
    font-size:11px;
    font-weight:800;
}
.faculty-select-control{
    position:relative;
}
.faculty-select-control > i:first-child{
    position:absolute;
    top:50%;
    left:14px;
    z-index:1;
    color:var(--rose);
    font-size:14px;
    transform:translateY(-50%);
    pointer-events:none;
}
.faculty-select-control > i:last-child{
    position:absolute;
    top:50%;
    right:14px;
    color:var(--muted);
    font-size:11px;
    transform:translateY(-50%);
    pointer-events:none;
}
.faculty-selector-group select{
    width:100%;
    min-height:48px;
    padding:11px 38px 11px 40px;
    border:1px solid #d8d8e5;
    border-radius:8px;
    outline:none;
    appearance:none;
    background:#fff;
    color:var(--ink);
    font-size:14px;
    cursor:pointer;
}
.faculty-selector-group select:hover{
    border-color:var(--rose);
}
.faculty-selector-group select:focus{
    border-color:var(--rose);
    box-shadow:0 0 0 4px rgba(98,102,234,.11);
}
.faculty-result-header{
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin-bottom:24px;
    padding:23px 26px;
    border-radius:13px;
    background:linear-gradient(135deg,var(--plum),#323478);
    box-shadow:0 16px 38px rgba(33,34,84,.2);
}
.faculty-result-header > div:first-child > span{
    display:block;
    margin-bottom:4px;
    color:#ffc0a7;
    font-size:10px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}
.faculty-result-header h2{
    margin:0;
    color:#fff;
    font-size:clamp(1.3rem,2vw,1.75rem);
    font-weight:800;
}
.faculty-result-header p{
    margin:5px 0 0;
    color:rgba(255,255,255,.75);
    font-size:13px;
}
.faculty-search{
    position:relative;
    width:min(100%,330px);
}
.faculty-search i{
    position:absolute;
    top:50%;
    left:15px;
    color:var(--muted);
    font-size:13px;
    transform:translateY(-50%);
}
.faculty-search input{
    width:100%;
    min-height:44px;
    padding:10px 15px 10px 40px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:8px;
    outline:none;
    background:#fff;
    color:var(--ink);
    font-size:14px;
}
.faculty-search input:focus{
    border-color:#ffc0a7;
    box-shadow:0 0 0 4px rgba(255,255,255,.1);
}
.faculty-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
}
.faculty-card{
    display:grid;
    grid-template-columns:minmax(300px,36%) minmax(300px,1fr) minmax(170px,20%);
    align-items:center;
    min-width:0;
    overflow:hidden;
    border:1px solid var(--line);
    border-left:4px solid var(--rose);
    border-radius:13px;
    background:#fff;
    box-shadow:0 12px 34px rgba(33,34,84,.07);
    transition:transform .22s ease,box-shadow .22s ease;
}
.faculty-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 42px rgba(33,34,84,.13);
}
.faculty-primary{
    display:flex;
    align-items:center;
    gap:18px;
    min-width:0;
    padding:23px;
}
.faculty-photo{
    flex:0 0 120px;
    width:120px;
    height:120px;
    overflow:hidden;
    border:4px solid #fff;
    border-radius:50%;
    background:var(--wash);
    box-shadow:0 0 0 2px rgba(98,102,234,.18),0 10px 25px rgba(33,34,84,.14);
}
.faculty-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
}
.faculty-photo > a{
    display:block;
    width:100%;
    height:100%;
}
.faculty-photo-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    background:linear-gradient(135deg,var(--plum),var(--rose));
    color:#fff;
    font-size:38px;
    font-weight:800;
}
.faculty-basic{
    min-width:0;
}
.faculty-basic h3{
    margin:0 0 8px;
    color:var(--plum);
    font-size:19px;
    font-weight:800;
    line-height:1.3;
    overflow-wrap:anywhere;
}
.faculty-basic h3 a{
    color:inherit;
}
.faculty-basic h3 a:hover{
    color:var(--coral);
}
.faculty-qualification{
    margin:0 0 4px;
    color:var(--coral);
    font-size:14px;
    font-weight:700;
}
.faculty-designation{
    margin:0 0 4px;
    color:#23804d;
    font-size:14px;
    font-weight:750;
}
.faculty-additional-designation{
    display:inline-flex;
    align-items:center;
    width:fit-content;
    max-width:100%;
    margin:5px 0 0;
    padding:5px 9px;
    border:1px solid #e4cc94;
    border-radius:6px;
    background:#fff8e7;
    color:#795816;
    font-size:12px;
    font-weight:750;
    line-height:1.45;
    overflow-wrap:anywhere;
}
.faculty-details{
    display:grid;
    gap:14px;
    min-width:0;
    padding:23px;
    border-left:1px solid var(--line);
}
.faculty-detail{
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    gap:9px;
    padding:10px 12px;
    border:1px solid transparent;
    border-radius:8px;
    background:#f7f7fa;
}
.faculty-detail > i{
    margin-top:3px;
    color:var(--rose);
    font-size:14px;
}
.faculty-detail span{
    display:block;
    margin-bottom:2px;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.faculty-detail p,
.faculty-detail a{
    display:block;
    margin:0;
    color:var(--ink);
    font-size:13px;
    line-height:1.55;
    overflow-wrap:anywhere;
}
.faculty-detail a:hover{
    color:var(--coral);
}
.faculty-detail:has(.fa-envelope),
.faculty-detail:has(.fa-envelope-open){
    border-color:#cdddf7;
    background:#f0f6ff;
}
.faculty-detail:has(.fa-envelope) > i,
.faculty-detail:has(.fa-envelope-open) > i,
.faculty-detail:has(.fa-envelope) span,
.faculty-detail:has(.fa-envelope-open) span{
    color:#315eaf;
}
.faculty-detail:has(.fa-envelope) a,
.faculty-detail:has(.fa-envelope-open) a{
    color:#244d91;
    font-weight:650;
}
.faculty-detail:has(.fa-flask){
    border-color:#ddc9e7;
    background:#faf2fc;
}
.faculty-detail:has(.fa-flask) > i,
.faculty-detail:has(.fa-flask) span{
    color:#85459c;
}
.faculty-detail:has(.fa-flask) p{
    color:#60356f;
    font-weight:600;
}
.faculty-detail:has(.fa-calendar-check){
    border-color:#c7e5d2;
    background:#f0faf4;
}
.faculty-detail:has(.fa-calendar-check) > i,
.faculty-detail:has(.fa-calendar-check) span{
    color:#237446;
}
.faculty-detail:has(.fa-calendar-check) p{
    color:#195b35;
    font-weight:650;
}
.faculty-detail:has(.fa-handshake){
    border-color:#f1cdbd;
    background:#fff4ef;
}
.faculty-detail:has(.fa-handshake) > i,
.faculty-detail:has(.fa-handshake) span{
    color:#b04d28;
}
.faculty-detail:has(.fa-handshake) p{
    color:#87391d;
    font-weight:650;
}
.faculty-profile{
    min-width:0;
    padding:23px;
    border-left:1px solid var(--line);
}
.faculty-vidwan{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:16px;
}
.faculty-vidwan > i{
    margin-top:3px;
    color:var(--rose);
}
.faculty-vidwan span{
    display:block;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.faculty-vidwan strong{
    display:block;
    color:var(--plum);
    font-size:13px;
    overflow-wrap:anywhere;
}
.faculty-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.faculty-profile-button,
.faculty-profile-pdf-button,
.faculty-vidwan-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:9px 13px;
    border-radius:7px;
    color:#fff;
    font-size:12px;
    font-weight:750;
}
.faculty-profile-button{
    background:var(--coral);
}
.faculty-profile-pdf-button{
    background:#a63b43;
}
.faculty-vidwan-button{
    background:var(--plum);
}
.faculty-profile-button:hover,
.faculty-profile-pdf-button:hover,
.faculty-vidwan-button:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(33,34,84,.16);
}
.faculty-status{
    padding:38px 25px;
    border:1px dashed #cfcfdf;
    border-radius:13px;
    background:rgba(255,255,255,.8);
    text-align:center;
}
.faculty-status-icon{
    display:grid;
    width:52px;
    height:52px;
    margin:0 auto 14px;
    place-items:center;
    border-radius:50%;
    background:rgba(98,102,234,.1);
    color:var(--rose);
    font-size:20px;
}
.faculty-status h3,
.faculty-no-results h3{
    margin:0 0 6px;
    color:var(--plum);
    font-size:18px;
    font-weight:800;
}
.faculty-status p,
.faculty-no-results p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
.faculty-loading{
    display:none;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:28px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.faculty-no-results{
    grid-column:1 / -1;
    padding:38px 25px;
    border:1px dashed #cfcfdf;
    border-radius:13px;
    background:#fff;
    text-align:center;
}
.faculty-no-results > i{
    margin-bottom:13px;
    color:var(--rose);
    font-size:25px;
}
@media(max-width:1100px){
    .faculty-card{
        grid-template-columns:minmax(280px,42%) minmax(0,1fr);
    }
    .faculty-profile{
        grid-column:1 / -1;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:20px;
        border-top:1px solid var(--line);
        border-left:0;
    }
    .faculty-vidwan{
        margin-bottom:0;
    }
}
@media(max-width:760px){
    .faculty-page{
        padding:42px 0 60px;
    }
    .faculty-selector-card{
        padding:20px;
    }
    .faculty-selector-row{
        grid-template-columns:1fr;
    }
    .faculty-result-header{
        align-items:stretch;
        flex-direction:column;
        padding:21px;
    }
    .faculty-search{
        width:100%;
    }
    .faculty-card{
        grid-template-columns:1fr;
    }
    .faculty-details,
    .faculty-profile{
        border-top:1px solid var(--line);
        border-left:0;
    }
    .faculty-profile{
        grid-column:auto;
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(max-width:480px){
    .faculty-selector-intro{
        align-items:flex-start;
    }
    .faculty-primary{
        align-items:center;
        flex-direction:column;
        text-align:center;
    }
    .faculty-photo{
        width:135px;
        height:135px;
        flex-basis:135px;
    }
}
@media(prefers-reduced-motion:reduce){
    .faculty-card,
    .faculty-profile-button,
    .faculty-vidwan-button{
        transition:none;
    }
    .faculty-card:hover,
    .faculty-profile-button:hover,
    .faculty-vidwan-button:hover{
        transform:none;
    }
}

.faculty-department-label{
    display:inline-block;
    max-width:100%;
    margin-bottom:8px;
    padding:4px 9px;
    border:1px solid rgba(98,102,234,.16);
    border-radius:5px;
    background:rgba(98,102,234,.08);
    color:var(--rose);
    font-size:10px;
    font-weight:800;
    letter-spacing:.05em;
    line-height:1.4;
    text-transform:uppercase;
    overflow-wrap:anywhere;
}

/* Individual Faculty Profile */
.faculty-profile-page{
    position:relative;
    padding:48px 0 80px;
    background:linear-gradient(145deg,var(--wash),#fff 50%,#f4f3fb);
}
.faculty-profile-back{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:25px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.faculty-profile-back:hover{
    color:var(--coral);
}
.faculty-profile-hero{
    display:grid;
    grid-template-columns:190px minmax(0,1fr);
    align-items:center;
    gap:34px;
    margin-bottom:28px;
    padding:34px;
    border:1px solid #49478b;
    border-top:4px solid var(--coral);
    border-radius:15px;
    background:linear-gradient(135deg,var(--plum),#393779);
    box-shadow:0 18px 45px rgba(33,34,84,.2);
}
.faculty-profile-photo{
    width:170px;
    height:170px;
    overflow:hidden;
    border:4px solid #d7b875;
    border-radius:50%;
    background:var(--wash);
    box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.faculty-profile-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
}
.faculty-profile-photo-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    background:linear-gradient(135deg,#4b4da6,var(--rose));
    color:#fff;
    font-size:55px;
    font-weight:800;
}
.faculty-profile-intro{
    min-width:0;
}
.faculty-profile-intro .kicker{
    color:#ffc3a8;
}
.faculty-profile-intro h1{
    margin:12px 0 8px;
    color:#fff;
    font-size:clamp(1.8rem,3.2vw,2.8rem);
    font-weight:800;
    line-height:1.2;
    overflow-wrap:anywhere;
}
.faculty-profile-designation{
    margin:0 0 4px;
    color:#fff;
    font-size:18px;
    font-weight:750;
}
.faculty-profile-additional{
    margin:0 0 8px;
    color:#ffc3a8;
    font-size:14px;
    font-weight:650;
}
.faculty-profile-qualification{
    display:flex;
    align-items:center;
    gap:8px;
    margin:12px 0;
    color:rgba(255,255,255,.86);
    font-size:14px;
}
.faculty-profile-qualification i{
    color:#d7b875;
}
.faculty-profile-department{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:5px;
    padding:7px 12px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:12px;
    font-weight:700;
}
.faculty-profile-department:hover{
    border-color:#ffc3a8;
    color:#ffc3a8;
}
.faculty-profile-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,360px);
    align-items:start;
    gap:25px;
}
.faculty-profile-main,
.faculty-profile-sidebar{
    display:grid;
    gap:25px;
    min-width:0;
}
.faculty-profile-section,
.faculty-profile-side-card{
    min-width:0;
    padding:clamp(23px,3vw,34px);
    border:1px solid var(--line);
    border-radius:13px;
    background:#fff;
    box-shadow:0 12px 34px rgba(33,34,84,.07);
}
.faculty-profile-section-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}
.faculty-profile-section-title i{
    display:grid;
    width:40px;
    height:40px;
    place-items:center;
    border-radius:9px;
    background:rgba(98,102,234,.1);
    color:var(--rose);
}
.faculty-profile-section-title h2,
.faculty-profile-side-card h2{
    margin:0;
    color:var(--plum);
    font-size:19px;
    font-weight:800;
}
.faculty-profile-side-card h2{
    margin-bottom:20px;
    padding-bottom:13px;
    border-bottom:1px solid var(--line);
}
.faculty-profile-details{
    display:grid;
    gap:17px;
}
.faculty-profile-detail{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
}
.faculty-profile-detail > i{
    margin-top:3px;
    color:var(--rose);
    font-size:14px;
}
.faculty-profile-detail span{
    display:block;
    margin-bottom:2px;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}
.faculty-profile-detail p,
.faculty-profile-detail a{
    display:block;
    margin:0;
    color:var(--ink);
    font-size:13px;
    line-height:1.55;
    overflow-wrap:anywhere;
}
.faculty-profile-detail a:hover{
    color:var(--coral);
}
.faculty-identity-grid{
    display:grid;
    gap:10px;
}
.faculty-identity-link{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    align-items:center;
    gap:10px;
    padding:10px;
    border:1px solid var(--line);
    border-radius:8px;
    background:var(--wash);
    color:var(--plum);
}
.faculty-identity-link:hover{
    border-color:var(--coral);
    color:var(--coral);
    transform:translateY(-2px);
}
.faculty-identity-link > i{
    text-align:center;
    font-size:17px;
}
.faculty-identity-link small,
.faculty-identity-link strong{
    display:block;
    overflow-wrap:anywhere;
}
.faculty-identity-link small{
    color:var(--muted);
    font-size:10px;
    font-weight:700;
}
.faculty-identity-link strong{
    font-size:12px;
}
.faculty-publications-section{
    display:flex;
    align-items:center;
    gap:18px;
}
.faculty-publication-number{
    display:grid;
    width:65px;
    height:65px;
    flex:0 0 65px;
    place-items:center;
    border-radius:50%;
    background:var(--plum);
    color:#fff;
    font-size:22px;
    font-weight:800;
}
.faculty-publications-section span{
    color:var(--coral);
    font-size:10px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.faculty-publications-section h2{
    margin:3px 0 0;
    color:var(--plum);
    font-size:20px;
    font-weight:800;
}
.faculty-profile-empty{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--muted);
    font-size:14px;
}
.faculty-profile-empty p{
    margin:0;
}
.faculty-profile-empty i{
    color:var(--rose);
}
.faculty-profile-loading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:240px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.faculty-profile-status{
    padding:45px 25px;
    border:1px dashed #cfcfdf;
    border-radius:13px;
    background:#fff;
    text-align:center;
}
.faculty-profile-status i{
    margin-bottom:13px;
    color:var(--coral);
    font-size:27px;
}
.faculty-profile-status h2{
    margin:0 0 6px;
    color:var(--plum);
    font-size:20px;
}
.faculty-profile-status p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
@media(max-width:900px){
    .faculty-profile-layout{
        grid-template-columns:1fr;
    }
}
@media(max-width:650px){
    .faculty-profile-page{
        padding:30px 0 55px;
    }
    .faculty-profile-hero{
        grid-template-columns:1fr;
        justify-items:center;
        gap:21px;
        padding:25px;
        text-align:center;
    }
    .faculty-profile-photo{
        width:145px;
        height:145px;
    }
    .faculty-profile-intro .kicker,
    .faculty-profile-qualification{
        justify-content:center;
    }
    .faculty-profile-section,
    .faculty-profile-side-card{
        padding:22px;
    }
}

/* Governing Body */
.governing-page{
    position:relative;
    padding:70px 0 90px;
    background:linear-gradient(145deg,var(--wash),#fff 48%,#f4f3fb);
    overflow:hidden;
}
.governing-page::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:430px;
    height:430px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(98,102,234,.13),transparent 70%);
    pointer-events:none;
}
.governing-heading{
    position:relative;
    max-width:830px;
    margin:0 auto 42px;
    text-align:center;
}
.governing-heading .kicker{
    justify-content:center;
}
.governing-heading h1{
    margin:13px 0;
    color:var(--plum);
    font-size:clamp(2rem,3.5vw,3rem);
    font-weight:800;
    line-height:1.15;
}
.governing-heading p{
    max-width:750px;
    margin:0 auto;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}
.governing-list{
    position:relative;
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}
.governing-member-card{
    display:grid;
    grid-template-columns:128px minmax(0,1fr);
    align-items:center;
    gap:22px;
    min-width:0;
    padding:21px 25px;
    border:1px solid var(--line);
    border-left:4px solid var(--rose);
    border-radius:13px;
    background:#fff;
    box-shadow:0 12px 32px rgba(33,34,84,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.governing-member-card:hover{
    border-color:rgba(98,102,234,.3);
    transform:translateY(-3px);
    box-shadow:0 17px 40px rgba(33,34,84,.13);
}
.governing-member-photo{
    width:115px;
    height:116px;
    overflow:hidden;
    border:1px solid #d7b875;
    border-radius:50%;
    background:var(--wash);
    box-shadow:0 0 0 2px rgba(98,102,234,.2),0 9px 22px rgba(33,34,84,.16);
}
.governing-member-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
}
.governing-photo-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    border-radius:50%;
    background:linear-gradient(135deg,var(--plum),var(--rose));
    color:#fff;
    font-size:31px;
    font-weight:800;
}
.governing-member-content{
    min-width:0;
}
.governing-member-title{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:10px;
}
.governing-member-title h2{
    margin:0 0 5px;
    color:var(--plum);
    font-size:20px;
    font-weight:800;
    line-height:1.3;
    overflow-wrap:anywhere;
}
.governing-qualification{
    margin:0;
    color:var(--coral);
    font-size:13px;
    font-weight:700;
    line-height:1.55;
}
.governing-position{
    display:inline-flex;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    padding:6px 12px;
    border:1px solid rgba(98,102,234,.16);
    border-radius:999px;
    background:rgba(98,102,234,.09);
    color:var(--plum);
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
}
.governing-profile{
    margin:0;
    color:var(--ink);
    font-size:14px;
    line-height:1.75;
}
.governing-profile-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px 22px;
    margin:0;
    padding:0;
    list-style:none;
}
.governing-profile-list li{
    display:grid;
    grid-template-columns:17px minmax(0,1fr);
    gap:7px;
    color:var(--ink);
    font-size:13px;
    line-height:1.6;
}
.governing-profile-list i{
    margin-top:5px;
    color:var(--coral);
    font-size:9px;
}
.governing-loading{
    display:none;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:35px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.governing-status{
    padding:40px 25px;
    border:1px dashed #cfcfdf;
    border-radius:14px;
    background:rgba(255,255,255,.85);
    text-align:center;
}
.governing-status-icon{
    display:grid;
    width:54px;
    height:54px;
    margin:0 auto 14px;
    place-items:center;
    border-radius:50%;
    background:rgba(98,102,234,.1);
    color:var(--rose);
    font-size:21px;
}
.governing-status h3{
    margin:0 0 6px;
    color:var(--plum);
    font-size:18px;
    font-weight:800;
}
.governing-status p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
@media(max-width:850px){
    .governing-profile-list{
        grid-template-columns:1fr;
    }
}
@media(max-width:650px){
    .governing-page{
        padding:42px 0 60px;
    }
    .governing-heading{
        margin-bottom:32px;
    }
    .governing-member-card{
        grid-template-columns:100px minmax(0,1fr);
        align-items:start;
        gap:16px;
        padding:18px;
    }
    .governing-member-photo{
        width:90px;
        height:90px;
    }
    .governing-member-title{
        flex-direction:column;
        gap:8px;
    }
    .governing-member-title h2{
        font-size:17px;
    }
    .governing-profile,
    .governing-profile-list li{
        font-size:13px;
    }
}
@media(max-width:430px){
    .governing-member-card{
        grid-template-columns:1fr;
    }
    .governing-member-photo{
        width:82px;
        height:82px;
    }
}
@media(prefers-reduced-motion:reduce){
    .governing-member-card{
        transition:none;
    }
    .governing-member-card:hover{
        transform:none;
    }
}

.governing-list{
    counter-reset:governing-member;
}
.governing-member-card{
    counter-increment:governing-member;
    grid-template-columns:48px 128px minmax(0,1fr);
}
.governing-member-card::before{
    content:counter(governing-member,decimal-leading-zero);
    display:grid;
    width:38px;
    height:38px;
    place-items:center;
    border:1px solid #6266ea;
    border-radius:50%;
    background:rgba(98,102,234,.10);
    color:#6266ea;
    font-size:13px;
    font-weight:800;
    line-height:1;
}
@media(max-width:650px){
    .governing-member-card{
        grid-template-columns:40px 100px minmax(0,1fr);
        gap:12px;
    }
    .governing-member-card::before{
        width:34px;
        height:34px;
        font-size:12px;
    }
}
@media(max-width:430px){
    .governing-member-card{
        grid-template-columns:40px 82px minmax(0,1fr);
    }
    .governing-member-content{
        grid-column:1 / -1;
    }
}


/* Successive Presidents */
.presidents-page{
    position:relative;
    padding:70px 0 90px;
    background:linear-gradient(145deg,#f6f6fb,#fff 48%,#f3f2fa);
    overflow:hidden;
}
.presidents-page::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:430px;
    height:430px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(98,102,234,.13),transparent 70%);
    pointer-events:none;
}
.presidents-page::after{
    content:"";
    position:absolute;
    bottom:-230px;
    left:-230px;
    width:500px;
    height:500px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(238,118,71,.08),transparent 70%);
    pointer-events:none;
}
.presidents-heading{
    position:relative;
    z-index:1;
    max-width:850px;
    margin:0 auto 48px;
    text-align:center;
}
.presidents-heading .kicker{
    justify-content:center;
}
.presidents-heading h1{
    margin:13px 0;
    color:var(--plum);
    font-size:clamp(2rem,3.5vw,3rem);
    font-weight:800;
    line-height:1.15;
}
.presidents-heading p{
    max-width:780px;
    margin:0 auto;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}
.presidents-list{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
    max-width:1180px;
    margin:0 auto;
}
.president-card{
    position:relative;
    display:grid;
    grid-template-columns:52px 150px minmax(0,1fr);
    align-items:center;
    gap:24px;
    min-width:0;
    padding:24px 28px 24px 18px;
    border:1px solid var(--line);
    border-radius:15px;
    background:#fff;
    box-shadow:0 12px 32px rgba(33,34,84,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.president-card:hover{
    border-color:rgba(98,102,234,.3);
    transform:translateY(-3px);
    box-shadow:0 18px 42px rgba(33,34,84,.13);
}
.president-card::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:4px;
    border-radius:15px 0 0 15px;
    background:var(--rose);
}
.president-card:nth-child(4n+2)::before{
    background:var(--coral);
}
.president-card:nth-child(4n+3)::before{
    background:var(--orchid);
}
.president-card:nth-child(4n+4)::before{
    background:var(--emerald);
}
.president-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border:1px solid rgba(98,102,234,.18);
    border-radius:50%;
    background:rgba(98,102,234,.08);
    color:var(--rose);
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
}
.president-card:nth-child(4n+2) .president-number{
    border-color:rgba(238,118,71,.2);
    background:rgba(238,118,71,.09);
    color:#c9572b;
}
.president-card:nth-child(4n+3) .president-number{
    border-color:rgba(144,82,168,.2);
    background:rgba(144,82,168,.09);
    color:var(--orchid);
}
.president-card:nth-child(4n+4) .president-number{
    border-color:rgba(24,32,118,.18);
    background:rgba(24,32,118,.08);
    color:var(--emerald);
}
.president-photo{
    width:128px;
    height:128px;
    overflow:hidden;
    border:1px solid #d7b875;
    border-radius:50%;
    background:var(--wash);
    box-shadow:0 0 0 3px rgba(98,102,234,.13),0 10px 24px rgba(33,34,84,.16);
}
.president-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
}
.president-photo-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    border-radius:50%;
    background:linear-gradient(135deg,var(--plum),var(--rose));
    color:#fff;
    font-size:34px;
    font-weight:800;
}
.president-content{
    min-width:0;
}
.president-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:28px;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid #ececf3;
}
.president-name-block{
    min-width:0;
}
.president-label{
    display:inline-block;
    margin-bottom:5px;
    color:var(--rose);
    font-size:10px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.president-name-block h2{
    margin:0 0 5px;
    color:var(--plum);
    font-size:21px;
    font-weight:800;
    line-height:1.3;
    overflow-wrap:anywhere;
}
.president-qualification{
    margin:0;
    color:var(--coral);
    font-size:13px;
    font-weight:700;
    line-height:1.55;
}
.president-tenure{
    display:flex;
    flex:0 0 auto;
    align-items:center;
    gap:10px;
    max-width:270px;
    padding:9px 13px;
    border:1px solid #dcdcf0;
    border-radius:9px;
    background:#f5f5fb;
}
.president-tenure>i{
    color:var(--rose);
    font-size:16px;
}
.president-tenure div{
    min-width:0;
}
.president-tenure span{
    display:block;
    margin-bottom:2px;
    color:#7b7c93;
    font-size:9px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.president-tenure strong{
    display:block;
    color:var(--plum);
    font-size:12px;
    font-weight:800;
    line-height:1.45;
    white-space:nowrap;
}
.president-section{
    margin-top:8px;
}
.president-section:first-of-type{
    margin-top:0;
}
.president-profile{
    margin:0;
    color:var(--ink);
    font-size:14px;
    line-height:1.75;
}
.president-additional{
    margin-top:8px;
}
.president-additional .president-profile{
    color:var(--muted);
    font-size:13px;
}
.president-profile-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px 22px;
    margin:0;
    padding:0;
    list-style:none;
}
.president-profile-list li{
    display:grid;
    grid-template-columns:17px minmax(0,1fr);
    gap:7px;
    color:var(--ink);
    font-size:13px;
    line-height:1.6;
}
.president-profile-list i{
    margin-top:5px;
    color:var(--coral);
    font-size:9px;
}
.president-additional .president-profile-list li{
    color:var(--muted);
}
.presidents-loading{
    display:none;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:35px;
    color:var(--plum);
    font-size:14px;
    font-weight:750;
}
.presidents-status{
    position:relative;
    z-index:1;
    padding:40px 25px;
    border:1px dashed #cfcfdf;
    border-radius:14px;
    background:rgba(255,255,255,.85);
    text-align:center;
}
.presidents-status-icon{
    display:grid;
    width:54px;
    height:54px;
    margin:0 auto 14px;
    place-items:center;
    border-radius:50%;
    background:rgba(98,102,234,.1);
    color:var(--rose);
    font-size:21px;
}
.presidents-status h3{
    margin:0 0 6px;
    color:var(--plum);
    font-size:18px;
    font-weight:800;
}
.presidents-status p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}
@media(max-width:900px){
    .president-card{
        grid-template-columns:45px 120px minmax(0,1fr);
        gap:19px;
        padding:21px 22px 21px 16px;
    }
    .president-photo{
        width:108px;
        height:108px;
    }
    .president-title-row{
        flex-direction:column;
        gap:10px;
    }
    .president-tenure{
        max-width:none;
    }
    .president-profile-list{
        grid-template-columns:1fr;
    }
}
@media(max-width:650px){
    .presidents-page{
        padding:42px 0 60px;
    }
    .presidents-heading{
        margin-bottom:32px;
    }
    .presidents-heading p{
        font-size:14px;
    }
    .president-card{
        grid-template-columns:82px minmax(0,1fr);
        align-items:start;
        gap:16px;
        padding:18px;
    }
    .president-number{
        position:absolute;
        top:13px;
        right:13px;
        width:34px;
        height:34px;
        font-size:11px;
    }
    .president-photo{
        width:78px;
        height:78px;
    }
    .president-photo-placeholder{
        font-size:24px;
    }
    .president-name-block{
        padding-right:35px;
    }
    .president-name-block h2{
        font-size:17px;
    }
    .president-title-row{
        padding-bottom:11px;
        margin-bottom:11px;
    }
    .president-tenure{
        padding:8px 10px;
    }
    .president-tenure strong{
        white-space:normal;
    }
    .president-section,
    .president-additional{
        grid-column:1/-1;
    }
    .president-profile,
    .president-profile-list li,
    .president-additional .president-profile{
        font-size:13px;
    }
}
@media(max-width:430px){
    .president-card{
        grid-template-columns:72px minmax(0,1fr);
        gap:13px;
        padding:16px;
    }
    .president-photo{
        width:68px;
        height:68px;
    }
    .president-name-block h2{
        font-size:16px;
    }
    .president-qualification{
        font-size:12px;
    }
}
@media(prefers-reduced-motion:reduce){
    .president-card{
        transition:none;
    }
    .president-card:hover{
        transform:none;
    }
}

/* Footer */
.footer {
    background:#261b2b;
    color:#dcdce8;
    padding:70px 0 0;
    border-top:5px solid var(--coral);
}
.footer-grid {
    display:grid;
    grid-template-columns:2.1fr 1fr 1fr 1fr;
    gap:55px;
}
.footer-brand {
    font-size:29px;
    font-weight:750;
    line-height:1.25;
    letter-spacing:-.035em;
    color:white;
    max-width:400px;
}
.footer p {
    font-size:16px;
    color:#bbaec0;
    margin-bottom:20px;
}
.footer p i {
    color:#ed9d7d;
}
.footer h5 {
    font-size:19px;
    font-weight:750;
    margin-bottom:24px;
    color:#fff;
}
.footer-grid>div>a {
    display:block;
    font-size:15px;
    color:#b8b8c9;
    margin-bottom:11px;
}
.footer a:hover {
    color:#ffb294;
}
.footer-social {
    display:flex;
    gap:10px;
}
.footer-social a {
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    background:#ffffff0c;
    border:1px solid #ffffff14;
    border-radius:50%;
    font-size:14px;
}
.footer-bottom {
    border-top:1px solid #ffffff15;
    margin-top:50px;
    padding-block:24px;
    font-size:13px;
    color:#a494ab;
}

.footer-contact a{
    display:inline;
    color:inherit;
}
.footer-contact a:hover{
    color:var(--coral);
}
.footer-map{
    width:calc(100% + 20px);
    max-width:400px;
    height:190px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    background:rgba(255,255,255,.06);
}
.footer-map iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
}
.footer-follow-heading{
    margin-top:32px;
    margin-bottom:12px;
}
@media(max-width:650px){
    .footer-map{
        width:100%;
        max-width:100%;
        height:210px;
    }
}
@media(max-width:1199px) {
    .footer-grid {
        gap:30px;
    }
}
@media(max-width:991px) {
    .footer-grid {
        grid-template-columns:2fr 1fr;
        gap:40px;
    }
}
@media(max-width:700px) {
    .footer {
        padding-top:50px;
    }
    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap:35px 25px;
    }
    .footer-grid>div:first-child {
        grid-column:1/-1;
    }
    .footer-brand {
        font-size:28px;
    }
    .footer-bottom {
        margin-top:30px;
        font-size:12px;
    }
    .footer p {
        font-size:15px;
    }
}

/* Scroll to top */
#scroll-top {
    position:fixed;
    right:24px;
    bottom:24px;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    background:var(--coral);
    border:0;
    border-radius:9px;
    color:#fff;
    font-size:20px;
    z-index:60;
    box-shadow:0 8px 24px #22234725;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(12px);
    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease;
}
#scroll-top.show {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}
@media(max-width:700px) {
    #scroll-top {
        width:42px;
        height:42px;
        right:16px;
        bottom:16px;
    }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    *,
    *:before,
    *:after {
        transition:none!important;
        animation:none!important;
    }
}



/* =========================================================
   FEE STRUCTURE AND MERIT SCHOLARSHIPS
========================================================= */

.fee-merit-section{
    position:relative;
    overflow:hidden;
    background:linear-gradient(
        145deg,
        #f5f5fb 0%,
        #fff 52%,
        #f7f2fa 100%
    );
}

.fee-merit-section::before{
    position:absolute;
    top:-180px;
    right:-170px;
    width:420px;
    height:420px;
    border-radius:50%;
    content:"";
    background:radial-gradient(
        circle,
        rgba(98,102,234,.13),
        transparent 70%
    );
    pointer-events:none;
}

/* Section Heading */
.fee-merit-heading{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);
    align-items:end;
    gap:50px;
    margin-bottom:42px;
}

.fee-merit-heading .section-title{
    margin-top:12px;
}

.fee-merit-heading > p{
    max-width:510px;
    margin:0;
    color:var(--muted);
    font-size:16px;
    line-height:1.75;
}

/* Fee Cards Grid */
.fee-programme-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

/* Individual Fee Card */
.fee-programme-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    min-height:285px;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    color:var(--ink);
    text-decoration:none;
    box-shadow:0 12px 32px rgba(33,34,84,.08);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

/* Card Top Accent */
.fee-programme-card::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    content:"";
    background:var(--rose);
}

.fee-programme-card:nth-child(2)::before{
    background:var(--coral);
}

.fee-programme-card:nth-child(3)::before{
    background:var(--orchid);
}

.fee-programme-card:nth-child(4)::before{
    background:var(--emerald);
}

.fee-programme-card:hover{
    color:var(--ink);
    border-color:rgba(98,102,234,.3);
    text-decoration:none;
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(33,34,84,.15);
}

/* Card Header */
.fee-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 24px 0;
}

/* Programme Icons */
.fee-card-icon{
    display:grid;
    width:54px;
    height:54px;
    flex:0 0 54px;
    place-items:center;
    border-radius:13px;
    font-size:22px;
}

.fee-icon-engineering{
    color:var(--rose);
    background:rgba(98,102,234,.12);
}

.fee-icon-sciences{
    color:#c9572b;
    background:rgba(238,118,71,.13);
}

.fee-icon-management{
    color:var(--orchid);
    background:rgba(144,82,168,.13);
}

.fee-icon-humanities{
    color:var(--emerald);
    background:rgba(24,32,118,.11);
}

/* Card Number */




/* Card Content */
.fee-card-content{
    flex:1;
    padding:22px 24px 25px;
}

.fee-card-content h3{
    margin:0;
    color:var(--plum);
    font-size:20px;
    font-weight:800;
    line-height:1.35;
    letter-spacing:-.025em;
}

.fee-card-content p{
    display:inline-flex;
    align-items:center;
    width:fit-content;
    margin:10px 0 0;
    padding:6px 12px;
    border:1px solid #a9e7ca;
    border-radius:999px;
    background:#e1faee;
    color:#007a4d;
    font-size:13px;
    font-weight:800;
    line-height:1.3;
}

/* View Fee Structure Button */
.fee-pdf-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    min-height:56px;
    padding:15px 22px;
    border-top:1px solid rgba(255,255,255,.2);
    background:linear-gradient(135deg,#08783f 0%,#0b9551 55%,#0ca65a 100%);
    color:#fff;
    font-size:13px;
    font-weight:800;
    line-height:1.3;
    transition:
        background .22s ease,
        box-shadow .22s ease;
}

.fee-pdf-button span{
    display:flex;
    align-items:center;
    gap:9px;
    color:#fff;
}

.fee-pdf-button .fa-file-pdf{
    display:grid;
    width:28px;
    height:28px;
    flex:0 0 28px;
    place-items:center;
    border-radius:7px;
    background:rgba(255,255,255,.16);
    color:#fff;
    font-size:14px;
}

.fee-pdf-button > .fa-arrow-up-right-from-square{
    color:#fff;
    font-size:13px;
    transition:transform .22s ease;
}

/* Button Hover */
.fee-programme-card:hover .fee-pdf-button{
    background:linear-gradient(135deg,#065d31 0%,#08783f 55%,#0b8c4a 100%);
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15);
}

.fee-programme-card:hover .fee-pdf-button span,
.fee-programme-card:hover .fee-pdf-button i{
    color:#fff;
}

.fee-programme-card:hover
.fee-pdf-button > .fa-arrow-up-right-from-square{
    transform:translate(2px,-2px);
}

/* Keyboard Focus */
.fee-programme-card:focus-visible{
    outline:3px solid #d7b875;
    outline-offset:3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1199px){
    .fee-programme-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:767px){
    .fee-merit-heading{
        grid-template-columns:1fr;
        gap:16px;
        margin-bottom:28px;
    }

    .fee-merit-heading > p{
        max-width:none;
        font-size:14px;
        line-height:1.65;
    }

    .fee-programme-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .fee-programme-card{
        min-height:245px;
    }

    .fee-card-top{
        padding:21px 20px 0;
    }

    .fee-card-icon{
        width:50px;
        height:50px;
        flex-basis:50px;
        font-size:20px;
    }

    .fee-card-number{
        width:34px;
        height:34px;
        flex-basis:34px;
        font-size:11px;
    }

    .fee-card-content{
        padding:18px 20px 22px;
    }

    .fee-card-content h3{
        font-size:18px;
    }

    .fee-card-content p{
        font-size:12px;
    }

    .fee-pdf-button{
        min-height:52px;
        padding:13px 18px;
    }
}

@media(prefers-reduced-motion:reduce){
    .fee-programme-card,
    .fee-pdf-button,
    .fee-pdf-button > .fa-arrow-up-right-from-square{
        transition:none;
    }

    .fee-programme-card:hover{
        transform:none;
    }
}

/* =========================================================
   IMPORTANT ADMISSION DOCUMENTS
========================================================= */

.admission-documents-section{
    position:relative;
    padding:55px 0;
    overflow:hidden;
    background:linear-gradient(
        135deg,
        var(--plum) 0%,
        #30286c 100%
    );
}

.admission-documents-section::before{
    position:absolute;
    top:-150px;
    right:-120px;
    width:350px;
    height:350px;
    border-radius:50%;
    content:"";
    background:rgba(255,255,255,.05);
    pointer-events:none;
}

.admission-documents-section::after{
    position:absolute;
    bottom:-190px;
    left:-150px;
    width:380px;
    height:380px;
    border-radius:50%;
    content:"";
    background:rgba(215,184,117,.06);
    pointer-events:none;
}

/* Section Heading */
.admission-documents-heading{
    position:relative;
    z-index:1;
    margin-bottom:28px;
    text-align:center;
}

.admission-documents-heading .kicker{
    justify-content:center;
    color:#ffc4aa;
}

.admission-documents-heading .kicker::before{
    background:#ffc4aa;
}

.admission-documents-heading h2{
    margin:10px 0 0;
    color:#fff;
    font-size:clamp(1.55rem,2.8vw,2.25rem);
    font-weight:800;
    line-height:1.2;
}

/* Three-Card Grid */
.admission-document-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

/* Common Card */
.admission-document-card{
    position:relative;
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    align-items:center;
    gap:15px;
    min-width:0;
    min-height:190px;
    padding:22px 20px 18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.25);
    border-radius:13px;
    background:#fff;
    color:var(--ink);
    text-decoration:none;
    box-shadow:0 14px 32px rgba(0,0,0,.18);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.admission-document-card:hover{
    color:var(--ink);
    text-decoration:none;
    transform:translateY(-5px);
    box-shadow:0 20px 42px rgba(0,0,0,.25);
}

/* Coloured Left Borders */
.admission-document-permission{
    border-left:5px solid var(--rose);
}

.admission-document-notification{
    border-left:5px solid var(--coral);
}

.admission-document-application{
    border-left:5px solid #0b9551;
}

/* Common Icon */
.admission-document-icon{
    display:grid;
    width:54px;
    height:54px;
    place-items:center;
    border-radius:12px;
    font-size:22px;
    transition:
        transform .22s ease,
        box-shadow .22s ease;
}

/* Permission Icon */
.admission-document-permission
.admission-document-icon{
    color:var(--rose);
    background:rgba(98,102,234,.12);
}

/* Notification Icon */
.admission-document-notification
.admission-document-icon{
    color:#c9572b;
    background:rgba(238,118,71,.14);
}

/* Application Icon */
.admission-document-application
.admission-document-icon{
    color:#08783f;
    background:rgba(8,120,63,.12);
}

/* Icon Hover */
.admission-document-card:hover
.admission-document-icon{
    transform:translateY(-2px);
}

.admission-document-application:hover
.admission-document-icon{
    box-shadow:0 8px 18px rgba(8,120,63,.16);
}

/* Card Content */
.admission-document-content{
    display:block;
    min-width:0;
}

.admission-document-content small{
    display:block;
    margin-bottom:5px;
    color:var(--muted);
    font-size:10px;
    font-weight:800;
    line-height:1.25;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.admission-document-content strong{
    display:block;
    color:var(--plum);
    font-size:17px;
    font-weight:800;
    line-height:1.3;
    overflow-wrap:anywhere;
}

/* Application Content Colour */
.admission-document-application
.admission-document-content small{
    color:#08783f;
}

.admission-document-application
.admission-document-content strong{
    color:#164a32;
}

/* Common Action Button */
.admission-document-action{
    display:flex;
    grid-column:1/-1;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    margin-top:5px;
    padding:11px 14px;
    border-radius:8px;
    color:#fff;
    font-size:13px;
    font-weight:800;
    line-height:1.2;
    white-space:nowrap;
    transition:
        background .22s ease,
        box-shadow .22s ease;
}

/* Permission Action */
.admission-document-permission
.admission-document-action{
    background:linear-gradient(
        135deg,
        var(--rose),
        #4d51cc
    );
}

/* Notification Action */
.admission-document-notification
.admission-document-action{
    background:linear-gradient(
        135deg,
        var(--coral),
        #cf4c20
    );
}

/* Application Action */
.admission-document-application
.admission-document-action{
    background:linear-gradient(
        135deg,
        #08783f,
        #0ca65a
    );
}

/* Action Hover Colours */
.admission-document-permission:hover
.admission-document-action{
    background:linear-gradient(
        135deg,
        #4d51cc,
        #363aab
    );
}

.admission-document-notification:hover
.admission-document-action{
    background:linear-gradient(
        135deg,
        #d85f31,
        #b93c16
    );
}

.admission-document-application:hover
.admission-document-action{
    background:linear-gradient(
        135deg,
        #065d31,
        #087f45
    );
}

.admission-document-action i{
    flex:0 0 auto;
    color:#fff;
    font-size:12px;
    transition:transform .22s ease;
}

.admission-document-card:hover
.admission-document-action i{
    transform:translate(2px,-2px);
}

/* Keyboard Accessibility */
.admission-document-card:focus-visible{
    outline:3px solid #d7b875;
    outline-offset:3px;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1199px){
    .admission-document-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .admission-document-application{
        grid-column:1/-1;
        width:calc(50% - 9px);
        margin:0 auto;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){
    .admission-documents-section{
        padding:38px 0;
    }

    .admission-documents-heading{
        margin-bottom:20px;
    }

    .admission-documents-heading h2{
        font-size:clamp(1.3rem,6vw,1.7rem);
    }

    .admission-document-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .admission-document-card,
    .admission-document-application{
        grid-column:auto;
        grid-template-columns:48px minmax(0,1fr);
        width:100%;
        min-height:0;
        margin:0;
        padding:16px;
    }

    .admission-document-icon{
        width:46px;
        height:46px;
        font-size:19px;
    }

    .admission-document-content strong{
        font-size:16px;
    }

    .admission-document-action{
        grid-column:1/-1;
        width:100%;
        margin-top:3px;
        padding:10px 12px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:380px){
    .admission-document-card{
        grid-template-columns:42px minmax(0,1fr);
        gap:10px;
        padding:14px;
    }

    .admission-document-icon{
        width:42px;
        height:42px;
        font-size:17px;
    }

    .admission-document-content strong{
        font-size:15px;
    }

    .admission-document-action{
        font-size:12px;
    }
}

/* Reduced Motion */
@media(prefers-reduced-motion:reduce){
    .admission-document-card,
    .admission-document-icon,
    .admission-document-action,
    .admission-document-action i{
        transition:none;
    }

    .admission-document-card:hover,
    .admission-document-card:hover
    .admission-document-icon,
    .admission-document-card:hover
    .admission-document-action i{
        transform:none;
    }
}



/* =========================================================
   CAMPUS OVERVIEW
========================================================= */

.campus-overview{
    position:relative;
    overflow:hidden;
    background:linear-gradient(145deg,#f7f7fc,#fff 48%,#f3f2fa);
}

.campus-overview::before{
    position:absolute;
    top:-180px;
    left:-170px;
    width:420px;
    height:420px;
    border-radius:50%;
    content:"";
    background:radial-gradient(
        circle,
        rgba(98,102,234,.1),
        transparent 70%
    );
    pointer-events:none;
}

.campus-overview-heading{
    position:relative;
    z-index:1;
    max-width:850px;
    margin:0 auto 40px;
    text-align:center;
}

.campus-overview-heading .kicker{
    justify-content:center;
}

.campus-overview-heading .section-title{
    margin-top:12px;
}

.campus-overview-heading p{
    max-width:720px;
    margin:14px auto 0;
    color:var(--muted);
    font-size:16px;
    line-height:1.7;
}

.campus-overview-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

/* Institution Card */
.campus-overview-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border:1px solid var(--line);
    border-top:4px solid var(--rose);
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 32px rgba(33,34,84,.08);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.campus-overview-card:nth-child(2){
    border-top-color:var(--coral);
}

.campus-overview-card:nth-child(3){
    border-top-color:var(--orchid);
}

.campus-overview-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(33,34,84,.15);
}

/* Institution Icon */
.campus-overview-icon{
    display:grid;
    width:58px;
    height:58px;
    margin:25px 25px 0;
    place-items:center;
    border-radius:14px;
    background:rgba(98,102,234,.11);
    color:var(--rose);
    font-size:23px;
}

.campus-overview-card:nth-child(2) .campus-overview-icon{
    background:rgba(238,118,71,.13);
    color:#c9572b;
}

.campus-overview-card:nth-child(3) .campus-overview-icon{
    background:rgba(144,82,168,.12);
    color:var(--orchid);
}

/* Institution Content */
.campus-overview-content{
    position:relative;
    flex:1;
    padding:22px 25px 25px;
}

/* Same number style as Schools and Programmes */
.campus-overview-number,
.fee-card-number{
    display:grid;
    width:36px;
    height:36px;
    place-items:center;
    border:1px solid rgba(98,102,234,.20);
    border-radius:50%;
    background:rgba(98,102,234,.09);
    color:var(--rose);
    font-size:12px;
    font-weight:800;
    line-height:1;
}

/* Institution number position */
.campus-overview-number{
    position:absolute;
    top:-48px;
    right:24px;
}

/* Fee Structure number position */
.fee-card-number{
    position:static;
    flex:0 0 36px;
}

/* Responsive */
@media(max-width:767px){
    .campus-overview-number,
    .fee-card-number{
        width:34px;
        height:34px;
        font-size:11px;
    }

    .campus-overview-number{
        top:-42px;
        right:20px;
    }
}
.campus-overview-content h3{
    margin:0;
    color:var(--plum);
    font-size:20px;
    font-weight:800;
    line-height:1.4;
}

.campus-overview-content p{
    display:inline-flex;
    margin:13px 0 0;
    padding:5px 11px;
    border:1px solid #b8e4ca;
    border-radius:20px;
    background:#e8f8ef;
    color:#08783f;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
}

/* Action Buttons */
.campus-overview-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    border-top:1px solid var(--line);
}

.campus-action-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    min-height:55px;
    padding:13px 10px;
    border:0;
    border-radius:0;
    color:#fff;
    font-family:"Inter","Segoe UI",Arial,sans-serif;
    font-size:13px;
    font-weight:750;
    line-height:1.25;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    transition:
        background .22s ease,
        color .22s ease,
        box-shadow .22s ease;
}

.campus-action-button span{
    min-width:0;
}

/* Website Button */
.campus-website-button{
    border-right:1px solid rgba(255,255,255,.28);
    background:linear-gradient(135deg,#08783f,#0ca65a);
    color:#fff;
}

.campus-website-button:hover{
    background:linear-gradient(135deg,#065d31,#087f45);
    color:#fff;
}

/* Video Button */
.campus-video-button{
    width:auto;
    background:linear-gradient(135deg,#6266ea,#4145bd);
    color:#fff;
}

.campus-video-button:hover{
    background:linear-gradient(135deg,#ee7647,#cf4c20);
    color:#fff;
}

/* Button Icons */
.campus-action-button i,
.campus-video-button i{
    flex:0 0 auto;
    color:#fff;
    font-size:16px;
}

.campus-action-button:hover i,
.campus-video-button:hover i{
    color:#fff;
}

.campus-action-button:focus-visible{
    position:relative;
    z-index:2;
    outline:3px solid #d7b875;
    outline-offset:-3px;
}

/* =========================================================
   CAMPUS VIDEO MODAL
========================================================= */

.campus-video-modal{
    overflow:hidden;
    border:0;
    border-radius:14px;
    box-shadow:0 25px 70px rgba(0,0,0,.3);
}

.campus-video-modal .modal-header{
    border-bottom:1px solid var(--line);
    background:var(--plum);
    color:#fff;
}

.campus-video-modal .modal-title{
    color:#fff;
    font-size:18px;
    font-weight:800;
    line-height:1.35;
}

.campus-video-modal .btn-close{
    filter:invert(1);
}

.campus-video-modal .modal-body{
    padding:0;
    background:#111;
}

.campus-video-frame{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
}

.campus-video-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

/* =========================================================
   CAMPUS OVERVIEW RESPONSIVE
========================================================= */

@media(max-width:991px){
    .campus-overview-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .campus-overview-card:last-child{
        grid-column:1/-1;
        width:calc(50% - 11px);
        margin:0 auto;
    }
}

@media(max-width:767px){
    .campus-overview-heading{
        margin-bottom:28px;
    }

    .campus-overview-heading p{
        font-size:14px;
    }

    .campus-overview-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .campus-overview-card:last-child{
        grid-column:auto;
        width:100%;
    }

    .campus-overview-icon{
        width:50px;
        height:50px;
        margin:20px 20px 0;
        font-size:20px;
    }

    .campus-overview-content{
        padding:18px 20px 22px;
    }

    .campus-overview-number{
        top:-43px;
        right:20px;
        font-size:23px;
    }

    .campus-overview-content h3{
        font-size:17px;
    }

    .campus-action-button{
        min-height:50px;
        padding:12px 8px;
        font-size:12px;
    }

    .campus-action-button i{
        font-size:15px;
    }
}

@media(max-width:380px){
    .campus-action-button{
        gap:5px;
        padding:11px 5px;
        font-size:11px;
    }
}

@media(prefers-reduced-motion:reduce){
    .campus-overview-card,
    .campus-action-button{
        transition:none;
    }

    .campus-overview-card:hover{
        transform:none;
    }
}

/* Schools and Programmes */
.schools-programmes{
    position:relative;
    overflow:hidden;
    background:linear-gradient(145deg,#f5f5fb,#fff 55%,#f7f3fa);
}

.schools-programmes::before{
    position:absolute;
    top:-180px;
    right:-180px;
    width:430px;
    height:430px;
    border-radius:50%;
    content:"";
    background:radial-gradient(circle,rgba(98,102,234,.12),transparent 70%);
    pointer-events:none;
}

.schools-programmes-heading{
    position:relative;
    z-index:1;
    max-width:900px;
    margin:0 auto 38px;
    text-align:center;
}

.schools-programmes-heading .kicker{
    justify-content:center;
}

.schools-programmes-heading .section-title{
    margin-top:12px;
}

.schools-programmes-heading p{
    max-width:760px;
    margin:14px auto 0;
    color:var(--muted);
    font-size:16px;
    line-height:1.7;
}

.schools-programmes-table-wrap{
    position:relative;
    z-index:1;
    overflow-x:auto;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 16px 42px rgba(33,34,84,.1);
}

.schools-programmes-table{
    width:100%;
    min-width:930px;
    margin:0;
    border-collapse:collapse;
}

.schools-programmes-table th{
    padding:17px 15px;
    border-right:1px solid rgba(255,255,255,.12);
    background:var(--plum);
    color:#fff;
    font-size:12px;
    font-weight:800;
    line-height:1.3;
    letter-spacing:.07em;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
}

.schools-programmes-table th:nth-child(2){
    text-align:left;
}

.schools-programmes-table th:last-child{
    border-right:0;
}

.schools-programmes-table th abbr{
    color:inherit;
    text-decoration:none;
    cursor:help;
}

.schools-programmes-table td{
    padding:15px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
    color:var(--ink);
    font-size:14px;
    line-height:1.5;
    text-align:center;
    vertical-align:middle;
}

.schools-programmes-table td:nth-child(2){
    min-width:310px;
    text-align:left;
}

.schools-programmes-table td:last-child{
    border-right:0;
}

.schools-programmes-table tbody tr:nth-child(even){
    background:#f8f8fc;
}

.schools-programmes-table tbody tr:hover{
    background:#f1f1fa;
}

.school-table-number{
    display:grid;
    width:36px;
    height:36px;
    margin:0 auto;
    place-items:center;
    border:1px solid rgba(98,102,234,.2);
    border-radius:50%;
    background:rgba(98,102,234,.09);
    color:var(--rose);
    font-size:12px;
    font-weight:800;
    line-height:1;
}

.school-table-name{
    display:inline-flex;
    align-items:center;
    color:var(--plum);
    font-size:15px;
    font-weight:800;
    line-height:1.45;
    text-transform:uppercase;
}

.school-table-name:hover{
    color:var(--coral);
}

.school-table-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 13px;
    border-radius:7px;
    background:var(--rose);
    color:#fff;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    white-space:nowrap;
}

.school-table-link:hover{
    background:var(--plum);
    color:#fff;
    transform:translateY(-2px);
}

.school-table-link i{
    font-size:10px;
}

.schools-programmes-table tbody td:last-child strong{
    display:inline-grid;
    width:36px;
    height:36px;
    place-items:center;
    border-radius:9px;
    background:#e8f8ef;
    color:#08783f;
    font-size:14px;
    font-weight:800;
}

.schools-programmes-table tfoot td{
    padding:17px 15px;
    border-right:1px solid rgba(255,255,255,.13);
    border-bottom:0;
    background:linear-gradient(135deg,var(--plum),#343678);
    color:#fff;
    font-size:15px;
    font-weight:800;
}

.schools-programmes-table tfoot td:first-child{
    text-align:left;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.schools-programmes-note{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    margin-top:13px;
    color:var(--muted);
    font-size:12px;
    font-weight:650;
}

.schools-programmes-note i{
    color:var(--coral);
}

@media(max-width:767px){
    .schools-programmes-heading{
        margin-bottom:27px;
    }

    .schools-programmes-heading p{
        font-size:14px;
        line-height:1.65;
    }

    .schools-programmes-table-wrap{
        border-radius:10px;
    }

    .schools-programmes-table{
        min-width:820px;
    }

    .schools-programmes-table th{
        padding:13px 11px;
        font-size:10px;
    }

    .schools-programmes-table td{
        padding:12px 11px;
        font-size:12px;
    }

    .schools-programmes-table td:nth-child(2){
        min-width:260px;
    }

    .school-table-name{
        font-size:13px;
    }

    .school-table-link{
        padding:7px 10px;
        font-size:11px;
    }

    .schools-programmes-note{
        justify-content:flex-start;
        font-size:11px;
    }
}

@media(prefers-reduced-motion:reduce){
    .school-table-link{
        transition:none;
    }

    .school-table-link:hover{
        transform:none;
    }
}


/* Centres */
.gvp-centres{
    position:relative;
    overflow:hidden;
    background:linear-gradient(145deg,#f5f5fb,#fff 50%,#f6f2fa);
}

.gvp-centres::before{
    position:absolute;
    top:-190px;
    right:-190px;
    width:450px;
    height:450px;
    border-radius:50%;
    content:"";
    background:radial-gradient(circle,rgba(98,102,234,.12),transparent 70%);
    pointer-events:none;
}

.gvp-centres-heading{
    position:relative;
    z-index:1;
    max-width:900px;
    margin:0 auto 40px;
    text-align:center;
}

.gvp-centres-heading .kicker{
    justify-content:center;
}

.gvp-centres-heading .section-title{
    margin-top:12px;
}

.gvp-centres-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.gvp-centre-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    min-height:255px;
    padding:25px;
    overflow:hidden;
    border:1px solid var(--line);
    border-top:4px solid var(--rose);
    border-radius:14px;
    background:#fff;
    box-shadow:0 12px 32px rgba(33,34,84,.08);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.gvp-centre-card:nth-child(4n+2){
    border-top-color:var(--coral);
}

.gvp-centre-card:nth-child(4n+3){
    border-top-color:var(--orchid);
}

.gvp-centre-card:nth-child(4n+4){
    border-top-color:var(--emerald);
}

.gvp-centre-card:hover{
    border-color:rgba(98,102,234,.3);
    transform:translateY(-5px);
    box-shadow:0 19px 42px rgba(33,34,84,.14);
}

.gvp-centre-number{
    position:absolute;
    top:20px;
    right:22px;
    display:grid;
    width:38px;
    height:38px;
    place-items:center;
    border:1px solid rgba(98,102,234,.18);
    border-radius:50%;
    background:rgba(98,102,234,.08);
    color:var(--rose);
    font-size:12px;
    font-weight:800;
    line-height:1;
}

.gvp-centre-icon{
    display:grid;
    width:54px;
    height:54px;
    margin-bottom:20px;
    place-items:center;
    border-radius:13px;
    background:rgba(98,102,234,.11);
    color:var(--rose);
    font-size:22px;
}

.gvp-centre-card:nth-child(4n+2) .gvp-centre-icon{
    background:rgba(238,118,71,.13);
    color:#c9572b;
}

.gvp-centre-card:nth-child(4n+3) .gvp-centre-icon{
    background:rgba(144,82,168,.12);
    color:var(--orchid);
}

.gvp-centre-card:nth-child(4n+4) .gvp-centre-icon{
    background:rgba(24,32,118,.1);
    color:var(--emerald);
}

.gvp-centre-card h3{
    margin:0 0 12px;
    color:var(--plum);
    font-size:19px;
    font-weight:800;
    line-height:1.4;
}

.gvp-centre-card p{
    margin:0 0 10px;
    color:var(--muted);
    font-size:14px;
    line-height:1.65;
}

.gvp-centre-period{
    display:inline-flex;
    align-self:flex-start;
    padding:5px 10px;
    border:1px solid #b8e4ca;
    border-radius:20px;
    background:#e8f8ef;
    color:#08783f !important;
    font-size:12px !important;
    font-weight:800;
}

.gvp-centre-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:auto;
    padding-top:18px;
}

.gvp-centre-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:36px;
    padding:8px 12px;
    border:1px solid rgba(98,102,234,.18);
    border-radius:7px;
    background:rgba(98,102,234,.08);
    color:var(--plum);
    font-family:inherit;
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    cursor:pointer;
}

.gvp-centre-link:hover{
    border-color:var(--rose);
    background:var(--rose);
    color:#fff;
    transform:translateY(-2px);
}

.gvp-centre-link i{
    font-size:12px;
}

.gvp-centre-video{
    border-color:rgba(238,118,71,.25);
    background:rgba(238,118,71,.1);
    color:#b94b22;
}

.gvp-centre-video:hover{
    border-color:var(--coral);
    background:var(--coral);
    color:#fff;
}

.gvp-centre-gallery{
    border-color:rgba(144,82,168,.24);
    background:rgba(144,82,168,.1);
    color:var(--orchid);
}

.gvp-centre-gallery:hover{
    border-color:var(--orchid);
    background:var(--orchid);
    color:#fff;
}

.gvp-partnership-heading{
    position:relative;
    z-index:1;
    margin:65px 0 30px;
    text-align:center;
}

.gvp-partnership-heading .kicker{
    justify-content:center;
}

.gvp-partnership-heading h2{
    margin:10px 0 0;
    color:var(--plum);
    font-size:clamp(1.6rem,2.8vw,2.3rem);
    font-weight:800;
    line-height:1.25;
}

.gvp-centre-featured{
    grid-column:span 2;
    border-top-color:var(--coral);
    background:linear-gradient(135deg,#fff,#fff8f4);
}

.gvp-centre-featured .gvp-centre-icon{
    background:rgba(238,118,71,.13);
    color:#c9572b;
}

@media(max-width:1199px){
    .gvp-centres-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:767px){
    .gvp-centres-heading{
        margin-bottom:28px;
    }

    .gvp-centres-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .gvp-centre-card{
        min-height:0;
        padding:21px;
    }

    .gvp-centre-featured{
        grid-column:auto;
    }

    .gvp-centre-card h3{
        padding-right:30px;
        font-size:17px;
    }

    .gvp-centre-number{
        top:17px;
        right:17px;
        width:34px;
        height:34px;
        font-size:11px;
    }

    .gvp-centre-icon{
        width:48px;
        height:48px;
        margin-bottom:16px;
        font-size:19px;
    }

    .gvp-partnership-heading{
        margin:45px 0 24px;
    }

    .gvp-partnership-heading h2{
        font-size:clamp(1.35rem,6vw,1.75rem);
    }
}

@media(prefers-reduced-motion:reduce){
    .gvp-centre-card,
    .gvp-centre-link{
        transition:none;
    }

    .gvp-centre-card:hover,
    .gvp-centre-link:hover{
        transform:none;
    }
}

.footer-simple{
    max-width:650px;
    margin:0 auto;
    padding-bottom:45px;
    text-align:center;
}

.footer-simple .footer-brand{
    max-width:none;
    margin-bottom:22px;
}

.footer-simple h5{
    margin-bottom:12px;
}

.footer-simple .footer-contact{
    margin-bottom:20px;
}

.footer-simple .footer-map{
    width:100%;
    max-width:650px;
    height:260px;
    margin:0 auto;
}

@media(max-width:700px){
    .footer-simple{
        padding-bottom:35px;
    }

    .footer-simple .footer-brand{
        font-size:22px;
    }

    .footer-simple .footer-map{
        height:220px;
    }
}


