/* =============================================================
   krscms-inline.css
   All extracted <style> blocks and converted inline styles
   from KRSCMS PHP pages.
   ============================================================= */

/* ─────────────────────────────────────────────
   CONVERTED INLINE STYLES → CLASSES
   ───────────────────────────────────────────── */

/* eligibility.php — doc check images */
.doc-check-img { width: 50px; height: 50px; }

/* certificate-of-accreditation.php */
#pdfViewerContainer { display: none; }
.pdf-sticky-card { top: 20px; }
.pdf-viewer-body { height: 600px; overflow: hidden; }
#pdfFrame { width: 100%; height: 100%; border: none; }

/* naac-cycle2.php */
.toggle-content { display: none; }
.th-num  { width: 40px; }
.th-doc  { width: 100px; }

/* bca.php / about-bca.php / mba.php — programme pages */
.prog-featured-img { max-height: 360px; object-fit: cover; }
.prog-info-label   { font-size: .72rem; text-transform: uppercase; letter-spacing: .5px; }
.prog-info-value   { font-size: .9rem; }

/* Porto theme animation-delay helpers (data-appear-animation driven) */
.anim-delay-100 { animation-delay: 100ms; }
.anim-delay-300 { animation-delay: 300ms; }
.anim-delay-500 { animation-delay: 500ms; }
.anim-delay-800 { animation-delay: 800ms; }

/* _marquee_admission_popup.php */
.marquee-item-clickable { cursor: pointer; margin: 0 15px; }

/* about.php — stats bar */
.stat-icon  { font-size: 1.8rem; }
.stat-value { font-size: 1.6rem; font-weight: 800; }
.stat-label { font-size: .85rem; }

/* about.php — layout helpers */
.pt-0-force   { padding-top: 0 !important; }
.about-img-col { margin-top: -1px; padding-top: 100px; }
.about-img-wrap { position: relative; padding-bottom: 0; padding-right: 12px; }
.about-img-overlay {
    position: absolute; bottom: 0; right: 0;
    width: 100%; height: 100%;
    background: #e56500; border-radius: 16px;
    opacity: .12; z-index: 0;
}
.about-main-img {
    display: block; width: 100%; height: 420px;
    object-fit: cover; border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    position: relative; z-index: 1;
    transform: none !important;
}
.vm-icon      { font-size: 1.5rem; }
.divider-short { width: 60px; }
.highlight-bg   { background: #f8f9fa; }
.highlight-icon { font-size: 1.2rem; flex-shrink: 0; }
.highlight-text { font-size: .95rem; }
.director-img   { max-width: 180px; aspect-ratio: 1; object-fit: cover; }

/* contact.php — info cards */
.contact-info-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 28px;
    box-shadow: 0 8px 32px rgba(15,20,60,.09);
    height: 100%;
    border-top: 4px solid #e56500;
    transition: transform .3s, box-shadow .3s;
}
.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(15,20,60,.15);
}
.contact-icon-box {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e56500, #c0392b);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(229,101,0,.3);
}
/* contact.php — social icon hover */
.contact-social-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; text-decoration: none;
    font-size: .9rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transition: transform .2s, box-shadow .2s;
}
.contact-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
    color: #fff;
}

/* photo.php — video gallery */
.video-placeholder-icon  { font-size: 3rem; color: rgba(255,255,255,0.3); }
.uploaded-video-player   { width: 100%; border-radius: 8px; max-height: 70vh; }
.gallery-date            { font-size: .75rem; }

/* achievements.php */
.ach-stat-value { font-size: 1.3rem; }
.ach-icon-placeholder-hidden { display: none; }

/* index.php — section backgrounds */
.section-bg-light       { background: linear-gradient(160deg, #f8f9ff 0%, #eef1f8 100%); }
.section-bg-dark        { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important; overflow: hidden; position: relative; }
.section-faq            { background: linear-gradient(135deg, #f8f9ff 0%, #eef1f8 100%); padding: 80px 0; }


/* =============================================================
   EXTRACTED <style> BLOCKS FROM PHP FILES
   ============================================================= */

/* ── achievements.php ── */
.ach-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15,20,60,.08);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(15,20,60,.15);
}
.ach-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    flex-shrink: 0;
}
.ach-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.ach-card:hover .ach-img-wrap img { transform: scale(1.05); }
.ach-icon-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,.25);
}
.ach-year-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(229,101,0,.9);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .8px;
    padding: 4px 10px;
    border-radius: 50px;
}
.ach-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ach-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 8px;
    line-height: 1.35;
}
.ach-desc {
    font-size: .88rem;
    color: #6b7280;
    line-height: 1.7;
    flex: 1;
}
.ach-icon-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}
.ach-icon-strip i {
    color: #e56500;
    font-size: .9rem;
}
.ach-icon-strip span {
    font-size: .75rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ach-stats-bar {
    background: linear-gradient(135deg, #0f3460, #1a1a2e);
    border-radius: 16px;
    padding: 32px 40px;
    margin-bottom: 48px;
}
.ach-stat-item { text-align: center; }
.ach-stat-item strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.ach-stat-item span {
    font-size: .75rem;
    color: rgba(255,255,255,.55);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ach-empty {
    text-align: center;
    padding: 80px 20px;
    color: #9ca3af;
}
.ach-empty i { font-size: 3.5rem; margin-bottom: 16px; display: block; opacity: .3; }

/* ── annual-reports.php / audit-reports.php (shared) ── */
.report-table-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 20px rgba(15,20,60,.07); }
.report-table { width: 100%; border-collapse: collapse; background: #fff; }
.report-table thead tr { background: linear-gradient(135deg, #0f3460, #1a1a2e); }
.report-table thead th { color: #fff; font-size: .82rem; font-weight: 600; padding: 14px 18px; text-align: left; white-space: nowrap; }
.report-table tbody tr { border-bottom: 1px solid #f0f2f8; transition: background .2s; }
.report-table tbody tr:last-child { border-bottom: none; }
.report-table tbody tr:hover { background: #f8f9ff; }
.report-table tbody td { padding: 14px 18px; font-size: .88rem; color: #374151; vertical-align: middle; }
.rpt-sr { font-weight: 700; color: #9ca3af; font-size: .8rem; width: 40px; }
.rpt-title { font-weight: 600; color: #0d1b3e; }
.rpt-desc { color: #6b7280; font-size: .82rem; margin-top: 3px; }
.rpt-year-badge { display: inline-block; background: #f0f4ff; color: #1846a6; font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; white-space: nowrap; }
.rpt-pdf-btn { display: inline-flex; align-items: center; gap: 6px; background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; border-radius: 6px; padding: 6px 14px; font-size: .8rem; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; white-space: nowrap; }
.rpt-pdf-btn:hover { background: #dc2626; color: #fff; border-color: #dc2626; }
.rpt-empty { text-align: center; padding: 60px 20px; color: #9ca3af; }
.rpt-empty i { font-size: 3rem; margin-bottom: 12px; display: block; opacity: .3; }

/* ── blog.php ── */
.blog-card { border: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.07); transition: transform .25s, box-shadow .25s; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.13); }
.blog-card-img { width: 100%; height: 210px; object-fit: cover; }
.blog-card-img-placeholder { width: 100%; height: 210px; background: linear-gradient(135deg, #e0e7ff, #f0fdf4); display: flex; align-items: center; justify-content: center; }
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-category { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #667eea; margin-bottom: 8px; }
.blog-card-title { font-size: 1.05rem; font-weight: 700; color: #1a1a2e; line-height: 1.35; margin-bottom: 10px; }
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-title a:hover { color: #667eea; }
.blog-card-excerpt { font-size: .88rem; color: #6b7280; line-height: 1.6; margin-bottom: 14px; flex: 1; }
.blog-card-meta { font-size: .78rem; color: #9ca3af; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.blog-read-more { font-size: .82rem; font-weight: 600; color: #667eea; text-decoration: none; margin-top: 12px; display: inline-block; }
.blog-read-more:hover { color: #4f46e5; }
.filter-bar { background: #f8fafc; border-radius: 10px; padding: 18px 20px; margin-bottom: 32px; }
.pagination .page-link { color: #667eea; border-radius: 6px; margin: 0 2px; }
.pagination .page-item.active .page-link { background: #667eea; border-color: #667eea; color: #fff; }
.no-blogs { text-align: center; padding: 60px 20px; color: #9ca3af; }
.no-blogs i { font-size: 3rem; margin-bottom: 16px; display: block; }

/* ── blog-detail.php ── */
.blog-detail-wrap { max-width: 820px; margin: 0 auto; }
.blog-hero-wrap {
    width: 100%;
    aspect-ratio: 1290/840;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    background: #f3f4f6;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.blog-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.blog-hero-img:hover { transform: scale(1.02); }
.blog-hero-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0e7ff, #f0fdf4);
    color: #9ca3af;
    font-size: 3rem;
}
.blog-title     { font-size: 2.2rem; font-weight: 700; line-height: 1.25; color: #1a1a2e; margin-bottom: 12px; }
.blog-meta      { font-size: .85rem; color: #6b7280; margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 16px; }
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-content   { font-size: 1.05rem; line-height: 1.85; color: #374151; }
.blog-content p { margin-bottom: 1.2rem; }
.blog-content h2, .blog-content h3 { font-weight: 700; color: #1a1a2e; margin: 2rem 0 .8rem; }
.blog-content img { max-width: 100%; border-radius: 8px; }
.blog-content blockquote { border-left: 4px solid #667eea; padding-left: 1.2rem; color: #6b7280; font-style: italic; margin: 1.5rem 0; }
.blog-tags .tag { display: inline-block; background: #ede9fe; color: #5b21b6; font-size: .78rem; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin: 3px; text-decoration: none; }
.blog-tags .tag:hover { background: #667eea; color: #fff; }
.related-card { border: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: transform .2s; }
.related-card:hover { transform: translateY(-3px); }
.related-card img { width: 100%; height: 150px; object-fit: cover; }
.related-card-body { padding: 14px; }
.related-card-title { font-size: .9rem; font-weight: 700; color: #1a1a2e; line-height: 1.3; }
.related-card-title a { color: inherit; text-decoration: none; }
.related-card-title a:hover { color: #667eea; }
@media(max-width:768px) {
    .blog-hero-wrap { aspect-ratio: 1/1; border-radius: 8px; margin-bottom: 24px; }
    .blog-title { font-size: 1.5rem; }
}
@media(max-width:480px) {
    .blog-hero-wrap { aspect-ratio: 4/3; margin-bottom: 20px; }
}

/* ── evets_mba.php ── */
.events-table-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 20px rgba(15,20,60,.07); }
.events-table { width: 100%; border-collapse: collapse; background: #fff; }
.events-table thead tr { background: linear-gradient(135deg, #0f3460, #1a1a2e); }
.events-table thead th { color: #fff; font-size: .82rem; font-weight: 600; padding: 14px 18px; text-align: left; white-space: nowrap; }
.events-table tbody tr { border-bottom: 1px solid #f0f2f8; transition: background .2s; }
.events-table tbody tr:last-child { border-bottom: none; }
.events-table tbody tr:hover { background: #f8f9ff; }
.events-table tbody td { padding: 14px 18px; font-size: .88rem; color: #374151; vertical-align: middle; }
.evt-sr { font-weight: 700; color: #9ca3af; font-size: .8rem; width: 40px; }
.evt-title { font-weight: 600; color: #0d1b3e; }
.evt-venue { color: #6b7280; font-size: .82rem; }
.evt-date-badge { display: inline-block; background: #f0f4ff; color: #1846a6; font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 50px; white-space: nowrap; }
.evt-pdf-btn { display: inline-flex; align-items: center; gap: 5px; background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; border-radius: 6px; padding: 5px 12px; font-size: .78rem; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; white-space: nowrap; }
.evt-pdf-btn:hover { background: #dc2626; color: #fff; border-color: #dc2626; }
.evt-link-btn { display: inline-flex; align-items: center; gap: 5px; background: #f0f9ff; color: #0284c7; border: 1px solid #bae6fd; border-radius: 6px; padding: 5px 12px; font-size: .78rem; font-weight: 600; text-decoration: none; transition: background .2s, color .2s; }
.evt-link-btn:hover { background: #0284c7; color: #fff; border-color: #0284c7; }
.evt-empty { text-align: center; padding: 60px 20px; color: #9ca3af; }
.evt-empty i { font-size: 3rem; margin-bottom: 12px; display: block; opacity: .3; }
@media(max-width:767px) { .events-table thead th:nth-child(3), .events-table tbody td:nth-child(3) { display: none; } }
@media(max-width:575px) { .events-table thead th:nth-child(4), .events-table tbody td:nth-child(4) { display: none; } .events-table tbody td { padding: 10px 12px; } }

/* ── health_care.php ── */
.hc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-bottom: 36px; }
.hc-card {
    background: #fff; border-radius: 14px;
    box-shadow: 0 3px 18px rgba(15,20,60,.08);
    padding: 26px 22px 22px;
    display: flex; flex-direction: column; align-items: flex-start;
    transition: transform .3s, box-shadow .3s;
}
.hc-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(15,20,60,.13); }
.hc-icon {
    width: 50px; height: 50px; border-radius: 12px;
    background: linear-gradient(135deg, #e56500, #c0392b);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; flex-shrink: 0;
}
.hc-icon i { color: #fff; font-size: 1.2rem; }
.hc-card h4 { font-size: .95rem; font-weight: 700; color: #0d1b3e; margin-bottom: 6px; }
.hc-card p  { font-size: .83rem; color: #6b7280; line-height: 1.65; margin: 0; }

/* ── ict-facilities.php ── */
.ict-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 40px; }
.ict-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 18px rgba(15,20,60,.08);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform .3s, box-shadow .3s;
}
.ict-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(15,20,60,.13); }
.ict-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e56500, #c0392b);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.ict-icon i { color: #fff; font-size: 1.3rem; }
.ict-card h4 { font-size: .97rem; font-weight: 700; color: #0d1b3e; margin-bottom: 6px; }
.ict-card p  { font-size: .84rem; color: #6b7280; line-height: 1.65; margin: 0; }

/* shared pdf-section / pdf-btn (health_care + ict-facilities) */
.pdf-section {
    background: #f8f9ff;
    border: 1.5px solid #e0e4f0;
    border-radius: 14px;
    padding: 26px;
    margin-bottom: 32px;
}
.pdf-section h5 { font-weight: 700; color: #0d1b3e; margin-bottom: 6px; }
.pdf-section p  { font-size: .88rem; color: #6b7280; margin-bottom: 16px; }
.pdf-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: #fff; border: none; border-radius: 8px;
    padding: 10px 22px; font-size: .88rem; font-weight: 600;
    text-decoration: none; transition: opacity .2s;
}
.pdf-btn:hover { opacity: .88; color: #fff; }
.pdf-embed-wrap {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e0e4f0;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.pdf-embed-wrap iframe { display: block; width: 100%; height: 680px; border: none; }
@media(max-width:575px) { .pdf-embed-wrap iframe { height: 420px; } }

/* ── press.php ── */
.press-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 20px rgba(15,20,60,.07);
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.press-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(15,20,60,.13);
}
.press-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    flex-shrink: 0;
}
.press-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.press-card:hover .press-img-wrap img { transform: scale(1.05); }
.press-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: rgba(255,255,255,.2);
}
.press-date-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(229,101,0,.92);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .6px;
    padding: 4px 10px;
    border-radius: 50px;
}
.press-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.press-source {
    font-size: .72rem;
    font-weight: 700;
    color: #e56500;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.press-title {
    font-size: .97rem;
    font-weight: 700;
    color: #0d1b3e;
    line-height: 1.4;
    margin-bottom: 8px;
}
.press-desc {
    font-size: .85rem;
    color: #6b7280;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 14px;
}
.press-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 600;
    color: #1846a6;
    text-decoration: none;
    transition: color .2s, gap .2s;
}
.press-read-more:hover { color: #e56500; gap: 10px; }
.press-empty {
    text-align: center;
    padding: 80px 20px;
    color: #9ca3af;
}
.press-empty i { font-size: 3.5rem; margin-bottom: 16px; display: block; opacity: .3; }

/* ── photo.php / sport_gallery.php — video gallery ── */
.video-gallery {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    padding: 1rem 0;
}
.video-item {
    margin-bottom: 2.5rem;
    padding: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    background: #fff;
}
.video-item:hover { transform: translateY(-8px); }
.video-link {
    text-decoration: none;
    display: block;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-link:hover {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.video-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-item:hover .video-overlay { opacity: 1; }
.play-button {
    font-size: 3.5rem;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 70px; height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.play-button:hover {
    background: rgba(255,255,255,0.3);
    border-color: #fff;
    transform: scale(1.1);
}
.video-info {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 1.25rem 1rem;
    border: none;
    text-align: center;
}
.video-info h6 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.video-info small {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}
.thumb-info-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.thumb-info-wrapper img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
}
.video-item:hover .thumb-info-wrapper img { transform: scale(1.08); }
@media (max-width: 768px) {
    .video-gallery { margin-top: 2.5rem; margin-bottom: 2rem; padding: 0.5rem 0; }
    .video-item { margin-bottom: 2rem; padding: 0.25rem; }
    .play-button { font-size: 2.5rem; width: 50px; height: 50px; }
    .video-info h6 { font-size: 0.85rem; }
    .video-info small { font-size: 0.75rem; }
}
@media (max-width: 576px) {
    .video-gallery { margin-top: 2rem; margin-bottom: 1.5rem; padding: 0.25rem 0; }
    .video-item { margin-bottom: 1.5rem; padding: 0.25rem; }
    .video-info { padding: 1rem 0.75rem; }
    .video-info h6 { font-size: 0.8rem; }
    .video-info small { font-size: 0.7rem; }
}

/* ── photo.php — album grid ── */
.album-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; margin-top: 10px; }
.album-card-new { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.10); transition: transform .28s, box-shadow .28s; background: #fff; cursor: pointer; text-decoration: none; display: block; color: inherit; }
.album-card-new:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,.18); color: inherit; text-decoration: none; }
.album-collage-new { position: relative; height: 200px; overflow: hidden; }
.collage-grid { display: grid; height: 100%; gap: 2px; }
.collage-grid.g1 { grid-template-columns: 1fr; }
.collage-grid.g2 { grid-template-columns: 1fr 1fr; }
.collage-grid.g3 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.collage-grid.g3 .c-main { grid-row: 1/3; }
.collage-grid.g4 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.collage-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.album-card-new:hover .collage-grid img { transform: scale(1.06); }
.more-overlay { position: absolute; bottom: 0; right: 0; width: 50%; height: 50%; background: rgba(0,0,0,.55); display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; }
.more-overlay span { font-size: 1.4rem; font-weight: 800; line-height: 1; }
.more-overlay small { font-size: .7rem; opacity: .85; }
.album-hover-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 55%); opacity: 0; transition: opacity .28s; display: flex; align-items: center; justify-content: center; }
.album-card-new:hover .album-hover-overlay { opacity: 1; }
.album-hover-overlay i { font-size: 2rem; color: #fff; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.7); border-radius: 50%; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.album-placeholder { height: 200px; background: linear-gradient(135deg, #e0e7ff, #f0fdf4); display: flex; align-items: center; justify-content: center; }
.album-info-new { padding: 12px 14px 14px; }
.album-info-new h5 { font-size: .95rem; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.album-info-new .meta { display: flex; align-items: center; justify-content: space-between; }
.album-info-new .img-count { font-size: .75rem; color: #888; }
.album-info-new .view-link { font-size: .75rem; font-weight: 600; color: #667eea; }
@media(max-width:576px) { .album-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .album-collage-new { height: 140px; } }

/* ── index.php — hero slider ── */
.krscms-hero-slider { position: relative; }
.krscms-hero-slider .slide-item {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.krscms-hero-slider .slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    transition: transform 8s ease;
}
.krscms-hero-slider .owl-item.active .slide-bg { transform: scale(1); }
.krscms-hero-slider .slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.krscms-hero-slider .slide-content {
    position: relative;
    z-index: 2;
    padding: 60px 0 80px;
}
.krscms-hero-slider .slide-logo-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.krscms-hero-slider .slide-logo-inline img {
    width: 130px;
    height: auto;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.krscms-hero-slider .slide-logo-inline span {
    font-size: .75rem;
    font-weight: 700;
    color: rgba(255,255,255,.75);
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}
.krscms-hero-slider .slide-small-heading {
    font-size: .95rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.krscms-hero-slider .slide-main-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 28px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.5);
}
.krscms-hero-slider .slide-btn {
    display: inline-block;
    padding: 12px 36px;
    background: linear-gradient(135deg, #e56500, #c0392b);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(229,101,0,.4);
    transition: transform .2s, box-shadow .2s;
    letter-spacing: .3px;
}
.krscms-hero-slider .slide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(229,101,0,.5);
    color: #fff;
}
.krscms-hero-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.12) !important;
    border: 1.5px solid rgba(255,255,255,0.35) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 1rem !important;
    transition: background 0.2s;
    z-index: 10;
}
.krscms-hero-slider .owl-nav button:hover { background: rgba(255,255,255,0.25) !important; }
.krscms-hero-slider .owl-nav .owl-prev { left: 16px; }
.krscms-hero-slider .owl-nav .owl-next { right: 16px; }
.krscms-hero-slider .owl-dots {
    position: absolute;
    bottom: 18px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.krscms-hero-slider .owl-dots .owl-dot span {
    width: 8px; height: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    transition: background 0.2s, transform 0.2s;
}
.krscms-hero-slider .owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(1.4);
}
@media(max-width:768px) {
    .krscms-hero-slider .slide-item { min-height: 380px; }
    .krscms-hero-slider .slide-content { padding: 50px 0 70px; }
    .krscms-hero-slider .slide-main-heading { font-size: 1.6rem; }
}

/* ── index.php — placements section ── */
.pl-card {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(15,20,60,.10);
    transition: transform .35s cubic-bezier(.22,.68,0,1.2), box-shadow .35s;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.pl-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 24px 56px rgba(15,20,60,.18);
}
.pl-photo-area {
    position: relative;
    width: 100%;
    padding-top: 105%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    overflow: hidden;
}
.pl-photo-area img.pl-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .5s ease;
}
.pl-card:hover .pl-photo-area img.pl-img { transform: scale(1.05); }
.pl-photo-area .pl-avatar-full {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.5rem;
    color: rgba(255,255,255,.18);
}
.pl-photo-area::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 45%, rgba(10,14,35,.45) 70%, rgba(10,14,35,.88) 100%);
    pointer-events: none;
}
.pl-batch-pill {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 2;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
}
.pl-name-on-photo {
    position: absolute;
    bottom: 12px; left: 14px; right: 14px;
    z-index: 2;
    font-size: .92rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.pl-info-strip {
    padding: 14px 16px 16px;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pl-company-block {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f4f6ff;
    border-radius: 10px;
    padding: 10px 14px;
    border-left: 3px solid #0f3460;
}
.pl-company-block .pl-co-name { font-size: .85rem; font-weight: 700; color: #1a1a2e; line-height: 1.2; }
.pl-company-block .pl-co-label { font-size: .62rem; color: #888; text-transform: uppercase; letter-spacing: .5px; }
.pl-pkg-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #e56500, #c0392b);
    border-radius: 10px;
    padding: 8px 14px;
    box-shadow: 0 4px 14px rgba(229,101,0,.3);
}
.pl-pkg-block .pl-pkg-label { font-size: .62rem; font-weight: 700; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .6px; }
.pl-pkg-block .pl-pkg-value { font-size: .95rem; font-weight: 900; color: #fff; letter-spacing: .3px; }
.pl-faculty-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .75rem;
    font-weight: 600;
    color: #444;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 6px 10px;
    border: 1px solid #eee;
}
.pl-faculty-row i { color: #e56500; font-size: .72rem; }

/* ── index.php — recruiters section ── */
.rec-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .18;
    pointer-events: none;
}
.rec-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(229,101,0,.15);
    border: 1px solid rgba(229,101,0,.4);
    color: #e56500;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.rec-stats { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.rec-stat  { text-align: center; }
.rec-stat strong { display: block; font-size: 1.6rem; font-weight: 800; color: #fff; line-height: 1; }
.rec-stat span   { font-size: .75rem; color: rgba(255,255,255,.55); letter-spacing: 1px; text-transform: uppercase; }
.rec-strip {
    background: rgba(255,255,255,.04);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0;
    overflow: hidden;
    position: relative;
}
.rec-strip::before,
.rec-strip::after {
    content: '';
    position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.rec-strip::before { left: 0;  background: linear-gradient(to right, #16213e, transparent); }
.rec-strip::after  { right: 0; background: linear-gradient(to left,  #0f3460, transparent); }
.rec-track {
    display: flex;
    width: max-content;
    animation: recScroll 30s linear infinite;
}
.rec-track:hover { animation-play-state: paused; }
.rec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 12px;
    padding: 18px 28px;
    height: 110px;
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    transition: background .3s, border-color .3s, transform .3s;
    cursor: default;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.rec-card:hover {
    background: #ffffff;
    border-color: rgba(229,101,0,.6);
    transform: translateY(-4px);
}
.rec-card img {
    max-height: 38px;
    max-width: 110px;
    width: auto;
    opacity: .9;
    transition: opacity .3s, transform .3s;
}
.rec-card:hover img { opacity: 1; transform: scale(1.08); }
.rec-card .rec-name {
    font-size: .68rem;
    font-weight: 600;
    color: rgba(0,0,0,.5);
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: color .3s;
}
.rec-card:hover .rec-name { color: #e56500; }
@keyframes recScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── index.php — testimonials section ── */
.section-testimonials { background: #fbf7f2; padding: 70px 0; position: relative; overflow: hidden; }
.ts-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #070d2b; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.ts-title-line { display: block; width: 48px; height: 3px; background: #f26a00; border-radius: 2px; margin: 0 auto 48px; }

/* Outer wrapper — gives room for arrows on both sides */
.ts-owl-outer { position: relative; padding: 0 0 10px; }

/* Equal-height stage */
.ts-owl .owl-stage { display: flex !important; align-items: stretch; }
.ts-owl .owl-item { display: flex; padding: 0 12px; }
.ts-owl .owl-item > .ts-item-wrap { width: 100%; }
.ts-owl .owl-stage-outer { overflow: hidden; padding-bottom: 20px; }

/* Nav arrows */
.ts-owl .owl-nav { display: block !important; margin-top: 28px; text-align: center; }
.ts-owl .owl-nav button { display: inline-flex !important; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50% !important; background: #fff !important; border: 2px solid #f26a00 !important; margin: 0 6px; box-shadow: 0 4px 16px rgba(242,106,0,.15); transition: background .2s, transform .2s; }
.ts-owl .owl-nav button:hover { background: #f26a00 !important; transform: scale(1.08); }
.ts-nav-btn { font-size: 2rem; line-height: 1; color: #f26a00; font-weight: 300; display: flex; align-items: center; justify-content: center; transition: color .2s; }
.ts-owl .owl-nav button:hover .ts-nav-btn { color: #fff; }
.ts-owl .owl-dots { display: none !important; }

/* Card — equal height, floating animation */
.ts-item-wrap { height: 100%; display: flex; width: 100%; }
.ts-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 26px 26px;
    position: relative;
    box-shadow: 0 6px 28px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    width: 100%;
    animation: tsFloat 4s ease-in-out infinite;
    transition: box-shadow .3s;
}
.ts-owl .owl-item:nth-child(2n) .ts-card { animation-delay: 1.3s; }
.ts-owl .owl-item:nth-child(3n) .ts-card { animation-delay: 2.6s; }
.ts-card:hover { box-shadow: 0 16px 44px rgba(0,0,0,.13); animation-play-state: paused; }

@keyframes tsFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

.ts-quote-icon { font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; color: #f26a00; margin-bottom: 8px; display: block; }
.ts-text { font-size: .9rem; line-height: 1.85; color: #4d4d4d; flex-grow: 1; margin-bottom: 22px; }
.ts-author-name { font-size: .95rem; font-weight: 700; color: #17172f; line-height: 1.3; }
.ts-author-role { font-size: .78rem; color: #98a0b3; margin-top: 3px; }

@media(max-width:576px) { .ts-card { padding: 22px 18px 20px; } }

/* ── index.php — FAQ section ── */
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-badge { display: inline-block; background: #e56500; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; margin-bottom: 14px; }
.faq-item { background: #fff; border-radius: 14px; margin-bottom: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; transition: box-shadow .25s; }
.faq-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 24px; font-size: 1rem; font-weight: 600; color: #1a1a2e; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; line-height: 1.4; }
.faq-question .faq-icon { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: #f0f2f8; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.faq-question .faq-icon svg { width: 14px; height: 14px; stroke: #e56500; stroke-width: 2.5; fill: none; transition: transform .3s; }
.faq-item.open .faq-question { color: #e56500; }
.faq-item.open .faq-question .faq-icon { background: #e56500; }
.faq-item.open .faq-question .faq-icon svg { stroke: #fff; transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 24px 20px; color: #555; font-size: .95rem; line-height: 1.8; border-top: 1px solid #f0f2f8; }
.faq-answer p { margin: 14px 0 0; }

/* ── include/_adm_popup.php ── */
#admPopup .modal-dialog {
    max-width: 420px;
    margin: 1rem auto;
}
#admPopup .adm-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 16px 48px rgba(0,0,0,.15), 0 4px 12px rgba(0,0,0,.07);
    background: #fff;
}
.adm-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    border: none;
    color: #6b7280;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, transform .2s;
    z-index: 20;
}
.adm-close-btn:hover {
    background: #e5e7eb;
    transform: rotate(90deg);
}
.adm-body {
    padding: 24px 26px 20px;
}
.adm-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.adm-top-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f97316;
    animation: adm-pulse 1.6s ease-in-out infinite;
}
@keyframes adm-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .4; transform: scale(1.5); }
}
.adm-form-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 3px;
    line-height: 1.3;
}
.adm-form-sub {
    font-size: .76rem;
    color: #9ca3af;
    margin-bottom: 14px;
}
.adm-divider {
    height: 1px;
    background: #f3f4f6;
    margin-bottom: 14px;
}
.adm-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.adm-field { margin-bottom: 8px; }
.adm-input {
    width: 100%;
    height: 40px;
    border-radius: 10px !important;
    border: 1.5px solid #e5e7eb !important;
    padding: 0 13px !important;
    font-size: .82rem !important;
    color: #1f2937 !important;
    background: #fafafa !important;
    transition: border-color .2s, box-shadow .2s !important;
    outline: none !important;
    font-family: 'Poppins', sans-serif !important;
    appearance: none;
}
.adm-input::placeholder { color: #b0b7c3 !important; }
.adm-input:focus {
    border-color: #1846a6 !important;
    box-shadow: 0 0 0 3px rgba(24,70,166,.1) !important;
    background: #fff !important;
}
textarea.adm-input {
    height: auto !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    resize: none;
}
select.adm-input { cursor: pointer; }
.adm-submit-btn {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff7a00 0%, #e24c2a 100%);
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255,122,0,.28);
    transition: transform .2s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 4px;
}
.adm-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(255,122,0,.42);
}
.adm-submit-btn:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.adm-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    gap: 8px;
}
.adm-consent {
    font-size: .68rem;
    color: #c0c7d0;
    margin: 0;
    flex: 1;
}
.adm-phone-link {
    font-size: .74rem;
    font-weight: 600;
    color: #1846a6;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}
.adm-phone-link:hover { color: #ff7a00; }
.adm-alert {
    border-radius: 10px;
    font-size: .83rem;
    padding: 10px 14px;
    margin-bottom: 14px;
    display: none;
}
.adm-alert.adm-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}
.adm-alert.adm-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}
.adm-alert.show { display: block; }
.adm-captcha-wrap {
    margin: 8px 0 6px;
}
.adm-captcha-wrap .g-recaptcha {
    transform-origin: left top;
}
.adm-captcha-error {
    font-size: .72rem;
    color: #dc2626;
    margin-top: 4px;
    display: none;
}
.adm-captcha-error.show { display: block; }
@media (max-width: 575px) {
    #admPopup .modal-dialog { margin: .5rem; }
    .adm-body { padding: 22px 18px 18px; }
    .adm-row-2 { grid-template-columns: 1fr; }
    .adm-footer-row { flex-direction: column; align-items: flex-start; }
}
@keyframes adm-spin { to { transform: rotate(360deg); } }

/* ── Additional helper classes ── */

/* index.php — recruiters section */
.rec-heading    { font-weight: 800; color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 8px; }
.rec-subheading { color: rgba(255,255,255,.6); font-size: .95rem; max-width: 520px; margin: 0 auto 24px; }
.rec-icon-placeholder { font-size: 1.6rem; color: rgba(0,0,0,.35); }
.rec-empty-msg  { color: rgba(255,255,255,.4); font-size: .9rem; }
.rec-award-icon { color: #e56500; opacity: .4; }

/* index.php — spacer */
.section-spacer-40 { padding: 40px 0; }

/* index.php — testimonials container (legacy, kept for compat) */

/* index.php — FAQ headings */
.faq-main-heading { font-weight: 800; color: #1a1a2e; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.2; margin-bottom: 10px; }
.faq-main-sub     { color: #777; font-size: .95rem; max-width: 480px; margin: 0 auto; }
.faq-answer-open  { display: block; }

/* evets_mba.php — small icon */
.evt-small-icon { font-size: .75rem; }

/* eligibility.php — doc check images */
.doc-check-img { width: 50px; height: 50px; }

/* _marquee_admission_popup.php */
.marquee-item-clickable { cursor: pointer; margin: 0 15px; }
