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

.shyam-contact-support {
	width: 100%;
	max-width: 100%;
	padding: 28px 30px;
	background: #fffaf3;
	color: #182522;
	overflow: hidden;
}

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

.shyam-contact-support__grid {
	display: grid;
	grid-template-columns: minmax(0, 50%) minmax(0, 50%);
	gap: 34px;
	align-items: stretch;
}

.shyam-contact-support__card {
	position: relative;
	min-width: 0;
	min-height: 610px;
	padding: 46px;
	border: 1px solid #eadfce;
	border-radius: 28px;
	background: #fff;
	overflow: hidden;
}

.shyam-contact-support__heading {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #071b18;
	font: inherit;
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -.025em;
}

.shyam-contact-support__heading.has-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 52px;
	height: 3px;
	border-radius: 999px;
}

.shyam-contact-support__heading--form {
	margin-bottom: 50px;
}

.shyam-contact-support__heading--form::after {
	background: #13865e;
	transform: rotate(-5deg);
}

.shyam-contact-support__heading--support::after {
	background: #f27018;
	transform: rotate(-4deg);
}

.shyam-contact-support__intro {
	position: relative;
	z-index: 2;
	margin: 24px 0 12px;
	color: #59635f;
	font-size: 17px;
	line-height: 1.55;
}

.shyam-contact-support__form {
	position: relative;
	z-index: 2;
}

.shyam-contact-support__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 22px;
}

.shyam-contact-support__field {
	min-width: 0;
}

.shyam-contact-support__field.is-wide {
	grid-column: 1 / -1;
}

.shyam-contact-support__label {
	display: block;
	margin-bottom: 7px;
	color: #17332a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.shyam-contact-support__label.is-visible {
	display: block;
}

.shyam-contact-support__field-shell {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
	border: 1px solid #e4d7c6;
	border-radius: 14px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.shyam-contact-support__field-shell:focus-within {
	border-color: #13865e;
	box-shadow: 0 0 0 3px rgba(19, 134, 94, .1);
}

.shyam-contact-support__field-shell.is-textarea {
	align-items: flex-start;
}

.shyam-contact-support__field-icon {
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7a8380;
	line-height: 1;
	transform: translateY(-50%);
	pointer-events: none;
}

.shyam-contact-support__field-shell.is-textarea .shyam-contact-support__field-icon {
	top: 22px;
	transform: none;
}

.shyam-contact-support__field-icon i {
	font-size: 20px;
}

.shyam-contact-support__field-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.shyam-contact-support__input,
.shyam-contact-support__textarea {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 14px 18px 14px 56px;
	border: 0 !important;
	border-radius: inherit !important;
	outline: 0 !important;
	background: transparent !important;
	color: #26322f;
	font: inherit;
	font-size: 16px;
	line-height: 1.45;
	box-shadow: none !important;
}

.shyam-contact-support__input {
	min-height: 66px;
}

.shyam-contact-support__textarea {
	min-height: 150px;
	resize: vertical;
}

.shyam-contact-support__input::placeholder,
.shyam-contact-support__textarea::placeholder {
	color: #66706c;
	opacity: 1;
}

.shyam-contact-support__human .shyam-contact-support__field-icon {
	width: 24px;
	height: 24px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
}

.shyam-contact-support__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.shyam-contact-support__status {
	margin-top: 18px;
	padding: 12px 15px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

.shyam-contact-support__status.is-success {
	background: #eaf8f1;
	color: #0b6f46;
}

.shyam-contact-support__status.is-error {
	background: #fff0ee;
	color: #b42318;
}

.shyam-contact-support__submit {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 17px !important;
	width: 100% !important;
	min-height: 66px;
	margin: 28px 0 0 !important;
	padding: 14px 24px !important;
	border: 0 !important;
	border-radius: 13px;
	outline: 0;
	background: #078551;
	color: #fff;
	font: inherit;
	font-size: 20px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.shyam-contact-support__submit:hover,
.shyam-contact-support__submit:focus-visible {
	background: #056e43;
	color: #fff;
	transform: translateY(-2px);
}

.shyam-contact-support__submit:disabled {
	opacity: .68;
	cursor: wait;
	transform: none;
}

.shyam-contact-support__submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.shyam-contact-support__submit-icon i {
	font-size: 25px;
}

.shyam-contact-support__submit-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.shyam-contact-support__items {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 10px;
}

.shyam-contact-support__item {
	--item-icon-color: #098a55;
	--item-icon-background: #eff8e9;
	--item-title-color: #0b7f4e;
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
	padding: 16px 0;
	border-bottom: 1px solid #e7dccb;
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease;
}

.shyam-contact-support__item:last-child {
	border-bottom: 0;
}

a.shyam-contact-support__item:hover {
	color: inherit;
	text-decoration: none;
	transform: translateX(4px);
}

.shyam-contact-support__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 78px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: var(--item-icon-background);
	color: var(--item-icon-color);
	overflow: hidden;
}

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

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

.shyam-contact-support__item-copy {
	display: block;
	min-width: 0;
}

.shyam-contact-support__item-title,
.shyam-contact-support__item-description {
	display: block;
}

.shyam-contact-support__item-title {
	margin-bottom: 5px;
	color: var(--item-title-color);
	font-size: 18px;
	font-weight: 750;
	line-height: 1.25;
}

.shyam-contact-support__item-description {
	color: #59615e;
	font-size: 16px;
	line-height: 1.48;
}

.shyam-contact-support__leaf {
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 100px;
	color: #dbe4c7;
	opacity: .72;
	pointer-events: none;
}

.shyam-contact-support__leaf::before,
.shyam-contact-support__leaf::after {
	content: "";
	position: absolute;
	width: 52%;
	height: 24%;
	border-radius: 100% 0 100% 0;
	background: currentColor;
	transform: rotate(-35deg);
}

.shyam-contact-support__leaf::after {
	left: 30%;
	top: 30%;
	transform: rotate(15deg) scale(.8);
}

.shyam-contact-support__leaf--top {
	top: 18px;
	right: 20px;
	transform: rotate(22deg);
}

.shyam-contact-support__leaf--bottom {
	right: -20px;
	bottom: 18px;
	transform: rotate(195deg) scale(.82);
	opacity: .4;
}

@media (max-width: 1024px) {
	.shyam-contact-support__grid {
		grid-template-columns: 1fr !important;
	}

	.shyam-contact-support__card {
		min-height: 0 !important;
	}

	.shyam-contact-support--support-first .shyam-contact-support__support-card {
		order: -1;
	}
}

@media (max-width: 767px) {
	.shyam-contact-support {
		padding: 18px 14px;
	}

	.shyam-contact-support__grid {
		gap: 18px;
	}

	.shyam-contact-support__card {
		padding: 28px 20px;
		border-radius: 20px;
	}

	.shyam-contact-support__heading {
		font-size: 29px;
	}

	.shyam-contact-support__heading--form {
		margin-bottom: 42px;
	}

	.shyam-contact-support__fields {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 14px;
	}

	.shyam-contact-support__field.is-wide {
		grid-column: auto;
	}

	.shyam-contact-support__input {
		min-height: 58px;
	}

	.shyam-contact-support__textarea {
		min-height: 135px;
	}

	.shyam-contact-support__submit {
		min-height: 58px;
		font-size: 17px;
	}

	.shyam-contact-support__item {
		gap: 15px;
		padding: 14px 0;
	}

	.shyam-contact-support__item-icon {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
	}

	.shyam-contact-support__item-icon i {
		font-size: 28px;
	}

	.shyam-contact-support__item-icon svg,
	.shyam-contact-support__item-icon img {
		width: 28px;
		height: 28px;
	}

	.shyam-contact-support__item-title {
		font-size: 16px;
	}

	.shyam-contact-support__item-description {
		font-size: 14px;
	}
}

@media (max-width: 390px) {
	.shyam-contact-support__card {
		padding-right: 16px;
		padding-left: 16px;
	}

	.shyam-contact-support__item {
		align-items: flex-start;
	}

	.shyam-contact-support__item-icon {
		flex-basis: 52px;
		width: 52px;
		height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shyam-contact-support__submit,
	.shyam-contact-support__item,
	.shyam-contact-support__field-shell {
		transition: none !important;
	}
}
