/*
BioGurukul Home Detailed Features Professional Layout v9.0.0
Author: Abhishek Das
*/

.bgk-detailed-features-home{
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:clamp(44px,5vw,72px) 18px!important;
	background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%)!important;
	box-sizing:border-box!important;
	overflow:hidden!important;
}

.bgk-features-shell{
	width:min(1220px,100%)!important;
	margin:0 auto!important;
	box-sizing:border-box!important;
}

.bgk-features-head{
	text-align:center!important;
	max-width:850px!important;
	margin:0 auto 34px!important;
	padding:0 14px!important;
	box-sizing:border-box!important;
}

.bgk-features-eyebrow{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	padding:9px 16px!important;
	border-radius:999px!important;
	background:#e9edff!important;
	color:#4338ca!important;
	font-weight:900!important;
	font-size:13px!important;
	letter-spacing:.2px!important;
	line-height:1!important;
}

.bgk-features-head h2{
	margin:16px 0 12px!important;
	color:#111827!important;
	font-size:clamp(30px,3.4vw,48px)!important;
	line-height:1.12!important;
	letter-spacing:-1px!important;
	font-weight:1000!important;
	text-transform:none!important;
}

.bgk-features-head p{
	margin:0 auto!important;
	color:#526176!important;
	font-size:clamp(15px,1.35vw,18px)!important;
	line-height:1.75!important;
	font-weight:700!important;
	max-width:760px!important;
}

.bgk-features-grid{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:22px!important;
	align-items:stretch!important;
	width:100%!important;
	box-sizing:border-box!important;
}

.bgk-feature-card,
.bgk-feature-card.bgk-feature-card-large{
	position:relative!important;
	min-height:230px!important;
	padding:30px 30px 28px!important;
	border-radius:24px!important;
	background:#ffffff!important;
	color:#111827!important;
	border:1px solid #dfe7f3!important;
	box-shadow:0 14px 40px rgba(15,23,42,.07)!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
	transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
	grid-column:auto!important;
	isolation:isolate!important;
}

.bgk-feature-card::before{
	content:""!important;
	position:absolute!important;
	left:0!important;
	top:0!important;
	width:100%!important;
	height:5px!important;
	background:linear-gradient(90deg,#2563eb,#7c3aed)!important;
	z-index:1!important;
}

.bgk-feature-card::after,
.bgk-feature-card.bgk-feature-card-large::after{
	content:""!important;
	position:absolute!important;
	right:22px!important;
	top:22px!important;
	width:72px!important;
	height:72px!important;
	border-radius:24px!important;
	background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(124,58,237,.07))!important;
	pointer-events:none!important;
	z-index:-1!important;
}

.bgk-feature-card:hover{
	transform:translateY(-3px)!important;
	box-shadow:0 22px 54px rgba(15,23,42,.11)!important;
	border-color:#c7d2fe!important;
}

.bgk-feature-icon{
	width:56px!important;
	height:56px!important;
	min-width:56px!important;
	border-radius:18px!important;
	display:grid!important;
	place-items:center!important;
	background:linear-gradient(135deg,#eef2ff,#eff6ff)!important;
	color:#1d4ed8!important;
	font-size:26px!important;
	margin:0 0 22px!important;
	box-shadow:inset 0 0 0 1px rgba(37,99,235,.12)!important;
	position:relative!important;
	z-index:2!important;
}

.bgk-feature-card h3,
.bgk-feature-card.bgk-feature-card-large h3{
	margin:0 0 12px!important;
	padding:0!important;
	color:#0f172a!important;
	font-size:clamp(20px,1.55vw,24px)!important;
	line-height:1.25!important;
	font-weight:1000!important;
	letter-spacing:-.45px!important;
	position:relative!important;
	z-index:2!important;
}

.bgk-feature-card p,
.bgk-feature-card.bgk-feature-card-large p{
	margin:0!important;
	padding:0!important;
	color:#53627a!important;
	font-size:15.5px!important;
	line-height:1.75!important;
	font-weight:700!important;
	max-width:100%!important;
	position:relative!important;
	z-index:2!important;
}

.bgk-features-cta{
	margin-top:26px!important;
	padding:24px 28px!important;
	border-radius:24px!important;
	background:linear-gradient(135deg,#111827,#1e1b4b)!important;
	color:#fff!important;
	display:flex!important;
	align-items:center!important;
	justify-content:space-between!important;
	gap:22px!important;
	box-shadow:0 22px 54px rgba(15,23,42,.18)!important;
	box-sizing:border-box!important;
}

.bgk-features-cta strong,
.bgk-features-cta span{
	display:block!important;
	color:#fff!important;
}

.bgk-features-cta strong{
	font-size:21px!important;
	font-weight:1000!important;
	margin:0 0 6px!important;
	line-height:1.25!important;
}

.bgk-features-cta span{
	color:rgba(255,255,255,.78)!important;
	font-size:15px!important;
	font-weight:700!important;
	line-height:1.55!important;
}

.bgk-features-cta a{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	min-height:46px!important;
	padding:12px 24px!important;
	border-radius:999px!important;
	background:#ffffff!important;
	color:#111827!important;
	font-weight:1000!important;
	text-decoration:none!important;
	white-space:nowrap!important;
	box-shadow:0 12px 30px rgba(255,255,255,.08)!important;
}

.bgk-features-cta a:hover,
.bgk-features-cta a:focus{
	background:#eef2ff!important;
	color:#111827!important;
	text-decoration:none!important;
	outline:3px solid rgba(255,255,255,.18)!important;
}

.bgk-old-helps-students-hidden{
	display:none!important;
	opacity:0!important;
	visibility:hidden!important;
	pointer-events:none!important;
	height:0!important;
	min-height:0!important;
	max-height:0!important;
	margin:0!important;
	padding:0!important;
	overflow:hidden!important;
}

@media(max-width:1120px){
	.bgk-features-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
}

@media(max-width:720px){
	.bgk-detailed-features-home{
		padding:36px 12px!important;
	}
	.bgk-features-grid{
		grid-template-columns:1fr!important;
		gap:16px!important;
	}
	.bgk-feature-card,
	.bgk-feature-card.bgk-feature-card-large{
		min-height:auto!important;
		padding:24px 22px 24px!important;
		border-radius:22px!important;
	}
	.bgk-feature-icon{
		width:52px!important;
		height:52px!important;
		min-width:52px!important;
		margin-bottom:18px!important;
	}
	.bgk-features-cta{
		align-items:flex-start!important;
		flex-direction:column!important;
		padding:22px!important;
		border-radius:22px!important;
	}
	.bgk-features-cta a{
		width:100%!important;
	}
}

@media(max-width:420px){
	.bgk-feature-card,
	.bgk-feature-card.bgk-feature-card-large{
		padding:22px 18px!important;
	}
	.bgk-features-head h2{
		font-size:29px!important;
	}
}
