/*
Theme Name: Alfa Healthcare
Author: Twisha
Version: 1.0
Description: Custom Gutenberg + ACF + Tailwind optimized theme
Text Domain: alfahealthcare
*/

/* ---------------------------------------------------------
   Hero background image (replaces inline background-image
   for better LCP / preload support)
--------------------------------------------------------- */
.hero-section {
	position: relative;
	overflow: hidden;
}

.hero-bg-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-section > .container {
	position: relative;
	z-index: 1;
}

/* Hero card title (replaces h5 to avoid heading hierarchy skip) */
.hero-card-title {
	font-weight: 700;
}
