.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/tithesherosection.jpg") center/cover no-repeat;
	background-size: cover;
	text-align: center;
}

/* Base hero title styling */
.hero-title {
	font-family: "Inter", 'Helvetica Neue', 'Lato', Helvetica, Arial, Sans-serif;
	font-size: 7.5rem;
	font-weight: 600;
	line-height: 0.9em;
	letter-spacing: -6.8px;
	color: white;
	margin: 0 auto;
	max-width: 90%;
}

/* Tablet screens (≤1024px) */
@media (max-width: 1024px) {
	.hero-title {
		font-size: 5rem;
		letter-spacing: -4px;
	}
}

/* Mobile landscape (≤768px) */
@media (max-width: 768px) {
	.hero {
		padding: 2em 1em;
		height: auto;
		min-height: 80vh;
	}

	.hero-title {
		font-size: 3.5rem;
		letter-spacing: -2px;
		line-height: 1em;
	}
}

/* Mobile portrait (≤480px) */
@media (max-width: 480px) {
	.hero {
		padding: 2em 1em;
		min-height: 70vh;
	}

	.hero-title {
		font-size: 2.2rem;
		letter-spacing: -1px;
		line-height: 1.1em;
	}
}



.hero-image {
	max-width: 80%;
	height: auto;
	margin-top: 1.5rem;
	filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.6));
}

.hero-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.5rem;
}

/* Button container */
.hero-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.5rem;
}

/* Base button style */
.hero-btn {
	padding: 0.8rem 2rem;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "Inter", 'Helvetica Neue', 'Lato', Helvetica, Arial, Sans-serif;
}

/* Solid primary button */
.primary-btn {
	background-color: #f5c542;
	color: #222;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.primary-btn:hover {
	background-color: #ffd966;
	transform: translateY(-2px);
}

/* Outline secondary button */
.outline-btn {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.outline-btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.heroLG {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/LG.jpg") center/cover no-repeat;
	background-size: cover;

}

.heroImNew {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/getConnected.jpg") center/cover no-repeat;
	background-size: cover;

}

.heroOurServices {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/OurServices.jpeg") center/cover no-repeat;
	background-size: cover;

}

.hero-anc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/announcement.jpg") center/cover no-repeat;
	background-size: cover;
}

.heroVolunteer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/volunteer/Volunteer\ 1.png") center/cover no-repeat;
	background-size: cover;
}

.heroSLK {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/slkbg.jpg") center/cover no-repeat;
	background-size: cover;

}

.heroRemnant {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/RemnantHeroBG.png") center/cover no-repeat;
	background-size: cover;

}

.heroYafC {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/YAFC.JPG") center/cover no-repeat;
	background-size: cover;

}

.heroCoramdeo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/Coramdeo_Hero.png") center/cover no-repeat;
	background-size: cover;

}

.heroPrayW {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/PrayWBG.png") center/cover no-repeat;
	background-size: cover;

}


.heroHome {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
	color: white;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url("../images/main.png") center/cover no-repeat;
	background-size: cover;

}


/* --------- Mobile (small screens) ---------- */
@media (max-width: 600px) {
	.heroHome {
		padding: 4rem 1.5rem;
		/* more breathing room for content */
		background-position: center top;
		background:
			linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url("../images/Home_BG_M.png") center/cover no-repeat;
		background-size: cover;
		/* keeps key part of image visible */
	}
}

/* --------- Tablets ---------- */
@media (min-width: 600px) and (max-width: 1024px) {
	.heroHome {
		padding: 3rem 2rem;
		background-position: center center;
	}
}