﻿<style >
:root {
    --navy: #0d1b3e;
    --gold: #e8a020;
    --gold-light: #f5c842;
    --cream: #fdf8f0;
    --white: #ffffff;
    --gray-light: #f4f4f7;
    --gray: #8a8fa8;
    --red: #c0392b;
    --green: #1a7a4a;
    --shadow: 0 4px 24px rgba(13,27,62,0.10);
    --shadow-lg: 0 12px 48px rgba(13,27,62,0.18);
    --radius: 14px;
    --font-display: 'Playfair Display', serif;
    --font-body: 'DM Sans', sans-serif;
    --font-hindi: 'Noto Sans Devanagari', sans-serif;
    --font-telugu: 'Noto Sans Telugu', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--cream);
    color: var(--navy);
    line-height: 1.65;
}

    /* ── LANGUAGE FONTS ── */
    body.lang-hi {
        font-family: var(--font-hindi);
    }

    body.lang-te {
        font-family: var(--font-telugu);
    }

    body.lang-hi .font-display, body.lang-hi h1, body.lang-hi h2, body.lang-hi h3 {
        font-family: var(--font-hindi);
    }

    body.lang-te .font-display, body.lang-te h1, body.lang-te h2, body.lang-te h3 {
        font-family: var(--font-telugu);
    }

/* ── LANGUAGE SWITCHER ── */
.lang-bar {
    background: #f0ede8;
    border-bottom: 1px solid #ddd8ce;
    padding: 0.35rem 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
}

    .lang-bar span {
        color: var(--gray);
        font-weight: 500;
        margin-right: 0.25rem;
    }

.lang-btn {
    background: transparent;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    padding: 0.25rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s;
    color: var(--navy);
    font-family: inherit;
}

    .lang-btn.active {
        background: var(--navy);
        color: var(--gold);
        border-color: var(--navy);
    }

    .lang-btn:hover:not(.active) {
        border-color: var(--navy);
        background: rgba(13,27,62,0.06);
    }

/* ── NAV ── */
nav {
    background: var(--navy);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0,0,0,0.25);
    background:wheat;
}

.nav-inner {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 68px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    cursor: pointer;
}

    .nav-logo .logo-icon {
        width: 44px;
        height: 44px;
        background: var(--gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        flex-shrink: 0;
    }

    .nav-logo .logo-text {
        font-family: var(--font-display);
        color: var(--white);
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.2;
    }

body.lang-hi .nav-logo .logo-text, body.lang-te .nav-logo .logo-text {
    font-family: inherit;
    font-size: 1rem;
}

.nav-logo small {
    display: block;
    font-family: var(--font-body);
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0;
}

    .nav-links a {
        color: rgba(255,255,255,0.82);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 500;
        padding: 0.5rem 0.9rem;
        border-radius: 6px;
        transition: all 0.2s;
        cursor: pointer;
    }

        .nav-links a:hover, .nav-links a.active {
            color: var(--gold);
            background: rgba(232,160,32,0.1);
        }

.nav-cta {
    background: var(--gold) !important;
    color: var(--navy) !important;
    font-weight: 600 !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 8px !important;
}

    .nav-cta:hover {
        background: var(--gold-light) !important;
    }

/* ── SECTIONS ── */
section {
    display: none;
}

    section.active {
        display: block;
    }

/* ── HERO ── */
/* .hero { min-height:90vh; background:linear-gradient(135deg,var(--navy) 0%,#1a2f6e 60%,#0a3d62 100%); position:relative; overflow:hidden; display:flex; flex-direction:column; }
  */

/* 🎥 Video Styling */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    padding-top:100px;
    width: 100%;
/*    height: 100%;*/
    object-fit: cover; /* Important */
    z-index: -1;
}
.containerpublic{
    max-width:auto;
}
/* Optional overlay (for better text visibility) */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 0;
}

/* Content stays above video */
.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-ticker {
    background: var(--gold);
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.45rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.ticker-inner {
    display: inline-block;
    animation: ticker 30s linear infinite;
    padding-left: 100%;
}

@keyframes ticker {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.hero-content {
    flex: 1;
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: auto;
    padding: 4rem 2rem;
    gap: 4rem;
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-text {
    flex: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(232,160,32,0.15);
    border: 1px solid rgba(232,160,32,0.4);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.6s ease both;
}

.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem,4.5vw,3.6rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 1.2rem;
    animation: fadeUp 0.6s 0.15s ease both;
}

body.lang-hi .hero h1, body.lang-te .hero h1 {
    font-family: inherit;
    font-size: clamp(1.8rem,3.5vw,2.8rem);
}

.hero h1 em {
    color: var(--gold);
    font-style: normal;
}

.hero-desc {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    max-width: 500px;
    margin-bottom: 2rem;
    animation: fadeUp 0.6s 0.3s ease both;
}

body.lang-hi .hero-desc, body.lang-te .hero-desc {
    font-size: 1rem;
    line-height: 1.85;
}

.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp 0.6s 0.45s ease both;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.82rem 1.7rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.btn-primary {
    background: var(--gold);
    color: var(--navy);
}

    .btn-primary:hover {
        background: var(--gold-light);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(232,160,32,0.4);
    }

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.4);
}

    .btn-outline:hover {
        border-color: var(--white);
        background: rgba(255,255,255,0.08);
    }

.hero-stats {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    animation: fadeUp 0.6s 0.6s ease both;
}

.stat-card {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    text-align: center;
}

    .stat-card .num {
        font-family: var(--font-display);
        font-size: 2.2rem;
        font-weight: 900;
        color: var(--gold);
        line-height: 1;
    }

    .stat-card .lbl {
        color: rgba(255,255,255,0.65);
        font-size: 0.78rem;
        margin-top: 0.3rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

body.lang-hi .stat-card .lbl, body.lang-te .stat-card .lbl {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.82rem;
}

.hero-highlights {
    background: rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 1.25rem 2rem;
    position: relative;
    z-index: 2;
}

.highlights-inner {
    max-width: 1280px;
    margin: auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.highlight-label {
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

body.lang-hi .highlight-label, body.lang-te .highlight-label {
    text-transform: none;
    letter-spacing: 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.78);
    font-size: 0.83rem;
    padding: 0.35rem 0.75rem;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid rgba(255,255,255,0.08);
}

    .highlight-item:hover {
        background: rgba(232,160,32,0.15);
        color: var(--gold);
    }

.highlight-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ── QUICK LINKS ── */
.quick-links {
    background: var(--white);
    border-bottom: 1px solid #e8e8f0;
}

.quick-links-inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.ql-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.4rem 1rem;
    text-decoration: none;
    color: var(--navy);
    border-right: 1px solid #e8e8f0;
    transition: all 0.2s;
    cursor: pointer;
}

    .ql-item:last-child {
        border-right: none;
    }

    .ql-item:hover {
        background: var(--cream);
    }

.ql-icon {
    width: 46px;
    height: 46px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.2s;
}

.ql-label {
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
}

/* ── NOTICE STRIP ── */
.notice-strip {
    background: var(--navy);
    color: var(--white);
    padding: 0.85rem 2rem;
}

.notice-strip-inner {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.notice-badge {
    background: var(--red);
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.22rem 0.7rem;
    border-radius: 4px;
    white-space: nowrap;
    animation: blink 2s infinite;
}

body.lang-hi .notice-badge, body.lang-te .notice-badge {
    text-transform: none;
}

@keyframes blink {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0.6
    }
}

.notice-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
}

    .notice-text strong {
        color: var(--gold);
    }

/* ── PAGE ── */
.page-section {
    max-width: 1280px;
    margin: auto;
    padding: 4.5rem 2rem;
}

.section-header {
    margin-bottom: 2.5rem;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(13,27,62,0.08);
    color: var(--navy);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.32rem 0.85rem;
    border-radius: 20px;
    margin-bottom: 0.75rem;
    border-left: 3px solid var(--gold);
}

body.lang-hi .section-tag, body.lang-te .section-tag {
    text-transform: none;
    letter-spacing: 0;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem,3vw,2.5rem);
    font-weight: 700;
    line-height: 1.2;
}

body.lang-hi .section-header h2, body.lang-te .section-header h2 {
    font-family: inherit;
    font-size: clamp(1.4rem,2.5vw,2rem);
}

.section-header p {
    color: var(--gray);
    margin-top: 0.5rem;
    max-width: 560px;
    font-size: 0.97rem;
}

/* ── CARDS ── */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 1.5rem;
}

.card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: all 0.25s;
    border: 1px solid rgba(13,27,62,0.06);
}

    .card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }

.card-img {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: linear-gradient(135deg,var(--navy),#1a4a8a);
    color: var(--gold);
}

.card-body {
    padding: 1.3rem;
}

.card-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold);
    margin-bottom: 0.4rem;
}

body.lang-hi .card-tag, body.lang-te .card-tag {
    text-transform: none;
    letter-spacing: 0;
}

.card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    line-height: 1.3;
}

body.lang-hi .card h3, body.lang-te .card h3 {
    font-family: inherit;
    font-size: 1rem;
}

.card p {
    font-size: 0.86rem;
    color: var(--gray);
    line-height: 1.6;
}

.card-footer {
    padding: 0.9rem 1.3rem;
    border-top: 1px solid var(--gray-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--gray);
}

/* ── ABOUT ── */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    margin-bottom: 3rem;
}

.img-box {
    height: 380px;
    border-radius: 20px;
    background: linear-gradient(135deg,var(--navy),#1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    position: relative;
}

    .img-box::after {
        content: attr(data-label);
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
        background: var(--gold);
        color: var(--navy);
        font-weight: 700;
        font-size: 0.82rem;
        padding: 0.35rem 0.85rem;
        border-radius: 6px;
        font-family: var(--font-body);
    }

.about-text h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.2;
}

body.lang-hi .about-text h2, body.lang-te .about-text h2 {
    font-family: inherit;
    font-size: 1.6rem;
}

.about-text p {
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.vm-card {
    background: var(--navy);
    color: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

    .vm-card::before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: rgba(232,160,32,0.15);
    }

    .vm-card .icon {
        font-size: 1.8rem;
        margin-bottom: 0.9rem;
    }

    .vm-card h3 {
        font-family: var(--font-display);
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--gold);
        margin-bottom: 0.7rem;
    }

body.lang-hi .vm-card h3, body.lang-te .vm-card h3 {
    font-family: inherit;
    font-size: 1.1rem;
}

.vm-card p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
}

.principal-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex;
    gap: 2rem;
    padding: 2.2rem;
    align-items: flex-start;
    margin-bottom: 3rem;
    border: 1px solid rgba(13,27,62,0.06);
}

.principal-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--navy),#1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    flex-shrink: 0;
    border: 4px solid var(--gold);
}

.principal-msg h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

body.lang-hi .principal-msg h3, body.lang-te .principal-msg h3 {
    font-family: inherit;
}

.principal-msg .title {
    color: var(--gold);
    font-size: 0.83rem;
    font-weight: 600;
    margin-bottom: 0.9rem;
}

.principal-msg blockquote {
    border-left: 4px solid var(--gold);
    padding-left: 1rem;
    color: var(--gray);
    font-size: 0.92rem;
    line-height: 1.75;
    font-style: italic;
}

body.lang-hi .principal-msg blockquote, body.lang-te .principal-msg blockquote {
    font-style: normal;
}

/* ── ADMISSIONS ── */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    gap: 1.3rem;
    margin-bottom: 3rem;
}

.step-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
}

.step-num {
    width: 46px;
    height: 46px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 auto 0.9rem;
}

.step-card h4 {
    font-weight: 700;
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
}

.step-card p {
    font-size: 0.83rem;
    color: var(--gray);
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

    .fee-table thead {
        background: var(--navy);
    }

        .fee-table thead th {
            color: var(--white);
            padding: 0.9rem 1.3rem;
            text-align: left;
            font-size: 0.83rem;
            font-weight: 600;
            letter-spacing: 0.03em;
        }

            .fee-table thead th:first-child {
                color: var(--gold);
            }

    .fee-table tbody tr {
        border-bottom: 1px solid var(--gray-light);
        transition: background 0.15s;
    }

        .fee-table tbody tr:last-child {
            border-bottom: none;
        }

        .fee-table tbody tr:hover {
            background: var(--cream);
        }

    .fee-table td {
        padding: 0.9rem 1.3rem;
        font-size: 0.88rem;
    }

        .fee-table td:not(:first-child) {
            font-weight: 600;
            color: var(--green);
        }

.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.download-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.1rem 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
    cursor: pointer;
    transition: all 0.2s;
}

    .download-card:hover {
        border-color: var(--gold);
        box-shadow: 0 4px 20px rgba(232,160,32,0.2);
    }

.download-icon {
    width: 42px;
    height: 42px;
    background: var(--cream);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.download-card h4 {
    font-size: 0.87rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
}

.download-card p {
    font-size: 0.75rem;
    color: var(--gray);
}

.dl-btn {
    margin-left: auto;
    background: var(--navy);
    color: var(--white);
    border: none;
    border-radius: 6px;
    padding: 0.38rem 0.8rem;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    font-family: inherit;
}

    .dl-btn:hover {
        background: var(--gold);
        color: var(--navy);
    }

/* ── ACADEMICS ── */
.dept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 1.1rem;
    margin-bottom: 3rem;
}

.dept-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.6rem 1.1rem;
    text-align: center;
    box-shadow: var(--shadow);
    border-bottom: 4px solid var(--gold);
    transition: all 0.2s;
    cursor: pointer;
}

    .dept-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
    }

    .dept-card .icon {
        font-size: 2rem;
        margin-bottom: 0.65rem;
    }

    .dept-card h4 {
        font-size: 0.85rem;
        font-weight: 700;
    }

.faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    gap: 1.3rem;
}

.faculty-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    text-align: center;
    transition: all 0.2s;
    border: 1px solid rgba(13,27,62,0.06);
}

    .faculty-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
    }

.faculty-avatar {
    height: 130px;
    background: linear-gradient(135deg,var(--navy),#1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    position: relative;
}

.fac-badge {
    position: absolute;
    bottom: 0.6rem;
    right: 0.6rem;
    background: var(--green);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.18rem 0.5rem;
    border-radius: 4px;
}

.faculty-info {
    padding: 1.1rem;
}

    .faculty-info h4 {
        font-weight: 700;
        margin-bottom: 0.18rem;
        font-size: 0.95rem;
    }

    .faculty-info .sub {
        font-size: 0.78rem;
        color: var(--gold);
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .faculty-info .dept-lbl {
        font-size: 0.75rem;
        color: var(--gray);
    }

/* ── GALLERY ── */
.gallery-controls {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.gallery-btn {
    background: var(--white);
    border: 2px solid rgba(13,27,62,0.1);
    color: var(--navy);
    padding: 0.45rem 1.1rem;
    border-radius: 20px;
    font-size: 0.83rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

    .gallery-btn.active, .gallery-btn:hover {
        background: var(--navy);
        color: var(--white);
        border-color: var(--navy);
    }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
    gap: 1rem;
}

.gallery-item {
    background: linear-gradient(135deg,var(--navy),#1a4a8a);
    border-radius: var(--radius);
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 2.8rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.25s;
}

    .gallery-item:hover {
        transform: scale(1.02);
    }

    .gallery-item.tall {
        grid-row: span 2;
        aspect-ratio: auto;
    }

    .gallery-item .overlay {
        position: absolute;
        inset: 0;
        background: rgba(13,27,62,0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .gallery-item:hover .overlay {
        opacity: 1;
    }

.overlay span {
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 700;
    background: rgba(232,160,32,0.95);
    padding: 0.28rem 0.75rem;
    border-radius: 6px;
}

.gi-label {
    color: rgba(255,255,255,0.65);
    font-size: 0.76rem;
    font-family: var(--font-body);
}

/* ── NOTICES ── */
.notices-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.notice-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.notice-item {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.15rem 1.4rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
    border-left: 4px solid transparent;
    transition: all 0.2s;
    cursor: pointer;
}

    .notice-item:hover {
        transform: translateX(4px);
        border-left-color: var(--gold);
    }

    .notice-item.urgent {
        border-left-color: var(--red);
    }

    .notice-item.new {
        border-left-color: var(--green);
    }

.notice-date {
    background: var(--navy);
    color: var(--white);
    border-radius: 8px;
    padding: 0.45rem 0.7rem;
    text-align: center;
    min-width: 50px;
    flex-shrink: 0;
}

    .notice-date .day {
        font-family: var(--font-display);
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1;
    }

    .notice-date .mon {
        font-size: 0.68rem;
        text-transform: uppercase;
        color: var(--gold);
    }

.notice-content h4 {
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.22rem;
}

.notice-content p {
    font-size: 0.81rem;
    color: var(--gray);
}

.notice-pills {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.4rem;
    flex-wrap: wrap;
}

.pill {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.13rem 0.55rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.lang-hi .pill, body.lang-te .pill {
    text-transform: none;
    letter-spacing: 0;
}

.pill-urgent {
    background: rgba(192,57,43,0.12);
    color: var(--red);
}

.pill-exam {
    background: rgba(26,122,74,0.12);
    color: var(--green);
}

.pill-event {
    background: rgba(13,27,62,0.1);
    color: var(--navy);
}

.pill-holiday {
    background: rgba(232,160,32,0.15);
    color: #a06010;
}

.events-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.sidebar-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.4rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
}

    .sidebar-card h3 {
        font-family: var(--font-display);
        font-size: 1.05rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
        padding-bottom: 0.7rem;
        border-bottom: 2px solid var(--gold);
    }

body.lang-hi .sidebar-card h3, body.lang-te .sidebar-card h3 {
    font-family: inherit;
    font-size: 0.95rem;
}

.event-item {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--gray-light);
    font-size: 0.83rem;
}

    .event-item:last-child {
        border-bottom: none;
    }

.event-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

.holiday-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0;
    border-bottom: 1px dashed var(--gray-light);
    font-size: 0.81rem;
}

    .holiday-item:last-child {
        border-bottom: none;
    }

.holiday-date {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.76rem;
}

/* ── CONTACT ── */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.contact-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.3rem;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
}

.contact-icon {
    width: 42px;
    height: 42px;
    background: var(--navy);
    color: var(--gold);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.contact-card h4 {
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 0.22rem;
}

.contact-card p {
    font-size: 0.83rem;
    color: var(--gray);
    line-height: 1.6;
}

.map-box {
    background: linear-gradient(135deg,#e8f4fd,#d0e8f5);
    border-radius: var(--radius);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #b0cee8;
    color: #5a8ab0;
    flex-direction: column;
    gap: 0.5rem;
}

    .map-box p {
        font-size: 0.83rem;
        color: #5a8ab0;
        font-family: var(--font-body);
    }

.contact-form {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2.2rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(13,27,62,0.06);
}

    .contact-form h3 {
        font-family: var(--font-display);
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
    }

body.lang-hi .contact-form h3, body.lang-te .contact-form h3 {
    font-family: inherit;
}

.contact-form .sub {
    color: var(--gray);
    font-size: 0.88rem;
    margin-bottom: 1.75rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    margin-bottom: 1.1rem;
}

    .form-group label {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--navy);
    }

    .form-group input, .form-group select, .form-group textarea {
        border: 2px solid #e0e0ec;
        border-radius: 8px;
        padding: 0.7rem 0.95rem;
        font-family: inherit;
        font-size: 0.88rem;
        color: var(--navy);
        transition: border-color 0.2s;
        background: var(--white);
        outline: none;
        width: 100%;
    }

        .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            border-color: var(--gold);
        }

    .form-group textarea {
        resize: vertical;
        min-height: 90px;
    }

.form-success {
    display: none;
    background: rgba(26,122,74,0.1);
    border: 1px solid rgba(26,122,74,0.3);
    border-radius: 8px;
    padding: 0.9rem 1.1rem;
    color: var(--green);
    font-weight: 600;
    font-size: 0.88rem;
    margin-top: 1rem;
    align-items: center;
    gap: 0.5rem;
}

    .form-success.show {
        display: flex;
    }

/* ── ADMIN PANEL ── */
.admin-panel {
    background: var(--cream);
    border: 2px dashed #c8cee0;
    border-radius: var(--radius);
    padding: 1.3rem 1.5rem;
    margin-bottom: 2rem;
}

    .admin-panel h4 {
        font-size: 0.77rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.09em;
        color: var(--gray);
        margin-bottom: 0.9rem;
        display: flex;
        align-items: center;
        gap: 6px;
    }

body.lang-hi .admin-panel h4, body.lang-te .admin-panel h4 {
    text-transform: none;
    letter-spacing: 0;
}

.admin-controls {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .admin-controls input, .admin-controls select {
        border: 1.5px solid #d0d0e0;
        border-radius: 7px;
        padding: 0.52rem 0.88rem;
        font-family: inherit;
        font-size: 0.84rem;
        color: var(--navy);
        background: var(--white);
        outline: none;
    }

.btn-sm {
    padding: 0.52rem 1.1rem;
    font-size: 0.8rem;
}

/* ── FOOTER ── */
footer {
    background: var(--navy);
    color: var(--white);
    padding: 3rem 2rem 1.75rem;
}

.footer-inner {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
}

.footer-brand h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

body.lang-hi .footer-brand h3, body.lang-te .footer-brand h3 {
    font-family: inherit;
}

.footer-brand p {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.footer-socials {
    display: flex;
    gap: 0.65rem;
}

.social-btn {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: var(--white);
}

    .social-btn:hover {
        background: var(--gold);
        color: var(--navy);
    }

.footer-col h4 {
    color: var(--gold);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 0.9rem;
}

body.lang-hi .footer-col h4, body.lang-te .footer-col h4 {
    text-transform: none;
    letter-spacing: 0;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

    .footer-links a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        font-size: 0.83rem;
        transition: color 0.2s;
        cursor: pointer;
    }

        .footer-links a:hover {
            color: var(--gold);
        }

.footer-bottom {
    max-width: 1280px;
    margin: 2rem auto 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.38);
}

/* ── BADGES ── */
.dyn-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(26,122,74,0.13);
    color: var(--green);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.18rem 0.55rem;
    border-radius: 4px;
    border: 1px solid rgba(26,122,74,0.25);
    vertical-align: middle;
    margin-left: 7px;
}

.sta-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(13,27,62,0.08);
    color: var(--gray);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.18rem 0.55rem;
    border-radius: 4px;
    border: 1px solid rgba(13,27,62,0.12);
    vertical-align: middle;
    margin-left: 7px;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .two-col, .vm-grid, .contact-grid, .notices-layout {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .hero-content {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-stats {
        grid-template-columns: repeat(4,1fr);
    }

    .quick-links-inner {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:600px) {
    .hero-stats {
        grid-template-columns: repeat(2,1fr);
    }

    .nav-links {
        display: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }

    .lang-bar {
        font-size: 0.72rem;
    }
}

</style >
