/* ============================================================
   RJMC — IQAC Coordinator Page Styles
   Matches: Premium Academic Theme · Deep Navy + Burnished Gold
   ============================================================ */

/* ── Mini Hero / Page Banner ── */
.rjmc-mini-hero {
    position: relative;
    background-image:
        linear-gradient(135deg, rgba(7,20,53,.91) 0%, rgba(18,37,98,.80) 60%, rgba(11,31,75,.72) 100%),
        url('../images/rjmc-mini-banner.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mini-hero-geo-1 {
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    border: 1.5px solid rgba(201,168,76,.12);
    animation: geoSpin 22s linear infinite;
    pointer-events: none;
}
.mini-hero-geo-2 {
    position: absolute;
    bottom: -80px; left: 10%;
    width: 220px; height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,.08);
    animation: geoSpin 32s linear infinite reverse;
    pointer-events: none;
}
.mini-hero-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(201,168,76,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,76,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
@keyframes geoSpin { to { transform: rotate(360deg); } }

.mini-hero-accent {
    display: inline-block;
    width: 4px; height: 52px;
    background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
    border-radius: 4px;
    margin-right: 18px;
    flex-shrink: 0;
    box-shadow: 0 0 18px rgba(201,168,76,.35);
}

.mini-hero-inner {
    position: relative; z-index: 2;
    padding: 64px 0 56px;
}

.mini-hero-breadcrumb {
    display: flex; align-items: center; gap: 8px; margin-bottom: 18px; flex-wrap: wrap;
}
.mini-hero-breadcrumb a {
    font-size: 11.5px; font-weight: 600; letter-spacing: 1.2px;
    text-transform: uppercase; color: rgba(201,168,76,.65) !important;
    transition: color .25s;
}
.mini-hero-breadcrumb a:hover { color: var(--gold) !important; }
.mini-hero-breadcrumb .bc-sep { font-size: 11px; color: rgba(255,255,255,.25); }
.mini-hero-breadcrumb .bc-current {
    font-size: 11.5px; font-weight: 600; letter-spacing: 1.2px;
    text-transform: uppercase; color: rgba(255,255,255,.45);
}

.mini-hero-title-row { display: flex; align-items: center; }
.mini-hero-title-row h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem; font-weight: 700; color: var(--white);
    line-height: 1.15; letter-spacing: -.3px; margin: 0;
}
.mini-hero-title-row h1 em { font-style: italic; color: var(--gold-light); }

.mini-hero-tagline {
    font-family: 'Outfit', sans-serif;
    font-size: 14px; font-weight: 400; letter-spacing: .5px;
    color: rgba(255,255,255,.52); margin-top: 12px; padding-left: 22px;
}

/* ── Content Section ── */
.iqac-section {
    background: var(--cream);
    padding: 88px 0 96px;
}

/* Role Card (Left Side) */
.iqac-role-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-left: 5px solid var(--gold);
    border-radius: var(--radius-md);
    padding: 40px;
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
.iqac-role-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
.iqac-role-card .quote-icon {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(201,168,76,.15);
    position: absolute;
    top: 16px; left: 24px;
    pointer-events: none;
}
.iqac-role-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.95;
    color: var(--text-body);
    text-align: justify;
    position: relative; z-index: 1;
    margin-bottom: 20px;
}
.iqac-role-card p:last-child {
    margin-bottom: 0;
}

/* Highlights Grid (Below Role Card) */
.iqac-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 32px;
}
.iqac-highlight-box {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    padding: 24px;
    text-align: center;
    box-shadow: var(--shadow-xs);
    transition: all .3s var(--ease);
}
.iqac-highlight-box:hover {
    border-color: rgba(201,168,76,.4);
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}
.iqac-highlight-box i {
    font-size: 28px;
    color: var(--gold-dark);
    margin-bottom: 12px;
    display: inline-block;
}
.iqac-highlight-box h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}
.iqac-highlight-box p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Side Panel (Right Side) */
.iqac-side-panel {
    background: linear-gradient(155deg, var(--navy-deep) 0%, var(--navy-mid) 100%);
    border-radius: var(--radius-lg);
    padding: 44px 36px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    height: 100%;
}
.iqac-side-panel::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 240px; height: 240px;
    border-radius: 50%;
    border: 1.5px solid rgba(201,168,76,.10);
}

.isp-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
}
.isp-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.25;
    margin-bottom: 20px;
}
.isp-heading em { font-style: italic; color: var(--gold-light); }

.isp-divider {
    width: 36px; height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 28px;
}

.isp-list {
    list-style: none;
    padding: 0; margin: 0;
}
.isp-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: 14.5px;
    color: rgba(255,255,255,.75);
    line-height: 1.55;
}
.isp-list li:last-child { border-bottom: none; }
.isp-list li .isp-icon {
    width: 28px; height: 28px; flex-shrink: 0;
    background: rgba(201,168,76,.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 12px;
    margin-top: 2px;
}
.isp-list li strong {
    display: block;
    color: var(--white);
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

/* ── Responsive Tweaks ── */
@media (max-width: 991px) {
    .mini-hero-title-row h1 { font-size: 2.2rem; }
    .rjmc-mini-hero { background-attachment: scroll; min-height: 240px; }
    .iqac-side-panel { margin-top: 40px; }
}
@media (max-width: 767px) {
    .iqac-section { padding: 60px 0 68px; }
    .mini-hero-inner { padding: 52px 0 44px; }
    .iqac-role-card { padding: 32px 24px; }
}