﻿.transformUltraWrapX1-bootcamp {
	padding: 110px 0;
	background: radial-gradient(circle at top right,#1b2235,#0b1220 65%);
	position: relative;
}
.dir-info-panel-ac {
	text-align: center;
}
.transformHeadingX1-bootcamp {
	text-align: center;
	margin-bottom: 80px;
}

.transformTitleX1-bootcamp {
	font-size: 42px;
	font-weight: 700;
}

.transformSubX1-bootcamp {
	margin-top: 15px;
	color: #c5cbd6;
}

.transformRowX1-bootcamp {
	position: relative;
}

.transformDividerX1-bootcamp {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: linear-gradient(to bottom,transparent,#f4c430,transparent);
	transform: translateX(-50%);
}

.transformCardX1-bootcamp {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	height: 100%;
}

.transformImageX1-bootcamp {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.5);
}

.transformCardX1_content-bootcamp {
	margin-top: 15px;
}

.transformContentX1-bootcamp {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.transformCardTitleX1-bootcamp {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.transformListX1-bootcamp {
	list-style: none;
	padding: 0;
}

	.transformListX1-bootcamp li {
		margin-bottom: 18px;
		font-size: 15px;
	}

.beforeListX1-bootcamp i {
	margin-right: 10px;
}

.afterListX1-bootcamp i {
	color: #f4c430;
	margin-right: 10px;
}



.shiftProX_section {
	background: linear-gradient(to bottom,#f8f9fb,#ffffff);
}

.shiftProX_heading {
	text-align: center;
	font-weight: 800;
	font-size: clamp(28px,4vw,46px);
}

	.shiftProX_heading span {
		color: #c51212;
	}

.shiftProX_sub {
	text-align: center;
	font-size: 18px;
	margin-top: 12px;
	font-weight: 500;
}

	.shiftProX_sub strong {
		color: #b31217;
	}

/* ================= TIMELINE ================= */

.shiftProX_timeline {
	position: relative;
	margin-top: 70px;
}

.shiftProX_line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(to bottom,#c51212,#1c7c4d);
	transform: translateX(-50%);
}

/* ================= CARD ================= */

.shiftProX_card {
	background: #fff;
	border-radius: 18px;
	padding: 25px;
	box-shadow: 0 20px 40px rgba(0,0,0,.08);
	transition: .3s;
}

	.shiftProX_card:hover {
		transform: translateY(-6px);
	}

.shiftProX_before {
	border-left: 6px solid #c51212;
}

.shiftProX_after {
	border-left: 6px solid #1c7c4d;
}

.shiftProX_title {
	font-weight: 700;
	margin-bottom: 15px;
}

.shiftProX_list {
	list-style: none;
	padding: 0;
}

	.shiftProX_list li {
		margin-bottom: 8px;
		display: flex;
		gap: 10px;
	}

.shiftProX_before li i {
	color: #c51212;
}

.shiftProX_after li i {
	color: #1c7c4d;
}

/* ================= MIDDLE BADGE ================= */

.shiftProX_centerBadge {
	width: 80px;
	height: 80px;
	background: #111;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}

/* ================= CTA ================= */

.shiftProX_cta {
	margin-top: 80px;
	text-align: center;
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	padding: 60px 20px;
	border-radius: 20px;
}

.shiftProX_btn {
	margin-top: 20px;
	padding: 14px 40px;
	background: linear-gradient(90deg,#c51212,#a10e0e);
	border: none;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
}

/* ================= RESPONSIVE ================= */



.rsBootX_section {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	position: relative;
}

.rsBootX_title {
	text-align: center;
	font-weight: 800;
	font-size: clamp(28px,4vw,48px);
}

	.rsBootX_title span {
		color: #ffb347;
	}

.rsBootX_sub {
	text-align: center;
	opacity: .9;
	margin-top: 15px;
	font-size: 16px;
}

/* ================= CARD ================= */

.rsBootX_card {
	color: #000;
	background-color: #f8f4f4;
	border-radius: 18px;
	padding: 30px;
	height: 100%;
	position: relative;
	border: 1px solid rgba(255,180,80,.25);
	box-shadow: 0 0 30px rgba(255,140,0,.15);
	backdrop-filter: blur(6px);
	transition: .3s ease;
}

	.rsBootX_card:hover {
		transform: translateY(-6px);
		box-shadow: 0 0 40px rgba(255,180,80,.35);
	}

.rsBootX_number {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.rsBootX_card h5 {
	font-weight: 700;
	margin-bottom: 15px;
}

.rsBootX_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.rsBootX_list li {
		margin-bottom: 8px;
		display: flex;
		gap: 8px;
		align-items: flex-start;
		font-size: 15px;
	}

		.rsBootX_list li i {
			color: #ae0a0a;
			margin-top: 3px;
		}

.rsBootX_centerBadge {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 0 30px rgba(255,140,0,.4);
}

/* ================= RESPONSIVE ================= */



.banner-vg {
	position: relative;
	overflow: hidden;
}

.banner-video > video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.banner-video-mobile {
	display: none;
}


.videomembership {
	margin-top: 15px;
}

	.videomembership > img {
		width: 100%;
		height: 100%;
		border-radius: 15px;
	}

.banner-content-button > a:hover {
	transform: translateY(-5px);
	background-color: #c70404;
	color: #fff !important;
	text-decoration: none;
}

.fbHeroX_tag {
	display: inline-block;
	background: rgba(255,255,255,.15);
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 14px;
	margin-bottom: 20px;
}

.banner-content-button > a:hover {
	transform: translateY(-5px);
	background-color: #c70404;
	color: #fff !important;
	text-decoration: none;
}

.banner-content-button > a {
	margin-right: 10px;
	margin-top: 14px;
	background: #fff;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	font-weight: 500;
	color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #c70404;
	transition: .3s ease-in-out;
	text-decoration: none;
}

.vdo-content-image-member > img {
	width: 18%;
	margin-bottom: 10px;
}

.vdo-content-image-meet > img {
	width: 18%;
	margin-bottom: 10px;
}

.video-content {
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	/* z-index: 9999; */
	bottom: 15%;
}

.banner-video-banneroverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #040e39b0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 1.5rem;
	padding-top: 4%;
}



/* PANEL */
.bvabX_panel {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 2px solid rgba(0,0,0,0.08);
	box-shadow: 0 20px 50px rgba(0,0,0,0.12);
	height: 100%;
}

.bvabX_top {
	padding: 14px 18px 0;
	text-align: center;
}

.bvabX_badge {
	padding: 8px 22px;
	border-radius: 999px;
	font-weight: 1000;
	color: #fff;
	display: inline-block;
}

.bvabX_badgeBefore {
	background: linear-gradient(90deg,var(--bvabX_red),var(--bvabX_red2));
}

.bvabX_badgeAfter {
	background: linear-gradient(90deg,var(--bvabX_green),var(--bvabX_green2));
}

.bvabX_hero {
	height: 240px;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.bvabX_hero:after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom,rgba(0,0,0,0.08),rgba(0,0,0,0.58));
	}

.bvabX_listWrap {
	padding: 16px;
}

.bvabX_li {
	display: flex;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 16px;
	margin-bottom: 10px;
	font-weight: 900;
}

.bvabX_liBefore {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
}

.bvabX_liAfter {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}

.hqApplyX_bottomText {
	padding-top: 20px;
}

.bvabX_mindset {
	padding: 14px;
	text-align: center;
	font-weight: 1000;
	color: #fff;
}

.bvabX_mindsetBefore {
	color: #000;
	background: linear-gradient(90deg,#2a0606,var(--bvabX_red));
}

.bvabX_mindsetAfter {
	color: #000;
	background: linear-gradient(90deg,#052a17,var(--bvabX_green));
}

/* SHIFT */
.bvabX_shiftBox {
	border-radius: 24px;
	background: rgba(255,255,255,0.8);
	padding: 18px;
	border: 1px solid rgba(0,0,0,0.1);
}

.bvabX_shiftRow {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	font-weight: 900;
}

	.bvabX_shiftRow:last-child {
		border-bottom: none;
	}

/* CTA */
.bvabX_cta {
	margin-top: 34px;
	text-align: center;
}

.bvabX_ctaMain {
	background: #0f172a;
	color: #fff;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 1000;
	display: inline-block;
}

.bvabX_applyBtn {
	margin-top: 18px;
	border: none;
	background: linear-gradient(90deg,var(--bvabX_red),var(--bvabX_red2));
	color: #fff;
	padding: 12px 28px;
	border-radius: 999px;
	font-weight: 1000;
}

.builderCardUnique {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: 0.3s ease;
	height: 100%;
}

	.builderCardUnique:hover {
		transform: translateY(-8px);
	}

.builderCardImgUnique img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.builderCardContentUnique {
	padding: 20px;
	text-align: center;
}

	.builderCardContentUnique h5 {
		color: #000;
		font-weight: 700;
		margin-bottom: 5px;
	}

.builderRoleUnique {
	font-weight: 600;
	font-size: 14px;
	color: #b10000;
	margin-bottom: 10px;
}

.builderCardContentUnique p {
	font-size: 14px;
	color: #555;
}

.builderBottomTextUnique {
	margin-top: 50px;
	text-align: center;
}

	.builderBottomTextUnique p {
		font-size: 17px;
		margin-bottom: 8px;
	}

.execboot-day-card-9x-content {
	margin-top: 15px;
}

.execboot-day-card-9x-image > img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.execboot-day-card-9x {
	border: 3px solid #c51212;
	padding: 18px;
	border-radius: 18px;
	background-color: #f8f4f4;
	height: 100%;
}

.faw_detbox > p {
	font-weight: normal;
}

.execboot-bottom-note-9x {
	text-align: center;
	margin-top: 40px;
	font-size: 18px;
}

.execboot-outcome-title-9x {
	color: #8b0000;
	font-weight: 700;
	margin-top: 18px;
}

.execboot-day-title-9x {
	margin-top: 19px;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
}

.execboot-check-icon-9x {
	color: #6b8e23;
	margin-right: 8px;
}

.execboot-list-item-9x {
	margin-bottom: 10px;
}

.nbfc-bootcamp-wrapper-unique {
	background: linear-gradient(135deg, #f4f4f4, #f8f1f3);
	padding: 80px 20px;
	font-family: 'Segoe UI', sans-serif;
}

.nbfc-bootcamp-heading-primary {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.nbfc-bootcamp-heading-subtext {
	text-align: center;
	font-size: 18px;
	color: #555;
	margin-top: 15px;
}

.nbfc-bootcamp-card-holder-unique {
	margin-top: 60px;
}

.nbfc-bootcamp-card-left {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	border-radius: 18px;
	padding: 35px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.nbfc-bootcamp-card-right {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	border-radius: 18px;
	padding: 35px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.nbfc-bootcamp-list-item-unique {
	margin-bottom: 22px;
}

.nbfc-bootcamp-icon-green {
	color: #08d537;
	font-size: 20px;
	margin-right: 10px;
}

.nbfc-bootcamp-icon-red {
	font-size: 20px;
	margin-right: 10px;
}

.nbfc-bootcamp-bottom-text-area {
	margin-top: 60px;
	text-align: center;
}

.nbfc-bootcamp-highlight-bold {
	font-weight: 600;
}

.nbfc-bootcamp-cta-btn-unique2 {
	text-align:center;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 600;
	padding: 14px 40px;
	background: linear-gradient(90deg, #c51212, #a10e0e);
	border: none;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s ease;
}

	.nbfc-bootcamp-cta-btn-unique2:hover {
		background: linear-gradient(90deg, #c51212, #a10e0e);
		color: #fff;
	}

.nbfc-bootcamp-cta-btn-unique {
	margin-top: 25px;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 600;
	padding: 14px 40px;
	background: linear-gradient(90deg, #c51212, #a10e0e);
	border: none;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s ease;
}

	.nbfc-bootcamp-cta-btn-unique:hover {
		background: linear-gradient(90deg, #c51212, #a10e0e);
		color: #fff;
	}



.sub1 {
	text-align: center;
	margin-top: 14px;
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 700;
	color: #2b2b2b;
}

.sub2 {
	text-align: center;
	margin-top: 10px;
	font-size: clamp(15px, 1.4vw, 20px);
	font-weight: 800;
	color: #1f1f1f;
}

	.sub2 b {
		font-weight: 1000;
	}

/* Red cards */
.r-card-content {
	margin-bottom: 10px;
}

r-image-card-cont {
	margin-bottom: 30px;
}

.r-card {
	height: 100%;
	border-radius: 10px;
	padding: 22px 22px;
	color: #fff;
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

	.r-card:after {
		content: "";
		position: absolute;
		inset: -60px -60px auto auto;
		width: 220px;
		height: 220px;
		background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
		transform: rotate(25deg);
	}

.r-head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.r-icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.14);
	font-size: 26px;
	flex: 0 0 auto;
}

.r-title {
	margin-top: 10px;
}

.r-sub {
	margin: 10px 0 0;
	opacity: 0.95;
	position: relative;
	z-index: 2;
}

.r-list {
	margin: 12px 0 0;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}

	.r-list li {
		margin-bottom: 8px;
		font-weight: 800;
		font-size: 15px;
		line-height: 1.3;
	}

.r-foot {
	margin-top: 12px;
	font-weight: 800;
	font-size: 15px;
	opacity: 0.95;
	position: relative;
	z-index: 2;
}

/* Right image card */
.r-img-card {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 50px rgba(0,0,0,0.18);
	border: 1px solid rgba(0,0,0,0.08);
	background: #000;
}

.r-img-bg {
	border-radius: 10px;
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
}

.r-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.05) 100%);
}

.r-img-content {
	position: absolute;
	inset: auto 0 0 0;
	padding: 22px 22px 22px;
	color: #fff;
}

.r-img-title {
	font-weight: 1000;
	font-size: 26px;
	line-height: 1.15;
	margin: 0 0 12px;
}

.r-img-list {
	margin: 0;
	padding-left: 22px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.5;
}

.img-note {
	margin-top: 12px;
	font-weight: 800;
	font-size: 16px;
	opacity: 0.95;
}

/* Bottom line */
.bottom-text {
	margin-top: 18px;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
	color: #1f1f1f;
}

.apply {
	margin-top: 8px;
	text-align: center;
	font-weight: 950;
	font-size: 22px;
	color: #2a5bd7;
	cursor: pointer;
	user-select: none;
}



.bootcamp-section {
	padding: 70px 0;
}

.section-title {
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 800;
	color: #111;
	text-align: center;
}

.section-subtitle {
	text-align: center;
	font-size: 18px;
	color: #2a2a2a;
	margin-top: 10px;
}

	.section-subtitle strong {
		display: block;
		margin-top: 6px;
		font-weight: 800;
	}

.mini-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 35px 0 18px;
	color: #7a6f6f;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

	.mini-heading:before,
	.mini-heading:after {
		content: "";
		height: 1px;
		width: 110px;
		background: #d8cccc;
		display: block;
	}

/* Top red cards */
.red-card {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	border-radius: 22px;
	padding: 26px 26px;
	box-shadow: 0 18px 35px rgba(0,0,0,0.15);
	height: 100%;
	border: 1px solid rgba(255,255,255,0.12);
}

	.red-card h5 {
		font-weight: 800;
		margin: 0;
		font-size: 20px;
		line-height: 1.2;
	}

	.red-card p {
		margin: 14px 0 0;
		opacity: 0.95;
		font-size: 15px;
		line-height: 1.6;
	}

.icon-box {
	margin-right: 16px;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(255,255,255,0.12);
	font-size: 22px;
	flex: 0 0 auto;
}

/* Bottom light cards */
.light-card {
	background: #ffffffcc;
	border-radius: 22px;
	padding: 24px 24px;
	box-shadow: 0 14px 30px rgba(0,0,0,0.08);
	height: 100%;
	border: 1px solid rgba(0,0,0,0.04);
}

	.light-card h5 {
		font-weight: 800;
		margin: 0;
		font-size: 20px;
		color: #161616;
	}

	.light-card p {
		margin: 12px 0 0;
		color: #4a4a4a;
		font-size: 15px;
		line-height: 1.6;
	}

.light-icon {
	margin-right: 16px;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #f4e8e8;
	color: #8d1111;
	font-size: 22px;
	flex: 0 0 auto;
}

/* spacing between rows */
.row-gap {
	row-gap: 18px;
}
/* Info Panel */
.dir-info-panel {
	background: #ffffff;
	padding: 25px 35px;
	border-radius: 25px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

	.dir-info-panel h5 {
		font-weight: 700;
		margin-bottom: 15px;
	}

.dir-highlight {
	font-weight: 700;
}

/* Custom List */
.dir-points {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

	.dir-points li {
		margin-bottom: 14px;
		padding-left: 28px;
		position: relative;
		font-size: 16px;
	}

		.dir-points li::before {
			content: "✔";
			position: absolute;
			left: 0;
			top: 0;
			color: #2e7d32;
			font-weight: bold;
		}




.btn-single-custom_knowmore2 {
	align-items: center;
	justify-content: space-between;
	margin: 10px;
	padding: 15px 15px;
	border-radius: 999px;
	background-color: #c70404;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	gap: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #c70404;
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
}

.bootim > img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.serif-title {
	letter-spacing: -0.5px;
}

.btn-gold {
	background: var(--gold);
	border: 1px solid var(--gold);
	color: #111;
	font-weight: 700;
	border-radius: 14px;
	padding: 12px 18px;
}

	.btn-gold:hover {
		filter: brightness(0.95);
	}

.btn-outline-light-soft {
	border: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	border-radius: 14px;
	padding: 12px 18px;
	font-weight: 600;
}

	.btn-outline-light-soft:hover {
		background: rgba(255,255,255,0.08);
		color: #fff;
	}

/* HERO */
.hero {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

	.hero::after {
		content: "";
		position: absolute;
		right: -120px;
		top: -120px;
		width: 420px;
		height: 420px;
		background: rgba(212,175,55,0.12);
		border-radius: 50%;
		filter: blur(2px);
	}

.pill {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	font-size: 13px;
	color: rgba(255,255,255,0.9);
}

.section {
	padding: 70px 0;
}

.section-muted {
	background: #fafafa;
}

.beige {
	background: var(--beige);
}

.feature-card {
	background: var(--card);
	background-color: #fff;
	border-radius: 22px;
	padding: 18px;
	border: 1px solid rgba(17,24,39,0.08);
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	height: 100%;
}

.founder-newpages {
	margin-bottom: 10px;
	color: #fff;
	background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
	padding: 30px 30px;
	border-radius: 20px;
}

.feature-card-practice {
	margin-bottom: 10px;
	color: #b80e0e;
	background-color: #fff3f3;
	padding: 30px 30px;
	border-radius: 20px;
}

.feature-card-posit {
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	padding: 25px;
	background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
	text-align: center;
}

	.feature-card-posit > img {
		background-color: #fff;
		border-radius: 50%;
		margin-bottom: 10px;
		border-radius: 50%;
		padding: 10px;
		width: 30%;
	}

.feature-card-network {
	text-align: center;
	background: var(--card);
	background-color: #fff;
	border-radius: 22px;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
}

	.feature-card-network > img {
		border-radius: 20px;
		width: 100%;
		height: 100%;
	}

.check {
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--deep-green);
	font-weight: 800;
	flex: 0 0 auto;
}

	.check > i {
		margin-top: 10px;
		font-size: 36px;
		margin-right: 10px;
	}

.subtle {
	color: var(--muted);
}

.feature-card-creater {
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
	text-align: center;
}

	.feature-card-creater > img {
		background-color: #fff;
		border-radius: 50%;
		margin-bottom: 10px;
		border-radius: 50%;
		padding: 10px;
		width: 31%;
	}

.founder-image > img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.fonder {
	text-align: center;
}

.feature-card-testimonial {
	background: var(--card);
	background-color: #fff;
	border-radius: 22px;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
}

.timeline {
	border-left: 3px solid rgba(11,46,29,0.15);
	padding-left: 18px;
	margin-left: 8px;
}

	.timeline .node {
		position: relative;
		padding: 12px 0 12px 0;
	}

		.timeline .node::before {
			content: "";
			position: absolute;
			left: -29px;
			top: 18px;
			width: 14px;
			height: 14px;
			border-radius: 50%;
			background: var(--gold);
			border: 3px solid #fff;
			box-shadow: 0 0 0 3px rgba(212,175,55,0.25);
		}

.pricing-card {
	background: linear-gradient(180deg, rgba(212,175,55,0.14), rgba(255,255,255,0.0));
	border: 1px solid rgba(212,175,55,0.35);
	border-radius: 26px;
	padding: 26px;
	box-shadow: 0 16px 45px rgba(0,0,0,0.08);
}

.badge-seats {
	background: rgba(11,46,29,0.08);
	color: var(--deep-green);
	border: 1px solid rgba(11,46,29,0.15);
	font-weight: 700;
	padding: 8px 12px;
	border-radius: 999px;
}
.feature-card-form-content {
	margin-top:15px;
}
.feature-card-form-content-image > img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.member {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
}

.member-content {
	text-align: center;
}

	.member-content > img {
		border-radius: 10px;
		width: 100%;
		height: 100%;
	}

.geta {
	color: #fff !important;
}

.section-form {
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	
}

.feature-card-form {
	
	background: radial-gradient(1000px 500px at 20% 20%, rgba(212, 175, 55, 0.18), transparent 55%), linear-gradient(135deg, #C70404 0%, #831414 55%, #521313 100%);
	
	border-radius: 22px;
	padding: 18px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
}
/* WhatsApp Floating */
.whatsapp-float {
	position: fixed;
	right: 16px;
	bottom: 90px;
	z-index: 999;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 30px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

/* Mobile Sticky CTA */
.mobile-sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	background: rgba(255,255,255,0.95);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(17,24,39,0.1);
	padding: 10px 12px;
	display: none;
}



/* Exit Intent Modal */
.modal-content {
	border-radius: 20px;
}

.startupCardBoxNX_content-bootcamp {
	margin-top: 15px;
}

.bootcamp-card-icon {
	font-size: 28px;
	margin-bottom: 7px;
}

.startupCardBoxNX-bootcamp {
	color: #fff;
	background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
	padding: 24px;
	border-radius: 16px;
	height: 100%;
	transition: 0.3s ease;
	border: 1px solid rgba(255,255,255,0.05);
}

	.startupCardBoxNX-bootcamp:hover {
		transform: translateY(-6px);
		border-color: #f59e0b;
	}

.startupCardTitleNX-bootcamp {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.startupCardTextNX-bootcamp {
}

.startupSectionLabelNX-bootcamp {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}

/* Tablet */
@media(max-width: 991px) {
	.mobile-sticky-cta {
		display: block;
	}

	.section {
		padding: 52px 0;
	}

	.startupCardBoxNX-bootcamp {
		text-align:center;
	}
	.startupMainTitleNX-bootcamp {
		font-size: 36px;
	}

	.transformDividerX1-bootcamp {
		display: none;
	}

	.transformCardX1-bootcamp {
		height: 500px;
	}

	.shiftProX_line {
		display: none;
	}
	.rsBootX_centerBadge {
		position: relative;
		transform: none;
		margin: 30px auto;
	}

	.fbHeroX_tag {
		margin-bottom: 5px;
	}

	.vdo-content-image-member > img {
		width: 52%;
		margin-bottom: 10px;
	}

	.img-card {
		min-height: 420px;
	}

	.r-card-content {
		margin-top: 10px;
	}
}
@media(max-width: 768px) {
	.banner-video-desktop {
		display: none;
	}

	.banner-video-mobile {
		display: block;
	}


	.nbfc-bootcamp-heading-primary {
		font-size: 28px;
	}

	.execboot-day-card-9x {
		height: auto;
		margin-top: 15px;
	}

	.dir-info-panel {
		height: auto;
		margin-top: 15px;
	}

	.rsBootX_card {
		height: auto;
		margin-top: 15px;
	}

	.nbfc-bootcamp-card-left, .nbfc-bootcamp-card-right {
		padding: 18px;
		margin-top: 15px;
	}
}
@media(max-width: 576px) {
	.fbHeroX_tag {
		margin-bottom: 5px;
	}

	.vdo-content-image-member > img {
		width: 52%;
		margin-bottom: 10px;
	}

	.r-card-content {
		margin-top: 10px;
	}

	.r-title {
		font-size: 20px;
	}

	.img-title {
		font-size: 22px;
	}

	.apply {
		font-size: 20px;
	}

	.r-card-content {
		margin-top: 10px;
	}

	.transformUltraWrapX1-bootcamp {
		padding: 70px 20px;
	}

	.transformTitleX1-bootcamp {
		font-size: 28px;
	}

	.transformCardX1-bootcamp {
		height: 500px;
	}

	.transformContentX1-bootcamp {
		padding: 13px;
	}

	.startupCardBoxNX-bootcamp {
		text-align:center;
	}
	.startupMainTitleNX-bootcamp {
		font-size: 28px;
	}

	.startupSubTitleNX-bootcamp {
		font-size: 15px;
	}

	.startupSectionWrapperNX-bootcamp {
		padding: 60px 20px;
	}
}



