/* ==========================================================================
   IISAUH THEME2026 — Modern About Us Page Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   About Page Hero Banner
   -------------------------------------------------------------------------- */
.about-hero {
	position: relative;
	padding: clamp(32px, 3.5vw, 48px) 0 clamp(20px, 2.5vw, 32px);
	background: 
		radial-gradient(ellipse at 85% 20%, rgba(0, 168, 150, 0.25) 0%, transparent 50%),
		radial-gradient(ellipse at 15% 85%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
		linear-gradient(135deg, #07172b 0%, var(--navy-dark) 40%, var(--navy) 80%, #153a63 100%);
	color: var(--white);
	overflow: hidden;
	isolation: isolate;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Modern Concentric Orbital & Radiant Pattern */
.about-hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.about-hero__orbital-pattern {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.95;
	mask-image: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 70%, transparent 95%);
	-webkit-mask-image: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 70%, transparent 95%);
}

.about-hero__orbital-pattern svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: drop-shadow(0 0 8px rgba(0, 168, 150, 0.2));
}

.about-hero__light-beam {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		115deg,
		transparent 20%,
		rgba(0, 168, 150, 0.03) 45%,
		rgba(2, 196, 174, 0.08) 50%,
		rgba(56, 189, 248, 0.035) 55%,
		transparent 80%
	);
	background-size: 250% 100%;
	animation: heroBeamSweep 14s ease-in-out infinite;
	pointer-events: none;
}

@keyframes heroBeamSweep {
	0% {
		background-position: 150% 0;
	}
	100% {
		background-position: -150% 0;
	}
}

/* Ambient Floating Aurora Orbs */
.about-hero__orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
	will-change: transform;
}

.about-hero__orb--1 {
	top: -30%;
	right: 5%;
	width: clamp(350px, 45vw, 650px);
	height: clamp(350px, 45vw, 650px);
	background: radial-gradient(circle, rgba(0, 168, 150, 0.28) 0%, rgba(2, 196, 174, 0.06) 50%, transparent 70%);
	filter: blur(60px);
	animation: heroOrbFloat1 16s ease-in-out infinite alternate;
}

.about-hero__orb--2 {
	bottom: -30%;
	left: -2%;
	width: clamp(300px, 40vw, 550px);
	height: clamp(300px, 40vw, 550px);
	background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, rgba(129, 140, 248, 0.05) 50%, transparent 70%);
	filter: blur(65px);
	animation: heroOrbFloat2 20s ease-in-out infinite alternate;
}

.about-hero__orb--3 {
	top: 10%;
	left: 35%;
	width: clamp(200px, 25vw, 400px);
	height: clamp(200px, 25vw, 400px);
	background: radial-gradient(circle, rgba(2, 196, 174, 0.12) 0%, transparent 70%);
	filter: blur(50px);
	animation: heroOrbFloat1 22s ease-in-out infinite alternate-reverse;
}

@keyframes heroOrbFloat1 {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(-30px, 15px, 0) scale(1.08);
	}
	100% {
		transform: translate3d(20px, -20px, 0) scale(0.94);
	}
}

@keyframes heroOrbFloat2 {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		transform: translate3d(25px, -15px, 0) scale(1.1);
	}
	100% {
		transform: translate3d(-18px, 18px, 0) scale(0.92);
	}
}

/* --------------------------------------------------------------------------
   About Hero Freely Moving Educational Floating Icons
   -------------------------------------------------------------------------- */
.about-hero__floating-icons {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.about-hero__float-item {
	position: absolute;
	left: var(--fx);
	top: var(--fy);
	will-change: transform;
	pointer-events: none;
	cursor: default;
	animation-duration: var(--dur, 22s);
	animation-delay: var(--delay, 0s);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* Individual Icon Floating Keyframe Assignments & Subtle Themes */
.about-hero__float-item--grad {
	animation-name: aboutIconDrift1;
	color: #38bdf8;
	opacity: 0.28;
}

.about-hero__float-item--book {
	animation-name: aboutIconDrift2;
	color: #02c4ae;
	opacity: 0.24;
}

.about-hero__float-item--globe {
	animation-name: aboutIconDrift3;
	color: #38bdf8;
	opacity: 0.25;
}

.about-hero__float-item--lightbulb {
	animation-name: aboutIconDrift1;
	color: #00a896;
	opacity: 0.22;
}

.about-hero__float-item--award {
	animation-name: aboutIconDrift4;
	color: #38bdf8;
	opacity: 0.26;
}

.about-hero__float-item--compass {
	animation-name: aboutIconDrift2;
	color: #02c4ae;
	opacity: 0.24;
}

.about-hero__float-item--sprout {
	animation-name: aboutIconDrift3;
	color: #00a896;
	opacity: 0.22;
}

/* Seamless & Subtle Icon Presentation (No Bright Discs/Borders - Exact Match with IIS Achievements) */
.about-hero__float-chip {
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: none !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	padding: 0 !important;
}

.about-hero__float-chip svg {
	width: clamp(28px, 2.6vw, 34px) !important;
	height: clamp(28px, 2.6vw, 34px) !important;
	opacity: 1 !important;
	filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.25)) !important;
	display: block;
}

.about-hero__float-item:hover .about-hero__float-chip {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.about-hero__float-item:hover .about-hero__float-chip svg {
	transform: none !important;
	filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.25)) !important;
}

/* Continuous Multi-Axis Organic Floating Keyframes */
@keyframes aboutIconDrift1 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	30% {
		transform: translate3d(18px, -24px, 0) rotate(8deg) scale(1.05);
	}
	70% {
		transform: translate3d(-14px, 16px, 0) rotate(-6deg) scale(0.96);
	}
	100% {
		transform: translate3d(22px, -12px, 0) rotate(10deg) scale(1.04);
	}
}

@keyframes aboutIconDrift2 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	25% {
		transform: translate3d(-20px, 18px, 0) rotate(-9deg) scale(0.95);
	}
	65% {
		transform: translate3d(16px, -22px, 0) rotate(7deg) scale(1.06);
	}
	100% {
		transform: translate3d(-15px, -10px, 0) rotate(-5deg) scale(1.02);
	}
}

@keyframes aboutIconDrift3 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(0.98);
	}
	40% {
		transform: translate3d(-16px, -26px, 0) rotate(11deg) scale(1.07);
	}
	80% {
		transform: translate3d(24px, 14px, 0) rotate(-7deg) scale(0.95);
	}
	100% {
		transform: translate3d(8px, -18px, 0) rotate(5deg) scale(1.03);
	}
}

@keyframes aboutIconDrift4 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	35% {
		transform: translate3d(22px, 20px, 0) rotate(-8deg) scale(1.06);
	}
	75% {
		transform: translate3d(-18px, -15px, 0) rotate(6deg) scale(0.95);
	}
	100% {
		transform: translate3d(12px, 18px, 0) rotate(-4deg) scale(1.04);
	}
}

/* Responsive adjustment on mobile viewports */
@media (max-width: 768px) {
	.about-hero__float-item--lightbulb,
	.about-hero__float-item--sprout {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-hero__light-beam,
	.about-hero__orb--1,
	.about-hero__orb--2,
	.about-hero__orb--3,
	.about-hero__float-item {
		animation: none !important;
	}
}

.about-hero__container {
	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;
}

.about-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;
}

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

/* --------------------------------------------------------------------------
   About Shaping Lead Intro Banner (Similar to Acad-Quote-Banner with Warm Palette)
   -------------------------------------------------------------------------- */
.about-shaping__lead-intro {
	position: relative;
	background: #ffffff;
	border-radius: 18px;
	border: 1.5px solid rgba(245, 158, 11, 0.3);
	box-shadow: 
		0 10px 30px -8px rgba(245, 158, 11, 0.08),
		0 3px 12px -2px rgba(15, 42, 74, 0.03);
	padding: clamp(14px, 1.4vw, 20px) clamp(18px, 2.2vw, 36px);
	margin-top: 0;
	margin-bottom: clamp(28px, 3.8vw, 48px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-shaping__lead-intro:hover {
	transform: translateY(-2px);
	box-shadow: 
		0 14px 38px -8px rgba(245, 158, 11, 0.16),
		0 6px 18px -3px rgba(236, 72, 153, 0.1);
	border-color: rgba(245, 158, 11, 0.55);
}

/* Multi-Color Background Side Panels (Left & Right) - Warm Sunset & Royal Violet */
.about-lead-banner__side-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: clamp(120px, 15vw, 220px);
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.about-lead-banner__side-bg--left {
	left: 0;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 100%);
}

.about-lead-banner__side-bg--right {
	right: 0;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 100%);
	-webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 45%, transparent 100%);
}

.about-shaping__lead-intro:hover .about-lead-banner__side-bg {
	transform: scale(1.02);
}

.about-lead-side-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

/* Luminous Multi-Color Mesh Orbs within the sides (Warm Sunset & Royal Violet) */
.about-lead-mesh {
	position: absolute;
	border-radius: 50%;
	filter: blur(45px);
	pointer-events: none;
}

/* Left Side Colors: Soft Amber Gold, Sunset Rose, Coral, Warm Champagne */
.about-lead-mesh--1 {
	top: -25px;
	left: -20px;
	width: 170px;
	height: 150px;
	background: radial-gradient(circle, rgba(245, 158, 11, 0.45) 0%, rgba(251, 113, 133, 0.25) 50%, transparent 75%);
	opacity: 0.7;
}

.about-lead-mesh--2 {
	bottom: -35px;
	left: 20px;
	width: 180px;
	height: 160px;
	background: radial-gradient(circle, rgba(236, 72, 153, 0.38) 0%, rgba(249, 115, 22, 0.2) 50%, transparent 75%);
	opacity: 0.6;
}

.about-lead-mesh--3 {
	top: 30%;
	left: 30%;
	width: 110px;
	height: 110px;
	background: radial-gradient(circle, rgba(192, 132, 252, 0.35) 0%, rgba(253, 224, 71, 0.18) 50%, transparent 75%);
	opacity: 0.45;
}

/* Right Side Colors: Royal Violet, Orchid Rose, Sunset Coral, Golden Amber */
.about-lead-mesh--4 {
	top: -30px;
	right: -20px;
	width: 180px;
	height: 160px;
	background: radial-gradient(circle, rgba(139, 92, 246, 0.45) 0%, rgba(192, 132, 252, 0.25) 50%, transparent 75%);
	opacity: 0.7;
}

.about-lead-mesh--5 {
	bottom: -30px;
	right: 15px;
	width: 170px;
	height: 150px;
	background: radial-gradient(circle, rgba(244, 63, 94, 0.38) 0%, rgba(251, 146, 60, 0.2) 50%, transparent 75%);
	opacity: 0.6;
}

.about-lead-mesh--6 {
	top: 25%;
	right: 35%;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(245, 158, 11, 0.35) 0%, rgba(168, 85, 247, 0.18) 50%, transparent 75%);
	opacity: 0.45;
}

/* Center Content - Centered Text */
.about-lead-banner__content {
	flex: 1 1 auto;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 clamp(6px, 1.5vw, 20px);
}

.about-shaping__lead-intro .about-hero__intro {
	font-size: clamp(14.5px, 1.25vw, 17px);
	font-weight: 500;
	line-height: 1.55;
	color: #0f2a4a;
	margin: 0;
	text-align: center;
}

@media (min-width: 1100px) {
	.about-shaping__lead-intro .about-hero__intro {
		white-space: nowrap;
	}
}

.about-shaping__lead-intro .about-hero__link {
	color: #0284c7;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}

.about-shaping__lead-intro .about-hero__link:hover {
	color: #d97706;
}

.about-hero__link {
	color: var(--yellow);
	font-weight: 750;
	letter-spacing: 0.4px;
	text-decoration: underline;
	text-decoration-color: rgba(251, 191, 36, 0.5);
	text-underline-offset: 4px;
	transition: all 0.25s ease;
	display: inline;
}

.about-hero__link:hover {
	color: var(--white);
	text-decoration-color: var(--teal-light);
	text-shadow: 0 0 16px rgba(2, 196, 174, 0.6);
}

/* --------------------------------------------------------------------------
   "Shaping the Future" Narrative Section
   -------------------------------------------------------------------------- */
.about-shaping {
	position: relative;
	padding: clamp(20px, 2.5vw, 36px) 0 clamp(60px, 7vw, 100px);
	background: linear-gradient(180deg, var(--gray-50) 0%, #eef5f8 50%, var(--white) 100%);
	overflow: hidden;
}

.about-shaping__container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--gutter);
}

.about-shaping__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(36px, 5vw, 64px);
	align-items: center;
}

.about-shaping__content {
	position: relative;
	z-index: 2;
}

.about-shaping__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--teal);
	margin-bottom: 12px;
}

.about-shaping__eyebrow-line {
	width: 36px;
	height: 2px;
	background: var(--teal);
	border-radius: 2px;
}

.about-shaping__heading {
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 700;
	color: var(--navy);
	line-height: 1.25;
	margin-bottom: 18px;
	letter-spacing: -0.015em;
}

.about-shaping__heading span {
	color: var(--teal);
}

.about-shaping__lead {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--navy);
	margin-bottom: 18px;
	padding-left: 18px;
	border-left: 3px solid var(--teal);
}

.about-shaping__body {
	font-size: 15.5px;
	line-height: 1.75;
	color: var(--gray-600);
	margin-bottom: 24px;
}

/* 5 Dimensions Pills */
.about-shaping__dimensions {
	margin: 28px 0;
}

.about-shaping__dimensions-title {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--navy);
	margin-bottom: 12px;
}

.about-shaping__dimensions-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.about-shaping__dim-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border-radius: 50px;
	background: var(--white);
	border: 1px solid var(--gray-200);
	box-shadow: 0 2px 10px rgba(15, 42, 74, 0.04);
	font-size: 13.5px;
	font-weight: 600;
	color: var(--navy);
	transition: all 0.3s ease;
}

.about-shaping__dim-pill:hover {
	transform: translateY(-2px);
	border-color: var(--teal);
	color: var(--teal-dark);
	box-shadow: 0 8px 20px rgba(0, 168, 150, 0.14);
}

.about-shaping__dim-icon {
	color: var(--teal);
	font-size: 14px;
}

/* Curriculum Feature Box */
.about-shaping__curriculum-box {
	background: linear-gradient(135deg, rgba(0, 168, 150, 0.08) 0%, rgba(59, 130, 246, 0.06) 100%);
	border-left: 4px solid var(--teal);
	border-radius: 0 16px 16px 0;
	padding: 22px 26px;
	margin-top: 24px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.about-shaping__curriculum-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--teal);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 16px rgba(0, 168, 150, 0.25);
}

.about-shaping__curriculum-text {
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--navy-dark);
}

.about-shaping__curriculum-text strong {
	color: var(--navy);
	font-weight: 700;
}

/* Right Media Showcase */
.about-shaping__media {
	position: relative;
}

.about-shaping__media-frame {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 42, 74, 0.16);
	background: var(--navy);
}

.about-shaping__media-frame img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-shaping__media-frame:hover img {
	transform: scale(1.04);
}

.about-shaping__media-glow {
	position: absolute;
	inset: -10%;
	background: radial-gradient(circle, rgba(0, 168, 150, 0.25) 0%, transparent 60%);
	filter: blur(40px);
	z-index: 0;
	pointer-events: none;
}

/* Floating Badges */
.about-shaping__float-badge {
	position: absolute;
	z-index: 3;
	background: var(--white);
	border-radius: 18px;
	padding: 14px 18px;
	box-shadow: 0 16px 36px rgba(15, 42, 74, 0.16);
	border: 1px solid rgba(15, 42, 74, 0.08);
	display: flex;
	align-items: center;
	gap: 12px;
	animation: floatBob 6s ease-in-out infinite;
}

.about-shaping__float-badge--top {
	top: -24px;
	right: -16px;
}

.about-shaping__float-badge--bottom {
	bottom: -24px;
	left: -16px;
	animation-delay: -3s;
}

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

.about-shaping__float-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
	color: var(--navy-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
}

.about-shaping__float-icon--teal {
	background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 100%);
	color: var(--white);
}

.about-shaping__float-copy strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--navy);
	line-height: 1.2;
}

.about-shaping__float-copy span {
	font-size: 12px;
	color: var(--gray-600);
}

/* --------------------------------------------------------------------------
   Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.about-shaping__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	
	.about-shaping__media {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.about-shaping__lead-intro {
		padding: 16px 14px;
	}

	.about-lead-banner__side-bg {
		width: 100px;
		opacity: 0.45;
	}

	.about-shaping__float-badge--top {
		top: -12px;
		right: 0;
	}
	
	.about-shaping__float-badge--bottom {
		bottom: -12px;
		left: 0;
	}
}
