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

.shyam-about-hero {
	position: relative;
	width: 100%;
	background: #fffaf3;
	color: #071820;
	overflow: hidden;
	isolation: isolate;
}

.shyam-about-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	min-height: 720px;
	margin: 0 auto;
	padding: 55px 60px 50px;
	column-gap: 58px;
}

.shyam-about-hero__content {
	position: relative;
	z-index: 4;
	flex: 0 0 42%;
	max-width: 42%;
	min-width: 0;
}

.shyam-about-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 30px;
	padding: 8px 18px;
	border: 1px solid #82c4ad;
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #197c59;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.shyam-about-hero__badge-icon,
.shyam-about-hero__feature-icon,
.shyam-about-hero__floating-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.shyam-about-hero__badge-icon {
	color: #f36c0b;
}

.shyam-about-hero__badge-icon i { font-size: 15px; }
.shyam-about-hero__badge-icon svg { width: 15px; height: 15px; fill: currentColor; }

.shyam-about-hero__heading {
	margin: 0 0 22px;
	padding: 0;
	color: #071820;
	font: inherit;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.035em;
}

.shyam-about-hero__heading-line {
	display: block;
}

.shyam-about-hero__heading-third {
	color: #11865f;
}

.shyam-about-hero__heading-accent {
	color: #f36c0b;
}

.shyam-about-hero__underline {
	display: block;
	width: 170px;
	height: 16px;
	margin: -8px 0 24px;
	border-top: 3px solid #f36c0b;
	border-radius: 50%;
	transform: rotate(-3deg);
}

.shyam-about-hero__description {
	max-width: 560px;
	margin: 0 0 55px;
	color: #34413d;
	font-size: 18px;
	line-height: 1.7;
}

.shyam-about-hero__description > :first-child { margin-top: 0; }
.shyam-about-hero__description > :last-child { margin-bottom: 0; }

.shyam-about-hero__features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	width: 100%;
}

.shyam-about-hero__feature {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-width: 0;
	padding: 6px 14px;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.shyam-about-hero__features.has-dividers .shyam-about-hero__feature:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 8%;
	right: -9px;
	width: 1px;
	height: 84%;
	background: #e4ded3;
}

.shyam-about-hero__feature:hover,
.shyam-about-hero__feature:focus-visible {
	color: inherit;
	text-decoration: none;
}

.shyam-about-hero__feature-icon {
	color: #11865f;
}

.shyam-about-hero__feature-icon i { font-size: 34px; }
.shyam-about-hero__feature-icon svg { width: 34px; height: 34px; fill: currentColor; }

.shyam-about-hero__feature-image {
	display: block;
	width: 38px;
	height: 38px;
	max-width: 100%;
	object-fit: contain;
}

.shyam-about-hero__feature-title {
	color: #102019;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
}

.shyam-about-hero__visual {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 610px;
}

.shyam-about-hero__visual-blob {
	position: absolute;
	z-index: -1;
	top: 3%;
	left: 8%;
	width: 86%;
	height: 91%;
	border-radius: 46% 54% 58% 42% / 38% 45% 55% 62%;
	background: rgba(221,229,203,.58);
	transform: rotate(-7deg);
}

.shyam-about-hero__image-wrap,
.shyam-about-hero__image-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 610px;
}

.shyam-about-hero__image-link {
	color: inherit;
	text-decoration: none;
}

.shyam-about-hero__visual-image {
	position: relative;
	z-index: 2;
	display: block;
	width: 92%;
	max-width: 100%;
	max-height: 590px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 26px 32px rgba(72,55,26,.16));
}

.shyam-about-hero__floating-cards {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.shyam-about-hero__floating-card {
	position: absolute;
	display: inline-flex;
	min-width: 145px;
	max-width: 245px;
	padding: 14px 18px;
	border: 1px solid rgba(226,217,201,.82);
	border-radius: 14px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 12px 25px rgba(62,51,33,.12);
	pointer-events: auto;
}

.shyam-about-hero__floating-card:hover,
.shyam-about-hero__floating-card:focus-visible {
	color: inherit;
	text-decoration: none;
	transform: translateY(-2px);
}

.shyam-about-hero__floating-inner {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.shyam-about-hero__floating-icon i { font-size: 29px; }
.shyam-about-hero__floating-icon svg { width: 29px; height: 29px; fill: currentColor; }

.shyam-about-hero__floating-text {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.shyam-about-hero__floating-card.is-top-left { top: 6%; left: 4%; }
.shyam-about-hero__floating-card.is-top-right { top: 17%; right: 0; }
.shyam-about-hero__floating-card.is-bottom-left { bottom: 12%; left: 0; }
.shyam-about-hero__floating-card.is-bottom-right { right: 1%; bottom: 3%; }

.shyam-about-hero__leaf,
.shyam-about-hero__dots {
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.shyam-about-hero__leaf {
	color: rgba(126,154,93,.28);
	font-family: Georgia, serif;
	font-size: 110px;
	line-height: 1;
}

.shyam-about-hero__leaf--one { top: -1%; right: 20%; transform: rotate(-34deg); }
.shyam-about-hero__leaf--two { right: -1%; bottom: 28%; transform: rotate(25deg) scale(.74); }

.shyam-about-hero__dots {
	width: 72px;
	height: 72px;
	color: rgba(243,108,11,.44);
	background-image: radial-gradient(circle, currentColor 1.7px, transparent 2px);
	background-size: 18px 18px;
}

.shyam-about-hero__dots--one { top: 12%; right: 2%; }
.shyam-about-hero__dots--two { bottom: 23%; left: 2%; }

@media (max-width: 1100px) {
	.shyam-about-hero__inner {
		padding-right: 34px;
		padding-left: 34px;
		column-gap: 30px;
	}

	.shyam-about-hero__heading {
		font-size: 50px;
	}

	.shyam-about-hero__visual,
	.shyam-about-hero__image-wrap,
	.shyam-about-hero__image-link {
		min-height: 530px;
	}

	.shyam-about-hero__floating-card {
		min-width: 128px;
		padding: 11px 13px;
	}
}

@media (max-width: 767px) {
	.shyam-about-hero__inner {
		display: flex;
		flex-direction: column;
		min-height: 0 !important;
		padding: 38px 18px 42px;
		row-gap: 30px;
	}

	.shyam-about-hero__content {
		flex: 0 0 auto !important;
		width: 100%;
		max-width: 100% !important;
		text-align: left;
	}

	.shyam-about-hero__badge {
		margin-bottom: 22px;
		font-size: 11px;
	}

	.shyam-about-hero__heading {
		font-size: 39px;
		line-height: 1.12;
	}

	.shyam-about-hero__underline {
		width: 130px;
		margin-bottom: 18px;
	}

	.shyam-about-hero__description {
		max-width: 100%;
		margin-bottom: 34px;
		font-size: 16px;
		line-height: 1.65;
	}

	.shyam-about-hero__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 8px;
	}

	.shyam-about-hero__feature {
		padding: 10px 8px;
	}

	.shyam-about-hero__features.has-dividers .shyam-about-hero__feature:nth-child(2n)::after,
	.shyam-about-hero__features.has-dividers .shyam-about-hero__feature:last-child::after {
		display: none;
	}

	.shyam-about-hero__feature-icon i { font-size: 30px; }
	.shyam-about-hero__feature-icon svg { width: 30px; height: 30px; }
	.shyam-about-hero__feature-title { font-size: 14px; }

	.shyam-about-hero__visual {
		width: 100%;
		min-height: 430px;
	}

	.shyam-about-hero__image-wrap,
	.shyam-about-hero__image-link {
		min-height: 430px;
	}

	.shyam-about-hero__visual-image {
		width: 90%;
		max-height: 390px;
	}

	.shyam-about-hero__visual-blob {
		top: 6%;
		left: 7%;
		width: 88%;
		height: 83%;
	}

	.shyam-about-hero__floating-card {
		min-width: 0;
		max-width: 42%;
		padding: 9px 11px;
		border-radius: 11px;
	}

	.shyam-about-hero__floating-inner {
		gap: 7px;
	}

	.shyam-about-hero__floating-icon i { font-size: 20px; }
	.shyam-about-hero__floating-icon svg { width: 20px; height: 20px; }
	.shyam-about-hero__floating-text { font-size: 10px; line-height: 1.25; }

	.shyam-about-hero__floating-card.is-top-left { top: 1%; left: 1%; }
	.shyam-about-hero__floating-card.is-top-right { top: 11%; right: 0; }
	.shyam-about-hero__floating-card.is-bottom-left { bottom: 11%; left: 0; }
	.shyam-about-hero__floating-card.is-bottom-right { right: 0; bottom: 0; }

	.shyam-about-hero__leaf { font-size: 70px; }
	.shyam-about-hero__dots { width: 54px; height: 54px; background-size: 14px 14px; }
}

@media (max-width: 420px) {
	.shyam-about-hero__heading { font-size: 34px; }
	.shyam-about-hero__visual,
	.shyam-about-hero__image-wrap,
	.shyam-about-hero__image-link { min-height: 375px; }
	.shyam-about-hero__visual-image { max-height: 345px; }
	.shyam-about-hero__floating-card { max-width: 44%; }
}
