:root {
	--irsflh-navy-950: #061a33;
	--irsflh-navy-900: #08284c;
	--irsflh-navy-800: #0b386b;
	--irsflh-navy-700: #164f87;
	--irsflh-blue-100: #e7f0f8;
	--irsflh-saffron: #f58220;
	--irsflh-saffron-dark: #d86400;
	--irsflh-ink: #141a21;
	--irsflh-muted: #5d6977;
	--irsflh-line: #dfe5eb;
	--irsflh-surface: #f5f8fb;
	--irsflh-white: #ffffff;
	--irsflh-shadow: 0 20px 60px rgba(7, 31, 58, 0.13);
	--irsflh-container: 1180px;
}

body.irsflh-active #masthead,
body.irsflh-active #colophon,
body.irsflh-active .entry-header,
body.irsflh-active .comments-area {
	display: none !important;
}

body.irsflh-active,
body.irsflh-active .site-content,
body.irsflh-active .site-content > .ast-container,
body.irsflh-active #primary,
body.irsflh-active .site-main,
body.irsflh-active article.page,
body.irsflh-active .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.irsflh-active {
	background: var(--irsflh-white);
}

.irsflh-wrap,
.irsflh-wrap * {
	box-sizing: border-box;
}

.irsflh-wrap {
	width: 100%;
	overflow: hidden;
	background: var(--irsflh-white);
	color: var(--irsflh-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

.irsflh-wrap a {
	color: inherit;
	text-decoration: none;
}

.irsflh-wrap img {
	display: block;
	max-width: 100%;
}

.irsflh-container {
	width: min(calc(100% - 40px), var(--irsflh-container));
	margin-right: auto;
	margin-left: auto;
}

.irsflh-official-bar {
	background: var(--irsflh-navy-950);
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	letter-spacing: 0.02em;
}

.irsflh-official-bar__inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.irsflh-official-bar__hindi {
	font-weight: 700;
}

.irsflh-header {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid rgba(6, 26, 51, 0.09);
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(15px);
}

.admin-bar .irsflh-header {
	top: 32px;
}

.irsflh-header__inner {
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.irsflh-brand {
	width: 340px;
	flex: 0 1 340px;
}

.irsflh-brand img {
	width: 100%;
	height: auto;
}

.irsflh-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 27px;
	color: #253242;
	font-size: 14px;
	font-weight: 700;
}

.irsflh-nav a,
.irsflh-footer__links a {
	transition: color 160ms ease;
}

.irsflh-nav a:hover,
.irsflh-footer__links a:hover {
	color: var(--irsflh-saffron-dark);
}

.irsflh-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 0;
	border-radius: 7px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.01em;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.irsflh-button:hover {
	transform: translateY(-2px);
}

.irsflh-button:focus-visible,
.irsflh-text-link:focus-visible,
.irsflh-nav a:focus-visible,
.irsflh-footer__links a:focus-visible,
.irsflh-brand:focus-visible {
	outline: 3px solid rgba(245, 130, 32, 0.55);
	outline-offset: 4px;
}

.irsflh-button--small {
	min-height: 42px;
	padding-right: 19px;
	padding-left: 19px;
	white-space: nowrap;
}

.irsflh-button--navy {
	background: var(--irsflh-navy-900);
	color: var(--irsflh-white) !important;
	box-shadow: 0 10px 28px rgba(6, 26, 51, 0.16);
}

.irsflh-button--navy:hover {
	background: var(--irsflh-navy-800);
}

.irsflh-button--saffron {
	background: var(--irsflh-saffron);
	color: #1d1a16 !important;
	box-shadow: 0 12px 34px rgba(245, 130, 32, 0.24);
}

.irsflh-button--saffron:hover {
	background: #ff922e;
}

.irsflh-button--wide {
	width: 100%;
}

.irsflh-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 18%, rgba(30, 94, 151, 0.34), transparent 31%),
		linear-gradient(118deg, var(--irsflh-navy-950), var(--irsflh-navy-900) 58%, #0b3564);
	color: var(--irsflh-white);
}

.irsflh-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--irsflh-saffron) 0 34%, transparent 34%);
	content: "";
}

.irsflh-hero__grid {
	position: relative;
	z-index: 2;
	min-height: 680px;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
	align-items: center;
	gap: 76px;
	padding-top: 76px;
	padding-bottom: 82px;
}

.irsflh-rope-arc {
	position: absolute;
	border: 2px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	pointer-events: none;
}

.irsflh-rope-arc--one {
	width: 770px;
	height: 770px;
	top: -300px;
	right: -360px;
}

.irsflh-rope-arc--two {
	width: 560px;
	height: 560px;
	bottom: -410px;
	left: -390px;
	border-color: rgba(245, 130, 32, 0.24);
}

.irsflh-eyebrow,
.irsflh-kicker {
	margin: 0 0 17px;
	color: var(--irsflh-navy-700);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.irsflh-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b9cce0;
}

.irsflh-eyebrow > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--irsflh-saffron);
	box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.13);
}

.irsflh-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--irsflh-white);
	font-size: clamp(48px, 5.4vw, 76px);
	font-weight: 800;
	line-height: 0.99;
	letter-spacing: -0.045em;
}

.irsflh-hero h1 span {
	display: block;
	color: #a8c3de;
}

.irsflh-hero__lead {
	max-width: 690px;
	margin: 28px 0 0;
	color: #d2deea;
	font-size: 18px;
	line-height: 1.72;
}

.irsflh-hero__actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 34px;
}

.irsflh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--irsflh-white) !important;
	font-size: 14px;
	font-weight: 800;
}

.irsflh-text-link span {
	color: var(--irsflh-saffron);
	font-size: 18px;
}

.irsflh-text-link--dark {
	color: var(--irsflh-navy-900) !important;
}

.irsflh-hero__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 38px;
	color: #aabdd0;
	font-size: 12px;
	font-weight: 700;
}

.irsflh-hero__notes span {
	position: relative;
	padding-left: 15px;
}

.irsflh-hero__notes span::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--irsflh-saffron);
	content: "";
}

.irsflh-course-card {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.98);
	padding: 28px;
	color: var(--irsflh-ink);
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
}

.irsflh-course-card__top,
.irsflh-pathway__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.irsflh-course-code,
.irsflh-course-level,
.irsflh-pathway__top {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.irsflh-course-code {
	color: var(--irsflh-navy-700);
}

.irsflh-course-level {
	border-radius: 999px;
	background: #fff1e5;
	padding: 8px 11px;
	color: #9e4700;
}

.irsflh-course-card__identity {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 24px;
}

.irsflh-course-card__identity img {
	width: 56px;
	height: 56px;
}

.irsflh-course-card__identity p {
	margin: 0;
	color: var(--irsflh-muted);
	font-size: 12px;
	font-weight: 700;
}

.irsflh-course-card h2 {
	margin: 22px 0 0;
	color: var(--irsflh-navy-950);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.irsflh-course-card__summary {
	margin: 16px 0 0;
	color: var(--irsflh-muted);
	font-size: 14px;
	line-height: 1.7;
}

.irsflh-course-card__meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 24px 0;
}

.irsflh-course-card__meta div {
	border: 1px solid var(--irsflh-line);
	border-radius: 10px;
	background: var(--irsflh-surface);
	padding: 14px;
}

.irsflh-course-card__meta strong,
.irsflh-course-card__meta span {
	display: block;
}

.irsflh-course-card__meta strong {
	color: var(--irsflh-navy-900);
	font-size: 14px;
}

.irsflh-course-card__meta span {
	margin-top: 5px;
	color: var(--irsflh-muted);
	font-size: 11px;
}

.irsflh-course-card__note {
	margin: 15px 0 0;
	color: #74808c;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.irsflh-facts {
	border-bottom: 1px solid var(--irsflh-line);
	background: var(--irsflh-white);
}

.irsflh-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.irsflh-fact {
	min-height: 128px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-right: 1px solid var(--irsflh-line);
}

.irsflh-fact:first-child {
	border-left: 1px solid var(--irsflh-line);
}

.irsflh-fact strong {
	color: var(--irsflh-navy-900);
	font-size: 34px;
	letter-spacing: -0.04em;
}

.irsflh-fact span {
	max-width: 92px;
	color: var(--irsflh-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.irsflh-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.irsflh-heading--split {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: end;
	gap: 80px;
}

.irsflh-heading h2,
.irsflh-details h2,
.irsflh-assessment h2,
.irsflh-language h2,
.irsflh-about h2,
.irsflh-final-cta h2 {
	margin: 0;
	color: var(--irsflh-navy-950);
	font-size: clamp(36px, 4.1vw, 55px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.irsflh-heading--split > p,
.irsflh-lead {
	margin: 0;
	color: var(--irsflh-muted);
	font-size: 16px;
	line-height: 1.78;
}

.irsflh-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 58px;
}

.irsflh-benefit {
	min-height: 290px;
	border: 1px solid var(--irsflh-line);
	border-radius: 14px;
	background: var(--irsflh-white);
	padding: 32px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.irsflh-benefit:hover {
	transform: translateY(-5px);
	border-color: #c6d4e1;
	box-shadow: var(--irsflh-shadow);
}

.irsflh-benefit__number {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--irsflh-blue-100);
	color: var(--irsflh-navy-800);
	font-size: 11px;
	font-weight: 900;
}

.irsflh-benefit h3 {
	margin: 52px 0 0;
	color: var(--irsflh-navy-950);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.irsflh-benefit p {
	margin: 14px 0 0;
	color: var(--irsflh-muted);
	font-size: 14px;
	line-height: 1.75;
}

.irsflh-details {
	border-top: 1px solid var(--irsflh-line);
	border-bottom: 1px solid var(--irsflh-line);
	background: var(--irsflh-surface);
}

.irsflh-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
	align-items: center;
	gap: 80px;
}

.irsflh-lead {
	margin-top: 22px;
}

.irsflh-audiences {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
	margin-top: 32px;
}

.irsflh-audiences > div {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #344252;
	font-size: 13px;
	font-weight: 700;
}

.irsflh-audiences span {
	width: 25px;
	height: 25px;
	display: inline-flex;
	flex: 0 0 25px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #dceaf6;
	color: var(--irsflh-navy-700);
	font-size: 12px;
}

.irsflh-journey {
	border-radius: 18px;
	background: var(--irsflh-navy-950);
	padding: 38px;
	color: var(--irsflh-white);
	box-shadow: var(--irsflh-shadow);
}

.irsflh-journey__heading {
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.irsflh-journey__heading span,
.irsflh-journey__heading strong {
	display: block;
}

.irsflh-journey__heading span {
	color: #8fa9c1;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.irsflh-journey__heading strong {
	margin-top: 8px;
	font-size: 22px;
}

.irsflh-journey ol {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.irsflh-journey li {
	position: relative;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 16px;
	padding-bottom: 24px;
}

.irsflh-journey li:last-child {
	padding-bottom: 0;
}

.irsflh-journey li::after {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 19px;
	width: 1px;
	background: rgba(255, 255, 255, 0.17);
	content: "";
}

.irsflh-journey li:last-child::after {
	display: none;
}

.irsflh-journey li > span {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: var(--irsflh-saffron);
	font-size: 12px;
	font-weight: 900;
}

.irsflh-journey li strong {
	display: block;
	padding-top: 2px;
	font-size: 14px;
}

.irsflh-journey li p {
	margin: 7px 0 0;
	color: #aebfd0;
	font-size: 12px;
	line-height: 1.6;
}

.irsflh-assessment {
	background: var(--irsflh-navy-900);
	color: var(--irsflh-white);
}

.irsflh-assessment__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 90px;
}

.irsflh-scoreboard {
	position: relative;
	min-height: 440px;
}

.irsflh-score-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 255px;
	height: 255px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	border: 18px solid rgba(255, 255, 255, 0.1);
	border-top-color: var(--irsflh-saffron);
	border-right-color: var(--irsflh-saffron);
	border-radius: 50%;
	background: var(--irsflh-navy-950);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
}

.irsflh-score-ring span {
	font-size: 61px;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.irsflh-score-ring small {
	margin-top: 4px;
	color: #a6bbcf;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.irsflh-stat {
	position: absolute;
	min-width: 128px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	padding: 16px;
	backdrop-filter: blur(8px);
}

.irsflh-stat strong,
.irsflh-stat span {
	display: block;
}

.irsflh-stat strong {
	color: var(--irsflh-saffron);
	font-size: 28px;
}

.irsflh-stat span {
	margin-top: 3px;
	color: #c6d3df;
	font-size: 10px;
	font-weight: 700;
}

.irsflh-stat--questions {
	top: 28px;
	left: 0;
}

.irsflh-stat--time {
	top: 58px;
	right: 0;
}

.irsflh-stat--attempts {
	right: 30px;
	bottom: 26px;
}

.irsflh-kicker--light {
	color: var(--irsflh-saffron);
}

.irsflh-assessment h2 {
	color: var(--irsflh-white);
}

.irsflh-assessment__grid > div:last-child > p:not(.irsflh-kicker) {
	margin: 23px 0 0;
	color: #c6d5e2;
	font-size: 16px;
	line-height: 1.78;
}

.irsflh-certificate-note {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 15px;
	margin-top: 29px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	padding: 20px;
}

.irsflh-certificate-note > span {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--irsflh-saffron);
	color: var(--irsflh-navy-950);
	font-family: Georgia, serif;
	font-weight: 900;
}

.irsflh-certificate-note p {
	margin: 0;
	color: #b7c8d8;
	font-size: 12px;
	line-height: 1.65;
}

.irsflh-heading--center {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.irsflh-heading--center > p:last-child {
	max-width: 630px;
	margin: 20px auto 0;
	color: var(--irsflh-muted);
	font-size: 15px;
	line-height: 1.75;
}

.irsflh-pathways__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 50px;
}

.irsflh-pathway {
	min-height: 310px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--irsflh-line);
	border-radius: 14px;
	background: var(--irsflh-white);
	padding: 25px;
}

.irsflh-pathway--featured {
	border-color: var(--irsflh-navy-800);
	background: var(--irsflh-navy-950);
	color: var(--irsflh-white);
}

.irsflh-pathway__top {
	color: #8794a1;
}

.irsflh-pathway--featured .irsflh-pathway__top {
	color: #a9bfd3;
}

.irsflh-live-label {
	border-radius: 999px;
	background: var(--irsflh-saffron);
	padding: 7px 9px;
	color: #25180e;
	font-size: 8px;
}

.irsflh-pathway h3 {
	margin: 46px 0 0;
	color: var(--irsflh-navy-950);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.irsflh-pathway--featured h3 {
	color: var(--irsflh-white);
}

.irsflh-pathway p {
	margin: 14px 0 0;
	color: var(--irsflh-muted);
	font-size: 12px;
	line-height: 1.7;
}

.irsflh-pathway--featured p {
	color: #b8c9d8;
}

.irsflh-pathway__status {
	margin-top: auto;
	padding-top: 22px;
	color: var(--irsflh-navy-700);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.irsflh-pathway--featured .irsflh-pathway__status {
	color: var(--irsflh-saffron);
}

.irsflh-language {
	background: var(--irsflh-saffron);
	color: #1a1b1d;
}

.irsflh-language__inner {
	min-height: 230px;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: center;
	gap: 80px;
}

.irsflh-language__inner > div {
	display: flex;
	align-items: center;
	gap: 30px;
}

.irsflh-language__mark {
	min-width: 106px;
	height: 106px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(6, 26, 51, 0.24);
	border-radius: 50%;
	color: var(--irsflh-navy-950);
	font-size: 25px;
	font-weight: 900;
}

.irsflh-language .irsflh-kicker {
	color: rgba(6, 26, 51, 0.68);
}

.irsflh-language h2 {
	color: var(--irsflh-navy-950);
	font-size: clamp(31px, 3.2vw, 45px);
}

.irsflh-language__inner > p {
	margin: 0;
	color: #3e3329;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.75;
}

.irsflh-about {
	background: var(--irsflh-surface);
}

.irsflh-about__grid {
	max-width: 940px;
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	gap: 70px;
}

.irsflh-about__seal {
	border-radius: 50%;
	background: var(--irsflh-white);
	padding: 10px;
	box-shadow: 0 18px 50px rgba(7, 31, 58, 0.12);
}

.irsflh-about h2 {
	font-size: clamp(38px, 4.4vw, 58px);
}

.irsflh-about__grid > div:last-child > p:not(.irsflh-kicker) {
	max-width: 680px;
	margin: 21px 0 26px;
	color: var(--irsflh-muted);
	font-size: 15px;
	line-height: 1.78;
}

.irsflh-final-cta {
	background: linear-gradient(110deg, var(--irsflh-navy-950), var(--irsflh-navy-800));
	color: var(--irsflh-white);
}

.irsflh-final-cta__inner {
	min-height: 310px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.irsflh-final-cta h2 {
	max-width: 700px;
	color: var(--irsflh-white);
	font-size: clamp(36px, 4.2vw, 56px);
}

.irsflh-final-cta__inner > div > p:last-child {
	margin: 17px 0 0;
	color: #b9c9d8;
	font-size: 14px;
}

.irsflh-final-cta .irsflh-button {
	flex: 0 0 auto;
}

.irsflh-footer {
	background: #071424;
	color: var(--irsflh-white);
}

.irsflh-footer__main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 90px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.irsflh-footer__brand img {
	width: 330px;
	filter: brightness(0) invert(1);
}

.irsflh-footer__brand p {
	max-width: 420px;
	margin: 24px 0 0;
	color: #91a5b8;
	font-size: 13px;
	line-height: 1.7;
}

.irsflh-footer__links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.irsflh-footer__links h3 {
	margin: 0 0 20px;
	color: var(--irsflh-white);
	font-size: 13px;
	font-weight: 800;
}

.irsflh-footer__links a {
	display: block;
	margin-top: 12px;
	color: #91a5b8;
	font-size: 12px;
}

.irsflh-footer__bottom {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #71879b;
	font-size: 11px;
}

@media (max-width: 1080px) {
	.irsflh-nav {
		display: none;
	}

	.irsflh-hero__grid {
		grid-template-columns: 1fr 390px;
		gap: 42px;
	}

	.irsflh-details__grid {
		gap: 42px;
	}

	.irsflh-pathways__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 860px) {
	.irsflh-official-bar__hindi {
		display: none;
	}

	.irsflh-official-bar__inner {
		justify-content: center;
		text-align: center;
	}

	.irsflh-header__inner {
		min-height: 75px;
	}

	.irsflh-brand {
		width: 270px;
		flex-basis: 270px;
	}

	.irsflh-hero__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.irsflh-course-card {
		max-width: 580px;
	}

	.irsflh-facts__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.irsflh-fact:nth-child(2) {
		border-right: 0;
	}

	.irsflh-fact:nth-child(n + 3) {
		border-top: 1px solid var(--irsflh-line);
	}

	.irsflh-heading--split,
	.irsflh-details__grid,
	.irsflh-assessment__grid,
	.irsflh-language__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.irsflh-benefits {
		grid-template-columns: 1fr;
	}

	.irsflh-benefit {
		min-height: auto;
	}

	.irsflh-benefit h3 {
		margin-top: 32px;
	}

	.irsflh-journey {
		max-width: 620px;
	}

	.irsflh-scoreboard {
		max-width: 500px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.irsflh-language__inner {
		min-height: auto;
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.irsflh-about__grid {
		grid-template-columns: 200px 1fr;
		gap: 44px;
	}

	.irsflh-final-cta__inner {
		min-height: auto;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 782px) {
	.admin-bar .irsflh-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	.irsflh-container {
		width: min(calc(100% - 28px), var(--irsflh-container));
	}

	.irsflh-official-bar {
		font-size: 10px;
	}

	.irsflh-header__inner {
		gap: 12px;
	}

	.irsflh-brand {
		width: 205px;
		flex: 0 1 205px;
	}

	.irsflh-header__inner .irsflh-button {
		min-height: 38px;
		padding-right: 12px;
		padding-left: 12px;
		font-size: 10px;
	}

	.irsflh-hero__grid {
		min-height: 0;
		padding-top: 56px;
		padding-bottom: 64px;
	}

	.irsflh-hero h1 {
		font-size: clamp(42px, 13.4vw, 58px);
	}

	.irsflh-hero__lead {
		font-size: 16px;
	}

	.irsflh-hero__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.irsflh-hero__actions .irsflh-button {
		width: 100%;
	}

	.irsflh-hero__notes {
		align-items: flex-start;
		flex-direction: column;
	}

	.irsflh-course-card {
		border-radius: 14px;
		padding: 22px;
	}

	.irsflh-course-card h2 {
		font-size: 29px;
	}

	.irsflh-course-card__meta {
		grid-template-columns: 1fr;
	}

	.irsflh-fact {
		min-height: 105px;
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 20px;
	}

	.irsflh-fact strong {
		font-size: 29px;
	}

	.irsflh-fact span {
		max-width: none;
	}

	.irsflh-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.irsflh-heading--split {
		gap: 22px;
	}

	.irsflh-heading h2,
	.irsflh-details h2,
	.irsflh-assessment h2,
	.irsflh-about h2 {
		font-size: 38px;
	}

	.irsflh-benefits {
		margin-top: 38px;
	}

	.irsflh-benefit {
		padding: 26px;
	}

	.irsflh-audiences {
		grid-template-columns: 1fr;
	}

	.irsflh-journey {
		padding: 26px 22px;
	}

	.irsflh-assessment__grid {
		gap: 22px;
	}

	.irsflh-scoreboard {
		min-height: 390px;
		transform: scale(0.92);
	}

	.irsflh-stat--questions {
		left: -8px;
	}

	.irsflh-stat--time {
		right: -8px;
	}

	.irsflh-pathways__grid {
		grid-template-columns: 1fr;
	}

	.irsflh-pathway {
		min-height: 275px;
	}

	.irsflh-language__inner > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.irsflh-language h2 {
		font-size: 36px;
	}

	.irsflh-about__grid {
		grid-template-columns: 1fr;
	}

	.irsflh-about__seal {
		width: 175px;
	}

	.irsflh-final-cta .irsflh-button {
		width: 100%;
	}

	.irsflh-footer__main {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.irsflh-footer__brand img {
		width: 280px;
	}

	.irsflh-footer__bottom {
		min-height: 100px;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 400px) {
	.irsflh-brand {
		width: 175px;
		flex-basis: 175px;
	}

	.irsflh-header__inner .irsflh-button {
		max-width: 92px;
		line-height: 1.15;
		text-align: center;
	}

	.irsflh-scoreboard {
		transform: scale(0.82);
		transform-origin: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.irsflh-wrap *,
	.irsflh-wrap *::before,
	.irsflh-wrap *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

