/*
Theme Name: StudentHelp
Author: StudentHelp Dev Team
Description: Custom WordPress theme converted from HTML with TailwindCSS
Version: 1.0
*/
.sh-hero .container {
    max-width: 1140px;
    margin: 0 auto;
}
.sh-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 0 28px;
background: linear-gradient(180deg, #F5F9FF 0%, #FFFFFF 100%);
	color: #1F2D3D;
}

.sh-hero .container {
	position: relative;
	z-index: 2;
}

.sh-hero__container {
	display: grid;
    grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
}

.sh-hero__content {
	

}

.sh-hero__text {
max-width: 526px;
}

.sh-hero__title {
	margin: 0 0 14px;
	    font-size: 48px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: #06142F;
}

.sh-hero__title span {
	color: #006FEE;
}

.sh-hero__subtitle {
	max-width: 460px;
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 1.45;
	font-weight: 500;
	color: #6B7890;
}

.sh-hero-form {
	width: 100%;
	max-width: 500px;
	padding: 22px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0 18px 45px rgba(31, 45, 61, 0.08);
}

.sh-hero-form form {
	margin: 0;
}

.sh-hero-form p {
	margin: 0;
}

.sh-hero-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.sh-hero-form__field {
	margin-bottom: 14px;
}

.sh-hero-form__field label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #1F2D3D;
}

.sh-hero-form .wpcf7-form-control-wrap {
	display: block;
}

.sh-hero-form input,
.sh-hero-form select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #DDE6F4;
	border-radius: 9px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	color: #1F2D3D;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
        max-width: 100%;
}

.sh-hero-form input::placeholder {
	color: #8A96AA;
}

.sh-hero-form input:focus,
.sh-hero-form select:focus {
	border-color: #006FEE;
	box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.12);
}

.sh-hero-form select {
	appearance: none;
	padding-right: 38px;
	color: #8A96AA;
	cursor: pointer;
	background-image:
		linear-gradient(45deg, transparent 50%, #8A96AA 50%),
		linear-gradient(135deg, #8A96AA 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 20px,
		calc(100% - 13px) 20px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.sh-hero-form select:valid {
	color: #1F2D3D;
}

.sh-hero-form__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 52px;
	margin-top: 2px;
	padding: 14px 18px;
	border: 0;
	border-radius: 11px;
	background: #006FEE;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sh-hero-form__button:hover {
	background: #1D56DE;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(47, 107, 255, 0.24);
}

.sh-hero-form .wpcf7-spinner {
	display: none;
}

.sh-hero-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.3;
	color: #E44D4D;
}

.sh-hero-form .wpcf7-not-valid {
	border-color: #E44D4D;
	box-shadow: 0 0 0 3px rgba(228, 77, 77, 0.1);
}

.sh-hero-form .wpcf7-response-output {
	margin: 14px 0 0 !important;
	padding: 12px 14px !important;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.sh-hero-form .wpcf7 form.sent .wpcf7-response-output {
	border: 0 !important;
	background: #ECFDF3;
	color: #047857;
}

.sh-hero-form .wpcf7 form.invalid .wpcf7-response-output,
.sh-hero-form .wpcf7 form.failed .wpcf7-response-output,
.sh-hero-form .wpcf7 form.aborted .wpcf7-response-output {
	border: 0 !important;
	background: #FEF2F2;
	color: #B91C1C;
}

.sh-hero__image-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 430px;

}

.sh-hero__image {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 570px;
	height: auto;
}




.sh-hero-features__container {
	margin-top: 22px;
}

.sh-hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
    background: #006fee0a;
    margin-top: 30px;
}

.sh-hero-features__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 96px;
	padding: 22px 42px;
}

.sh-hero-features__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 22px;
	bottom: 22px;
	width: 1px;
	background: rgba(47, 107, 255, 0.14);
}

.sh-hero-features__icon {
	flex: 0 0 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;

        color: #006FEE;
}

.sh-hero-features__icon img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.sh-hero-features__text {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #263856;
}

.sh-hero-bottom {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
	color: #263856;
}

.sh-hero-bottom strong {
	color: #006FEE;
	font-size: 22px;
	font-weight: 800;
}

.sh-hero-bottom__icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.sh-hero-bottom__emoji {
	font-size: 22px;
	line-height: 1;
}


.sh-hero__bg-dots {
	position: absolute;
	z-index: 1;
	right: 14%;
	top: 90px;
	width: 180px;
	height: 180px;
	opacity: .45;
	background-image: radial-gradient(circle, rgba(47, 107, 255, 0.22) 2px, transparent 2px);
	background-size: 20px 20px;
}

@keyframes shFadeUp {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 991px) {
	.sh-hero {
		padding: 32px 0 24px;
	}

	.sh-hero__container {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.sh-hero__content {
		display: contents;
		max-width: none;
	}

	.sh-hero__text {
		order: 1;
		width: 100%;
	}

	.sh-hero-form {
		order: 2;
		max-width: none;
	}

	.sh-hero__image-wrap {
		order: 3;
		width: 100%;
		min-height: auto;
	}

	.sh-hero__image {
		max-width: 420px;
	}

	.sh-hero__title {
		font-size: 38px;
	}

	.sh-hero__subtitle {
		margin-bottom: 0;
		font-size: 16px;
	}

	.sh-hero-form__row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.sh-hero-features__container {
		margin-top: 18px;
	}

	.sh-hero-features {
		grid-template-columns: 1fr;
	}

	.sh-hero-features__item {
		min-height: auto;
		padding: 18px;
	}

	.sh-hero-features__item:not(:last-child)::after {
		left: 18px;
		right: 18px;
		top: auto;
		bottom: 0;
		width: auto;
		height: 1px;
	}


	.sh-hero__bg-dots {
		display: none;
	}
}

@media (max-width: 575px) {
	.sh-hero {
		padding-top: 24px;
	}

	.sh-hero__title {
		font-size: 34px;
		letter-spacing: -0.03em;
	}

	.sh-hero-form {
		padding: 16px;
		border-radius: 14px;
	}

	.sh-hero-form__button {
		font-size: 15px;
	}

	.sh-hero-features__text {
		font-size: 15px;
	}

	.sh-hero-bottom {
		flex-wrap: wrap;
		font-size: 15px;
	}

	.sh-hero-bottom strong {
		font-size: 20px;
	}
}

.sh-hero-form br {
    display: none;
}



@media (max-width: 575px) {
.sh-hero .container {
    padding-left: 24px;
    padding-right: 24px;
}
    .sh-hero-form__button {
        font-size: 14px;
    }
 .sh-hero__image-wrap {
    display: none;
 }
 .sh-hero-features__icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}
}
