#qtv-hifz-sections,
#qtv-hifz-sections * {
	box-sizing: border-box !important;
}

#qtv-hifz-sections {
	width: 100% !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding: 22px 16px 58px !important;
	position: relative !important;
	clear: both !important;
	float: none !important;
	font-family: inherit !important;
}

#qtv-hifz-sections .qtv-hifz-intro {
	margin: 0 0 28px !important;
	padding: 0 !important;
	text-align: center !important;
	color: #61746e !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
}

#qtv-hifz-sections .qtv-hifz-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#qtv-hifz-sections .qtv-hifz-card {
	display: grid !important;
	grid-template-columns: 58px minmax(0, 1fr) 24px !important;
	align-items: center !important;
	gap: 14px !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 125px !important;
	margin: 0 !important;
	padding: 20px !important;
	background: #ffffff !important;
	border: 1px solid #d9e7e1 !important;
	border-radius: 18px !important;
	box-shadow: 0 7px 22px rgba(7, 75, 58, 0.08) !important;
	color: #064e3b !important;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease !important;
}

#qtv-hifz-sections .qtv-hifz-card:hover {
	transform: translateY(-4px) !important;
	border-color: #0a7a61 !important;
	box-shadow: 0 12px 28px rgba(7, 75, 58, 0.14) !important;
}

#qtv-hifz-sections .qtv-hifz-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 58px !important;
	height: 58px !important;
	border-radius: 16px !important;
	color: #08745c !important;
}

#qtv-hifz-sections .qtv-hifz-icon--green { background: #edf8f4 !important; }
#qtv-hifz-sections .qtv-hifz-icon--blue { background: #eef5f8 !important; color: #376c80 !important; }
#qtv-hifz-sections .qtv-hifz-icon--teal { background: #e7f6f2 !important; color: #0a6b5c !important; }
#qtv-hifz-sections .qtv-hifz-icon--sand { background: #f7f1e4 !important; color: #8a6a24 !important; }
#qtv-hifz-sections .qtv-hifz-icon--gold { background: rgba(180, 140, 50, 0.14) !important; color: #9a7418 !important; }

#qtv-hifz-sections .qtv-hifz-icon svg {
	display: block !important;
	width: 29px !important;
	height: 29px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

#qtv-hifz-sections .qtv-hifz-copy {
	min-width: 0 !important;
	text-align: right !important;
}

#qtv-hifz-sections .qtv-hifz-title {
	display: block !important;
	margin: 0 0 6px !important;
	color: #075846 !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	line-height: 1.45 !important;
}

#qtv-hifz-sections .qtv-hifz-desc {
	display: block !important;
	color: #687a74 !important;
	font-size: 13px !important;
	line-height: 1.75 !important;
}

#qtv-hifz-sections .qtv-hifz-arrow {
	color: #08745c !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	text-align: center !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-intro,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-intro {
	color: #aec4ba !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-card,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-card {
	background: #0d2a20 !important;
	border-color: #2b5546 !important;
	color: #edf8f3 !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .24) !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-card:hover,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-card:hover {
	background: #14372b !important;
	border-color: #65c7a5 !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-title,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-title {
	color: #eafaf3 !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-desc,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-desc {
	color: #aec4ba !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-arrow,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-arrow {
	color: #78dab8 !important;
}

html.quran-dark-mode #qtv-hifz-sections .qtv-hifz-icon,
body.quran-dark-mode #qtv-hifz-sections .qtv-hifz-icon {
	background: #16382d !important;
	color: #78dab8 !important;
}

@media (min-width: 981px) {
	#qtv-hifz-sections .qtv-hifz-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
	#qtv-hifz-sections .qtv-hifz-card {
		grid-column: span 2 !important;
	}
}

@media (max-width: 980px) {
	#qtv-hifz-sections .qtv-hifz-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
}
