.shyam-commitment,
.shyam-commitment * {
	box-sizing: border-box;
}

.shyam-commitment {
	position: relative;
	width: 100%;
	padding: 32px 30px;
	background: #fff;
	color: #081322;
	overflow: hidden;
}

.shyam-commitment a {
	color: inherit;
	text-decoration: none;
}

.shyam-commitment__container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.shyam-commitment__panel {
	position: relative;
	min-height: 410px;
	padding: 26px 26px 24px 64px;
	border-radius: 30px;
	background: #f7faef;
	overflow: hidden;
	isolation: isolate;
}

.shyam-commitment__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	background:
		radial-gradient(circle at 64% 38%, rgba(215, 232, 191, .45), transparent 31%),
		linear-gradient(90deg, rgba(255,255,255,.85), rgba(249,252,242,.45));
}

.shyam-commitment__layout {
	position: relative;
	display: flex;
	align-items: center;
	gap: 28px;
	width: 100%;
	height: 100%;
}

.shyam-commitment__content {
	position: relative;
	z-index: 4;
	flex: 0 1 37%;
	width: 37%;
	min-width: 0;
}

.shyam-commitment__heading {
	margin: 0 0 15px;
	color: #081322;
	font: inherit;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
}

.shyam-commitment__heading-line {
	display: block;
}

.shyam-commitment__heading-accent {
	color: #f26b13;
}

.shyam-commitment__underline {
	display: block;
	width: 145px;
	height: 12px;
	margin: -5px 0 15px 8px;
	border-top: 3px solid #f26b13;
	border-radius: 50%;
	transform: rotate(-2deg);
}

.shyam-commitment__description {
	max-width: 520px;
	margin: 0 0 25px;
	color: #28342f;
	font: inherit;
	font-size: 16px;
	line-height: 1.55;
}

.shyam-commitment__benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.shyam-commitment__benefit {
	--benefit-icon: #11865f;
	--benefit-text: #17211f;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 4px 12px;
	border-radius: 10px;
	text-align: center;
	transition: transform .22s ease, background-color .22s ease;
}

.shyam-commitment__benefit:not(:last-child) {
	border-right: 1px solid #d9e3d4;
}

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

.shyam-commitment__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--benefit-icon);
	line-height: 1;
}

.shyam-commitment__benefit-icon i {
	font-size: 34px;
}

.shyam-commitment__benefit-icon svg,
.shyam-commitment__benefit-icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	fill: currentColor;
}

.shyam-commitment__benefit-title {
	color: var(--benefit-text);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.shyam-commitment__visual {
	position: relative;
	z-index: 2;
	flex: 1 1 62%;
	width: 62%;
	min-width: 0;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shyam-commitment__visual::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 78%;
	height: 82%;
	border-radius: 48% 52% 45% 55%;
	background: #eef4df;
	filter: blur(.2px);
	transform: rotate(-4deg);
}

.shyam-commitment__visual-link {
	display: block;
	width: 100%;
}

.shyam-commitment__image {
	display: block;
	width: 100%;
	height: 385px;
	object-fit: contain;
	object-position: 50% center;
	border-radius: 20px;
}

.shyam-commitment__message {
	position: absolute;
	z-index: 7;
	right: 0;
	bottom: 0;
	display: block;
	width: 350px;
	max-width: calc(100% - 30px);
	padding: 24px 28px;
	border-radius: 20px;
	background: #05773d;
	color: #fff;
	box-shadow: 0 15px 34px rgba(3, 72, 37, .22);
	transition: transform .22s ease, box-shadow .22s ease;
}

a.shyam-commitment__message:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(3, 72, 37, .28);
}

.shyam-commitment__message-top {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	margin-bottom: 13px;
}

.shyam-commitment__message-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
}

.shyam-commitment__message-icon i {
	font-size: 35px;
}

.shyam-commitment__message-icon svg {
	display: block;
	width: 35px;
	height: 35px;
	fill: currentColor;
}

.shyam-commitment__message-intro {
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.shyam-commitment__message-heading {
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: #fff;
	font: inherit;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.shyam-commitment__message-accent {
	color: #ff8a20;
}

@media (max-width: 1180px) {
	.shyam-commitment__panel {
		padding-left: 36px;
	}

	.shyam-commitment__heading {
		font-size: 38px;
	}

	.shyam-commitment__message {
		width: 320px;
	}
}

@media (max-width: 1024px) {
	.shyam-commitment__panel {
		min-height: 620px;
		padding: 30px 28px;
	}

	.shyam-commitment__layout {
		flex-direction: column;
		align-items: stretch;
	}

	.shyam-commitment__content,
	.shyam-commitment__visual {
		flex-basis: 100% !important;
		width: 100% !important;
	}

	.shyam-commitment__content {
		max-width: 720px;
	}

	.shyam-commitment__visual {
		min-height: 360px;
	}

	.shyam-commitment__message {
		right: 22px;
		bottom: 22px;
	}
}

@media (max-width: 767px) {
	.shyam-commitment {
		padding: 20px 14px;
	}

	.shyam-commitment__panel {
		min-height: 0 !important;
		padding: 26px 18px;
		border-radius: 22px;
		overflow: hidden;
	}

	.shyam-commitment__layout {
		gap: 24px;
	}

	.shyam-commitment--visual-first .shyam-commitment__visual {
		order: 1;
	}

	.shyam-commitment--visual-first .shyam-commitment__content {
		order: 2;
	}

	.shyam-commitment__heading {
		font-size: 34px;
		line-height: 1.08;
	}

	.shyam-commitment__description {
		font-size: 15px;
	}

	.shyam-commitment__benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.shyam-commitment__benefit {
		padding: 4px 5px;
	}

	.shyam-commitment__benefit-icon i {
		font-size: 29px;
	}

	.shyam-commitment__benefit-icon svg,
	.shyam-commitment__benefit-icon img {
		width: 29px;
		height: 29px;
	}

	.shyam-commitment__benefit-title {
		font-size: 12px;
	}

	.shyam-commitment__visual {
		min-height: 0;
	}

	.shyam-commitment__image {
		height: 260px;
	}

	.shyam-commitment__message {
		position: relative;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		max-width: 100%;
		margin-top: 22px;
		padding: 22px 20px;
	}

	.shyam-commitment__message-heading {
		font-size: 21px;
	}
}

@media (max-width: 430px) {
	.shyam-commitment__benefits {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.shyam-commitment__benefit {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		padding: 10px 4px;
	}

	.shyam-commitment__benefit:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #d9e3d4;
	}

	.shyam-commitment__image {
		height: 230px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shyam-commitment__benefit,
	.shyam-commitment__message {
		transition: none !important;
	}
}
