/* YTC Cruise — site-specific overrides. Base styles loaded from ytc-cms.css. */

/* -------------------------------------------------------------------------
 * Package Category Hero Header
 * Full-width banner with featured image background and title overlay.
 * Used on single-itb_ytc_pkg_category.php.
 * ------------------------------------------------------------------------- */
.itbytcp-cat-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	min-height: 320px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itbytcp-cat-hero-overlay {
	display: none;
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	/*display: flex;*/
	align-items: center;
	justify-content: center;
}

.itbytcp-cat-hero-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 0 20px;
}

@media (max-width: 768px) {
	.itbytcp-cat-hero {
		min-height: 200px;
	}
	.itbytcp-cat-hero-title {
		font-size: 28px;
	}
}
