/* Responsive */
@media (max-width: 768px) {
	.stats-section {
		margin: 1rem 0 !important;
	}
	.stats-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		padding: 10px 0px !important;
		gap: 0px !important;
	}
	.stat-icon {
		margin-bottom: 8px !important;
		width: 50px !important;
		height: 50px !important;
	}
	.stat-item h4 {
		width: 120px !important;
		font-size: 9px !important;
		font-weight: 200 !important;
		color: #000;
		margin: 0;
		line-height: 15px !important;
	}
	.divider {
		display: none;
	}
	.custom-card {
		flex-direction: column;
	}
	.custom-card-content {
		padding: 15px !important;
	}
	.custom-card-image {
		width: 100%;
	}
	.dn {
		display: none !important;
	}
}

.custom-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 1400px;
	margin: auto;
	margin-top: 7rem;
}
.custom-card-content {
	flex: 1;
	padding: 40px;
}
.custom-card-content h2 {
	color: #ed9d2a;
	/* margin: 0 0 10px; */
	font-size: 32px;
}
.custom-card-content h2 span {
	color: #000;
	font-weight: 600;
	line-height: 36px;
}
.custom-card-content p {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
}
.features {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.features li {
	/* margin-bottom: 12px; */
	font-size: 15px;
	color: #333;
	display: flex;
	align-items: center;
}
.features li::before {
	content: "✔";
	color: #ed9d2a;
	font-weight: bold;
	margin-right: 10px;
}
.buttons {
	display: flex;
}
.btn-white {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	margin-right: 4px;
}
.btn-white:hover {
	background: #f2f2f2;
}
.btn-yellow {
	background: #ffb64b;
	color: #fff;
}
.btn-yellow:hover {
	background: #000000ff;
	color: #fff;
}
.contact {
	font-size: 14px;
	color: #666;
}
.contact::before {
	content: "📞 ";
}
.custom-card-image {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0; /* keep sharp edge like screenshot */
}
.mt8 {
	margin-top: 8rem !important;
}
.stats-section {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}

.stats-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 12px 40px;
	gap: 30px;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 1;
}

.stat-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffecef;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.stat-icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	filter: invert(25%) sepia(90%) saturate(6000%) hue-rotate(-5deg)
		brightness(95%) contrast(105%);
}

.stat-item h4 {
	width: 200px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.divider {
	width: 1px;
	background: #ddd;
	align-self: stretch;
}
.program-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	padding: 20px;
	text-align: left;
	position: relative;
	transition: all 0.3s ease;
	border: 1px solid #ffb64b;
}

.program-card:hover {
	transform: translateY(-5px);
}

.program-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #f9b249;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 15px;
	font-weight: 600;
}

.program-logo {
	width: 100%;
	margin-bottom: 10px;
}

.program-tag {
	display: inline-block;
	background: #f0f7ff;
	color: #0056b3;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 8px;
	margin: 8px 0;
}

.program-card h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	color: #000;
}

.program-card p {
	font-size: 14px;
	color: #444;
	margin-bottom: 50px;
}

.program-btns {
	display: flex;
	gap: 10px;
}

.program-btns .btn {
	flex: 1;
	font-size: 14px;
	font-weight: 600;
}
.blog-three__item {
	padding: 0px 30px;
}
.mrkt-p {
	color: #454141;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.video-section {
	padding: 50px 0;
	background: #fff;
}

.video-cards {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.video-card {
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	flex: 1;
	min-width: 280px;
	max-width: 350px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.video-card:hover {
	transform: translateY(-5px);
}

.video-thumb {
	position: relative;
}
.video-thumb video {
	width: 100%;
}
.video-thumb img {
	width: 100%;
	display: block;
	border-radius: 12px 12px 0 0;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	color: #ed9d2a;
	font-size: 22px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 1px solid;
}

.video-info {
	padding: 15px;
}

.video-info h4 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #828282;
}

.meta {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	color: #ddd;
}
.project {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	border: 1px solid #c7c7c7;
}
.project h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.project p {
	font-size: 14px;
	color: #555;
}
.project .project-crd {
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 14px;
}
.project span.project-crd {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 20px;
	padding: 5px 12px;
	margin: 5px 5px 0 0;
	font-size: 13px;
}
.project-crd span {
	color: var(--span);
	border: 1px solid #8080804f;
	padding: 1px 9px;
	border-radius: 8px;
}
.sml-nv {
	background: orange;
	color: #fff !important;
	padding: 10px;
	font-size: 7px;
	border-radius: 20px;
	width: 40px !important;
	height: 40px !important;
}
.swiper-button-next:after {
	font-size: 20px !important;
}
.swiper-button-prev:after {
	font-size: 20px !important;
}
.clr-ylw {
	color: #fcb349;
}
.fs40 {
	font-size: 40px;
}
.apply-section {
	text-align: center;
	padding: 50px 20px;
}
.apply-section h2 {
	font-weight: 700;
}
.apply-section h2 span {
	    color: #ffb64b;
}
.apply-step {
	text-align: center;
	padding: 20px;
}
.apply-step img {
	width: 60px;
}
.apply-step h5 {
	font-weight: 600;
}
.apply-btn {
	background: #efaa44;
	color: #fff;
	border: none;
	padding: 10px 50px;
	font-size: 18px;
	border-radius: 8px;
	margin-top: 30px;
	transition: 0.3s;
}
.apply-btn:hover {
	background: #000;
}
.eligibility {
	margin: 0px 0 40px;
	font-size: 16px;
}
	
