/**
 * IISAUH THEME2026 — Mandatory Public Disclosure Stylesheet
 * Table-wise CBSE Appendix-IX layout matching official attachment with modern styling
 *
 * @package IISAUH_Theme2026
 */

/* --------------------------------------------------------------------------
   1. Root Variables & Scoping
   -------------------------------------------------------------------------- */
.disclosure-page {
	--navy: #071a2d;
	--primary-blue: #0284c7;
	--primary-blue-dark: #0369a1;
	--primary-blue-light: #e0f2fe;
	--teal: #00a896;
	--teal-light: #02c4ae;
	--sky-blue: #38bdf8;
	--section-orange: #ea580c;
	--section-orange-dark: #c2410c;
	--table-border: #cbd5e1;
	--table-th-bg: #f8fafc;
	--table-th-color: #475569;
	--table-td-color: #1e293b;
	--link-box-border: #0284c7;
	--link-box-bg: #f0f9ff;
	background: #f8fafc;
	color: var(--table-td-color);
	overflow-x: hidden;
	position: relative;
	font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* --------------------------------------------------------------------------
   2. Disclosure Hero Banner (Exact Same Size as Careers Page Header)
   -------------------------------------------------------------------------- */
.about-hero.disclosure-hero,
.disclosure-hero {
	position: relative;
	min-height: auto;
	padding: clamp(32px, 3.5vw, 48px) 0 clamp(32px, 3.5vw, 48px);
	background: 
		radial-gradient(circle at 88% 25%, rgba(0, 168, 150, 0.22) 0%, transparent 50%),
		radial-gradient(circle at 12% 75%, rgba(56, 189, 248, 0.16) 0%, transparent 45%),
		linear-gradient(135deg, #07192f 0%, #0d284a 50%, #123a66 100%);
	color: #ffffff;
	overflow: hidden;
	isolation: isolate;
}

.disclosure-hero .about-hero__badge-wrap {
	margin-bottom: 0;
}

.disclosure-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.disclosure-hero__pattern {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.75;
}

.disclosure-hero__pattern svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.disclosure-hero__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	filter: blur(65px);
}

.disclosure-hero__orb--1 {
	top: -30%;
	right: 5%;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(0, 168, 150, 0.24) 0%, transparent 70%);
}

.disclosure-hero__orb--2 {
	bottom: -40%;
	left: -5%;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, transparent 70%);
}

/* Floating Academic & Regulatory Icons */
.disc-floating-icon {
	position: absolute;
	pointer-events: none;
	z-index: 2;
	color: var(--sky-blue, #38bdf8);
	opacity: 0.28;
	filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.25));
	will-change: transform;
}

.disc-floating-icon svg {
	display: block;
}

.disc-floating-icon--1 {
	top: 18%;
	left: 28%;
	color: #38bdf8;
	opacity: 0.28;
	animation: discFloatSlow1 24s ease-in-out infinite alternate;
}

.disc-floating-icon--2 {
	top: 54%;
	left: 45%;
	color: #02c4ae;
	opacity: 0.24;
	animation: discFloatSlow2 28s ease-in-out infinite alternate;
}

.disc-floating-icon--3 {
	top: 22%;
	right: 22%;
	color: #38bdf8;
	opacity: 0.25;
	animation: discFloatSlow3 26s ease-in-out infinite alternate;
}

.disc-floating-icon--4 {
	bottom: 24%;
	left: 12%;
	color: #00a896;
	opacity: 0.22;
	animation: discFloatSlow1 30s ease-in-out infinite alternate;
}

.disc-floating-icon--5 {
	top: 68%;
	right: 14%;
	color: #38bdf8;
	opacity: 0.26;
	animation: discFloatSlow2 22s ease-in-out infinite alternate;
}

.disc-floating-icon--6 {
	top: 12%;
	left: 8%;
	color: #02c4ae;
	opacity: 0.22;
	animation: discFloatSlow3 25s ease-in-out infinite alternate;
}

@keyframes discFloatSlow1 {
	0%   { transform: translate(0, 0) rotate(0deg); }
	50%  { transform: translate(14px, -18px) rotate(6deg); }
	100% { transform: translate(-10px, 12px) rotate(-4deg); }
}

@keyframes discFloatSlow2 {
	0%   { transform: translate(0, 0) rotate(0deg); }
	50%  { transform: translate(-16px, 15px) rotate(-8deg); }
	100% { transform: translate(12px, -10px) rotate(5deg); }
}

@keyframes discFloatSlow3 {
	0%   { transform: translate(0, 0) rotate(0deg); }
	50%  { transform: translate(10px, 16px) rotate(5deg); }
	100% { transform: translate(-14px, -12px) rotate(-7deg); }
}

/* Hero Content Styling */
.disclosure-hero__shell {
	position: relative;
	z-index: 2;
	width: min(100%, var(--container-max, 1680px));
	max-width: var(--container-max, 1680px);
	margin: 0 auto;
	padding: 0 var(--gutter, clamp(16px, 3.5vw, 40px));
	box-sizing: border-box;
}

.disclosure-hero__title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.015em;
	flex-wrap: wrap;
}

.disclosure-hero__title-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #00a896;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.disclosure-hero__appendix-tag {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 50px;
	background: rgba(56, 189, 248, 0.16);
	border: 1px solid rgba(56, 189, 248, 0.35);
	color: #38bdf8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-left: 4px;
}

/* --------------------------------------------------------------------------
   3. Main Section Layout & Container
   -------------------------------------------------------------------------- */
.disc-main-section {
	position: relative;
	padding: clamp(36px, 4.5vw, 56px) 0 clamp(64px, 8vw, 96px);
	background: #f8fafc;
}

.disc-content-wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 clamp(16px, 3.5vw, 40px);
}

.disc-document-sheet {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: clamp(24px, 4.5vw, 44px);
	box-shadow: 0 4px 20px -2px rgba(7, 26, 45, 0.06);
}

/* --------------------------------------------------------------------------
   4. Orange Section Titles (A, B, C, D)
   -------------------------------------------------------------------------- */
.disc-section-block {
	margin-bottom: clamp(30px, 3.8vw, 42px);
}

.disc-section-block:last-child {
	margin-bottom: 0;
}

.disc-section-title {
	color: var(--section-orange);
	font-size: clamp(15px, 1.8vw, 17px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin: 0 0 14px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* --------------------------------------------------------------------------
   5. Table Layout (Exact Format from Attachments)
   -------------------------------------------------------------------------- */
.disc-table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 8px;
	-webkit-overflow-scrolling: touch;
	border-radius: 4px;
}

.disc-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--table-border);
	background: #ffffff;
	font-size: clamp(13px, 1.4vw, 14px);
	line-height: 1.5;
}

.disc-table th,
.disc-table td {
	border: 1px solid var(--table-border);
	padding: clamp(10px, 1.3vw, 14px) clamp(12px, 1.5vw, 16px);
	vertical-align: middle;
}

.disc-table th {
	background-color: var(--table-th-bg);
	color: var(--table-th-color);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
}

.disc-table th.col-sl {
	width: 70px;
	text-align: left;
}

.disc-table th.col-info {
	width: 44%;
}

.disc-table th.col-details {
	width: 50%;
}

.disc-table th.col-year {
	width: 12%;
}

.disc-table th.col-registered {
	width: 17%;
}

.disc-table th.col-passed {
	width: 16%;
}

.disc-table th.col-percentage {
	width: 15%;
}

.disc-table th.col-remarks {
	width: 32%;
}

.disc-table td.cell-sl {
	font-weight: 600;
	color: #334155;
}

.disc-table td.cell-info {
	font-weight: 600;
	color: #1e293b;
	text-transform: uppercase;
}

.disc-table td.cell-details {
	color: #1e293b;
	font-weight: 500;
}

.disc-table tr:hover td {
	background-color: #fafbfc;
}

/* --------------------------------------------------------------------------
   6. Outlined Link Boxes for Section B, C & E (Exact Attachment Style)
   -------------------------------------------------------------------------- */
.disc-link-box {
	display: inline-block;
	border: 1.5px solid var(--link-box-border, #0284c7);
	background: #ffffff;
	color: #0284c7;
	padding: 8px 14px;
	border-radius: 4px;
	font-size: clamp(12.5px, 1.35vw, 13.5px);
	font-weight: 500;
	text-decoration: none;
	word-break: break-all;
	line-height: 1.4;
	transition: all 0.2s ease-in-out;
}

.disc-link-box:hover {
	background: #f0f9ff;
	color: #0369a1;
	border-color: #0369a1;
	box-shadow: 0 2px 6px rgba(2, 132, 199, 0.15);
}

.disc-text-link {
	color: #0284c7;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.disc-text-link:hover {
	color: #0369a1;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   7. Nested Sub-Table in Section D (Teaching Staff Row 2)
   -------------------------------------------------------------------------- */
.disc-table-nested {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--table-border);
	background: #ffffff;
	margin: 0;
}

.disc-table-nested td {
	border: 1px solid var(--table-border);
	padding: 8px 12px;
	font-size: 13.5px;
}

.disc-table-nested tr td:first-child {
	font-weight: 600;
	width: 55%;
	text-transform: uppercase;
}

.disc-table-nested tr td:last-child {
	font-weight: 500;
	width: 45%;
}

.disc-table-nested tr:hover td {
	background-color: #f8fafc;
}

/* --------------------------------------------------------------------------
   8. Note Callout Box (Below Section B)
   -------------------------------------------------------------------------- */
.disc-note-container {
	margin-top: 18px;
	padding-top: 4px;
}

.disc-note-label {
	color: #0284c7;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	margin-bottom: 8px;
	display: inline-block;
}

.disc-note-text {
	color: #0f172a;
	font-size: clamp(12.5px, 1.35vw, 13.5px);
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   9. Print Styles
   -------------------------------------------------------------------------- */
@media print {
	.site-header,
	.site-footer,
	.demo-preview-bar,
	.disclosure-hero {
		display: none !important;
	}

	body,
	.disclosure-page,
	.disc-main-section,
	.disc-document-sheet {
		background: #ffffff !important;
		color: #000000 !important;
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none !important;
		border: none !important;
	}

	.disc-table,
	.disc-table th,
	.disc-table td,
	.disc-table-nested,
	.disc-table-nested td {
		border-color: #000000 !important;
		color: #000000 !important;
	}

	.disc-link-box {
		border-color: #000000 !important;
		color: #000000 !important;
	}

	.disc-section-title {
		color: #000000 !important;
	}

	.disc-note-label {
		color: #000000 !important;
	}
}
