/* ===== Shared navbar — mobile style on all screens ===== */
.header {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 110px !important;
	background: linear-gradient(
		90deg,
		rgba(11, 28, 46, 0.94) 0%,
		rgba(16, 42, 67, 0.78) 28%,
		rgba(16, 42, 67, 0.38) 55%,
		rgba(16, 42, 67, 0.12) 78%,
		rgba(16, 42, 67, 0) 100%
	) !important;
	-webkit-backdrop-filter: blur(14px) saturate(1.2);
	backdrop-filter: blur(14px) saturate(1.2);
	transform: none !important;
	-webkit-transform: none !important;
	overflow: visible !important;
	box-shadow: none !important;
	align-items: center;
	padding: 0 40px 0 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 100;
}

.header.scrolled {
	top: 0 !important;
	height: 96px !important;
	background: linear-gradient(
		90deg,
		rgba(11, 28, 46, 0.96) 0%,
		rgba(16, 42, 67, 0.82) 30%,
		rgba(16, 42, 67, 0.42) 58%,
		rgba(16, 42, 67, 0.14) 80%,
		rgba(16, 42, 67, 0) 100%
	) !important;
	box-shadow: none !important;
}

.header_content {
	flex: 1 1 auto;
	width: auto !important;
	height: 100% !important;
	padding-left: 0 !important;
	background: transparent !important;
	align-items: center;
	justify-content: flex-end;
}

.header_content::before {
	display: none !important;
	box-shadow: none !important;
}

.header_brand {
	display: none !important;
}

.header_side {
	display: none !important;
}

.logo {
	display: flex;
	align-items: center;
}

.logo_link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo_container {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	margin: 0;
	display: flex;
	align-items: center;
	height: auto;
	flex-shrink: 0;
	z-index: 2;
	padding: 0 !important;
	background: transparent !important;
	clip-path: none !important;
	box-shadow: none !important;
}

.header .logo_container {
	height: 100%;
}

.logo img,
.header_center_logo img {
	display: block;
	width: 78px !important;
	height: 78px !important;
	max-height: 78px !important;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #ffb606, 0 6px 18px rgba(0, 0, 0, 0.28) !important;
	background: #fff;
}

.header.scrolled .logo img,
.header.scrolled .header_center_logo img {
	width: 68px !important;
	height: 68px !important;
	max-height: 68px !important;
}

.header_center_logo {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	pointer-events: auto;
	margin-right: 20px;
}

.header_center_logo a {
	display: block;
	line-height: 0;
}

.logo_text {
	display: inline-block !important;
	flex: 1 1 auto;
	min-width: 0;
	margin-left: 12px;
	margin-right: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #ffffff !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 1.15;
	white-space: nowrap;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	text-decoration: none;
	z-index: 2;
}

.header.scrolled .logo_text {
	font-size: 32px;
}

/* Desktop nav links (no hamburger) */
.main_nav_container {
	display: block !important;
	margin-left: 0;
	padding-right: 0 !important;
}

.main_nav {
	margin-top: 0 !important;
}

.main_nav_list {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_nav_item {
	display: inline-block;
	margin-right: 0 !important;
}

.main_nav_item a {
	display: inline-block;
	padding: 12px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff !important;
	letter-spacing: 0.6px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	position: relative;
	transition: color 0.2s ease, background 0.2s ease;
}

.main_nav_item a::after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 6px;
	height: 2px;
	background: #ffb606;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.25s ease;
}

.main_nav_item a:hover {
	color: #ffb606 !important;
}

.main_nav_item a:hover::after,
.main_nav_item.active a::after {
	transform: scaleX(1);
}

.main_nav_item.active a {
	color: #ffb606 !important;
}

.menu_item.active > a {
	color: #ffb606 !important;
}

.hamburger_container {
	display: none !important;
}

.footer_content .logo_container {
	position: static;
	transform: none;
	padding-right: 0;
}

.footer_content .logo img {
	height: 64px !important;
	width: auto !important;
	max-height: 64px !important;
	border-radius: 50%;
	box-shadow: none !important;
}

.footer_content .logo_text {
	display: inline !important;
	color: #FFFFFF !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 8px;
	line-height: 1.2;
	white-space: nowrap;
	text-shadow: none;
}

@media only screen and (max-width: 1199px) {
	.header {
		height: 96px !important;
		padding: 0 28px 0 24px;
	}

	.logo img,
	.header_center_logo img {
		width: 68px !important;
		height: 68px !important;
		max-height: 68px !important;
	}

	.logo_text {
		font-size: 28px;
		margin-left: 10px;
		margin-right: 10px;
		letter-spacing: 0.8px;
	}

	.main_nav_item a {
		padding: 10px 14px;
		font-size: 14px;
	}
}

/* Tablet / mobile — left logo | name | right logo | menu (no gap / no yellow bleed) */
@media only screen and (max-width: 991px) {
	.header {
		height: 70px !important;
		padding: 0 12px 0 14px;
		background: rgba(11, 28, 46, 0.96) !important;
	}

	.header.scrolled {
		height: 70px !important;
		background: rgba(11, 28, 46, 0.98) !important;
	}

	.logo_container {
		order: 1;
	}

	.logo img,
	.header.scrolled .logo img,
	.header_center_logo img,
	.header.scrolled .header_center_logo img {
		width: 48px !important;
		height: 48px !important;
		max-height: 48px !important;
		box-shadow: 0 0 0 2px #ffb606 !important;
	}

	/* Name fills space between logos — bigger text, less empty gap */
	.logo_text,
	.header.scrolled .logo_text {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.1;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.4px;
	}

	/* Right logo — immediately left of hamburger */
	.header_center_logo {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		order: 3;
		flex-shrink: 0;
		margin: 0 4px 0 0;
	}

	.header_content {
		display: none !important;
		pointer-events: none;
	}

	.main_nav_container {
		display: none !important;
	}

	.hamburger_container {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		transform: none !important;
		-webkit-transform: none !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		order: 4;
		margin-left: 0 !important;
		margin-right: 0;
		align-self: center;
		flex-shrink: 0;
		z-index: 3;
		width: 44px;
		height: 44px;
		padding: 0;
		border-radius: 50%;
		background: rgba(255, 182, 6, 0.95);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
		border: 1px solid rgba(255, 255, 255, 0.25);
	}

	.hamburger_container i {
		font-size: 18px;
		padding: 0;
		color: #102a43 !important;
	}

	.hamburger_container:hover i {
		color: #102a43 !important;
	}
}

@media only screen and (max-width: 575px) {
	.header {
		height: 62px !important;
		padding: 0 8px 0 10px;
	}

	.logo img,
	.header_center_logo img {
		height: 42px !important;
		width: 42px !important;
		max-height: 42px !important;
	}

	.logo_text,
	.header.scrolled .logo_text {
		font-size: 14px;
		margin-left: 3px;
		margin-right: 3px;
		letter-spacing: 0.2px;
	}

	.header_center_logo {
		margin-right: 4px;
	}

	.hamburger_container {
		width: 40px;
		height: 40px;
	}

	.hamburger_container i {
		font-size: 16px;
	}
}

@media only screen and (max-width: 479px) {
	.header {
		height: 58px !important;
		padding: 0 6px 0 8px;
	}

	.logo img,
	.header_center_logo img {
		height: 38px !important;
		width: 38px !important;
		max-height: 38px !important;
	}

	.logo_text,
	.header.scrolled .logo_text {
		font-size: 12px;
		margin-left: 2px;
		margin-right: 2px;
		letter-spacing: 0.1px;
	}

	.header_center_logo {
		margin-right: 3px;
	}

	.hamburger_container {
		width: 36px;
		height: 36px;
	}
}

/* ===== Compact attractive mobile menu (not full screen) ===== */
@media only screen and (max-width: 991px) {
	.menu_container {
		position: fixed !important;
		top: 78px !important;
		right: 12px !important;
		left: auto !important;
		width: 250px !important;
		height: auto !important;
		max-height: none !important;
		background: linear-gradient(180deg, #102a43 0%, #0b1c2e 100%) !important;
		border-radius: 16px !important;
		border: 1px solid rgba(255, 182, 6, 0.4) !important;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4) !important;
		z-index: 200 !important;
		overflow: hidden !important;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease !important;
	}

	.menu_container.active {
		visibility: visible !important;
		opacity: 1 !important;
		right: 12px !important;
		pointer-events: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	.menu_inner.menu_mm,
	.menu.menu_mm {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		padding: 44px 14px 16px !important;
		width: 100%;
	}

	.menu_close_container {
		top: 14px !important;
		right: 14px !important;
		width: 28px !important;
		height: 28px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
		z-index: 2;
	}

	.menu_close {
		top: 0 !important;
		width: 14px !important;
		height: 2px !important;
		background: #ffffff !important;
		position: relative;
	}

	.menu_close::after {
		top: -6px !important;
		left: 6px !important;
		width: 2px !important;
		height: 14px !important;
		background: #ffffff !important;
	}

	.menu_close_container:hover .menu_close,
	.menu_close_container:hover .menu_close::after {
		background: #ffb606 !important;
	}

	.menu_list.menu_mm {
		transform: none !important;
		-webkit-transform: none !important;
		opacity: 1 !important;
		transition: none !important;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu_item.menu_mm {
		margin: 0 0 6px !important;
	}

	.menu_item.menu_mm:last-child {
		margin-bottom: 0 !important;
	}

	.menu_item.menu_mm a {
		display: block;
		font-size: 15px !important;
		font-weight: 700 !important;
		color: #ffffff !important;
		padding: 11px 14px !important;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.05);
		letter-spacing: 0.3px;
		line-height: 1.2;
		text-decoration: none;
		transition: background 0.2s ease, color 0.2s ease;
	}

	.menu_item.menu_mm a:hover,
	.menu_item.menu_mm.active > a {
		background: #ffb606 !important;
		color: #102a43 !important;
	}

	.menu_social_container.menu_mm {
		margin-top: 12px !important;
		padding: 12px 0 0 !important;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		transform: none !important;
		-webkit-transform: none !important;
		opacity: 1 !important;
		transition: none !important;
	}

	.menu_social.menu_mm {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu_social_item.menu_mm {
		display: inline-block;
		margin: 0 !important;
	}

	.menu_social_item.menu_mm a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background: rgba(255, 182, 6, 0.14);
		text-decoration: none;
	}

	.menu_social_item.menu_mm a i {
		color: #ffb606 !important;
		font-size: 13px;
	}

	.menu_social_item.menu_mm a:hover {
		background: #ffb606;
	}

	.menu_social_item.menu_mm a:hover i {
		color: #102a43 !important;
	}

	.menu_copyright.menu_mm {
		display: none !important;
	}
}

@media only screen and (max-width: 575px) {
	.menu_container {
		top: 70px !important;
		right: 10px !important;
		width: 230px !important;
	}
}

@media only screen and (max-width: 479px) {
	.menu_container {
		top: 66px !important;
		right: 8px !important;
		width: 220px !important;
	}
}

/* ===== Home hero slider — below navbar, full image ===== */
.home.cfs_home_slider {
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	padding-top: 110px;
	background: #0b1c2e;
	overflow: hidden;
}

.home.cfs_home_slider .hero_slider_container {
	position: relative;
	width: 100%;
	height: auto !important;
}

.home.cfs_home_slider .hero_slider,
.home.cfs_home_slider .owl-stage-outer,
.home.cfs_home_slider .owl-stage,
.home.cfs_home_slider .owl-item,
.home.cfs_home_slider .hero_slide {
	height: auto !important;
}

.home.cfs_home_slider .hero_slide {
	position: relative;
	width: 100%;
	background: #0b1c2e;
}

.home.cfs_home_slider .hero_slide_img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
}

.home.cfs_home_slider .hero_slider_nav {
	z-index: 5;
}

@media only screen and (max-width: 1199px) {
	.home.cfs_home_slider {
		padding-top: 96px;
	}
}

@media only screen and (max-width: 991px) {
	.home.cfs_home_slider {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 575px) {
	.home.cfs_home_slider {
		padding-top: 62px;
	}
}

@media only screen and (max-width: 479px) {
	.home.cfs_home_slider {
		padding-top: 58px;
	}
}

/* Hero layered text */
.hero_slide_content {
	position: relative;
	max-width: 92%;
}

.hero_bg_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -52%);
	width: 100vw;
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(48px, 12vw, 140px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgba(232, 220, 198, 0.55);
	text-shadow: 6px 8px 0 rgba(0, 0, 0, 0.22);
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

.hero_slide_content h1 {
	position: relative;
	z-index: 1;
	font-size: clamp(28px, 4.5vw, 56px);
	font-weight: 600;
	line-height: 1.35;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero_slide_content h1 span {
	background: #ffb606;
	padding: 4px 14px;
	margin: 0 4px;
	display: inline-block;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
	.hero_bg_text {
		font-size: clamp(36px, 14vw, 72px);
		text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.2);
	}

	.hero_slide_content h1 {
		font-size: clamp(22px, 6vw, 34px);
	}

	.hero_slide_content h1 span {
		padding: 2px 10px;
	}
}

/* ===== Vedic Mathematics feature cards ===== */
.vedic_features_section {
	padding: 70px 0 40px;
	background: linear-gradient(180deg, #fff8e7 0%, #ffffff 100%);
}

.vedic_card {
	position: relative;
	background: #ffffff;
	border: 1px solid #d7dbe3;
	border-radius: 18px;
	padding: 42px 22px 24px;
	height: 100%;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.vedic_card_badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	padding: 8px 18px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.vedic_badge_green { background: #43a047; }
.vedic_badge_blue { background: #1a237e; }
.vedic_badge_purple { background: #6a1b9a; }

.vedic_benefits_list,
.vedic_learn_list,
.vedic_speed_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vedic_benefits_list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	padding: 10px 0;
	line-height: 1.4;
}

.vedic_check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	background: #43a047;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 1px;
}

.vedic_learn_list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px dashed #cfd4dc;
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

.vedic_learn_list li:last-child {
	border-bottom: 0;
}

.vedic_learn_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.vedic_speed_list li {
	position: relative;
	padding: 8px 0 8px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
}

.vedic_speed_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #6a1b9a;
}

.vedic_who_join {
	margin-top: 18px;
	background: #f9a825;
	border-radius: 999px;
	padding: 14px 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
	text-align: center;
	color: #1a237e;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.vedic_who_join strong {
	font-weight: 800;
	letter-spacing: 0.4px;
}

/* ===== Mental Math marquee ===== */
.mental_math_marquee_section {
	background: #1b5e20;
	padding: 36px 0 44px;
	overflow: hidden;
}

.mental_math_title {
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 22px;
}

.site_marquee_wrap,
.mental_math_marquee_wrap {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	border-radius: 28px;
	padding: 18px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	margin-bottom: 18px;
}

.site_marquee_wrap:last-child {
	margin-bottom: 0;
}

.feature_strip_wrap {
	border: 2px solid #1a237e;
	background: #ffffff;
	padding: 14px 0;
}

.electronics_marquee_wrap {
	background: #f7f8fa;
}

.site_marquee_track,
.mental_math_marquee_track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	gap: 0;
	animation: mentalMathMarquee 25s linear infinite;
	will-change: transform;
}

.feature_strip_track {
	animation-duration: 28s;
	animation-direction: reverse;
}

.electronics_marquee_track {
	animation-duration: 32s;
}

.site_marquee_wrap:hover .site_marquee_track,
.mental_math_marquee_wrap:hover .mental_math_marquee_track {
	animation-play-state: paused;
}

.site_marquee_group,
.mental_math_group {
	display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0;
	gap: 0;
	margin: 0;
	padding: 0;
}

.mental_math_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 0 0 200px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	padding: 8px 12px;
	margin: 0;
	border-right: 2px dotted #9e9e9e;
	box-sizing: border-box;
}

.electronics_item {
	flex-basis: 220px;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
}

.mental_math_icon {
	width: 54px;
	height: 54px;
	margin-bottom: 10px;
}

.mental_math_icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.mental_math_label {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #1a237e;
	line-height: 1.25;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

/* Feature strip (horizontal icon + text) */
.feature_strip_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	flex: 0 0 280px;
	width: 280px;
	min-width: 280px;
	max-width: 280px;
	padding: 6px 18px;
	margin: 0;
	border-right: 2px dashed #b0b7c3;
	box-sizing: border-box;
}

.feature_strip_icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.feature_strip_icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.feature_strip_text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.feature_strip_text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.feature_line_red { color: #d32f2f; }
.feature_line_navy { color: #1a237e; }
.feature_line_green { color: #2e7d32; }
.feature_line_purple { color: #4527a0; }
.feature_line_blue { color: #1565c0; }

/* Move exactly one group width — set via JS as --marquee-shift */
@keyframes mentalMathMarquee {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(calc(-1 * var(--marquee-shift, 50%)), 0, 0); }
}

@media only screen and (max-width: 991px) {
	.vedic_card_badge {
		font-size: 12px;
		padding: 7px 14px;
	}

	.mental_math_title {
		font-size: 22px;
	}

	.mental_math_item {
		flex-basis: 170px;
		width: 170px;
		min-width: 170px;
		max-width: 170px;
	}

	.electronics_item {
		flex-basis: 190px;
		width: 190px;
		min-width: 190px;
		max-width: 190px;
	}

	.feature_strip_item {
		flex-basis: 250px;
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}
}

@media only screen and (max-width: 575px) {
	.vedic_features_section {
		padding: 50px 0 24px;
	}

	.vedic_who_join {
		border-radius: 16px;
		font-size: 13px;
	}

	.mental_math_marquee_wrap,
	.site_marquee_wrap {
		border-radius: 18px;
	}

	.mental_math_item {
		flex-basis: 150px;
		width: 150px;
		min-width: 150px;
		max-width: 150px;
		padding: 8px 8px;
	}

	.electronics_item {
		flex-basis: 170px;
		width: 170px;
		min-width: 170px;
		max-width: 170px;
	}

	.feature_strip_item {
		flex-basis: 230px;
		width: 230px;
		min-width: 230px;
		max-width: 230px;
		padding: 6px 12px;
	}

	.feature_strip_text span {
		font-size: 11px;
	}

	.mental_math_label {
		font-size: 11px;
	}
}

/* ===== Admission banner (replaces register/search form) ===== */
.admit_banner {
	width: 100%;
	overflow: hidden;
}

.admit_banner_row {
	min-height: 620px;
	align-items: stretch;
}

.admit_cta {
	height: 100%;
	min-height: 620px;
	background:
		radial-gradient(circle at top right, rgba(255, 182, 6, 0.25), transparent 42%),
		linear-gradient(145deg, #102a43 0%, #243b53 55%, #1a76d1 100%);
	display: flex;
	align-items: center;
	padding: 70px 48px;
}

.admit_cta_inner {
	max-width: 540px;
	margin: 0 auto;
}

.admit_eyebrow {
	display: inline-block;
	margin: 0 0 18px;
	padding: 6px 14px;
	background: #ffb606;
	color: #102a43;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.admit_title {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 18px;
}

.admit_title span {
	color: #ffb606;
}

.admit_text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 22px;
}

.admit_points {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
}

.admit_points li {
	position: relative;
	padding: 8px 0 8px 28px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
}

.admit_points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffb606;
}

.admit_btn {
	display: inline-block;
	background: #ffb606;
	color: #102a43;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-decoration: none;
	padding: 14px 28px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.admit_btn:hover {
	background: #ffffff;
	color: #102a43;
	text-decoration: none;
	transform: translateY(-2px);
}

.admit_visual {
	position: relative;
	height: 100%;
	min-height: 620px;
	background: #e8e2ef;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.admit_visual_img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: contain;
	object-position: center center;
	display: block;
}

.admit_visual_overlay {
	display: none;
}

.admit_visual_content {
	display: none;
}

.admit_visual_tag {
	display: inline-block;
	margin: 0 0 14px;
	color: #ffb606;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.admit_visual_title {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 18px;
}

.admit_visual_quote {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.7;
	font-style: italic;
	margin: 0 0 22px;
	border-left: 3px solid #ffb606;
	padding-left: 14px;
}

.admit_visual_link {
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 2px solid #ffb606;
	padding-bottom: 4px;
}

.admit_visual_link:hover {
	color: #ffb606;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.admit_banner_row,
	.admit_cta,
	.admit_visual,
	.admit_visual_img {
		min-height: 520px;
	}

	.admit_cta {
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 575px) {
	.admit_banner_row,
	.admit_cta {
		min-height: auto;
	}

	.admit_cta {
		padding: 42px 22px;
	}

	.admit_visual,
	.admit_visual_img {
		min-height: 360px;
		height: 360px;
	}
}

/* ===== Tuition program cards ===== */
.cfs_courses_section {
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.cfs_courses_intro {
	text-align: center;
	max-width: 680px;
	margin: -10px auto 36px;
	color: #5a6270;
	font-size: 15px;
	line-height: 1.7;
}

.cfs_course_card {
	background: #ffffff;
	border: 1px solid #e6ebf2;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 8px 24px rgba(16, 42, 67, 0.06);
}

.cfs_course_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(16, 42, 67, 0.12);
}

.cfs_course_image {
	position: relative;
	height: 380px;
	overflow: hidden;
	background: #eef3f9;
}

.cfs_course_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	display: block;
	transition: transform 0.35s ease;
}

.cfs_course_card:hover .cfs_course_image img {
	transform: scale(1.03);
}

@media only screen and (max-width: 991px) {
	.cfs_course_image {
		height: 340px;
	}

	.cfs_course_card_page .cfs_course_image {
		height: 360px;
	}
}

@media only screen and (max-width: 575px) {
	.cfs_course_image {
		height: 300px;
	}

	.cfs_course_card_page .cfs_course_image {
		height: 320px;
	}
}

.cfs_course_level {
	position: absolute;
	left: 14px;
	top: 14px;
	background: #ffb606;
	color: #102a43;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	padding: 6px 10px;
}

.cfs_course_body {
	padding: 22px 20px 12px;
	flex: 1;
}

.cfs_course_title {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
	line-height: 1.35;
}

.cfs_course_title a {
	color: #243b53;
	text-decoration: none;
}

.cfs_course_title a:hover {
	color: #1a76d1;
	text-decoration: none;
}

.cfs_course_desc {
	margin: 0;
	color: #66707d;
	font-size: 14px;
	line-height: 1.65;
}

.cfs_course_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 20px 18px;
	border-top: 1px solid #eef2f7;
	margin-top: auto;
}

.cfs_course_teacher {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.cfs_course_teacher img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.cfs_course_teacher span {
	font-size: 13px;
	font-weight: 600;
	color: #384158;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cfs_course_action {
	flex-shrink: 0;
	background: #102a43;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
	padding: 9px 14px;
	transition: background 0.2s ease;
}

.cfs_course_action:hover {
	background: #ffb606;
	color: #102a43;
	text-decoration: none;
}

.cfs_courses_more {
	display: inline-block;
	margin-top: 10px;
	color: #102a43;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-bottom: 2px solid #ffb606;
	padding-bottom: 4px;
}

.cfs_courses_more:hover {
	color: #1a76d1;
	text-decoration: none;
}

.cfs_courses_section .course_box {
	margin-bottom: 30px;
}

.cfs_course_emoji {
	margin-right: 4px;
}

.cfs_special_features {
	margin-top: 20px;
	padding: 28px 26px;
	background: #102a43;
	color: #ffffff;
}

.cfs_special_features_head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.cfs_special_features_head span {
	font-size: 22px;
}

.cfs_special_features_head h3 {
	margin: 0;
	color: #ffb606;
	font-size: 22px;
	font-weight: 800;
}

.cfs_special_features_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px 18px;
}

.cfs_special_features_list li {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.cfs_special_features_list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #ffb606;
	font-weight: 800;
}

.cfs_special_features_page {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cfs_courses_highlight_three {
	grid-template-columns: repeat(3, 1fr) !important;
}

@media only screen and (max-width: 991px) {
	.cfs_special_features_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.cfs_courses_highlight_three {
		grid-template-columns: 1fr !important;
	}
}

@media only screen and (max-width: 575px) {
	.cfs_special_features_list {
		grid-template-columns: 1fr;
	}
}

/* Page banner title (Our Courses, About, Contact, etc.) */
.home_content h1 {
	line-height: 1.15 !important;
	white-space: nowrap;
}

@media only screen and (max-width: 991px) {
	.home_content {
		padding: 14px 18px !important;
		bottom: 48px !important;
		max-width: calc(100% - 24px);
		text-align: center;
	}

	.home_content h1 {
		font-size: 28px !important;
		line-height: 1.2 !important;
		letter-spacing: 0.5px;
	}
}

@media only screen and (max-width: 575px) {
	.home_content {
		padding: 12px 14px !important;
		bottom: 36px !important;
	}

	.home_content h1 {
		font-size: 22px !important;
		line-height: 1.25 !important;
	}
}

@media only screen and (max-width: 379px) {
	.home_content h1 {
		font-size: 18px !important;
		white-space: normal;
	}
}

/* Courses page extras */
.cfs_courses_highlight {
	background: #102a43;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: -40px;
}

.cfs_courses_highlight_inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(16, 42, 67, 0.14);
}

.cfs_courses_highlight_item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 20px;
	border-right: 1px solid #e6ebf2;
}

.cfs_courses_highlight_item:last-child {
	border-right: 0;
}

.cfs_courses_highlight_item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	background: #ffb606;
	color: #102a43;
	font-size: 13px;
	font-weight: 800;
}

.cfs_courses_highlight_item strong {
	color: #243b53;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.cfs_course_card_page {
	border-radius: 0;
}

.cfs_course_card_page .cfs_course_image {
	height: 420px;
}

.cfs_course_image_overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 42, 67, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.cfs_course_image_overlay a {
	background: #ffb606;
	color: #102a43;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
	padding: 10px 16px;
}

.cfs_course_card_page:hover .cfs_course_image_overlay {
	opacity: 1;
}

.cfs_courses_page .cfs_courses_section {
	padding-top: 70px;
}

.cfs_courses_cta {
	background: linear-gradient(120deg, #102a43 0%, #1a76d1 100%);
	padding: 48px 0;
}

.cfs_courses_cta_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.cfs_courses_cta_eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 12px;
	background: #ffb606;
	color: #102a43;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.cfs_courses_cta_inner h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	line-height: 1.25;
}

.cfs_courses_cta_inner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.cfs_courses_cta_actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.cfs_courses_cta_btn {
	display: inline-block;
	background: #ffb606;
	color: #102a43;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 13px 24px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.cfs_courses_cta_btn:hover {
	background: #ffffff;
	color: #102a43;
	text-decoration: none;
	transform: translateY(-2px);
}

.cfs_courses_cta_link {
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 2px solid #ffb606;
	padding-bottom: 3px;
}

.cfs_courses_cta_link:hover {
	color: #ffb606;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.cfs_courses_highlight {
		margin-top: 0;
	}

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

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

	.cfs_courses_highlight_item:nth-child(1),
	.cfs_courses_highlight_item:nth-child(2) {
		border-bottom: 1px solid #e6ebf2;
	}
}

@media only screen and (max-width: 575px) {
	.cfs_courses_highlight_inner {
		grid-template-columns: 1fr;
	}

	.cfs_courses_highlight_item {
		border-right: 0 !important;
		border-bottom: 1px solid #e6ebf2;
	}

	.cfs_courses_highlight_item:last-child {
		border-bottom: 0;
	}

	.cfs_courses_cta_btn {
		width: 100%;
		text-align: center;
	}
}

/* ===== Why Choose Us / Services ===== */
.cfs_services_section {
	position: relative;
	background: #ffffff;
}

.cfs_services_intro {
	text-align: center;
	max-width: 680px;
	margin: -4px auto 42px;
	color: #5a6270;
	font-size: 15.5px;
	line-height: 1.75;
}

.cfs_services_grid > [class*="col-"] {
	margin-bottom: 28px;
}

.cfs_service_card {
	position: relative;
	height: 100%;
	padding: 32px 26px 28px;
	background: #f4f7fb;
	border: 1px solid transparent;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.cfs_service_card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ffb606, #14bdee);
	transform: scaleX(0.35);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.cfs_service_card:hover {
	transform: translateY(-8px);
	background: #ffffff;
	border-color: #e4ebf3;
	box-shadow: 0 22px 44px rgba(16, 42, 67, 0.12);
}

.cfs_service_card:hover::before {
	transform: scaleX(1);
}

.cfs_service_num {
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	color: rgba(16, 42, 67, 0.08);
	transition: color 0.3s ease;
}

.cfs_service_card:hover .cfs_service_num {
	color: rgba(255, 182, 6, 0.35);
}

.cfs_service_icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e4ebf3;
	margin-bottom: 18px;
	box-shadow: 0 8px 18px rgba(16, 42, 67, 0.06);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.cfs_service_card:hover .cfs_service_icon {
	background: rgba(255, 182, 6, 0.12);
	border-color: rgba(255, 182, 6, 0.4);
}

.cfs_service_icon img {
	width: 34px;
	height: auto;
	display: block;
}

.cfs_service_card h3 {
	font-size: 18px;
	font-weight: 800;
	color: #102a43;
	margin: 0 0 12px;
	line-height: 1.35;
}

.cfs_service_card p {
	margin: 0;
	color: #5a6270;
	font-size: 14.5px;
	line-height: 1.7;
}

@media only screen and (max-width: 575px) {
	.cfs_service_card {
		padding: 28px 20px 24px;
	}
}

/* ===== Testimonials ===== */
.cfs_testimonials_section .section_title h1 {
	color: #ffffff;
}

.cfs_testimonials_intro {
	text-align: center;
	max-width: 640px;
	margin: -6px auto 28px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.7;
}

.cfs_testimonial_card {
	background: rgba(255, 255, 255, 0.96);
	padding: 42px 36px 36px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.cfs_testimonial_quote {
	font-size: 64px;
	line-height: 0.8;
	color: #ffb606;
	font-family: Georgia, serif;
	margin-bottom: 10px;
}

.cfs_testimonial_text {
	color: #384158;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 28px;
	max-width: 720px;
}

.cfs_testimonial_user {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cfs_testimonial_image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #ffb606;
	margin-bottom: 12px;
}

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

.cfs_testimonial_name {
	font-size: 16px;
	font-weight: 800;
	color: #102a43;
	text-transform: capitalize;
}

.cfs_testimonial_role {
	font-size: 13px;
	font-weight: 600;
	color: #1a76d1;
	margin-top: 4px;
}

/* ===== Events ===== */
.cfs_events_section {
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.cfs_events_intro {
	text-align: center;
	max-width: 640px;
	margin: -10px auto 36px;
	color: #5a6270;
	font-size: 15px;
	line-height: 1.7;
}

.cfs_events_list {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.cfs_event_card {
	display: grid;
	grid-template-columns: 220px 100px 1fr;
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #e6ebf2;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(16, 42, 67, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cfs_event_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(16, 42, 67, 0.12);
}

.cfs_event_image {
	min-height: 170px;
	overflow: hidden;
}

.cfs_event_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.cfs_event_card:hover .cfs_event_image img {
	transform: scale(1.06);
}

.cfs_event_date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #102a43;
	color: #ffffff;
	text-align: center;
	padding: 16px 10px;
}

.cfs_event_day {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	color: #ffb606;
}

.cfs_event_month {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.cfs_event_body {
	padding: 24px 26px;
}

.cfs_event_title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.cfs_event_title a {
	color: #243b53;
	text-decoration: none;
}

.cfs_event_title a:hover {
	color: #1a76d1;
	text-decoration: none;
}

.cfs_event_location {
	margin: 0 0 10px;
	color: #1a76d1;
	font-size: 13px;
	font-weight: 700;
}

.cfs_event_desc {
	margin: 0 0 16px;
	color: #66707d;
	font-size: 14px;
	line-height: 1.65;
}

.cfs_event_link {
	display: inline-block;
	color: #102a43;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	text-decoration: none;
	border-bottom: 2px solid #ffb606;
	padding-bottom: 3px;
}

.cfs_event_link:hover {
	color: #1a76d1;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.cfs_event_card {
		grid-template-columns: 180px 90px 1fr;
	}

	.cfs_testimonial_card {
		padding: 34px 24px 28px;
	}
}

@media only screen and (max-width: 767px) {
	.cfs_event_card {
		grid-template-columns: 1fr;
	}

	.cfs_event_image {
		height: 190px;
	}

	.cfs_event_date {
		flex-direction: row;
		justify-content: center;
		gap: 10px;
		padding: 12px;
	}

	.cfs_event_day {
		font-size: 28px;
	}

	.cfs_event_month {
		margin-top: 0;
	}

	.cfs_event_body {
		padding: 20px;
	}
}

/* ===== Footer ===== */
.cfs_footer {
	padding-top: 0 !important;
	background: #0f2135 !important;
}

.cfs_footer_cta {
	background:
		radial-gradient(circle at right top, rgba(255, 182, 6, 0.28), transparent 45%),
		linear-gradient(120deg, #102a43 0%, #1a76d1 100%);
	padding: 42px 0;
}

.cfs_footer_cta_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.cfs_footer_cta_eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 12px;
	background: #ffb606;
	color: #102a43;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.cfs_footer_cta_text h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 800;
	line-height: 1.25;
}

.cfs_footer_cta_text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.cfs_footer_cta_actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.cfs_footer_cta_btn {
	display: inline-block;
	background: #ffb606;
	color: #102a43;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 13px 24px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.cfs_footer_cta_btn:hover {
	background: #ffffff;
	color: #102a43;
	text-decoration: none;
	transform: translateY(-2px);
}

.cfs_footer_cta_link {
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 2px solid #ffb606;
	padding-bottom: 3px;
}

.cfs_footer_cta_link:hover {
	color: #ffb606;
	text-decoration: none;
}

.cfs_footer_content {
	padding-top: 60px !important;
	padding-bottom: 50px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
	overflow: visible;
}

.cfs_footer .footer_col {
	position: relative;
	z-index: 1;
}

.cfs_footer .footer_content .logo_container {
	position: static !important;
	height: auto !important;
	display: block;
	margin-bottom: 18px;
}

.cfs_footer .footer_about_text {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 12px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.cfs_footer_slogan {
	margin: 0;
	color: #ffb606;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.cfs_footer .footer_column_title {
	font-weight: 800;
	letter-spacing: 0.3px;
	padding-top: 8px;
}

.cfs_footer .footer_list_item a {
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.cfs_footer .footer_list_item a:hover {
	color: #ffb606;
	padding-left: 4px;
}

.cfs_footer_contact .footer_contact_item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.45;
}

.cfs_footer_contact .footer_contact_icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-right: 0;
	margin-top: 1px;
}

.cfs_footer_contact .footer_contact_item span,
.cfs_footer_contact .footer_contact_item a {
	flex: 1 1 auto;
	min-width: 0;
}

.cfs_footer_contact .footer_contact_item a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	white-space: nowrap;
}

.cfs_footer_contact .footer_contact_item a:hover {
	color: #ffb606;
}

.cfs_footer_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 22px 0 28px !important;
	margin-top: 0;
	border-top: none;
	position: relative;
	z-index: 2;
	clear: both;
}

.cfs_footer .footer_copyright {
	flex: 1 1 auto;
	min-width: 0;
}

.cfs_footer .footer_copyright span {
	display: block;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.5;
	white-space: normal;
}

.cfs_footer_social {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cfs_footer_social_item a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.cfs_footer_social_item a:hover {
	background: #ffb606;
	color: #102a43;
}

.cfs_footer .footer_content .logo img {
	width: 58px !important;
	height: 58px !important;
	max-height: 58px !important;
	border-radius: 50%;
	box-shadow: none !important;
}

.cfs_footer .footer_content .logo_text {
	display: inline !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 800;
	text-shadow: none;
	margin-left: 10px;
}

@media only screen and (max-width: 991px) {
	.cfs_footer .footer_col {
		margin-bottom: 28px;
	}

	.cfs_footer_cta {
		padding: 34px 0;
	}
}

@media only screen and (max-width: 575px) {
	.cfs_footer_cta_actions {
		width: 100%;
	}

	.cfs_footer_cta_btn {
		width: 100%;
		text-align: center;
	}
}

/* ===== Registration buttons (Workshop / Course) ===== */
.cfs_reg_btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.cfs_reg_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

/* Workshop — solid gold */
.cfs_reg_btn_workshop {
	background: #ffb606;
	color: #102a43 !important;
	border: 2px solid #ffb606;
	box-shadow: 0 10px 22px rgba(255, 182, 6, 0.28);
}

.cfs_reg_btn_workshop:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #102a43 !important;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

/* Course — navy / outline style (different from workshop) */
.cfs_reg_btn_course {
	background: #102a43;
	color: #ffffff !important;
	border: 2px solid #ffffff;
	box-shadow: 0 10px 22px rgba(16, 42, 67, 0.28);
}

.cfs_reg_btn_course:hover {
	background: #ffffff;
	color: #102a43 !important;
	border-color: #ffffff;
}

/* Course button on light backgrounds */
.cfs_reg_btn_course_light {
	background: #102a43;
	color: #ffffff !important;
	border: 2px solid #102a43;
	box-shadow: 0 10px 22px rgba(16, 42, 67, 0.18);
}

.cfs_reg_btn_course_light:hover {
	background: #ffb606;
	border-color: #ffb606;
	color: #102a43 !important;
}

.admit_cta .cfs_reg_btns {
	margin-top: 4px;
}

.cfs_course_image_overlay {
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.cfs_course_image_overlay .cfs_reg_btn {
	padding: 10px 16px;
	font-size: 12px;
	min-width: 140px;
}

.cfs_course_footer_regs {
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.cfs_reg_btns_compact {
	gap: 8px;
}

.cfs_reg_btns_compact .cfs_reg_btn {
	padding: 8px 12px;
	font-size: 11px;
}

.cfs_contact_aside_actions .cfs_reg_btn,
.cfs_contact_aside_actions .cfs_contact_btn_outline {
	width: 100%;
}

.cfs_about_join_box .cfs_reg_btn_course {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
	color: #ffffff !important;
}

.cfs_about_join_box .cfs_reg_btn_course:hover {
	background: #ffffff;
	color: #102a43 !important;
}

@media only screen and (max-width: 575px) {
	.cfs_reg_btns {
		width: 100%;
	}

	.cfs_reg_btn {
		width: 100%;
	}

	.cfs_reg_btns_compact .cfs_reg_btn {
		width: auto;
		flex: 1 1 auto;
	}
}
