/* =========================================================
   Gradient Text Pro — Frontend Styles
   Brancer.com | Developed by Zayn Soomro
   ========================================================= */

/* Video mask wrapper */
.gtp-video-wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.gtp-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.gtp-video-text {
	position: relative;
	z-index: 1;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

/* Ensure background-clip works on inline elements */
.gtp-enabled h1,
.gtp-enabled h2,
.gtp-enabled h3,
.gtp-enabled h4,
.gtp-enabled h5,
.gtp-enabled h6,
.gtp-enabled p,
.gtp-enabled span,
.gtp-enabled .elementor-heading-title,
.gtp-enabled .elementor-text-editor {
	/* Normalize for background-clip support */
	display: inline-block;
}
