/**
 * Skolege brand theme — palette from logo: #164364, #d5d927, #f7bd33
 */
:root {
	--sk-navy: #164364;
	--sk-lime: #d5d927;
	--sk-gold: #f7bd33;
	--sk-navy-dark: #0f2d44;
	--sk-text: #1a2b3c;
	--sk-muted: #5c6b7a;
}

body.skolege-site {
	color: var(--sk-text);
	font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
}

.skolege-site h1,
.skolege-site h2,
.skolege-site h3,
.skolege-site h4,
.skolege-site h5,
.skolege-site h6 {
	font-family: "Plus Jakarta Sans", "Jost", sans-serif;
	color: var(--sk-navy);
}

.skolege-site a {
	color: var(--sk-navy);
}

.sk-skip-link {
	position: absolute;
	left: 12px;
	top: -48px;
	z-index: 2000;
	background: var(--sk-navy);
	color: #fff !important;
	padding: 10px 14px;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
}

.sk-skip-link:focus {
	top: 12px;
}

.skolege-site a:focus-visible,
.skolege-site button:focus-visible,
.skolege-site input:focus-visible,
.skolege-site select:focus-visible,
.skolege-site textarea:focus-visible,
.skolege-site summary:focus-visible {
	outline: 3px solid #0a58ca;
	outline-offset: 2px;
	border-radius: 6px;
}

/* Template sets global a:hover to white — restore readable hovers */
.skolege-site a:hover {
	color: var(--sk-gold) !important;
}

.skolege-site .sk-btn-primary:hover {
	color: var(--sk-navy) !important;
}

.skolege-site .sk-btn-outline-navy:hover {
	color: #fff !important;
}

.skolege-site .btn_one:hover {
	color: #fff !important;
}

/* ---------- Inner banner + breadcrumb overlay ---------- */
.skolege-site .section-top {
	position: relative;
	overflow: hidden;
}

.skolege-site .section-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(22, 67, 100, 0.78) 0%, rgba(15, 45, 68, 0.58) 100%);
	z-index: 1;
}

.skolege-site .section-top .container {
	position: relative;
	z-index: 2;
}

.skolege-site .section-top-title h1 {
	color: #fff !important;
}

.skolege-site .section-top-title ul li {
	color: rgba(255, 255, 255, 0.85) !important;
}

.skolege-site .section-top-title ul li a {
	color: var(--sk-gold) !important;
}

/* ---------- Header ---------- */
#navigation.sk-site-nav {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1001;
}

#navigation.sk-site-nav.navbar-fixed {
	position: fixed !important;
	display: block !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.sk-top-header {
	background: var(--sk-navy);
	padding: 8px 16px;
	position: relative;
	z-index: 1000;
}

.sk-top-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.sk-top-header__left,
.sk-top-header__right {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.sk-top-header__left a,
.sk-top-header__right a {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.sk-top-header__left a i,
.sk-top-header__right a i {
	margin-right: 6px;
	color: var(--sk-gold);
}

.sk-top-header__right a {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.sk-top-header__right a i {
	margin-right: 0;
}

.sk-top-header__right a:hover {
	background: var(--sk-gold);
	color: var(--sk-navy) !important;
}

#navigation.sk-site-nav {
	border-bottom: 1px solid rgba(22, 67, 100, 0.12);
	background: #fff;
	padding: 14px 48px;
}

#navigation.sk-site-nav .sk-nav-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}

#navigation.sk-site-nav .sk-nav-logo-col {
	flex: 0 0 auto;
	width: auto !important;
	max-width: 200px;
}

#navigation.sk-site-nav .sk-nav-menu-col {
	flex: 1 1 auto;
	width: auto !important;
	max-width: none;
	display: flex !important;
	justify-content: center;
}

#navigation.sk-site-nav .sk-nav-menu-col #main-menu ul {
	text-align: start;
}

#navigation.sk-site-nav .sk-nav-cta-col {
	flex: 0 0 auto;
	width: auto !important;
	min-width: 220px;
	text-align: right;
}

#navigation.sk-site-nav #main-menu ul li a {
	color: var(--sk-navy);
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	font-size: 15px;
}

#navigation.sk-site-nav #main-menu ul li a:hover,
#navigation.sk-site-nav #main-menu ul li a:focus {
	color: var(--sk-gold);
}

#navigation.sk-site-nav #main-menu ul li ul {
	background: #ffffff;
	border: 1px solid rgba(22, 67, 100, 0.12);
	border-top: 2px solid var(--sk-gold);
	box-shadow: 0 16px 36px rgba(22, 67, 100, 0.15);
	border-radius: 10px;
	left: 0;
	min-width: 260px;
	padding: 10px 8px;
}

#navigation.sk-site-nav #main-menu ul li ul li a {
	color: var(--sk-navy) !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	border-radius: 6px;
}

#navigation.sk-site-nav #main-menu ul li ul li a:hover {
	background: rgba(22, 67, 100, 0.08);
	color: var(--sk-navy) !important;
}

/* Buttons (header + site) */
.sk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 999px;
	border: 2px solid transparent;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.sk-btn-primary {
	background: linear-gradient(135deg, var(--sk-gold) 0%, #e5a82a 100%);
	color: var(--sk-navy) !important;
	border-color: transparent;
	box-shadow: 0 8px 24px rgba(247, 189, 51, 0.35);
}

.sk-btn-primary:hover {
	background: linear-gradient(135deg, var(--sk-lime) 0%, #c4cb22 100%);
	color: var(--sk-navy) !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(213, 217, 39, 0.4);
}

.sk-btn-outline-navy {
	background: transparent;
	color: var(--sk-navy) !important;
	border-color: var(--sk-navy);
}

.sk-btn-outline-navy:hover {
	background: var(--sk-navy);
	color: #fff !important;
}

.sk-btn-ghost-light {
	background: rgba(255, 255, 255, 0.15);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5);
}

.sk-btn-ghost-light:hover {
	background: var(--sk-gold);
	color: var(--sk-navy) !important;
	border-color: var(--sk-gold);
}

@media only screen and (max-width: 1199px) {
	.sk-top-header {
		display: none;
	}

	#navigation.sk-site-nav {
		padding: 14px 20px;
	}
}

@media only screen and (max-width: 960px) {
	#navigation.sk-site-nav.navbar-fixed {
		display: block !important;
	}
}

/* ---------- Footer (#164364) ---------- */
.footer.skolege-footer {
	background: var(--sk-navy) !important;
	padding-top: 70px;
	padding-bottom: 50px;
}

.footer.skolege-footer .single_footer img {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer.skolege-footer .single_footer p {
	color: rgba(255, 255, 255, 0.85);
}

.footer.skolege-footer .single_footer h4 {
	color: var(--sk-gold);
}

.footer.skolege-footer .single_footer ul li a {
	color: rgba(255, 255, 255, 0.88);
}

.footer.skolege-footer .single_footer ul li a:hover {
	color: var(--sk-lime) !important;
}

.footer.skolege-footer .social_profile ul li a {
	background: rgba(255, 255, 255, 0.1) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer.skolege-footer .social_profile ul li a:hover {
	background: var(--sk-gold) !important;
	color: var(--sk-navy) !important;
	border-color: var(--sk-gold);
}

.foot_copy.skolege-foot-copy {
	background: var(--sk-navy-dark) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.foot_copy.skolege-foot-copy .footer_copyright p,
.foot_copy.skolege-foot-copy .footer_copyright p a {
	color: rgba(255, 255, 255, 0.65);
}

.foot_copy.skolege-foot-copy .footer_copyright p a:hover {
	color: var(--sk-lime);
}

/* ---------- Homepage: hero palette (dual-tone title) ---------- */
.skolege-site .sk-home-hero .hero-text h1.sk-hero-main-title {
	font-size: clamp(2.55rem, 1.45rem + 3.7vw, 4.2rem);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.skolege-site .sk-home-hero .hero-text h1 .sk-hero-title-brand {
	color: var(--sk-gold);
}

.skolege-site .sk-home-hero .hero-text h1 .sk-hero-title-dash {
	color: rgba(70, 70, 70, 0.55);
	font-weight: 700;
}

.skolege-site .sk-home-hero .hero-text h1 .sk-hero-title-accent {
	color: #154364;
}

.skolege-site .sk-home-hero .hero-text h1 .sk-hero-title-tail {
	color: rgba(24, 23, 23, 0.92);
	font-weight: 700;
}

.skolege-site .sk-hero-badges span {
	background: rgba(22, 67, 100, 0.08);
	color: var(--sk-navy);
	border: 1px solid rgba(22, 67, 100, 0.1);
}

.skolege-site .sk-home-hero .hero-text .sk-hero-badges {
	margin-top: 20px;
}

/* ---------- Course cards — full-width image ---------- */
.sk-course-card-full {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(22, 67, 100, 0.1);
	border: 1px solid rgba(22, 67, 100, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sk-course-card-full:hover {
	box-shadow: 0 18px 50px rgba(22, 67, 100, 0.14);
	transform: translateY(-4px);
}

.sk-course-card-full__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	background: #e8ecf2;
	overflow: hidden;
}

.sk-course-card-full__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sk-course-card-full__tag {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: var(--sk-navy);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 6px 14px;
	border-radius: 999px;
}

.sk-course-card-full__body {
	padding: 22px 22px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sk-course-card-full__body .sk-course-stars {
	color: var(--sk-gold);
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.sk-course-card-full__body h4,
.sk-course-card-full__body h3.sk-home-course-card__title {
	margin: 0 0 12px;
	font-size: 19px;
	line-height: 1.35;
}

.sk-course-card-full__body h4 a,
.sk-course-card-full__body h3.sk-home-course-card__title a {
	color: var(--sk-navy);
	text-decoration: none;
}

.sk-course-card-full__body h4 a:hover,
.sk-course-card-full__body h3.sk-home-course-card__title a:hover {
	color: var(--sk-gold);
}

.sk-course-card-full__desc {
	color: var(--sk-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
	flex: 1;
}

.sk-course-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 14px 20px;
	margin-top: auto;
	padding: 16px 0 0;
	border-top: 1px solid rgba(22, 67, 100, 0.1);
	font-size: 14px;
	color: var(--sk-muted);
}

.sk-course-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.sk-course-meta span i {
	color: var(--sk-navy);
	font-size: 16px;
}

.sk-course-card-full__cta {
	margin-top: 16px;
}

.sk-course-card-full__cta .sk-btn {
	width: 100%;
	padding: 12px 16px;
	font-size: 15px;
	font-weight: 700;
}

.sk-course-slider-wrap {
	position: relative;
	padding: 0 12px 56px;
}

.sk-course-slider-wrap #sk-course-slider {
	position: relative;
	z-index: 1;
}

.sk-course-slider-wrap .sk-course-owl .owl-item {
	padding: 4px 0;
}

.sk-course-slider-wrap #sk-course-slider .owl-wrapper-outer {
	margin-bottom: 0;
}

.sk-course-slider-wrap #sk-course-slider .owl-controls {
	display: none !important;
}

.sk-course-slider-wrap .sk-course-card-full {
	margin: 6px 8px 12px;
}

.sk-course-slider-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(40% - 4px);
	pointer-events: none;
	z-index: 5;
}

.sk-course-slider-controls .sk-course-prev {
	position: absolute;
	left: -12px;
}

.sk-course-slider-controls .sk-course-next {
	position: absolute;
	right: -12px;
}

.sk-course-slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}

.sk-course-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.25);
	border: none;
	padding: 0;
	transition: all 0.2s ease;
}

.sk-course-dot.is-active {
	width: 24px;
	background: var(--sk-gold);
}

/* ---------- Partner universities — screenshot-style cards + Owl slider ---------- */
.sk-uni-partner-section {
	background: linear-gradient(180deg, #f4f7fa 0%, #eef2f6 100%);
}

.sk-uni-slider-wrap {
	position: relative;
	padding: 0 12px 56px;
}

.sk-uni-slider-wrap #sk-university-slider {
	position: relative;
	z-index: 1;
}

.sk-uni-slide-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(22, 67, 100, 0.12);
	border: 1px solid rgba(22, 67, 100, 0.08);
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	margin: 6px 8px 12px;
}

.sk-uni-slide-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(22, 67, 100, 0.16);
}

.sk-uni-slide-card__media {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 44%;
	overflow: hidden;
	background: #dfe6ee;
}

.sk-uni-slide-card__media img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease, opacity 0.35s ease;
	padding: 0;
}

.sk-uni-slide-card:hover .sk-uni-slide-card__media img {
	transform: scale(1.03);
	opacity: 0.95;
}

.sk-uni-slide-card__body {
	display: flex;
	align-items: stretch;
	gap: 16px;
	padding: 20px 22px 22px;
	flex: 1 1 auto;
}

.sk-uni-slide-card__body--solo {
	justify-content: center;
	text-align: center;
}

.sk-uni-slide-card__body--solo .sk-uni-slide-card__info {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	align-items: center;
}

.sk-uni-slide-card__info h4 {
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 8px;
	color: var(--sk-navy);
}

.sk-uni-slide-card__info p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--sk-muted);
	flex: 1 1 auto;
	min-height: 0;
}

.sk-uni-slide-card__link {
	font-weight: 700;
	font-size: 18px;
	color: var(--sk-gold) !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--sk-gold);
	padding: 14px 20px;
	border-radius: 30px;
	margin-top: 30px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sk-uni-slide-card__link:hover {
	color: #fff !important;
	background: var(--sk-navy);
	border-color: var(--sk-navy);
	box-shadow: 0 8px 22px rgba(22, 67, 100, 0.25);
}

/* Owl — university slider (native controls hidden) */
.sk-uni-slider-wrap .sk-uni-owl .owl-item {
	padding: 4px 0;
}

.sk-uni-slider-wrap #sk-university-slider .owl-wrapper-outer {
	margin-bottom: 0;
}

.sk-uni-slider-wrap #sk-university-slider .owl-controls {
	display: none !important;
}

.sk-uni-slider-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(40% - 4px);
	pointer-events: none;
	z-index: 5;
}

.sk-uni-slider-btn {
	pointer-events: auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 2px solid rgba(22, 67, 100, 0.18);
	background: #ffffff;
	color: var(--sk-navy);
	box-shadow: 0 10px 24px rgba(22, 67, 100, 0.16);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	padding: 0;
}

.sk-uni-slider-btn i {
	font-size: 14px;
}

.sk-uni-slider-btn:hover {
	background: var(--sk-gold);
	border-color: #ffffff;
	color: var(--sk-navy);
}

.sk-uni-prev {
	position: absolute;
	left: -12px;
}

.sk-uni-next {
	position: absolute;
	right: -12px;
}

.sk-uni-slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}

.sk-uni-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.25);
	border: none;
	padding: 0;
	transition: all 0.2s ease;
}

.sk-uni-dot.is-active {
	width: 24px;
	background: var(--sk-gold);
}

@media only screen and (max-width: 768px) {
	.sk-course-slider-wrap {
		padding: 0 12px 42px;
	}

	.sk-course-slider-controls {
		top: calc(40% - 2px);
	}

	.sk-course-slider-controls .sk-course-prev {
		left: -4px;
	}

	.sk-course-slider-controls .sk-course-next {
		right: -4px;
	}

	.sk-uni-slider-wrap {
		padding: 0 12px 42px;
	}

	.sk-uni-slider-controls {
		top: calc(40% - 2px);
	}

	.sk-uni-prev {
		left: -4px;
	}

	.sk-uni-next {
		right: -4px;
	}
}

/* ---------- Homepage blog slider (same controls pattern as universities) ---------- */
.sk-home-blog-slider-section {
	background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 55%, #eef2f6 100%);
}

.sk-blog-slider-wrap {
	position: relative;
	padding: 0 12px 56px;
}

.sk-blog-slider-wrap #sk-home-blog-slider {
	position: relative;
	z-index: 1;
}

.sk-blog-slider-wrap .sk-blog-home-owl .owl-item {
	padding: 4px 0;
}

.sk-blog-slider-wrap #sk-home-blog-slider .owl-wrapper-outer {
	margin-bottom: 0;
}

.sk-blog-slider-wrap #sk-home-blog-slider .owl-controls {
	display: none !important;
}

.sk-blog-slider-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(38% - 4px);
	pointer-events: none;
	z-index: 5;
}

.sk-blog-slider-controls .sk-blog-prev {
	position: absolute;
	left: -12px;
}

.sk-blog-slider-controls .sk-blog-next {
	position: absolute;
	right: -12px;
}

.sk-home-blog-slide-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 16px 44px rgba(22, 67, 100, 0.12);
	border: 1px solid rgba(22, 67, 100, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	margin: 6px 8px 12px;
}

.sk-home-blog-slide-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 56px rgba(22, 67, 100, 0.16);
}

.sk-home-blog-slide-card__media {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 58%;
	overflow: hidden;
	background: linear-gradient(135deg, #164364 0%, #2a6d9a 100%);
}

.sk-home-blog-slide-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.sk-home-blog-slide-card:hover .sk-home-blog-slide-card__media img {
	transform: scale(1.06);
}

.sk-home-blog-slide-card__badge {
	position: absolute;
	left: 14px;
	top: 14px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--sk-navy);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.sk-home-blog-slide-card__body {
	padding: 20px 22px 22px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	text-align: left;
}

.sk-home-blog-slide-card__meta {
	font-size: 12px;
	font-weight: 700;
	color: var(--sk-muted);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sk-home-blog-slide-card__title {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px;
	color: var(--sk-navy);
}

.sk-home-blog-slide-card__title a {
	color: inherit;
	text-decoration: none;
}

.sk-home-blog-slide-card__title a:hover {
	color: var(--sk-gold);
}

.sk-home-blog-slide-card__excerpt {
	font-size: 14px;
	line-height: 1.55;
	color: var(--sk-muted);
	margin: 0 0 14px;
	flex: 1 1 auto;
}

.sk-home-blog-slide-card__read {
	margin-top: auto;
	font-weight: 700;
	font-size: 14px;
	color: var(--sk-gold);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sk-home-blog-slide-card__read:hover {
	color: var(--sk-navy);
}

.sk-home-blog-more-btn {
	min-width: 220px;
}

.sk-blog-slider-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}

.sk-blog-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.25);
	border: none;
	padding: 0;
	transition: all 0.2s ease;
}

.sk-blog-dot.is-active {
	width: 24px;
	background: var(--sk-gold);
}

@media only screen and (max-width: 768px) {
	.sk-blog-slider-wrap {
		padding: 0 12px 42px;
	}

	.sk-blog-slider-controls {
		top: calc(36% - 2px);
	}

	.sk-blog-slider-controls .sk-blog-prev {
		left: -4px;
	}

	.sk-blog-slider-controls .sk-blog-next {
		right: -4px;
	}
}

/* ---------- MapMyCourse-style sections ---------- */
.sk-spec-strip {
	background: #fff;
	border-top: 1px solid rgba(22, 67, 100, 0.08);
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
	padding: 36px 0;
}

/* Extra space below counters, before pills */
.sk-spec-strip--spaced {
	padding-top: 52px;
	padding-bottom: 48px;
}

/* Counters: no negative overlap on homepage */
.skolege-site .count_area.counter_feature.sk-count-home {
	margin-top: -15px !important;
	margin-bottom: 0;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
	position: relative;
	z-index: 2;
}

.sk-spec-strip h3,
.sk-spec-strip h2.sk-spec-strip__title {
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: var(--sk-navy);
}

.sk-spec-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.sk-spec-pills a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.06);
	color: var(--sk-navy) !important;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid rgba(22, 67, 100, 0.1);
	transition: background 0.2s ease, color 0.2s ease;
}

.sk-spec-pills a:hover {
	background: var(--sk-navy);
	color: #fff !important;
}

.sk-spec-pills a i {
	color: var(--sk-gold);
	font-size: 18px;
}

.sk-spec-pills a:hover i {
	color: var(--sk-lime);
}

.sk-impact-band {
	background: linear-gradient(135deg, var(--sk-navy) 0%, #1e5a82 100%);
	padding: 70px 0;
	color: #fff;
}

.sk-impact-band .sk-impact-num {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2.2rem, 5vw, 3.2rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 8px;
}

.sk-impact-band .sk-impact-num span {
	color: var(--sk-gold);
}

.sk-impact-band p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	margin: 0;
}

.sk-counselor-cta {
	background: linear-gradient(120deg, rgba(213, 217, 39, 0.2) 0%, rgba(247, 189, 51, 0.25) 100%);
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 20px;
	padding: 40px;
}

.sk-counselor-cta h2 {
	margin-bottom: 12px;
}

.sk-counselor-cta p {
	color: var(--sk-muted);
	margin-bottom: 20px;
}

/* FAQ — native details/summary */
.sk-faq-section {
	background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.sk-faq-sidecard {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.12);
	border-radius: 16px;
	padding: 26px;
	box-shadow: 0 14px 34px rgba(22, 67, 100, 0.1);
	position: sticky;
	top: 110px;
}

.sk-faq-sidecard h3 {
	margin-bottom: 12px;
}

.sk-faq-sidecard p {
	color: var(--sk-muted);
	margin-bottom: 14px;
}

.sk-faq-sidecard ul {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.sk-faq-sidecard ul li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--sk-text);
}

.sk-faq-sidecard ul li span {
	color: var(--sk-gold);
	margin-top: 4px;
}

.sk-faq-section details.sk-faq-item {
	border: 1px solid rgba(22, 67, 100, 0.12);
	border-radius: 14px;
	margin-bottom: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 22px rgba(22, 67, 100, 0.08);
}

.sk-faq-section details.sk-faq-item summary.sk-faq-q {
	width: 100%;
	list-style: none;
	padding: 18px 22px;
	font-weight: 700;
	font-size: 16px;
	color: var(--sk-navy);
	background: #fafbfd;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.sk-faq-section details.sk-faq-item summary.sk-faq-q::-webkit-details-marker {
	display: none;
}

.sk-faq-section details.sk-faq-item summary.sk-faq-q::after {
	content: "\e64b";
	font-family: themify;
	color: var(--sk-gold);
	font-size: 12px;
	transition: transform 0.2s ease;
}

.sk-faq-section details.sk-faq-item[open] summary.sk-faq-q::after {
	transform: rotate(180deg);
}

.sk-faq-section details.sk-faq-item summary.sk-faq-q:hover {
	background: rgba(247, 189, 51, 0.12);
}

.sk-faq-section details.sk-faq-item .sk-faq-a {
	padding: 0 22px 18px;
	color: var(--sk-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* ---------- Homepage testimonials ---------- */
.sk-testimonial-reviews {
	background: #f3f5f8;
	border-top: 1px solid rgba(22, 67, 100, 0.07);
	border-bottom: 1px solid rgba(22, 67, 100, 0.07);
}

.sk-review-sweepers {
	display: grid;
	gap: 16px;
}

.sk-review-card {
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid rgba(22, 67, 100, 0.08);
	box-shadow: 0 8px 24px rgba(22, 67, 100, 0.08);
	border-top: 3px solid #f3a35f;
	flex: 0 0 310px;
	max-width: 310px;
}

.sk-review-card__head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.sk-review-card__label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--sk-navy);
}

.sk-review-card__label i {
	color: #34a853;
	margin-right: 4px;
}

.sk-review-card__head small {
	color: var(--sk-muted);
	font-size: 12px;
	font-weight: 600;
}

.sk-review-card__stars {
	color: #f4b236;
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.sk-review-card p {
	font-size: 15px;
	color: #2d3a47;
	margin-bottom: 10px;
	min-height: 72px;
}

.sk-review-card .sk-review-card__author {
	font-size: 20px;
	font-weight: 800;
	color: var(--sk-navy);
	margin: 10px 0 2px;
	min-height: 0;
}

.sk-review-card__program {
	font-size: 13px;
	color: var(--sk-muted);
	font-weight: 600;
}

.sk-review-sweeper {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.sk-review-track {
	display: flex;
	gap: 16px;
	width: max-content;
}

.sk-review-track--left {
	animation: skReviewLeft 46s linear infinite;
}

.sk-review-track--right {
	animation: skReviewRight 46s linear infinite;
}

.sk-review-sweeper:hover .sk-review-track {
	animation-play-state: paused;
}

@keyframes skReviewLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 8px));
	}
}

@keyframes skReviewRight {
	0% {
		transform: translateX(calc(-50% - 8px));
	}
	100% {
		transform: translateX(0);
	}
}

/* ---------- Homepage CTA differentiation ---------- */
.sk-home-consult-section {
	background: #fff;
}

.sk-home-support-strip {
	padding-top: 0;
	background: #fff;
}

.sk-support-strip {
	border: 1px dashed rgba(22, 67, 100, 0.3);
	border-radius: 16px;
	padding: 24px 26px;
	background: linear-gradient(120deg, rgba(22, 67, 100, 0.04) 0%, rgba(247, 189, 51, 0.16) 100%);
}

.sk-support-strip h3 {
	font-size: 26px;
	margin-bottom: 8px;
}

.sk-support-strip p {
	margin: 0;
	color: var(--sk-muted);
}

.sk-home-final-cta-section {
	background: transparent;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sk-home-final-cta-section .container {
	padding-bottom: 0;
}

.sk-home-final-cta-section .sk-cta-box {
	margin-bottom: 0;
	border-radius: 18px 18px 0 0;
}

.sk-final-cta-content {
	padding: 54px 50px 46px;
}

.sk-final-cta-content p {
	margin: 18px 0 22px;
	color: rgba(234, 245, 255, 0.88);
}

.sk-final-cta-content li {
	color: rgba(240, 249, 255, 0.95);
}

.sk-final-cta-content li span {
	color: var(--sk-gold) !important;
}

.sk-final-cta-media-col {
	align-self: stretch;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.sk-final-cta-media {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-top: 10px;
}

.sk-final-cta-media img {
	max-height: 390px;
	width: auto;
	object-fit: contain;
	object-position: bottom center;
}

/* ---------- Fixed call + WhatsApp (right, minimal FAB) ---------- */
.sk-fixed-contact-buttons {
	position: fixed;
	right: 14px;
	left: auto;
	bottom: 118px;
	top: auto;
	transform: none;
	z-index: 1200;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.sk-fixed-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(15, 45, 68, 0.22);
	border: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.sk-fixed-contact-btn i {
	font-size: 22px;
	line-height: 1;
}

.sk-fixed-contact-btn--call {
	background: var(--sk-navy);
}

.sk-fixed-contact-btn--wa {
	background: #128c7e;
}

.sk-fixed-contact-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(15, 45, 68, 0.28);
	color: #fff !important;
	opacity: 0.96;
}

/* Brand yellow scroll-to-top control — sits under fixed FAB column */
.skolege-site .topcontrol {
	right: 12px !important;
	bottom: 12px !important;
	z-index: 1190 !important;
	background: var(--sk-gold) !important;
	border: 2px solid var(--sk-gold) !important;
	color: var(--sk-navy) !important;
	box-shadow: 0 10px 26px rgba(247, 189, 51, 0.35);
}

.skolege-site .topcontrol:hover {
	background: var(--sk-lime) !important;
	border-color: var(--sk-lime) !important;
	color: var(--sk-navy) !important;
}

.skolege-site .preloaders {
	inset: 0;
	top: 0;
	left: 0;
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.22s ease, visibility 0.22s ease;
	background:
		radial-gradient(circle at 18% 22%, rgba(247, 189, 51, 0.22) 0%, transparent 38%),
		radial-gradient(circle at 82% 78%, rgba(213, 217, 39, 0.18) 0%, transparent 36%),
		linear-gradient(145deg, #0f2d44 0%, #164364 62%, #1d587f 100%);
}

.skolege-site .preloaders.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.sk-preloader-box {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	padding: 36px 34px 30px;
	border-radius: 24px;
	/* background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 18px 46px rgba(2, 15, 27, 0.35);
	backdrop-filter: blur(10px); */
}

.sk-preloader-orbit {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sk-preloader-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top-color: var(--sk-gold);
	border-right-color: var(--sk-lime);
	animation: skSpinMain 1.05s linear infinite;
	box-sizing: border-box;
}

.sk-preloader-favicon {
	position: relative;
	z-index: 2;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	object-fit: contain;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
	animation: skFaviconPulse 1.2s ease-in-out infinite;
}

.sk-preloader-brand {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: #fff;
	text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.sk-preloader-box p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(232, 244, 255, 0.92);
}

@keyframes skSpinMain {
	to {
		transform: rotate(360deg);
	}
}

@keyframes skSpinInner {
	to {
		transform: rotate(360deg);
	}
}

@keyframes skFaviconPulse {
	0%, 100% {
		transform: scale(0.96);
	}
	50% {
		transform: scale(1.04);
	}
}

.skolege-site .single_tp span.sc_one,
.skolege-site .single_tp span.sc_two,
.skolege-site .single_tp span.sc_three,
.skolege-site .single_tp span.sc_four {
	color: var(--sk-navy);
	border-color: var(--sk-gold);
}

.skolege-site .single-counter span[class^="ti-"] {
	color: var(--sk-navy);
}

.skolege-site .single-counter h2,
.skolege-site .single-counter p.counter-num {
	color: var(--sk-navy);
	overflow: hidden;
	font-weight: 600;
	margin-bottom: 0;
}

/* Homepage / global intro lead (below hero) */
.sk-page-lead {
	font-size: 1.1rem;
	line-height: 1.65;
	color: var(--sk-text);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.sk-home-intro-lead {
	background: #fff;
}

.sk-uni-page-lead {
	color: var(--sk-text);
	text-align: center;
}

/* About: promo tiles (was h1 in banner-style cards) */
.skolege-site .single_ins_content h2.sk-promo-banner-title {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.25;
}

.skolege-site .single_ins_content p.sk-promo-kicker {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0.5rem;
}

.sk-contact-section-title {
	color: var(--sk-navy);
	font-weight: 700;
	margin-bottom: 1.25rem;
}

.skolege-site .single_address h3.sk-contact-card__title {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 700;
}

.skolege-site .section-title h2 b {
	color: var(--sk-gold);
}

/* ---------- Homepage hero ---------- */
.skolege-site .sk-home-hero.home_bg {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	min-height: 55px;
	height: auto;
	max-height: none;
	/* padding: 50px 0 0; */
	overflow: hidden;
}

.skolege-site .sk-home-hero .sk-home-hero-inner {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	padding-bottom: 0;
}

.skolege-site .sk-home-hero .sk-hero-row {
	align-items: flex-end !important;
}

.skolege-site .sk-home-hero .hero-text {
	padding-bottom: 32px;
}

.skolege-site .sk-home-hero .hero-text h1 {
	padding-top: 0;
	margin-bottom: 22px;
}

.skolege-site .sk-home-hero .hero-text p {
	width: 100%;
	max-width: 620px;
	font-size: 17px;
}

.skolege-site .sk-home-hero .hero-text .sk-page-lead {
	margin-bottom: 18px !important;
}

.skolege-site .sk-home-hero .hero-text-img,
.skolege-site .sk-home-hero .hero-text-img.sk-hero-visual {
	position: relative !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.skolege-site .sk-home-hero .sk-hero-person {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: min(720px, 72vh);
	height: auto;
	object-fit: contain;
	object-position: bottom center;
	margin: 0 auto;
}

/* Partner stat — modern card over hero image */
.sk-hero-partner-card {
	position: absolute;
	left: 8px;
	bottom: 22px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px 14px 14px;
	max-width: calc(100% - 24px);
	text-align: left;
	text-decoration: none !important;
	color: var(--sk-navy) !important;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 16px;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 16px 40px rgba(22, 67, 100, 0.18), 0 0 0 1px rgba(247, 189, 51, 0.35);
	backdrop-filter: blur(8px);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-hero-partner-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(22, 67, 100, 0.22), 0 0 0 2px var(--sk-gold);
	color: var(--sk-navy) !important;
}

.sk-hero-partner-card__icon {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--sk-navy);
	background: linear-gradient(145deg, var(--sk-gold) 0%, #e8b428 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.sk-hero-partner-card__content {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.sk-hero-partner-card__num {
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--sk-navy);
}

.sk-hero-partner-card__label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(22, 67, 100, 0.72);
}

.sk-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.sk-info-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 10px 30px rgba(22, 67, 100, 0.08);
	padding: 28px;
	height: 100%;
	border-radius: 14px;
}

.sk-info-card h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.sk-process-card {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(22, 67, 100, 0.08);
	border: 1px solid rgba(22, 67, 100, 0.1);
	height: 100%;
}

.sk-process-no {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background: var(--sk-navy);
	color: #fff;
	font-weight: 700;
	margin-bottom: 16px;
}

.sk-process-card .sk-process-card__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--sk-navy);
}

.sk-cta-box {
	background: linear-gradient(135deg, #f4bb33c7 0%, #86d7f4 100%);
	border-radius: 16px;
	overflow: hidden;
}

.sk-cta-box h2,
.sk-cta-box p,
.sk-cta-box li {
	color: #fff;
}

.sk-cta-box ul li {
	margin-bottom: 12px;
}

.sk-cta-box ul li span {
	color: #fff;
	margin-right: 8px;
}

@media only screen and (max-width: 991px) {
	.skolege-site .sk-home-hero.home_bg {
		min-height: auto;
		padding: 30px 0 0;
	}

	.skolege-site .sk-home-hero .sk-hero-row {
		align-items: center !important;
	}

	.skolege-site .sk-home-hero .hero-text {
		padding-bottom: 24px;
	}

	.skolege-site .sk-home-hero .hero-text h1.sk-hero-main-title {
		font-size: clamp(2rem, 4.5vw, 2.75rem);
		line-height: 1.15;
	}

	.sk-final-cta-content {
		padding: 38px 30px 14px;
	}

	.sk-final-cta-media {
		padding-top: 0;
	}

	.sk-final-cta-media img {
		max-height: 320px;
	}

	.sk-faq-sidecard {
		position: static;
	}

	.skolege-site .sk-home-hero .hero-text-img.sk-hero-visual {
		margin-top: 0;
		padding-bottom: 82px;
		justify-content: flex-end;
	}

	.sk-hero-partner-card {
		left: 50%;
		transform: translateX(-50%);
		bottom: 16px;
		width: auto;
		max-width: 92%;
	}

	.sk-hero-partner-card:hover {
		transform: translateX(-50%) translateY(-3px);
	}
}

@media only screen and (max-width: 575px) {
	.skolege-site .sk-home-hero .hero-text h1.sk-hero-main-title {
		font-size: clamp(1.65rem, 6vw, 2.1rem);
		line-height: 1.2;
	}

	.sk-review-card {
		flex-basis: 264px;
		max-width: 264px;
	}

	.sk-fixed-contact-buttons {
		right: 10px;
		left: auto;
		bottom: 108px;
	}

	.skolege-site .sk-home-hero .hero-text-img.sk-hero-visual {
		padding-bottom: 0;
	}

	.skolege-site .sk-home-hero .sk-hero-person {
		width: 94%;
		max-width: 420px;
		max-height: 62vh;
		object-position: bottom center;
	}

	.skolege-site .sk-count-home .row > [class*="col-"],
	.skolege-site .sk-impact-band .row > [class*="col-"] {
		width: 50%;
		float: left;
	}

	.skolege-site .sk-count-home .row > [class*="col-"] {
		margin-bottom: 14px;
		display: flex;
	}

	.skolege-site .sk-impact-band .row > [class*="col-"] {
		margin-bottom: 18px;
	}

	.skolege-site .sk-impact-band .row > [class*="col-"]:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.skolege-site .sk-count-home .single-counter {
		min-height: 172px;
		width: 100%;
		padding: 16px 12px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.skolege-site .sk-count-home .single-counter span[class^="ti-"] {
		font-size: 20px !important;
		margin-bottom: 8px;
	}

	.skolege-site .sk-count-home .single-counter p.counter-num {
		font-size: 28px !important;
		line-height: 1.05;
		margin-bottom: 6px !important;
	}

	.skolege-site .sk-count-home .single-counter > p:not(.counter-num) {
		font-size: 14px;
		line-height: 1.45;
	}

	.footer.skolege-footer .sk-footer-quick-links-col,
	.footer.skolege-footer .sk-footer-courses-col {
		width: 50%;
		float: left;
	}

	.footer.skolege-footer .sk-footer-quick-links-col .single_footer,
	.footer.skolege-footer .sk-footer-courses-col .single_footer {
		margin-bottom: 18px;
	}

	.sk-fixed-contact-btn {
		width: 48px;
		height: 48px;
	}

	.sk-home-final-cta-section {
		padding-top: 24px;
	}

	.sk-home-final-cta-section .sk-cta-box {
		border-radius: 14px 14px 0 0;
	}

	.sk-final-cta-content {
		padding: 30px 22px 10px;
	}

	.sk-final-cta-media img {
		max-height: 250px;
	}
}

/* Template hides hero image below 960px — keep visible for Skolege home */
@media only screen and (max-width: 960px) {
	.skolege-site .sk-home-hero .sk-hero-person {
		display: block !important;
		width: 90%;
		max-width: 460px;
		max-height: 70vh;
		object-position: bottom center;
	}
}

.skolege-site .cour_btn .btn_one,
.skolege-site .ab_content .btn_one {
	background: var(--sk-navy);
	border-color: var(--sk-navy);
	color: #fff;
	border-radius: 999px;
	padding: 12px 26px;
	font-weight: 700;
}

.skolege-site .cour_btn .btn_one:hover,
.skolege-site .ab_content .btn_one:hover {
	background: var(--sk-gold);
	border-color: var(--sk-gold);
	color: var(--sk-navy);
}

/* ---------- About page polish ---------- */
.skolege-site .ab_area .ab_img img {
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(22, 67, 100, 0.18);
}

/* ---------- Course page equal cards ---------- */
.sk-course-page-grid .row > div {
	margin-bottom: 30px;
}

.sk-course-page-grid .single_course {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 12px 32px rgba(22, 67, 100, 0.08);
}

.sk-course-page-grid .single_course .single_c_img {
	height: 220px;
	overflow: hidden;
}

.sk-course-page-grid .single_course .single_c_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sk-course-page-grid .single_course h4 {
	min-height: 56px;
}

.sk-course-page-grid .single_course .price {
	margin-top: auto;
}

/* ---------- Blog listing ---------- */
.sk-blog-page .row > div {
	margin-bottom: 30px;
}

.sk-blog-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 12px 32px rgba(22, 67, 100, 0.08);
}

.sk-blog-card__img {
	display: block;
	height: 210px;
	overflow: hidden;
}

.sk-blog-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.sk-blog-card:hover .sk-blog-card__img img {
	transform: scale(1.06);
}

.sk-blog-card__body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.sk-blog-card__meta {
	font-size: 13px;
	color: var(--sk-muted);
	font-weight: 600;
}

.sk-blog-card__body h3 {
	font-size: 20px;
	line-height: 1.4;
	min-height: 82px;
}

.sk-blog-card__body .sk-btn {
	margin-top: auto;
	align-self: flex-start;
	padding: 8px 10px;
	font-size: 12px;
}

/* ---------- Blog details ---------- */
.sk-blog-single-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(22, 67, 100, 0.08);
}

.sk-blog-featured-media {
	margin: 0;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, #eef3f8 0%, #e2e8f0 100%);
}

.sk-blog-featured-media img {
	display: block;
	width: 100%;
	max-height: 400px;
	height: auto;
	object-fit: cover;
	object-position: center center;
}

.sk-blog-single-card__content {
	padding: 30px;
}

.sk-blog-single-card__meta {
	font-size: 13px;
	font-weight: 700;
	color: var(--sk-muted);
	margin-bottom: 12px;
}

.sk-blog-single-card__content p {
	margin-bottom: 16px;
}

.sk-blog-sidebar-col {
	position: relative;
}

/* Desktop only: sticky admission CTA ~ vertically centered in viewport while scrolling */
@media (min-width: 992px) {
	.sk-blog-single-page .row {
		align-items: flex-start;
	}

	.sk-blog-sidebar-sticky {
		position: sticky;
		top: calc(50vh - 200px);
		z-index: 15;
		margin-bottom: 1.5rem;
	}

	.sk-blog-sidebar-sticky .sk-blog-sidebar-card--cta {
		box-shadow: 0 20px 50px rgba(22, 67, 100, 0.18);
	}
}

.sk-blog-sidebar-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(22, 67, 100, 0.1);
	border-left: 4px solid var(--sk-gold);
}

.sk-blog-sidebar-card__head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px 14px;
	background: linear-gradient(125deg, #0f2d44 0%, #164364 55%, #1d587f 100%);
	color: #fff;
}

.sk-blog-sidebar-card__head--subtle {
	background: linear-gradient(180deg, #f0f4f8 0%, #e8eef5 100%);
	color: var(--sk-navy);
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
}

.sk-blog-sidebar-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	color: var(--sk-navy);
	background: linear-gradient(145deg, var(--sk-gold) 0%, #e8b428 100%);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.sk-blog-sidebar-card__icon--soft {
	background: rgba(22, 67, 100, 0.08);
	color: var(--sk-navy);
	box-shadow: none;
}

.sk-blog-sidebar-card--cta .sk-blog-sidebar__title,
.sk-blog-sidebar-card--related .sk-blog-sidebar__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	color: inherit;
}

.sk-blog-sidebar-card--cta {
	padding-bottom: 20px;
}

.sk-blog-sidebar-card--cta .sk-blog-sidebar-list--checks,
.sk-blog-sidebar-card--related .sk-blog-related-list {
	padding: 18px 20px 16px;
}

.sk-blog-sidebar-list--checks {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.sk-blog-sidebar-list--checks li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--sk-text);
}

.sk-blog-sidebar-list--checks li i {
	color: var(--sk-gold);
	margin-top: 3px;
	flex-shrink: 0;
}

.sk-blog-sidebar-card--cta .sk-btn {
	display: block;
	margin: 0 20px 20px;
	width: auto;
}

.sk-blog-related-list {
	margin: 0;
	padding: 0;
}

.sk-blog-related-list li {
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
}

.sk-blog-related-list li:last-child {
	border-bottom: none;
}

.sk-blog-related-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s ease;
}

.sk-blog-related-row:hover {
	background: rgba(22, 67, 100, 0.04);
}

.sk-blog-related-row__thumb {
	flex: 0 0 auto;
	width: 72px;
	height: 56px;
	border-radius: 10px;
	overflow: hidden;
	background: #e8eef5;
	box-shadow: 0 4px 12px rgba(22, 67, 100, 0.1);
}

.sk-blog-related-row__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sk-blog-related-row__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.sk-blog-related-row__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.35;
	color: var(--sk-navy);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sk-blog-related-row:hover .sk-blog-related-row__title {
	color: var(--sk-gold);
}

.sk-blog-related-row__date {
	font-size: 12px;
	font-weight: 600;
	color: var(--sk-muted);
}

.sk-blog-sidebar-card h4,
.sk-blog-sidebar-card h2.sk-blog-sidebar__title,
.sk-blog-sidebar-card h3.sk-blog-sidebar__title {
	margin-bottom: 0;
}

.sk-blog-sidebar-list li a {
	font-weight: 600;
}

/* Blog article body (admin HTML) */
.sk-blog-article-content {
	font-size: 16px;
	line-height: 1.75;
	color: var(--sk-text);
}

.sk-blog-article-content p {
	margin-bottom: 1rem;
}

.sk-blog-article-content h2,
.sk-blog-article-content h3,
.sk-blog-article-content h4 {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.sk-blog-article-content ul,
.sk-blog-article-content ol {
	margin: 0 0 1rem 1.25rem;
	padding: 0;
}

.sk-blog-article-content img {
	display: block;
	max-width: 100%;
	width: auto;
	max-height: 400px;
	height: auto;
	object-fit: contain;
	object-position: center center;
	border-radius: 10px;
	margin: 1rem auto;
}

.sk-blog-article-content blockquote {
	border-left: 4px solid var(--sk-gold);
	padding: 0.5rem 0 0.5rem 1rem;
	margin: 1rem 0;
	background: rgba(22, 67, 100, 0.04);
}

/* ---------- Contact page ---------- */
.sk-contact-card {
	border-radius: 14px;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 10px 24px rgba(22, 67, 100, 0.08);
	height: 100%;
}

.sk-contact-card p a {
	color: var(--sk-text);
	font-weight: 600;
}

.sk-form-wrap {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 12px 32px rgba(22, 67, 100, 0.08);
	height: 100%;
}

.sk-form-wrap .form-group {
	margin-bottom: 18px;
}

.sk-form-wrap label {
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--sk-navy);
}

.sk-form-wrap .form-control {
	border-radius: 10px;
	border: 1px solid rgba(22, 67, 100, 0.2);
	padding: 12px 14px;
}

.sk-form-wrap .form-control:focus {
	border-color: var(--sk-gold);
	box-shadow: 0 0 0 0.2rem rgba(247, 189, 51, 0.2);
}

.sk-contact-side {
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 18px 44px rgba(22, 67, 100, 0.12);
}

.sk-contact-side__media {
	position: relative;
}

.sk-contact-side__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 35, 55, 0.08) 0%, rgba(10, 35, 55, 0.38) 100%);
	pointer-events: none;
}

.sk-contact-side__media img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.sk-contact-side__badge {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.96);
	color: var(--sk-navy);
	border: 1px solid rgba(22, 67, 100, 0.14);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.sk-contact-side__info {
	padding: 26px 24px 24px;
}

.sk-contact-side__info h2 {
	margin-bottom: 10px;
}

.sk-contact-side__info p {
	color: var(--sk-muted);
	margin-bottom: 14px;
	line-height: 1.6;
}

.sk-contact-side__points {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.sk-contact-side__points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	color: var(--sk-text);
	font-size: 14px;
}

.sk-contact-side__points li i {
	color: var(--sk-gold);
	margin-top: 3px;
}

.sk-contact-side__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid rgba(22, 67, 100, 0.1);
	padding-top: 14px;
	margin-bottom: 18px;
}

.sk-contact-side__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--sk-navy);
}

.sk-contact-side__meta i {
	color: var(--sk-gold);
}

.sk-contact-side__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.sk-contact-side__actions .sk-btn {
	flex: 1 1 160px;
	min-height: 42px;
}

@media only screen and (max-width: 575px) {
	.sk-contact-side__media img {
		height: 220px;
	}

	.sk-contact-side__info {
		padding: 20px 18px;
	}

	.sk-contact-side__actions .sk-btn {
		padding: 10px 14px;
		font-size: 14px;
	}
}

/* ---------- Legal pages ---------- */
.sk-legal-page {
	background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 55%);
}

.sk-legal-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 18px;
	padding: 30px 28px;
	box-shadow: 0 16px 42px rgba(22, 67, 100, 0.1);
}

.sk-legal-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px 16px;
	flex-wrap: wrap;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(22, 67, 100, 0.1);
}

.sk-legal-card__eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--sk-muted);
}

.sk-legal-card__top h2 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.3;
}

.sk-legal-card__date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--sk-navy);
	background: rgba(22, 67, 100, 0.08);
	border: 1px solid rgba(22, 67, 100, 0.12);
	padding: 6px 12px;
	border-radius: 999px;
}

.sk-legal-card h3 {
	font-size: 1.1rem;
	margin: 24px 0 10px;
}

.sk-legal-card p,
.sk-legal-card li {
	color: var(--sk-text);
	font-size: 15px;
	line-height: 1.7;
}

.sk-legal-card ul {
	margin: 0 0 8px 1.2rem;
	padding: 0;
}

.sk-legal-card__contact {
	margin-top: 26px;
	padding: 18px 18px 16px;
	background: linear-gradient(130deg, rgba(22, 67, 100, 0.06) 0%, rgba(247, 189, 51, 0.14) 100%);
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 14px;
}

.sk-legal-card__contact h3 {
	margin-top: 0;
}

@media only screen and (max-width: 575px) {
	.sk-legal-card {
		padding: 22px 18px;
	}

	.sk-legal-card__top h2 {
		font-size: 1.25rem;
	}
}

/* ---------- Career page ---------- */
.sk-career-intro .ab_content h2 {
	margin-bottom: 16px;
}

.sk-career-highlights {
	padding-top: 0;
}

.sk-career-highlight-card {
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 14px;
	padding: 26px;
	height: 100%;
	box-shadow: 0 12px 30px rgba(22, 67, 100, 0.08);
}

.sk-career-highlight-card span {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.1);
	color: var(--sk-navy);
	font-size: 22px;
	margin-bottom: 14px;
}

.sk-career-highlight-card h4,
.sk-career-highlight-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.sk-career-roles .row > div {
	margin-bottom: 30px;
}

.sk-career-role-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(22, 67, 100, 0.1);
	box-shadow: 0 12px 30px rgba(22, 67, 100, 0.08);
}

.sk-career-role-card .single_c_img {
	height: 220px;
	overflow: hidden;
}

.sk-career-role-card .single_c_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sk-career-role-card .price {
	min-height: 70px;
}

.sk-career-role-card .btn_one {
	margin-top: auto;
	align-self: flex-start;
}

.sk-career-role-card.single_course h3 {
	margin-bottom: 15px;
	padding: 0 20px;
}

.sk-career-role-card.single_course h3 a {
	font-weight: 600;
	font-size: 22px;
	margin-top: 10px;
	display: block;
	line-height: 32px;
}

.sk-career-role-card.single_course h3 a:hover {
	color: #525fe1;
}

.sk-career-process .row > div {
	margin-bottom: 24px;
}

/* ---------- Responsive system pass ---------- */
@media only screen and (max-width: 1199px) {
	.skolege-site .section-padding {
		padding: 72px 0;
	}

	.skolege-site .section-title h2 {
		font-size: clamp(30px, 4vw, 42px);
		line-height: 1.2;
	}

	.skolege-site .section-title p {
		max-width: 92%;
	}
}

@media only screen and (max-width: 991px) {
	.sk-top-header {
		display: block;
		padding: 6px 12px;
	}

	.sk-top-header__inner {
		gap: 10px;
	}

	.sk-top-header__left a {
		font-size: 12px;
	}

	.sk-top-header__left .sk-top-header__email {
		display: none;
	}

	.sk-top-header__right {
		gap: 8px;
	}

	.sk-top-header__right a {
		width: 26px;
		height: 26px;
	}

	#navigation.sk-site-nav {
		padding: 12px 14px;
		position: relative;
	}

	/* Hide desktop nav columns on mobile; drawer handles menu */
	#navigation.sk-site-nav .sk-nav-menu-col,
	#navigation.sk-site-nav .sk-nav-cta-col,
	#navigation.sk-site-nav #main-menu {
		display: none !important;
	}

	#navigation.sk-site-nav .sk-nav-inner {
		min-height: 64px;
		align-items: center;
	}

	#navigation.sk-site-nav .sk-nav-logo-col {
		max-width: 170px;
		display: flex;
		align-items: center;
	}

	#navigation.sk-site-nav .site-logo {
		display: flex;
		align-items: center;
		min-height: 44px;
	}

	#navigation.sk-site-nav .site-logo img {
		max-height: 44px !important;
	}

	.skolege-site .section-padding {
		padding: 62px 0;
	}

	.skolege-site .section-title {
		margin-bottom: 42px;
	}

	.skolege-site .section-title p {
		max-width: 100%;
	}

	.sk-counselor-cta,
	.sk-support-strip,
	.sk-form-wrap,
	.sk-blog-single-card__content {
		padding: 24px;
	}

	.sk-home-final-cta-section .row > [class*="col-"] {
		text-align: left !important;
	}
}

@media only screen and (max-width: 767px) {
	.skolege-site .section-padding {
		padding: 52px 0;
	}

	.sk-hero-actions {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.sk-hero-actions .sk-btn {
		flex: 1 1 0;
		min-width: 0;
		padding: 10px 12px;
		font-size: 14px;
		border-width: 2px;
	}

	.sk-hero-actions .sk-btn i {
		font-size: 12px;
	}

	.skolege-site .section-title h2 {
		font-size: clamp(28px, 8vw, 36px);
	}

	.skolege-site .section-title p {
		font-size: 15px;
	}

	.sk-home-final-cta-section {
		padding-top: 20px;
	}

	.sk-final-cta-content {
		padding: 26px 18px 8px;
	}

	.sk-final-cta-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 420px) {
	.sk-hero-actions {
		gap: 6px;
	}

	.sk-hero-actions .sk-btn {
		padding: 9px 10px;
		font-size: 13px;
	}
}

/* ---------- Mobile header drawer (left slide) ---------- */
@media only screen and (max-width: 991px) {
	#navigation.sk-site-nav .sk-nav-inner {
		position: relative;
	}

	#sm_menu_ham {
		top: 20px !important;
		right: 14px !important;
		width: 36px;
		height: 28px;
		position: absolute !important;
		float: none !important;
		transform: none;
		z-index: 10003 !important;
		padding: 2px;
	}

	#sm_menu_ham span,
	#sm_menu_ham.open span {
		background-color: var(--sk-navy) !important;
		height: 2px;
	}

	.sm_menu_outer {
		right: auto !important;
		left: 0 !important;
		height: 100vh !important;
		background: rgba(10, 20, 30, 0.46) !important;
		backdrop-filter: blur(3px);
		z-index: -1 !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.sm_menu_outer .mobile_menu {
		display: block !important;
		position: absolute;
		top: 72px;
		left: 0;
		width: min(86vw, 340px);
		height: calc(100vh - 72px);
		background: linear-gradient(170deg, #10344f 0%, #164364 68%, #1a5076 100%) !important;
		box-shadow: 16px 0 40px rgba(0, 0, 0, 0.28);
		padding-top: 0 !important;
		padding-bottom: 28px;
		padding-left: 0;
		margin: 0;
		overflow-y: auto;
		transform: translateX(-104%);
		transition: transform 0.34s ease;
	}

	.sm_menu_outer.active .mobile_menu {
		padding-top: 0 !important;
	}

	.sm_menu_outer.active {
		z-index: 10000 !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.sm_menu_outer .sk-drawer-brand {
		position: absolute;
		top: 0;
		left: 0;
		width: min(86vw, 340px);
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 0 18px;
		background: #ffffff;
		border-bottom: 1px solid rgba(22, 67, 100, 0.12);
		z-index: 10001;
	}

	.sm_menu_outer .sk-drawer-brand a {
		display: inline-flex;
		align-items: center;
	}

	.sm_menu_outer .sk-drawer-brand img {
		max-height: 40px;
		width: auto;
	}

	.sm_menu_outer .sk-drawer-close {
		width: 34px;
		height: 34px;
		border: 1px solid rgba(22, 67, 100, 0.25);
		border-radius: 10px;
		background: #ffffff;
		color: var(--sk-navy);
		position: relative;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
	}

	.sm_menu_outer .sk-drawer-close span {
		position: absolute;
		width: 16px;
		height: 2px;
		background: currentColor;
		border-radius: 2px;
	}

	.sm_menu_outer .sk-drawer-close span:first-child {
		transform: rotate(45deg);
	}

	.sm_menu_outer .sk-drawer-close span:last-child {
		transform: rotate(-45deg);
	}

	.sm_menu_outer.active .mobile_menu {
		transform: translateX(0);
	}

	.sm_menu_outer .mobile_menu li {
		display: block !important;
		width: 100%;
		border-image: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.sm_menu_outer .mobile_menu a {
		color: #fff !important;
		text-transform: none;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.01em;
		padding: 13px 22px;
		text-align: left !important;
	}

	.sm_menu_outer .mobile_menu li.back a {
		background-size: 12px auto;
		background-position: 16px center;
		padding-left: 40px;
	}

	.sm_menu_outer.slide .mobile_menu li.hasChild > a {
		background-size: 12px auto;
		background-position: calc(100% - 18px) center;
	}

	.sm_menu_outer.slide .mobile_menu .sub-menu {
		left: -100%;
		right: auto;
		top: 0;
		background: linear-gradient(170deg, #0f2f47 0%, #164364 100%);
		padding-left: 0;
		margin: 0;
	}

	.sm_menu_outer.slide .mobile_menu li.active > .sub-menu {
		left: 0;
		right: auto;
	}

	/* Prevent fixed contact buttons overlaying the mobile drawer */
	body.mmactive .sk-fixed-contact-buttons {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(8px);
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}
}

/* ---------- Modern course listing cards ---------- */
.sk-course-page-modern {
	background: linear-gradient(180deg, #f6f9fc 0%, #fff 32%);
}

.sk-mod-course-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(22, 67, 100, 0.08);
	border: 1px solid rgba(22, 67, 100, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}

.sk-mod-course-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 50px rgba(22, 67, 100, 0.12);
}

.sk-mod-course-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, var(--sk-navy) 0%, #1a5076 100%);
}

.sk-mod-course-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.sk-mod-course-card:hover .sk-mod-course-card__media img {
	transform: scale(1.04);
}

.sk-mod-course-card__badge {
	position: absolute;
	left: 14px;
	top: 14px;
	background: linear-gradient(120deg, var(--sk-lime), var(--sk-gold));
	color: var(--sk-navy-dark);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.sk-mod-course-card__body {
	padding: 20px 20px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.sk-mod-course-card__stars {
	color: var(--sk-gold);
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.sk-mod-course-card__title {
	font-size: 1.15rem;
	margin: 0 0 10px;
	line-height: 1.35;
}

.sk-mod-course-card__title a {
	color: var(--sk-navy);
	text-decoration: none;
}

.sk-mod-course-card__title a:hover {
	color: var(--sk-gold);
}

.sk-mod-course-card__excerpt {
	font-size: 0.9rem;
	color: var(--sk-muted);
	line-height: 1.55;
	margin-bottom: 14px;
	flex: 1;
}

.sk-mod-course-card__meta {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	font-size: 0.85rem;
	color: var(--sk-muted);
}

.sk-mod-course-card__meta li i {
	color: var(--sk-navy);
	margin-right: 6px;
}

.sk-mod-course-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sk-mod-course-card__actions .sk-btn {
	font-size: 0.85rem;
	padding: 8px 16px;
}

/* ---------- Course / University detail ---------- */
.sk-course-hero .section-top-title h1,
.sk-uni-detail-hero .section-top-title h1 {
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

/* ---------- Course detail — main column (full-width image + modern tabs) ---------- */
.sk-course-main-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(22, 67, 100, 0.09);
	box-shadow: 0 12px 48px rgba(22, 67, 100, 0.07);
	overflow: hidden;
}

.sk-course-hero-figure {
	margin: 0;
	line-height: 0;
	background: linear-gradient(180deg, #eef3f8 0%, #fff 100%);
}

.sk-course-hero-figure__img {
	width: 100%;
	display: block;
	height: auto;
	min-height: 200px;
	max-height: min(46vw, 400px);
	object-fit: cover;
}

.sk-course-main-card__intro {
	padding: 22px 24px 8px;
}

.sk-course-main-card__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--sk-navy);
	margin: 0 0 14px;
	line-height: 1.3;
}

.sk-meta-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.sk-meta-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(22, 67, 100, 0.06);
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--sk-navy);
	border: 1px solid rgba(22, 67, 100, 0.06);
}

.sk-meta-chip i {
	color: var(--sk-gold);
	font-size: 0.95rem;
}

.sk-course-lead--intro {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--sk-muted);
}

.sk-course-lead--intro p {
	margin-bottom: 0.75rem;
}

.sk-course-tab-shell {
	border-top: 1px solid rgba(22, 67, 100, 0.08);
	background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
}

.sk-course-tab-pills-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 16px 12px;
	align-items: center;
}

.sk-course-tab-pill {
	border: 1px solid rgba(22, 67, 100, 0.12);
	background: #fff;
	color: var(--sk-navy);
	font-weight: 600;
	font-size: 0.82rem;
	padding: 9px 16px;
	border-radius: 999px;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.2;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 1px 3px rgba(22, 67, 100, 0.04);
}

.sk-course-tab-pill:hover {
	border-color: rgba(247, 189, 51, 0.65);
	color: var(--sk-navy-dark);
}

.sk-course-tab-pill.active {
	background: var(--sk-navy);
	color: #fff !important;
	border-color: var(--sk-navy);
	box-shadow: 0 6px 18px rgba(22, 67, 100, 0.25);
}

@media (max-width: 575.98px) {
	.sk-course-tab-pills-row {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 14px;
		scrollbar-width: thin;
	}

	.sk-course-tab-pill {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}

.sk-course-tab-panels {
	padding: 24px 22px 28px;
	background: #fafbfd;
	border-top: 1px solid rgba(22, 67, 100, 0.06);
}

.sk-tab-prose {
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--sk-text);
}

.sk-tab-prose p {
	margin-bottom: 1rem;
}

.sk-tab-prose ul {
	padding-left: 1.15rem;
	margin-bottom: 1rem;
}

.sk-tab-subhead {
	font-size: 1rem;
	font-weight: 800;
	color: var(--sk-navy);
	margin: 1.35rem 0 12px;
	letter-spacing: 0.01em;
}

.sk-tab-lead {
	font-size: 0.9rem;
	color: var(--sk-muted);
	margin-bottom: 1rem;
	line-height: 1.55;
}

.sk-facility-list {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.sk-facility-list li {
	margin-bottom: 8px;
}

.sk-facility-list--modern {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
}

.sk-facility-list--modern li {
	margin: 0;
	padding: 10px 12px 10px 36px;
	position: relative;
	background: #fff;
	border: 1px solid rgba(22, 67, 100, 0.08);
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--sk-navy);
}

.sk-facility-list--modern li::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sk-lime), var(--sk-gold));
}

.sk-fee-table-wrap {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(22, 67, 100, 0.1);
	margin-bottom: 0.5rem;
}

.sk-fee-table--modern {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.sk-fee-table--modern th {
	width: 36%;
	background: rgba(22, 67, 100, 0.07);
	color: var(--sk-navy);
	font-weight: 700;
	border-color: rgba(22, 67, 100, 0.08) !important;
	vertical-align: middle;
}

.sk-fee-table--modern td {
	border-color: rgba(22, 67, 100, 0.08) !important;
	color: var(--sk-muted);
	vertical-align: middle;
}

.sk-faq-details--modern {
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(22, 67, 100, 0.1);
	padding: 0 16px;
	margin-bottom: 10px;
}

.sk-faq-details--modern summary {
	padding: 14px 0;
	font-size: 0.92rem;
}

.sk-faq-details--modern p {
	font-size: 0.9rem;
	padding-bottom: 14px;
}

.sk-faq-details {
	border: 1px solid rgba(22, 67, 100, 0.1);
	border-radius: 10px;
	padding: 0 14px;
	margin-bottom: 10px;
	background: #fafcfe;
}

.sk-faq-details summary {
	cursor: pointer;
	font-weight: 600;
	color: var(--sk-navy);
	padding: 12px 0;
	list-style: none;
}

.sk-faq-details summary::-webkit-details-marker {
	display: none;
}

.sk-faq-details[open] summary {
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
	margin-bottom: 8px;
}

.sk-faq-details p {
	font-size: 0.92rem;
	color: var(--sk-muted);
	padding-bottom: 12px;
	margin: 0;
}

.sk-uni-chip-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(22, 67, 100, 0.1);
	background: #fff;
	text-decoration: none;
	color: var(--sk-navy);
	font-weight: 600;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.sk-uni-chip-card:hover {
	border-color: var(--sk-gold);
	box-shadow: 0 8px 24px rgba(22, 67, 100, 0.08);
	color: var(--sk-navy);
}

.sk-uni-chip-card img {
	border-radius: 8px;
	object-fit: cover;
}

/* ---------- Professional sidebar (course + university) ---------- */
.sk-pro-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.sk-pro-side-card {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(22, 67, 100, 0.1);
	background: #fff;
	box-shadow: 0 14px 40px rgba(22, 67, 100, 0.08);
}

.sk-pro-side-card--navy .sk-pro-side-card__head {
	background: linear-gradient(135deg, var(--sk-navy) 0%, #1a5076 55%, #0f2d44 100%);
	color: #fff;
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 15px 18px;
	border-bottom: 3px solid var(--sk-gold);
}

.sk-pro-side-card__head--accent {
	background: linear-gradient(90deg, rgba(213, 217, 39, 0.35) 0%, rgba(247, 189, 51, 0.22) 100%);
	color: var(--sk-navy-dark);
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 13px 18px;
	border-bottom: 1px solid rgba(22, 67, 100, 0.1);
}

.sk-pro-side-card__head--subtle {
	background: linear-gradient(180deg, #f0f6fb 0%, #fff 100%);
	color: var(--sk-navy);
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(22, 67, 100, 0.08);
}

.sk-pro-side-card--flat {
	box-shadow: 0 6px 24px rgba(22, 67, 100, 0.05);
}

.sk-pro-side-card__body {
	padding: 16px 18px 18px;
}

.sk-pro-side-card__body--compact {
	padding-top: 12px;
	padding-bottom: 16px;
}

.sk-pro-side-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sk-pro-side-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 14px 0;
	border-bottom: 1px solid rgba(22, 67, 100, 0.07);
}

.sk-pro-side-list li:last-child {
	border-bottom: 0;
	padding-bottom: 4px;
}

.sk-pro-side-icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: linear-gradient(145deg, rgba(213, 217, 39, 0.35), rgba(247, 189, 51, 0.2));
	color: var(--sk-navy);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.sk-pro-side-icon--gold {
	background: linear-gradient(145deg, rgba(247, 189, 51, 0.55), rgba(213, 217, 39, 0.35));
}

.sk-pro-side-label {
	display: block;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--sk-muted);
	margin-bottom: 3px;
}

.sk-pro-side-list strong {
	color: var(--sk-navy);
	font-size: 0.94rem;
	font-weight: 700;
}

.sk-pro-side-strong {
	font-weight: 600;
	font-size: 0.86rem;
	line-height: 1.5;
	color: var(--sk-navy);
}

.sk-pro-side-strong--block {
	display: block;
}

.sk-pro-side-note {
	font-size: 0.88rem;
	color: var(--sk-muted);
	margin: 0;
	line-height: 1.55;
}

.sk-pro-side-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 20px;
	border-radius: 12px;
	background: linear-gradient(118deg, var(--sk-lime) 0%, var(--sk-gold) 100%);
	color: var(--sk-navy-dark) !important;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.82rem;
	box-shadow: 0 10px 32px rgba(247, 189, 51, 0.38);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-pro-side-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(247, 189, 51, 0.48);
	color: var(--sk-navy-dark) !important;
}

.sk-pro-side-cta i {
	font-size: 0.9rem;
	opacity: 0.85;
}

.sk-pro-related-stack {
	padding: 6px 10px 14px !important;
}

.sk-pro-related-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 8px;
	margin: 4px 0;
	border-radius: 11px;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s ease;
	border: 1px solid transparent;
}

.sk-pro-related-row:hover {
	background: rgba(22, 67, 100, 0.05);
	border-color: rgba(22, 67, 100, 0.06);
}

.sk-pro-related-row__img {
	flex: 0 0 56px;
}

.sk-pro-related-row__img img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 11px;
	border: 2px solid rgba(213, 217, 39, 0.55);
}

.sk-pro-related-row__text {
	flex: 1;
	min-width: 0;
}

.sk-pro-related-row__title {
	display: block;
	font-weight: 700;
	color: var(--sk-navy);
	font-size: 0.9rem;
	line-height: 1.3;
}

.sk-pro-related-row__meta {
	display: block;
	font-size: 0.76rem;
	color: var(--sk-muted);
	margin-top: 2px;
}

.sk-pro-related-row__chev {
	color: var(--sk-gold);
	font-size: 1.1rem;
	flex-shrink: 0;
}

.sk-pro-side-footnote {
	font-size: 0.78rem;
	color: var(--sk-muted);
	text-align: center;
	margin: 0;
	padding: 0 10px;
	line-height: 1.45;
}

.sk-btn-enquire-wide {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

/* University detail */
.sk-uni-detail-hero-text h1,
.sk-uni-detail-hero-text ul li {
	color: #fff !important;
}

.sk-uni-detail-hero-text ul li a {
	color: var(--sk-gold) !important;
}

.sk-uni-detail-tagline {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 1.05rem;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.sk-uni-intro-lead {
	background: #fff;
}

.sk-uni-detail-logo {
	border-radius: 14px;
	background: #fff;
	padding: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.sk-uni-section-title {
	color: var(--sk-navy);
	border-left: 4px solid var(--sk-gold);
	padding-left: 12px;
}

.sk-uni-program-card {
	border: 1px solid rgba(22, 67, 100, 0.08);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 22px rgba(22, 67, 100, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sk-uni-program-card__media {
	height: 140px;
	overflow: hidden;
	background: var(--sk-navy);
}

.sk-uni-program-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sk-uni-program-card__body {
	padding: 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sk-uni-program-card__body h3 {
	font-size: 1.05rem;
	margin: 0 0 8px;
}

.sk-uni-program-card__body p {
	font-size: 0.88rem;
	color: var(--sk-muted);
	flex: 1;
}

.sk-uni-program-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	font-size: 0.82rem;
	color: var(--sk-muted);
	margin-bottom: 8px;
}

.sk-uni-program-meta i {
	margin-right: 4px;
	color: var(--sk-navy);
}

.sk-uni-gallery-item img {
	transition: transform 0.25s ease;
}

.sk-uni-gallery-item:hover img {
	transform: scale(1.03);
}

@media (min-width: 992px) {
	.sk-pro-sidebar {
		position: sticky;
		top: 96px;
	}
}

.sk-uni-slide-card__info h4 a,
.sk-uni-slide-card__info h3.sk-uni-slide-card__title a {
	color: inherit;
	text-decoration: none;
}

.sk-uni-slide-card__info h4 a:hover,
.sk-uni-slide-card__info h3.sk-uni-slide-card__title a:hover {
	color: var(--sk-gold);
}

/* ---------- Global enquiry modal (Bootstrap 3) ---------- */
.sk-enquiry-modal .modal-dialog {
	max-width: 460px;
}

.sk-enquiry-modal__content {
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(15, 45, 68, 0.35);
}

.sk-enquiry-modal__header {
	background: linear-gradient(125deg, #0f2d44 0%, #164364 55%, #1d587f 100%);
	color: #fff;
	border: none;
	padding: 22px 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.sk-enquiry-modal__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: #fff !important;
	margin: 0 0 6px;
}

.sk-enquiry-modal__subtitle {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.45;
}

.sk-enquiry-modal__close {
	opacity: 0.85;
	filter: brightness(0) invert(1);
	margin: -0.25rem -0.35rem 0 0;
}

.sk-enquiry-modal__close:hover {
	opacity: 1;
}

.sk-enquiry-modal__body {
	padding: 24px 24px 28px;
	background: #fafbfc;
}

.sk-enquiry-modal__body .form-label {
	font-weight: 700;
	font-size: 13px;
	color: var(--sk-navy);
	margin-bottom: 6px;
}

.sk-enquiry-modal__body .form-control {
	border-radius: 10px;
	border: 1px solid rgba(22, 67, 100, 0.2);
	padding: 11px 14px;
	height: auto;
}

.sk-enquiry-modal__submit {
	margin-top: 8px;
	border-radius: 12px;
	padding: 12px 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 13px;
	border: none;
	background: linear-gradient(118deg, var(--sk-lime) 0%, var(--sk-gold) 100%);
	color: var(--sk-navy-dark);
}

.sk-enquiry-modal__submit:hover {
	filter: brightness(1.03);
	color: var(--sk-navy-dark);
}

/* ---------- Thank you page ---------- */
.sk-thankyou-top.section-top {
	background: linear-gradient(120deg, rgba(22, 67, 100, 0.92), rgba(15, 45, 68, 0.88));
	padding-bottom: 48px;
}

.sk-thankyou-top .section-top-title h1,
.sk-thankyou-top .section-top-title ul li,
.sk-thankyou-top .section-top-title ul li a {
	color: #fff !important;
}

.sk-thankyou-top .section-top-title ul li a {
	color: var(--sk-gold) !important;
}

.sk-thankyou-body {
	background: linear-gradient(180deg, #f4f7fa 0%, #eef2f6 100%);
}

.sk-thankyou-card {
	background: #fff;
	border-radius: 20px;
	padding: 40px 36px 36px;
	box-shadow: 0 18px 50px rgba(22, 67, 100, 0.1);
	border: 1px solid rgba(22, 67, 100, 0.08);
}

.sk-thankyou-card__icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(52, 168, 83, 0.15) 0%, rgba(247, 189, 51, 0.25) 100%);
	color: #1e7e34;
	font-size: 32px;
}

.sk-thankyou-card__title {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--sk-navy);
	margin-bottom: 14px;
}

.sk-thankyou-card__text {
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--sk-text);
	margin-bottom: 24px;
}

.sk-thankyou-card__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}

.sk-thankyou-card__hint {
	font-size: 14px;
	color: var(--sk-muted);
	line-height: 1.55;
}

.sk-thankyou-card__hint a {
	font-weight: 700;
	color: var(--sk-navy);
}

/* Reduce initial render work on long homepage */
.home_course,
#sk-uni-partner-section,
.sk-faq-section,
.sk-testimonial-reviews,
.sk-home-blog-slider-section,
.sk-home-final-cta-section {
	content-visibility: auto;
	contain-intrinsic-size: 1px 900px;
}

@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;
	}
}
