@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&display=swap");

:root {
	--primary: #0076bc;
	--accent: #e96f33;
	--text: #000;
	--bg: #fff;
	--white: #fff;
	--shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.single-tutors .wrap {
	max-width: 100%;
	padding: unset;
}

.single-tutors h3,
.single-tutors h4,
.single-tutors h2,
.single-tutors h1 {
	font-family: "Hind", sans-serif !important;
}

.page-template-page-sie-cms, .page-template-page-subjects-php {
	background-image: none;
}

body {
	font-family: "Hind", sans-serif !important;
	color: var(--text);
	line-height: 1.6;
	background: #fff
}


.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px
}

.hero {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 60px;
	align-items: center;
	padding: 70px 20px
}

.eyebrow {
	color: #0079c2;
	font-weight: 700
}

.hero h1 {
	font-size: 56px;
	line-height: 1.1;
	margin: 15px 0;
	font-weight: bold;
}

.hero h1 span {
	color: #0079c2
}

.hero p {
	margin: 20px 0 30px
}

.btn {
	display: inline-block;
	background: #f58220;
	color: #fff;
	padding: 14px 28px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold
}

.hero-image img,
.about-image img {
	width: 100%;
	border-radius: 18px;
	display: block
}

.benefits {
	background: #f5f8fb;
	padding: 60px 0
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}

.card {
	background: #fff;
	padding: 30px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .06)
}

.about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	padding: 80px 20px
}

.about h2 {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: bold;
}

.contact-box {
	margin-top: 30px;
	padding: 20px;
	border-left: 4px solid #f58220;
	background: #fafafa
}

.thankyou {
	margin-top: 40px;
	background: url('../images/thankyou-bg.jpg') center/cover no-repeat
}

.overlay {
	background: rgba(15, 35, 60, .78);
	padding: 90px 0;
	text-align: center;
	color: #fff
}

.white {
	background: #fff;
	color: #0079c2;
	margin-top: 25px
}

@media(max-width:992px) {

	.hero,
	.about,
	.cards {
		grid-template-columns: 1fr
	}

	.hero {
		text-align: center
	}

	.hero h1 {
		font-size: 42px
	}
}

@media(max-width:768px) {
	.hero {
		padding: 50px 20px
	}

	.hero h1 {
		font-size: 34px
	}

	.about h2 {
		font-size: 30px
	}
}
