:root {
    --bg: #f4f7fb;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --surface-dark: #0f172a;
    --text: #18212f;
    --muted: #5f6b7a;
    --line: rgba(15, 23, 42, 0.08);
    --primary: #0f766e;
    --primary-deep: #115e59;
    --secondary: #d97706;
    --accent: #1d4ed8;
    --shadow-lg: 0 30px 70px rgba(15, 23, 42, 0.14);
    --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.1);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
}

html,
body {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    color: var(--text);
    font-family: 'Manrope', sans-serif;
}

body {
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav > li > a,
.site-brand-copy strong {
    font-family: 'Sora', sans-serif;
    color: var(--text);
}

p,
li,
td,
th,
label {
    color: var(--muted);
}

body p,
body li,
body td,
body label,
body .section-heading-block p,
body .hero-copy p,
body .hero-card p,
body .about-three .about-content p,
body .student-rich-content p {
    text-align: justify;
    text-justify: inter-word;
}

a {
    color: var(--primary);
    transition: all 0.25s ease;
}

a:hover,
a:focus {
    color: var(--primary-deep);
    text-decoration: none;
}

section {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}

.button-default {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(29, 78, 216, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-width: 150px;
    padding: 14px 26px;
    text-transform: none;
}

.button-default:hover,
.button-default:focus {
    background: linear-gradient(135deg, var(--primary-deep), #1e3a8a);
    color: #fff;
    transform: translateY(-2px);
}

.button-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
}

.button-outline:hover,
.button-outline:focus {
    background: rgba(255, 255, 255, 0.14);
}

.site-shell {
    padding-top: 0;
}

.site-shell .header-top {
    background: linear-gradient(135deg, #0b1220 0%, #15314b 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
}

.site-shell .header-top .container {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 26px;
    width: 100%;
}

.campus-title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.right_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
}

.right_info p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin: 0 0 2px;
}

.left_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 56px;
}

.left_info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin: 0;
}

.left_info ul li {
    margin: 0;
}

.left_info a {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 16px;
}

.left_info a:hover,
.left_info a:focus {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.top-admission-link {
    background: linear-gradient(135deg, #f97316, var(--secondary)) !important;
    border-color: transparent !important;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
    color: #fff !important;
    font-weight: 800 !important;
}

.site-shell .main-menu {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    padding: 0;
}

.site-shell .main-menu .navbar {
    margin-bottom: 0;
}

.site-shell .main-menu .container {
    background: transparent;
    backdrop-filter: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 26px;
    padding-right: 26px;
    width: 100%;
}

.main-menu.menu-fixed {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
    top: 0;
}

.main-menu.menu-fixed .container {
    box-shadow: none;
}

.site-brand {
    align-items: center;
    display: flex !important;
    gap: 14px;
    height: auto;
    padding: 12px 0 !important;
}

.site-brand:hover,
.site-brand:focus,
.site-brand:active {
    background: transparent !important;
    box-shadow: none;
    outline: none;
}

.site-brand:focus-visible {
    border-radius: 16px;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}

.site-brand img {
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-brand-copy strong {
    font-size: 17px;
    font-weight: 800;
}

.site-brand-copy small {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

header .main-menu ul li a {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    padding: 26px 12px;
    text-transform: none;
}

header .main-menu ul li a:hover,
header .main-menu ul li a:focus,
header .main-menu ul li.active > a {
    color: var(--primary);
}

.navbar-right .dropdown-menu,
header .main-menu ul li ul {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    padding: 10px 0;
}

.dropdown-menu > li > a,
header .main-menu ul li ul li a {
    border-radius: 10px;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    margin: 2px 10px;
    padding: 10px 14px !important;
}

header .main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-right: 0;
}

.navbar-nav.navbar-right > li {
    float: none;
}

.navbar-nav.navbar-right > li > a {
    border-radius: 12px;
}

.navbar-nav.navbar-right > li:hover > a,
.navbar-nav.navbar-right > li.open > a,
.navbar-nav.navbar-right > li > a:hover,
.navbar-nav.navbar-right > li > a:focus {
    background: rgba(15, 118, 110, 0.08);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
header .main-menu ul li ul li a:hover {
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary);
}

.hero-shell {
    padding: 18px 0 0;
}

.site-alert {
    margin: 0 0 18px;
    max-width: none;
    padding: 0;
}

.site-alert marquee {
    background: linear-gradient(135deg, #fef3c7, #fff7ed);
    border: 1px solid rgba(217, 119, 6, 0.18);
    border-radius: 0;
    color: #8a4b07;
    font-weight: 700;
    padding: 12px 22px;
}

.site-alert a {
    color: #8a4b07;
}

.hero-stage {
    margin: 0;
    max-width: none;
    padding: 0;
    position: relative;
}

#owl_home {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

#owl_home .item {
    position: relative;
}

#owl_home .item::after {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.2) 60%, rgba(15, 23, 42, 0.42) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

#owl_home .item img {
    height: min(72vh, 760px);
    object-fit: cover;
    width: 100%;
}

.hero-overlay {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-overlay .container {
    height: 100%;
    max-width: 1240px;
}

.hero-grid {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
    min-height: min(72vh, 760px);
    padding: 54px 18px;
}

.hero-copy,
.hero-card-stack {
    pointer-events: auto;
}

.hero-copy {
    color: #fff;
    max-width: 700px;
}

.hero-kicker,
.section-tag,
.footer-kicker {
    color: var(--secondary);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.hero-copy h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    margin: 0 0 18px;
}

.hero-copy p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    margin-bottom: 28px;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-metric {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 18px 20px;
}

.hero-metric strong {
    color: #fff;
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    margin-bottom: 4px;
}

.hero-metric span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
}

.hero-card-stack {
    display: grid;
    gap: 16px;
}

.hero-card {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    color: #fff;
    padding: 24px;
}

.hero-card:hover,
.hero-card:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-4px);
}

.hero-card-label {
    color: #bfdbfe;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-card h3,
.hero-card p {
    color: #fff;
    margin: 0;
}

.hero-card h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.hero-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.section-heading-block {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.section-heading-block.compact {
    margin-bottom: 22px;
    max-width: none;
    text-align: left;
}

.section-heading-block h2,
.section-heading-block h3 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    margin: 0 0 14px;
}

.section-heading-block p {
    font-size: 17px;
    margin: 0;
}

.home-intro-section,
.home-news-section,
.home-pillars {
    padding: 40px 0 0;
}

.home-pillars {
    padding-top: 72px;
}

.pillars-shell {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.08), transparent 26%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 34px;
    box-shadow: var(--shadow-lg);
    padding: 38px 34px 12px;
    position: relative;
    overflow: hidden;
}

.pillars-shell::before {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 28%),
        linear-gradient(315deg, rgba(29, 78, 216, 0.08), transparent 24%);
    content: "";
    inset: 0;
    position: absolute;
    pointer-events: none;
}

.pillars-shell > * {
    position: relative;
    z-index: 1;
}

.home-pillars .section-heading-block {
    margin-bottom: 32px;
    max-width: 880px;
}

.home-pillars .row {
    display: flex;
    flex-wrap: wrap;
}

.home-pillars .col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

.intro-grid {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(29, 78, 216, 0.08));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 34px;
    margin: 0;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.intro-visual,
.intro-copy,
.pillar-card,
.news-panel,
.news-cta-card,
.footer-card {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.intro-visual {
    background: #0f172a;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

.intro-visual img {
    display: block;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    width: 100%;
}

.intro-visual::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.6) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.intro-visual::before {
    content: "Established 2007";
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 12px 18px;
    text-transform: uppercase;
}

.about-three .about-content.intro-copy {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 54px 48px;
}

.about-three .about-content h3,
.pillar-card h3,
.news-cta-card h3 {
    color: var(--text);
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.about-three .about-content p {
    margin-bottom: 0;
}

.intro-copy .section-tag {
    margin-bottom: 18px;
}

.intro-copy h3 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    margin-bottom: 18px;
    max-width: 580px;
}

.intro-copy > p {
    font-size: 17px;
    line-height: 1.9;
    max-width: 620px;
}

.intro-copy ul {
    margin: 32px 0 0;
}

.pillar-card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    width: 100%;
}

.pillar-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 100%;
    padding: 30px 28px 30px;
}

.pillar-card-body p {
    margin: 0;
}

.pillar-card:hover,
.pillar-card:focus-within {
    border-color: rgba(29, 78, 216, 0.16);
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
}

.pillar-card .section-tag {
    margin-bottom: 10px;
}

.pillar-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(29, 78, 216, 0.12));
    border: 1px solid rgba(29, 78, 216, 0.12);
    border-radius: 20px;
    color: var(--primary);
    display: inline-flex;
    font-size: 26px;
    height: 64px;
    justify-content: center;
    margin-bottom: 22px;
    width: 64px;
}

.pillar-card h3 {
    font-size: 24px;
    line-height: 1.24;
    margin-bottom: 12px;
}

.pillar-card p {
    font-size: 15px;
    line-height: 1.8;
}

.pillar-meta {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: auto;
    padding-top: 18px;
}

.pillar-card-vision::before,
.pillar-card-mission::before {
    content: "";
    height: 180px;
    position: absolute;
    right: -36px;
    top: -36px;
    width: 180px;
    border-radius: 999px;
    opacity: 0.6;
}

.pillar-card-vision::before {
    background: radial-gradient(circle, rgba(15, 118, 110, 0.16) 0%, rgba(15, 118, 110, 0) 68%);
}

.pillar-card-mission::before {
    background: radial-gradient(circle, rgba(29, 78, 216, 0.18) 0%, rgba(29, 78, 216, 0) 68%);
}

.accent-card {
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.95)),
        var(--surface-dark);
    border: 0;
}

.accent-card .section-tag,
.accent-card h3,
.accent-card p,
.accent-card a {
    color: #fff;
}

.accent-card .quick-link-list li a,
.accent-card .quick-link-list li a:visited {
    color: #ffffff;
}

.quick-access-copy {
    color: rgba(255, 255, 255, 0.84) !important;
    margin-bottom: 18px !important;
}

.accent-card::before {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.14), transparent 28%);
    content: "";
    inset: 0;
    position: absolute;
}

.accent-card .pillar-card-body {
    position: relative;
    z-index: 1;
}

.quick-link-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-link-list li a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    color: inherit;
    display: block;
    font-weight: 700;
    padding: 13px 16px;
    position: relative;
    text-shadow: 0 1px 1px rgba(15, 23, 42, 0.18);
}

.quick-link-list li a:hover,
.quick-link-list li a:focus {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateX(4px);
}

.news-panel,
.news-cta-card {
    height: 100%;
    padding: 32px;
}

.news-cta-card .quick-link-list li a,
.news-cta-card .quick-link-list li a:visited {
    color: #fff;
}

.news-cta-card .quick-link-list li a:hover,
.news-cta-card .quick-link-list li a:focus {
    color: var(--text);
}

.news-list-wrap {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    max-height: 480px;
    overflow: hidden;
    padding: 12px 18px;
}

.news-list-wrap marquee {
    height: 430px;
}

.news-list-wrap .table {
    margin-bottom: 0;
}

.news-list-wrap .table tr {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.news-list-wrap .table td {
    border: 0 !important;
    padding: 16px 6px;
}

.news-list-wrap a {
    color: var(--text);
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.news-list-wrap a:hover,
.news-list-wrap a:focus {
    color: var(--primary);
}

.contact-mini-card {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(29, 78, 216, 0.08));
    border: 1px solid rgba(29, 78, 216, 0.08);
    border-radius: 20px;
    margin-top: 26px;
    padding: 24px;
}

.contact-mini-card h4 {
    font-size: 22px;
    margin: 0 0 8px;
}

.contact-mini-card p {
    margin-bottom: 18px;
}

footer.site-footer {
    padding-top: 90px;
    position: relative;
}

footer .footer-top {
    background: transparent;
    padding: 0 0 28px;
}

footer.site-footer .container {
    position: relative;
    z-index: 1;
}

footer.site-footer::before {
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.1), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    content: "";
    inset: 120px 0 0;
    position: absolute;
}

.footer-lead {
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 30%),
        linear-gradient(135deg, #dff4ee, #eaf2ff 58%, #f8fbff);
    border: 1px solid rgba(29, 78, 216, 0.1);
    border-radius: 30px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 38px 42px;
    gap: 24px;
    position: relative;
}

.footer-lead::after {
    background: linear-gradient(90deg, rgba(29, 78, 216, 0.14), transparent);
    content: "";
    height: 1px;
    left: 42px;
    position: absolute;
    right: 42px;
    top: 0;
}

.footer-lead h3,
.footer-lead p {
    color: var(--text);
    margin: 0;
}

.footer-lead h3 {
    font-size: clamp(30px, 4vw, 40px);
    margin-bottom: 10px;
}

.footer-lead p {
    color: var(--muted);
    font-size: 16px;
    max-width: 720px;
}

.footer-kicker {
    color: var(--primary);
    letter-spacing: 0.18em;
}

.footer-lead .button-default {
    box-shadow: 0 16px 32px rgba(29, 78, 216, 0.16);
    flex-shrink: 0;
}

.footer-lead .button-default:hover,
.footer-lead .button-default:focus {
    color: #fff;
}

.footer-item {
    height: 100%;
    padding: 30px;
}

footer .footer-item .title {
    color: var(--text);
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-about p,
.footer-item li,
.footer-item a {
    color: var(--muted);
}

.footer-list,
.footer-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list li,
.footer-post li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-card {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.footer-about p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.footer-list li {
    align-items: center;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    gap: 14px;
    padding: 14px 16px;
}

.footer-list li i,
.footer-list li span {
    align-items: center;
    background: linear-gradient(135deg, #0f766e, #1d4ed8);
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    width: 40px;
}

.footer-list li span i,
.footer-list li span .fa,
.footer-list li i.fa {
    background: transparent;
    border-radius: 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 1;
    min-width: 0;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.footer-links-grid li p {
    margin: 0;
    width: 100%;
}

.footer-links-grid li a {
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    display: block;
    font-weight: 700;
    padding: 13px 16px;
    width: 100%;
}

.footer-links-grid li a:hover,
.footer-links-grid li a:focus {
    background: #ffffff;
    border-color: rgba(29, 78, 216, 0.22);
    color: var(--primary);
    transform: translateX(4px);
}

footer .footer-bottom {
    background: transparent;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 24px 0 36px;
}

footer .footer-bottom p,
footer .footer-bottom a {
    color: var(--muted);
}

.counter_li {
    padding: 6px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.scroll-top {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.22);
}

.scroll-top:hover,
.scroll-top:focus {
    color: #fff;
}

.page-header,
.sidebar,
.contact-item,
.event-item,
.teacher-item,
.blog-item,
.gallery-item,
.course-item,
.pagination > li > a,
.pagination > li > span,
table.dataTable,
.panel,
.well {
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.page-header {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.84), rgba(17, 94, 89, 0.82)),
        url('../../images/gec-1.jpeg') center/cover no-repeat;
    margin: 22px auto 0;
    max-width: 1240px;
    overflow: hidden;
}

.page-header .overlay {
    background: transparent;
    padding: 88px 0;
}

.page-header h3 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    margin-bottom: 12px;
}

.page-header ul li,
.page-header ul li a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.about-page-intro,
.about-story-section,
.about-highlights-section,
.about-family-section {
    position: relative;
}

.about-page-intro .row,
.about-highlights-section .row,
.about-family-section .row {
    display: flex;
    flex-wrap: wrap;
}

.about-page-intro .col-md-4,
.about-highlights-section .col-md-4,
.about-family-section .col-md-6 {
    display: flex;
    margin-bottom: 30px;
}

.about-page-heading {
    margin-bottom: 34px;
}

.about-page-heading.compact-center {
    max-width: 760px;
}

.about-feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    height: 100%;
    padding: 30px 28px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature-card:hover,
.about-feature-card:focus-within {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.about-feature-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(29, 78, 216, 0.12));
    border-radius: 20px;
    display: inline-flex;
    height: 82px;
    justify-content: center;
    margin-bottom: 22px;
    width: 82px;
}

.about-feature-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    margin-bottom: 16px;
}

.about-feature-card p,
.about-feature-card li {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.objective-card .objective_ul {
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 18px;
    margin: 0;
    max-height: 360px;
    padding: 18px 20px 18px 38px;
}

.objective-card .objective_ul li {
    margin-bottom: 10px;
}

.about-story-section .container,
.about-highlights-section .container,
.about-family-section .container {
    position: relative;
    z-index: 1;
}

.about-story-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 30px;
    box-shadow: var(--shadow-md);
    margin-bottom: 24px;
    padding: 34px 36px;
}

.about-story-hero {
    background:
        radial-gradient(circle at top right, rgba(29, 78, 216, 0.08), transparent 32%),
        linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(255, 255, 255, 0.92));
}

.about-story-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    margin-bottom: 12px;
}

.about-story-card h5 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    margin: 0 0 10px;
}

.about-story-card p,
.about-story-card li {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
}

.about-list-grid {
    margin-top: 18px;
}

.about-list-card {
    background: rgba(248, 250, 252, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    height: 100%;
    padding: 24px;
}

.about-clean-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.about-clean-list li {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    padding: 12px 0 0 18px;
    position: relative;
}

.about-clean-list li + li {
    margin-top: 12px;
}

.about-clean-list li::before {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 8px;
}

.about-info-card,
.family-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    height: 100%;
    padding: 34px 28px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page-intro .facility-item,
.about-highlights-section .out_box,
.about-family-section .out_box_fam {
    width: 100%;
}

.about-info-card:hover,
.family-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.about-info-card .img_box,
.family-card .img_box {
    margin-bottom: 18px;
}

.about-info-card img,
.family-card img {
    filter: drop-shadow(0 10px 18px rgba(29, 78, 216, 0.12));
}

.about-info-card h4,
.family-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    margin-bottom: 14px;
}

.about-info-card p,
.family-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.family-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.96));
    min-height: 100%;
}

.family-card .btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.16);
    padding: 12px 22px;
}

.family-card .btn-primary:hover,
.family-card .btn-primary:focus {
    background: linear-gradient(135deg, var(--primary-deep), #1e3a8a);
}

.principal-page-section {
    position: relative;
}

.principal-heading-block {
    margin-bottom: 34px;
}

.principal-layout {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.principal-layout .col-md-7,
.principal-layout .col-md-5 {
    display: flex;
    margin-bottom: 30px;
}

.principal-message-card,
.principal-profile-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    width: 100%;
}

.principal-message-card {
    padding: 34px 34px 28px;
}

.principal-message-intro {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.principal-message-intro h3 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(28px, 3.3vw, 40px);
    line-height: 1.16;
    margin: 0;
    max-width: 620px;
}

.principal-message-body p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 18px;
}

.principal-profile-card {
    overflow: hidden;
}

.principal-image-wrap {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(29, 78, 216, 0.14));
    padding: 22px 22px 0;
}

.principal-image-wrap img {
    border-radius: 24px;
    display: block;
    height: 420px;
    object-fit: cover;
    width: 100%;
}

.principal-profile-content {
    padding: 28px 28px 30px;
}

.principal-profile-content h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 30px;
    margin: 0 0 8px;
}

.principal-role {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.principal-contact-list {
    display: grid;
    gap: 14px;
}

.principal-contact-item {
    align-items: center;
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 18px;
    display: flex;
    gap: 14px;
    padding: 16px 18px;
}

.principal-contact-item span {
    align-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.principal-contact-item strong {
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    margin-bottom: 3px;
}

.principal-contact-item p,
.principal-contact-item a {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    word-break: break-word;
}

.principal-contact-item a:hover,
.principal-contact-item a:focus {
    color: var(--primary);
}

.department-page-section {
    position: relative;
}

.department-heading-block {
    margin-bottom: 34px;
}

.department-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.department-tabs {
    margin-bottom: 18px;
}

.department-tab-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

.department-overview-card,
.department-table-wrap,
.department-student-card {
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
}

.department-overview-copy,
.department-overview-copy p,
.department-overview-copy li {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.9;
}

.department-action-row {
    margin-top: 20px;
}

.department-action-btn {
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(29, 78, 216, 0.14);
    margin-right: 12px;
    margin-top: 8px;
    padding: 12px 22px;
}

.department-table {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.department-table thead th {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(29, 78, 216, 0.12));
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 14px !important;
}

.department-table tbody td {
    color: var(--muted);
    font-size: 15px;
    padding: 16px 14px !important;
    vertical-align: middle !important;
}

.department-staff-image {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    max-width: 92px;
    padding: 6px;
}

.department-student-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    margin: 0 0 10px;
}

.department-student-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.department-student-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.department-student-list li {
    margin: 0;
    padding: 0;
}

.department-student-list form {
    margin: 0;
}

.department-student-btn {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 18px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.department-student-btn:hover,
.department-student-btn:focus {
    background: rgba(15, 118, 110, 0.06);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.student-list-page {
    position: relative;
}

.student-list-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.student-batch-banner {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 14px;
}

.student-batch-banner img {
    border-radius: 18px;
    display: block;
    width: 100%;
}

.student-table-column {
    display: flex;
}

.student-table-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
    width: 100%;
}

.student-table-header {
    margin-bottom: 18px;
}

.student-table-header h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    margin: 0;
}

.student-record-table td a {
    color: var(--primary);
    font-weight: 700;
    word-break: break-word;
}

.student-record-table td a:hover,
.student-record-table td a:focus {
    color: var(--primary-deep);
}

.facility-page-section {
    position: relative;
}

.facility-heading-block {
    margin-bottom: 34px;
}

.facility-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.facility-hero-row,
.facility-detail-grid {
    display: flex;
    flex-wrap: wrap;
}

.facility-hero-row > [class*="col-"],
.facility-detail-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.facility-content-card,
.facility-media-card,
.facility-gallery-card,
.facility-link-card,
.facility-table-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    width: 100%;
}

.facility-content-card,
.facility-link-card,
.facility-table-card {
    padding: 26px;
}

.facility-content-card h3,
.facility-content-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    margin-top: 0;
}

.facility-content-card h3 {
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.18;
    margin-bottom: 16px;
}

.facility-content-card h4 {
    font-size: 26px;
    margin-bottom: 14px;
}

.facility-content-card p,
.facility-content-card li,
.facility-rich-content p,
.facility-rich-content li {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.facility-content-card a,
.facility-rich-content a {
    color: #fff;
    font-weight: 700;
}

.facility-media-card,
.facility-gallery-card {
    overflow: hidden;
    padding: 14px;
}

.facility-media-card img {
    border-radius: 18px;
    display: block;
    width: 100%;
}

.facility-mini-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facility-mini-gallery img {
    border-radius: 18px;
    display: block;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.facility-link-list,
.facility-clean-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.facility-link-list {
    display: grid;
    gap: 12px;
}

.facility-link-list li a {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 16px;
}

.facility-link-list li a:hover,
.facility-link-list li a:focus {
    background: rgba(15, 118, 110, 0.06);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.facility-clean-list li {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    padding: 12px 0 0 18px;
    position: relative;
}

.facility-clean-list li + li {
    margin-top: 10px;
}

.facility-clean-list li::before {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 8px;
}

.facility-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.facility-action-row.centered {
    justify-content: center;
}

.facility-action-row.left-aligned {
    margin-bottom: 20px;
    margin-top: 0;
}

.button-outline-dark {
    background: #fff;
    border: 1px solid rgba(29, 78, 216, 0.18);
    box-shadow: 0 14px 30px rgba(29, 78, 216, 0.12);
    color: var(--primary) !important;
}

.button-outline-dark:hover,
.button-outline-dark:focus {
    background: rgba(15, 118, 110, 0.06);
    color: var(--primary) !important;
}

.facility-table {
    background: #fff;
    border-radius: 18px;
    margin-bottom: 0;
    overflow: hidden;
}

.hostel-gallery-grid .gallery-image {
    border-radius: 20px;
    overflow: hidden;
}

.hostel-gallery-grid .gallery-image img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.fee-list li strong {
    color: var(--text);
}

.bog-page-section {
    position: relative;
}

.bog-heading-block {
    margin-bottom: 34px;
}

.bog-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.bog-grid {
    display: flex;
    flex-wrap: wrap;
}

.bog-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.bog-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
    width: 100%;
}

.bog-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 26px;
    margin: 0 0 18px;
}

.bog-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bog-list li {
    margin: 0;
    padding: 0;
}

.bog-list li + li {
    margin-top: 12px;
}

.bog-list li a {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    padding: 15px 16px;
}

.bog-list li a:hover,
.bog-list li a:focus {
    background: rgba(15, 118, 110, 0.06);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.placement-page-section {
    position: relative;
}

.placement-shell {
    position: relative;
}

.placement-overview-card {
    padding: 28px;
}

.placement-hero-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.placement-media-grid {
    display: grid;
    gap: 16px;
}

.placement-media-grid img,
.placement-feature-media img {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    display: block;
    width: 100%;
}

.placement-feature-media img {
    max-height: 420px;
    object-fit: cover;
}

.placement-action-row {
    margin-top: 24px;
}

.student-corner-page {
    position: relative;
}

.student-corner-heading {
    margin-bottom: 34px;
}

.student-corner-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.student-corner-grid {
    display: flex;
    flex-wrap: wrap;
}

.student-corner-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.student-corner-card,
.student-gallery-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
    width: 100%;
}

.student-corner-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    margin: 0 0 14px;
}

.student-corner-card p,
.student-rich-content p,
.student-corner-card li {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.student-link-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.student-link-list li {
    margin: 0;
}

.student-link-list li a {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    padding: 15px 16px;
}

.student-link-list li a:hover,
.student-link-list li a:focus {
    background: rgba(15, 118, 110, 0.06);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.student-form-list form {
    margin: 0;
}

.student-link-button {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    padding: 15px 16px;
    text-align: left;
    width: 100%;
}

.student-link-button:hover,
.student-link-button:focus {
    background: rgba(15, 118, 110, 0.06);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.student-corner-form {
    margin: 24px 0 0;
}

.admission-page {
    position: relative;
}

.admission-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.admission-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.admission-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.admission-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.admission-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.admission-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.admission-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.admission-list {
    display: grid;
    gap: 26px;
}

.admission-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    padding: 30px 28px;
}

.admission-card-head {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.admission-label {
    color: var(--primary);
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.admission-card-head h3 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.18;
    margin: 0;
    max-width: 760px;
}

.admission-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.admission-action-link {
    min-width: 140px;
}

.admission-file-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: var(--text);
    display: inline-flex;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 14px 20px;
    text-align: center;
}

.admission-file-link:hover,
.admission-file-link:focus {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.admission-content-grid {
    display: flex;
    flex-wrap: wrap;
}

.admission-content-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.admission-panel {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
    width: 100%;
}

.admission-panel h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    margin: 0 0 16px;
}

.admission-list-content {
    margin: 0;
    padding-left: 20px;
}

.admission-list-content li,
.admission-list-content p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.admission-list-content li:last-child,
.admission-list-content p:last-child {
    margin-bottom: 0;
}

.admission-empty,
.admission-empty-state p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.admission-empty-state {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 32px 28px;
    text-align: center;
}

.admission-empty-state h3 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 32px;
    margin: 0 0 14px;
}

.alumni-page-section {
    position: relative;
}

.alumni-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.alumni-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.alumni-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.alumni-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.alumni-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.alumni-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.alumni-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.alumni-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.alumni-resource-list {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
}

.alumni-resource-card,
.alumni-contact-card,
.alumni-empty-state {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
}

.alumni-resource-card {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.alumni-resource-label {
    color: var(--primary);
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.alumni-resource-content h4,
.alumni-contact-card h4,
.alumni-empty-state h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.alumni-resource-content p,
.alumni-contact-card p,
.alumni-empty-state p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.alumni-contact-card {
    margin-top: 24px;
}

.alumni-contact-card p + p {
    margin-top: 8px;
}

.aicte-page-section {
    position: relative;
}

.aicte-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.aicte-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.aicte-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.aicte-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.aicte-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.aicte-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.aicte-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.aicte-resource-list {
    display: grid;
    gap: 18px;
}

.aicte-resource-card,
.aicte-empty-state {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 28px;
}

.aicte-resource-card {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.aicte-resource-label {
    color: var(--primary);
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.aicte-resource-content h4,
.aicte-empty-state h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.aicte-resource-content p,
.aicte-empty-state p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.tender-page-section {
    position: relative;
}

.tender-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.tender-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.tender-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.tender-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.tender-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.tender-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.tender-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.tender-resource-list {
    display: grid;
    gap: 18px;
}

.tender-resource-card,
.tender-empty-state {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 28px;
}

.tender-resource-card {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}

.tender-resource-label {
    color: var(--primary);
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tender-resource-content h4,
.tender-empty-state h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.tender-resource-content p,
.tender-empty-state p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.drugfree-page-section {
    position: relative;
}

.drugfree-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.drugfree-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.drugfree-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.drugfree-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.drugfree-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.drugfree-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.drugfree-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.drugfree-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.drugfree-content-grid,
.drugfree-action-grid {
    display: grid;
    gap: 20px;
}

.drugfree-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.drugfree-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.drugfree-content-card,
.drugfree-action-card,
.drugfree-note-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
}

.drugfree-content-card h4,
.drugfree-action-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.drugfree-list {
    color: var(--muted);
    margin: 0;
    padding-left: 20px;
}

.drugfree-list li {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.drugfree-list li:last-child {
    margin-bottom: 0;
}

.drugfree-action-label {
    color: var(--primary);
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.drugfree-action-card p,
.drugfree-note-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.drugfree-action-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.drugfree-secondary-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: var(--text);
    display: inline-flex;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 14px 20px;
    text-align: center;
}

.drugfree-secondary-link:hover,
.drugfree-secondary-link:focus {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.antiragging-page-section {
    position: relative;
}

.antiragging-hero-card {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 240px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.antiragging-hero-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.antiragging-hero-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 720px;
}

.antiragging-hero-meta {
    display: flex;
    justify-content: flex-end;
}

.antiragging-stat-card {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    width: 100%;
}

.antiragging-stat-card strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.antiragging-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.antiragging-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.antiragging-info-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.antiragging-info-card,
.antiragging-warning-card,
.antiragging-note-card,
.antiragging-table-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    padding: 26px;
}

.antiragging-info-card h4,
.antiragging-warning-card h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.antiragging-info-card p,
.antiragging-warning-card p,
.antiragging-note-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.antiragging-info-card p + p,
.antiragging-warning-card p + p {
    margin-top: 8px;
}

.antiragging-warning-card,
.antiragging-note-card,
.antiragging-table-card {
    margin-bottom: 24px;
}

.antiragging-warning-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.antiragging-secondary-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    color: var(--text);
    display: inline-flex;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 14px 20px;
    text-align: center;
}

.antiragging-secondary-link:hover,
.antiragging-secondary-link:focus {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(29, 78, 216, 0.18);
    color: var(--primary);
}

.antiragging-table {
    margin-bottom: 0;
}

.antiragging-table thead th {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.antiragging-table tbody td {
    color: var(--muted);
    font-size: 15px;
    vertical-align: middle;
}

.student-gallery-card {
    overflow: hidden;
    padding: 14px;
}

.student-gallery-hero,
.student-gallery-grid img {
    border-radius: 20px;
    display: block;
    width: 100%;
}

.student-gallery-hero {
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.student-gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.student-gallery-grid img {
    height: 220px;
    object-fit: cover;
}

.student-sport-list {
    margin-top: 18px;
}

.gallery-page-section {
    position: relative;
}

.gallery-page-lead {
    align-items: end;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(15, 118, 110, 0.12), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.96));
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 32px;
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 260px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 34px 36px;
}

.gallery-heading-block {
    margin-bottom: 34px;
}

.gallery-lead-copy h2 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(32px, 4.2vw, 52px);
    line-height: 1.08;
    margin: 0 0 14px;
    max-width: 760px;
}

.gallery-lead-copy p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0;
    max-width: 700px;
}

.gallery-lead-stat {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(29, 78, 216, 0.94));
    border-radius: 28px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
}

.gallery-lead-stat strong {
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
}

.gallery-lead-stat span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
}

.gallery-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 253, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 26px;
}

.gallery-modern-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto !important;
}

.gallery-modern-grid .gallery-item {
    margin: 0;
    float: none !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: 100%;
}

.gallery-modern-grid .gallery-image {
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    position: relative;
}

.gallery-modern-grid .gallery-image img {
    display: block;
    height: 260px;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.gallery-modern-grid .gallery-item:hover .gallery-image img {
    transform: scale(1.04);
}

.gallery-modern-grid .gallery-overlay .bg {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.6));
}

.gallery-modern-grid .gallery-content {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 1;
    transform: none;
}

.gallery-modern-grid .gallery-content a {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 14px 26px rgba(2, 8, 23, 0.16);
}

.gallery-modern-grid .gallery-item:hover .gallery-content a {
    background: rgba(255, 255, 255, 0.28);
}

.elc-page-section,
.contact-page-modern {
    position: relative;
}

.elc-heading-block,
.contact-heading-block {
    margin-bottom: 34px;
}

.elc-shell,
.contact-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 30px 28px;
}

.elc-layout,
.contact-modern-layout {
    display: flex;
    flex-wrap: wrap;
}

.elc-layout > [class*="col-"],
.contact-modern-layout > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.elc-content-card,
.elc-media-card,
.contact-form-card {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    width: 100%;
}

.elc-content-card,
.contact-form-card {
    padding: 26px;
}

.elc-content-card h3,
.contact-form-card h3 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.16;
    margin: 0 0 16px;
}

.elc-content-card p,
.contact-form-card p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.9;
}

.elc-media-card {
    overflow: hidden;
    padding: 14px;
}

.elc-media-card img {
    border-radius: 18px;
    display: block;
    width: 100%;
}

.contact-info-stack {
    display: grid;
    gap: 18px;
    width: 100%;
}

.contact-card-modern {
    align-items: flex-start;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    display: flex;
    gap: 16px;
    margin: 0 !important;
    padding: 22px 20px;
    width: 100%;
}

.contact-card-modern .icon {
    align-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.contact-card-modern .content h4 {
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    margin: 0 0 8px;
}

.contact-card-modern .content p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.contact-form-card .contact-form {
    margin-top: 18px;
}

.contact-form-card .contact-input {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    color: var(--text);
    margin-bottom: 16px;
    min-height: 54px;
    padding: 14px 16px;
    width: 100%;
}

.contact-form-card textarea.contact-input {
    min-height: 150px;
}

.contact-captcha-row {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 18px;
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.captcha_bg {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(29, 78, 216, 0.12));
    border-radius: 14px;
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 12px 16px;
}

.captchares {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    max-width: 140px;
}

.contact-form-card .contact-button {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: 0;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.16);
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 24px;
}

.contact-form-card .contact-button:hover,
.contact-form-card .contact-button:focus {
    background: linear-gradient(135deg, var(--primary-deep), #1e3a8a);
}

.contact-alert {
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    margin-bottom: 24px;
}

.facility-item,
.services .tab-content,
.contact .contact-item,
.sidebar {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.76);
}

.facility-item,
.sidebar {
    padding: 26px;
}

.nav-tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-tabs > li {
    float: none;
    margin-bottom: 0;
}

.nav-tabs > li > a {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 999px !important;
    color: var(--text);
    font-weight: 700;
    margin-right: 0;
    padding: 12px 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
}

.services .tab-content {
    border-radius: 24px;
    margin-top: 20px;
    padding: 24px;
}

input,
select,
textarea,
.form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: none;
    min-height: 48px;
}

textarea {
    min-height: 140px;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: rgba(29, 78, 216, 0.38);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.08);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > thead > tr > th {
    border-color: rgba(15, 23, 42, 0.08);
}

.modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

.modal-body .close {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 999px;
    color: #fff;
    opacity: 1;
    padding: 4px 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-card-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .left_info ul {
        justify-content: center;
    }

    .site-shell .header-top .container {
        padding: 14px 18px;
    }

    .site-shell .main-menu {
        padding-top: 0;
    }

    .site-shell .main-menu .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    header .main-menu .navbar-header {
        height: auto;
        width: 100%;
    }

    .right_info,
    .left_info {
        min-height: auto;
    }

    .left_info {
        justify-content: center;
        margin-top: 14px;
    }

    .site-brand {
        padding: 12px 0 !important;
    }

    .site-brand-copy small {
        white-space: normal;
    }

    .navbar-toggle {
        margin-top: 16px;
    }

    .hero-grid {
        min-height: auto;
        padding: 36px 0;
    }

    .hero-copy h1 {
        font-size: 36px;
    }

    .hero-copy p {
        font-size: 16px;
    }

    .hero-metrics,
    .hero-card-stack {
        grid-template-columns: 1fr;
    }

    .intro-grid {
        border-radius: 26px;
    }

    .home-pillars .col-md-4 {
        margin-bottom: 24px;
    }

    .pillars-shell {
        border-radius: 28px;
        padding: 30px 24px 8px;
    }

    footer.site-footer::before {
        inset: 100px 0 0;
    }

    .intro-visual img {
        min-height: 420px;
    }

    .about-three .about-content.intro-copy {
        padding: 34px 28px;
    }

    .about-feature-card,
    .about-info-card,
    .family-card,
    .admission-card,
    .admission-empty-state,
    .alumni-shell,
    .alumni-resource-card,
    .alumni-contact-card,
    .alumni-empty-state,
    .aicte-resource-card,
    .aicte-empty-state,
    .tender-resource-card,
    .tender-empty-state,
    .drugfree-shell,
    .drugfree-content-card,
    .drugfree-action-card,
    .drugfree-note-card,
    .antiragging-shell,
    .antiragging-info-card,
    .antiragging-warning-card,
    .antiragging-note-card,
    .antiragging-table-card,
    .about-story-card,
    .principal-message-card,
    .principal-profile-card,
    .department-shell,
    .student-list-shell,
    .facility-shell,
    .bog-shell,
    .placement-shell,
    .student-corner-shell,
    .gallery-shell,
    .gallery-page-lead,
    .elc-shell,
    .contact-shell {
        margin-bottom: 24px;
    }

    .about-page-intro .col-md-4,
    .about-highlights-section .col-md-4,
    .about-family-section .col-md-6,
    .admission-content-grid > [class*="col-"],
    .principal-layout .col-md-7,
    .principal-layout .col-md-5 {
        margin-bottom: 24px;
    }

    .footer-lead {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 28px;
    }
}

@media only screen and (max-width: 767px) {
    .site-shell .header-top {
        padding: 0;
    }

    .left_info ul {
        gap: 8px;
    }

    .admission-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .admission-stat-card {
        min-height: auto;
    }

    .alumni-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .alumni-stat-card {
        min-height: auto;
    }

    .aicte-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .aicte-stat-card {
        min-height: auto;
    }

    .tender-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .tender-stat-card {
        min-height: auto;
    }

    .drugfree-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .drugfree-stat-card {
        min-height: auto;
    }

    .drugfree-content-grid,
    .drugfree-action-grid {
        grid-template-columns: 1fr;
    }

    .antiragging-hero-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .antiragging-stat-card {
        min-height: auto;
    }

    .antiragging-info-grid {
        grid-template-columns: 1fr;
    }

    .site-brand {
        gap: 10px;
    }

    .site-brand img {
        width: 56px;
    }

    .site-brand-copy strong {
        font-size: 14px;
    }

    .site-brand-copy small {
        font-size: 10px;
    }

    header .main-menu ul li a {
        padding: 14px 12px;
    }

    .navbar-nav.navbar-right {
        display: block;
        margin: 0;
        padding: 6px 0 14px;
    }

    .navbar-nav.navbar-right > li > a {
        border-radius: 14px;
    }

    .site-shell .main-menu .container {
        border-radius: 0;
    }

    #owl_home,
    .intro-visual,
    .intro-copy,
    .pillar-card,
    .news-panel,
    .news-cta-card,
    .footer-card,
    .footer-lead {
        border-radius: 22px;
    }

    #owl_home .item img {
        height: 620px;
    }

    .hero-copy h1 {
        font-size: 30px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .button-default {
        width: 100%;
    }

    .about-three .about-content.intro-copy,
    .news-panel,
    .news-cta-card,
    .footer-item,
    .pillar-card-body {
        padding: 24px;
    }

    .about-feature-card,
    .about-story-card,
    .about-info-card,
    .family-card,
    .admission-card,
    .admission-panel,
    .admission-empty-state,
    .alumni-shell,
    .alumni-resource-card,
    .alumni-contact-card,
    .alumni-empty-state,
    .aicte-resource-card,
    .aicte-empty-state,
    .tender-resource-card,
    .tender-empty-state,
    .drugfree-shell,
    .drugfree-content-card,
    .drugfree-action-card,
    .drugfree-note-card,
    .antiragging-shell,
    .antiragging-info-card,
    .antiragging-warning-card,
    .antiragging-note-card,
    .antiragging-table-card,
    .principal-message-card,
    .principal-profile-card,
    .department-shell,
    .department-overview-card,
    .department-table-wrap,
    .department-student-card,
    .student-list-shell,
    .student-batch-banner,
    .student-table-card,
    .facility-shell,
    .facility-content-card,
    .facility-media-card,
    .facility-gallery-card,
    .facility-link-card,
    .facility-table-card,
    .bog-shell,
    .bog-card,
    .placement-shell,
    .placement-overview-card,
    .student-corner-shell,
    .student-corner-card,
    .student-gallery-card,
    .gallery-shell,
    .gallery-page-lead,
    .elc-shell,
    .contact-shell,
    .elc-content-card,
    .elc-media-card,
    .contact-form-card,
    .contact-card-modern {
        border-radius: 22px;
        padding: 24px 20px;
    }

    .about-page-intro .row,
    .about-highlights-section .row,
    .about-family-section .row {
        display: block;
    }

    .about-page-intro .col-md-4,
    .about-highlights-section .col-md-4,
    .about-family-section .col-md-6,
    .principal-layout .col-md-7,
    .principal-layout .col-md-5 {
        display: block;
        margin-bottom: 20px;
    }

    .principal-layout {
        display: block;
    }

    .facility-hero-row,
    .facility-detail-grid,
    .bog-grid,
    .placement-hero-row,
    .student-corner-grid,
    .elc-layout,
    .contact-modern-layout {
        display: block;
    }

    .facility-hero-row > [class*="col-"],
    .facility-detail-grid > [class*="col-"],
    .bog-grid > [class*="col-"],
    .placement-hero-row > [class*="col-"],
    .student-corner-grid > [class*="col-"],
    .elc-layout > [class*="col-"],
    .contact-modern-layout > [class*="col-"] {
        display: block;
        margin-bottom: 20px;
    }

    .principal-image-wrap {
        padding: 18px 18px 0;
    }

    .principal-image-wrap img {
        height: 340px;
    }

    .principal-profile-content {
        padding: 24px 20px 24px;
    }

    .facility-mini-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .facility-mini-gallery img,
    .hostel-gallery-grid .gallery-image img {
        height: 160px;
    }

    .student-gallery-hero {
        min-height: 280px;
    }

    .student-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .student-gallery-grid img {
        height: 160px;
    }

    .gallery-modern-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-page-lead {
        grid-template-columns: 1fr;
    }

    .gallery-modern-grid .gallery-image img {
        height: 220px;
    }

    .contact-captcha-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .captchares {
        max-width: none;
        width: 100%;
    }

    .about-feature-icon {
        border-radius: 18px;
        height: 70px;
        width: 70px;
    }

    .pillars-shell {
        border-radius: 24px;
        padding: 24px 18px 4px;
    }

    footer.site-footer {
        padding-top: 72px;
    }

    footer.site-footer::before {
        inset: 84px 0 0;
    }

    .footer-lead,
    .footer-card {
        border-radius: 22px;
    }

    .footer-lead {
        padding: 26px 22px;
    }

    .pillar-icon {
        font-size: 22px;
        height: 56px;
        width: 56px;
    }

    .intro-visual::before {
        left: 20px;
        bottom: 20px;
    }

    .section-heading-block h2,
    .section-heading-block h3,
    .about-three .about-content h3,
    .pillar-card h3,
    .news-cta-card h3,
    .footer-lead h3 {
        font-size: 28px;
    }
}
