/* Divine Healing Hero — 326796c8 */

.dhh-326796c8-hero {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #e8ddf0;
}

/* Video */
.dhh-326796c8-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 1;
}

.dhh-326796c8-youtube {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: none;
}

.dhh-326796c8-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

/* Fallback Image */
.dhh-326796c8-fallback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

/* Overlay */
.dhh-326796c8-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(230, 220, 240, 0.65);
	z-index: 2;
}

/* Inner */
.dhh-326796c8-inner {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
}

/* Content */
.dhh-326796c8-content {
	max-width: 600px;
	text-align: left;
	position: relative;
	z-index: 10;
}

/* Glassmorphism */
.dhh-326796c8-glass {
	background: rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 20px;
	padding: 40px;
}

/* Animation */
.dhh-326796c8-animate {
	opacity: 0;
	transform: translateY(30px);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dhh-326796c8-animate.dhh-326796c8-visible, 
.elementor-editor-active .dhh-326796c8-animate {
	opacity: 1;
	transform: translateY(0);
}

/* Subtitle */
.dhh-326796c8-subtitle {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #8B6BAE;
	margin: 0 0 12px 0;
	line-height: 1.4;
	position: relative;
	z-index: 10;
}

/* Heading */
.dhh-326796c8-heading {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 20px 0;
	font-family: 'Georgia', 'Times New Roman', serif;
	position: relative;
	z-index: 10;
}

.dhh-326796c8-heading-p1 {
	color: #1a1a1a;
}

.dhh-326796c8-heading-p2 {
	color: #8B6BAE;
}

/* Description */
.dhh-326796c8-description {
	font-size: 17px;
	line-height: 1.7;
	color: #444444;
	margin: 0 0 32px 0;
	font-weight: 400;
	position: relative;
	z-index: 10;
}

/* Buttons */
.dhh-326796c8-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	position: relative;
	z-index: 10;
}

.dhh-326796c8-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
}

.dhh-326796c8-btn-primary {
	background-color: #8B6BAE;
	color: #ffffff;
	padding: 14px 36px;
	border-radius: 30px;
	border-color: #8B6BAE;
}

.dhh-326796c8-btn-primary:hover {
	background-color: #6f4f91;
	border-color: #6f4f91;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 107, 174, 0.35);
}

.dhh-326796c8-btn-secondary {
	background-color: transparent;
	color: #333333;
	padding: 14px 36px;
	border-radius: 30px;
	border: 2px solid #999999;
}

.dhh-326796c8-btn-secondary:hover {
	background-color: #8B6BAE;
	color: #ffffff;
	border-color: #8B6BAE;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 107, 174, 0.35);
}

/* Scroll Indicator */
.dhh-326796c8-scroll-wrap {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}

.dhh-326796c8-scroll-indicator {
	width: 26px;
	height: 42px;
	border: 2px solid #8B6BAE;
	border-radius: 13px;
	position: relative;
	display: flex;
	justify-content: center;
}

.dhh-326796c8-scroll-dot {
	width: 4px;
	height: 8px;
	background-color: #8B6BAE;
	border-radius: 2px;
	margin-top: 6px;
	animation: dhh326796c8ScrollBounce 2s ease-in-out infinite;
}

@keyframes dhh326796c8ScrollBounce {
	0%, 100% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(12px); opacity: 0.3; }
}

/* Mobile disable video class */
.dhh-326796c8-hero.dhh-326796c8-mobile-no-video .dhh-326796c8-video {
	display: none;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
	.dhh-326796c8-heading {
		font-size: 46px;
	}

	.dhh-326796c8-subtitle {
		font-size: 12px;
	}

	.dhh-326796c8-description {
		font-size: 16px;
	}

	.dhh-326796c8-inner {
		padding: 0 40px;
	}
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
	.dhh-326796c8-hero {
		min-height: 90vh;
	}

	.dhh-326796c8-content {
		text-align: center;
		max-width: 100%;
	}

	.dhh-326796c8-heading {
		font-size: 34px;
	}

	.dhh-326796c8-subtitle {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.dhh-326796c8-description {
		font-size: 15px;
	}

	.dhh-326796c8-inner {
		padding: 0 24px;
	}

	.dhh-326796c8-buttons {
		flex-direction: column;
		align-items: center;
	}

	.dhh-326796c8-btn {
		width: 100%;
		max-width: 280px;
	}

	.dhh-326796c8-scroll-wrap {
		bottom: 16px;
	}
}
