/* SOURCE: 01-base-header-nav.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   201 rule(s)  ·  slice 1 — keep this file in manifest order
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap");

:root {
	--primary-blue: #0c3866;
	--primary-dark: #08284c;
	--primary-light: #12437e;
	--primary-gradient: #0c3866;
	--primary-gradient-hover: #08284c;
	--primary-50: #eff6ff;
	--primary-100: #dbeafe;
	--accent-teal: #00a896;
	--accent-teal-dark: #008072;
	--accent-teal-light: #e6f7f5;
	--slate-900: #0f172a;
	--slate-800: #1e293b;
	--slate-700: #334155;
	--slate-600: #475569;
	--slate-500: #64748b;
	--slate-400: #94a3b8;
	--slate-300: #cbd5e1;
	--slate-200: #e2e8f0;
	--slate-100: #f1f5f9;
	--slate-50: #f8fafc;
	--font-family: "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--radius-sm: 8px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-xl: 24px;
	--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 12px rgba(15, 23, 42, 0.08);
	--shadow-lg: 0 10px 25px rgba(27, 79, 156, 0.12);
	--shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.15);
	--transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-family: var(--font-family);
	direction: rtl;
	scroll-behavior: smooth;
	background-color: var(--slate-50);
	color: var(--slate-800);
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
	overflow-x: hidden;
}

/* Hide all breadcrumbs across all pages */
[class*="breadcrumb"],
nav[aria-label="مسار التنقل"] {
	display: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition);
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
}

/* Layout Utilities */

.container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width: 640px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Header & Navigation — Ultra Apple Transparent Glass & Circular Capsules */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.45) !important;
	backdrop-filter: blur(28px) saturate(210%) !important;
	-webkit-backdrop-filter: blur(28px) saturate(210%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
	.site-header {
		background-color: rgba(255, 255, 255, 0.6) !important;
		backdrop-filter: blur(15px) saturate(150%) !important;
		-webkit-backdrop-filter: blur(15px) saturate(150%) !important;
	}
}

.site-header.scrolled {
	padding: 2px 0;
	background-color: rgba(255, 255, 255, 0.72) !important;
	box-shadow: 0 12px 35px -5px rgba(15, 23, 42, 0.08),
	            inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
	border-bottom-color: rgba(226, 232, 240, 0.5) !important;
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 76px;
	transition: height 0.3s ease;
}

.site-header.scrolled .nav-wrap {
	height: 64px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: var(--primary-blue);
	font-size: 1.35rem;
	flex-shrink: 0;
}

.brand svg {
	width: 40px;
	height: 40px;
	fill: var(--primary-blue);
}

.brand-cut {
	fill: var(--accent-teal);
}

.brand-sub {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--slate-500);
	display: block;
	line-height: 1;
}

nav.main-nav {
	display: flex;
	align-items: center;
	gap: 0.3rem;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	padding: 5px 8px;
	border-radius: 9999px !important; /* شكل الكبسولة الدائرية المائية بالكامل */
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.06), inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

nav.main-nav a {
	font-weight: 600;
	color: var(--slate-700);
	padding: 0.45rem 0.95rem !important;
	border-radius: 9999px !important; /* أطراف دائرية كبسولية بالكامل 100% */
	position: relative;
	font-size: 0.86rem;
	white-space: nowrap;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* تصغير الخط الإنجليزي ليكون أصغر وأنيقاً جداً */
html[lang="en"] nav.main-nav a {
	font-size: 0.70rem !important;
	padding: 0.35rem 0.75rem !important;
	letter-spacing: -0.2px;
}

nav.main-nav a:hover {
	color: var(--primary-blue);
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	border-radius: 9999px !important;
}

nav.main-nav a.active {
	color: var(--primary-blue) !important;
	background: rgba(12, 56, 102, 0.12) !important;
	font-weight: 700;
	border-radius: 9999px !important;
	box-shadow: inset 0 0 0 1px rgba(12, 56, 102, 0.2) !important;
}

nav.main-nav a.active::after {
	display: none;
}

/* Navigation Dropdown (المزيد) */
.nav-item-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.nav-item-dropdown .dropdown-toggle {
	font-weight: 600;
	color: var(--slate-700);
	padding: 0.5rem 0.75rem;
	border-radius: var(--radius-sm);
	display: inline-flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	text-decoration: none;
	transition: var(--transition);
}

.nav-item-dropdown:hover .dropdown-toggle,
.nav-item-dropdown.is-open .dropdown-toggle,
.nav-item-dropdown .dropdown-toggle:hover {
	color: var(--primary-blue);
}

.nav-item-dropdown .dropdown-toggle .arrow {
	font-size: 10px;
	transition: transform 0.2s ease;
}

.nav-item-dropdown:hover .dropdown-toggle .arrow,
.nav-item-dropdown.is-open .dropdown-toggle .arrow {
	transform: rotate(180deg);
}

.nav-item-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 190px;
	background: #ffffff;
	border: 1px solid var(--slate-200);
	border-radius: 12px;
	padding: 8px 0;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
	z-index: 250;
	margin-top: 4px;
}

.nav-item-dropdown:hover .dropdown-menu,
.nav-item-dropdown.is-open .dropdown-menu {
	display: block;
	animation: navDropdownFade 0.2s ease forwards;
}

.nav-item-dropdown .dropdown-menu a {
	display: block;
	padding: 9px 16px;
	color: var(--slate-700);
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	border-radius: 0;
	line-height: 1.4;
}

.nav-item-dropdown .dropdown-menu a:hover {
	background: var(--slate-50);
	color: var(--primary-blue);
	padding-right: 20px;
}

@keyframes navDropdownFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.lang-btn {
	border: 1px solid rgba(12, 56, 102, 0.25);
	background: rgba(255, 255, 255, 0.7);
	width: 42px;
	height: 36px;
	padding: 0;
	border-radius: 9999px !important;
	font-weight: 800;
	font-size: 0.85rem;
	cursor: pointer;
	color: var(--primary-blue);
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex-shrink: 0;
}

.login-btn,
.nav-actions .btn {
	border-radius: 9999px !important;
	padding: 0.55rem 1.35rem !important;
	font-size: 0.88rem !important;
	background: var(--primary-blue) !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(12, 56, 102, 0.25) !important;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.lang-btn:hover {
	background: #0b2545;
	color: #ffffff;
}

/* Buttons */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	border-radius: var(--radius-md);
	border: 1px solid transparent;
	cursor: pointer;
	transition: var(--transition);
	white-space: nowrap;
}

.btn-primary {
	background: var(--primary-gradient);
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(13, 71, 161, 0.35);
}

.btn-primary:hover {
	background: var(--primary-gradient-hover);
	box-shadow: 0 6px 20px rgba(13, 71, 161, 0.45);
	transform: translateY(-1px);
}

.btn-accent {
	background-color: var(--accent-teal);
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 168, 150, 0.3);
}

.btn-accent:hover {
	background-color: var(--accent-teal-dark);
	box-shadow: 0 6px 20px rgba(0, 168, 150, 0.4);
	transform: translateY(-1px);
}

.btn-outline {
	background: transparent;
	border-color: var(--slate-300);
	color: var(--slate-700);
}

.btn-outline:hover {
	background: var(--slate-100);
	border-color: var(--slate-400);
	color: var(--primary-blue);
}

.btn-light {
	background-color: #ffffff;
	color: var(--primary-blue);
	box-shadow: var(--shadow-sm);
}

.btn-light:hover {
	background-color: var(--slate-50);
	color: var(--primary-dark);
}

.btn-sm {
	padding: 0.4rem 0.9rem;
	font-size: 0.875rem;
	border-radius: var(--radius-sm);
}

.btn-lg {
	padding: 1rem 2rem;
	font-size: 1.125rem;
	border-radius: var(--radius-lg);
}

/* Badges */

.badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.75rem;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
}

.badge-blue {
	background: var(--primary-50);
	color: var(--primary-blue);
}

.badge-teal {
	background: var(--accent-teal-light);
	color: var(--accent-teal-dark);
}

.badge-amber {
	background: #fef3c7;
	color: #92400e;
}

.badge-slate {
	background: var(--slate-100);
	color: var(--slate-700);
}

/* Sections & Typography */

.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-tint {
	background-color: var(--slate-100);
}

.section-dark {
	background-color: var(--slate-900);
	color: #ffffff;
}

.eyebrow {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: var(--accent-teal);
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.eyebrow.light {
	color: #38bdf8;
}

.section-head {
	margin-bottom: 3rem;
	text-align: center;
}

.section-head h2 {
	font-size: 2.25rem;
	font-weight: 800;
	color: var(--slate-900);
	line-height: 1.25;
}

.section-dark .section-head h2 {
	color: #ffffff;
}

.section-head p {
	font-size: 1.125rem;
	color: var(--slate-600);
	max-width: 650px;
	margin: 0.75rem auto 0;
}

/* Hero Section */

.hero-wrapper {
	position: relative;
	border-radius: var(--radius-xl);
	overflow: hidden;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	background: linear-gradient(135deg, #0d2853 0%, #1b4f9c 60%, #00a896 100%);
	color: #ffffff;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.hero-bg-overlay {
	position: absolute;
	inset: 0;
	background-image: url("../images/programs/courses/course-001.webp");
	background-size: cover;
	background-position: center;
	opacity: 0.22;
	mix-blend-mode: overlay;
}

.hero-content {
	position: relative;
	z-index: 10;
	padding: 4rem 3rem;
	max-width: 780px;
}

.hero-content h1 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.18;
	margin-bottom: 1.25rem;
}

.hero-content h1 span {
	color: #38bdf8;
}

.hero-content p {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
	line-height: 1.6;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

/* Search Bar Component */

.search-band {
	background: #ffffff;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	padding: 1.75rem 2rem;
	margin-top: -3rem;
	position: relative;
	z-index: 20;
	border: 1px solid var(--slate-200);
}

.search-form-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr auto;
	gap: 1rem;
	align-items: center;
}

@media (max-width: 992px) {
	.search-form-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.search-form-grid {
		grid-template-columns: 1fr;
	}
}

.input-field {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid var(--slate-300);
	border-radius: var(--radius-md);
	background-color: var(--slate-50);
	color: var(--slate-800);
	font-weight: 500;
	transition: var(--transition);
}

.input-field:focus {
	outline: none;
	border-color: var(--primary-blue);
	background-color: #ffffff;
	box-shadow: 0 0 0 4px var(--primary-100);
}

/* Program Cards */

.program-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 2rem;
}

.program-card {
	background: #ffffff;
	border-radius: var(--radius-lg);
	border: 1px solid var(--slate-200);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: var(--transition);
}

.program-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-xl);
	border-color: var(--primary-200);
}

.card-img-wrap {
	position: relative;
	height: 190px;
	overflow: hidden;
	background-color: var(--slate-800);
}

.card-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.program-card:hover .card-img-wrap img {
	transform: scale(1.06);
}

.card-category-tag {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: rgba(15, 23, 42, 0.75);
	backdrop-filter: blur(8px);
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0.35rem 0.75rem;
	border-radius: 20px;
}

.card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.card-title {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--slate-900);
	margin-bottom: 0.75rem;
	line-height: 1.35;
}

.card-desc {
	font-size: 0.9rem;
	color: var(--slate-600);
	margin-bottom: 1.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 0.85rem;
	color: var(--slate-500);
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--slate-100);
}

.card-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-price {
	font-size: 1.35rem;
	font-weight: 900;
	color: var(--primary-blue);
}

.card-price small {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--slate-500);
}

/* Solutions Cards */

.solutions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2rem;
}

.solution-card {
	background: #ffffff;
	padding: 2rem;
	border-radius: var(--radius-lg);
	border: 1px solid var(--slate-200);
	transition: var(--transition);
	display: flex;
	flex-direction: column;
}

.solution-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
	border-color: var(--accent-teal);
}

.solution-icon {
	width: 56px;
	height: 56px;
	border-radius: var(--radius-md);
	background: var(--accent-teal-light);
	color: var(--accent-teal-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.solution-card h3 {
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--slate-900);
	margin-bottom: 0.75rem;
}

.solution-card p {
	color: var(--slate-600);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

/* Methodology Steps */

.method-timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
}

@media (max-width: 1024px) {
	.method-timeline {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.method-timeline {
		grid-template-columns: 1fr;
	}
}

.method-step {
	background: #ffffff;
	padding: 1.5rem;
	border-radius: var(--radius-md);
	border: 1px solid var(--slate-200);
	text-align: center;
}

.step-num {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--primary-blue);
	color: #ffffff;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	font-size: 1.1rem;
}

.method-step h4 {
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--slate-900);
	margin-bottom: 0.5rem;
}

.method-step p {
	font-size: 0.85rem;
	color: var(--slate-600);
}

/* Multi-Step Wizard */

.wizard-stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	position: relative;
}

.wizard-step-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.wizard-step-badge {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid var(--slate-300);
	color: var(--slate-600);
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}

.wizard-step-item.active .wizard-step-badge {
	background: var(--primary-blue);
	border-color: var(--primary-blue);
	color: #ffffff;
	box-shadow: 0 0 0 5px var(--primary-100);
}

.wizard-step-item.completed .wizard-step-badge {
	background: var(--accent-teal);
	border-color: var(--accent-teal);
	color: #ffffff;
}

.wizard-step-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--slate-600);
}

.wizard-step-item.active .wizard-step-title {
	color: var(--primary-blue);
}

/* Policy Layout */

.policy-container {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 2rem;
}

@media (max-width: 920px) {
	.policy-container {
		grid-template-columns: 1fr;
	}
}

.policy-sidebar {
	background: #ffffff;
	border-radius: var(--radius-lg);
	border: 1px solid var(--slate-200);
	padding: 1.25rem;
}

.policy-menu-btn {
	width: 100%;
	text-align: right;
	padding: 0.85rem 1.25rem;
	border-radius: var(--radius-md);
	border: none;
	background: transparent;
	font-weight: 700;
	color: var(--slate-700);
	cursor: pointer;
	transition: var(--transition);
	margin-bottom: 0.35rem;
}

.policy-menu-btn:hover {
	background: var(--slate-100);
	color: var(--primary-blue);
}

.policy-menu-btn.active {
	background: var(--primary-50);
	color: var(--primary-blue);
	border-right: 4px solid var(--primary-blue);
}

.policy-content-box {
	background: #ffffff;
	border-radius: var(--radius-lg);
	border: 1px solid var(--slate-200);
	padding: 2.5rem;
	box-shadow: var(--shadow-sm);
}

.policy-content-box h3 {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--slate-900);
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--slate-100);
}

.policy-content-box p {
	margin-bottom: 1.25rem;
	color: var(--slate-700);
	line-height: 1.75;
}

/* Accordion */

.accordion-item {
	border: 1px solid var(--slate-200);
	border-radius: var(--radius-md);
	margin-bottom: 0.75rem;
	overflow: hidden;
	background: #ffffff;
}

.accordion-header {
	width: 100%;
	text-align: right;
	padding: 1.25rem 1.5rem;
	font-weight: 800;
	font-size: 1.05rem;
	color: var(--slate-900);
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.accordion-content {
	padding: 0 1.5rem 1.25rem;
	color: var(--slate-600);
	display: none;
}

.accordion-item.open .accordion-content {
	display: block;
}

/* Modals */

.modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
}

.modal-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.modal-box {
	background: #ffffff;
	border-radius: var(--radius-xl);
	width: 100%;
	max-width: 600px;
	padding: 2.5rem;
	box-shadow: var(--shadow-xl);
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

.modal-close-btn {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	background: var(--slate-100);
	border: none;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 800;
}

/* Footer */

.site-footer {
	background: var(--slate-900);
	color: var(--slate-300);
	padding-top: 4rem;
	padding-bottom: 2rem;
	margin-top: auto;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

@media (max-width: 992px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}
}

.footer-col h4 {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 1.25rem;
}


.footer-links li {
	margin-bottom: 0.75rem;
}

.footer-links a {
	color: var(--slate-400);
	font-weight: 500;
}

.footer-links a:hover {
	color: var(--accent-teal);
}

.footer-bottom {
	border-top: 1px solid var(--slate-800);
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	color: var(--slate-500);
}

/* 404 Page Custom Responsive & Interactive Styles */

.help-card {
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.help-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08) !important;
	border-color: #cbd5e1 !important;
}

@media (max-width: 992px) {
	.hero-404-grid {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.hero-404-grid p {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-404-grid>div:last-child {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.help-cards-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 576px) {
	.help-cards-grid {
		grid-template-columns: 1fr !important;
	}
}

/* About Page Custom Responsive & Interactive Styles */

@media (max-width: 992px) {
	.section-about>div[style*="grid-template-columns: 1fr 1fr"] {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}

	.section-about>div[style*="grid-template-columns: repeat(4, 1fr)"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.section-about div[style*="justify-content: space-between"] {
		flex-direction: column !important;
		text-align: center !important;
	}
}

@media (max-width: 576px) {
	.section-about>div[style*="grid-template-columns: repeat(4, 1fr)"] {
		grid-template-columns: 1fr !important;
	}
}

/* Article Details Page Custom Responsive Styles */

@media (max-width: 992px) {
	.section-article-details>div[style*="grid-template-columns: 1fr 310px"] {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}

	.section-article-details div[style*="grid-template-columns: repeat(3, 1fr)"] {
		grid-template-columns: 1fr !important;
	}
}

/* Screenshot-matched header for 404 page — scoped to .page-404-view */

.page-404-view {
	background: #fff;
}

.page-404-view .site-header {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #eef1f4;
	box-shadow: none;
	backdrop-filter: none;
}

.page-404-view .nav-wrap {
	height: 76px;
	max-width: 1360px;
	padding-inline: 38px;
	gap: 28px;
}

.page-404-view .brand {
	gap: 7px;
	font-family: Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	flex: 0 0 auto;
}

.page-404-view .brand svg {
	width: 34px;
	height: 34px;
}

.page-404-view .brand-word {
	padding-top: 2px;
}

.page-404-view .brand-cut {
	fill: #15a4b6;
}

.page-404-view nav.main-nav {
	gap: 25px;
	justify-content: center;
	flex: 1;
}

.page-404-view nav.main-nav a {
	font-size: 14px;
	font-weight: 500;
	color: #303b4f;
	padding: 27px 0 23px;
	border-radius: 0;
	white-space: nowrap;
}

.page-404-view nav.main-nav a.active {
	font-weight: 800;
	color: #133f81;
}

.page-404-view nav.main-nav a.active::after {
	height: 2px;
	bottom: 0;
	background: #1b63c6;
}

.page-404-view .nav-actions {
	gap: 12px;
	direction: rtl;
}

.page-404-view .login-btn {
	height: 36px;
	padding: 0 24px;
	border-radius: 5px;
	background: #123f82;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
}

.page-404-view .login-btn:hover {
	background: #0d3269;
}

.page-404-view .lang-btn {
	border: 0;
	padding: 0;
	background: none;
	color: #20304a;
	font-size: 12px;
	border-radius: 0;
}

.page-404-view .mobile-menu {
	display: none;
}

.section-404 {
	max-width: 1315px;
	padding: 62px 38px 64px;
}

.hero-404-grid {
	display: grid;
	grid-template-columns: 44% 56%;
	direction: ltr;
	align-items: center;
	min-height: 440px;
	margin-bottom: 29px;
}

.notfound-art {
	height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notfound-art img {
	width: 100%;
	height: 100%;
	max-width: 540px;
	object-fit: contain;
	display: block;
}

.notfound-copy {
	direction: rtl;
	padding: 0 8px 0 18px;
	align-self: center;
}

.notfound-copy h1 {
	font-size: 43px;
	line-height: 1.25;
	font-weight: 500;
	color: #123f82;
	margin: 0 0 14px;
}

.notfound-copy p {
	font-size: 18px;
	line-height: 1.8;
	color: #858b94;
	margin: 0 0 28px;
}

.notfound-search {
	position: relative;
	width: 100%;
	height: 59px;
	margin-bottom: 30px;
}

.notfound-search input {
	width: 100%;
	height: 100%;
	border: 1px solid #dfe3e8;
	border-radius: 7px;
	background: #fff;
	padding: 0 20px 0 55px;
	color: #344054;
	outline: none;
	font-size: 16px;
}

.notfound-search input:focus {
	border-color: #1b63c6;
	box-shadow: 0 0 0 3px rgba(27, 99, 198, 0.1);
}

.notfound-search svg {
	position: absolute;
	left: 18px;
	top: 19px;
	width: 20px;
	height: 20px;
	stroke: #8e96a3;
	stroke-width: 2;
	fill: none;
}

.notfound-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.nf-button {
	height: 57px;
	padding: 0 24px;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	color: #273852;
}

.nf-button svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
}

.nf-primary {
	background: #1460c8;
	border-color: #1460c8;
	color: #fff;
}

.nf-teal {
	color: #09a69f;
}

.nf-plain {
	color: #263a5b;
}

.help-title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #173d76;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 40px;
}

.help-title::before,
.help-title::after {
	content: "";
	width: 58px;
	height: 1px;
	background: #cbd5df;
}

.help-title span {
	padding: 0 24px;
}

.help-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	direction: rtl;
}

.help-card {
	min-height: 220px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #fff;
	padding: 27px 25px;
	text-align: right;
	box-shadow: 0 1px 5px rgba(15, 40, 75, 0.04);
}

.help-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(15, 40, 75, 0.08) !important;
}

.help-icon {
	width: 26px;
	height: 26px;
	stroke-width: 1.8;
	fill: none;
	margin-bottom: 17px;
}

.help-icon.blue {
	stroke: #12448e;
}

.help-icon.teal {
	stroke: #0cacaa;
}

.help-icon.fill {
	fill: #0cacaa;
	stroke: none;
}

.help-card h2 {
	font-size: 17px;
	font-weight: 600;
	color: #263a5b;
	margin: 0 0 7px;
}

.help-card p {
	font-size: 14px;
	line-height: 1.8;
	color: #7c8490;
	min-height: 52px;
	margin: 0 0 10px;
}

.help-card a {
	font-size: 14px;
	color: #165aa7;
}

.site-footer {
	background: #073260;
	color: #e3ebf4;
	padding: 0;
	margin: 0;
}

.footer-main {
	max-width: 1440px;
	padding: 48px 78px 38px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.42fr 1fr 1fr 1.12fr 1fr;
	gap: 0;
	margin: 0;
	direction: rtl;
}

.footer-grid>section {
	min-height: 250px;
	padding: 0 34px;
	border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.footer-grid>section:first-child {
	border-left: 0;
}

.site-footer h3 {
	font-size: 17px;
	color: #fff;
	margin: 0 0 20px;
	font-weight: 600;
}

.footer-brand-col {
	direction: rtl;
}

.footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	margin-bottom: 14px;
}

.footer-brand svg {
	width: 48px;
	height: 48px;
	fill: #2184c6;
}

.footer-brand-cut {
	fill: #6358a8;
}

.footer-brand b {
	display: block;
	font: 700 25px/1 Arial;
}

.footer-brand small {
	display: block;
	font: 600 9px/1.5 Arial;
	letter-spacing: 1.8px;
}

.footer-brand-col p,
.newsletter p,
.contact-col p {
	font-size: 13px;
	line-height: 1.85;
	color: #d4deea;
	margin: 0 0 10px;
}

.socials {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
	direction: rtl;
}

.socials a {
	font: bold 25px/1 Arial;
	color: #fff;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	font-size: 13px;
	color: #e3ebf4;
	font-weight: 400;
}

.newsletter input {
	width: 100%;
	height: 37px;
	padding: 0 12px;
	border: 0;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-align: right;
	margin: 7px 0 12px;
}

.newsletter button {
	width: 100%;
	height: 42px;
	background: #1765cb;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-family: inherit;
	font-weight: 700;
}

.contact-col p {
	direction: ltr;
	text-align: right;
	color: #d6e0eb;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #fff;
	color: #89919c;
	padding: 0;
}

.footer-bottom .container {
	max-width: 1440px;
	height: 42px;
	padding: 0 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
}

.footer-bottom nav {
	display: flex;
	gap: 30px;
}

.footer-bottom a {
	color: #89919c;
}

@media (max-width: 1100px) {
	nav.main-nav {
		gap: 14px;
	}

	nav.main-nav a {
		font-size: 12px;
	}

	.hero-404-grid {
		grid-template-columns: 42% 58%;
	}

	.notfound-copy h1 {
		font-size: 36px;
	}

	.footer-main {
		padding-inline: 30px;
	}

	.footer-grid>section {
		padding-inline: 18px;
	}
}

/* ---------- Guaranteed Dark Footer ---------- */
.site-footer {
	background: #0b2545 !important;
	color: #ffffff !important;
	padding: 48px 0 0 !important;
	margin-top: auto !important;
	display: block !important;
}

.site-footer .footer-main {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px 40px;
}

.site-footer .footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(5, 1fr);
	gap: 28px;
	direction: rtl;
}

@media (max-width: 1024px) {
	.site-footer .footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.site-footer .footer-grid {
		grid-template-columns: 1fr;
	}
}

.site-footer .footer-grid>section {
	min-height: auto;
	padding: 0;
	border: none !important;
}

.site-footer h3 {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	margin-bottom: 16px !important;
}

.site-footer .footer-brand-col p {
	color: #cbd5e1 !important;
	font-size: 13px !important;
	line-height: 1.6 !important;
}

.site-footer:not(.footer-light) .footer-brand {
	color: #ffffff !important;
	text-decoration: none !important;
}

.site-footer:not(.footer-light) .footer-brand span b {
	color: #ffffff !important;
}

.site-footer:not(.footer-light) .footer-brand span small {
	color: #94a3b8 !important;
}

.site-footer .footer-links {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.site-footer .footer-links li {
	margin-bottom: 10px !important;
}

.site-footer .footer-links a {
	color: #e2e8f0 !important;
	text-decoration: none !important;
	font-size: 13.5px !important;
	transition: color 0.2s ease !important;
}

.site-footer .footer-links a:hover {
	color: #38bdf8 !important;
}

.site-footer .socials a {
	color: #ffffff !important;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.site-footer .socials a:hover {
	opacity: 1;
	color: #38bdf8 !important;
}

.site-footer .footer-bottom {
	background: #07192e !important;
	padding: 16px 0 !important;
	text-align: center !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.site-footer .footer-bottom span {
	color: #94a3b8 !important;
	font-size: 13px !important;
}

/* SOURCE: pages/02-about.css */
/* ==========================================================================
   Page — about
   53 rule(s)  ·  slice 2 — keep this file in manifest order
   ========================================================================== */

@media (max-width: 900px) {
	.nav-wrap {
		height: 64px;
		padding-inline: 20px;
	}
	.mobile-menu {
		display: block;
		border: 0;
		background: none;
		font-size: 24px;
		color: #123f82;
	}

	.hero-404-grid {
		grid-template-columns: 1fr;
		direction: rtl;
		text-align: center;
		min-height: 0;
	}
	.notfound-art {
		height: 330px;
		order: 0;
	}
	.notfound-art img {
		width: 100%;
		height: 100%;
		max-width: 390px;
	}
	.notfound-copy {
		padding: 10px 0 0;
	}
	.notfound-actions {
		justify-content: center;
	}
	.help-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 35px;
	}
	.footer-grid > section {
		border-left: 0;
	}
	.footer-brand-col {
		grid-column: span 2;
	}
}

@media (max-width: 560px) {
	.nav-actions .login-btn {
		padding-inline: 12px;
	}
	.section-404 {
		padding: 30px 18px 45px;
	}
	.notfound-art {
		height: 270px;
	}
	.notfound-art img {
		width: 100%;
		height: 100%;
		max-width: 320px;
	}
	.notfound-copy h1 {
		font-size: 29px;
	}
	.notfound-copy p {
		font-size: 15px;
	}
	.notfound-actions {
		display: grid;
	}
	.nf-button {
		width: 100%;
	}
	.help-cards-grid {
		grid-template-columns: 1fr;
	}
	.help-title {
		margin-top: 15px;
	}
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.footer-brand-col {
		grid-column: auto;
	}
	.footer-main {
		padding: 40px 22px;
	}
	.footer-grid > section {
		padding: 0 8px;
		min-height: auto;
	}
	.footer-bottom .container {
		height: auto;
		min-height: 60px;
		padding: 12px 20px;
		gap: 10px;
		flex-direction: column;
		text-align: center;
	}
}

/* Screenshot-matched About page */

.page-about-view {
	background: #fff;
}

.about-shell {
	max-width: 1200px;
	padding: 35px 2rem 45px;
	box-sizing: border-box;
}

.about-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #b1b5bc;
	font-size: 12px;
	margin: 0 0 30px;
	padding-right: 0;
}

.about-breadcrumb a {
	color: #b1b5bc;
}

.about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	min-height: 310px;
	margin-bottom: 60px;
	direction: rtl;
}

.about-hero-image {
	display: block;
	height: 320px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.about-hero-image img,
.about-story-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-hero-copy {
	direction: rtl;
	text-align: right;
	padding: 0;
}

.about-hero-copy h1 {
	font-size: 2.5rem;
	line-height: 1.25;
	font-weight: 800;
	color: #0f2d5a;
	margin: 0 0 16px;
}

.about-hero-copy p {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #475569;
	margin: 0 0 24px;
}

.about-primary-btn {
	height: 48px;
	padding: 0 26px;
	border-radius: 6px;
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.2s ease;
	box-shadow: 0 4px 12px rgba(13, 71, 161, 0.3);
}

.about-primary-btn:hover {
	background: var(--primary-gradient-hover, linear-gradient(135deg, #2570e8 0%, #1052b6 100%));
}

.about-primary-btn span {
	font-size: 20px;
}

.about-story {
	display: block;
	margin-bottom: 65px;
}

.about-story-image {
	display: none !important;
}

.about-story-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(5, 23, 48, 0.08);
}

.about-story-image button {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 62px;
	height: 62px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #112e58;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-story-image button span {
	display: block;
	font-size: 20px;
	translate: 2px 0;
}

.about-story-copy {
	direction: rtl;
	padding-right: 0;
	text-align: right;
}

.about-lined-title {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #123d78;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 16px;
}

.about-lined-title::before,
.about-lined-title::after {
	content: "";
	width: 34px;
	height: 1px;
	background: #cdd4dc;
}

.about-story-copy p {
	font-size: 15px;
	line-height: 2.0;
	color: #6f7784;
	margin: 0 0 20px;
}

.about-story-link {
	font-size: 15px;
	font-weight: 700;
	color: #123d78;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.2s ease;
}

.about-story-link:hover {
	color: #092040;
}

.about-story-link span {
	font-size: 18px;
}

.about-icon-badge {
	width: auto;
	height: 38px;
	background: transparent;
	color: #0f2b5c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.about-icon-badge svg {
	width: 28px;
	height: 28px;
	stroke: #123d78;
	color: #123d78;
	display: block;
}

.about-metrics article:hover .about-icon-badge,
.about-values-grid article:hover .about-icon-badge {
	background: transparent;
	color: #0f2b5c;
	transform: translateY(-3px) scale(1.06);
	box-shadow: none;
}

.about-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-bottom: 60px;
}

.about-metrics article {
	height: 215px;
	border: 1px solid #dde2e8;
	border-radius: 14px;
	text-align: center;
	padding: 20px 14px 14px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(12, 46, 85, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-metrics article:hover,
.about-values-grid article:hover {
	border-color: #cbd5e1;
	box-shadow: 0 8px 24px rgba(12, 46, 85, 0.08);
	transform: translateY(-2px);
}

.about-metrics strong {
	display: block;
	font-size: 24px;
	line-height: 1.2;
	color: #102e57;
	font-weight: 700;
	margin: 2px 0 2px;
}

.about-metrics h3 {
	font-size: 14.5px;
	font-weight: 600;
	color: #2c3544;
	margin: 0;
}

.about-metrics small {
	display: block;
	width: 100%;
	border-top: 1px solid #f0f2f5;
	padding-top: 8px;
	color: #c1c5cc;
	font-size: 11px;
}

.about-values {
	margin-bottom: 55px;
}

.about-values > .about-lined-title {
	justify-content: center;
	margin-bottom: 28px;
}

.about-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.about-values-grid article {
	height: 205px;
	border: 1px solid #dde2e8;
	border-radius: 14px;
	text-align: center;
	padding: 24px 16px 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-values-grid h3 {
	font-size: 15px;
	color: #333c4b;
	margin: 0 0 8px;
	font-weight: 600;
}

.about-values-grid p {
	font-size: 13px;
	line-height: 1.65;
	color: #8b929d;
	margin: 0;
}

.about-cta {
	height: 120px;
	border-radius: 12px;
	background: #f7f9fc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	margin-bottom: 10px;
}

.about-cta h2 {
	font-size: 21px;
	font-weight: 600;
	color: #123d78;
	margin: 0 0 4px;
}

.about-cta p {
	font-size: 13.5px;
	color: #8b929d;
	margin: 0;
}

.about-cta .about-primary-btn {
	height: 48px;
}

@media (max-width: 1260px) {
	.about-shell {
		padding-inline: 28px;
	}
	.about-hero-copy,
	.about-story-copy {
		padding-right: 35px;
	}
	.about-hero-copy p br,
	.about-story-copy p br {
		display: none;
	}
}

@media (max-width: 900px) {
	.about-shell {
		padding-top: 25px;
	}
	.about-hero,
	.about-story {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.about-hero-image,
	.about-story-image {
		height: auto;
		aspect-ratio: 2.25/1;
	}
	.about-hero-copy,
	.about-story-copy {
		padding: 0;
		text-align: right;
	}
	.about-hero {
		margin-bottom: 55px;
	}
	.about-story {
		margin-bottom: 55px;
	}
	.about-metrics,
	.about-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-cta {
		height: auto;
		min-height: 150px;
		gap: 20px;
	}
	.about-hero-copy h1 {
		font-size: 38px;
	}
}

@media (max-width: 560px) {
	.about-shell {
		padding: 22px 18px 35px;
	}
	.about-breadcrumb {
		margin-bottom: 20px;
	}
	.about-hero-image,
	.about-story-image {
		aspect-ratio: 1.55/1;
	}
	.about-hero-copy h1 {
		font-size: 34px;
	}
	.about-hero-copy p,
	.about-story-copy p {
		font-size: 14px;
	}
	.about-metrics,
	.about-values-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.about-metrics article,
	.about-values-grid article {
		height: auto;
		min-height: 175px;
	}
	.about-cta {
		flex-direction: column;
		text-align: center;
		padding: 28px 20px;
	}
	.about-primary-btn {
		width: 100%;
		justify-content: center;
	}
	.about-lined-title {
		font-size: 25px;
	}
}

/* Screenshot-matched Article Details page */

.page-article-view {
	background: #fff;
}

.article-shell {
	max-width: 1240px;
	padding: 22px 0 55px;
}

.article-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	color: #a5abb4;
	font-size: 12px;
	margin-bottom: 25px;
}

.article-breadcrumb a {
	color: #a5abb4;
}

.article-layout {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 42px;
	direction: ltr;
	align-items: start;
}

.article-main,
.article-toc {
	direction: rtl;
}

/* SOURCE: pages/03-article-details.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   54 rule(s)  ·  slice 3 — keep this file in manifest order
   ========================================================================== */

.article-hero-image {
	width: 100%;
	height: 270px;
	border-radius: 9px;
	object-fit: cover;
	display: block;
	margin-bottom: 25px;
}

.article-header {
	text-align: right;
}

.article-category {
	display: inline-block;
	background: #e9f7f5;
	color: #159f98;
	padding: 5px 13px;
	font-size: 12px;
	margin-bottom: 12px;
}

.article-header h1 {
	font-size: 30px;
	line-height: 1.35;
	font-weight: 500;
	color: #193f73;
	margin: 0 0 12px;
}

.article-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	color: #8b929d;
	font-size: 12px;
	margin-bottom: 15px;
}

.article-meta b {
	color: #6a7280;
	font-weight: 500;
}

.author-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef2f7;
}

.article-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #9ba1aa;
	font-size: 12px;
	border-bottom: 1px solid #edf0f3;
	padding-bottom: 14px;
	margin-bottom: 24px;
}

.article-actions button {
	height: 38px;
	border: 1px solid #dce1e7;
	background: #fff;
	border-radius: 4px;
	color: #687383;
	font-family: inherit;
	padding: 0 13px;
}

.article-actions .social {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 0;
	border: 0;
	background: #f3f5f8;
	color: #41546c;
	font-family: Arial;
	font-weight: 700;
}

.article-body {
	font-size: 14px;
	line-height: 2.05;
	color: #636d79;
}

.article-body p {
	margin: 0 0 18px;
}

.article-body h2 {
	font-size: 18px;
	font-weight: 600;
	color: #344251;
	margin: 20px 0 9px;
}

.article-body ul {
	padding-right: 23px;
	margin: 0 0 18px;
	display: grid;
	gap: 8px;
}

.article-body li::marker {
	font-size: 7px;
	color: #6d7784;
}

.related-articles {
	margin-top: 48px;
}

.related-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}

.related-head h2 {
	font-size: 20px;
	font-weight: 500;
	color: #344251;
}

.related-head a {
	font-size: 13px;
	color: #16a19c;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.related-grid article {
	border: 1px solid #dce2e8;
	border-radius: 9px;
	overflow: hidden;
	background: #fff;
}

.related-grid img {
	width: 100%;
	height: 145px;
	object-fit: cover;
	display: block;
}

.related-grid article > div {
	padding: 12px 14px 14px;
}

.related-grid span {
	display: inline-block;
	background: #e8f6f4;
	color: #159f98;
	font-size: 10px;
	padding: 3px 8px;
	margin-bottom: 8px;
}

.related-grid h3 {
	font-size: 14px;
	line-height: 1.5;
	color: #354252;
	font-weight: 500;
	margin: 0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.related-grid small {
	font-size: 9px;
	color: #b0b5bc;
}

.article-toc {
	position: sticky;
	top: 20px;
	border: 1px solid #dce2e8;
	border-radius: 9px;
	padding: 18px 18px 15px;
	box-shadow: 0 2px 8px rgba(17, 44, 80, 0.03);
}

.article-toc h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	color: #26394e;
	margin: 0 0 10px;
}

.article-toc h2 svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #12a5a1;
	stroke-width: 2;
}

.article-toc ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article-toc li {
	min-height: 35px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #6e7783;
	font-size: 12px;
	padding: 7px 6px;
}

.article-toc li span {
	color: #a1a8b2;
	font-size: 10px;
	min-width: 20px;
}

.article-toc li.active {
	color: #26394e;
	font-weight: 500;
}

.article-toc li.active span {
	color: #26394e;
}

.article-toc li i {
	font-style: normal;
	margin-right: auto;
	color: #6f7782;
}

@media (max-width: 1260px) {
	.article-shell {
		padding-inline: 28px;
	}
	.article-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 28px;
	}
}

@media (max-width: 900px) {
	.article-layout {
		grid-template-columns: 1fr;
	}
	.article-toc {
		position: relative;
		top: auto;
		grid-row: 1;
	}
	.article-header h1 {
		font-size: 27px;
	}
	.related-grid {
		grid-template-columns: 1fr;
	}
	.related-grid img {
		height: auto;
		aspect-ratio: 2.4/1;
	}
}

@media (max-width: 560px) {
	.article-shell {
		padding: 20px 18px 40px;
	}
	.article-breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
	}
	.article-hero-image {
		height: auto;
		aspect-ratio: 2/1;
	}
	.article-header h1 {
		font-size: 24px;
	}
	.article-meta,
	.article-actions {
		flex-wrap: wrap;
	}
	.article-body {
		font-size: 14px;
	}
	.related-head {
		align-items: flex-end;
	}
	.related-grid h3 {
		white-space: normal;
	}
	.article-actions > span {
		width: 100%;
	}
}

/* Screenshot-matched Articles page */

.page-articles-view {
	background: #fff;
}

.articles-shell {
	max-width: 1160px;
	padding: 52px 0 0;
	min-height: 1885px;
}

.articles-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	color: #afb4bc;
	font-size: 11px;
	margin-bottom: 22px;
}

.articles-breadcrumb a {
	color: #afb4bc;
}

.articles-intro {
	text-align: center;
}

.articles-intro h1 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
	color: #273442;
	margin: 0 0 10px;
}

.articles-intro p {
	font-size: 14px;
	color: #9097a1;
	margin: 0 0 27px;
}

.articles-search {
	width: 560px;
	height: 51px;
	margin: 0 auto 23px;
	position: relative;
}

.articles-search input {
	width: 100%;
	height: 100%;
	border: 1px solid #dce1e6;
	border-radius: 8px;
	padding: 0 20px 0 48px;
	font-family: inherit;
	text-align: right;
	outline: none;
}

.articles-search span {
	position: absolute;
	left: 17px;
	top: 12px;
	font-size: 22px;
	color: #273442;
}

.articles-filters {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	direction: rtl;
	margin: 24px 0 16px;
}

.articles-filters button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	padding: 0 20px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #ffffff;
	color: #374151;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

.articles-filters button:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #1e293b;
}

.articles-filters button.active {
	border: 1.5px solid #3b82f6;
	background: #ffffff;
	color: #2563eb;
	font-weight: 600;
	box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.12);
}

.articles-filters button .filter-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	fill: currentColor;
	transition: fill 0.2s ease;
}

.articles-filters button.active .filter-icon {
	fill: #2563eb;
}

.featured-article {
	display: grid;
	grid-template-columns: 54% 46%;
	direction: ltr;
	align-items: center;
	margin: 47px 0 0;
	min-height: 285px;
}

.featured-article > img {
	width: 100%;
	height: 285px;
	border-radius: 6px;
	object-fit: cover;
}

.featured-article > div {
	direction: rtl;
	padding-right: 49px;
	padding-left: 48px;
	text-align: right;
}

/* SOURCE: pages/04-clients.css */
/* ==========================================================================
   Page — clients
   54 rule(s)  ·  slice 4 — keep this file in manifest order
   ========================================================================== */

.featured-article small {
	font-size: 11px;
	color: #adb3bb;
}

.featured-article h2 {
	font-size: 25px;
	font-weight: 500;
	color: #2e3948;
	margin: 14px 0 11px;
}

.featured-article p {
	font-size: 13px;
	line-height: 1.9;
	color: #89919b;
	margin: 0 0 22px;
}

.featured-article footer {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #a3a9b1;
	font-size: 11px;
	margin-top: 16px;
	padding-left: 48px;
}

.featured-article footer a,
.read-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 42px;
	padding: 0 22px;
	border-radius: 10px;
	background: linear-gradient(135deg, #1d61d8 0%, #12439c 100%) !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(29, 97, 216, 0.38) !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	margin-right: auto;
	margin-left: 60px !important;
}

.featured-article footer a:hover,
.read-btn:hover {
	background: linear-gradient(135deg, #246bf0 0%, #154bb0 100%) !important;
	box-shadow: 0 6px 20px rgba(29, 97, 216, 0.55) !important;
	transform: translateY(-1px);
}

.latest-articles {
	margin-top: 122px;
}

.latest-articles > h2,
.linked-programs > h2 {
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	color: #2f3a47;
	margin: 0 0 35px;
}

.latest-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	direction: rtl;
}

.latest-grid article {
	position: relative;
	text-align: right;
}

.latest-grid small {
	position: absolute;
	right: 0;
	top: -24px;
	color: #a3a9b1;
	font-size: 10px;
}

.latest-grid img {
	width: 100%;
	height: 128px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.latest-grid h3 {
	font-size: 15px;
	line-height: 1.55;
	font-weight: 500;
	color: #333e4b;
	margin: 10px 0 7px;
}

.latest-grid p {
	font-size: 9px;
	color: #b2b7be;
}

.load-more {
	display: block;
	margin: 34px auto 0;
	height: 45px;
	padding: 0 25px;
	border: 1px solid #1765bd;
	background: #fff;
	border-radius: 7px;
	color: #155ba8;
	font-family: inherit;
	font-weight: 700;
	font-size: 12px;
}

.linked-programs {
	margin-top: 101px;
}

.program-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	direction: rtl;
}

.program-strip article {
	height: 162px;
	border-radius: 9px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	padding: 50px 18px 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
}

.program-strip article::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 18, 40, 0.08), rgba(3, 19, 43, 0.82));
}

.program-strip span,
.program-strip h3,
.program-strip p {
	position: relative;
	z-index: 1;
}

.program-strip span {
	font-size: 10px;
}

.program-strip h3 {
	font-size: 17px;
	font-weight: 500;
	margin: 3px 0;
}

.program-strip p {
	font-size: 10px;
	margin: 0;
}

@media (max-width: 1200px) {
	.articles-shell {
		padding-inline: 30px;
	}
	.featured-article > div {
		padding-right: 35px;
	}
}

@media (max-width: 900px) {
	.articles-shell {
		min-height: 0;
		padding-bottom: 80px;
	}
	.featured-article {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.featured-article > div {
		padding: 0;
	}
	.latest-grid,
	.program-strip {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 48px;
	}
	.latest-articles {
		margin-top: 75px;
	}
	.articles-filters {
		flex-wrap: wrap;
	}
}

@media (max-width: 560px) {
	.articles-shell {
		padding: 25px 18px 65px;
	}
	.articles-intro h1 {
		font-size: 30px;
	}
	.articles-search {
		width: 100%;
	}
	.featured-article > img {
		height: auto;
		aspect-ratio: 1.85/1;
	}
	.featured-article h2 {
		font-size: 22px;
	}
	.latest-grid,
	.program-strip {
		grid-template-columns: 1fr;
	}
	.latest-grid img {
		height: auto;
		aspect-ratio: 2.1/1;
	}
	.program-strip article {
		height: 180px;
	}
	.articles-filters button {
		padding-inline: 11px;
	}
	.featured-article footer {
		flex-wrap: wrap;
	}
	.featured-article footer a {
		margin-right: 0;
	}
}

/* Screenshot-matched Clients & Partners page */

.page-clients-view {
	background: #fff;
}

.clients-shell {
	max-width: 1360px;
	padding: 18px 36px 42px;
}

.clients-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a8aeb6;
	font-size: 11px;
	margin: 0 0 23px;
}

.clients-breadcrumb a {
	color: #a8aeb6;
}

.clients-breadcrumb b {
	color: #183e72;
}

.clients-hero {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	direction: ltr;
	align-items: center;
	gap: 50px;
	margin-bottom: 62px;
}

.clients-hero img {
	width: 100%;
	height: 286px;
	object-fit: cover;
	border-radius: 18px;
}

.clients-copy {
	direction: rtl;
	text-align: right;
	padding-left: 55px;
}

.clients-copy h1 {
	font-size: 44px;
	font-weight: 800;
	color: #194984;
	margin: 0 0 17px;
}

.clients-copy p {
	font-size: 17px;
	line-height: 1.75;
	color: #747c87;
	margin: 0 0 30px;
}

.clients-copy > div {
	display: flex;
	gap: 20px;
	align-items: center;
}

.clients-contact {
	font-size: 15px;
	color: #344657;
}

.clients-primary {
	height: 53px;
	padding: 0 27px;
	display: inline-flex;
	align-items: center;
	background: #0c3866 !important;
	color: #fff !important;
	border-radius: 6px;
	font-weight: 700;
	box-shadow: 0 4px 14px rgba(12, 56, 102, 0.35) !important;
}

.clients-filters {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 43px;
}

.clients-filters button {
	height: 45px;
	min-width: 84px;
	padding: 0 20px;
	border: 1px solid #dce1e7;
	background: #fff;
	border-radius: 7px;
	color: #66707c;
	font-family: inherit;
}

.clients-filters button.active {
	background: #123e73;
	color: #fff;
	border-color: #123e73;
}

.clients-filters button:first-child {
	min-width: 42px;
	padding: 0;
}

.clients-lined-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	color: #17467f;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 32px;
}

.clients-lined-title::before,
.clients-lined-title::after {
	content: "";
	width: 60px;
	height: 1px;
	background: #cbd4de;
}

.partner-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 63px;
}

.partner-grid article {
	height: 190px;
	padding: 12px;
	border: 1px solid #dfe4e9;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	transition: all 0.25s ease;
	position: relative;
	cursor: pointer;
}

.partner-grid article:hover {
	border-color: #17467f;
	box-shadow: 0 10px 25px rgba(23, 70, 127, 0.15);
	transform: translateY(-4px);
}

.partner-logo-img {
	width: 95%;
	max-width: 95%;
	height: 155px;
	max-height: 155px;
	object-fit: contain;
	margin: 0;
	transition: transform 0.25s ease;
}

.partner-grid article:hover .partner-logo-img {
	transform: scale(1.08);
}

.partner-name {
	font-size: 11px;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.3;
	margin-bottom: 3px;
}

.partner-tag {
	font-size: 9.5px;
	font-weight: 500;
	color: #64748b;
	background: #f1f5f9;
	padding: 1px 8px;
	border-radius: 10px;
}

.partner-grid i {
	width: 28px;
	height: 32px;
	border: 1px solid #ccd4dc;
	clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
	margin-bottom: 7px;
}

.success-section {
	margin-bottom: 38px;
}

.success-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	direction: rtl;
}

.success-grid article {
	border: 1px solid #dfe4e9;
	border-radius: 9px;
	overflow: hidden;
	background: #fff;
}

.success-media {
	height: 160px;
	border-top: 2px solid;
	overflow: hidden;
}

.success-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.success-media.teal {
	border-color: #30aaa2;
}

.success-media.cyan {
	border-color: #5ab7d0;
}

.success-media.navy {
	border-color: #293b51;
}


/* Balance logo presence inside cards without changing the source files. */
.partner-grid article {
	overflow: hidden;
}

.partner-logo-img {
	transform: scale(1.14);
}

.partner-grid article:hover .partner-logo-img {
	transform: scale(1.19);
}

/* These source files contain generous internal white margins, so their visible mark
   needs a little more scale to match the surrounding logos. */
.partner-logo-img[src$="/5.png"],
.partner-logo-img[src$="/6.png"],
.partner-logo-img[src$="/8.png"],
.partner-logo-img[src$="/11.png"],
.partner-logo-img[src$="/12.png"],
.partner-logo-img[src$="/13.png"],
.partner-logo-img[src$="/14.png"],
.partner-logo-img[src$="/15.png"],
.partner-logo-img[src$="/17.png"],
.partner-logo-img[src$="/24.jpg"],
.partner-logo-img[src$="/36.jpg"],
.partner-logo-img[src$="/37.jpg"],
.partner-logo-img[src$="/41.jpg"] {
	transform: scale(1.58);
}

.partner-grid article:hover .partner-logo-img[src$="/5.png"],
.partner-grid article:hover .partner-logo-img[src$="/6.png"],
.partner-grid article:hover .partner-logo-img[src$="/8.png"],
.partner-grid article:hover .partner-logo-img[src$="/11.png"],
.partner-grid article:hover .partner-logo-img[src$="/12.png"],
.partner-grid article:hover .partner-logo-img[src$="/13.png"],
.partner-grid article:hover .partner-logo-img[src$="/14.png"],
.partner-grid article:hover .partner-logo-img[src$="/15.png"],
.partner-grid article:hover .partner-logo-img[src$="/17.png"],
.partner-grid article:hover .partner-logo-img[src$="/24.jpg"],
.partner-grid article:hover .partner-logo-img[src$="/36.jpg"],
.partner-grid article:hover .partner-logo-img[src$="/37.jpg"],
.partner-grid article:hover .partner-logo-img[src$="/41.jpg"] {
	transform: scale(1.64);
}


/* Additional balance for the few wide source files whose visible mark remains small. */
.partner-logo-img[src$="/4.jpg"],
.partner-logo-img[src$="/16.png"],
.partner-logo-img[src$="/20.jpg"],
.partner-logo-img[src$="/10.png"] {
	transform: scale(1.34);
}

.partner-grid article:hover .partner-logo-img[src$="/4.jpg"],
.partner-grid article:hover .partner-logo-img[src$="/16.png"],
.partner-grid article:hover .partner-logo-img[src$="/20.jpg"],
.partner-grid article:hover .partner-logo-img[src$="/10.png"] {
	transform: scale(1.40);
}


/* Keep enlarged logos inside the two-column mobile grid. */
@media (max-width: 980px) {
	.partner-logo-img {
		transform: scale(1.08);
	}

	.partner-grid article:hover .partner-logo-img {
		transform: scale(1.12);
	}

	.partner-logo-img[src$="/5.png"],
	.partner-logo-img[src$="/6.png"],
	.partner-logo-img[src$="/8.png"],
	.partner-logo-img[src$="/11.png"],
	.partner-logo-img[src$="/12.png"],
	.partner-logo-img[src$="/13.png"],
	.partner-logo-img[src$="/14.png"],
	.partner-logo-img[src$="/15.png"],
	.partner-logo-img[src$="/17.png"],
	.partner-logo-img[src$="/24.jpg"],
	.partner-logo-img[src$="/36.jpg"],
	.partner-logo-img[src$="/37.jpg"],
	.partner-logo-img[src$="/41.jpg"],
	.partner-logo-img[src$="/4.jpg"],
	.partner-logo-img[src$="/16.png"],
	.partner-logo-img[src$="/20.jpg"],
	.partner-logo-img[src$="/10.png"] {
		transform: scale(1.22);
	}

	.partner-grid article:hover .partner-logo-img[src$="/5.png"],
	.partner-grid article:hover .partner-logo-img[src$="/6.png"],
	.partner-grid article:hover .partner-logo-img[src$="/8.png"],
	.partner-grid article:hover .partner-logo-img[src$="/11.png"],
	.partner-grid article:hover .partner-logo-img[src$="/12.png"],
	.partner-grid article:hover .partner-logo-img[src$="/13.png"],
	.partner-grid article:hover .partner-logo-img[src$="/14.png"],
	.partner-grid article:hover .partner-logo-img[src$="/15.png"],
	.partner-grid article:hover .partner-logo-img[src$="/17.png"],
	.partner-grid article:hover .partner-logo-img[src$="/24.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/36.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/37.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/41.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/4.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/16.png"],
	.partner-grid article:hover .partner-logo-img[src$="/20.jpg"],
	.partner-grid article:hover .partner-logo-img[src$="/10.png"] {
		transform: scale(1.26);
	}
}

.success-grid {
	align-items: stretch;
}

.success-grid article {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.success-media {
	height: 140px;
	flex: 0 0 140px;
}

.success-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px 20px 14px;
	text-align: right;
}

.success-copy h3 {
	margin: 0 0 9px;
	color: #17467f;
	font-size: 17px;
	line-height: 1.5;
}

.success-copy p {
	flex: 1;
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.8;
}

.success-copy footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 14px;
	padding: 0;
	color: #0f8b9d;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 640px) {
	.success-media {
		height: 170px;
		flex-basis: 170px;
	}
}

/* SOURCE: pages/05-closed-program.css */
/* ==========================================================================
   Page — closed-program
   54 rule(s)  ·  slice 5 — keep this file in manifest order
   ========================================================================== */

.success-copy {
	padding: 18px 20px 15px;
}

.success-copy h3 {
	font-size: 17px;
	color: #173f75;
	margin: 0 0 10px;
}

.success-copy p {
	font-size: 12px;
	line-height: 1.7;
	color: #8d949d;
	min-height: 42px;
	margin: 0 0 16px;
}

.success-copy footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #a7adb5;
	font-size: 10px;
}

.success-copy footer a {
	color: #154a86;
	font-size: 11px;
	font-weight: 700;
}

.clients-cta {
	min-height: 120px;
	height: auto;
	background: #f7f9fc;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	direction: rtl;
	padding: 24px 36px;
	margin-bottom: 20px;
}

.clients-cta svg {
	display: none !important;
}

.clients-cta div {
	direction: rtl;
	text-align: right;
	flex: 1;
}

.clients-cta h2 {
	font-size: 20px;
	color: #17467f;
	margin: 0 0 6px;
	font-weight: 700;
}

.clients-cta p {
	font-size: 13px;
	color: #64748b;
	margin: 0;
}

.clients-cta a {
	direction: rtl;
	height: 48px;
	padding: 0 28px;
	border-radius: 8px;
	background: #123e73;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
}

body[data-page="clients"] > .site-footer {
	display: none;
}

.clients-footer {
	border-top: 1px solid #edf0f3;
	background: #fff;
	padding: 38px 0 0;
	color: #87909b;
}

.clients-footer-grid {
	max-width: 1360px;
	display: grid;
	grid-template-columns: 1.25fr repeat(5, 1fr);
	gap: 48px;
	padding: 0 36px 36px;
}

.clients-footer section {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.clients-footer h3 {
	font-size: 13px;
	color: #17467f;
	margin: 0 0 8px;
}

.clients-footer a,
.clients-footer p {
	font-size: 11px;
	color: #8a929c;
	margin: 0;
	line-height: 1.55;
}

.cf-logo {
	font: bold 23px Arial;
	color: #175aa8;
	margin-bottom: 6px;
}

.cf-brand p {
	font-size: 12px;
}

.clients-footer-bottom {
	height: 48px;
	border-top: 1px solid #edf0f3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 48px;
	font-size: 9px;
	color: #aab0b7;
}

@media (max-width: 1000px) {
	.clients-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.clients-copy {
		padding: 0;
	}
	.partner-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.success-grid {
		grid-template-columns: 1fr;
	}
	.clients-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 560px) {
	.clients-shell {
		padding: 20px 18px 35px;
	}
	.clients-hero img {
		height: auto;
		aspect-ratio: 2.25/1;
	}
	.clients-copy h1 {
		font-size: 34px;
	}
	.clients-copy > div {
		flex-wrap: wrap;
	}
	.clients-primary {
		width: 100%;
		justify-content: center;
	}
	.clients-filters {
		flex-wrap: wrap;
	}
	.partner-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.clients-cta {
		flex-direction: column;
		min-height: auto;
		text-align: center;
		padding: 24px;
		gap: 16px;
	}
	.clients-cta div {
		text-align: center;
	}
	.clients-cta a {
		width: 100%;
		justify-content: center;
	}
	.clients-cta a {
		justify-content: center;
	}
	.clients-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		padding-inline: 22px;
	}
	.cf-brand {
		grid-column: span 2;
	}
	.clients-footer-bottom {
		padding: 12px 20px;
		height: auto;
		min-height: 60px;
		flex-direction: column;
		gap: 7px;
	}
	.clients-lined-title {
		font-size: 21px;
	}
}

/* Screenshot-matched Closed Program & Waitlist page */

.page-closed-view {
	background: #fff;
}

.closed-shell {
	max-width: 1340px;
	padding: 16px 28px 28px;
}

.closed-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a9afb7;
	font-size: 11px;
	border-bottom: 1px solid #edf0f3;
	padding-bottom: 18px;
	margin-bottom: 30px;
}

.closed-breadcrumb a {
	color: #a9afb7;
}

.closed-layout {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 36px;
	direction: ltr;
	align-items: start;
}

.closed-sidebar,
.closed-main {
	direction: rtl;
}

.closed-facts {
	display: grid;
	gap: 14px;
	margin-bottom: 18px;
}

.closed-facts article {
	height: 69px;
	border: 1px solid #dfe4e9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 0 22px;
}

.closed-facts svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: #173f72;
	stroke-width: 1.8;
}

.closed-facts article div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.closed-facts b {
	font-size: 12px;
	color: #283746;
}

.closed-facts span {
	font-size: 10px;
	color: #8f969f;
}

.waitlist-form {
	border: 1px solid #dfe4e9;
	border-radius: 10px;
	padding: 24px 22px 25px;
}

.waitlist-form h2 {
	font-size: 21px;
	font-weight: 500;
	color: #2e3946;
	margin: 0 0 8px;
}

.waitlist-form > p {
	font-size: 11px;
	color: #9299a2;
	margin: 0 0 22px;
}

.waitlist-form label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #4c5662;
	margin-bottom: 13px;
}

.waitlist-form label input:not([type="checkbox"]) {
	width: 100%;
	height: 42px;
	border: 1px solid #dce1e6;
	border-radius: 6px;
	margin-top: 7px;
	padding: 0 13px;
	font-family: inherit;
	text-align: right;
	outline: none;
}

.waitlist-form .privacy {
	display: flex;
	gap: 7px;
	align-items: center;
	color: #7d858f;
	font-weight: 400;
}

.waitlist-form button {
	width: 100%;
	height: 47px;
	background: #1764cb;
	color: #fff;
	border: 0;
	border-radius: 6px;
	font-family: inherit;
	font-weight: 700;
}

.closed-header {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin: 10px 0 30px;
}

.closed-lock {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffe7ee;
	color: #e94571;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.closed-header h1 {
	font-size: 37px;
	font-weight: 400;
	color: #2d3744;
	margin: 0 0 18px;
}

.closed-header h2 {
	font-size: 16px;
	font-weight: 500;
	color: #59626e;
	margin: 0 0 10px;
}

.closed-header p {
	font-size: 12px;
	color: #969da6;
}

.closed-hero {
	height: 425px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 33px;
}

.closed-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.closed-hero span {
	position: absolute;
	bottom: 14px;
	right: 14px;
	padding: 6px 13px;
	background: #0eac9b;
	color: #fff;
	border-radius: 15px;
	font-size: 11px;
}

.closed-about {
	text-align: right;
}

.closed-about h2 {
	font-size: 21px;
	font-weight: 500;
	color: #394553;
	margin: 0 0 15px;
}

.closed-about p {
	font-size: 13px;
	line-height: 2;
	color: #7b838e;
}

.closed-support {
	background: #f7f9fc;
	border-top: 1px solid #e9edf1;
	padding: 39px 0;
}

.closed-support-inner {
	max-width: 1240px;
	display: grid;
	grid-template-columns: 1fr 250px 250px;
	gap: 18px;
	align-items: center;
}

/* SOURCE: pages/06-contact.css */
/* ==========================================================================
   Page — contact
   53 rule(s)  ·  slice 6 — keep this file in manifest order
   ========================================================================== */

.support-title {
	display: flex;
	align-items: center;
	gap: 20px;
}

.headset {
	font-size: 56px;
	color: #0b69a9;
}

.support-title h2 {
	font-size: 22px;
	font-weight: 500;
	color: #3d4855;
	margin: 0 0 5px;
}

.support-title p {
	font-size: 11px;
	color: #979ea7;
}

.closed-support-inner > a {
	height: 70px;
	border: 1px solid #dfe4e9;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 20px;
	background: #fff;
}

.closed-support-inner > a b {
	color: #1764cb;
	font-size: 18px;
}

.closed-support-inner > a span {
	display: flex;
	flex-direction: column;
}

.closed-support-inner strong {
	font-size: 12px;
	color: #344150;
}

.closed-support-inner small {
	font-size: 9px;
	color: #a0a7af;
}

@media (max-width: 950px) {
	.closed-layout {
		grid-template-columns: 1fr;
	}
	.closed-main {
		grid-row: 1;
	}
	.closed-sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.closed-support-inner {
		grid-template-columns: 1fr 1fr;
	}
	.support-title {
		grid-column: span 2;
	}
}

@media (max-width: 560px) {
	.closed-shell {
		padding: 15px 18px 30px;
	}
	.closed-header h1 {
		font-size: 30px;
	}
	.closed-hero {
		height: auto;
		aspect-ratio: 2.18/1;
	}
	.closed-sidebar {
		grid-template-columns: 1fr;
	}
	.closed-support-inner {
		grid-template-columns: 1fr;
		padding-inline: 18px;
	}
	.support-title {
		grid-column: auto;
	}
	.closed-support-inner > a {
		width: 100%;
	}
	.closed-header {
		gap: 12px;
	}
	.closed-lock {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}
}

/* Screenshot-matched Contact page */

.page-contact-view {
	background: #fff;
}

.contact-shell {
	max-width: 1360px;
	padding: 35px 26px 60px;
	min-height: 0;
}

.contact-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a4abb4;
	font-size: 11px;
	margin-bottom: 4px;
}

.contact-breadcrumb a {
	color: #a4abb4;
}

.contact-breadcrumb b {
	font-weight: 500;
	color: #67717d;
}

.contact-intro {
	text-align: center;
	margin-bottom: 66px;
}

.contact-intro h1 {
	font-size: 44px;
	font-weight: 800;
	color: #17467e;
	margin: 0 0 19px;
}

.contact-intro p {
	font-size: 14px;
	line-height: 2;
	color: #9198a2;
}

.contact-methods > h2 {
	text-align: center;
	font-size: 23px;
	color: #17467e;
	margin: 0 0 30px;
}

.contact-method-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	direction: rtl;
	margin-bottom: 56px;
}

.contact-method-grid article {
	height: 188px;
	border: 1px solid #dfe4e9;
	border-radius: 12px;
	text-align: center;
	padding: 20px 12px;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-method-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(23, 70, 126, 0.08);
	border-color: #b3d1f5;
}

.contact-method-grid i,
.contact-method-grid .contact-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #edf4fc;
	color: #17467e;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.contact-method-grid article:hover .contact-icon,
.contact-method-grid article:hover i {
	background: #17467e;
	color: #ffffff;
	transform: scale(1.08);
	box-shadow: 0 4px 12px rgba(23, 70, 126, 0.25);
}

.contact-method-grid h3 {
	font-size: 13px;
	color: #303b47;
	margin: 0 0 7px;
}

.contact-method-grid b {
	display: block;
	font-size: 11px;
	color: #17467e;
	margin-bottom: 5px;
}

.contact-method-grid p {
	font-size: 10px;
	line-height: 1.7;
	color: #a1a7af;
}

.contact-main-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	direction: ltr;
	margin-bottom: 39px;
}

.contact-map,
.contact-form {
	height: 450px;
	border: 1px solid #dfe4e9;
	border-radius: 10px;
	background: #fff;
	padding: 20px 22px;
	direction: rtl;
}

.contact-map h2,
.contact-form h2 {
	font-size: 19px;
	color: #17467e;
	margin: 0 0 17px;
}

.contact-map img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}

.contact-form label {
	display: block;
	font-size: 10px;
	color: #7c848e;
	margin-bottom: 13px;
	position: relative;
}

.contact-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid #dce1e6;
	border-radius: 5px;
	background: #fff;
	font-family: inherit;
	text-align: right;
	margin-top: 6px;
	padding: 0 12px;
	color: #59636e;
}

.contact-form input,
.contact-form select {
	height: 38px;
}

.contact-form select {
	background: #f4f5f6;
}

.contact-form textarea {
	height: 102px;
	padding-top: 12px;
	resize: none;
}

.contact-form label small {
	position: absolute;
	left: 0;
	bottom: -14px;
	color: #adb3ba;
}

.contact-form button {
	width: 100%;
	height: 43px;
	background: #123e78;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-family: inherit;
	margin-top: 17px;
}

.contact-cta {
	height: 224px;
	border-radius: 10px;
	background: #eef5ff url("../images/support/contact-cta.webp") right center/500px 205px no-repeat;
	display: flex;
	align-items: center;
	padding-right: 0;
	padding-left: 58%;
	margin-bottom: 0;
	overflow: hidden;
}

.contact-cta div {
	text-align: right;
}

.contact-cta h2 {
	font-size: 22px;
	color: #17467e;
	margin: 0 0 10px;
}

.contact-cta p {
	font-size: 12px;
	line-height: 1.8;
	color: #8a929d;
	margin: 0 0 19px;
}

.contact-cta a {
	height: 45px;
	padding: 0 27px;
	background: #123e78;
	color: #fff;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}

body[data-page="contact"] > .site-footer {
	display: block !important;
}

@media (max-width: 1000px) {
	.contact-method-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.contact-main-grid {
		grid-template-columns: 1fr;
	}
	.contact-map,
	.contact-form {
		height: auto;
	}
	.contact-cta {
		padding-left: 45%;
	}
}

@media (max-width: 560px) {
	.contact-shell {
		padding: 24px 18px 70px;
		min-height: 0;
	}
	.contact-intro h1 {
		font-size: 35px;
	}
	.contact-intro {
		margin-bottom: 45px;
	}
	.contact-method-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.contact-method-grid article {
		height: 175px;
	}
	.contact-main-grid {
		gap: 18px;
	}
	.contact-fields {
		grid-template-columns: 1fr;
	}
	.contact-form {
		padding: 20px 16px;
	}
	.contact-form textarea {
		height: 120px;
	}
	.contact-map img {
		height: auto;
		aspect-ratio: 1.9/1;
	}
	.contact-cta {
		height: 300px;
		background-position: right bottom;
		background-size: auto 180px;
		padding: 28px;
		align-items: flex-start;
	}
	.contact-cta p br {
		display: none;
	}
	.contact-cta div {
		max-width: 100%;
	}
	}


/* Contact page refinement — clearer hierarchy, stronger contrast, and responsive spacing */
.page-contact-view {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 34%, #f8fafc 100%);
}

.contact-shell {
	max-width: 1180px;
	padding: 42px 26px 72px;
}

.contact-intro {
	max-width: 760px;
	margin: 0 auto 58px;
}

.contact-intro h1 {
	font-size: clamp(2.1rem, 4vw, 3rem);
	line-height: 1.25;
	letter-spacing: -.02em;
}

.contact-intro p {
	font-size: 15px;
	color: #64748b;
}

.contact-methods > h2 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 24px;
}

.contact-method-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 42px;
}

.contact-method-grid article {
	height: 178px;
	border: 1px solid #e3eaf2;
	border-radius: 18px;
	padding: 24px 14px 18px;
	box-shadow: 0 8px 24px rgba(23, 70, 126, .045);
}

.contact-method-grid h3 {
	font-size: 14px;
	font-weight: 800;
}

.contact-method-grid b {
	font-size: 12px;
}

.contact-method-grid p {
	font-size: 11px;
	color: #8a98a8;
}

.contact-main-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 34px;
}

.contact-map,
.contact-form {
	height: auto;
	min-height: 482px;
	border: 1px solid #e1e9f2;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 14px 36px rgba(23, 70, 126, .08);
}

.contact-map h2,
.contact-form h2 {
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 20px;
}

.contact-map iframe {
	height: 360px;
	border-radius: 14px !important;
	box-shadow: inset 0 0 0 1px rgba(12, 56, 102, .08);
}

.contact-map > p {
	margin-top: 14px !important;
}

.contact-form label {
	font-size: 12px;
	font-weight: 700;
	color: #475569;
	margin-bottom: 16px;
}

.contact-fields {
	gap: 16px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	border: 1px solid #d8e2ec;
	border-radius: 11px;
	background: #f8fafc;
	margin-top: 7px;
	padding: 0 14px;
	color: #1e293b;
	font-size: 13px;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-form input,
.contact-form select {
	height: 46px;
}

.contact-form textarea {
	height: 132px;
	padding-top: 13px;
	line-height: 1.7;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #2b71b8;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(43, 113, 184, .12);
}

.contact-form label small {
	font-size: 10px;
	bottom: -17px;
}

.contact-form button {
	height: 50px;
	margin-top: 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	background: linear-gradient(135deg, #0c3866, #14579a);
	box-shadow: 0 9px 20px rgba(12, 56, 102, .22);
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form button:hover {
	background: linear-gradient(135deg, #08284c, #0c3866);
	box-shadow: 0 12px 24px rgba(12, 56, 102, .28);
	transform: translateY(-2px);
}

.contact-cta {
	position: relative;
	min-height: 238px;
	height: auto;
	border-radius: 24px;
	padding: 42px clamp(28px, 8vw, 100px) 42px 48%;
	background-color: #eef5ff;
	background-image: linear-gradient(to left, #eef5ff 0%, rgba(238, 245, 255, .96) 46%, rgba(238, 245, 255, .18) 100%), url("../images/support/contact-cta.webp");
	background-position: right center, left center;
	background-repeat: no-repeat;
	background-size: 100% 100%, 48% 100%;
	box-shadow: 0 14px 34px rgba(23, 70, 126, .08);
}

.contact-cta div {
	position: relative;
	z-index: 1;
	max-width: 520px;
	text-align: right;
}

.contact-cta h2 {
	font-size: clamp(1.45rem, 2.5vw, 1.85rem);
	font-weight: 900;
	line-height: 1.35;
	margin-bottom: 10px;
}

.contact-cta p {
	max-width: 440px;
	font-size: 14px;
	line-height: 1.9;
	color: #64748b;
	margin-bottom: 22px;
}

.contact-cta a {
	height: 48px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 14px;
	box-shadow: 0 8px 18px rgba(12, 56, 102, .2);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-cta a:hover {
	background: #08284c;
	box-shadow: 0 11px 24px rgba(12, 56, 102, .26);
	transform: translateY(-2px);
}

@media (max-width: 1000px) {
	.contact-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.contact-main-grid {
		grid-template-columns: 1fr;
	}
	.contact-map,
	.contact-form {
		min-height: 0;
	}
	.contact-cta {
		padding-left: 42%;
		background-size: 100% 100%, 44% 100%;
	}
}

@media (max-width: 560px) {
	.contact-shell {
		padding: 30px 18px 58px;
	}
	.contact-intro {
		margin-bottom: 40px;
	}
	.contact-intro h1 {
		font-size: 2rem;
	}
	.contact-method-grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.contact-method-grid article {
		height: 168px;
		padding: 20px 10px 15px;
	}
	.contact-main-grid {
		gap: 18px;
	}
	.contact-map,
	.contact-form {
		padding: 22px 17px;
		border-radius: 16px;
	}
	.contact-map iframe {
		height: 260px;
	}
	.contact-fields {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.contact-form textarea {
		height: 128px;
	}
	.contact-cta {
		min-height: 360px;
		padding: 28px 22px;
		align-items: flex-start;
		background-size: 100% 100%, auto 190px;
		background-position: right center, center bottom;
	}
	.contact-cta div {
		max-width: 100%;
	}
	.contact-cta h2 {
		font-size: 1.45rem;
	}
	.contact-cta p {
		font-size: 13px;
	}
}





/* Precision layout refinement — contact channels */
.contact-methods {
	margin-top: 4px;
}

.contact-methods > h2 {
	margin-bottom: 22px;
}

.contact-method-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
	margin-bottom: 52px;
}

.contact-method-grid article {
	height: auto;
	min-height: 178px;
	padding: 24px 12px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.contact-method-grid .contact-icon {
	flex: 0 0 auto;
	margin-bottom: 13px;
}

.contact-method-grid h3 {
	min-height: 24px;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 7px;
}

.contact-method-grid b {
	line-height: 1.7;
}

.contact-method-grid p {
	margin-top: auto;
	line-height: 1.8;
}

.contact-main-grid {
	margin-top: 0;
}

@media (max-width: 1000px) and (min-width: 701px) {
	.contact-method-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.contact-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.contact-method-grid {
		gap: 12px;
		margin-bottom: 38px;
	}
	.contact-method-grid article {
		min-height: 174px;
		height: auto;
		padding: 20px 10px 16px;
	}
	.contact-method-grid h3 {
		font-size: 13px;
		min-height: 22px;
	}
	.contact-method-grid b {
		font-size: 11px;
	}
	.contact-method-grid p {
		font-size: 10px;
	}
}

/* SOURCE: pages/07-solutions.css */
/* ==========================================================================
   Page — solutions
   54 rule(s)  ·  slice 7 — keep this file in manifest order
   ========================================================================== */

.solutions-shell {
	direction: rtl;
}

.solutions-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #9ea4ac;
	margin-bottom: 24px;
}

.solutions-breadcrumb a {
	color: #9ea4ac;
	text-decoration: none;
}

.solutions-breadcrumb span {
	color: #cbd1d8;
}

.solutions-breadcrumb b {
	color: #173f74;
	font-weight: 600;
}

.solutions-hero {
	display: grid;
	grid-template-columns: 1fr minmax(0, 520px);
	gap: 48px;
	align-items: center;
	direction: rtl;
	margin-bottom: 80px;
}

.solutions-hero .solutions-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #94a3b8;
	margin-bottom: 20px;
}

.solutions-hero .solutions-breadcrumb a {
	color: #94a3b8;
	text-decoration: none;
}

.solutions-hero .solutions-breadcrumb span {
	color: #cbd5e1;
}

.solutions-hero .solutions-breadcrumb b {
	color: #13325c;
	font-weight: 500;
}

.solutions-hero .hero-img-col img,
.solutions-hero > img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.solutions-hero .hero-text-col,
.solutions-hero > div {
	direction: rtl;
	text-align: right;
}

.solutions-hero h1 {
	font-size: 42px;
	line-height: 1.3;
	font-weight: 700;
	color: #13325c;
	margin: 0 0 20px;
	background: none;
	-webkit-text-fill-color: initial;
}

.solutions-hero p {
	font-size: 15px;
	line-height: 1.9;
	color: #64748b;
	margin: 0 0 28px;
}

.solutions-hero .hero-btn,
.solutions-hero a {
	height: 52px;
	padding: 0 32px;
	border-radius: 10px;
	background: #13325c;
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(19, 50, 92, 0.2);
	transition: background 0.2s ease, transform 0.2s ease;
}

.solutions-hero .hero-btn:hover,
.solutions-hero a:hover {
	background: #0f2749;
	transform: translateY(-2px);
}

.solutions-hero small {
	display: block;
	color: #94a3b8;
	font-size: 13px;
	margin-top: 14px;
	font-weight: 400;
}

.solution-title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #13325c;
	margin: 0 0 48px;
	letter-spacing: normal;
}

.solution-title::after {
	content: "";
	display: block;
	width: 44px;
	height: 4px;
	border-radius: 2px;
	background: #13325c;
	margin: 12px auto 0;
}

.solution-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	direction: rtl;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.solution-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.solution-grid {
		grid-template-columns: 1fr;
	}
}

.solution-grid article {
	min-height: 260px;
	height: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	text-align: center;
	padding: 28px 16px 22px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.card-click-hint {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	font-size: 11.5px;
	font-weight: 700;
	color: #13325c;
	background: #f1f5f9;
	padding: 5px 12px;
	border-radius: 20px;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.card-click-hint svg {
	width: 13px;
	height: 13px;
	fill: #13325c !important;
	transition: fill 0.25s ease, transform 0.25s ease;
}

.solution-card-link:hover .card-click-hint {
	background: #13325c;
	color: #ffffff;
}

.solution-card-link:hover .card-click-hint svg {
	fill: #ffffff !important;
	transform: scale(1.15);
}

.solution-grid article:hover {
	border-color: #13325c;
	box-shadow: 0 10px 28px rgba(19, 50, 92, 0.08);
	transform: translateY(-4px);
}

.solution-grid .icon-wrap,
.solution-grid i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	color: #13325c;
	font-size: 32px;
	font-style: normal;
	margin-bottom: 18px;
}

.solution-grid .icon-wrap svg {
	width: 32px;
	height: 32px;
	fill: #13325c;
}

.solution-grid h3 {
	font-size: 16px;
	font-weight: 700;
	color: #13325c;
	margin: 0 0 12px;
	line-height: 1.4;
}

.solution-grid p {
	font-size: 13px;
	line-height: 1.8;
	color: #64748b;
	margin: 0;
}

.solution-method {
	margin-bottom: 80px;
}

.method-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	direction: rtl;
}

.method-grid article {
	height: 175px;
	border: 1px solid #e5e9f0;
	border-radius: 10px;
	padding: 18px 20px;
	text-align: center;
	position: relative;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.method-grid article:hover {
	border-color: #173f74;
	box-shadow: 0 8px 24px rgba(23, 63, 116, 0.08);
	transform: translateY(-3px);
}

.method-grid span {
	position: absolute;
	left: 16px;
	top: 14px;
	font-size: 11px;
	color: #173f74;
	font-weight: 700;
}

.method-grid .icon-wrap,
.method-grid i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	color: #173f74;
	font-size: 28px;
	font-style: normal;
	margin: 4px 0 10px;
}

.method-grid .icon-wrap svg {
	width: 30px;
	height: 30px;
	fill: #173f74;
}

.method-grid h3 {
	font-size: 15px;
	color: #173f74;
	font-weight: 700;
	margin: 0 0 8px;
}

.method-grid p {
	font-size: 11px;
	line-height: 1.7;
	color: #8c96a4;
}

.solution-sectors {
	margin-bottom: 90px;
}

.solution-sectors > div {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	direction: rtl;
}

@media (max-width: 800px) {
	.solution-sectors > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.solution-sectors > div {
		grid-template-columns: 1fr;
	}
}

.solution-sectors button,
.solution-sectors a.sector-btn,
.solution-sectors a.all {
	min-height: 80px;
	border: none;
	border-radius: 14px;
	background: #0e305d;
	font-family: inherit;
	color: #ffffff;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(14, 48, 93, 0.32);
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 22px;
	direction: rtl;
	text-align: right;
	text-decoration: none;
}

.solution-sectors button span,
.solution-sectors a span {
	font-weight: 600;
	color: #ffffff;
	z-index: 2;
}

.solution-sectors button svg,
.solution-sectors button svg path,
.solution-sectors a svg,
.solution-sectors a svg path {
	width: 24px;
	height: 24px;
	fill: #ffffff !important;
	color: #ffffff !important;
	opacity: 0.85 !important;
	flex-shrink: 0;
	z-index: 1;
	transition: opacity 0.25s ease, fill 0.25s ease;
}

.solution-sectors button:hover,
.solution-sectors a.sector-btn:hover,
.solution-sectors a.all:hover {
	background: #17427b;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(14, 48, 93, 0.42);
}

.solution-sectors button:hover svg,
.solution-sectors button:hover svg path,
.solution-sectors a:hover svg,
.solution-sectors a:hover svg path {
	fill: #ffffff !important;
	opacity: 1 !important;
}

.solution-sectors button.all,
.solution-sectors a.all {
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	background: #0e305d;
}

.solution-sectors button.all span,
.solution-sectors a.all span {
	color: #ffffff;
	font-weight: 700;
}

.solution-case {
	height: 285px;
	border: 1px solid #e5e9f0;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 340px 1fr;
	direction: rtl;
	overflow: hidden;
	margin-bottom: 80px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.solution-case > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution-case > div {
	direction: rtl;
	padding: 28px 36px;
}

.solution-case > div > span {
	background: #173f74;
	color: #ffffff;
	padding: 5px 12px;
	font-size: 10px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 12px;
	font-weight: 600;
}

.solution-case h2 {
	font-size: 18px;
	font-weight: 700;
	color: #173f74;
	margin: 0 0 18px;
}

.case-stats {
	display: flex;
	gap: 48px;
	margin-bottom: 18px;
}

.case-stats strong {
	font-size: 24px;
	color: #173f74;
	font-weight: 700;
}

.case-stats small {
	display: block;
	font-size: 9px;
	color: #8c96a4;
	font-weight: 400;
	margin-top: 2px;
}

.solution-case p {
	font-size: 12px;
	line-height: 1.9;
	color: #6f7883;
	margin: 0 0 10px;
}

.solution-case > div > small {
	font-size: 9px;
	color: #acb2b9;
}

.solution-cta {
	height: 240px;
	border-radius: 10px;
	background: #f6f8fb;
	text-align: center;
	padding-top: 42px;
	box-shadow: none;
	margin-bottom: 80px;
}

.solution-cta h2 {
	font-size: 24px;
	font-weight: 700;
	color: #173f74;
	margin: 0 0 15px;
	letter-spacing: normal;
}

.solution-cta p {
	font-size: 13px;
	color: #858d97;
	margin: 0 0 28px;
}

.solution-cta div {
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
}

.solution-cta a {
	height: 55px;
	padding: 0 30px;
	background: linear-gradient(135deg, #1d61d8 0%, #12439c 100%);
	color: #ffffff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(29, 97, 216, 0.35);
	font-weight: 600;
	font-size: 14px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.solution-cta a:hover {
	background: linear-gradient(135deg, #246bf0 0%, #154bb0 100%);
	transform: translateY(-2px);
}

.solution-cta a.plain {
	background: transparent;
	color: #4f5965;
	padding-inline: 10px;
	border: none;
}

.solution-cta a.plain:hover {
	background: transparent;
	color: #173f74;
}

@media (max-width: 1180px) {
	.solutions-shell {
		padding-inline: 28px;
	}
	.solutions-hero {
		grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
	}
	.solution-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 850px) {
	.solutions-hero {
		grid-template-columns: 1fr;
	}
	.solution-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.method-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.solution-sectors > div {
		width: 100%;
		grid-template-columns: 1fr;
	}
	.solution-case {
		grid-template-columns: 1fr;
		height: auto;
	}
}


@media (max-width: 1180px) {
	.solutions-shell {
		padding-inline: 28px;
	}
	.solutions-hero {
		grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
	}
	.solution-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 850px) {
	.solutions-hero {
		grid-template-columns: 1fr;
	}
	.solution-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.method-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.solution-case {
		grid-template-columns: 1fr;
		height: auto;
	}
	.solution-case img {
		height: 240px;
	}
	.solution-sectors > div {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.solutions-shell {
		padding: 24px 18px 50px;
	}
	.solutions-hero img {
		height: auto;
		aspect-ratio: 2/1;
	}
	.solutions-hero h1 {
		font-size: 34px;
	}
	.solution-grid,
	.method-grid {
		grid-template-columns: 1fr;
	}
	.solution-grid article {
		height: auto;
		min-height: 210px;
	}
	.solution-sectors > div {
		grid-template-columns: 1fr 1fr;
	}
	.solution-case > div {
		padding: 24px 20px;
	}
	.case-stats {
		gap: 25px;
		flex-wrap: wrap;
	}
	.solution-cta {
		height: auto;
		padding: 30px 20px;
	}
	.solution-cta h2 {
		font-size: 21px;
	}
	.solution-cta div {
		flex-direction: column;
		gap: 8px;
	}
	.solution-cta a {
		justify-content: center;
	}
}

/* Custom Training Request */

.page-custom-training-view {
	background: #fff;
}

.custom-training-shell {
	max-width: 1380px;
	padding: 50px 30px 36px;
}

.custom-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	color: #a5abb3;
	font-size: 11px;
	margin-bottom: 17px;
}

.custom-breadcrumb a {
	color: #a5abb3;
}

.custom-breadcrumb b {
	font-weight: 500;
	color: #6b747f;
}

.custom-intro {
	text-align: center;
	margin-bottom: 32px;
}

.custom-intro h1 {
	font-size: 34px;
	font-weight: 400;
	color: #193f73;
	margin: 0 0 9px;
}

.custom-intro p {
	font-size: 12px;
	color: #9097a0;
}

.request-stepper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	direction: rtl;
	margin-bottom: 24px;
}

.request-stepper > div {
	height: 64px;
	border-top: 1px solid #e4e7eb;
	position: relative;
	text-align: center;
	color: #a5abb3;
	padding-top: 24px;
	font-size: 11px;
}

.request-stepper i {
	position: absolute;
	top: -13px;
	right: 50%;
	translate: 50% 0;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 1px solid #d8dde3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 10px;
}

.request-stepper .active {
	color: #34465a;
}

/* SOURCE: pages/08-custom-training.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   54 rule(s)  ·  slice 8 — keep this file in manifest order
   ========================================================================== */

.request-stepper .active i {
	background: #0a92cb;
	border-color: #0a92cb;
	color: #fff;
}

.custom-request-layout {
	display: grid;
	grid-template-columns: 295px 1fr;
	direction: ltr;
	gap: 24px;
	align-items: start;
}

.request-sidebar,
.custom-request-form {
	direction: rtl;
}

.quick-help,
.request-steps,
.custom-request-form {
	border: 1px solid #dfe4e9;
	border-radius: 9px;
	background: #fff;
}

.quick-help {
	padding: 20px 19px;
	margin-bottom: 16px;
}

.help-head {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 9px;
}

.help-head > span {
	font-size: 42px;
	color: #069bc0;
}

.help-head h2,
.request-steps h2 {
	font-size: 16px;
	color: #334252;
	margin: 0;
}

.quick-help > p {
	font-size: 10px;
	line-height: 1.7;
	color: #8c939c;
	margin: 0 0 15px;
}

.quick-help > a:not(.outline) {
	display: grid;
	grid-template-columns: 24px 1fr;
	grid-template-rows: auto auto;
	color: #17467e;
	font-size: 10px;
	margin-bottom: 10px;
}

.quick-help > a > b {
	font-size: 10px;
}

.quick-help > a > small {
	grid-column: 2;
	font-size: 8px;
	color: #a3a9b0;
}

.quick-help .outline {
	height: 39px;
	border: 1px solid #dfe4e9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #495462;
	font-size: 11px;
}

.request-steps {
	padding: 20px 19px;
}

.request-steps h2 {
	margin-bottom: 15px;
}

.request-steps ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.request-steps li {
	display: flex;
	gap: 11px;
}

.request-steps li > i {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #d7dde3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 9px;
}

.request-steps li.active > i {
	border-color: #0a92cb;
	color: #0a92cb;
}

.request-steps li div {
	display: flex;
	flex-direction: column;
}

.request-steps b {
	font-size: 11px;
	color: #495360;
}

.request-steps span {
	font-size: 8px;
	color: #a7adb4;
}

.custom-request-form {
	padding: 37px 32px 28px;
}

.custom-request-form > h2 {
	font-size: 19px;
	font-weight: 500;
	color: #40505f;
	margin: 0 0 29px;
}

.request-fields {
	display: grid;
	gap: 17px;
}

.request-fields.two {
	grid-template-columns: 1fr 1fr;
}

.custom-request-form label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: #5e6874;
	margin-bottom: 17px;
	position: relative;
}

.custom-request-form input:not([type="checkbox"]):not([type="file"]),
.custom-request-form select,
.custom-request-form textarea {
	width: 100%;
	border: 1px solid #dce1e6;
	border-radius: 5px;
	background: #fff;
	font-family: inherit;
	text-align: right;
	margin-top: 7px;
	padding: 0 12px;
}

.custom-request-form input:not([type="checkbox"]):not([type="file"]),
.custom-request-form select {
	height: 43px;
}

.custom-request-form textarea {
	height: 105px;
	padding-top: 12px;
	resize: none;
}

.custom-request-form label > small {
	position: absolute;
	left: 0;
	bottom: -14px;
	font-size: 8px;
	color: #a9afb6;
}

.phone-field {
	display: grid;
	grid-template-columns: 1fr 52px;
	direction: ltr;
	margin-top: 7px;
}

.phone-field input {
	margin-top: 0 !important;
}

.phone-field em {
	height: 43px;
	border: 1px solid #dce1e6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}

.file-label {
	height: 135px;
	border: 1px dashed #ccd4dc;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.file-label > input {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.file-label span {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.file-label small {
	position: static !important;
}

.request-consent {
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-weight: 400 !important;
}

.request-next {
	width: 100%;
	height: 49px;
	border: 0;
	border-radius: 5px;
	background: #123e73;
	color: #fff;
	font-family: inherit;
	font-weight: 700;
}

.request-draft {
	height: 42px;
	padding: 0 20px;
	border: 1px solid #dce1e6;
	border-radius: 5px;
	background: #fff;
	float: left;
	margin-top: 12px;
}

@media (max-width: 950px) {
	.custom-request-layout {
		grid-template-columns: 1fr;
	}
	.request-sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}
	.quick-help {
		margin: 0;
	}
}

@media (max-width: 560px) {
	.custom-training-shell {
		padding: 25px 18px 50px;
	}
	.custom-intro h1 {
		font-size: 29px;
	}
	.request-sidebar,
	.request-fields.two {
		grid-template-columns: 1fr;
	}
	.custom-request-form {
		padding: 25px 16px;
	}
	.request-draft {
		float: none;
		width: 100%;
	}
}

/* Screenshot-matched FAQ page */

.page-faq-view {
	background: #fff;
}

.faq-shell {
	max-width: 1220px;
	padding: 45px 24px 65px;
}

.faq-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a4abb3;
	font-size: 11px;
	margin-bottom: 55px;
}

.faq-breadcrumb a {
	color: #a4abb3;
}

.faq-breadcrumb b {
	font-weight: 500;
}

.faq-hero {
	display: grid;
	grid-template-columns: 33% 67%;
	direction: ltr;
	align-items: center;
	margin-bottom: 32px;
}

.faq-hero img {
	width: 300px;
	height: 250px;
	object-fit: cover;
}

.faq-hero > div {
	direction: rtl;
	text-align: right;
}

.faq-hero h1 {
	font-size: 34px;
	font-weight: 400;
	color: #193f73;
	margin: 0 0 10px;
}

.faq-hero p {
	font-size: 13px;
	color: #8d949e;
	margin: 0 0 23px;
}

.faq-hero form {
	height: 55px;
	position: relative;
}

/* SOURCE: pages/09-faq.css */
/* ==========================================================================
   Layout — header, navigation, containers, footers
   53 rule(s)  ·  slice 9 — keep this file in manifest order
   ========================================================================== */

.faq-hero input {
	width: 100%;
	height: 100%;
	border: 1px solid #dce1e6;
	border-radius: 8px;
	padding: 0 18px 0 50px;
	font-family: inherit;
	text-align: right;
}

.faq-hero form span {
	position: absolute;
	left: 18px;
	top: 11px;
	font-size: 23px;
	color: #78828d;
}

.faq-categories {
	display: flex;
	gap: 14px;
	justify-content: flex-start;
	direction: rtl;
	margin-bottom: 35px;
}

.faq-categories button {
	height: 44px;
	padding: 0 22px;
	border: 1px solid #dce1e6;
	border-radius: 8px;
	background: #fff;
	color: #5f6974;
	font-family: inherit;
}

.faq-categories button.active {
	background: #123e73;
	color: #fff;
	border-color: #123e73;
}

.faq-list {
	display: grid;
	gap: 11px;
	margin-bottom: 38px;
}

.faq-list .accordion-item {
	margin: 0;
	border-radius: 8px;
}

.faq-list .accordion-header {
	height: 57px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	color: #3f4a56;
}

.faq-list .accordion-header i {
	font-style: normal;
	color: #81909d;
}

.faq-list .accordion-content {
	font-size: 13px;
	padding: 0 22px 18px;
	line-height: 1.8;
}

.faq-support {
	height: 148px;
	background: #f7f9fc;
	border-radius: 9px;
	display: grid;
	grid-template-columns: 145px 1fr 170px 220px 135px;
	direction: ltr;
	align-items: center;
	padding: 0 25px;
	gap: 12px;
}

.faq-support img {
	width: 130px;
	height: 115px;
	object-fit: cover;
}

.faq-support > div {
	direction: rtl;
	text-align: right;
}

.faq-support h2 {
	font-size: 18px;
	font-weight: 500;
	color: #3b4855;
	margin: 0 0 5px;
}

.faq-support p {
	font-size: 10px;
	color: #9299a2;
}

.faq-support > a:not(.contact) {
	height: 54px;
	border: 1px solid #e0e5ea;
	border-radius: 7px;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 12px;
	color: #17467e;
}

.faq-support > a span {
	display: flex;
	flex-direction: column;
}

.faq-support > a b {
	font-size: 10px;
}

.faq-support > a small {
	font-size: 8px;
	color: #a4abb2;
}

.faq-support .contact {
	height: 48px;
	border-radius: 6px;
	background: #123e73;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

@media (max-width: 900px) {
	.faq-hero {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.faq-hero img {
		margin: auto;
	}
	.faq-categories {
		flex-wrap: wrap;
	}
	.faq-support {
		height: auto;
		min-height: 240px;
		grid-template-columns: 120px 1fr 1fr;
	}
	.faq-support .contact {
		grid-column: 2;
	}
}

@media (max-width: 560px) {
	.faq-shell {
		padding: 25px 18px 50px;
	}
	.faq-breadcrumb {
		margin-bottom: 25px;
	}
	.faq-hero img {
		width: 220px;
		height: 190px;
	}
	.faq-hero h1 {
		font-size: 29px;
	}
	.faq-hero p {
		line-height: 1.8;
	}
	.faq-categories {
		gap: 8px;
	}
	.faq-categories button {
		padding: 0 12px;
	}
	.faq-list .accordion-header {
		height: auto;
		min-height: 58px;
		font-size: 13px;
	}
	.faq-support {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 25px;
	}
	.faq-support img {
		margin: auto;
	}
	.faq-support > div {
		text-align: center;
	}
	.faq-support .contact {
		grid-column: auto;
	}
}

/* Screenshot-matched global footer */

.site-footer {
	background: #173568;
	color: #e7edf6;
	padding: 0;
	margin: 0;
}

.footer-main {
	max-width: 1451px;
	height: auto;
	padding: 38px 40px 28px;
	box-sizing: border-box;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1.14fr 1fr;
	gap: 0;
	margin: 0;
	direction: rtl;
}

.footer-grid > section {
	min-height: 0;
	padding: 0 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.55);
}

.footer-grid > section:first-child {
	border-left: 0;
}

.site-footer h3 {
	font-size: 17px;
	color: #fff;
	margin: 0 0 20px;
	font-weight: 500;
}

.footer-brand {
	margin-bottom: 14px;
}

.footer-brand svg {
	width: 52px;
	height: 52px;
}

.footer-brand b {
	font-size: 27px;
}

.footer-brand small {
	font-size: 9px;
}

.footer-brand-col p,
.newsletter p,
.contact-col p {
	font-size: 13px;
	line-height: 1.85;
	color: #e0e7f1;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	font-size: 13px;
	color: #f0f3f8;
}

.newsletter input {
	height: 39px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	margin: 7px 0 11px;
}

.newsletter button {
	height: 44px;
	background: #1767d1;
}

.socials {
	gap: 15px;
	margin-top: 19px;
}

.socials a {
	font-size: 27px;
}

.footer-bottom {
	height: 65px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #173568;
	color: #d9e1ed;
	padding: 0;
}

.footer-bottom .container {
	max-width: 1451px;
	height: 100%;
	padding: 0 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	direction: rtl;
}

.footer-bottom strong {
	font-weight: 400;
	color: #fff;
}

.footer-bottom > div > div {
	display: flex;
	align-items: center;
	gap: 32px;
	direction: ltr;
}

.footer-bottom nav {
	display: flex;
	gap: 25px;
}

.footer-bottom a {
	color: #d9e1ed;
}

.footer-bottom span {
	color: #d9e1ed;
}

@media (max-width: 1100px) {
	.footer-main {
		padding-inline: 30px;
	}
	.footer-grid > section {
		padding-inline: 18px;
	}
}

@media (max-width: 850px) {
	.footer-main {
		height: auto;
	}
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
	.footer-grid > section {
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		padding-bottom: 24px;
		min-height: auto;
	}
	.footer-brand-col {
		grid-column: span 2;
	}
	.footer-bottom {
		height: auto;
		min-height: 75px;
	}
	.footer-bottom .container {
		padding: 15px 20px;
		gap: 12px;
		flex-direction: column;
	}
	.footer-bottom > div > div {
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 560px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.footer-brand-col {
		grid-column: auto;
	}
	.footer-main {
		padding: 38px 22px;
	}
	.footer-grid > section {
		padding: 0 8px 24px;
	}
	.footer-bottom .container {
		text-align: center;
	}
	.footer-bottom nav {
		justify-content: center;
	}
}

/* Screenshot-matched light footer variant */

.site-footer.footer-light {
	height: auto;
	background: #fff;
	color: #838b94;
	border-top: 1px solid #f0f1f2;
}

.footer-light .footer-main {
	height: auto;
	max-width: 1440px;
	padding: 36px 32px 28px;
	box-sizing: border-box;
}

.footer-light .footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr 1fr;
	direction: rtl;
	gap: 20px;
}

.footer-light .footer-grid > section {
	min-height: 0;
	padding: 0;
	border: 0;
}

/* SOURCE: pages/10-gallery.css */
/* ==========================================================================
   Page — gallery
   108 rule(s)  ·  slice 10 — keep this file in manifest order
   ========================================================================== */

.footer-light h3 {
	font-size: 14px;
	font-weight: 500;
	color: #333d49;
	margin: 0 0 15px;
}

.footer-light .footer-brand {
	color: #17467e;
	margin-bottom: 10px;
}

.footer-light .footer-brand svg {
	width: 43px;
	height: 43px;
	fill: #1485c8;
}

.footer-light .footer-brand b {
	font-size: 23px;
}

.footer-light .footer-brand small {
	font-size: 8px;
	color: #17467e;
}

.footer-light .footer-brand-col p {
	font-size: 11px;
	line-height: 1.8;
	color: #858d96;
	margin: 0 0 7px;
}

.footer-light .footer-links li {
	margin-bottom: 9px;
}

.footer-light .footer-links a {
	font-size: 11px;
	color: #858d96;
}

.footer-light .socials {
	margin-top: 8px;
	gap: 17px;
}

.footer-light .socials a {
	font-size: 16px;
	color: #7e8791;
}

.footer-light .footer-bottom {
	height: 54px;
	background: #fff;
	border-top: 1px solid #eff1f3;
	color: #a0a6ad;
}

.footer-light .footer-bottom .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 10px;
}

.footer-light .footer-bottom span {
	color: #a0a6ad;
}

@media (max-width: 900px) {
	.site-footer.footer-light {
		height: auto;
	}

	.footer-light .footer-main {
		height: auto;
		padding: 38px 28px;
	}

	.footer-light .footer-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}

	.footer-light .footer-brand-col {
		grid-column: span 3;
	}

	.footer-light .footer-bottom {
		height: 58px;
	}
}

@media (max-width: 560px) {
	.footer-light .footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-light .footer-brand-col {
		grid-column: span 2;
	}

	.footer-light .footer-grid>section {
		padding-bottom: 18px;
		border-bottom: 1px solid #edf0f2;
	}

	.footer-light .footer-bottom {
		height: auto;
		min-height: 60px;
		padding: 12px 18px;
		text-align: center;
	}
}



.gallery-shell {
	max-width: 1160px;
	padding: 20px 22px 45px;
}

.gallery-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a5abb2;
	font-size: 11px;
	margin-bottom: 31px;
}

.gallery-breadcrumb a {
	color: #a5abb2;
}

.gallery-breadcrumb b {
	color: #17467e;
}

.gallery-intro {
	text-align: center;
	margin-bottom: 18px;
}

.gallery-intro h1 {
	font-size: 32px;
	font-weight: 400;
	color: #263a51;
	margin: 0 0 10px;
}

.gallery-intro p {
	font-size: 13px;
	color: #8d949d;
	margin: 0 0 14px;
}

.gallery-intro>div {
	display: flex;
	gap: 20px;
	justify-content: center;
	font-size: 10px;
	color: #87909a;
}

.gallery-feature {
	display: grid;
	grid-template-columns: 275px 1fr;
	direction: ltr;
	gap: 22px;
	align-items: start;
	margin-bottom: 22px;
}

.gallery-info {
	height: 500px;
	border: 1px solid #e0e4e8;
	border-radius: 9px;
	padding: 25px 19px;
	direction: rtl;
	text-align: right;
}

.gallery-info h2 {
	font-size: 17px;
	font-weight: 500;
	color: #44505d;
	margin: 0 0 15px;
}

.gallery-info label {
	display: block;
	font-size: 9px;
	color: #a4aab1;
	margin: 10px 0 6px;
}

.gallery-info>b {
	background: #f0f6fd;
	color: #4d7198;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 10px;
}

.gallery-info>p {
	font-size: 10px;
	line-height: 2;
	color: #7f8791;
}

.gallery-counts {
	display: flex;
	border-top: 1px solid #edf0f2;
	border-bottom: 1px solid #edf0f2;
	margin: 16px 0;
	padding: 12px 0;
	justify-content: center;
	gap: 55px;
	text-align: center;
}

.gallery-counts strong {
	font-size: 17px;
	color: #46515e;
}

.gallery-counts small {
	display: block;
	font-size: 9px;
	font-weight: 400;
	color: #8f97a0;
}

.gallery-info .gallery-date {
	text-align: center;
}

.gallery-info button {
	width: 100%;
	height: 43px;
	background: #1761c9;
	color: #fff;
	border: 0;
	border-radius: 6px;
	font-family: inherit;
}

.gallery-main-image {
	width: 100%;
	height: 370px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.gallery-thumbs {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	direction: ltr;
}

.gallery-thumbs img {
	width: 96px;
	height: 62px;
	object-fit: cover;
	border-radius: 5px;
}

.gallery-thumbs img:first-of-type {
	outline: 3px solid #1761c9;
}

.gallery-thumbs button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e0e4e8;
	background: #fff;
}

.gallery-filter {
	border-block: 1px solid #edf0f2;
	padding: 19px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.gallery-filter h2,
.related-albums>h2 {
	font-size: 18px;
	font-weight: 500;
	color: #3e4a57;
	margin: 0;
}

.gallery-filter>div {
	display: flex;
	gap: 9px;
	direction: rtl;
}

.gallery-filter button {
	height: 39px;
	padding: 0 18px;
	border: 1px solid #dfe4e8;
	background: #fff;
	border-radius: 7px;
	font-family: inherit;
	color: #7c858f;
}

.gallery-filter button.active {
	background: #1761c9;
	color: #fff;
}

.related-albums>h2 {
	text-align: right;
	margin-bottom: 18px;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	direction: rtl;
}

.related-grid img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 8px;
}

.related-grid h3 {
	font-size: 13px;
	color: #333f4d;
	margin: 10px 0 4px;
}

.related-grid p {
	font-size: 9px;
	color: #9ba2aa;
}

.gallery-dark-footer {
	height: 390px;
	background: #173568;
	color: #fff;
	padding: 45px 70px 0;
}

.gallery-footer-grid {
	max-width: 1295px;
	margin: auto;
	display: grid;
	grid-template-columns: 1.4fr repeat(4, 1fr);
	direction: rtl;
}

.gallery-footer-grid>section {
	min-height: 255px;
	padding: 0 30px;
	border-left: 1px solid #ffffff88;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gallery-footer-grid>section:first-child {
	border: 0;
}

.gallery-footer-grid h3 {
	font-size: 16px;
	margin: 0;
}

.gallery-footer-grid a,
.gallery-footer-grid p {
	color: #e3eaf3;
	font-size: 12px;
	line-height: 1.6;
}

.g-brand b {
	font: bold 25px Arial;
}

.g-brand small {
	display: block;
	font-size: 8px;
}

.g-social {
	font: 24px Arial;
}

.gallery-footer-grid input {
	height: 38px;
	border: 0;
	border-radius: 4px;
	background: #ffffff12;
	padding: 0 10px;
}

.gallery-footer-grid button {
	height: 42px;
	border: 0;
	border-radius: 4px;
	background: #1767d1;
	color: #fff;
}

.gallery-footer-bottom {
	height: 50px;
	border-top: 1px solid #ffffff18;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 9px;
	direction: rtl;
}

@media (max-width: 900px) {
	.gallery-feature {
		grid-template-columns: 1fr;
	}

	.gallery-info {
		height: auto;
	}

	.gallery-filter {
		align-items: flex-start;
		gap: 18px;
		flex-direction: column;
	}

	.gallery-filter>div {
		flex-wrap: wrap;
	}

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

	.gallery-dark-footer {
		height: auto;
		padding: 40px 25px;
	}

	.gallery-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}

	.gallery-footer-grid>section {
		border: 0;
		border-bottom: 1px solid #ffffff33;
		padding-bottom: 22px;
		min-height: auto;
	}

	.g-brand {
		grid-column: span 2;
	}

	.gallery-footer-bottom {
		height: auto;
		min-height: 75px;
		gap: 12px;
		flex-direction: column;
		text-align: center;
		padding: 16px;
	}
}

@media (max-width: 560px) {
	.gallery-shell {
		padding: 20px 18px 40px;
	}

	.gallery-intro h1 {
		font-size: 28px;
	}

	.gallery-main-image {
		height: auto;
		aspect-ratio: 2.17/1;
	}

	.gallery-thumbs {
		overflow-x: auto;
		justify-content: flex-start;
	}

	.gallery-thumbs img {
		flex: 0 0 80px;
		height: 54px;
	}

	.related-grid {
		grid-template-columns: 1fr;
	}

	.gallery-filter button {
		padding: 0 11px;
	}

	.gallery-footer-grid {
		grid-template-columns: 1fr;
	}

	.g-brand {
		grid-column: auto;
	}
}

/* Screenshot-matched Gallery listing page */

.page-gallery-list {
	background: #fff;
}

.gallery-list-shell {
	max-width: 1460px;
	padding: 32px 34px 58px;
}

.gallery-list-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 11px;
	color: #a5abb3;
	margin-bottom: 35px;
}

.gallery-list-breadcrumb a {
	color: #a5abb3;
}

.gallery-list-breadcrumb b {
	font-weight: 500;
}

.gallery-list-intro {
	text-align: right;
	margin-bottom: 24px;
}

.gallery-list-intro h1 {
	font-size: 34px;
	font-weight: 400;
	color: #263b54;
	margin: 0 0 12px;
}

.gallery-list-intro p {
	font-size: 12px;
	color: #8c949e;
}

.gallery-stats {
	display: flex;
	gap: 18px;
	direction: ltr;
	margin: 0 0 33px 230px;
}

.gallery-stats article {
	width: 135px;
	height: 86px;
	border: 1px solid #dde3e8;
	border-radius: 9px;
	display: grid;
	grid-template-columns: 1fr 45px;
	grid-template-rows: 1fr 1fr;
	padding: 13px 12px;
	direction: rtl;
}

.gallery-stats strong {
	font-size: 20px;
	color: #34424f;
	font-weight: 400;
}

.gallery-stats span {
	font-size: 10px;
	color: #89929c;
}

.gallery-stats i {
	grid-column: 2;
	grid-row: 1/3;
	width: 44px;
	height: 44px;
	border: 1.5px solid #b2e5df;
	background: #f0faf8;
	border-radius: 8px;
	color: #00a896;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 168, 150, 0.08);
}

.gallery-stats i svg {
	width: 22px;
	height: 22px;
	display: block;
}

.gallery-list-filters {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr) 105px;
	gap: 13px;
	align-items: end;
	margin-bottom: 24px;
}

.gallery-list-filters label {
	font-size: 9px;
	color: #7f8791;
}

.gallery-list-filters input,
.gallery-list-filters select {
	width: 100%;
	height: 43px;
	border: 1px solid #dfe4e8;
	border-radius: 5px;
	margin-top: 7px;
	padding: 0 13px;
	font-family: inherit;
	text-align: right;
	background: #fff;
	color: #666f79;
}

.gallery-list-filters button {
	height: 43px;
	border: 1px solid #dfe4e8;
	border-radius: 5px;
	background: #fff;
	font-family: inherit;
	color: #68727d;
}

.gallery-list-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px 20px;
	direction: rtl;
	margin-bottom: 35px;
}

.gallery-card {
	display: block;
	text-align: right;
	color: inherit;
}

.gallery-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 9px;
}

.gallery-card h3 {
	font-size: 14px;
	color: #35414f;
	margin: 10px 0 5px;
	font-weight: 500;
}

.gallery-card p {
	font-size: 9px;
	color: #969da5;
}

.gallery-coming {
	height: 215px;
	border: 1px dashed #cbd3db;
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fbfcfd;
}

.gallery-coming i {
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: #eff8f7;
	color: #199a8f;
	font-style: normal;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-coming h3 {
	font-size: 12px;
	color: #69737e;
	margin: 12px 0 5px;
}

.gallery-coming p {
	font-size: 9px;
	color: #9aa1a9;
}

.gallery-stories {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 13px;
	direction: rtl;
	margin: 35px 90px 58px;
}

.gallery-stories article:nth-child(n + 7) {
	display: none;
}

.gallery-stories img {
	width: 100%;
	height: 95px;
	object-fit: cover;
	border-radius: 6px;
}

.gallery-stories span {
	display: block;
	text-align: center;
	font-size: 9px;
	color: #55606b;
	margin-top: 6px;
}

.gallery-load {
	display: block;
	margin: 0 auto 58px;
	height: 44px;
	padding: 0 28px;
	border: 1px solid #dfe4e8;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
	color: #5d6873;
}

.gallery-program-cta {
	height: 128px;
	border: 1px solid #e1e5e9;
	border-radius: 9px;
	background: #f9fafc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	direction: rtl;
}

.gallery-program-cta>div {
	display: flex;
	align-items: center;
	gap: 18px;
}

.gallery-program-cta i {
	width: 58px;
	height: 58px;
	border-radius: 8px;
	background: #e9f3ff;
	color: #1761c9;
	font-style: normal;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-program-cta h2 {
	font-size: 18px;
	color: #37516e;
	margin: 0 0 6px;
}

.gallery-program-cta p {
	font-size: 10px;
	color: #8d959e;
}

.gallery-program-cta a {
	height: 47px;
	padding: 0 26px;
	border-radius: 5px;
	background: #123e73;
	color: #fff;
	display: flex;
	align-items: center;
}

body[data-page="gallery"]>.site-footer {
	display: none;
}

@media (max-width: 900px) {
	.gallery-list-intro {
		margin: 0 0 20px;
	}

	.gallery-stats {
		margin: 0 0 25px;
	}

	.gallery-list-filters {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.gallery-stories {
		grid-template-columns: repeat(3, 1fr);
		margin-inline: 0;
	}

	.gallery-stories article:nth-child(n + 7) {
		display: block;
	}

	.gallery-program-cta {
		height: auto;
		min-height: 150px;
	}
}

@media (max-width: 560px) {
	.gallery-list-shell {
		padding: 24px 18px 45px;
	}

	.gallery-list-intro h1 {
		font-size: 29px;
	}

	.gallery-stats {
		gap: 10px;
	}

	.gallery-stats article {
		width: 120px;
	}

	.gallery-list-filters,
	.gallery-list-grid {
		grid-template-columns: 1fr;
	}

	.gallery-card img {
		height: auto;
		aspect-ratio: 3/1;
	}

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

	.gallery-program-cta {
		padding: 22px;
		gap: 18px;
		align-items: stretch;
		flex-direction: column;
	}

	.gallery-program-cta a {
		justify-content: center;
	}
}

/* Screenshot-matched Home page */

.page-home-redesign {
	background: #f4f8fc;
}

.home-shell {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.home-hero {
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

/* SOURCE: pages/11-home.css */
/* ==========================================================================
   Page — home
   66 rule(s)  ·  slice 11 — keep this file in manifest order
   ========================================================================== */

.home-hero > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3, 21, 42, 0.72), rgba(8, 28, 49, 0.25), rgba(4, 18, 36, 0.75));
}

.home-hero-copy {
	position: absolute;
	right: 55px;
	top: 90px;
	width: 520px;
	text-align: right;
	color: #fff;
}

.home-hero-copy small {
	display: block;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .01em;
	margin-bottom: 6px;
}

.home-hero-copy h1 {
	font-size: 34px;
	font-weight: 400;
	margin: 10px 0;
}

.home-hero-copy p {
	font-size: 13px;
	line-height: 1.9;
}

.home-hero-copy > div {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.home-hero-copy a,
.home-hero-copy button {
	height: 46px;
	padding: 0 25px;
	border: 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	background: #0ca4a5;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

.home-hero-copy button,
.home-hero-copy a.btn-hero-register,
.home-hero-copy a:last-child {
	background: #1472d4;
}

.home-search {
	background: #123865;
	color: #fff;
	padding: 22px 24px 28px;
	border-radius: 0;
	width: 100%;
}

.home-search h2 {
	font-size: 15px;
	margin: 0 auto 13px;
	max-width: 1280px;
}

.home-search form {
	display: grid;
	grid-template-columns: repeat(4, 1fr) 74px;
	gap: 9px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.home-search input,
.home-search select,
.home-search button {
	height: 35px;
	border: 0;
	border-radius: 4px;
	padding: 0 10px;
	font-family: inherit;
}

.home-search button {
	background: #0ea7a6;
	color: #fff;
}

.home-section {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px;
}

.home-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 18px;
}

.home-head h2,
.home-partners h2 {
	font-size: 25px;
	font-weight: 400;
	color: #173b61;
	margin: 0;
}

.home-head p {
	font-size: 11px;
	color: #8f98a2;
}

.home-head a {
	font-size: 10px;
	color: #149a96;
}

.home-program-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	direction: rtl;
}

.home-program-grid .qei-course-card {
	min-width: 0;
	height: 100%;
	border: 1px solid #dce5ee;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(12, 56, 102, 0.07);
}

.home-program-grid .card-img-wrap {
	height: 180px;
}

.home-program-grid .card-body {
	padding: 18px;
}

.home-program-grid .card-title {
	font-size: 16px;
	line-height: 1.65;
	color: #173b61;
	margin: 0 0 10px;
}

.home-program-grid .card-desc {
	font-size: 12px;
	line-height: 1.8;
	color: #66788a;
	margin-bottom: 14px;
}

.home-program-grid .card-meta {
	font-size: 11px;
	margin-bottom: 14px;
	padding-bottom: 12px;
}

.home-program-grid .qei-course-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.home-program-grid .qei-course-actions .btn {
	justify-content: center;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	width: 100%;
}

@media (max-width: 1050px) {
	.home-program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.home-program-grid { grid-template-columns: 1fr; }
	.home-program-grid .card-img-wrap { height: 210px; }
}

.home-metrics {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 2px 20px 0;
	border: 1px solid #dae2e9;
	background: #fff;
	border-radius: 7px;
	padding: 20px 8px;
	text-align: center;
}

.home-metrics strong {
	display: block;
	color: #0b9b94;
	font-size: 17px;
}

.home-metrics span {
	font-size: 9px;
	color: #7f8994;
}

.home-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.home-solution-grid article {
	border: 1px solid #dae2e9;
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
	padding-bottom: 12px;
}

.home-solution-grid img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.home-solution-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #f0fdfa;
	color: #0d9488;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 14px 14px 4px;
	flex-shrink: 0;
}

.home-solution-icon svg {
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	display: block;
	fill: currentColor;
}

.home-solution-grid h3 {
	font-size: 13px;
	color: #243a51;
	padding: 0 12px;
	margin: 10px 0 6px;
}

.home-solution-grid p {
	font-size: 9px;
	line-height: 1.7;
	color: #808a95;
	padding: 0 12px;
}

.home-consult {
	width: 145px;
	height: 38px;
	background: #1769cd;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px auto 0;
	font-size: 11px;
}

.home-method > div:last-child {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	text-align: center;
	padding: 0 4px;
}

.home-method > div:last-child article {
	min-height: 154px;
	padding: 18px 12px 16px;
	border: 1px solid #e0e8f0;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 7px 22px rgba(12, 56, 102, .06);
}

.home-method > div:last-child i {
	margin: 0 auto 12px;
}

.home-method > div:last-child h3 {
	margin: 0 0 7px;
	font-size: 12px;
	line-height: 1.5;
}

.home-method > div:last-child p {
	margin: 0;
	font-size: 9px;
	line-height: 1.75;
}

.home-method i {
	width: 25px;
	height: 25px;
	border: 2px solid #0c9f98;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-style: normal;
	color: #0c9f98;
	font-size: 10px;
}

.home-method h3 {
	font-size: 10px;
	color: #263b51;
}

.home-method p {
	font-size: 8px;
	line-height: 1.6;
	color: #89939e;
}

.home-story-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.home-story-grid article {
	border: 1px solid #dae2e9;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

.home-story-grid img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.home-story-grid h3,
.home-story-grid p {
	padding: 0 15px;
}

.home-story-grid h3 {
	font-size: 14px;
}

.home-story-grid p {
	font-size: 9px;
	color: #84909b;
}

.home-story-grid article > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid #edf0f2;
	padding: 13px;
}

.home-story-grid b {
	font-size: 14px;
	color: #0a9c94;
	text-align: center;
}

.home-story-grid small {
	display: block;
	font-size: 7px;
	color: #7f8994;
}

.home-partners {
	text-align: center;
	overflow: hidden;
}

.home-partners h2 {
	margin-bottom: 24px;
}

.partners-ticker-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 12px 0;
	direction: ltr;
	mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.partners-ticker-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: partnersScroll 65s linear infinite;
	will-change: transform;
}

.partners-ticker-wrap:hover .partners-ticker-track {
	animation-play-state: paused;
}

.partner-ticker-item {
	flex: 0 0 auto;
	width: 215px;
	height: 105px;
	margin-left: 14px;
	margin-right: 14px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.partner-ticker-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	border-color: #cbd5e1;
}

.partner-ticker-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	pointer-events: none;
}

@keyframes partnersScroll {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.home-gallery > div:last-child {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.home-gallery img {
	width: 100%;
	height: 95px;
	object-fit: cover;
	border-radius: 6px;
}

.home-knowledge > div:last-child {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.home-knowledge article {
	border: 1px solid #dce3e9;
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	padding-bottom: 10px;
}

.home-knowledge img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.home-knowledge span {
	font-size: 8px;
	color: #fff;
	background: #1476cf;
	padding: 3px 8px;
	position: relative;
	top: -28px;
	right: 8px;
}

.home-knowledge h3 {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 12px;
	margin: -12px 0 7px;
}

.home-knowledge p {
	font-size: 8px;
	color: #89939e;
	padding: 0 12px;
}

.home-final-cta {
	margin: 45px 16px 0;
	border-radius: 12px 12px 0 0;
	background: #123865;
	color: #fff;
	text-align: center;
	padding: 22px;
}

.home-final-cta h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 6px;
}

.home-final-cta p {
	font-size: 10px;
}

.home-final-cta div {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.home-final-cta a {
	height: 38px;
	padding: 0 20px;
	border-radius: 4px;
	background: #176bd0;
	color: #fff;
	display: flex;
	align-items: center;
}

.home-final-cta a:last-child {
	background: #fff;
	color: #293b4e;
}


/* Home testimonials — trust section aligned with the QEI identity */
.home-testimonials {
	position: relative;
	isolation: isolate;
}

.home-testimonials::before {
	content: "";
	position: absolute;
	inset: 12px 0;
	z-index: -1;
	border-radius: 28px;
	background: linear-gradient(135deg, #eef8fb 0%, #f7fbff 55%, #eef5ff 100%);
}

.home-testimonials .home-head {
	padding: 0 18px;
	direction: rtl;
	align-items: flex-start;
	gap: 24px;
}

.home-testimonials .home-head > div {
	min-width: 0;
}

.home-testimonials .home-head > a {
	padding-top: 26px;
	white-space: nowrap;
	flex: 0 0 auto;
}

.home-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
	color: #0d9488;
	font-size: 11px;
	font-weight: 800;
}

.home-section-kicker::before {
	content: "";
	width: 22px;
	height: 3px;
	border-radius: 999px;
	background: #0d9488;
}

.home-testimonials .home-head p {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 5px;
}

.home-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	direction: rtl;
	width: 100%;
	margin-top: 6px;
}

.home-testimonial-card {
	position: relative;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	padding: 28px 26px 22px;
	border: 1px solid #dce8f1;
	border-radius: 18px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 12px 30px rgba(12, 56, 102, .07);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-testimonial-card::after {
	content: "";
	position: absolute;
	left: -28px;
	bottom: -38px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #e6f7f5;
	opacity: .7;
	z-index: -1;
}

.home-testimonial-card:hover {
	transform: translateY(-4px);
	border-color: #a7dcd6;
	box-shadow: 0 18px 38px rgba(12, 56, 102, .12);
}

.home-testimonial-quote {
	position: absolute;
	top: 11px;
	left: 24px;
	color: #b7e7e2;
	font-family: Georgia, serif;
	font-size: 68px;
	font-weight: 700;
	line-height: 1;
}

.home-testimonial-card q {
	display: block;
	position: relative;
	min-height: 88px;
	padding-top: 12px;
	color: #26425d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.95;
}

.home-testimonial-card q::before,
.home-testimonial-card q::after {
	content: none;
}

.home-testimonial-card footer {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #edf2f6;
}

.home-testimonial-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e8f5fa;
	font-size: 22px;
}

.home-testimonial-card footer > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.home-testimonial-card strong {
	color: #173b61;
	font-size: 12px;
}

.home-testimonial-card small {
	color: #8493a2;
	font-size: 10px;
}

@media (max-width: 650px) {
	.home-testimonials::before {
		inset: 8px 0;
		border-radius: 20px;
	}
	.home-testimonials .home-head {
		padding: 0 4px;
		align-items: flex-start;
		gap: 8px;
	}
	.home-testimonials .home-head > a {
		padding-top: 8px;
		white-space: nowrap;
	}
	.home-testimonial-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.home-testimonial-card {
		min-height: 0;
		padding: 24px 20px 19px;
	}
	.home-testimonial-card q {
		min-height: 0;
		font-size: 14px;
		line-height: 1.85;
	}
	.home-testimonial-card footer {
		margin-top: 18px;
	}
}


/* Typography refinement — home final CTA */
.home-final-cta {
	padding: 30px 24px 32px;
}

.home-final-cta h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 9px;
}

.home-final-cta p {
	font-size: 14px;
	line-height: 1.85;
	margin: 0 0 18px;
}

.home-final-cta div {
	gap: 16px;
}

.home-final-cta a {
	min-width: 128px;
	padding: 0 24px;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 650px) {
	.home-final-cta {
		padding: 28px 18px 30px;
	}
	.home-final-cta h2 {
		font-size: 22px;
	}
	.home-final-cta p {
		font-size: 13px;
	}
	.home-final-cta div {
		flex-wrap: wrap;
	}
}

/* SOURCE: pages/12-impact.css */
/* ==========================================================================
   Page — impact
   52 rule(s)  ·  slice 12 — keep this file in manifest order
   ========================================================================== */

body[data-page="home"] > .site-footer {
	display: none;
}

@media (min-width: 700px) and (max-width: 900px) {
	body[data-page="home"] .main-nav {
		display: flex !important;
		position: static;
		box-shadow: none;
		padding: 0;
		gap: 12px;
	}
	body[data-page="home"] .main-nav a {
		padding: 4px !important;
		font-size: 10px;
	}
	body[data-page="home"] .mobile-menu {
		display: none;
	}
}

@media (max-width: 650px) {
	.home-shell {
		padding: 0;
	}
	.home-hero {
		height: auto !important;
		min-height: 380px;
		position: relative;
		display: flex !important;
		flex-direction: column;
		justify-content: flex-end;
	}
	.home-hero-copy {
		position: relative !important;
		right: auto !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		padding: 1.5rem 1rem 1.25rem !important;
		box-sizing: border-box !important;
	}
	.home-hero-copy small {
		font-size: 16px !important;
		line-height: 1.5 !important;
		margin-bottom: 5px !important;
	}
	.home-hero-copy h1 {
		font-size: 24px !important;
		line-height: 1.35 !important;
		margin: 6px 0 !important;
	}
	.home-hero-copy p {
		font-size: 12px !important;
		line-height: 1.7 !important;
	}
	/* Force vertical stacking for Hero CTA buttons */
	.home-hero-copy > div {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
		margin-top: 14px !important;
		width: 100% !important;
	}
	.home-hero-copy a,
	.home-hero-copy button {
		width: 100% !important;
		justify-content: center !important;
		height: 44px !important;
		font-size: 14px !important;
		box-sizing: border-box !important;
	}
	/* Force single-column layout for home search form */
	.home-search form {
		display: flex !important;
		flex-direction: column !important;
		gap: 10px !important;
		width: 100% !important;
	}
	.home-search input,
	.home-search select,
	.home-search button {
		width: 100% !important;
		height: 42px !important;
		box-sizing: border-box !important;
	}
	/* Program and solution grids */
	.home-program-grid,
	.home-solution-grid {
		grid-template-columns: 1fr !important;
	}
	.home-metrics {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px !important;
	}
	.home-method > div:last-child {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px !important;
	}
	.home-story-grid {
		grid-template-columns: 1fr !important;
	}
	.partner-ticker-item {
		width: 140px;
		height: 70px;
		padding: 10px 14px;
	}
	.home-gallery > div:last-child {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.home-knowledge > div:last-child {
		grid-template-columns: 1fr !important;
	}
	.home-final-cta {
		margin-inline: 0;
	}
}


/* Home final vertical-fit refinements */

.home-hero > img {
	display: block;
}

.home-section {
	padding: 22px 16px;
}

.home-final-cta {
	margin-top: 25px;
}

.page-home-redesign .gallery-dark-footer {
	height: 300px;
	padding: 30px 35px 0;
}

.page-home-redesign .gallery-footer-grid > section {
	min-height: 190px;
	padding-inline: 16px;
}

.page-home-redesign .gallery-footer-bottom {
	height: 45px;
}

@media (max-width: 650px) {
	.home-section {
		padding: 28px 16px;
	}
	.page-home-redesign .gallery-dark-footer {
		height: auto;
		padding: 40px 25px;
	}
	.page-home-redesign .gallery-footer-grid > section {
		min-height: auto;
		padding-inline: 0;
	}
	.page-home-redesign .gallery-footer-bottom {
		height: auto;
	}
}

/* Screenshot-matched Impact & Results page */

.page-impact {
	background: #fff;
}

.impact-shell {
	max-width: 1385px;
	padding: 28px 22px 42px;
}

.impact-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a6acb3;
	font-size: 11px;
	margin-bottom: -6px;
}

.impact-breadcrumb a {
	color: #a6acb3;
}

.impact-breadcrumb b {
	font-weight: 500;
}

.impact-hero {
	display: grid;
	grid-template-columns: minmax(0, 14fr) minmax(0, 11fr);
	direction: ltr;
	align-items: center;
	gap: 55px;
	margin-bottom: 58px;
}

.impact-hero img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 9px;
	box-shadow: 0 5px 18px rgba(35, 54, 75, 0.12);
}

.impact-hero > div {
	direction: rtl;
	text-align: right;
}

.impact-hero h1 {
	font-size: 54px;
	line-height: 1.18;
	font-weight: 400;
	color: #173d70;
	margin: 0 0 23px;
}

.impact-hero h1 span {
	color: #12a0c1;
}

.impact-hero p {
	font-size: 19px;
	line-height: 2;
	color: #737b85;
}

.impact-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 76px;
}

.impact-metrics article {
	height: 194px;
	border: 1px solid #dfe4e8;
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.impact-metrics i {
	font-style: normal;
	font-size: 26px;
	margin-bottom: 8px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.impact-metrics i svg {
	width: 28px;
	height: 28px;
	stroke: #000000;
	color: #000000;
}

.impact-metrics strong {
	font-size: 42px;
	font-weight: 400;
	color: #173d70;
}

.impact-metrics span {
	font-size: 14px;
	color: #7f8791;
}

.impact-metrics article::after {
	content: "";
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background: #1763c8;
	margin-top: 14px;
}

.impact-journey {
	margin-bottom: 72px;
	text-align: center;
}

.impact-journey h2,
.impact-testimonials h2 {
	font-size: 28px;
	font-weight: 400;
	color: #34485d;
	margin: 0 0 45px;
}

.impact-journey > div {
	width: 640px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr;
	align-items: start;
	direction: rtl;
}

.impact-journey article i {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid #dce2e7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-style: normal;
	font-size: 25px;
	background: #fff;
	color: #000000;
}

.impact-journey article i svg {
	width: 26px;
	height: 26px;
	stroke: #000000;
	color: #000000;
}

.impact-journey article h3 {
	font-size: 16px;
	color: #41505f;
	margin: 12px 0 7px;
}

.impact-journey article p {
	font-size: 11px;
	line-height: 1.7;
	color: #8a929c;
}

.impact-journey > div > span {
	color: #7ca7c4;
	padding-top: 25px;
}

.impact-testimonials {
	margin-bottom: 50px;
}

.impact-testimonials > h2 {
	text-align: center;
	margin-bottom: 40px;
}

.impact-testimonials > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.impact-testimonials article {
	height: 165px;
	border: 1px solid #dfe4e8;
	border-radius: 9px;
	padding: 28px 30px;
	direction: rtl;
}

.impact-testimonials q {
	font-size: 13px;
	line-height: 1.9;
	color: #666f79;
}

.impact-testimonials footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 17px;
}

.avatar {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f1f3f6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.impact-testimonials footer div {
	display: flex;
	flex-direction: column;
}

.impact-testimonials b {
	font-size: 13px;
	color: #394655;
}

.impact-testimonials small {
	font-size: 9px;
	color: #9aa1a9;
}

.impact-cta {
	height: 208px;
	border-radius: 10px;
	background: linear-gradient(90deg, #173d70, #0e3266);
	color: #fff;
	text-align: center;
	padding-top: 45px;
	position: relative;
	overflow: hidden;
}

.impact-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 80%, #0d5d99 0, transparent 30%),
		radial-gradient(circle at 80% 100%, #0b5b94 0, transparent 28%);
	opacity: 0.4;
}

.impact-cta h2,
.impact-cta a {
	position: relative;
}

.impact-cta h2 {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 28px;
}

.impact-cta a {
	height: 55px;
	padding: 0 28px;
	border-radius: 5px;
	background: #13a0c1;
	color: #fff;
	display: inline-flex;
	align-items: center;
}

body[data-page="impact"] > .site-footer {
	display: block !important;
}

@media (max-width: 900px) {
	.impact-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.impact-hero img {
		height: auto;
		aspect-ratio: 1.6/1;
	}
	.impact-hero h1 {
		font-size: 45px;
	}
	.impact-metrics {
		grid-template-columns: repeat(2, 1fr);
	}
	.impact-journey > div {
		width: 100%;
	}
	.impact-testimonials > div {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.impact-shell {
		padding: 24px 18px 35px;
	}
	.impact-hero h1 {
		font-size: 38px;
	}
	.impact-hero p {
		font-size: 15px;
	}
	.impact-metrics {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.impact-metrics article {
		height: 150px;
	}
	.impact-metrics strong {
		font-size: 28px;
	}
	.impact-journey > div {
		grid-template-columns: 1fr 20px 1fr;
		gap: 18px;
	}
	.impact-journey > div article:nth-of-type(n + 3),
	.impact-journey > div span:nth-of-type(n + 3) {
		margin-top: 25px;
	}
	.impact-journey > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.impact-journey article {
		width: 42%;
	}
	.impact-journey > div > span {
		width: 8%;
	}
	.impact-testimonials article {
		height: auto;
		min-height: 175px;
	}
	.impact-cta {
		height: auto;
		padding: 35px 20px;
	}
	.impact-cta h2 {
		font-size: 21px;
	}
}

/* Screenshot-matched Methodology page */


/* Typography refinement — impact page */
.impact-journey h2,
.impact-testimonials h2 {
	font-size: 32px;
	line-height: 1.45;
}

.impact-journey article h3 {
	font-size: 18px;
	line-height: 1.55;
}

.impact-journey article p {
	font-size: 13px;
	line-height: 1.9;
}

.impact-testimonials q {
	font-size: 15px;
	line-height: 2;
}

.impact-testimonials b {
	font-size: 15px;
}

.impact-testimonials small {
	font-size: 11px;
}

.impact-cta {
	padding-top: 48px;
}

.impact-cta h2 {
	font-size: 28px;
	line-height: 1.45;
}

.impact-cta a {
	font-size: 15px;
	font-weight: 800;
}

@media (max-width: 560px) {
	.impact-journey h2,
	.impact-testimonials h2 {
		font-size: 26px;
	}
	.impact-journey article h3 {
		font-size: 16px;
	}
	.impact-journey article p {
		font-size: 12px;
	}
	.impact-testimonials q {
		font-size: 14px;
	}
	.impact-cta h2 {
		font-size: 23px;
	}
}

/* SOURCE: pages/13-methodology.css */
/* ==========================================================================
   Page — methodology
   54 rule(s)  ·  slice 13 — keep this file in manifest order
   ========================================================================== */

.page-methodology {
	background: #fff;
}

.methodology-shell {
	max-width: 1380px;
	padding: 28px 42px 12px;
}

.methodology-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a3aab2;
	font-size: 11px;
	margin-bottom: 35px;
}

.methodology-breadcrumb a {
	color: #a3aab2;
}

.methodology-breadcrumb b {
	color: #17467e;
}

.methodology-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	direction: ltr;
	gap: 70px;
	align-items: center;
	margin-bottom: 50px;
}

.methodology-hero img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 8px;
}

.methodology-hero > div {
	direction: rtl;
	text-align: right;
}

.methodology-hero h1 {
	font-size: 40px;
	font-weight: 400;
	color: #173d70;
	margin: 0 0 8px;
}

.methodology-hero h2 {
	font-size: 24px;
	font-weight: 400;
	color: #56616d;
	margin: 0 0 25px;
}

.methodology-hero p {
	font-size: 15px;
	line-height: 2;
	color: #79818b;
}

.methodology-steps {
	margin-bottom: 40px;
	text-align: center;
}

.methodology-steps > h2,
.methodology-results > h2 {
	font-size: 25px;
	font-weight: 400;
	color: #3a4857;
	margin: 0 0 40px;
}

.methodology-steps > div {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 24px;
	direction: rtl;
}

.methodology-steps article {
	position: relative;
	text-align: center;
}

.methodology-steps article:not(:last-child)::after {
	content: "←";
	position: absolute;
	left: -18px;
	top: 28px;
	color: #c7cdd3;
}

.methodology-steps i {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #dbe1e6;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 54px;
	font-style: normal;
	font-size: 22px;
	color: #173d70;
}

.methodology-steps i.methodology-step-icon {
	background: #f7fbff;
	color: #123e73;
	font-size: 0;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.methodology-steps i.methodology-step-icon svg {
	display: block;
	width: 30px;
	height: 30px;
}

.methodology-steps article:hover i.methodology-step-icon {
	background: #e8f5f5;
	color: #008f82;
	transform: translateY(-2px);
}

.methodology-steps strong {
	display: block;
	font-size: 19px;
	color: #173d70;
	margin-bottom: 11px;
}

.methodology-steps h3 {
	font-size: 13px;
	color: #26394d;
	margin: 0 0 8px;
}

.methodology-steps p {
	font-size: 9px;
	line-height: 1.75;
	color: #8b939d;
}

.methodology-results {
	margin-bottom: 62px;
}

.methodology-results > h2 {
	text-align: center;
	margin-bottom: 34px;
}

.methodology-results > div {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	direction: rtl;
}

.methodology-results article {
	height: 205px;
	border: 1px solid #dfe4e8;
	border-radius: 8px;
	padding: 26px 25px;
	text-align: center;
}

.methodology-results strong {
	display: block;
	font-size: 27px;
	color: #173d70;
	margin-bottom: 25px;
}

.methodology-results h3 {
	font-size: 15px;
	line-height: 1.5;
	color: #263b51;
	margin: 0 0 12px;
}

.methodology-results p {
	font-size: 11px;
	line-height: 1.75;
	color: #7f8892;
}

.methodology-results span {
	display: inline-block;
	margin-top: 12px;
	background: #10a28f;
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 9px;
}

.methodology-cta {
	height: 128px;
	border: 1px solid #dfe4e8;
	border-radius: 9px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	direction: rtl;
}

.methodology-cta h2 {
	font-size: 22px;
	font-weight: 400;
	color: #3e4e5f;
	margin: 0 0 8px;
}

.methodology-cta p {
	font-size: 11px;
	color: #8b939c;
}

.methodology-cta a {
	height: 48px;
	padding: 0 25px;
	border-radius: 5px;
	background: #123e73;
	color: #fff;
	display: flex;
	align-items: center;
}

body[data-page="methodology"] > .site-footer {
	display: none;
}

.page-methodology .gallery-dark-footer {
	margin-top: 0;
}

@media (max-width: 900px) {
	.methodology-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.methodology-hero img {
		height: auto;
		aspect-ratio: 1.8/1;
	}
	.methodology-steps > div {
		grid-template-columns: repeat(2, 1fr);
	}
	.methodology-steps article:not(:last-child)::after {
		display: none;
	}
	.methodology-results > div {
		grid-template-columns: repeat(2, 1fr);
	}
	.methodology-results article:first-child {
		grid-column: span 2;
	}
	.methodology-cta {
		height: auto;
		min-height: 145px;
	}
}

@media (max-width: 560px) {
	.methodology-shell {
		padding: 24px 18px 20px;
	}
	.methodology-hero h1 {
		font-size: 35px;
	}
	.methodology-hero h2 {
		font-size: 21px;
	}
	.methodology-hero p {
		font-size: 14px;
	}
	.methodology-steps > div,
	.methodology-results > div {
		grid-template-columns: 1fr;
	}
	.methodology-steps i {
		margin-bottom: 18px;
	}
	.methodology-results article:first-child {
		grid-column: auto;
	}
	.methodology-cta {
		padding: 25px;
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}
	.methodology-cta a {
		justify-content: center;
	}
}

/* Screenshot-matched News page */

.page-news {
	background: #fff;
}

.news-shell {
	max-width: 1360px;
	padding: 20px 58px 90px;
}

.news-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	color: #a6acb3;
	font-size: 11px;
	margin-bottom: 16px;
}

.news-breadcrumb a {
	color: #a6acb3;
}

.news-breadcrumb b {
	font-weight: 500;
}

.news-intro {
	display: grid;
	grid-template-columns: 140px 1fr 140px;
	align-items: center;
	text-align: center;
	margin-bottom: 5px;
}

.news-intro i {
	font-style: normal;
	font-size: 62px;
	color: #111;
	transform: rotate(-35deg);
}

.news-intro div {
	grid-column: 2;
}

.news-intro h1 {
	font-size: 31px;
	font-weight: 400;
	color: #173d70;
	margin: 0 0 8px;
}

.news-intro p {
	font-size: 11px;
	color: #8a929c;
}

.news-tools {
	display: flex;
	align-items: end;
	gap: 12px;
	direction: rtl;
	margin-bottom: 3px;
}

.news-tools span {
	font-size: 10px;
	color: #8b939c;
	margin-left: auto;
}

.news-tools select,
.news-tools button {
	height: 37px;
	border: 1px solid #dfe4e8;
	border-radius: 4px;
	background: #fff;
	padding: 0 18px;
	font-family: inherit;
	color: #68727d;
}

.news-tools select {
	width: 160px;
}

.news-tools button {
	margin-right: auto;
	font-size: 10px;
}

.news-featured {
	height: 240px;
	border: 1px solid #dfe4e8;
	border-radius: 9px;
	padding: 22px;
	display: grid;
	grid-template-columns: 395px 1fr;
	direction: rtl;
	gap: 26px;
	margin-bottom: 42px;
}

.news-featured img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 7px;
}

.news-featured > div {
	text-align: right;
}


/* Typography refinement — methodology page */
.methodology-steps > h2,
.methodology-results > h2 {
	font-size: 29px;
	line-height: 1.45;
}

.methodology-steps strong {
	font-size: 21px;
}

.methodology-steps h3 {
	font-size: 15px;
	line-height: 1.6;
}

.methodology-steps p {
	font-size: 11px;
	line-height: 1.9;
}

.methodology-results h3 {
	font-size: 17px;
}

.methodology-results p {
	font-size: 13px;
	line-height: 1.9;
}

.methodology-results span {
	font-size: 11px;
	padding: 6px 14px;
}

.methodology-cta h2 {
	font-size: 24px;
}

.methodology-cta p {
	font-size: 13px;
	line-height: 1.9;
}

.methodology-cta a {
	font-size: 14px;
	font-weight: 800;
}

@media (max-width: 560px) {
	.methodology-steps > h2,
	.methodology-results > h2 {
		font-size: 24px;
	}
	.methodology-steps h3 {
		font-size: 14px;
	}
	.methodology-steps p {
		font-size: 11px;
	}
	.methodology-results h3 {
		font-size: 16px;
	}
	.methodology-results p {
		font-size: 12px;
	}
	.methodology-cta h2 {
		font-size: 21px;
	}
}

/* SOURCE: pages/14-program-details.css */
/* ==========================================================================
   Page — program-details
   108 rule(s)  ·  slice 14 — keep this file in manifest order
   ========================================================================== */

.news-featured span,
.news-all article > div span {
	display: inline-block;
	background: #0f998c;
	color: #fff;
	font-size: 9px;
	padding: 5px 11px;
	border-radius: 3px;
}

.news-featured h2 {
	font-size: 21px;
	line-height: 1.5;
	color: #243a52;
	margin: 10px 0 7px;
}

.news-featured small,
.news-all small {
	font-size: 9px;
	color: #9aa1a9;
}

.news-featured p {
	font-size: 11px;
	line-height: 1.8;
	color: #7e8791;
	margin: 14px 0;
}

.news-featured a {
	height: 42px;
	padding: 0 22px;
	background: #123e73;
	color: #fff;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
}

.news-all {
	margin-bottom: 100px;
}

.news-all > h2 {
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	color: #34485b;
	margin: 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.news-all > h2::before,
.news-all > h2::after {
	content: "";
	width: 105px;
	height: 1px;
	background: #dfe4e8;
}

.news-all > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	direction: rtl;
}

.news-all article {
	border: 1px solid #dfe4e8;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 16px;
	text-align: right;
}

.news-all article > div {
	height: 145px;
	position: relative;
}

.news-all img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-all article > div span {
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.news-all article > small,
.news-all article > h3,
.news-all article > p,
.news-all article > a {
	display: block;
	margin-inline: 15px;
}

.news-all article > small {
	margin-top: 10px;
}

.news-all h3 {
	font-size: 14px;
	line-height: 1.5;
	color: #304050;
	margin-top: 8px;
}

.news-all p {
	font-size: 10px;
	line-height: 1.75;
	color: #7f8892;
}

.news-all article > a {
	font-size: 10px;
	color: #354c65;
}

.news-empty {
	height: 185px;
	border: 1px solid #dfe4e8;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	text-align: right;
}

.news-search-icon {
	font-size: 75px;
	color: #1764ca;
}

.news-empty h2 {
	font-size: 18px;
	color: #34485b;
	margin: 0 0 7px;
}

.news-empty p {
	font-size: 10px;
	color: #9299a2;
}

body[data-page="news"] > .site-footer {
	display: none;
}

.page-news .gallery-dark-footer {
	margin-top: 0;
}

@media (max-width: 900px) {
	.news-shell {
		padding-inline: 28px;
	}
	.news-tools {
		flex-wrap: wrap;
	}
	.news-featured {
		grid-template-columns: 1fr;
		height: auto;
	}
	.news-featured img {
		height: auto;
		aspect-ratio: 2.2/1;
	}
	.news-all > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.news-shell {
		padding: 20px 18px 55px;
	}
	.news-intro {
		grid-template-columns: 1fr;
	}
	.news-intro i {
		grid-row: 1;
		font-size: 45px;
	}
	.news-intro div {
		grid-column: 1;
	}
	.news-tools {
		display: grid;
		grid-template-columns: 1fr;
	}
	.news-tools select,
	.news-tools button {
		width: 100%;
		margin: 0;
	}
	.news-featured {
		padding: 15px;
	}
	.news-featured h2 {
		font-size: 18px;
	}
	.news-all > div {
		grid-template-columns: 1fr;
	}
	.news-all {
		margin-bottom: 55px;
	}
	.news-empty {
		height: auto;
		min-height: 180px;
		padding: 25px;
	}
	.news-all > h2::before,
	.news-all > h2::after {
		width: 50px;
	}
}

/* Screenshot-matched Program Details page */

.page-program-details {
	background: #f5f8fc;
}

.pd-shell {
	max-width: 1380px;
	padding: 20px 58px 62px;
}

.pd-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 11px;
	color: #98a0aa;
	margin-bottom: 12px;
}

.pd-breadcrumb a {
	color: #98a0aa;
}

.pd-hero {
	height: 405px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 235px 548px;
	direction: ltr;
	align-items: start;
	position: relative;
}

.pd-hero > img {
	grid-column: 3;
	width: 548px;
	height: 156px;
	object-fit: cover;
}

.pd-copy {
	grid-column: 1;
	direction: rtl;
	text-align: right;
	padding: 58px 25px 0 0;
}

.pd-copy > span {
	display: inline-block;
	background: #e7faef;
	color: #20965c;
	padding: 6px 13px;
	border-radius: 14px;
	font-size: 11px;
}

.pd-copy h1 {
	font-size: 37px;
	font-weight: 400;
	color: #243952;
	margin: 15px 0 10px;
}

.pd-copy p {
	font-size: 15px;
	line-height: 1.9;
	color: #7e8792;
}

.pd-meta {
	display: flex;
	gap: 26px;
	margin: 28px 0 20px;
	color: #646f7b;
	font-size: 11px;
	direction: rtl;
}

.pd-copy > strong {
	display: block;
	font-size: 19px;
	color: #223951;
}

.pd-copy > strong small {
	font-size: 10px;
	color: #9299a2;
	font-weight: 400;
}

.pd-actions {
	display: flex;
	gap: 18px;
	margin-top: 20px;
}

.pd-actions button,
.pd-enroll button {
	height: 47px;
	border: 0;
	border-radius: 4px;
	background: #1764c7;
	color: #fff;
	font-family: inherit;
	font-weight: 600;
	padding: 0 34px;
}

.pd-actions .save,
.pd-enroll .outline {
	background: #fff;
	color: #34485b;
	border: 1px solid #d8dee5;
}

.pd-enroll {
	grid-column: 2;
	direction: rtl;
	background: #fff;
	border: 1px solid #e0e5ea;
	border-radius: 7px;
	padding: 20px 18px;
	box-shadow: 0 7px 18px rgba(34, 55, 77, 0.12);
	margin-top: 70px;
	z-index: 2;
	text-align: center;
}

.pd-enroll h3 {
	font-size: 16px;
	color: #354759;
	margin: 0 0 8px;
}

.pd-enroll > strong {
	display: block;
	font-size: 23px;
	color: #1764c7;
}

.pd-enroll > strong small {
	font-size: 15px;
}

.pd-enroll > p,
.pd-enroll > small {
	font-size: 9px;
	color: #9aa2aa;
}

.pd-enroll ul {
	list-style: none;
	text-align: right;
	margin: 13px 0;
	font-size: 10px;
	line-height: 2;
	color: #586572;
}

.pd-enroll li::first-letter {
	color: #24b66f;
}

.pd-enroll button {
	width: 100%;
	margin-bottom: 8px;
}

.pd-enroll > small {
	display: block;
}

.pd-about {
	direction: rtl;
	text-align: right;
	max-width: 600px;
	margin: 28px 0 52px auto;
}

.pd-about h2,
.pd-outcomes h2,
.pd-content-grid h2 {
	font-size: 23px;
	font-weight: 400;
	color: #34485b;
	margin: 0 0 14px;
}

.pd-about p {
	font-size: 12px;
	line-height: 2;
	color: #7f8892;
}

.pd-outcomes {
	direction: rtl;
	margin-bottom: 56px;
}

.pd-outcomes > div {
	width: 52%;
	margin-left: auto;
}

.pd-outcomes ul {
	list-style: none;
	line-height: 2.4;
	font-size: 12px;
	color: #68737f;
}

.pd-outcomes li::first-letter {
	color: #20b875;
}

.pd-content-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	direction: rtl;
	gap: 40px;
	margin-bottom: 62px;
}

.pd-curriculum details {
	border: 1px solid #dfe4e8;
	background: #fff;
	margin-bottom: 8px;
}

.pd-curriculum summary {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
	font-size: 11px;
	color: #596571;
	cursor: pointer;
}

.pd-curriculum summary::after {
	content: "⌄";
}

.pd-curriculum p {
	padding: 0 16px 14px;
	font-size: 11px;
	color: #7f8892;
}

.pd-trainer {
	direction: rtl;
}

.pd-trainer > div {
	height: 205px;
	border: 1px solid #dfe4e8;
	background: #fff;
	border-radius: 6px;
	padding: 24px;
	display: flex;
	gap: 20px;
}

.pd-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #eef2f6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
}

.pd-trainer h3 {
	font-size: 19px;
	color: #34485b;
	margin: 0 0 5px;
}

.pd-trainer b {
	font-size: 11px;
	color: #263d54;
}

.pd-trainer p {
	font-size: 10px;
	line-height: 1.8;
	color: #7f8892;
}

.pd-trainer footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -52px;
	padding: 0 20px;
	direction: ltr;
}

.pd-trainer footer span {
	font-size: 12px;
}

.pd-trainer footer small {
	font-size: 9px;
	color: #929aa3;
}

.pd-trainer footer a {
	border: 1px solid #dfe4e8;
	background: #fff;
	padding: 9px 14px;
	border-radius: 4px;
	font-size: 10px;
	color: #35485d;
}

.pd-bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	direction: rtl;
	gap: 40px;
}

.pd-schedule > div {
	border: 1px solid #dfe4e8;
	background: #fff;
	border-radius: 6px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 18px 14px;
}

.pd-schedule b {
	text-align: center;
	font-size: 10px;
	color: #35485b;
}

.pd-schedule small {
	display: block;
	font-size: 9px;
	color: #7f8892;
	font-weight: 400;
	margin-top: 16px;
}

.pd-schedule > a {
	display: block;
	text-align: center;
	margin-top: 13px;
	font-size: 11px;
	color: #263d54;
}

.pd-related {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	direction: rtl;
}

.pd-related article {
	border: 1px solid #dfe4e8;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding-bottom: 11px;
}

.pd-related img {
	width: 100%;
	height: 98px;
	object-fit: cover;
}

.pd-related h3,
.pd-related small,
.pd-related b {
	display: block;
	margin-inline: 10px;
}

.pd-related h3 {
	font-size: 10px;
	line-height: 1.4;
	color: #293d52;
	margin-top: 8px;
}

.pd-related small {
	font-size: 8px;
	color: #8f97a0;
}

.pd-related b {
	font-size: 9px;
	color: #1764c7;
}

.page-program-details .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="program-details"] > .site-footer {
	display: none;
}

@media (max-width: 1000px) {
	.pd-hero {
		height: auto;
		grid-template-columns: 1fr 250px;
		gap: 20px;
	}
	.pd-hero > img {
		grid-column: 1/-1;
		width: 100%;
		height: auto;
		aspect-ratio: 3.5/1;
		grid-row: 1;
	}
	.pd-copy {
		grid-column: 1;
		padding: 30px 0;
	}
	.pd-enroll {
		grid-column: 2;
		margin-top: 30px;
	}
	.pd-about {
		margin: 45px 0;
	}
	.pd-outcomes > div {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.pd-shell {
		padding: 20px 18px 50px;
	}
	.pd-hero {
		grid-template-columns: 1fr;
	}
	.pd-hero > img,
	.pd-copy,
	.pd-enroll {
		grid-column: 1;
	}
	.pd-copy {
		grid-row: 2;
	}
	.pd-enroll {
		grid-row: 3;
		margin-top: 0;
	}
	.pd-copy h1 {
		font-size: 30px;
	}
	.pd-meta {
		flex-wrap: wrap;
		gap: 14px;
	}
	.pd-actions {
		flex-direction: column;
	}
	.pd-actions button {
		width: 100%;
	}
	.pd-about {
		margin-top: 45px;
	}
	.pd-content-grid,
	.pd-bottom-grid {
		grid-template-columns: 1fr;
	}
	.pd-trainer footer {
		margin-top: 15px;
		padding: 0;
	}
	.pd-schedule > div {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
	.pd-related {
		grid-template-columns: 1fr;
	}
	.pd-related img {
		height: auto;
		aspect-ratio: 2.2/1;
	}
}

/* Screenshot-matched Programs Listing page */

.page-programs-listing {
	background: #f3f8fe;
}

.pl-shell {
	max-width: 1300px;
	padding: 20px 42px 0;
}

.pl-breadcrumb {
	display: flex;
	justify-content: center;
	gap: 5px;
	font-size: 10px;
	color: #a3abb4;
}

.pl-breadcrumb a {
	color: #a3abb4;
}

.pl-header {
	text-align: center;
	margin: 30px 0 28px;
}

.pl-header h1 {
	font-size: 40px;
	font-weight: 400;
	color: #243b55;
	margin: 0 0 8px;
}

.pl-header p {
	font-size: 13px;
	color: #87909a;
}

.pl-header > div {
	margin: 28px auto 0;
	position: relative;
}

.pl-header-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 720px;
	margin: 28px auto 0;
}

.pl-search-input {
	position: relative;
	width: 460px;
	max-width: 100%;
	height: 50px;
}

.pl-search-input input {
	width: 100%;
	height: 50px;
	border: 1px solid #dce2e8;
	border-radius: 8px;
	background: #fff;
	padding: 0 45px 0 18px;
	text-align: right;
	font-family: inherit;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(30, 52, 74, 0.05);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pl-search-input input:focus {
	border-color: #1764c7;
	box-shadow: 0 0 0 3px rgba(23, 100, 199, 0.12);
	outline: none;
}

.pl-search-input span {
	position: absolute;
	left: 18px;
	top: 13px;
	font-size: 20px;
	color: #87909a;
	pointer-events: none;
}

.pl-calendar-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 50px;
	padding: 0 22px;
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #ffffff !important;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(13, 71, 161, 0.35);
	transition: all 0.25s ease;
	cursor: pointer;
}

.pl-calendar-btn:hover {
	background: var(--primary-gradient-hover, linear-gradient(135deg, #2570e8 0%, #1052b6 100%));
	box-shadow: 0 6px 18px rgba(13, 71, 161, 0.45);
	transform: translateY(-1px);
}

.pl-calendar-btn svg {
	flex-shrink: 0;
}

.pl-view-switch {
	display: inline-flex;
	align-items: center;
	background: #edf2f7;
	padding: 4px;
	border-radius: 8px;
	gap: 4px;
	border: 1px solid #dce2e8;
}

.pl-view-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #4a5568 !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.pl-view-btn:hover {
	color: #0f375f !important;
	background: rgba(255, 255, 255, 0.7);
}

.pl-view-btn.active {
	background: #ffffff;
	color: #1764c7 !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	font-weight: 600;
}

.pl-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: ltr;
	margin-bottom: 20px;
}

.pl-toolbar > button,
.pl-toolbar div button {
	height: 40px;
	border: 1px solid #dce2e8;
	border-radius: 5px;
	background: #f7f9fb;
	padding: 0 15px;
	font-family: inherit;
	color: #66717d;
}

.pl-toolbar div {
	display: flex;
	gap: 8px;
	direction: rtl;
}

.pl-toolbar div button:first-child {
	height: 54px;
	background: #fff;
}

.pl-layout {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 24px;
	direction: rtl;
}

.pl-filters {
	grid-column: 1;
	direction: rtl;
}

.pl-filters > h2 {
	display: inline-block;
	font-size: 18px;
	color: #35495e;
	margin: 0 0 18px;
}

.pl-filters > a {
	float: left;
	font-size: 10px;
	color: #1764c7;
}

.pl-filters section {
	margin-bottom: 22px;
}

/* SOURCE: pages/15-programs-listing.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   352 rule(s)  ·  slice 15 — keep this file in manifest order
   ========================================================================== */

.pl-filters h3 {
	font-size: 14px;
	color: #35495e;
	margin: 0 0 12px;
}

.pl-filters label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: #65717c;
	margin-bottom: 9px;
}

.pl-filters label small {
	margin-right: auto;
	color: #a0a7af;
}

.pl-filters input {
	width: 14px;
	height: 14px;
	accent-color: #1764c7;
}

.pl-filters section>a {
	font-size: 10px;
	color: #1764c7;
}

.pl-custom {
	border: 1px solid #b9e8c5;
	background: #f2fff6;
	border-radius: 7px;
	padding: 18px 14px;
	text-align: center;
}

.pl-custom h3 {
	font-size: 13px;
}

.pl-custom p {
	font-size: 10px;
	line-height: 1.7;
	color: #6d7883;
}

.pl-custom a {
	display: block;
	background: #118b44;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 11px;
}

.pl-main {
	grid-column: 2;
	grid-row: 1;
	direction: rtl;
}

.pl-count {
	text-align: right;
	font-size: 10px;
	color: #7f8993;
	margin-bottom: 18px;
}

.pl-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pl-card {
	height: 335px;
	border: 1px solid #dfe5eb;
	border-radius: 8px;
	background: #fff;
	padding: 10px 16px 14px;
	display: flex;
	flex-direction: column;
	text-align: right;
}

.pl-card>span {
	align-self: flex-start;
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #fff;
	border-radius: 4px;
	padding: 6px 11px;
	font-size: 9px;
}

.pl-card>div {
	margin-top: auto;
}

.pl-card h3 {
	font-size: 15px;
	color: #38516b;
	margin: 0 0 8px;
}

.pl-card p {
	font-size: 10px;
	line-height: 1.8;
	color: #7d8791;
}

.pl-card-meta {
	display: flex;
	gap: 20px;
	font-size: 9px;
	color: #697581;
}

.pl-rating {
	font-size: 9px;
	color: #d8a800;
	margin-top: 8px;
}

.pl-rating small {
	color: #9aa2ab;
}

.pl-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	direction: ltr;
}

.pl-card footer b {
	font-size: 12px;
	color: #304960;
}

.pl-card footer b small {
	font-size: 8px;
	font-weight: 400;
}

.pl-card footer a {
	height: 36px;
	padding: 0 18px;
	background: #103c68;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	font-size: 10px;
}

.pl-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 34px 0 38px;
	direction: rtl;
}

.pl-pagination a {
	width: 32px;
	height: 32px;
	border: 1px solid #d9e0e6;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

.pl-pagination a.active {
	background: #123e6b;
	color: #fff;
}

.pl-pagination span {
	font-size: 10px;
	color: #7c8690;
	margin: 0 10px;
}

.pl-cta {
	height: 150px;
	border-radius: 8px 8px 0 0;
	background: #10385f;
	color: #fff;
	text-align: center;
	padding-top: 32px;
}

.pl-cta h2 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 7px;
}

.pl-cta p {
	font-size: 11px;
	color: #d6e0eb;
}

.pl-cta a {
	display: inline-flex;
	background: #149347;
	color: #fff;
	padding: 10px 24px;
	border-radius: 4px;
	font-size: 11px;
}

.page-programs-listing .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="programs"]>.site-footer {
	display: none;
}

@media (max-width: 950px) {
	.pl-layout {
		grid-template-columns: 1fr;
	}

	.pl-filters {
		grid-column: 1;
		display: none;
	}

	.pl-main {
		grid-column: 1;
	}

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

@media (max-width: 600px) {
	.pl-shell {
		padding: 18px 16px 0;
	}

	.pl-header h1 {
		font-size: 34px;
	}

	.pl-header>div {
		width: 100%;
	}

	.pl-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.pl-toolbar>button {
		width: 100%;
	}

	.pl-toolbar div {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.pl-toolbar div button {
		width: 100%;
	}

	.pl-grid {
		grid-template-columns: 1fr;
	}

	.pl-card {
		height: 300px;
	}

	.pl-cta {
		height: auto;
		padding: 30px 18px;
	}

	.pl-pagination {
		gap: 5px;
	}

	.pl-pagination span {
		margin: 0 3px;
	}
}

/* Screenshot-matched Registration Personal Information page */

.page-registration-personal {
	background: #f5f9fd;
}

.reg-shell {
	max-width: 1300px;
	padding: 18px 50px 120px;
}

.page-registration-personal {
	background-color: #edf3f8;
}

.reg-shell {
	max-width: 1200px;
	padding: 32px 40px 80px;
	margin: 0 auto;
}

.reg-breadcrumb {
	display: none;
}

.reg-header {
	text-align: right;
	direction: rtl;
	margin-bottom: 28px;
}

.reg-header h1 {
	font-size: 32px;
	font-weight: 700;
	color: #1c4563;
	margin: 0 0 6px;
}

.reg-header p {
	font-size: 14px;
	color: #7d8c9a;
	margin: 0;
}

.reg-layout {
	display: grid;
	grid-template-columns: 310px 1fr;
	direction: ltr;
	gap: 36px;
	align-items: start;
}

.reg-summary {
	direction: rtl;
	background: #f4f8fc;
	border: 1px solid #e1e9f0;
	border-radius: 12px;
	padding: 20px;
	text-align: right;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.reg-summary h2 {
	font-size: 13px;
	color: #0e8d80;
	margin: 0 0 14px;
	font-weight: 700;
}

.reg-summary img {
	width: 100%;
	height: 165px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 14px;
}

.reg-summary h3 {
	font-size: 17px;
	font-weight: 700;
	color: #1c4563;
	margin: 14px 0 8px;
}

.reg-summary>p {
	font-size: 12px;
	color: #627d98;
	margin: 6px 0;
	text-align: right;
}

.reg-summary hr {
	border: 0;
	border-top: 1px solid #e1e9f0;
	margin: 18px 0;
}

.reg-summary section {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 14px 0;
}

.reg-summary section i,
.reg-icon-black {
	font-style: normal;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #1c4563;
	flex-shrink: 0;
}

.reg-summary section div {
	display: flex;
	flex-direction: column;
}

.reg-summary section b {
	font-size: 12px;
	color: #1c4563;
	display: block;
}

.reg-summary section small {
	font-size: 10px;
	color: #8fa0b0;
	display: block;
	margin-top: 2px;
}

.reg-summary h4 {
	font-size: 13px;
	font-weight: 700;
	color: #1c4563;
	margin-bottom: 10px;
	text-align: right;
}

.reg-main {
	direction: rtl;
	min-width: 0;
}

.reg-steps {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	align-items: start;
	direction: rtl;
	margin-bottom: 28px;
	height: auto;
}

.reg-steps article {
	text-align: center;
	min-width: 95px;
	color: #8fa0b0;
}

.reg-steps article i {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d4dce3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
	font-style: normal;
	font-size: 14px;
	font-weight: 600;
	color: #8fa0b0;
}

.reg-steps article b {
	font-size: 11px;
	font-weight: 500;
	display: block;
	color: #8fa0b0;
}

.reg-steps article.active i {
	background: #0e8d80;
	border-color: #0e8d80;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(14, 141, 128, 0.15);
}

.reg-steps article.active b {
	color: #1c4563;
	font-weight: 700;
}

.reg-steps>span {
	height: 2px;
	background: #e2e9f0;
	margin-top: 17px;
}

.reg-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #1c4563;
	margin-bottom: 20px;
}

.reg-form em {
	color: #e53935;
	font-style: normal;
	margin-right: 2px;
}

.reg-form input,
.reg-form select {
	width: 100%;
	height: 42px;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	background: #fff;
	padding: 0 14px;
	text-align: right;
	font-family: inherit;
	font-size: 13px;
	color: #334e68;
	margin-top: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: all 0.2s ease;
}

.reg-form input:focus,
.reg-form select:focus {
	border-color: #1673c8;
	box-shadow: 0 0 0 3px rgba(22, 115, 200, 0.12);
	outline: none;
}

.reg-form label>small {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #9aa7b5;
	margin-top: 5px;
}

.input-with-icon {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	background: #ffffff;
	margin-top: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: all 0.2s ease;
}

.input-with-icon:focus-within {
	border-color: #1673c8;
	box-shadow: 0 0 0 3px rgba(22, 115, 200, 0.12);
}

.input-with-icon input {
	flex: 1;
	height: 100%;
	border: none !important;
	background: transparent !important;
	padding: 0 14px !important;
	margin: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.input-with-icon .calendar-icon {
	width: 18px;
	height: 18px;
	margin-left: 12px;
	margin-right: 12px;
	color: #627d98;
	flex-shrink: 0;
	pointer-events: none;
}

.reg-phone {
	display: flex;
	direction: ltr;
	margin-top: 6px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dce4ec;
	background: #fff;
}

.reg-phone span {
	width: 75px;
	height: 42px;
	border: none;
	border-right: 1px solid #dce4ec;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #486581;
	font-weight: 500;
	font-size: 13px;
}

.reg-phone input {
	border: none;
	height: 42px;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.reg-actions-wrap {
	margin-top: 36px;
}

.reg-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	direction: ltr;
	flex-wrap: wrap;
	gap: 12px;
}

.reg-actions .next {
	height: 44px;
	padding: 0 28px;
	background: #1569b6;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: background 0.2s;
}

.reg-actions .next:hover {
	background: #10599c;
}

.reg-secondary-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-secondary {
	height: 44px;
	padding: 0 18px;
	background: #fff;
	color: #486581;
	border: 1px solid #dce4ec;
	border-radius: 8px;
	font-weight: 500;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.2s;
}

.btn-secondary:hover {
	background: #f7fafc;
	border-color: #cbd5e1;
}

.reg-required-note {
	font-size: 11px;
	color: #9aa7b5;
	margin-top: 14px;
	text-align: left;
}

.page-registration-personal .gallery-dark-footer,
body[data-page="registration-personal"] #siteHeader,
body[data-page="registration-personal"]>.site-footer {
	display: none !important;
}

@media (max-width: 850px) {
	.reg-layout {
		grid-template-columns: 1fr;
	}

	.reg-summary {
		grid-row: 2;
	}

	.reg-steps article {
		min-width: 70px;
	}

	.reg-header {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.reg-shell {
		padding: 18px 16px 60px;
	}

	.reg-header h1 {
		font-size: 28px;
	}

	.reg-steps {
		width: 100%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		overflow: visible;
	}

	.reg-steps article {
		min-width: 0;
	}

	.reg-steps>span {
		display: none;
	}

	.reg-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.reg-actions .next {
		grid-column: 1/-1;
		grid-row: 1;
		width: 100%;
		margin: 0;
	}

	.reg-summary {
		padding: 14px;
	}

	.reg-form input,
	.reg-form select {
		height: 44px;
	}

	.reg-phone span {
		height: 44px;
	}

	.reg-actions button {
		min-height: 44px;
	}
}

/* Screenshot-matched Registration Program & Schedule page */

body[data-page^="registration-"] .site-header,
body[data-page="request-success"] .site-header {
	display: none !important;
}

.page-registration-schedule {
	background: #fff;
}

.rgs-shell {
	max-width: 1320px;
	padding: 20px 42px 70px;
}

.rgs-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 10px;
	color: #9ca5ae;
}

.rgs-breadcrumb a {
	color: #9ca5ae;
}

.rgs-header {
	text-align: center;
	margin: 40px 0 38px;
}

.rgs-header h1 {
	font-size: 32px;
	font-weight: 400;
	color: #34495d;
	margin: 0 0 10px;
}

.rgs-header p {
	font-size: 12px;
	color: #87919b;
}

.rgs-steps {
	width: 680px;
	height: 92px;
	margin: 0 auto 25px;
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	align-items: start;
	direction: rtl;
}

.rgs-steps article {
	text-align: center;
	min-width: 115px;
	color: #99a2ab;
}

.rgs-steps article i {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #edf1f5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	font-style: normal;
}

.rgs-steps article b {
	font-size: 10px;
	font-weight: 500;
}

.rgs-steps article.active {
	color: #157d75;
}

.rgs-steps article.active i {
	background: #167f76;
	color: #fff;
}

.rgs-steps>span {
	height: 1px;
	background: #dce3e8;
	margin-top: 18px;
}

.rgs-steps>span.done {
	background: #167f76;
}

.rgs-top-subtext {
	text-align: center;
	font-size: 14px;
	color: #627d98;
	margin: 0 0 25px;
}

.rgs-selected {
	margin-bottom: 40px;
}

.rgs-selected h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #1c4563;
	margin: 0 0 24px;
}

.rgs-card {
	background: #fff;
	border: 1px solid #e1e9f0;
	border-radius: 12px;
	padding: 24px;
	display: grid;
	grid-template-columns: 460px 1fr;
	direction: ltr;
	gap: 32px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

@media (max-width: 992px) {
	.rgs-card {
		grid-template-columns: 1fr;
	}
}

.rgs-card-img img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	border-radius: 8px;
}

.rgs-card-body {
	direction: rtl;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rgs-card-body h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1c4563;
	margin: 0 0 12px;
}

.rgs-card-desc {
	font-size: 13.5px;
	line-height: 1.7;
	color: #627d98;
	margin: 0 0 16px;
}

.rgs-card-divider {
	border: 0;
	border-top: 1px solid #e1e9f0;
	margin: 12px 0 16px;
}

.rgs-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rgs-info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #f0f4f8;
}

.rgs-info-item:last-child {
	border-bottom: none;
}

.info-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0e8d80;
	font-size: 13.5px;
}

.info-label b {
	font-weight: 600;
	color: #0e8d80;
}

.info-val {
	font-size: 13.5px;
	color: #627d98;
}

.rgs-dates {
	margin-top: 45px;
}

.rgs-date-tools {
	display: flex;
	justify-content: space-between;
	direction: ltr;
	margin-bottom: 15px;
	gap: 12px;
	flex-wrap: wrap;
}

.rgs-date-tools>div {
	display: flex;
	gap: 6px;
	background: #f1f5f9;
	padding: 4px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
}

.rgs-date-tools button {
	height: 38px;
	padding: 0 16px;
	border: 0;
	background: transparent !important;
	font-family: inherit;
	color: #475569 !important;
	font-weight: 600;
	font-size: 0.88rem;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}

.rgs-date-tools button:hover {
	color: #0c3866 !important;
	background: rgba(12, 56, 102, 0.06) !important;
}

.rgs-date-tools button.active,
.rgs-date-tools button[aria-pressed="true"] {
	background: #0c3866 !important;
	color: #ffffff !important;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(12, 56, 102, 0.25);
}

.rgs-date-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	direction: rtl;
}

.rgs-date-grid label {
	height: 175px;
	border: 1px solid #dce3e8;
	border-radius: 8px;
	background: #fff;
	padding: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease;
}

.rgs-date-grid label:hover:not(.is-disabled) {
	border-color: #13877c;
	box-shadow: 0 4px 12px rgba(19, 135, 124, 0.08);
}

.rgs-date-grid label.is-disabled {
	opacity: 0.65;
	cursor: not-allowed;
	background: #f8fafc;
}

.rgs-date-grid label.active,
.rgs-date-grid label.selected,
.rgs-date-grid label:has(input:checked) {
	border: 2px solid #0c3866 !important;
	background: #f0f4f8 !important;
	box-shadow: 0 4px 14px rgba(12, 56, 102, 0.15) !important;
}

.rgs-date-grid input {
	opacity: 0;
	position: absolute;
	width: 1px;
	height: 1px;
}

.rgs-date-grid i {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 20px;
	height: 20px;
	border: 2px solid #cbd5e1;
	border-radius: 50%;
	font-style: normal;
	transition: all 0.2s ease;
	background: #ffffff;
}

.rgs-date-grid label.active i,
.rgs-date-grid label.selected i,
.rgs-date-grid label:has(input:checked) i {
	background: #0c3866 !important;
	border-color: #0c3866 !important;
	box-shadow: inset 0 0 0 3px #ffffff !important;
}

.rgs-date-grid h3 {
	font-size: 12px;
	color: #3b4e60;
	margin: 0 0 14px;
}

.rgs-date-grid p,
.rgs-date-grid span {
	display: block;
	font-size: 10px;
	color: #66727d;
	margin: 8px 0;
}

.rgs-date-grid b {
	display: block;
	font-size: 10px;
	color: #2caf69;
}

.rgs-date-grid b.full {
	color: #d43942;
}

.rgs-date-grid b.limited {
	color: #d59b22;
}

.rgs-policy {
	margin-top: 24px;
	border: 1px solid #f0dfa4;
	background: #fff9e9;
	border-radius: 8px;
	padding: 20px 22px;
	direction: rtl;
	text-align: right;
}

.rgs-policy h3 {
	font-size: 11px;
	color: #8f761d;
	margin: 0 0 14px;
}

.rgs-policy p {
	font-size: 10px;
	line-height: 1.8;
	color: #756f5e;
}

.rgs-actions {
	display: flex;
	gap: 14px;
	direction: ltr;
	margin-top: 28px;
}

.rgs-actions button {
	height: 45px;
	padding: 0 22px;
	border: 1px solid #d8dfe5;
	background: #fff;
	border-radius: 5px;
	font-family: inherit;
	color: #596672;
}

.rgs-actions .next {
	margin-left: auto;
	background: #103a61;
	color: #fff;
	border-color: #103a61;
	min-width: 105px;
}

.page-registration-schedule .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="registration-schedule"]>.site-footer {
	display: none;
}

@media (max-width: 900px) {
	.rgs-selected>div {
		grid-template-columns: 1fr;
	}

	.rgs-selected img {
		height: auto;
		aspect-ratio: 1.66/1;
	}

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

@media (max-width: 600px) {
	.rgs-shell {
		padding: 18px 16px 55px;
	}

	.rgs-header {
		margin: 28px 0;
	}

	.rgs-header h1 {
		font-size: 28px;
	}

	.rgs-steps {
		width: 100%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
	}

	.rgs-steps>span {
		display: none;
	}

	.rgs-steps article {
		min-width: 0;
	}

	.rgs-selected>div {
		padding: 12px;
	}

	.rgs-selected dl {
		grid-template-columns: 1fr;
	}

	.rgs-selected dd {
		text-align: right;
		padding-top: 0;
		border-top: 0;
	}

	.rgs-date-tools {
		gap: 12px;
		flex-direction: column;
	}

	.rgs-date-tools>div {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.rgs-date-tools>div:last-child {
		grid-template-columns: 1fr 1fr;
	}

	.rgs-date-grid {
		grid-template-columns: 1fr;
	}

	.rgs-date-grid label {
		height: 165px;
	}

	.rgs-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.rgs-actions .next {
		grid-column: 1/-1;
		grid-row: 1;
		width: 100%;
		margin: 0;
	}
}

/* Screenshot-matched Registration Work & Education page */

.page-registration-work {
	background: #fff;
}

.rgw-shell {
	max-width: 1300px;
	padding: 18px 48px 80px;
}

.rgw-breadcrumb {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	font-size: 10px;
	color: #9fa7b0;
}

.rgw-breadcrumb a {
	color: #9fa7b0;
}

.rgw-header {
	text-align: center;
	margin: 28px 0 25px;
}

.rgw-header h1 {
	font-size: 31px;
	font-weight: 700;
	color: #263e57;
	margin: 0 0 7px;
}

.rgw-header p {
	font-size: 12px;
	color: #89929c;
}

.rgw-steps {
	width: 700px;
	height: 86px;
	margin: 0 auto 22px;
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	align-items: start;
	direction: rtl;
}

.rgw-steps article {
	text-align: center;
	min-width: 100px;
	color: #a0a8b0;
}

.rgw-steps article i {
	width: 34px;
	height: 34px;
	border: 1px solid #d8dfe5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
	font-style: normal;
}

.rgw-steps article b {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
}

.rgw-steps article.active {
	color: #11867d;
}

.rgw-steps article.active i {
	background: #11867d;
	border-color: #11867d;
	color: #fff;
}

.rgw-steps>span {
	height: 1px;
	background: #dfe5ea;
	margin-top: 17px;
}

.rgw-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	direction: ltr;
	gap: 25px;
	align-items: start;
}

.rgw-side {
	direction: rtl;
}

.rgw-program,
.rgw-help {
	border: 1px solid #dfe4e9;
	border-radius: 10px;
	background: #fff;
	padding: 16px;
	text-align: right;
}

.rgw-program h2,
.rgw-help h2 {
	font-size: 13px;
	color: #34495d;
	margin: 0 0 13px;
}

.rgw-program img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 6px;
}

.rgw-program h3 {
	font-size: 16px;
	color: #34495d;
	margin: 15px 0;
}

.rgw-program>div {
	border-top: 1px solid #e3e8ec;
	padding-top: 12px;
	display: flex;
	justify-content: space-between;
	font-size: 9px;
	color: #75808b;
}

.rgw-help {
	margin-top: 18px;
}

.rgw-help p {
	font-size: 10px;
	line-height: 1.8;
	color: #707b86;
}

.rgw-help hr {
	border: 0;
	border-top: 1px solid #e2e7eb;
	margin: 16px 0;
}

.rgw-main {
	direction: rtl;
	border: 1px solid #dfe4e9;
	border-radius: 10px;
	padding: 35px 30px;
	min-width: 0;
}

.rgw-main label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #394b5d;
	margin-bottom: 20px;
}

.rgw-main em {
	color: #bd3e43;
	font-style: normal;
}

.rgw-main select,
.rgw-main input {
	width: 100%;
	height: 46px;
	border: 1px solid #d8dfe5;
	border-radius: 6px;
	background: #fff;
	padding: 0 14px;
	text-align: right;
	font-family: inherit;
	color: #7d8791;
	margin-top: 7px;
}

.rgw-main fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.rgw-main legend {
	grid-column: 1/-1;
	font-size: 12px;
	font-weight: 700;
	color: #394b5d;
	margin-bottom: 8px;
}

.rgw-choice {
	height: 46px;
	border: 1px solid #d8dfe5;
	border-radius: 8px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	font-weight: 600 !important;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}

.rgw-choice:hover {
	border-color: #0c3866;
	background: #f8fafc;
}

.rgw-choice.active,
.rgw-choice:has(input:checked) {
	background: #0c3866 !important;
	color: #ffffff !important;
	border-color: #0c3866 !important;
	font-weight: 700 !important;
	box-shadow: 0 4px 12px rgba(12, 56, 102, 0.2);
}

.rgw-choice input {
	opacity: 0;
	position: absolute;
	width: 1px;
	height: 1px;
}

.rgw-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 28px;
	direction: ltr;
}

.rgw-actions button {
	height: 48px;
	border: 1px solid #173c68;
	background: #fff;
	color: #173c68;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 700;
}

.rgw-actions .next {
	background: #173c68;
	color: #fff;
}

.page-registration-work .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="registration-work"]>.site-footer {
	display: none;
}

@media (max-width: 850px) {
	.rgw-layout {
		grid-template-columns: 1fr;
	}

	.rgw-side {
		grid-row: 2;
	}

	.rgw-header {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.rgw-shell {
		padding: 18px 16px 55px;
	}

	.rgw-header h1 {
		font-size: 27px;
	}

	.rgw-steps {
		width: 100%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
	}

	.rgw-steps>span {
		display: none;
	}

	.rgw-steps article {
		min-width: 0;
	}

	.rgw-main {
		padding: 24px 15px;
	}

	.rgw-main select,
	.rgw-main input {
		height: 44px;
	}

	.rgw-actions {
		grid-template-columns: 1fr;
	}

	.rgw-actions .next {
		grid-row: 1;
	}

	.rgw-program img {
		height: auto;
		aspect-ratio: 2.15/1;
	}
}

/* Screenshot-matched Registration Review page */

.page-registration-review {
	background: #fff;
}

.rgr-shell {
	max-width: 1400px;
	padding: 18px 32px 70px;
}

.rgr-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 10px;
	color: #9aa3ac;
}

.rgr-breadcrumb a {
	color: #173f67;
	font-weight: 700;
}

.rgr-header {
	text-align: center;
	margin: 25px 0 22px;
}

.rgr-header h1 {
	font-size: 31px;
	font-weight: 700;
	color: #163b64;
	margin: 0 0 8px;
}

.rgr-header p {
	font-size: 11px;
	color: #89939d;
}

.rgr-steps {
	width: 650px;
	height: 78px;
	margin: 0 auto 25px;
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
	align-items: start;
	direction: rtl;
}

.rgr-steps article {
	text-align: center;
	min-width: 90px;
	color: #9aa3ad;
}

.rgr-steps article i {
	width: 34px;
	height: 34px;
	border: 1px solid #d6dde4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
	font-style: normal;
}

.rgr-steps article b {
	font-size: 9px;
	font-weight: 500;
}

.rgr-steps article.active {
	color: #11867c;
}

.rgr-steps article.active i {
	background: #11867c;
	border-color: #11867c;
	color: #fff;
}

.rgr-steps>span {
	height: 1px;
	background: #dce3e8;
	margin-top: 17px;
}

.rgr-layout {
	display: grid;
	grid-template-columns: 205px 1fr;
	gap: 24px;
	direction: rtl;
	align-items: start;
}

.rgr-side {
	grid-column: 1;
	direction: rtl;
}

.rgr-side section {
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	padding: 14px;
	margin-bottom: 12px;
	text-align: right;
}

.rgr-side h2 {
	font-size: 14px;
	color: #34495c;
	margin: 0 0 10px;
}

.rgr-side h3 {
	font-size: 12px;
	color: #3d5063;
	margin: 10px 0;
}

.rgr-side p,
.rgr-side li {
	font-size: 9px;
	line-height: 1.7;
	color: #6f7a85;
}

.rgr-side img {
	width: 100%;
	height: 96px;
	object-fit: cover;
	border-radius: 5px;
}

.rgr-side ul {
	list-style: none;
	padding: 10px 0 0;
	border-top: 1px solid #e4e8ec;
}

.rgr-side li {
	color: #188b74;
}

.rgr-main {
	grid-column: 2;
	grid-row: 1;
	direction: rtl;
	min-width: 0;
}

.rgr-card {
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	padding: 16px 18px;
	margin-bottom: 16px;
}

.rgr-card header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 13px;
}

.rgr-card h2 {
	font-size: 16px;
	color: #193f68;
	margin: 0;
}

.rgr-card button {
	border: 1px solid #d8dfe5;
	background: #fff;
	border-radius: 4px;
	padding: 7px 13px;
	font-family: inherit;
	font-size: 9px;
}

.rgr-card>div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.rgr-card dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 16px;
	margin: 0;
}

.rgr-card dt {
	font-size: 12px;
	color: #64748b;
	font-weight: 500;
}

.rgr-card dd {
	font-size: 13px;
	color: #0f172a;
	font-weight: 700;
	margin: 0;
	word-break: break-word;
}

.rgr-consent {
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	padding: 17px 20px;
	margin-bottom: 16px;
	display: grid;
	grid-template-columns: 1fr auto;
	direction: rtl;
}

.rgr-consent h2 {
	grid-column: 1;
	font-size: 14px;
	color: #34495c;
	margin: 0;
}

.rgr-consent label {
	grid-column: 2;
	font-size: 10px;
	color: #4f5d6b;
	margin-bottom: 7px;
}

.rgr-consent input {
	accent-color: #173f67;
}

.rgr-refund {
	border: 1px solid #f0dfaa;
	background: #fff9e9;
	border-radius: 8px;
	padding: 15px 18px;
	margin-bottom: 20px;
}

.rgr-refund h3 {
	font-size: 10px;
	color: #856f22;
	margin: 0 0 8px;
}

.rgr-refund p {
	font-size: 9px;
	color: #756e5e;
}

.rgr-refund b {
	color: #173f67;
}

.rgr-actions {
	display: flex;
	gap: 12px;
	direction: rtl;
}

.rgr-actions button {
	height: 46px;
	padding: 0 20px;
	border: 1px solid #d7dee5;
	background: #fff;
	border-radius: 5px;
	font-family: inherit;
	color: #4f5d6b;
}

.rgr-actions .submit {
	margin-right: auto;
	background: #123d6b;
	color: #fff;
	border-color: #123d6b;
	min-width: 245px;
	font-size: 14px;
}

.page-registration-review .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="registration-review"]>.site-footer {
	display: none;
}

@media (max-width: 900px) {
	.rgr-layout {
		grid-template-columns: 1fr;
	}

	.rgr-side {
		grid-column: 1;
		grid-row: 2;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}

	.rgr-main {
		grid-column: 1;
	}

	.rgr-card>div {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.rgr-shell {
		padding: 18px 16px 55px;
	}

	.rgr-header h1 {
		font-size: 27px;
	}

	.rgr-steps {
		width: 100%;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
	}

	.rgr-steps>span {
		display: none;
	}

	.rgr-steps article {
		min-width: 0;
	}

	.rgr-card>div {
		grid-template-columns: 1fr;
	}

	.rgr-card dl {
		border-top: 1px solid #edf0f3;
		padding-top: 10px;
	}

	.rgr-consent {
		grid-template-columns: 1fr;
	}

	.rgr-consent h2,
	.rgr-consent label {
		grid-column: 1;
	}

	.rgr-consent label {
		margin-top: 10px;
	}

	.rgr-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.rgr-actions .submit {
		grid-column: 1/-1;
		grid-row: 1;
		width: 100%;
		margin: 0;
		min-width: 0;
	}

	.rgr-side {
		grid-template-columns: 1fr;
	}

	.rgr-side img {
		height: auto;
		aspect-ratio: 2.15/1;
	}
}

/* Screenshot-matched Registration Success page */

.page-registration-success {
	background: #fff;
}

.rss-shell {
	max-width: 1320px;
	padding: 120px 55px 60px;
}

.rss-hero {
	text-align: center;
	margin-bottom: 55px;
}

.rss-hero>i {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #13a393;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	font-style: normal;
	font-size: 52px;
	font-weight: 700;
}

.rss-hero h1 {
	font-size: 40px;
	font-weight: 700;
	color: #173f68;
	margin: 0 0 10px;
}

.rss-hero p {
	font-size: 13px;
	color: #858f99;
}

.rss-number {
	height: 200px;
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.rss-number>span {
	position: absolute;
	left: 25px;
	top: 26px;
	width: 38px;
	height: 38px;
	border-radius: 7px;
	background: #f1f6fa;
	color: #173f68;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rss-number div {
	display: flex;
	flex-direction: column;
}

.rss-number small {
	font-size: 12px;
	color: #8d969f;
}

.rss-number strong {
	font-size: 38px;
	letter-spacing: 2px;
	color: #173f68;
	margin: 10px 0;
}

.rss-number p {
	font-size: 12px;
	color: #929aa2;
}

.rss-program {
	height: 285px;
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	margin-top: 30px;
	padding: 25px;
	display: grid;
	grid-template-columns: 390px 1fr;
	direction: ltr;
	gap: 45px;
}

.rss-program img {
	width: 100%;
	height: 235px;
	object-fit: cover;
	border-radius: 7px;
}

.rss-program>div {
	direction: rtl;
	text-align: right;
	padding-top: 10px;
}

.rss-program small {
	font-size: 11px;
	color: #8e97a0;
}

.rss-program h2 {
	font-size: 27px;
	color: #173f68;
	margin: 8px 0 18px;
}

.rss-program p {
	font-size: 12px;
	color: #63707c;
}

.rss-program p.status {
	color: #c38b28;
	font-weight: 700;
}

.rss-next {
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	margin-top: 30px;
	padding: 30px 35px 35px;
}

.rss-next>h2 {
	text-align: center;
	font-size: 28px;
	color: #173f68;
	margin: 0 0 36px;
}

.rss-next>div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}

.rss-next>div::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 27px;
	border-top: 2px dashed #d7dee4;
}

.rss-next article {
	text-align: center;
	position: relative;
	z-index: 1;
}

.rss-next i {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #d4dce3;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-style: normal;
	font-size: 22px;
	color: #173f68;
}

.rss-next h3 {
	font-size: 15px;
	color: #173f68;
	margin: 0 0 7px;
}

.rss-next p {
	font-size: 10px;
	line-height: 1.6;
	color: #8b949d;
	padding: 0 25px;
}

.rss-support {
	height: 125px;
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	direction: ltr;
}

.rss-support>i {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #ecfbf8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 28px;
}

.rss-support div {
	direction: rtl;
	text-align: right;
}

.rss-support h2 {
	font-size: 16px;
	color: #34495d;
	margin: 0 0 10px;
}

.rss-support p {
	font-size: 11px;
	color: #7f8993;
}

.rss-actions,
.rqs-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
	margin-bottom: 24px;
	width: 100%;
}

.rss-actions a,
.rqs-actions a {
	min-width: 280px;
	max-width: 380px;
	height: 56px;
	background: #0c3866;
	color: #ffffff !important;
	border: none;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(12, 56, 102, 0.25);
	transition: all 0.2s ease;
}

.rss-actions a:hover,
.rqs-actions a:hover {
	background: #1472d4;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(20, 114, 212, 0.35);
}

.page-registration-success .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="registration-success"]>.site-footer {
	display: none;
}

@media (max-width: 850px) {
	.rss-program {
		grid-template-columns: 1fr;
		height: auto;
	}

	.rss-program img {
		height: auto;
		aspect-ratio: 1.7/1;
	}

	.rss-next>div {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.rss-next>div::before {
		display: none;
	}
}

@media (max-width: 560px) {
	.rss-shell {
		padding: 55px 16px 45px;
	}

	.rss-hero>i {
		width: 75px;
		height: 75px;
		font-size: 40px;
	}

	.rss-hero h1 {
		font-size: 30px;
	}

	.rss-number {
		height: 170px;
	}

	.rss-number strong {
		font-size: 25px;
	}

	.rss-program {
		padding: 15px;
		gap: 18px;
	}

	.rss-program h2 {
		font-size: 23px;
	}

	.rss-next {
		padding: 25px 15px;
	}

	.rss-next>div {
		grid-template-columns: 1fr;
	}

	.rss-next p {
		padding: 0;
	}

	.rss-support {
		height: auto;
		padding: 25px 15px;
		align-items: flex-start;
	}

	.rss-actions {
		flex-direction: column;
		gap: 12px;
	}

	.rss-actions a,
	.rss-actions button {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		height: 55px;
	}
}

/* Screenshot-matched Corporate Request Success page */

.page-request-success {
	background: #fff;
}

.rqs-shell {
	max-width: 1160px;
	padding: 20px 30px 55px;
}

.rqs-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	font-size: 11px;
	color: #9aa3ad;
}

.rqs-breadcrumb a {
	color: #9aa3ad;
}

.rqs-breadcrumb b {
	color: #16857b;
}

.rqs-hero {
	text-align: center;
	margin: 92px 0 58px;
}

.rqs-hero h1 {
	font-size: 39px;
	font-weight: 400;
	color: #173e66;
	margin: 0 0 12px;
}

.rqs-hero p {
	font-size: 13px;
	line-height: 1.8;
	color: #7e8892;
}

.rqs-hero>div {
	width: 360px;
	height: 56px;
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	margin: 52px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.rqs-hero span {
	font-size: 11px;
	color: #9099a2;
}

.rqs-hero strong {
	font: 700 16px Arial;
	color: #173e66;
}

.rqs-summary {
	height: 340px;
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	padding: 24px;
	display: grid;
	grid-template-columns: 1fr 535px;
	gap: 35px;
	direction: ltr;
}

.rqs-summary article {
	direction: rtl;
	text-align: right;
	padding: 5px 15px;
}

.rqs-summary h2 {
	font-size: 20px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 20px;
}

.rqs-summary dl {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
}

.rqs-summary dt {
	font-size: 11px;
	font-weight: 700;
	color: #34495c;
	margin-top: 10px;
}

.rqs-summary dd {
	font-size: 10px;
	color: #7a8490;
	margin: 4px 0;
}

.rqs-image {
	position: relative;
}

.rqs-image img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	border-radius: 8px;
}

.rqs-image span {
	position: absolute;
	left: 42%;
	top: 48%;
	font-size: 65px;
	color: #17b5b1;
	font-weight: 700;
	transform: rotate(-9deg);
}

.rqs-next {
	margin-top: 70px;
}

.rqs-next>h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 48px;
}

.rqs-next>div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
}

.rqs-next>div::before {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 24px;
	border-top: 2px dashed #d8dfe5;
}

.rqs-next article {
	text-align: center;
	position: relative;
	z-index: 1;
}

.rqs-next i {
	width: 48px;
	height: 48px;
	border: 1px solid #d8e1e5;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-style: normal;
	color: #159c94;
}

.rqs-next strong {
	display: block;
	font-size: 16px;
	color: #173e66;
}

.rqs-next h3 {
	font-size: 14px;
	color: #173e66;
	margin: 8px 0;
}

.rqs-next p {
	font-size: 10px;
	line-height: 1.7;
	color: #87909a;
	padding: 0 15px;
}

.rqs-note {
	height: 52px;
	background: #fafcfd;
	margin-top: 42px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	color: #71808b;
}

.rqs-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 45px 0 150px;
}

.rqs-actions a,
.rqs-actions button {
	height: 52px;
	padding: 0 28px;
	border: 1px solid #d9e0e6;
	border-radius: 6px;
	background: #fff;
	color: #34495c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-weight: 700;
}

.rqs-actions button {
	background: #173e6c;
	color: #fff;
	border-color: #173e6c;
	min-width: 235px;
}

.rqs-support {
	height: 205px;
	border: 1px solid #dfe5ea;
	border-radius: 12px;
	padding: 35px 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	direction: rtl;
}

.rqs-support>div {
	text-align: center;
	flex: 1;
}

.rqs-support h2 {
	font-size: 21px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 8px;
}

.rqs-support p {
	font-size: 10px;
	color: #838d97;
}

.rqs-support>div>div {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 20px;
}

.rqs-support b {
	font-size: 11px;
	color: #173e66;
	display: flex;
	flex-direction: column;
}

.rqs-support small {
	font-size: 9px;
	color: #8c959f;
	font-weight: 400;
	margin-top: 5px;
}

.rqs-support>i {
	font-style: normal;
	font-size: 72px;
}

.page-request-success+.site-footer,
body[data-page="request-success"]>.site-footer {
	display: none;
}

@media (max-width: 850px) {
	.rqs-summary {
		height: auto;
		grid-template-columns: 1fr;
	}

	.rqs-image {
		grid-row: 1;
	}

	.rqs-image img {
		height: auto;
		aspect-ratio: 1.85/1;
	}

	.rqs-next>div {
		grid-template-columns: repeat(2, 1fr);
		gap: 35px;
	}

	.rqs-next>div::before {
		display: none;
	}

	.rqs-actions {
		margin-bottom: 80px;
	}
}

@media (max-width: 560px) {
	.rqs-shell {
		padding: 18px 16px 45px;
	}

	.rqs-hero {
		margin: 55px 0 45px;
	}

	.rqs-hero h1 {
		font-size: 31px;
	}

	.rqs-hero>div {
		width: 100%;
		margin-top: 35px;
	}

	.rqs-summary {
		padding: 14px;
	}

	.rqs-image span {
		font-size: 48px;
	}

	.rqs-next {
		margin-top: 50px;
	}

	.rqs-next>div {
		grid-template-columns: 1fr;
	}

	.rqs-actions {
		display: grid;
		grid-template-columns: 1fr;
		margin: 38px 0 70px;
	}

	.rqs-actions button {
		grid-row: 1;
	}

	.rqs-support {
		height: auto;
		padding: 28px 18px;
		flex-direction: column;
	}

	.rqs-support>div>div {
		flex-direction: column;
		gap: 14px;
	}

	.rqs-support>i {
		font-size: 55px;
	}
}

/* Screenshot-matched Search Results page */

.page-search-results {
	background: #fff;
}

.sr-shell {
	max-width: 950px;
	padding: 18px 35px 30px;
}

.sr-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 10px;
	color: #9ba4ad;
}

.sr-breadcrumb a {
	color: #9ba4ad;
}

.sr-header {
	text-align: center;
	margin: 32px 0 18px;
}

.sr-header h1 {
	font-size: 34px;
	color: #173f68;
	margin: 0 0 16px;
}

.sr-header>div {
	width: 650px;
	height: 50px;
	margin: auto;
	position: relative;
}

.sr-header input {
	width: 100%;
	height: 100%;
	border: 1px solid #dbe2e8;
	border-radius: 7px;
	padding: 0 45px;
	text-align: right;
	font-family: inherit;
	color: #596672;
}

.sr-header button,
.sr-header span {
	position: absolute;
	top: 11px;
	border: 0;
	background: transparent;
	font-size: 23px;
	color: #87919b;
}

.sr-header button {
	right: 12px;
}

.sr-header span {
	left: 16px;
}

.sr-header p {
	font-size: 11px;
	color: #7e8892;
	margin-top: 16px;
}

.sr-tabs {
	display: flex;
	justify-content: center;
	gap: 65px;
	border-bottom: 1px solid #e3e8ec;
	margin-bottom: 18px;
}

.sr-tabs a {
	padding: 0 0 12px;
	font-size: 12px;
	color: #6f7984;
}

.sr-tabs a.active {
	color: #173f68;
	font-weight: 700;
	border-bottom: 2px solid #173f68;
}

.sr-filters {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.sr-filters select,
.sr-filters button {
	width: 160px;
	height: 50px;
	border: 1px solid #dbe2e8;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
	color: #65717c;
	padding: 0 12px;
}

.sr-filters button {
	width: 135px;
}

.sr-loading {
	text-align: center;
	font-size: 10px;
	color: #8b949d;
	margin: 25px 0 15px;
}

.sr-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sr-card {
	height: 185px;
	border: 1px solid #dfe5ea;
	border-radius: 9px;
	padding: 16px;
	display: grid;
	grid-template-columns: 300px 1fr;
	direction: rtl;
	gap: 20px;
}

.sr-card img {
	width: 100%;
	height: 145px;
	object-fit: cover;
	border-radius: 6px;
}

.sr-card>div {
	text-align: right;
}

.sr-card>div>span {
	display: inline-block;
	background: #158d7d;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 9px;
}

.sr-card h2 {
	font-size: 18px;
	color: #173f68;
	margin: 8px 0;
}

.sr-card p {
	font-size: 10px;
	line-height: 1.6;
	color: #7e8892;
}

.sr-meta {
	display: flex;
	gap: 22px;
	font-size: 9px;
	color: #6f7b86;
}

.sr-card a {
	height: 40px;
	border: 1px solid #d9e0e6;
	border-radius: 4px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #173f68;
	font-size: 11px;
}

.sr-card a b {
	margin-right: auto;
	margin-left: 15px;
	color: #16877d;
}

.sr-more {
	display: block;
	width: 180px;
	height: 44px;
	border: 1px solid #d9e0e6;
	background: #fff;
	border-radius: 5px;
	margin: 18px auto;
	font-family: inherit;
	color: #455566;
}

.sr-empty {
	height: 165px;
	border: 1px solid #dfe5ea;
	background: #f8fafc;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	text-align: right;
}

.sr-empty h2 {
	font-size: 17px;
	color: #173f68;
	margin: 0 0 8px;
}

.sr-empty p {
	font-size: 10px;
	color: #7f8993;
}

.sr-empty button {
	border: 1px solid #d9e0e6;
	background: #fff;
	border-radius: 4px;
	padding: 9px 18px;
	font-family: inherit;
	color: #405469;
}

.sr-empty i {
	font-style: normal;
	font-size: 70px;
	color: #1474d2;
}

.page-search-results .gallery-dark-footer {
	margin-top: 26px;
}

body[data-page="search-results"]>.site-footer {
	display: none;
}

@media (max-width: 700px) {
	.sr-shell {
		padding: 18px 16px 30px;
	}

	.sr-header>div {
		width: 100%;
	}

	.sr-tabs {
		gap: 20px;
	}

	.sr-filters {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.sr-filters select,
	.sr-filters button {
		width: 100%;
	}

	.sr-filters button {
		grid-column: 1/-1;
	}

	.sr-card {
		height: auto;
		grid-template-columns: 1fr;
	}

	.sr-card img {
		height: auto;
		aspect-ratio: 2.05/1;
	}

	.sr-empty {
		height: auto;
		padding: 25px 15px;
	}
}

/* Screenshot-matched Trainer Profile page */

.page-trainer-profile {
	background: #fff;
}

.tp-shell {
	max-width: 1400px;
	padding: 18px 30px 55px;
}

.tp-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 7px;
	font-size: 11px;
	color: #949ea8;
}

.tp-breadcrumb a {
	color: #949ea8;
}

.tp-hero {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 560px 1fr;
	gap: 50px;
	direction: ltr;
}

.tp-photo {
	text-align: right;
	direction: rtl;
}

.tp-photo img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border: 2px solid #20a6a0;
	border-radius: 15px;
}

.tp-photo p {
	font-size: 12px;
	line-height: 2;
	color: #7f8992;
	margin: 8px 0;
	width: 560px;
}

.tp-info {
	direction: rtl;
	text-align: right;
	padding-top: 12px;
}

.tp-info h1 {
	font-size: 43px;
	color: #173f68;
	margin: 0 0 8px;
}

.tp-info h2 {
	font-size: 22px;
	color: #168caa;
	margin: 0 0 20px;
}

.tp-info>p {
	font-size: 13px;
	font-weight: 700;
	color: #2b3f50;
}

/* Unified database-driven course cards (home + listing use the same component language). */
.pl-grid .qei-course-card {
	min-width: 0;
	height: 100%;
	border-radius: 14px;
	border: 1px solid #dce5ee;
	box-shadow: 0 8px 28px rgba(12, 56, 102, 0.06);
}

.pl-grid .qei-course-card .card-img-wrap {
	height: 205px;
}

.pl-grid .qei-course-card .card-body {
	padding: 20px;
}

.pl-grid .qei-course-card .card-title {
	font-size: 17px;
	line-height: 1.65;
	color: #173b61;
	margin: 0 0 10px;
}

.pl-grid .qei-course-card .card-desc {
	font-size: 12px;
	line-height: 1.85;
	color: #66788a;
	-webkit-line-clamp: 3;
}

.qei-course-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 10px;
}

.qei-course-badges .badge {
	font-size: 10px;
	line-height: 1;
	padding: 7px 10px;
	border-radius: 999px;
}

.qei-course-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	width: 100%;
}

.qei-course-actions .btn {
	justify-content: center;
	text-align: center;
	min-height: 38px;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
}

.pl-filters label>span {
	line-height: 1.45;
}

.pl-filters label {
	cursor: pointer;
	padding: 4px 0;
}

.pl-filters input:focus-visible,
.pl-pagination button:focus-visible {
	outline: 3px solid rgba(15, 143, 140, 0.22);
	outline-offset: 2px;
}

.qei-empty-state {
	grid-column: 1 / -1;
	min-height: 170px;
	border: 1px dashed #cbd8e5;
	border-radius: 14px;
	background: #f8fbfd;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 28px;
	text-align: center;
	color: #66788a;
}

.qei-empty-state strong {
	font-size: 18px;
	color: #173b61;
}

.pl-pagination button {
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #d9e0e6;
	background: #fff;
	color: #40566d;
	border-radius: 7px;
	font: inherit;
	font-size: 11px;
	cursor: pointer;
}

.pl-pagination button.active {
	background: #123e6b;
	border-color: #123e6b;
	color: #fff;
}

.pl-pagination button:disabled {
	opacity: .42;
	cursor: not-allowed;
}

.pl-page-dots {
	margin: 0 2px !important;
	color: #8a98a6 !important;
}

@media (max-width: 950px) {
	.pl-grid .qei-course-card .card-img-wrap {
		height: 190px;
	}
}

@media (max-width: 600px) {
	.pl-grid .qei-course-card .card-img-wrap {
		height: 220px;
	}

	.qei-course-actions {
		grid-template-columns: 1fr;
	}
}

/* SOURCE: pages/16-trainer-profile.css */
/* ==========================================================================
   Page — trainer-profile
   54 rule(s)  ·  slice 16 — keep this file in manifest order
   ========================================================================== */

.tp-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 120px;
	direction: rtl;
}

.tp-stats article {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	padding: 0 25px;
	border-left: 1px solid #edf0f3;
}

.tp-stats article:first-child {
	border-left: 0;
}

.tp-stats strong {
	font: 700 28px Arial;
	color: #173f68;
}

.tp-stats span {
	font-size: 11px;
	color: #8c959e;
	grid-row: 2;
}

.tp-stats i {
	font-style: normal;
	font-size: 34px;
	color: #d9e0e6;
	grid-column: 2;
	grid-row: 1/3;
}

.tp-shell > hr {
	border: 0;
	border-top: 1px solid #edf0f3;
	margin: 45px 0 30px;
}

.tp-skills {
	text-align: right;
}

.tp-skills h2,
.tp-programs h2 {
	font-size: 22px;
	color: #173f68;
	margin: 0 0 24px;
}

.tp-skills > div {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	gap: 12px;
	flex-wrap: wrap;
}

.tp-skills span {
	border: 1px solid #e0e5e9;
	border-radius: 7px;
	padding: 13px 18px;
	font-size: 12px;
	color: #3e4e5d;
}

.tp-programs {
	margin-top: 45px;
	text-align: right;
}

.tp-programs article {
	height: 85px;
	border: 1px solid #e0e5e9;
	border-radius: 10px;
	margin-bottom: 14px;
	display: grid;
	grid-template-columns: 70px 1fr 1.6fr;
	align-items: center;
	direction: ltr;
	padding: 0 15px;
}

.tp-programs article > i {
	width: 48px;
	height: 48px;
	border: 1px solid #e0e5e9;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 22px;
	color: #98a8b5;
}

.tp-programs article > div {
	direction: rtl;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.tp-programs article small {
	font-size: 10px;
	color: #7f8992;
	line-height: 1.7;
}

.tp-programs h3 {
	direction: rtl;
	text-align: right;
	font-size: 16px;
	color: #173f68;
}

.tp-programs h3 small {
	display: block;
	font-weight: 400;
	margin-top: 6px;
}

.tp-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 50px;
}

.tp-actions a {
	height: 55px;
	min-width: 250px;
	border: 1px solid #dce2e7;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #173f68;
}

.tp-actions a.primary {
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 12px rgba(13, 71, 161, 0.3);
}

.page-trainer-profile + .site-footer,
body[data-page="trainer-profile"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.tp-hero {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.tp-photo {
		text-align: center;
	}
	.tp-photo img {
		max-width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
	.tp-photo p {
		width: auto;
		text-align: right;
	}
	.tp-info {
		text-align: center;
	}
	.tp-stats {
		margin-top: 50px;
	}
	.tp-skills {
		text-align: center;
	}
	.tp-programs article {
		grid-template-columns: 60px 1fr 1.2fr;
	}
}

@media (max-width: 560px) {
	.tp-shell {
		padding: 16px;
	}
	.tp-info h1 {
		font-size: 34px;
	}
	.tp-info h2 {
		font-size: 19px;
	}
	.tp-stats {
		gap: 5px;
	}
	.tp-stats article {
		padding: 0 5px;
		display: flex;
		flex-direction: column;
	}
	.tp-stats i {
		font-size: 24px;
	}
	.tp-skills > div {
		justify-content: center;
	}
	.tp-programs article {
		height: auto;
		min-height: 115px;
		grid-template-columns: 55px 1fr;
		padding: 12px;
	}
	.tp-programs article > div {
		grid-column: 2;
	}
	.tp-programs h3 {
		grid-column: 1/-1;
		margin-top: 10px;
	}
	.tp-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.tp-actions a {
		min-width: 0;
	}
	.tp-actions .primary {
		grid-row: 1;
	}
}

/* Screenshot-matched Trainers listing */

.page-trainers-view {
	background: #fff;
}

.trs-shell {
	max-width: 1420px;
	padding: 20px 55px 45px;
}

.trs-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	font-size: 10px;
	color: #9aa3ad;
}

.trs-breadcrumb a {
	color: #9aa3ad;
}

.trs-header {
	text-align: center;
	margin: 24px 0 35px;
}

.trs-header h1 {
	font-size: 35px;
	color: #183f68;
	margin: 0 0 8px;
}

.trs-header p {
	font-size: 12px;
	color: #8a939c;
}

.trs-search {
	height: 54px;
	position: relative;
}

.trs-search input {
	width: 100%;
	height: 100%;
	border: 1px solid #dfe5ea;
	border-radius: 9px;
	padding: 0 48px 0 16px;
	text-align: right;
	font-family: inherit;
}

.trs-search span {
	position: absolute;
	right: 17px;
	top: 13px;
	color: #85909a;
	font-size: 23px;
}

.trs-filters {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 15px;
}

.trs-filters select {
	height: 48px;
	border: 1px solid #dfe5ea;
	border-radius: 7px;
	background: #fff;
	padding: 0 15px;
	font-family: inherit;
	color: #78828c;
}

.trs-result-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 14px 0 13px;
	font-size: 10px;
	color: #7d8791;
}

.trs-result-row button {
	border: 0;
	background: transparent;
	font-family: inherit;
	color: #7d8791;
}

.trs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.trs-card {
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 14px;
}

.trs-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	background: #eef2f6;
}

.trs-card h2 {
	font-size: 16px;
	color: #203e5d;
	margin: 13px 0 5px;
}

.trs-card p,
.trs-card small {
	display: block;
	font-size: 9px;
	color: #7d8791;
	margin: 4px 0;
}

.trs-card a {
	height: 38px;
	margin: 11px 14px 0;
	border: 1px solid #dfe5ea;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: #65717b;
}

.trs-cta {
	height: 185px;
	background: #f7f9fb;
	border-radius: 11px;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 290px 1fr;
	direction: ltr;
	align-items: center;
	gap: 30px;
	overflow: hidden;
}

.trs-cta img {
	width: 290px;
	height: 165px;
	object-fit: cover;
	margin-left: 0;
}

.trs-cta div {
	direction: rtl;
	text-align: center;
}

.trs-cta h2 {
	font-size: 23px;
	color: #173f68;
	margin: 0 0 8px;
}

.trs-cta p {
	font-size: 10px;
	color: #7e8892;
}

.trs-cta a {
	display: inline-flex;
	background: #173f68;
	color: #fff;
	padding: 12px 28px;
	border-radius: 6px;
	margin-top: 10px;
	font-size: 11px;
}

.page-trainers-view .gallery-dark-footer {
	margin-top: 28px;
}

body[data-page="trainers"] > .site-footer {
	display: none;
}

@media (max-width: 950px) {
	.trs-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.trs-shell {
		padding: 18px 16px 35px;
	}
	.trs-header h1 {
		font-size: 30px;
	}
	.trs-filters {
		grid-template-columns: 1fr;
	}
	.trs-grid {
		grid-template-columns: 1fr;
	}
	.trs-card img {
		height: auto;
		aspect-ratio: 1.85/1;
	}
	.trs-cta {
		height: auto;
		grid-template-columns: 1fr;
		padding-bottom: 25px;
	}
	.trs-cta img {
		width: 100%;
		height: auto;
		aspect-ratio: 1.75/1;
	}
	.trs-cta div {
		padding: 0 18px;
	}
}

/* SOURCE: pages/17-training-calendar.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   53 rule(s)  ·  slice 17 — keep this file in manifest order
   ========================================================================== */

/* Screenshot-matched Training Calendar */

.page-training-calendar {
	background: #fff;
}

.tc-shell {
	max-width: 1450px;
	padding: 18px 28px 45px;
}

.tc-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	font-size: 10px;
	color: #98a1aa;
}

.tc-breadcrumb a {
	color: #98a1aa;
}

.tc-header {
	text-align: center;
	margin: 35px 0 30px;
}

.tc-header h1 {
	font-size: 34px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 8px;
}

.tc-header p {
	font-size: 12px;
	color: #8a939c;
}

.tc-filters {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 130px;
	gap: 14px;
}

.tc-filters select,
.tc-filters button {
	height: 58px;
	border: 1px solid #d9e0e6;
	border-radius: 8px;
	background: #fff;
	padding: 0 18px;
	font-family: inherit;
	color: #697580;
}

.tc-toolbar {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	margin: 25px 0 16px;
}

.tc-toolbar > div {
	display: flex;
}

.tc-toolbar > div:first-child {
	justify-self: start;
}

.tc-toolbar > div:last-child {
	justify-self: end;
}

.tc-toolbar button {
	height: 42px;
	padding: 0 18px;
	border: 1px solid #d9e0e6;
	background: #fff;
	font-family: inherit;
	color: #63707c;
}

.tc-toolbar button.active {
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #fff;
	border-color: transparent;
}

.tc-toolbar h2 {
	text-align: center;
	font-size: 16px;
	color: #173f68;
}

.tc-calendar {
	border: 1px solid #dfe4e8;
}

.tc-week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.tc-week b {
	text-align: center;
	padding: 12px;
	border-left: 1px solid #dfe4e8;
	font-size: 11px;
	color: #7f8993;
}

.tc-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.tc-day {
	height: 83px;
	border-top: 1px solid #dfe4e8;
	border-left: 1px solid #dfe4e8;
	padding: 8px;
	text-align: right;
}

.tc-day b {
	font-size: 10px;
	color: #394957;
}

.tc-day.muted b {
	color: #c7cdd2;
}

.tc-tag {
	display: inline-block;
	margin-top: 18px;
	border-radius: 12px;
	padding: 5px 8px;
	font-size: 8px;
}

.tc-tag.open,
.tc-status.open {
	background: #e6f7ee;
	color: #28a467;
}

.tc-tag.limited,
.tc-status.limited {
	background: #fff3df;
	color: #e7a13c;
}

.tc-tag.full,
.tc-status.full {
	background: #fde9e9;
	color: #dd6565;
}

.tc-upcoming {
	text-align: center;
	font-size: 27px;
	font-weight: 400;
	color: #34495c;
	margin: 55px 0 24px;
}

.tc-programs {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tc-program {
	height: 112px;
	border: 1px solid #e0e5e9;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 210px 100px 1.1fr 1fr 220px;
	align-items: center;
	gap: 18px;
	padding: 10px;
	direction: rtl;
}

.tc-thumb {
	height: 92px;
	border: 1px solid #1664ae;
	border-radius: 8px;
	background: #fff;
}

.tc-status {
	justify-self: center;
	border-radius: 12px;
	padding: 6px 12px;
	font-size: 9px;
}

.tc-program h3 {
	font-size: 17px;
	color: #173f68;
	text-align: right;
}

.tc-pmeta {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.tc-pmeta b,
.tc-pmeta small {
	font-size: 9px;
	color: #8b949d;
	line-height: 1.6;
}

.tc-actions {
	display: flex;
	gap: 10px;
	direction: rtl;
}

.tc-actions button,
.tc-actions a {
	height: 42px;
	min-width: 95px;
	border: 1px solid #d8e0e6;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	color: #53626f;
}

.tc-actions button {
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 12px rgba(13, 71, 161, 0.25);
}

.page-training-calendar .gallery-dark-footer {
	margin-top: 48px;
}

body[data-page="calendar"] > .site-footer {
	display: none;
}

@media (max-width: 800px) {
	.tc-filters {
		grid-template-columns: 1fr 1fr;
	}
	.tc-filters button {
		grid-column: 1/-1;
	}
	.tc-calendar {
		overflow-x: auto;
	}
	.tc-week,
	.tc-days {
		min-width: 760px;
	}
	.tc-program {
		height: auto;
		grid-template-columns: 120px 1fr;
		gap: 12px;
	}
	.tc-thumb {
		height: 90px;
	}
	.tc-program h3,
	.tc-pmeta,
	.tc-actions {
		grid-column: 1/-1;
	}
	.tc-actions {
		justify-content: center;
	}
}

@media (max-width: 560px) {
	.tc-shell {
		padding: 16px;
	}
	.tc-header h1 {
		font-size: 30px;
	}
	.tc-filters {
		grid-template-columns: 1fr;
	}
	.tc-toolbar {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.tc-toolbar > div,
	.tc-toolbar > div:first-child,
	.tc-toolbar > div:last-child {
		justify-self: center;
	}
	.tc-toolbar h2 {
		grid-row: 1;
	}
	.tc-program {
		grid-template-columns: 1fr;
	}
	.tc-thumb {
		height: 150px;
	}
	.tc-status {
		justify-self: start;
	}
	.tc-program h3 {
		font-size: 18px;
	}
	.tc-actions a,
	.tc-actions button {
		flex: 1;
	}
}

/* Screenshot-matched Vision & Mission page */

.page-vision-mission {
	background: #fff;
}

.vm-shell {
	max-width: 1400px;
	padding: 22px 38px 0;
}

.vm-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	font-size: 10px;
	color: #929ba4;
}

.vm-breadcrumb a {
	color: #929ba4;
}

.vm-hero {
	margin-top: 38px;
	display: grid;
	grid-template-columns: 1fr 565px;
	gap: 30px;
	align-items: center;
	direction: ltr;
}

.vm-hero > div {
	direction: rtl;
	text-align: center;
}

.vm-hero h1 {
	font-size: 36px;
	color: #173f68;
	margin: 0 0 20px;
}

.vm-hero p {
	font-size: 15px;
	line-height: 1.9;
	color: #697580;
}

.vm-hero img {
	width: 565px;
	height: 285px;
	object-fit: cover;
	border-radius: 10px;
}

.vm-pillars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	margin-top: 55px;
}

.vm-pillars article {
	height: 185px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	text-align: right;
}

/* SOURCE: pages/18-why-choose-us.css */
/* ==========================================================================
   Page — why-choose-us
   54 rule(s)  ·  slice 18 — keep this file in manifest order
   ========================================================================== */

.vm-pillars i {
	position: absolute;
	left: 30px;
	top: 28px;
	font-style: normal;
	font-size: 27px;
}

.vm-pillars h2 {
	font-size: 21px;
	color: #173f68;
	margin: 0 0 20px;
}

.vm-pillars p {
	font-size: 12px;
	line-height: 1.9;
	color: #66727e;
}

.vm-pillars article::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 26px;
	width: 155px;
	height: 2px;
	background: #173f68;
}

.vm-pillars .mission h2 {
	color: #149b8e;
}

.vm-pillars .mission::after {
	background: #149b8e;
}

.vm-values {
	margin-top: 50px;
	text-align: center;
}

.vm-values > h2 {
	font-size: 24px;
	color: #34495c;
	margin-bottom: 32px;
}

.vm-values > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.vm-values article {
	height: 115px;
	border: 1px solid #dfe5ea;
	border-radius: 9px;
	padding: 22px;
	text-align: right;
}

.vm-values h3 {
	font-size: 15px;
	color: #34495c;
	margin: 0 0 8px;
}

.vm-values p {
	font-size: 10px;
	line-height: 1.7;
	color: #7f8993;
}

.vm-cta {
	height: 145px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	margin-top: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vm-cta h2 {
	font-size: 20px;
	color: #34495c;
	margin: 0 0 18px;
}

.vm-cta a {
	background: #173f68;
	color: #fff;
	padding: 13px 40px;
	border-radius: 6px;
	font-weight: 700;
}

.page-vision-mission .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="vision"] > .site-footer {
	display: none;
}

@media (max-width: 820px) {
	.vm-hero {
		grid-template-columns: 1fr;
	}
	.vm-hero img {
		width: 100%;
		height: auto;
		aspect-ratio: 1.98/1;
		grid-row: 1;
	}
	.vm-pillars {
		grid-template-columns: 1fr;
	}
	.vm-values > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.vm-shell {
		padding: 18px 16px 0;
	}
	.vm-hero {
		margin-top: 30px;
	}
	.vm-hero h1 {
		font-size: 31px;
	}
	.vm-pillars article {
		height: auto;
		min-height: 190px;
		padding: 24px;
	}
	.vm-values > div {
		grid-template-columns: 1fr;
	}
	.vm-values article {
		height: auto;
		min-height: 110px;
	}
	.vm-cta {
		height: auto;
		padding: 28px 18px;
		text-align: center;
	}
	.vm-cta h2 {
		font-size: 18px;
	}
}

/* Screenshot-matched Why Choose Us page */

.page-why-choose {
	background: #fff;
}

.wcu-shell {
	max-width: 1400px;
	padding: 0 32px 30px;
}

.wcu-hero {
	height: 400px;
	background: #edf5ff;
	border-radius: 15px;
	padding: 45px 18px;
	display: grid;
	grid-template-columns: 660px 1fr;
	gap: 45px;
	direction: ltr;
	align-items: center;
}

.wcu-hero img {
	width: 660px;
	height: 330px;
	object-fit: cover;
	border-radius: 10px;
}

.wcu-hero > div {
	direction: rtl;
	text-align: right;
}

.wcu-hero h1 {
	font-size: 39px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 8px;
}

.wcu-hero p {
	font-size: 15px;
	line-height: 1.7;
	color: #66727d;
}

.wcu-hero aside {
	display: flex;
	gap: 40px;
	margin-top: 28px;
}

.wcu-hero aside span {
	font-size: 11px;
	color: #687581;
}

.wcu-hero aside b {
	display: block;
	color: #173f68;
}

.wcu-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.wcu-benefits article {
	height: 145px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	padding: 28px 25px;
	text-align: right;
	position: relative;
}

.wcu-benefits i {
	position: absolute;
	left: 25px;
	top: 24px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eef6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #000000;
}

.wcu-benefits i svg,
.wcu-journey i svg,
.wcu-numbers i svg,
.wcu-hero aside svg {
	stroke: #000000;
	color: #000000;
}

.wcu-benefits h3 {
	font-size: 17px;
	color: #34495c;
	margin: 0 0 16px;
}

.wcu-benefits p {
	font-size: 10px;
	line-height: 1.7;
	color: #7c8690;
}

.wcu-journey {
	background: #f8fafc;
	margin-top: 35px;
	padding: 35px 25px;
	border-radius: 10px;
}

.wcu-journey > h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #34495c;
}

.wcu-journey > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 32px;
}

.wcu-journey article {
	text-align: center;
	padding: 0 25px;
}

.wcu-journey i {
	width: 58px;
	height: 58px;
	border: 1px solid #dce3e8;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-style: normal;
}

.wcu-journey h3 {
	font-size: 14px;
	color: #34495c;
	margin: 14px 0 7px;
}

.wcu-journey p {
	font-size: 9px;
	line-height: 1.7;
	color: #7f8992;
}

.wcu-numbers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 35px 0;
}

.wcu-numbers article {
	height: 95px;
	border: 1px solid #dfe5ea;
	border-radius: 9px;
	display: grid;
	grid-template-columns: 55px 1fr;
	align-content: center;
	padding: 18px;
}

.wcu-numbers i {
	grid-row: 1/3;
	font-style: normal;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eff8f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcu-numbers strong {
	font: 400 24px Arial;
	color: #34495c;
}

.wcu-numbers span {
	font-size: 10px;
	color: #85909a;
}

.wcu-testimonials > h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #34495c;
	margin: 40px 0 28px;
}

.wcu-testimonials > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.wcu-testimonials article {
	height: 180px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	padding: 26px;
	text-align: right;
}

.wcu-testimonials b {
	font-size: 34px;
	color: #16a492;
}

.wcu-testimonials p {
	font-size: 10px;
	line-height: 1.8;
	color: #64717d;
}

.wcu-testimonials h3 {
	font-size: 12px;
	color: #34495c;
	margin: 15px 0 3px;
}

.wcu-testimonials small {
	font-size: 9px;
	color: #8a939c;
}

.wcu-cta {
	height: auto;
	min-height: 120px;
	background: #17365f;
	border-radius: 12px;
	margin-top: 35px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 48px;
	direction: inherit;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}


/* Typography refinement — vision and mission page */
.vm-pillars article {
	min-height: 210px;
	height: auto;
	padding: 32px;
}

.vm-pillars h2 {
	font-size: 25px;
	line-height: 1.45;
	margin-bottom: 16px;
}

.vm-pillars p {
	font-size: 14px;
	line-height: 2;
}

.vm-values {
	margin-top: 62px;
}

.vm-values > h2 {
	font-size: 28px;
	line-height: 1.45;
}

.vm-values article {
	height: auto;
	min-height: 138px;
	padding: 26px;
}

.vm-values h3 {
	font-size: 17px;
	line-height: 1.5;
}

.vm-values p {
	font-size: 12px;
	line-height: 1.9;
}

.vm-cta h2 {
	font-size: 23px;
}

.vm-cta a {
	font-size: 14px;
}

@media (max-width: 560px) {
	.vm-pillars article {
		min-height: 210px;
		padding: 26px 22px;
	}
	.vm-pillars h2 {
		font-size: 22px;
	}
	.vm-pillars p {
		font-size: 13px;
	}
	.vm-values > h2 {
		font-size: 24px;
	}
	.vm-values article {
		min-height: 128px;
	}
	.vm-values h3 {
		font-size: 16px;
	}
	.vm-values p {
		font-size: 12px;
	}
	.vm-cta h2 {
		font-size: 21px;
	}
}

/* SOURCE: pages/19-policy-pages.css */
/* ==========================================================================
   Page — policy-pages
   53 rule(s)  ·  slice 19 — keep this file in manifest order
   ========================================================================== */

.wcu-cta a {
	background: #12a393;
	color: #fff;
	padding: 14px 32px;
	border-radius: 6px;
}

.wcu-cta div {
	direction: rtl;
	text-align: right;
}

.wcu-cta h2 {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 7px;
}

.wcu-cta p {
	font-size: 11px;
	line-height: 1.6;
}

.page-why-choose .gallery-dark-footer {
	margin-top: 28px;
}

body[data-page="why-choose-us"] > .site-footer {
	display: none;
}

@media (max-width: 900px) {
	.wcu-hero {
		height: auto;
		grid-template-columns: 1fr;
	}
	.wcu-hero img {
		width: 100%;
		height: auto;
		aspect-ratio: 2/1;
	}
	.wcu-benefits {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.wcu-shell {
		padding: 0 16px 25px;
	}
	.wcu-hero {
		padding: 16px;
	}
	.wcu-hero h1 {
		font-size: 32px;
	}
	.wcu-benefits {
		grid-template-columns: 1fr;
	}
	.wcu-journey > div,
	.wcu-numbers,
	.wcu-testimonials > div {
		grid-template-columns: 1fr;
	}
	.wcu-journey article {
		padding: 15px;
	}
	.wcu-cta {
		height: auto;
		padding: 28px 20px;
		flex-direction: column;
		gap: 22px;
		text-align: center;
	}
	.wcu-cta div {
		text-align: center;
	}
}

/* Screenshot-matched Terms & Conditions */

.page-terms {
	background: #fff;
}

.terms-shell {
	max-width: 1400px;
	padding: 28px 40px 55px;
}

.terms-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 7px;
	font-size: 11px;
	color: #8f99a2;
}

.terms-breadcrumb a {
	color: #8f99a2;
}

.terms-breadcrumb a:nth-of-type(2) {
	color: #173f68;
	font-weight: 700;
}

.terms-hero {
	min-height: 320px;
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 60px;
	align-items: center;
	direction: ltr;
}

.terms-graphic {
	width: 280px;
	height: 260px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.terms-graphic > span {
	font-size: 180px;
	filter: hue-rotate(0deg);
}

.terms-graphic > i {
	position: absolute;
	right: 10px;
	bottom: 20px;
	font-style: normal;
	font-size: 90px;
}

.terms-hero > div:last-child {
	direction: rtl;
	text-align: right;
}

.terms-hero h1 {
	font-size: 55px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 18px;
}

.terms-hero p {
	font-size: 17px;
	color: #697580;
}

.terms-layout {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 40px;
	direction: ltr;
}

.terms-layout aside,
.terms-layout main {
	border: 1px solid #dfe5ea;
	border-radius: 10px;
}

.terms-layout aside {
	direction: rtl;
	text-align: right;
	padding: 30px;
	min-height: 1040px;
}

.terms-layout aside h2 {
	font-size: 26px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 25px;
}

.terms-layout aside h2 i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #18aaa0;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	margin-left: 14px;
}

.terms-layout aside p {
	font-size: 13px;
	line-height: 2;
	color: #6e7984;
}

.terms-layout aside > div {
	position: relative;
	text-align: center;
	margin-top: 50px;
	font-size: 90px;
	color: #9eb4d2;
}

.terms-layout aside small {
	position: absolute;
	font-size: 30px;
	top: 25px;
	left: 70px;
}

.terms-layout aside b {
	position: absolute;
	font-size: 60px;
	bottom: -45px;
	right: 55px;
}

.terms-layout main {
	direction: rtl;
	text-align: right;
	padding: 20px 40px;
}

.terms-layout main article {
	min-height: 120px;
	border-bottom: 1px solid #e9edf0;
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
}

.terms-layout main article:last-child {
	border-bottom: 0;
}

.terms-layout main i {
	width: 50px;
	height: 50px;
	border-radius: 7px;
	background: #eef5ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #1758a0;
	font-size: 22px;
}

.terms-layout main h2 {
	font-size: 20px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 8px;
}

.terms-layout main p {
	font-size: 12px;
	line-height: 1.8;
	color: #66727e;
}

.page-terms .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="terms"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.terms-hero {
		grid-template-columns: 1fr;
	}
	.terms-graphic {
		margin: auto;
	}
	.terms-hero > div:last-child {
		text-align: center;
	}
	.terms-layout {
		grid-template-columns: 1fr;
	}
	.terms-layout aside {
		min-height: auto;
	}
	.terms-layout aside > div {
		display: none;
	}
}

@media (max-width: 560px) {
	.terms-shell {
		padding: 18px 16px 40px;
	}
	.terms-hero {
		gap: 0;
	}
	.terms-graphic {
		width: 220px;
		height: 230px;
	}
	.terms-graphic > span {
		font-size: 140px;
	}
	.terms-graphic > i {
		font-size: 70px;
	}
	.terms-hero h1 {
		font-size: 39px;
	}
	.terms-hero p {
		font-size: 15px;
	}
	.terms-layout main {
		padding: 10px 18px;
	}
	.terms-layout main article {
		grid-template-columns: 48px 1fr;
		min-height: 150px;
	}
	.terms-layout main i {
		width: 40px;
		height: 40px;
	}
	.terms-layout main h2 {
		font-size: 18px;
	}
	.terms-layout main p {
		font-size: 13px;
	}
}

/* Screenshot-matched Training Needs Analysis */

.page-training-needs {
	background: #fff;
}

.tna-shell {
	max-width: 1410px;
	padding: 18px 32px 120px;
}

.tna-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	font-size: 9px;
	color: #8f99a2;
}

.tna-breadcrumb a {
	color: #8f99a2;
}

.tna-hero {
	display: grid;
	grid-template-columns: 1fr 665px;
	gap: 25px;
	direction: ltr;
	margin-top: 24px;
}

.tna-hero > div {
	direction: rtl;
	text-align: right;
}

.tna-hero h1 {
	font-size: 38px;
	color: #173f68;
	margin: 15px 0 10px;
}

.tna-hero > div > p {
	font-size: 12px;
	color: #7c8690;
}

.tna-points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}

.tna-points article {
	display: grid;
	grid-template-columns: 42px 1fr;
	text-align: right;
}

.tna-points i {
	grid-row: 1/3;
	width: 40px;
	height: 40px;
	border: 1px solid #dce3e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #1450a0;
}

.tna-points b {
	font-size: 11px;
	color: #34495c;
}

.tna-points small {
	font-size: 8px;
	color: #8c959e;
}

.tna-desc {
	line-height: 2;
	margin-top: 25px !important;
}

/* SOURCE: pages/20-training-needs.css */
/* ==========================================================================
   Components — buttons, cards, forms, modals, wizard, toasts
   244 rule(s)  ·  slice 20 — keep this file in manifest order
   ========================================================================== */

.tna-hero figure {
	position: relative;
	margin: 0;
}

.tna-hero img {
	width: 665px;
	height: 335px;
	object-fit: cover;
	border-radius: 8px;
}

.tna-hero figcaption {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: #173f68;
	color: #fff;
	padding: 7px 12px;
	border-radius: 3px;
	font-size: 9px;
}

.tna-why,
.tna-deliver,
.tna-method {
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	margin-top: 80px;
	padding: 30px;
}

.tna-why > h2,
.tna-deliver > h2,
.tna-method > h2,
.tna-faq > h2 {
	text-align: center;
	font-size: 22px;
	color: #173f68;
	margin: 0 0 35px;
}

.tna-why > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tna-why article {
	height: 105px;
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	padding: 20px;
	text-align: right;
	position: relative;
}

.tna-why i {
	position: absolute;
	left: 18px;
	top: 18px;
	color: #1450a0;
	font-style: normal;
}

.tna-why h3,
.tna-deliver h3 {
	font-size: 13px;
	color: #34495c;
}

.tna-why p,
.tna-deliver p {
	font-size: 9px;
	color: #7d8790;
	line-height: 1.7;
}

.tna-deliver > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tna-deliver article {
	text-align: center;
	padding: 0 18px;
}

.tna-deliver i {
	width: 42px;
	height: 42px;
	border: 1px solid #dce3e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-style: normal;
	color: #1450a0;
}

.tna-method > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.tna-method article {
	height: 145px;
	border: 1px solid #dfe5ea;
	border-radius: 8px;
	padding: 20px;
	text-align: right;
	position: relative;
}

.tna-method b {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #173f68;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tna-method h3 {
	font-size: 13px;
	color: #34495c;
	margin-top: 52px;
}

.tna-method p {
	font-size: 9px;
	color: #7d8790;
	line-height: 1.7;
}

.tna-faq {
	margin-top: 65px;
}

.tna-faq > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 30px;
}

.tna-faq details {
	border: 1px solid #dfe5ea;
	border-radius: 7px;
	padding: 0 18px;
}

.tna-faq summary {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	color: #34495c;
	cursor: pointer;
}

.tna-faq summary::before {
	content: "⌄";
}

.tna-faq details p {
	font-size: 10px;
	color: #7d8790;
	line-height: 1.8;
	padding-bottom: 15px;
}

.page-training-needs .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="training-needs"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.tna-hero {
		grid-template-columns: 1fr;
	}
	.tna-hero figure {
		grid-row: 1;
	}
	.tna-hero img {
		width: 100%;
		height: auto;
		aspect-ratio: 2/1;
	}
	.tna-why > div,
	.tna-deliver > div,
	.tna-method > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.tna-shell {
		padding: 16px 16px 70px;
	}
	.tna-hero h1 {
		font-size: 31px;
	}
	.tna-points {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.tna-why,
	.tna-deliver,
	.tna-method {
		margin-top: 45px;
		padding: 22px 15px;
	}
	.tna-why > div,
	.tna-deliver > div,
	.tna-method > div,
	.tna-faq > div {
		grid-template-columns: 1fr;
	}
	.tna-why article,
	.tna-method article {
		height: auto;
		min-height: 130px;
	}
	.tna-deliver article {
		padding: 15px;
	}
	.tna-faq {
		margin-top: 45px;
	}
}

/* Screenshot-matched Trainee Limit Pledge */

.page-trainee-limit {
	background: #fff;
}

.tl-shell {
	max-width: 1400px;
	padding: 25px 35px 50px;
}

.tl-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 7px;
	font-size: 11px;
	color: #919aa3;
}

.tl-breadcrumb a {
	color: #919aa3;
}

.tl-breadcrumb a:nth-of-type(2) {
	font-weight: 700;
	color: #173f68;
}

.tl-hero {
	height: 290px;
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 55px;
	align-items: center;
	direction: ltr;
}

.tl-graphic {
	height: 240px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tl-graphic > span {
	font-size: 145px;
}

.tl-graphic > i {
	position: absolute;
	right: 35px;
	bottom: 10px;
	font-style: normal;
	font-size: 110px;
}

.tl-graphic > b {
	position: absolute;
	right: 72px;
	bottom: 55px;
	font-size: 52px;
	color: #fff;
}

.tl-hero > div:last-child {
	direction: rtl;
	text-align: right;
}

.tl-hero h1 {
	font-size: 54px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 28px;
}

.tl-hero p {
	font-size: 20px;
	color: #65717c;
}

.tl-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 35px;
	direction: ltr;
}

.tl-layout aside,
.tl-layout main {
	border: 1px solid #dfe5ea;
	border-radius: 10px;
}

.tl-layout aside {
	height: 340px;
	text-align: center;
	padding: 35px;
	direction: rtl;
}

.tl-layout aside > i {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #e6f7f4;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-style: normal;
	font-size: 50px;
}

.tl-layout aside h2 {
	font-size: 22px;
	color: #34495c;
	margin: 32px 0 12px;
}

.tl-layout aside p {
	font-size: 16px;
	color: #76818b;
}

.tl-layout main {
	direction: rtl;
}

.tl-layout main article {
	height: 118px;
	border-bottom: 1px solid #e9edf0;
	display: grid;
	grid-template-columns: 60px 65px 1fr;
	align-items: center;
	padding: 0 35px;
}

.tl-layout main article:last-child {
	border-bottom: 0;
}

.tl-layout main article > b {
	font-size: 25px;
	font-weight: 400;
	color: #2461a5;
}

.tl-layout main article > i {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #edf4ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 24px;
}

.tl-layout main article > i.c2,
.tl-layout main article > i.c4 {
	background: #e4f8f6;
	color: #10a99d;
}

.tl-layout main h2 {
	font-size: 22px;
	color: #173f68;
	margin: 0 0 8px;
}

.tl-layout main p {
	font-size: 14px;
	color: #75808a;
}

.page-trainee-limit .gallery-dark-footer {
	margin-top: 45px;
}

body[data-page="trainee-limit"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.tl-hero {
		grid-template-columns: 1fr;
		height: auto;
	}
	.tl-graphic {
		margin: auto;
	}
	.tl-hero > div:last-child {
		text-align: center;
	}
	.tl-layout {
		grid-template-columns: 1fr;
	}
	.tl-layout aside {
		height: auto;
	}
	.tl-layout main article {
		height: auto;
		min-height: 130px;
	}
}

@media (max-width: 560px) {
	.tl-shell {
		padding: 18px 16px 40px;
	}
	.tl-graphic {
		height: 220px;
	}
	.tl-graphic > span {
		font-size: 125px;
	}
	.tl-graphic > i {
		font-size: 90px;
	}
	.tl-graphic > b {
		font-size: 42px;
		right: 70px;
	}
	.tl-hero h1 {
		font-size: 38px;
	}
	.tl-hero p {
		font-size: 16px;
	}
	.tl-layout main article {
		grid-template-columns: 42px 48px 1fr;
		padding: 16px 12px;
	}
	.tl-layout main article > i {
		width: 42px;
		height: 42px;
	}
	.tl-layout main h2 {
		font-size: 19px;
	}
	.tl-layout main p {
		font-size: 13px;
	}
}

/* Screenshot-matched System Error page */

.page-system-error {
	background: #fff;
}

.se-shell {
	max-width: 1400px;
	padding: 18px 28px 55px;
}

.se-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	font-size: 10px;
	color: #86919b;
}

.se-breadcrumb a {
	color: #86919b;
}

.se-hero {
	text-align: center;
	margin-top: 35px;
}

.se-hero img {
	width: 440px;
	height: 260px;
	object-fit: cover;
}

.se-hero h1 {
	font-size: 48px;
	font-weight: 400;
	color: #173f68;
	margin: 10px 0;
}

.se-hero p {
	font-size: 17px;
	line-height: 1.7;
	color: #68747f;
}

.se-hero > div {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 25px;
}

.se-hero a,
.se-hero button {
	height: 54px;
	min-width: 210px;
	border: 1px solid #d9e0e6;
	border-radius: 7px;
	background: #fff;
	color: #3f5162;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-size: 15px;
}

.se-hero button {
	background: #1761d7;
	color: #fff;
	border-color: #1761d7;
}

.se-support {
	height: 215px;
	border: 1px solid #dfe5ea;
	border-radius: 11px;
	margin-top: 70px;
	text-align: center;
	padding: 35px;
}

.se-support h2 {
	font-size: 21px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 8px;
}

.se-support > p {
	font-size: 13px;
	color: #7c8791;
}

.se-support > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 800px;
	margin: 30px auto 0;
}

.se-support article {
	display: grid;
	grid-template-columns: 45px 1fr;
	border-left: 1px solid #e8ecef;
	text-align: right;
	padding: 0 25px;
}

.se-support article:last-child {
	border-left: 0;
}

.se-support i {
	grid-row: 1/3;
	width: 38px;
	height: 38px;
	border: 1px solid #dfe5ea;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #1761d7;
}

.se-support b {
	font-size: 13px;
	color: #40515f;
}

.se-support small {
	font-size: 10px;
	color: #929aa2;
}

.se-quick {
	margin-top: 55px;
}

.se-quick > h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #34495c;
	margin-bottom: 30px;
}

.se-quick > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.se-quick a {
	height: 150px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.se-quick i {
	font-style: normal;
	font-size: 30px;
	color: #1761d7;
	margin-bottom: 14px;
}

.se-quick b {
	font-size: 14px;
	color: #34495c;
}

.se-quick small {
	font-size: 10px;
	color: #939ba3;
	margin-top: 7px;
}

.se-apology {
	height: 90px;
	background: #f7f9fb;
	border-radius: 8px;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	padding: 20px 35px;
	text-align: right;
	direction: rtl;
}

.se-apology i {
	font-style: normal;
	font-size: 25px;
	color: #1761d7;
}

.se-apology h3 {
	font-size: 15px;
	color: #34495c;
	margin: 0 0 3px;
}

.se-apology p {
	font-size: 10px;
	color: #818b94;
}

.page-system-error .gallery-dark-footer {
	margin-top: 50px;
}

body[data-page="system-error"] > .site-footer {
	display: none;
}

@media (max-width: 700px) {
	.se-support {
		height: auto;
	}
	.se-support > div {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.se-support article {
		border-left: 0;
	}
	.se-quick > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px) {
	.se-shell {
		padding: 16px;
	}
	.se-hero img {
		width: 100%;
		height: auto;
		aspect-ratio: 1.7/1;
	}
	.se-hero h1 {
		font-size: 36px;
	}
	.se-hero p {
		font-size: 15px;
	}
	.se-hero > div {
		display: grid;
		grid-template-columns: 1fr;
	}
	.se-hero a,
	.se-hero button {
		min-width: 0;
	}
	.se-support {
		padding: 28px 18px;
		margin-top: 50px;
	}
	.se-quick > div {
		grid-template-columns: 1fr;
	}
	.se-apology {
		height: auto;
	}
	.se-quick a {
		height: 125px;
	}
}

/* Screenshot-matched Cancellation & Refund Policy */

.page-cancellation-refund {
	background: #fff;
}

.cr-shell {
	max-width: 1400px;
	padding: 28px 35px 65px;
}

.cr-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #8d969f;
}

.cr-breadcrumb a {
	color: #8d969f;
}

.cr-breadcrumb a:nth-of-type(2),
.cr-breadcrumb b {
	color: #173f68;
	font-weight: 700;
}

.cr-hero {
	height: 300px;
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 55px;
	align-items: center;
	direction: ltr;
}

.cr-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cr-visual img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.cr-hero > div:last-child {
	direction: rtl;
	text-align: right;
}

.cr-hero h1 {
	font-size: 58px;
	color: #173f68;
	margin: 0 0 22px;
	font-weight: 700;
}

.cr-hero p {
	font-size: 20px;
	color: #6e7982;
}

.cr-layout {
	display: grid;
	grid-template-columns: 310px 1fr;
	gap: 30px;
	direction: ltr;
}

.cr-layout aside,
.cr-layout main {
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(23, 63, 104, 0.07);
}

.cr-layout aside {
	height: 300px;
	text-align: center;
	padding: 35px;
	direction: rtl;
}

.cr-layout aside > i {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #e5f7f5;
	color: #10a79d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 46px;
	font-style: normal;
}

.cr-layout aside h2 {
	font-size: 24px;
	color: #173f68;
	margin: 28px 0 14px;
}

.cr-layout aside p {
	font-size: 16px;
	line-height: 1.9;
	color: #7b858e;
}

.cr-layout main {
	direction: rtl;
}

.cr-layout main article {
	min-height: 130px;
	border-bottom: 1px solid #edf0f2;
	display: grid;
	grid-template-columns: 58px 65px 1fr;
	align-items: center;
	padding: 22px 45px;
}

.cr-layout main article:last-child {
	border-bottom: 0;
}

.cr-layout main article > b {
	font-size: 18px;
	color: #2463ae;
}

.cr-layout main article > i {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #edf3ff;
	color: #2463ae;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-style: normal;
}

.cr-layout main article > i.cr2,
.cr-layout main article > i.cr4,
.cr-layout main article > i.cr6 {
	background: #e4f7f5;
	color: #10a79d;
}

.cr-layout main h2 {
	font-size: 25px;
	color: #173f68;
	margin: 0 0 10px;
}

.cr-layout main p {
	font-size: 15px;
	color: #74808a;
	line-height: 1.8;
}

.page-cancellation-refund .gallery-dark-footer {
	margin-top: 0;
}

body[data-page="cancellation-refund"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.cr-hero {
		height: auto;
		grid-template-columns: 1fr;
	}
	.cr-visual {
		margin: auto;
	}
	.cr-hero > div:last-child {
		text-align: center;
	}
	.cr-layout {
		grid-template-columns: 1fr;
	}
	.cr-layout aside {
		height: auto;
	}
	.cr-layout main article {
		min-height: 130px;
	}
}

@media (max-width: 560px) {
	.cr-shell {
		padding: 18px 16px 45px;
	}
	.cr-visual img {
		width: 250px;
		height: 250px;
	}
	.cr-hero h1 {
		font-size: 39px;
	}
	.cr-hero p {
		font-size: 16px;
	}
	.cr-layout main article {
		grid-template-columns: 40px 48px 1fr;
		padding: 18px 12px;
	}
	.cr-layout main article > i {
		width: 42px;
		height: 42px;
	}
	.cr-layout main h2 {
		font-size: 20px;
	}
	.cr-layout main p {
		font-size: 13px;
	}
}

/* Screenshot-matched Electronic Attendance Policy */

.page-electronic-attendance {
	background: #fff;
}

.ea-shell {
	max-width: 1400px;
	padding: 28px 32px 50px;
}

.ea-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #8b949d;
}

.ea-breadcrumb a {
	color: #8b949d;
}

.ea-breadcrumb a:nth-of-type(2) {
	color: #173f68;
	font-weight: 700;
}

.ea-hero {
	height: 245px;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 55px;
	align-items: center;
	direction: ltr;
}

.ea-hero img {
	width: 260px;
	height: 210px;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.ea-hero > div {
	direction: rtl;
	text-align: right;
}

.ea-hero h1 {
	font-size: 54px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 18px;
}

.ea-hero p {
	font-size: 19px;
	color: #6f7982;
}

.ea-layout {
	display: grid;
	grid-template-columns: 305px 1fr;
	gap: 30px;
	direction: ltr;
}

.ea-layout aside,
.ea-layout main {
	border: 1px solid #dfe5ea;
	border-radius: 11px;
	background: #fff;
}

.ea-layout aside {
	height: 300px;
	padding: 55px 30px;
	text-align: center;
	direction: rtl;
}

.ea-layout aside h2 {
	font-size: 20px;
	color: #173f68;
	margin: 0;
}

.ea-layout aside strong {
	font-size: 58px;
	color: #112f68;
	display: block;
	margin: 14px 0 20px;
}

.ea-layout aside > div {
	height: 8px;
	background: #e7e9ec;
	border-radius: 8px;
	overflow: hidden;
}

.ea-layout aside > div span {
	display: block;
	width: 75%;
	height: 100%;
	background: #16c4b5;
	border-radius: 8px;
}

.ea-layout aside p {
	font-size: 13px;
	line-height: 1.8;
	color: #75808a;
	margin-top: 22px;
}

.ea-layout main {
	direction: rtl;
	padding: 12px 35px;
}

.ea-layout main article {
	min-height: 122px;
	border-bottom: 1px solid #e9edf0;
	display: grid;
	grid-template-columns: 58px 65px 1fr;
	align-items: center;
	padding: 18px 10px;
}

.ea-layout main article:last-child {
	border-bottom: 0;
}

.ea-layout main article > b {
	font-size: 18px;
	color: #13ab9e;
}

.ea-layout main article > i {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #edf3ff;
	color: #173f68;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-style: normal;
}

.ea-layout main h2 {
	font-size: 23px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 9px;
}

.ea-layout main p {
	font-size: 15px;
	line-height: 1.75;
	color: #76818b;
}

.page-electronic-attendance .gallery-dark-footer {
	margin-top: 28px;
}

body[data-page="electronic-attendance"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.ea-hero {
		height: auto;
		grid-template-columns: 1fr;
	}
	.ea-hero img {
		margin: auto;
	}
	.ea-hero > div {
		text-align: center;
	}
	.ea-layout {
		grid-template-columns: 1fr;
	}
	.ea-layout aside {
		height: auto;
	}
}

@media (max-width: 560px) {
	.ea-shell {
		padding: 18px 16px 42px;
	}
	.ea-hero h1 {
		font-size: 39px;
	}
	.ea-hero p {
		font-size: 16px;
	}
	.ea-layout main {
		padding: 8px;
	}
	.ea-layout main article {
		grid-template-columns: 40px 48px 1fr;
		padding: 18px 6px;
	}
	.ea-layout main article > i {
		width: 42px;
		height: 42px;
	}
	.ea-layout main h2 {
		font-size: 19px;
	}
	.ea-layout main p {
		font-size: 13px;
	}
}

/* Screenshot-matched Beneficiary Privacy Policy */

.page-beneficiary-privacy {
	background: #fff;
}

.bp-shell {
	max-width: 1400px;
	padding: 26px 35px 52px;
}

.bp-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #8b949d;
}

.bp-breadcrumb a {
	color: #8b949d;
}

.bp-breadcrumb a:nth-of-type(2) {
	color: #173f68;
	font-weight: 700;
}

.bp-hero {
	height: 280px;
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 50px;
	align-items: center;
	direction: ltr;
}

.bp-hero img {
	width: 310px;
	height: 270px;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.bp-hero > div {
	direction: rtl;
	text-align: right;
}

.bp-hero h1 {
	font-size: 56px;
	font-weight: 400;
	color: #173f68;
	margin: 0 0 18px;
}

.bp-hero p {
	font-size: 20px;
	color: #6e7982;
}

.bp-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 35px;
	direction: ltr;
}

.bp-layout aside,
.bp-layout main {
	border: 1px solid #dfe5ea;
	border-radius: 11px;
	background: #fff;
}

.bp-layout aside {
	height: 220px;
	direction: rtl;
	padding: 18px 22px;
}

.bp-layout aside section {
	height: 92px;
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	border-bottom: 1px solid #e8ecef;
}

.bp-layout aside section:last-child {
	border-bottom: 0;
}

.bp-layout aside i {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #edf3ff;
	color: #173f68;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}

.bp-layout aside small,
.bp-layout aside b {
	display: block;
}

.bp-layout aside small {
	font-size: 12px;
	color: #7d8790;
}

.bp-layout aside b {
	font-size: 14px;
	color: #173f68;
	margin-top: 4px;
}

.bp-layout main {
	direction: rtl;
	padding: 16px 40px;
}

.bp-layout main article {
	min-height: 130px;
	border-bottom: 1px solid #e9edf0;
	display: grid;
	grid-template-columns: 58px 65px 1fr;
	align-items: center;
	padding: 18px 8px;
}

.bp-layout main article:last-child {
	border-bottom: 0;
}

.bp-layout main article > b {
	font-size: 19px;
	color: #34495c;
}

.bp-layout main article > i {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #e5f7f5;
	color: #18aaa1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 23px;
}

.bp-layout main h2 {
	font-size: 25px;
	font-weight: 400;
	color: #34495c;
	margin: 0 0 9px;
}

.bp-layout main p {
	font-size: 15px;
	line-height: 1.8;
	color: #76818b;
}

.page-beneficiary-privacy .gallery-dark-footer {
	margin-top: 35px;
}

body[data-page="beneficiary-privacy"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.bp-hero {
		height: auto;
		grid-template-columns: 1fr;
	}
	.bp-hero img {
		margin: auto;
	}
	.bp-hero > div {
		text-align: center;
	}
	.bp-layout {
		grid-template-columns: 1fr;
	}
	.bp-layout aside {
		height: auto;
	}
}

@media (max-width: 560px) {
	.bp-shell {
		padding: 18px 16px 42px;
	}
	.bp-hero img {
		width: 270px;
		height: 235px;
	}
	.bp-hero h1 {
		font-size: 38px;
	}
	.bp-hero p {
		font-size: 16px;
	}
	.bp-layout main {
		padding: 8px;
	}
	.bp-layout main article {
		grid-template-columns: 40px 48px 1fr;
		padding: 18px 6px;
	}
	.bp-layout main article > i {
		width: 42px;
		height: 42px;
	}
	.bp-layout main h2 {
		font-size: 20px;
	}
	.bp-layout main p {
		font-size: 13px;
	}
}

/* Screenshot-matched Beneficiary Satisfaction */

.page-beneficiary-satisfaction {
	background: #fff;
}

.bs-shell {
	max-width: 1400px;
	padding: 28px 32px 65px;
}

.bs-breadcrumb {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	font-size: 11px;
	color: #8b949d;
}

.bs-breadcrumb a {
	color: #8b949d;
}

.bs-breadcrumb a:nth-of-type(2) {
	color: #173f68;
	font-weight: 700;
}

.bs-hero {
	height: 260px;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 50px;
	align-items: center;
	direction: ltr;
}

.bs-hero img {
	width: 300px;
	height: 240px;
	object-fit: cover;
	mix-blend-mode: multiply;
}

.bs-hero > div {
	direction: rtl;
	text-align: right;
}

.bs-hero h1 {
	font-size: 56px;
	color: #173f68;
	margin: 0 0 18px;
}

.bs-hero p {
	font-size: 20px;
	line-height: 1.7;
	color: #6e7982;
	max-width: 560px;
}

.bs-layout {
	display: grid;
	grid-template-columns: 310px 1fr;
	gap: 30px;
	direction: ltr;
}

.bs-layout aside,
.bs-layout main {
	direction: rtl;
}

.bs-layout aside {
	border: 1px solid #dfe5ea;
	border-radius: 11px;
	padding: 28px;
}

.bs-layout aside > h2 {
	font-size: 25px;
	color: #34495c;
	margin: 0 0 20px;
	border-bottom: 4px solid #20b2b0;
	padding-bottom: 14px;
}

.bs-layout aside article {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 10px;
	padding: 15px 0;
}

.bs-layout aside i {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #edf3ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	color: #173f68;
}

.bs-layout aside h3 {
	font-size: 18px;
	color: #34495c;
	margin: 0 0 8px;
}

.bs-layout aside p {
	font-size: 13px;
	line-height: 1.8;
	color: #76818b;
}

.bs-layout main {
	border: 1px solid #dfe5ea;
	border-radius: 11px;
	padding: 35px;
}

.bs-about > h2 {
	font-size: 25px;
	color: #173f68;
	margin: 0 0 20px;
}

.bs-about > h2 i {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #edf3ff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}

.bs-about > p {
	font-size: 15px;
	line-height: 2;
	color: #76818b;
	margin-bottom: 25px;
}

.bs-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 25px;
}

.bs-benefits article {
	text-align: right;
}

.bs-benefits i {
	font-style: normal;
	color: #20b2b0;
	font-size: 23px;
}

.bs-benefits h3 {
	font-size: 17px;
	color: #34495c;
	margin: 8px 0;
}

.bs-benefits p {
	font-size: 12px;
	line-height: 1.7;
	color: #76818b;
}

.bs-survey {
	background: #f5f8fc;
	border: 1px solid #dfe5ea;
	border-radius: 10px;
	padding: 28px;
}

.bs-survey h2 {
	font-size: 28px;
	color: #173f68;
	margin: 0 0 12px;
}

.bs-survey p {
	font-size: 14px;
	color: #76818b;
}

.bs-survey label {
	display: block;
	font-size: 13px;
	color: #76818b;
	margin: 22px 0 8px;
}

.bs-link {
	display: grid;
	grid-template-columns: 1fr 50px;
	direction: ltr;
	gap: 8px;
}

.bs-link span,
.bs-link button {
	height: 50px;
	border: 1px solid #dfe5ea;
	border-radius: 7px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1761d7;
	font-weight: 700;
}

.bs-link button {
	font-family: inherit;
}

.bs-survey > a {
	width: 240px;
	height: 52px;
	background: #2462ae;
	color: #fff;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 22px auto 12px;
	font-size: 16px;
}

.bs-survey strong {
	width: 280px;
	height: 48px;
	background: #fff;
	border: 1px solid #dfe5ea;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	color: #34495c;
}

.page-beneficiary-satisfaction .gallery-dark-footer {
	margin-top: 60px;
}

body[data-page="beneficiary-satisfaction"] > .site-footer {
	display: none;
}

@media (max-width: 850px) {
	.bs-hero {
		height: auto;
		grid-template-columns: 1fr;
	}
	.bs-hero img {
		margin: auto;
	}
	.bs-hero > div {
		text-align: center;
	}
	.bs-layout {
		grid-template-columns: 1fr;
	}
	.bs-layout aside {
		order: 2;
	}
}

@media (max-width: 560px) {
	.bs-shell {
		padding: 18px 16px 45px;
	}
	.bs-hero img {
		width: 270px;
		height: 216px;
	}
	.bs-hero h1 {
		font-size: 38px;
	}
	.bs-hero p {
		font-size: 16px;
	}
	.bs-layout main,
	.bs-layout aside {
		padding: 20px;
	}
	.bs-benefits {
		grid-template-columns: 1fr;
	}
	.bs-link span {
		font-size: 11px;
	}
	.bs-survey > a,
	.bs-survey strong {
		width: 100%;
	}
}

/* Background + Border reference component */

.bp-layout aside .last-update-card {
	width: 157px !important;
	height: 58px !important;
	min-height: 58px !important;
	margin: 8px auto 22px !important;
	padding: 7px 10px !important;
	display: grid !important;
	grid-template-columns: 38px 1fr !important;
	gap: 7px !important;
	align-items: center !important;
	background: #fff !important;
	border: 1px solid #e2e7ec !important;
	border-radius: 12px !important;
	box-shadow: 0 1px 3px rgba(23, 63, 104, 0.05) !important;
	direction: rtl;
}

.bp-layout aside .last-update-card i {
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
	background: #f1f5fb !important;
	color: #173f68 !important;
	font-size: 12px !important;
	grid-column: 1;
	grid-row: 1;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.bp-layout aside .last-update-card div {
	grid-column: 2;
	grid-row: 1;
	text-align: right;
	line-height: 1.2;
}

.bp-layout aside .last-update-card small {
	font-size: 10px !important;
	color: #9aa2aa !important;
	margin: 0 !important;
}

.bp-layout aside .last-update-card b {
	font-size: 12px !important;
	color: #173f68 !important;
	margin-top: 3px !important;
	white-space: nowrap;
}

/* Background + Border pledge download card */

.tl-side {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.pledge-download-card {
	width: 100%;
	min-height: 167px;
	background: #fff;
	border: 1px solid #e1e6eb;
	border-radius: 12px;
	padding: 20px 24px;
	text-align: right;
	direction: rtl;
}

.pdc-head {
	display: grid;
	grid-template-columns: 46px 1fr;
	align-items: center;
	gap: 12px;
}

.pdc-head > i {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: #f0f4fb;
	color: #173f68;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 20px;
	position: relative;
}

.pdc-head > i small {
	position: absolute;
	left: 4px;
	bottom: 4px;
	background: #17b6ad;
	color: #fff;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
}

.pdc-head h3 {
	font-size: 17px;
	color: #173f68;
	margin: 0;
}

.pledge-download-card > p {
	font-size: 12px;
	line-height: 1.8;
	color: #7a858e;
	margin: 12px 0;
}

.pledge-download-card > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2463ae;
	font-size: 12px;
	font-weight: 700;
}

.pledge-download-card > a small {
	color: #8d969f;
	font-weight: 400;
	margin-right: 7px;
}

.tl-side .tl-layout aside {
	width: 100%;
}

@media (max-width: 560px) {
	.pledge-download-card {
		padding: 18px;
	}
	.pdc-head h3 {
		font-size: 16px;
	}
}

/* ==========================================================================
   Brand logo (multipage build)
   ========================================================================== */

.brand .brand-logo {
	width: 36px;
	height: 36px;
	object-fit: contain;
	display: block;
}

.g-brand > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.g-brand .gf-logo {
	width: 42px;
	height: 42px;
	object-fit: contain;
	display: block;
}

.cf-logo {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cf-logo .cf-logo-img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

/* Numeric strings must stay left-to-right inside RTL text */

.ltr-num {
	direction: ltr;
	unicode-bidi: isolate;
	display: inline-block;
}

/* SOURCE: 21-responsive-fixes.css */
/* ==========================================================================
   Responsive & robustness fixes
   Loaded last on purpose: these rules intentionally win over the modules
   above, so the original slices stay untouched and reviewable.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Font fallbacks
   -------------------------------------------------------------------------- */
:root {
	--font-family: "IBM Plex Sans Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box !important;
}

html, body {
	max-width: 100vw;
	overflow-x: hidden !important;
	width: 100%;
	scroll-behavior: smooth;
}

/* --------------------------------------------------------------------------
   2. Global mobile typography & spacing
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	html {
		font-size: 15px;
	}
	h1, .h1 { font-size: clamp(1.6rem, 5.5vw, 2.5rem) !important; line-height: 1.3 !important; }
	h2, .h2 { font-size: clamp(1.3rem, 4.5vw, 2rem) !important; line-height: 1.4 !important; }
	h3, .h3 { font-size: clamp(1.1rem, 3.5vw, 1.75rem) !important; }

	section {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	a, button, input[type="submit"] {
		min-height: 44px;
	}

	.card, .program-item, .news-item, .gallery-item, .trainer-card, .article-card, .solution-card {
		border-radius: 16px !important;
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
		border: 1px solid rgba(226, 232, 240, 0.6) !important;
		background: #ffffff;
		transition: transform 0.3s ease, box-shadow 0.3s ease !important;
		overflow: hidden;
	}

	.card:active, .program-item:active, .news-item:active, .gallery-item:active {
		transform: scale(0.98) !important;
		box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
	}
}

*, body, html, button, input, select, textarea, h1, h2, h3, h4, h5, h6, table, td, th {
	font-family: var(--font-family) !important;
}

/* --------------------------------------------------------------------------
   3. Home hero section — mobile layout fix (uses .home-hero / .home-hero-copy)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	/* Fix the absolutely positioned copy box — 520px fixed width breaks on mobile */
	.home-hero-copy {
		position: relative !important;
		right: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 1.75rem 1.25rem 1.5rem !important;
		box-sizing: border-box !important;
	}

	.home-hero {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
		min-height: 360px !important;
	}

	.home-hero-copy h1 {
		font-size: clamp(1.5rem, 6vw, 2.2rem) !important;
		line-height: 1.35 !important;
		margin: 8px 0 !important;
	}

	.home-hero-copy p {
		font-size: 0.88rem !important;
		line-height: 1.75 !important;
	}

	/* Stack CTA buttons vertically on mobile */
	.home-hero-copy > div {
		flex-direction: column !important;
		gap: 0.6rem !important;
		margin-top: 1rem !important;
	}

	.home-hero-copy a,
	.home-hero-copy button {
		width: 100% !important;
		justify-content: center !important;
		height: 44px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 400px) {
	.home-hero-copy {
		padding: 1.25rem 1rem 1.25rem !important;
	}
	.home-hero-copy h1 {
		font-size: 1.4rem !important;
	}
}

/* --------------------------------------------------------------------------
   4. Home search bar — fix grid overflow on mobile (uses .home-search form with repeat(4,1fr) 74px)
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
	.home-search form {
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
	}

	.home-search form > button {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 560px) {
	.home-search form {
		grid-template-columns: 1fr !important;
	}

	.home-search input,
	.home-search select,
	.home-search button {
		width: 100% !important;
		min-width: 0 !important;
		height: 40px !important;
	}
}

@media (max-width: 768px) {
	.home-search {
		padding: 16px 14px 20px !important;
	}
	.home-search h2 {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}
}

/* --------------------------------------------------------------------------
   5. Home program grid — fix 4-column grid on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 700px) {
	.home-program-grid {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
}

/* --------------------------------------------------------------------------
   5b. Home metrics grid — 5 cols breaks on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
	.home-metrics {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 0 !important;
	}
}
@media (max-width: 380px) {
	.home-metrics {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

/* --------------------------------------------------------------------------
   5c. Home solution grid — 3 cols on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
	.home-solution-grid {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}
}

/* --------------------------------------------------------------------------
   5d. Home methodology grid — 6 cols on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
	.home-method > div:last-child {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 8px !important;
	}
}
@media (max-width: 400px) {
	.home-method > div:last-child {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

/* --------------------------------------------------------------------------
   5e. Home story grid — 2 cols on very small mobile
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
	.home-story-grid {
		grid-template-columns: 1fr !important;
	}
}

/* --------------------------------------------------------------------------
   5f. Home gallery grid — 4 cols on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 560px) {
	.home-gallery > div:last-child {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.home-gallery img {
		height: 120px !important;
	}
}

/* --------------------------------------------------------------------------
   5g. Home final CTA buttons — stack on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
	.home-final-cta div {
		flex-direction: column !important;
		align-items: center !important;
	}
	.home-final-cta a {
		width: 100% !important;
		justify-content: center !important;
	}
}

/* --------------------------------------------------------------------------
   6. Solutions grid & program grid — generic overflow fixes
   -------------------------------------------------------------------------- */
@media (max-width: 600px) {
	.solutions-grid {
		grid-template-columns: 1fr !important;
		gap: 1rem !important;
	}
	.program-grid {
		grid-template-columns: 1fr !important;
		gap: 1.25rem !important;
	}
}

/* --------------------------------------------------------------------------
   7. Methodology steps grid — fix 2 columns on very small screens
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.method-timeline {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 640px) {
	.method-timeline {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 0.75rem !important;
	}
}

@media (max-width: 420px) {
	.method-timeline {
		grid-template-columns: 1fr !important;
	}

	.method-step {
		padding: 1.25rem !important;
	}
}

/* --------------------------------------------------------------------------
   8. Footer grid — responsive stacking on mobile
   -------------------------------------------------------------------------- */

/* Force footer columns to 2 on tablet */
@media (max-width: 900px) {
	.site-footer .footer-grid,
	.footer-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}
}

/* Force footer columns to 1 on mobile */
@media (max-width: 560px) {
	.site-footer .footer-grid,
	.footer-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.footer-brand {
		flex-wrap: wrap;
		max-width: 100%;
	}

	.footer-brand svg {
		width: 40px;
		height: 40px;
		flex: none;
	}

	.footer-brand b {
		font-size: 21px;
	}

	.footer-brand small {
		font-size: 8px;
		letter-spacing: 1px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.footer-grid > section {
		padding: 0 !important;
		border: none !important;
		min-height: 0 !important;
	}
}

/* --------------------------------------------------------------------------
   9. Gallery & viewer
   -------------------------------------------------------------------------- */
.gallery-feature,
.gallery-viewer,
.gallery-info {
	min-width: 0;
}

.gallery-viewer > * {
	max-width: 100%;
}

.gallery-thumbs {
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}

.gallery-thumbs img,
.gallery-thumbs button {
	flex: none;
}

/* --------------------------------------------------------------------------
   10. Dark footer overflow fix on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {

	.gallery-footer-grid,
	.gallery-footer-grid > section {
		min-width: 0;
	}

	.gallery-footer-grid > section {
		padding-inline: 0;
	}

	.gallery-footer-grid > section > *,
	.gallery-footer-bottom span {
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.g-social {
		overflow-wrap: anywhere;
	}
}

/* --------------------------------------------------------------------------
   11. Generic image/video guards
   -------------------------------------------------------------------------- */
img,
video {
	max-width: 100%;
}

@media (max-width: 560px) {
	input,
	textarea,
	select {
		max-width: 100%;
	}
}

/* --------------------------------------------------------------------------
   12. Programs listing controls
   -------------------------------------------------------------------------- */
.pl-header-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 720px;
	margin: 28px auto 0;
}

.pl-search-input {
	position: relative;
	flex: 1;
	max-width: 480px;
	height: 50px;
}

.pl-search-input input {
	width: 100%;
	height: 50px;
	border: 1px solid #dce2e8;
	border-radius: 8px;
	background: #fff;
	padding: 0 45px 0 18px;
	text-align: right;
	font-family: inherit;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(30, 52, 74, 0.05);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pl-search-input input:focus {
	border-color: #1764c7;
	box-shadow: 0 0 0 3px rgba(23, 100, 199, 0.12);
	outline: none;
}

.pl-search-input span {
	position: absolute;
	left: 18px;
	top: 13px;
	font-size: 20px;
	color: #87909a;
	pointer-events: none;
}

.pl-calendar-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 50px;
	padding: 0 22px;
	background: var(--primary-gradient, linear-gradient(135deg, #1e65d5 0%, #0d47a1 100%));
	color: #ffffff !important;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(13, 71, 161, 0.35);
	transition: all 0.25s ease;
	cursor: pointer;
}

.pl-calendar-btn:hover {
	background: var(--primary-gradient-hover, linear-gradient(135deg, #2570e8 0%, #1052b6 100%));
	box-shadow: 0 6px 18px rgba(13, 71, 161, 0.45);
	transform: translateY(-1px);
}

.pl-calendar-btn svg {
	flex-shrink: 0;
}

@media (max-width: 600px) {
	.pl-header-controls {
		flex-direction: column;
		width: 100%;
	}

	.pl-search-input {
		width: 100%;
		max-width: 100%;
	}

	.pl-calendar-btn {
		width: 100%;
		justify-content: center;
	}
}

/* --------------------------------------------------------------------------
   13. Footer logo size
   -------------------------------------------------------------------------- */
.footer-brand .brand-logo,
.g-brand .brand-logo,
.cf-brand .brand-logo {
	width: 43px;
	height: 43px;
	object-fit: contain;
	flex: none;
	display: block;
}

/* --------------------------------------------------------------------------
   14. Policy sidebar links
   -------------------------------------------------------------------------- */
a.policy-menu-btn {
	display: block;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
   15. Mobile drawer overall — contact section spacing fix
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
	/* Fix the registration CTA button in drawer to have proper sizing */
	.qei-drawer-cta {
		min-height: 52px !important;
		font-size: 15px !important;
		padding: 14px 18px !important;
	}

	/* Ensure drawer items don't overflow container */
	.qei-drawer-nav-list {
		padding: 0 !important;
		width: 100% !important;
	}

	.qei-drawer-item {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Fix contact items in drawer */
	.qei-drawer-footer {
		padding: 12px 0 8px !important;
		flex-shrink: 0 !important;
	}
}

/* --------------------------------------------------------------------------
   16. Container padding on very small screens
   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
	.container {
		padding-left: 0.85rem !important;
		padding-right: 0.85rem !important;
	}

	.hero-content {
		padding: 1.5rem 1rem !important;
	}

	.hero-content h1 {
		font-size: 1.5rem !important;
	}
}

/* --------------------------------------------------------------------------
   17. Section head on mobile — prevent text overflow
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	.section-head h2 {
		font-size: 1.5rem !important;
		line-height: 1.35 !important;
	}

	.section-head p {
		font-size: 0.95rem !important;
	}
}

/* --------------------------------------------------------------------------
   18. Success story & impact cards
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
	.success-grid,
	.impact-grid,
	.clients-grid,
	.team-grid {
		grid-template-columns: 1fr !important;
		gap: 1rem !important;
	}
}

/* --------------------------------------------------------------------------
   19. About page grid fixes on mobile
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.section-about > div[style*="grid-template-columns: 1fr 1fr"] {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}

	.section-about > div[style*="grid-template-columns: repeat(4, 1fr)"] {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.section-about div[style*="justify-content: space-between"] {
		flex-direction: column !important;
		text-align: center !important;
	}
}

@media (max-width: 576px) {
	.section-about > div[style*="grid-template-columns: repeat(4, 1fr)"] {
		grid-template-columns: 1fr !important;
	}
}

/* --------------------------------------------------------------------------
   20. Article details grid fix
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.section-article-details > div[style*="grid-template-columns: 1fr 310px"] {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}

	.section-article-details div[style*="grid-template-columns: repeat(3, 1fr)"] {
		grid-template-columns: 1fr !important;
	}
}

/* --------------------------------------------------------------------------
   21. 404 page responsive
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.hero-404-grid {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.hero-404-grid p {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-404-grid > div:last-child {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.help-cards-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 576px) {
	.help-cards-grid {
		grid-template-columns: 1fr !important;
	}
}

/* --------------------------------------------------------------------------
   22. Footer & Mobile Socials & Viewport Fixes
   -------------------------------------------------------------------------- */
html, body {
	max-width: 100% !important;
	width: 100% !important;
	position: relative !important;
}

.site-header,
main,
.site-footer,
.footer-light,
.gallery-dark-footer,
.wcu-shell,
.container {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.site-footer .footer-main {
	padding: 0 24px 40px !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
}

.footer-brand {
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.footer-brand .brand-logo,
.footer-brand img {
	width: 43px !important;
	height: 43px !important;
	object-fit: contain !important;
	flex-shrink: 0 !important;
	display: block !important;
}

.footer-brand-col p {
	max-width: 100% !important;
	overflow-wrap: anywhere !important;
	word-break: normal !important;
}

.socials,
.g-social {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	margin-top: 16px !important;
	direction: inherit !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.socials a,
.g-social a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	flex-shrink: 0 !important;
	position: static !important;
	transform: none !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

/* Blue CTA Section ("جاهز للخطوة التالية؟") Mobile Responsive */
@media (max-width: 768px) {
	.wcu-cta {
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 18px !important;
		flex-direction: column-reverse !important;
		gap: 20px !important;
		text-align: center !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		border-radius: 16px !important;
	}

	.wcu-cta div {
		text-align: center !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.wcu-cta h2 {
		font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
		margin-bottom: 8px !important;
	}

	.wcu-cta p {
		font-size: 0.88rem !important;
		line-height: 1.6 !important;
		margin: 0 !important;
	}

	.wcu-cta a {
		width: 100% !important;
		max-width: 260px !important;
		text-align: center !important;
		justify-content: center !important;
		display: inline-flex !important;
		align-items: center !important;
		padding: 12px 24px !important;
		box-sizing: border-box !important;
		margin: 0 auto !important;
	}
}

@media (max-width: 768px) {
	.site-footer .footer-main,
	.footer-light .footer-main {
		padding: 0 16px 32px !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.site-footer .footer-grid,
	.footer-grid,
	.footer-light .footer-grid,
	.gallery-footer-grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
		text-align: right !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.socials,
	.g-social {
		justify-content: flex-start !important;
		max-width: 100% !important;
	}

	.site-footer .footer-bottom,
	.footer-light .footer-bottom,
	.gallery-footer-bottom {
		padding: 16px 12px !important;
		text-align: center !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.site-footer .footer-bottom span,
	.footer-light .footer-bottom span,
	.gallery-footer-bottom span {
		display: block !important;
		white-space: normal !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
		font-size: 11px !important;
		line-height: 1.6 !important;
	}
}

/* SOURCE: 22-ui-runtime.css */
/* ==========================================================================
   22 - UI runtime
   ==========================================================================
   Loaded last, so it wins the cascade. Two kinds of rules live here:

   A. Styles for the interactive pieces added by assets/js/ui-runtime.js
      (validation messages, lightbox, empty states, list view, skip link).
   B. Responsive and accessibility fixes found by the full-site audit
      (1024px and 768px overflow, tap-target sizes, visible focus).

   Sections
     1.  Skip link
     2.  Visible focus (keyboard users)
     3.  Field validation messages
     4.  Empty state
     5.  Image lightbox
     6.  Filter chips + list view
     7.  Overflow fix: dark footer at 1024px and below
     8.  Overflow fix: header actions at 768px and below
     9.  Tap targets on small screens
     10. Reduced motion
   ========================================================================== */

/* -------------------------------------------------------- 1. skip link */
.qei-skip {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	top: 0;
	inset-inline-start: 0;
	z-index: 2000;
	background: var(--primary-blue, #1b4f9c);
	color: #fff;
	padding: 0.7rem 1.2rem;
	border-radius: 0 0 8px 8px;
	font-weight: 700;
	text-decoration: none;
}

.qei-skip:focus {
	width: auto;
	height: auto;
	overflow: visible;
	clip-path: none;
	inset-inline-start: 1rem;
}

/* ---------------------------------------------------- 2. visible focus */
/* The source had no focus styles at all, which makes keyboard use impossible. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid var(--primary-light, #2563eb);
	outline-offset: 2px;
	border-radius: 4px;
}

/* ------------------------------------------- 3. field validation messages */
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
	border-color: #dc2626 !important;
	background-color: #fef2f2;
}

.field-error {
	display: block;
	margin-top: 0.35rem;
	color: #b91c1c;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.5;
}

.field-error::before {
	content: "⚠ ";
}

/* --------------------------------------------------------- 4. empty state */
.qei-empty {
	grid-column: 1 / -1;
	margin: 2rem 0;
	padding: 2rem 1rem;
	text-align: center;
	color: var(--slate-700, #334155);
	background: var(--slate-100, #f1f5f9);
	border: 1px dashed var(--slate-200, #e2e8f0);
	border-radius: var(--radius-lg, 14px);
	font-weight: 600;
}

/* ------------------------------------------------------ 5. image lightbox */
.qei-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1500;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(4, 12, 28, 0.92);
	padding: clamp(1rem, 4vw, 3rem);
}

.qei-lightbox.active {
	display: flex;
}

.qei-lightbox img {
	max-width: min(1100px, 92vw);
	max-height: 84vh;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.qei-lightbox button {
	position: absolute;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
}

.qei-lightbox button:hover {
	background: rgba(255, 255, 255, 0.3);
}

.qei-lb-close {
	top: 1rem;
	inset-inline-end: 1rem;
}

.qei-lb-prev {
	inset-inline-start: 1rem;
}

.qei-lb-next {
	inset-inline-end: 1rem;
}

.qei-lb-count {
	position: absolute;
	bottom: 1.1rem;
	inset-inline: 0;
	text-align: center;
	color: #cbd5e1;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}

@media (max-width: 560px) {

	.qei-lb-prev,
	.qei-lb-next {
		bottom: 3.2rem;
		top: auto;
	}

	.qei-lb-prev {
		inset-inline-start: 30%;
	}

	.qei-lb-next {
		inset-inline-end: 30%;
	}
}

/* ------------------------------------------- 6. filter chips + list view */
button[aria-pressed="true"],
button.active[aria-pressed] {
	background: var(--primary-blue, #1b4f9c);
	color: #fff;
	border-color: var(--primary-blue, #1b4f9c);
}

button[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.qei-list-view {
	grid-template-columns: 1fr !important;
}

.qei-list-view>* {
	min-width: 0;
}

/* ------------------------- 7. overflow fix: dark footer at 1024px & below */
/* The footer grid is a fixed 1.4fr + 4 equal columns with 70px side padding,
   which is 70px wider than a 1024px viewport. Collapse it progressively. */
@media (max-width: 1200px) {
	.gallery-dark-footer {
		height: auto;
		padding: 40px clamp(16px, 4vw, 70px) 24px;
	}

	.gallery-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 24px;
	}

	.gallery-footer-grid>* {
		min-width: 0;
	}
}

@media (max-width: 760px) {
	.gallery-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.gallery-footer-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Latin numbers inside RTL text must not stretch their line box. */
.ltr-num {
	display: inline-block;
	direction: ltr;
	unicode-bidi: isolate;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: nowrap;
}

/* --------------------- 8. overflow fix: header actions at 768px & below */
/* The login + language buttons pushed the header 70px past the viewport. */
.site-header .nav-actions {
	min-width: 0;
	flex-shrink: 1;
}

@media (max-width: 900px) {
	.site-header .nav-actions {
		flex-wrap: wrap;
		gap: 6px;
		justify-content: flex-end;
	}

	.site-header .nav-actions .btn,
	.site-header .nav-actions .login-btn {
		padding-inline: 12px;
		font-size: 0.82rem;
		white-space: nowrap;
	}

	.site-header .lang-btn {
		padding-inline: 10px;
		font-size: 0.8rem;
	}
}

/* ----------------------------------------- 9. tap targets on small screens */
/* Anything tappable should be at least 44px tall on touch devices. */
@media (max-width: 560px) {

	.site-header a,
	.site-footer a,
	.gallery-dark-footer a,
	nav a,
	button,
	.btn,
		input:not([type="checkbox"]):not([type="radio"]),
		select {
			min-height: 44px;
		}

	button,
	.btn {
		padding-block: 0.55rem;
	}

	/* Inline links inside paragraphs must keep flowing with the text. */
	p a,
	li a,
	.ltr-num a,
	.qei-skip {
		min-height: 0;
	}

	nav a,
	.site-footer a,
	.gallery-dark-footer a {
		display: inline-flex;
		align-items: center;
	}

	input[type="checkbox"],
	input[type="radio"] {
		width: 20px;
		height: 20px;
	}
}

/* ------------------------- 10. remaining measured overflow fixes (1024px) */
/* Home quick-search: 4 equal columns + a fixed 74px button needs ~1055px. */
@media (max-width: 1100px) {
	.home-search form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.home-search form>* {
		min-width: 0;
		width: 100%;
	}
}

/* Program details: the action buttons and meta chips must wrap, not push. */
.pd-actions,
.pd-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.pd-actions>button,
.pd-actions>.btn {
	min-width: 0;
	white-space: normal;
}

.pd-meta>span {
	min-width: 0;
	overflow-wrap: anywhere;
}

/* ------------------- 11. remaining tap targets measured at 390px width */
@media (max-width: 560px) {

	.clients-footer-grid section a,
	.gallery-footer-grid section a,
	.home-head a,
	.home-program-grid article a,
	.help-cards-grid .help-card a,
	.success-copy footer a,
	.clients-contact {
		min-height: 40px;
		display: inline-flex;
		align-items: center;
	}
}

/* ------------- 12. states used by the calendar views and filter sidebar */
.tc-calendar.tc-view-list .tc-week {
	display: none;
}

.tc-calendar.tc-view-list .tc-days {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.tc-calendar.tc-view-week .tc-days>*:nth-child(n + 8) {
	display: none;
}

.tc-days>.tc-today {
	outline: 2px solid var(--primary-light, #2563eb);
	outline-offset: -2px;
	background: var(--primary-50, #eff6ff);
}

.pl-filters.qei-filters-open {
	display: block !important;
	visibility: visible !important;
}

/* --------------------------------------------------------- 13. reduced motion */
@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* ------------------- 14. calendar program thumbnails (were empty boxes) */
.tc-thumb {
	overflow: hidden;
}

.tc-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: inherit;
}

.qei-side-menu-btn {
	display: none !important;
}

/* -------------------------------------------------- 15. Figma Mobile Menu Drawer & Desktop Navigation Fixes */
@media (min-width: 992px) {
	.mobile-menu {
		display: none !important;
	}

	.qei-drawer-content {
		display: none !important;
	}

	nav.main-nav {
		display: flex !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		background: transparent !important;
		box-shadow: none !important;
		flex-direction: row !important;
		padding: 0 !important;
		align-items: center;
		overflow: visible !important;
		border-radius: 0 !important;
		border: 0 !important;
	}

	nav.main-nav>a:not(.qei-drawer-item):not(.qei-drawer-cta) {
		display: inline-flex !important;
		align-items: center;
	}
}

@media (min-width: 1101px) and (max-width: 1280px) {
	nav.main-nav {
		gap: 14px !important;
	}

	nav.main-nav a {
		font-size: 13px !important;
		padding: 0.4rem 0.5rem !important;
		white-space: nowrap;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	nav.main-nav {
		gap: 8px !important;
	}

	nav.main-nav a {
		font-size: 12px !important;
		padding: 0.35rem 0.35rem !important;
		white-space: nowrap;
	}
}

@media (max-width: 991px) {
	.nav-wrap {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding-inline: 16px !important;
		gap: 8px !important;
	}

	.brand {
		flex: 0 0 auto !important;
		order: 1 !important;
	}

	.nav-actions {
		flex: 0 0 auto !important;
		order: 2 !important;
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		margin-inline-start: auto !important;
	}

	.nav-actions .login-btn,
	.site-header .nav-actions .login-btn {
		display: none !important;
	}

	.mobile-menu {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex: 0 0 42px !important;
		min-width: 42px !important;
		width: 42px !important;
		height: 42px !important;
		background: #123f82 !important;
		border: 1px solid #0d3269 !important;
		border-radius: 10px;
		color: #ffffff !important;
		font-size: 22px;
		cursor: pointer;
		order: 3 !important;
		margin-inline-start: 4px !important;
		box-shadow: 0 2px 8px rgba(18, 63, 130, 0.25);
		transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	}

	.mobile-menu:hover {
		background: #0d3269 !important;
		color: #ffffff !important;
		transform: scale(1.05);
	}

	body.qei-menu-open {
		overflow: hidden !important;
	}

	body.qei-menu-open .site-header {
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		filter: none !important;
		transform: none !important;
		contain: none !important;
		perspective: none !important;
		will-change: auto !important;
		z-index: 10000 !important;
	}

	body.qei-menu-open .site-header .container,
	body.qei-menu-open .site-header .nav-wrap {
		transform: none !important;
		filter: none !important;
		contain: none !important;
		perspective: none !important;
		will-change: auto !important;
	}

	body.qei-menu-open::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(5, 14, 28, 0.4);
		backdrop-filter: blur(8px) !important;
		-webkit-backdrop-filter: blur(8px) !important;
		z-index: 90;
		transition: all 0.3s ease;
	}

	nav.main-nav {
		position: fixed !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		left: auto !important;
		width: 320px !important;
		max-width: 85vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: 100vh !important;
		max-height: 100dvh !important;
		background: linear-gradient(135deg, rgba(9, 26, 52, 0.95) 0%, rgba(5, 19, 39, 0.98) 100%) !important;
		backdrop-filter: blur(20px) !important;
		-webkit-backdrop-filter: blur(20px) !important;
		box-shadow: -15px 0 40px rgba(0, 0, 0, 0.5), inset 1px 0 0 rgba(255, 255, 255, 0.1) !important;
		z-index: 9999 !important;
		display: flex !important;
		flex-direction: column !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		transform: translate3d(110%, 0, 0) !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.4s, box-shadow 0.4s ease !important;
		direction: rtl !important;
		border-radius: 24px 0 0 24px !important;
		border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
		box-sizing: border-box !important;
	}

	nav.main-nav.open {
		transform: translate3d(0, 0, 0) !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease !important;
	}

	/* Hide default desktop direct links and dropdowns inside main-nav when drawer content exists */
	nav.main-nav.has-qei-drawer>*:not(.qei-drawer-content) {
		display: none !important;
	}

	.qei-drawer-content {
		display: flex !important;
		flex-direction: column !important;
		height: 100% !important;
		max-height: 100% !important;
		width: 100% !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
	}

	.qei-drawer-header {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 20px 20px 16px 20px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
		margin-bottom: 0 !important;
		flex: 0 0 auto !important;
		direction: rtl !important;
	}

	.qei-drawer-body {
		flex: 1 1 0% !important;
		min-height: 0 !important;
		height: 100% !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		padding: 16px 20px 24px 20px !important;
		scrollbar-width: thin !important;
		scrollbar-color: rgba(0, 201, 167, 0.7) rgba(255, 255, 255, 0.08) !important;
		box-sizing: border-box !important;
		display: block !important;
		direction: rtl !important;
	}

	.qei-drawer-content::-webkit-scrollbar,
	.qei-drawer-body::-webkit-scrollbar {
		display: block !important;
		width: 8px !important;
	}

	.qei-drawer-content::-webkit-scrollbar-track,
	.qei-drawer-body::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.08) !important;
		border-radius: 10px !important;
	}

	.qei-drawer-content::-webkit-scrollbar-thumb,
	.qei-drawer-body::-webkit-scrollbar-thumb {
		background: rgba(0, 201, 167, 0.7) !important;
		border-radius: 10px !important;
	}

	.qei-drawer-content::-webkit-scrollbar-thumb:hover,
	.qei-drawer-body::-webkit-scrollbar-thumb:hover {
		background: #00C9A7 !important;
	}

	.qei-drawer-brand {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.qei-drawer-brand img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.qei-drawer-brand-text b {
		display: block;
		color: #ffffff;
		font-size: 16px;
		font-weight: 800;
		line-height: 1.2;
	}

	.qei-drawer-brand-text small {
		display: block;
		color: rgba(255, 255, 255, 0.6);
		font-size: 11px;
	}

	.qei-drawer-close {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 34px !important;
		height: 34px !important;
		border-radius: 50% !important;
		background: rgba(255, 255, 255, 0.1) !important;
		border: 1px solid rgba(255, 255, 255, 0.15) !important;
		color: #ffffff !important;
		font-size: 16px !important;
		cursor: pointer !important;
		transition: all 0.2s ease !important;
		padding: 0 !important;
		line-height: 1 !important;
	}

	.qei-drawer-close:hover {
		background: rgba(239, 68, 68, 0.25) !important;
		border-color: #ef4444 !important;
		color: #ef4444 !important;
	}

	.qei-drawer-lang {
		display: none !important;
	}

	.qei-drawer-nav-list {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.qei-drawer-item {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 14px 18px !important;
		background: rgba(255, 255, 255, 0.08) !important;
		border-radius: 12px !important;
		color: #ffffff !important;
		font-weight: 700 !important;
		font-size: 15px !important;
		text-decoration: none !important;
		transition: all 0.25s ease !important;
		border: 1px solid rgba(255, 255, 255, 0.1) !important;
		cursor: pointer !important;
		pointer-events: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	.qei-drawer-item:hover,
	.qei-drawer-item:focus {
		background: rgba(255, 255, 255, 0.18) !important;
		color: #ffffff !important;
		border-color: rgba(0, 201, 167, 0.5) !important;
		transform: translateX(-4px) !important;
	}

	.qei-drawer-item-inner {
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		color: #ffffff !important;
	}

	.qei-drawer-item-inner span {
		color: #ffffff !important;
		font-size: 15px !important;
		font-weight: 700 !important;
	}

	.qei-drawer-item-inner svg {
		color: #00C9A7 !important;
		fill: currentColor !important;
		flex: none !important;
		width: 20px !important;
		height: 20px !important;
	}

	.qei-drawer-arrow {
		font-size: 20px !important;
		color: rgba(255, 255, 255, 0.7) !important;
		line-height: 1 !important;
	}

	.qei-drawer-item.active {
		background: linear-gradient(135deg, #00A3E0 0%, #00C9A7 100%) !important;
		color: #ffffff !important;
		border: none !important;
		box-shadow: 0 4px 18px rgba(0, 201, 167, 0.4) !important;
	}

	.qei-drawer-item.active .qei-drawer-item-inner span,
	.qei-drawer-item.active .qei-drawer-item-inner svg,
	.qei-drawer-item.active .qei-drawer-arrow {
		color: #ffffff !important;
	}

	.qei-drawer-cta {
		background: linear-gradient(135deg, #00A3E0 0%, #00C9A7 100%) !important;
		color: #ffffff !important;
		padding: 16px 20px !important;
		border-radius: 12px !important;
		font-weight: 800 !important;
		font-size: 16px !important;
		text-decoration: none !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		margin-top: 10px !important;
		box-shadow: 0 4px 18px rgba(0, 201, 167, 0.35) !important;
		cursor: pointer !important;
		pointer-events: auto !important;
	}

	.qei-drawer-cta span {
		color: #ffffff !important;
	}

	.qei-drawer-cta svg {
		color: #ffffff !important;
		fill: currentColor !important;
	}

	.qei-drawer-footer {
		margin-top: auto !important;
		padding-top: 10px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 4px !important;
	}

	nav.main-nav a.qei-drawer-contact-item {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		color: #ffffff !important;
		font-weight: 700 !important;
		font-size: 15px !important;
		text-decoration: none !important;
		opacity: 1 !important;
		margin: 0 !important;
		padding: 2px 0 !important;
		min-height: 0 !important;
		height: auto !important;
		background: transparent !important;
		border-radius: 0 !important;
	}

	.qei-drawer-contact-item span,
	.qei-drawer-contact-item .ltr-num {
		color: #ffffff !important;
		font-weight: 700 !important;
		font-size: 15px !important;
		opacity: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1.2 !important;
	}

	.qei-drawer-contact-icon {
		width: 34px !important;
		height: 34px !important;
		border-radius: 8px !important;
		background: #00C9A7 !important;
		color: #051327 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		flex: none !important;
		margin: 0 !important;
	}

	.qei-drawer-contact-icon svg {
		display: block !important;
		width: 16px !important;
		height: 16px !important;
		fill: #051327 !important;
		color: #051327 !important;
	}

	.qei-drawer-social {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		margin-top: 6px !important;
		padding: 0 !important;
	}

	nav.main-nav a.qei-drawer-social-link {
		width: 36px !important;
		height: 36px !important;
		border-radius: 18px !important;
		border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
		background: rgba(255, 255, 255, 0.1) !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #ffffff !important;
		text-decoration: none !important;
		opacity: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		transition: all 0.2s ease !important;
	}

	.qei-drawer-social-link svg {
		display: block !important;
		width: 16px !important;
		height: 16px !important;
		fill: #ffffff !important;
		color: #ffffff !important;
		opacity: 1 !important;
	}

	.qei-drawer-social-link:hover {
		background: #00C9A7 !important;
		border-color: #00C9A7 !important;
	}

	.qei-drawer-social-link:hover svg {
		fill: #051327 !important;
		color: #051327 !important;
	}
}

/* ==========================================================================
   Universal Royal Blue Button Theme (#1d61d8)
   ========================================================================== */
.btn,
.btn-primary,
.btn-secondary,
.btn-accent,
.btn.login-btn,
.nav-actions .btn,
.solutions-hero a,
.solution-cta a:not(.plain),
.hero-cta,
.cta-btn,
.qei-btn,
.qei-btn-primary,
.primary-btn,
.submit-btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
button.primary,
.read-btn,
.featured-article footer a,
.featured-article a,
.news-all article a,
.news-hero a,
.article-card a,
.news-card a,
.program-card-btn,
.card-btn,
.wizard-btn,
.wizard-next-btn,
.reg-submit-btn,
.details-btn,
.view-details-btn,
.apply-btn,
.gallery-program-cta a,
.gallery-load,
.wcu-cta a,
.impact-cta a,
.vm-cta a,
.faq-cta a,
.contact-cta a,
.solutions-cta a,
.custom-training-cta a,
.training-needs-cta a,
.home-final-cta a,
.about-primary-btn,
.home-search button,
[class*="-cta"] a:not(.plain),
[class*="-help"] a,
[class*="-banner"] a,
.trs-cta a,
.pl-cta a,
.methodology-cta a,
.clients-cta a,
.pl-card footer a,
.pl-card a,
.home-program-grid article>a,
.home-program-grid a,
.pl-pagination a.active,
.pl-pagination .active,
.pagination a.active,
.pagination .active,
.pagination span.active,
.pagination button.active,
.policy-cta a,
.policies-cta a,
.policy-help a,
.policy-card a,
.policy-support a,
.qei-drawer-cta,
.pl-calendar-btn,
.pl-card>span,
.pl-card span,
.pl-view-btn.active,
.clients-primary,
[class*="-primary"] {
	background: #0c3866 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(12, 56, 102, 0.35) !important;
	border: none !important;
	border-radius: 10px !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	text-decoration: none !important;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-accent:hover,
.btn.login-btn:hover,
.nav-actions .btn:hover,
.solutions-hero a:hover,
.solution-cta a:not(.plain):hover,
.hero-cta:hover,
.cta-btn:hover,
.qei-btn:hover,
.qei-btn-primary:hover,
.primary-btn:hover,
.submit-btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
button.primary:hover,
.read-btn:hover,
.featured-article footer a:hover,
.featured-article a:hover,
.news-all article a:hover,
.news-hero a:hover,
.article-card a:hover,
.news-card a:hover,
.program-card-btn:hover,
.card-btn:hover,
.wizard-btn:hover,
.wizard-next-btn:hover,
.reg-submit-btn:hover,
.details-btn:hover,
.view-details-btn:hover,
.apply-btn:hover,
.gallery-program-cta a:hover,
.gallery-load:hover,
.wcu-cta a:hover,
.impact-cta a:hover,
.vm-cta a:hover,
.faq-cta a:hover,
.contact-cta a:hover,
.solutions-cta a:hover,
.custom-training-cta a:hover,
.training-needs-cta a:hover,
.home-final-cta a:hover,
.about-primary-btn:hover,
.home-search button:hover,
[class*="-cta"] a:not(.plain):hover,
[class*="-help"] a:hover,
[class*="-banner"] a:hover,
.trs-cta a:hover,
.pl-cta a:hover,
.methodology-cta a:hover,
.clients-cta a:hover,
.pl-card footer a:hover,
.pl-card a:hover,
.home-program-grid article>a:hover,
.home-program-grid a:hover,
.pl-pagination a.active:hover,
.pl-pagination .active:hover,
.pagination a.active:hover,
.pagination .active:hover,
.pagination span.active:hover,
.pagination button.active:hover,
.policy-cta a:hover,
.policies-cta a:hover,
.policy-help a:hover,
.policy-card a:hover,
.policy-support a:hover,
.qei-drawer-cta:hover,
.pl-calendar-btn:hover {
	background: #08284c !important;
	box-shadow: 0 6px 20px rgba(12, 56, 102, 0.5) !important;
	transform: translateY(-1px) !important;
	color: #ffffff !important;
}

/* Specific spacing for Read Article button in featured article card */
.featured-article footer a,
.read-btn {
	margin-left: 60px !important;
	padding: 0.6rem 1.4rem !important;
}

/* ==========================================================================
   Filter & Tab Selection Buttons (White for Unselected, Dark Navy #0c3866 for Active)
   ========================================================================== */
.articles-filters button,
.faq-categories button,
.gallery-categories button,
.gallery-filters button,
.gallery-filter button,
.filter-tabs button,
.filter-btn,
.tab-btn,
.pl-toolbar>div>button,
[class*="-categories"] button,
[class*="-filter"] button,
[class*="-filters"]:not(.clients-filters) button,
[class*="-tabs"] button {
	background: #ffffff !important;
	color: #334155 !important;
	border: 1px solid #d5ddf0 !important;
	border-radius: 10px !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
	transition: all 0.2s ease !important;
}

.articles-filters button svg,
.articles-filters button .filter-icon,
.faq-categories button svg,
.gallery-filters button svg,
.filter-btn svg,
.tab-btn svg {
	color: #334155 !important;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.articles-filters button:hover,
.faq-categories button:hover,
.gallery-categories button:hover,
.gallery-filters button:hover,
.gallery-filter button:hover,
.filter-tabs button:hover,
.filter-btn:hover,
.tab-btn:hover,
.pl-toolbar>div>button:hover,
[class*="-categories"] button:hover,
[class*="-filter"] button:hover,
[class*="-filters"]:not(.clients-filters) button:hover {
	background: #f8fafc !important;
	border-color: #cbd5e1 !important;
	color: #0c3866 !important;
}

.articles-filters button.active,
.faq-categories button.active,
.gallery-categories button.active,
.gallery-filters button.active,
.gallery-filter button.active,
.filter-tabs button.active,
.filter-btn.active,
.tab-btn.active,
.pl-toolbar>div>button.active,
[class*="-categories"] button.active,
[class*="-filter"] button.active,
[class*="-filters"]:not(.clients-filters) button.active {
	background: #0c3866 !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 4px 14px rgba(12, 56, 102, 0.35) !important;
}

.articles-filters button.active svg,
.articles-filters button.active .filter-icon,
.faq-categories button.active svg,
.gallery-filters button.active svg,
.filter-btn.active svg,
.tab-btn.active svg {
	color: #ffffff !important;
	fill: #ffffff !important;
	stroke: #ffffff !important;
}

/* ==========================================================================
   Universal White Footer (site-wide across all pages)
   ========================================================================== */

.site-footer,
.site-footer.footer-light,
footer.site-footer,
.footer-light,
.gallery-dark-footer {
	background: #ffffff !important;
	color: #1e293b !important;
	border-top: 1px solid #e2e8f0 !important;
}

.site-footer h3,
.footer-light h3,
.gallery-dark-footer h3 {
	color: #0f2942 !important;
	font-weight: 800 !important;
	font-size: 1.1rem !important;
	margin-bottom: 1rem !important;
}

.site-footer p,
.site-footer span,
.site-footer section p,
.site-footer .footer-brand-col p,
.footer-light .footer-brand-col p,
.gallery-dark-footer p {
	color: #334155 !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
}

.site-footer .footer-brand,
.footer-light .footer-brand {
	color: #0f2942 !important;
	font-weight: 800 !important;
}

.site-footer .footer-brand span b,
.site-footer .footer-brand b,
.footer-light .footer-brand span b,
.footer-light .footer-brand b {
	color: #0c3866 !important;
	font-weight: 800 !important;
	font-size: 25px !important;
	display: block !important;
}

.site-footer .footer-brand span small,
.site-footer .footer-brand small,
.footer-light .footer-brand span small,
.footer-light .footer-brand small {
	color: #0284c7 !important;
	font-weight: 800 !important;
	font-size: 9px !important;
	letter-spacing: 1.8px !important;
	display: block !important;
}

.site-footer .footer-links a,
.footer-light .footer-links a,
.gallery-dark-footer a,
.site-footer a {
	color: #1e293b !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	transition: color 0.2s ease !important;
	text-decoration: none !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

.site-footer .contact-col a,
.footer-light .contact-col a {
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
	display: inline-block !important;
	max-width: 100% !important;
}

.site-footer .contact-col a .ltr-num,
.footer-light .contact-col a .ltr-num {
	unicode-bidi: embed !important;
	direction: ltr !important;
	display: inline-block !important;
}

.site-footer .footer-links a:hover,
.footer-light .footer-links a:hover,
.gallery-dark-footer a:hover,
.site-footer a:hover {
	color: #0d9488 !important;
}

.socials,
.g-social {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	margin-top: 12px !important;
	direction: rtl !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.socials a,
.g-social a,
.site-footer .socials a,
.footer-light .socials a,
.gallery-dark-footer .socials a,
.gallery-dark-footer .g-social a {
	width: 38px !important;
	height: 38px !important;
	border-radius: 50% !important;
	background: #f0f4f8 !important;
	border: 1px solid #dbeafe !important;
	color: #25446a !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 15px !important;
	text-decoration: none !important;
	transition: all 0.25s ease-in-out !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.socials a:hover,
.g-social a:hover,
.site-footer .socials a:hover,
.footer-light .socials a:hover,
.gallery-dark-footer .socials a:hover,
.gallery-dark-footer .g-social a:hover {
	background: #0d9488 !important;
	border-color: #0d9488 !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 8px rgba(13, 148, 136, 0.25) !important;
}

.socials a svg,
.g-social a svg {
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
}

.site-footer .footer-bottom,
.footer-light .footer-bottom,
.gallery-footer-bottom {
	background: #f8fafc !important;
	color: #334155 !important;
	font-weight: 700 !important;
	border-top: 1px solid #e2e8f0 !important;
	padding: 1rem 0 !important;
}

.site-footer .footer-bottom span,
.footer-light .footer-bottom span,
.site-footer .footer-bottom a,
.footer-light .footer-bottom a,
.gallery-footer-bottom a {
	color: #334155 !important;
	font-weight: 700 !important;
}

.site-footer .footer-bottom a:hover,
.footer-light .footer-bottom a:hover,
.gallery-footer-bottom a:hover {
	color: #00C9A7 !important;
}

.site-footer input[type="email"],
.footer-light input[type="email"],
.gallery-dark-footer input[type="email"] {
	background: #f8fafc !important;
	border: 1px solid #cbd5e1 !important;
	color: #0f2942 !important;
	font-weight: 700 !important;
}

.site-footer input[type="email"]::placeholder,
.footer-light input[type="email"]::placeholder,
.gallery-dark-footer input[type="email"]::placeholder {
	color: #64748b !important;
}

.site-footer button,
.footer-light button,
.gallery-dark-footer button {
	background: #0f766e !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	border: none !important;
	border-radius: 6px !important;
}

.site-footer button:hover,
.footer-light button:hover,
.gallery-dark-footer button:hover {
	background: #0d9488 !important;
}

/* Hide all course prices site-wide */
.card-price,
.program-card .card-price,
.pl-card-price,
.pd-price,
.pd-price-wrap,
.course-price,
[class*="card-price"],
[data-price] {
	display: none !important;
}

/* --------------------------------------------------------------------------
   Footer Auto Height & LTR Layout Overrides
   -------------------------------------------------------------------------- */
.site-footer,
.site-footer.footer-light,
.footer-light,
.footer-main,
.footer-light .footer-main {
	height: auto !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
}

html[dir="ltr"],
html[lang="en"] {
	direction: ltr;
}

/* Header Fixed Layout: Keep logo on right, nav in middle, buttons on left in all languages */
.site-header,
html[dir="ltr"] .site-header,
html[lang="en"] .site-header {
	direction: rtl !important;
}

.nav-wrap,
html[dir="ltr"] .nav-wrap,
html[lang="en"] .nav-wrap {
	direction: rtl !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}

@media (min-width: 992px) {

	nav.main-nav,
	html[dir="ltr"] nav.main-nav,
	html[lang="en"] nav.main-nav {
		direction: rtl !important;
		flex-direction: row !important;
	}
}

.nav-actions,
html[dir="ltr"] .nav-actions,
html[lang="en"] .nav-actions {
	direction: rtl !important;
	flex-direction: row !important;
	gap: 12px !important;
}

.brand,
html[dir="ltr"] .brand,
html[lang="en"] .brand {
	direction: rtl !important;
}

html[dir="ltr"] .site-footer,
html[lang="en"] .site-footer,
html[dir="ltr"] .footer-light,
html[lang="en"] .footer-light {
	direction: ltr !important;
	text-align: left !important;
	height: auto !important;
}

html[dir="ltr"] .footer-main,
html[lang="en"] .footer-main,
html[dir="ltr"] .footer-light .footer-main,
html[lang="en"] .footer-light .footer-main {
	height: auto !important;
	padding-bottom: 32px !important;
}

/* Master Footer Grid System - Responsive across Desktop, Laptop, Tablet, Mobile */
.footer-grid,
.site-footer .footer-grid,
.footer-light .footer-grid,
.gallery-footer-grid {
	display: grid !important;
	grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(130px, 1fr)) minmax(200px, 1.2fr) !important;
	gap: 32px 24px !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.footer-grid > section,
.site-footer .footer-grid > section,
.footer-light .footer-grid > section,
.gallery-footer-grid > section {
	min-height: 0 !important;
	border-left: none !important;
	border-right: none !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* RTL Language Rules (Arabic) */
html[dir="rtl"] .footer-grid,
html[lang="ar"] .footer-grid,
html[dir="rtl"] .gallery-footer-grid,
html[lang="ar"] .gallery-footer-grid,
body:not([dir="ltr"]) .footer-grid {
	direction: rtl !important;
	text-align: right !important;
}

html[dir="rtl"] .footer-brand-col,
html[lang="ar"] .footer-brand-col,
html[dir="rtl"] .footer-grid > section,
html[lang="ar"] .footer-grid > section,
html[dir="rtl"] .gallery-footer-grid > section,
html[lang="ar"] .gallery-footer-grid > section {
	direction: rtl !important;
	text-align: right !important;
}

html[dir="rtl"] .socials,
html[lang="ar"] .socials,
html[dir="rtl"] .g-social,
html[lang="ar"] .g-social {
	direction: rtl !important;
	justify-content: flex-start !important;
}

/* LTR Language Rules (English) */
html[dir="ltr"] .footer-grid,
html[lang="en"] .footer-grid,
html[dir="ltr"] .gallery-footer-grid,
html[lang="en"] .gallery-footer-grid {
	direction: ltr !important;
	text-align: left !important;
}

html[dir="ltr"] .footer-brand-col,
html[lang="en"] .footer-brand-col,
html[dir="ltr"] .footer-grid > section,
html[lang="en"] .footer-grid > section,
html[dir="ltr"] .gallery-footer-grid > section,
html[lang="en"] .gallery-footer-grid > section {
	direction: ltr !important;
	text-align: left !important;
}

html[dir="ltr"] .footer-brand-col p,
html[lang="en"] .footer-brand-col p,
html[dir="ltr"] .contact-col p,
html[lang="en"] .contact-col p,
html[dir="ltr"] .footer-links a,
html[lang="en"] .footer-links a,
html[dir="ltr"] .footer-grid h3,
html[lang="en"] .footer-grid h3 {
	text-align: left !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
}

html[dir="ltr"] .footer-links,
html[lang="en"] .footer-links {
	text-align: left !important;
}

html[dir="ltr"] .socials,
html[lang="en"] .socials,
html[dir="ltr"] .g-social,
html[lang="en"] .g-social {
	direction: ltr !important;
	justify-content: flex-start !important;
	margin-top: 14px !important;
	margin-bottom: 8px !important;
}

/* Breakpoints for Responsive Desktop -> Tablet -> Mobile */
@media (max-width: 1024px) {
	.footer-grid,
	.site-footer .footer-grid,
	.footer-light .footer-grid,
	.gallery-footer-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 28px 20px !important;
	}

	.footer-brand-col,
	.gallery-footer-grid > section:first-child,
	.g-brand {
		grid-column: span 2 !important;
	}
}

@media (max-width: 640px) {
	.footer-grid,
	.site-footer .footer-grid,
	.footer-light .footer-grid,
	.gallery-footer-grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}

	.footer-brand-col,
	.gallery-footer-grid > section:first-child,
	.g-brand,
	.footer-grid > section,
	.gallery-footer-grid > section {
		grid-column: auto !important;
		width: 100% !important;
	}

	.footer-main,
	.site-footer .footer-main,
	.gallery-footer-grid {
		padding: 32px 20px 24px !important;
	}

	html[dir="ltr"] .footer-grid,
	html[lang="en"] .footer-grid {
		text-align: left !important;
	}

	html[dir="rtl"] .footer-grid,
	html[lang="ar"] .footer-grid {
		text-align: right !important;
	}
}

/* Footer Bottom Bar: ALWAYS CENTERED in all languages (Arabic & English) */
.footer-bottom,
.site-footer .footer-bottom,
.footer-light .footer-bottom,
html[dir="ltr"] .footer-bottom,
html[lang="en"] .footer-bottom {
	text-align: center !important;
	clear: both !important;
	position: relative !important;
	z-index: 2 !important;
	padding: 14px 0 !important;
	height: auto !important;
}

.footer-bottom .container,
.site-footer .footer-bottom .container,
.footer-light .footer-bottom .container,
html[dir="ltr"] .footer-bottom .container,
html[lang="en"] .footer-bottom .container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	width: 100% !important;
	margin: 0 auto !important;
	gap: 12px !important;
}

.footer-bottom span,
.site-footer .footer-bottom span,
.footer-light .footer-bottom span,
html[dir="ltr"] .footer-bottom span,
html[lang="en"] .footer-bottom span {
	text-align: center !important;
	display: inline-block !important;
	width: 100% !important;
	margin: 0 auto !important;
}

/* ======================================================================
   2026-08 refinement pass — program details, home cards, gallery, sectors
   ====================================================================== */
.qei-program-loading .pd-shell> :not(.pd-breadcrumb) {
	opacity: 0;
	visibility: hidden;
}

#page-program-details.qei-data-ready .pd-shell> :not(.pd-breadcrumb) {
	opacity: 1;
	visibility: visible;
	transition: opacity .18s ease;
}

#page-program-details .pd-copy>strong,
#page-program-details [class*="price"],
#page-program-details [data-price] {
	display: none !important;
}

#page-program-details .pd-meta {
	gap: 10px;
	flex-wrap: wrap;
}

#page-program-details .pd-meta span {
	background: #f5f8fb;
	border: 1px solid #e1e8f0;
	border-radius: 999px;
	padding: 7px 11px;
	color: #52667a;
	font-size: 12px;
}

/* Make featured course cards compact and consistent on home */
.home-program-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.home-program-grid .qei-course-card {
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(12, 56, 102, .06);
}

.home-program-grid .card-img-wrap {
	height: 145px;
}

.home-program-grid .card-body {
	padding: 13px 14px 14px;
}

.home-program-grid .card-title {
	font-size: 14px;
	line-height: 1.55;
	min-height: 44px;
	margin-bottom: 6px;
}

.home-program-grid .card-desc {
	font-size: 11px;
	line-height: 1.65;
	margin-bottom: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-program-grid .card-meta {
	font-size: 10px;
	margin-bottom: 9px;
	padding-bottom: 8px;
}

.home-program-grid .qei-course-badges .badge {
	font-size: 9px;
	padding: 4px 7px;
}

.home-program-grid .qei-course-actions .btn {
	min-height: 32px;
	font-size: 10px;
	padding: 6px 8px;
}

@media(max-width:1050px) {
	.home-program-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
}

@media(max-width:620px) {
	.home-program-grid {
		grid-template-columns: 1fr
	}

	.home-program-grid .card-img-wrap {
		height: 190px
	}
}

/* Home training atmosphere gallery */
.home-gallery #homeGalleryGrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.home-gallery #homeGalleryGrid a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #eef3f7;
}

.home-gallery #homeGalleryGrid img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
	transition: transform .25s ease;
}

.home-gallery #homeGalleryGrid a:hover img {
	transform: scale(1.025);
}

@media(max-width:850px) {
	.home-gallery #homeGalleryGrid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:520px) {
	.home-gallery #homeGalleryGrid {
		grid-template-columns: 1fr
	}

	.home-gallery #homeGalleryGrid img {
		height: 210px
	}
}

/* Corporate solutions cards: real imagery + cleaner balance */
.solution-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.solution-grid article {
	padding: 0 0 18px;
	overflow: hidden;
	justify-content: flex-start;
	min-height: 315px;
}

.solution-card-image {
	width: 100%;
	height: 118px;
	object-fit: cover;
	display: block;
	margin-bottom: 16px;
}

.solution-grid .icon-wrap {
	margin: 0 0 8px;
	height: 34px;
}

.solution-grid .icon-wrap svg {
	width: 26px;
	height: 26px;
}

.solution-grid h3 {
	padding: 0 12px;
	font-size: 14px;
	margin-bottom: 8px;
}

.solution-grid p {
	padding: 0 12px;
	font-size: 11.5px;
}

.solution-grid .card-click-hint {
	margin-top: auto;
}

@media(max-width:1100px) {
	.solution-grid {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media(max-width:700px) {
	.solution-grid {
		grid-template-columns: 1fr 1fr
	}
}

@media(max-width:480px) {
	.solution-grid {
		grid-template-columns: 1fr
	}
}

/* Sector buttons select content in-place. Only the explicit "all sectors" link navigates. */
.solution-sectors button.sector-btn.active {
	background: #0f7f7a;
	box-shadow: 0 12px 28px rgba(15, 127, 122, .28);
}

.sector-info {
	max-width: 820px;
	margin: 16px auto 0;
	border: 1px solid #dce6ef;
	background: #f8fbfd;
	border-radius: 12px;
	padding: 16px 18px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	direction: rtl;
}

.sector-info strong {
	color: #123865;
	white-space: nowrap;
}

.sector-info span {
	color: #64748b;
	font-size: 12px;
	line-height: 1.8;
}

.solution-case-clean {
	min-height: 260px;
	height: auto;
}

.solution-case-clean .solution-case-cta {
	display: inline-flex;
	margin-top: 10px;
	background: #123865;
	color: #fff;
	border-radius: 7px;
	padding: 10px 16px;
	text-decoration: none;
	font-size: 12px;
}

/* Dedicated corporate solution details */
.qei-solution-detail {
	background: #f6f9fc;
	min-height: 70vh;
}

.qei-solution-detail:not(.qei-data-ready) .qei-solution-detail-shell> :not(.pd-breadcrumb) {
	opacity: 0;
}

.qei-solution-detail.qei-data-ready .qei-solution-detail-shell> :not(.pd-breadcrumb) {
	opacity: 1;
	transition: opacity .18s ease;
}

.qei-solution-detail-shell {
	padding-top: 28px;
	padding-bottom: 60px;
}

.qei-solution-detail-hero {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 34px;
	align-items: center;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 26px;
	margin-top: 18px;
	box-shadow: 0 10px 32px rgba(18, 56, 101, .06);
}

.qei-solution-detail-hero img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 14px;
}

.qei-solution-detail-copy .qei-kicker {
	color: #0f8f88;
	font-size: 12px;
	font-weight: 700;
}

.qei-solution-detail-copy h1 {
	color: #123865;
	font-size: 34px;
	line-height: 1.45;
	margin: 10px 0 12px;
}

.qei-solution-detail-copy p {
	color: #64748b;
	line-height: 1.9;
}

.qei-solution-detail-actions {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.qei-solution-detail-body {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	gap: 22px;
	margin-top: 22px;
}

.qei-solution-detail-body>div,
.qei-solution-detail-body aside {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 15px;
	padding: 24px;
}

.qei-solution-detail-body h2,
.qei-solution-detail-body h3 {
	color: #123865;
	margin-top: 0;
}

.qei-solution-detail-body p {
	color: #64748b;
	line-height: 2;
}

.qei-solution-detail-body ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.qei-solution-detail-body li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #52667a;
}

.qei-solution-detail-body li b {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #e7f6f4;
	color: #0f7f7a;
}

@media(max-width:820px) {

	.qei-solution-detail-hero,
	.qei-solution-detail-body {
		grid-template-columns: 1fr
	}

	.qei-solution-detail-hero img {
		height: 240px
	}
}


/* Touch target hardening for tablets and phones. */
@media (max-width: 992px) {
	.home-search input,
	.home-search select,
	.home-search button,
	.qei-course-actions .btn,
	.rgr-card button {
		min-height: 44px;
		height: 44px;
	}

	.sr-header button {
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		top: 3px;
		right: 4px;
	}

	.tc-day-number {
		min-width: 44px;
		min-height: 44px;
	}
}

.lc-card-title a,
.lc-pdf-link,
.contact-method-grid article > b a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.rgr-consent label {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
}

.rgr-consent input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
}

/* Mobile overflow guard: footer columns and social icons must never widen the page. */
@media (max-width: 640px) {
	html,
	body {
		max-width: 100%;
		overflow-x: clip;
	}

	.site-footer,
	.footer-main,
	.gallery-dark-footer,
	.gallery-footer-grid {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-x: clip;
		box-sizing: border-box !important;
	}

	.footer-grid,
	.site-footer .footer-grid,
	.footer-light .footer-grid,
	.gallery-footer-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.socials,
	.g-social {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		overflow: hidden;
	}

	.socials a,
	.g-social a {
		flex: 0 0 38px !important;
		max-width: 38px !important;
	}
}

/* Footer phone layout: match the mobile navigation breakpoint. Some Android devices
   report a larger CSS viewport while still using the compact mobile header. */
@media (max-width: 991px) {
	.site-footer .footer-grid,
	.footer-light .footer-grid,
	.footer-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
	}

	.site-footer .footer-grid > section,
	.footer-light .footer-grid > section,
	.footer-grid > section,
	.footer-brand-col {
		grid-column: auto !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	html[dir="rtl"] .site-footer .socials,
	html[lang="ar"] .site-footer .socials,
	.site-footer .socials {
		justify-content: flex-start !important;
		direction: rtl !important;
		width: 100% !important;
	}
}

/* Match the home-page social component on all shared content footers.
   The explicit RTL direction keeps YouTube at the right edge in Arabic layouts. */
body[data-page="clients"] .site-footer .footer-brand-col .socials,
body[data-page="faq"] .site-footer .footer-brand-col .socials,
body[data-page="methodology"] .site-footer .footer-brand-col .socials,
body[data-page="why-choose-us"] .site-footer .footer-brand-col .socials {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	direction: rtl !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

body[data-page="clients"] .site-footer .footer-brand-col .socials > a,
body[data-page="faq"] .site-footer .footer-brand-col .socials > a,
body[data-page="methodology"] .site-footer .footer-brand-col .socials > a,
body[data-page="why-choose-us"] .site-footer .footer-brand-col .socials > a {
	flex: 0 0 38px !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	margin: 0 !important;
	transform: none !important;
}

/* Compact-layout containment: keep content, CTA and footer inside the same
   mobile geometry used by the compact navigation. This fixes the parent layout,
   rather than hiding a horizontal scrollbar. */
@media (max-width: 991px) {
	body[data-page="clients"] main,
	body[data-page="faq"] main,
	body[data-page="methodology"] main,
	body[data-page="why-choose-us"] main,
	body[data-page="clients"] .page-view,
	body[data-page="faq"] .page-view,
	body[data-page="methodology"] .page-view,
	body[data-page="why-choose-us"] .page-view,
	body[data-page="clients"] .container,
	body[data-page="faq"] .container,
	body[data-page="methodology"] .container,
	body[data-page="why-choose-us"] .container {
		inline-size: 100%;
		max-inline-size: 100%;
		min-inline-size: 0;
		box-sizing: border-box;
	}

	body[data-page="why-choose-us"] .wcu-shell,
	body[data-page="why-choose-us"] .wcu-shell > section,
	body[data-page="why-choose-us"] .wcu-cta > * {
		min-inline-size: 0;
		max-inline-size: 100%;
		box-sizing: border-box;
	}

	body[data-page="why-choose-us"] .wcu-shell {
		padding-inline: 20px;
	}

	body[data-page="why-choose-us"] .wcu-cta {
		inline-size: 100%;
		max-inline-size: 100%;
		height: auto;
		min-height: 0;
		margin-inline: 0;
		padding: 28px 20px;
		direction: rtl;
		flex-direction: column;
		align-items: stretch;
		gap: 22px;
		text-align: center;
	}

	body[data-page="why-choose-us"] .wcu-cta > div {
		text-align: center;
	}

	body[data-page="why-choose-us"] .wcu-cta > a {
		align-self: center;
		max-inline-size: 100%;
		overflow-wrap: anywhere;
	}

	body[data-page="why-choose-us"] .wcu-cta p,
	body[data-page="clients"] .footer-brand-col p,
	body[data-page="faq"] .footer-brand-col p,
	body[data-page="methodology"] .footer-brand-col p,
	body[data-page="why-choose-us"] .footer-brand-col p {
		overflow-wrap: anywhere;
	}
}

/* Unified header container and logo alignment across all pages */
.site-header .container.nav-wrap,
html[dir="ltr"] .site-header .container.nav-wrap,
html[lang="en"] .site-header .container.nav-wrap {
	width: 100% !important;
	max-width: 1280px !important;
	margin-inline: auto !important;
	padding-inline: 2rem !important;
	box-sizing: border-box !important;
}

.site-header .brand,
html[dir="ltr"] .site-header .brand,
html[lang="en"] .site-header .brand {
	margin-inline: 0 !important;
	flex: 0 0 auto !important;
}

@media (max-width: 639px) {
	.site-header .container.nav-wrap,
	html[dir="ltr"] .site-header .container.nav-wrap,
	html[lang="en"] .site-header .container.nav-wrap {
		padding-inline: 1.25rem !important;
	}
}

/* Header logo lockup: QEI with INSTITUTE beneath, plus the mark */
.site-header .brand-word,
html[dir="ltr"] .site-header .brand-word,
html[lang="en"] .site-header .brand-word {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	line-height: 0.9 !important;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
}

.site-header .brand-word::after,
html[dir="ltr"] .site-header .brand-word::after,
html[lang="en"] .site-header .brand-word::after {
	content: "INSTITUTE";
	display: block;
	margin-top: 3px;
	color: #2b7891;
	font-size: 0.34em;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1;
}


/* --------------------------------------------------------------------------
   Unified fixed header across all pages
   -------------------------------------------------------------------------- */
.site-header,
.page-404-view .site-header {
	position: fixed !important;
	top: 0 !important;
	inset-inline: 0 !important;
	z-index: 1000 !important;
}

body:has(> .site-header) {
	padding-top: 77px !important;
}

body[data-page^="registration-"] {
	padding-top: 0 !important;
}

body[data-page="request-success"] {
	padding-top: 0 !important;
}

.page-404-view .site-header {
	background: #fff !important;
	border-bottom: 1px solid #eef1f4 !important;
	box-shadow: 0 4px 18px rgba(15, 41, 66, 0.06) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

/* Keep the mobile drawer above the fixed header while it is open. */
body.qei-menu-open .site-header {
	z-index: 10000 !important;
}


/* --------------------------------------------------------------------------
   Balanced text-and-image hero alignment
   -------------------------------------------------------------------------- */
.about-hero,
.clients-hero,
.solutions-hero,
.vm-hero {
	width: 100% !important;
	max-width: 1120px !important;
	margin-inline: auto !important;
	gap: clamp(24px, 3vw, 36px) !important;
}

@media (max-width: 850px) {
	.about-hero,
	.clients-hero,
	.solutions-hero,
	.vm-hero {
		max-width: 100% !important;
		gap: 28px !important;
	}
}
