.universal-zakat-calculate-template,
.universal-zakat-pattern-shell {
	--universal-zakat-offset: calc(
		var(--universal-admin-bar-height, 0px) +
		var(--universal-topbar-height, 2.8rem) +
		var(--universal-header-main-height, 85px)
	);
	--universal-zakat-quote-offset: var(--universal-zakat-offset);
}

.universal-zakat-sticky-header,
.universal-zakat-sticky-header.wp-block-group {
	background: transparent;
	width: 100%;
}

.universal-zakat-sticky-header.is-universal-sticky-stack,
.universal-zakat-sticky-header.wp-block-group.is-universal-sticky-stack,
.universal-zakat-sticky-header:has(.universal-topbar-source.is-universal-sticky):has(.universal-header-main-shell.is-universal-sticky),
.universal-zakat-sticky-header:has(.universal-topbar-source.is-style-universal-sticky):has(.universal-header-main-shell.is-style-universal-sticky),
.universal-zakat-sticky-header.wp-block-group:has(.universal-topbar-source.is-universal-sticky):has(.universal-header-main-shell.is-universal-sticky),
.universal-zakat-sticky-header.wp-block-group:has(.universal-topbar-source.is-style-universal-sticky):has(.universal-header-main-shell.is-style-universal-sticky) {
	isolation: isolate;
	position: relative;
	top: auto;
	z-index: auto;
}

.universal-zakat-sticky-header.is-universal-scroll-stack,
.universal-zakat-sticky-header.wp-block-group.is-universal-scroll-stack {
	position: relative;
	top: auto;
	z-index: auto;
}
.universal-zakat-calculate-template{
    margin-block-start: 0rem !important;
}

.universal-zakat-sticky-header > .wp-block-template-part,
.universal-zakat-sticky-header > .wp-block-template-part > header {
	display: block;
	overflow: visible;
}

.universal-zakat-sticky-header.is-universal-scroll-stack .universal-topbar-source,
.universal-zakat-sticky-header.is-universal-scroll-stack .universal-topbar-source.wp-block-group,
.universal-zakat-sticky-header.is-universal-scroll-stack .universal-topbar-source.wp-block-group.has-background,
.universal-zakat-sticky-header.is-universal-scroll-stack .universal-header-main-shell,
.universal-zakat-sticky-header.is-universal-scroll-stack .universal-header-main-shell.wp-block-group,
.universal-zakat-sticky-header.is-universal-scroll-stack .universal-header-main-shell.wp-block-group.has-background {
	inset: auto !important;
	left: auto !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
}

.universal-zakat-calculate-template {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative;
}

.universal-zakat-progress {
	height: 6px;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: var(
		--universal-header-sticky-top,
		calc(
			var(--universal-admin-bar-height, 0px) +
			var(--universal-topbar-height, 0px)
		)
	);
	width: 100vw;
	z-index: 10002;
}

.universal-zakat-progress__bar {
	background: #fe0000;
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.08s linear;
	width: 100%;
	will-change: transform;
}

.editor-styles-wrapper .universal-zakat-progress {
	display: none !important;
}

.editor-styles-wrapper .universal-zakat-sticky-header,
.editor-styles-wrapper .universal-zakat-sticky-header.wp-block-group {
	min-height: 0 !important;
	position: relative !important;
	top: auto !important;
	width: auto !important;
}

.editor-styles-wrapper .universal-zakat-calculate-template {
	padding-top: 0 !important;
}

@media (max-width: 640px) {
	.universal-zakat-progress {
		height: 5px;
	}
}

.universal-zakat-hero-pattern.wp-block-cover {
	margin-block-start: 0 !important;
	padding: 0 !important;
}

.universal-zakat-hero-pattern.wp-block-cover .wp-block-cover__background {
	background: transparent !important;
	opacity: 0 !important;
}

.universal-zakat-hero-pattern.wp-block-cover .wp-block-cover__inner-container {
	--universal-zakat-hero-inline: clamp(24px, 10.2vw, 147px);
	display: flex;
	margin-top: var(--universal-zakat-offset, 131px);
	min-height: inherit;
	padding: clamp(42px, 8vw, 48px) var(--universal-zakat-hero-inline) clamp(48px, 7vw, 88px);
	width: 100%;
}

.universal-zakat-hero-pattern__layout {
	align-content: start;
	display: grid !important;
	grid-template-areas:
		"title title"
		"divider divider"
		". copy";
	grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
	grid-template-rows: auto auto auto;
	min-height: 100%;
	row-gap: clamp(28px, 4vw, 54px);
	width: 100%;
}

.universal-zakat-hero-pattern__title-wrap,
.universal-zakat-hero-pattern__divider,
.universal-zakat-hero-pattern__copy-wrap,
.universal-zakat-hero-pattern__actions {
	margin-block-start: 0 !important;
}

.universal-zakat-hero-pattern__title-wrap {
	grid-area: title;
	max-width: 30rem;
}

.universal-zakat-hero-pattern__title {
	color: #ffffff;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 0.97;
	margin: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.universal-zakat-hero-pattern__divider {
	background: rgba(255, 255, 255, 0.82);
	border: 0;
	grid-area: divider;
	height: 1px;
	margin: 0 0 0 calc(var(--universal-zakat-hero-inline) * -1) !important;
	max-width: none;
	width: calc(100% + (2 * var(--universal-zakat-hero-inline)));
}

.universal-zakat-hero-pattern__copy-wrap {
	align-self: end;
	display: flex;
	flex-direction: column;
	grid-area: copy;
	justify-self: end;
	max-width: 35rem;
	padding-top: clamp(18px, 3vw, 34px);
	width: 100%;
}

.universal-zakat-hero-pattern__copy {
	color: #ffffff;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: clamp(1.1rem, 1.95vw, 1.25rem);
	font-weight: 500;
	line-height: 1.38;
	margin: 0;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.universal-zakat-hero-pattern__actions.wp-block-buttons {
	align-items: stretch;
	gap: 16px;
	margin-top: clamp(24px, 3vw, 34px);
	padding-top: 2.5rem;
	width: min(100%, 440px);
}

.universal-zakat-hero-pattern__button.wp-block-button {
	flex: 0 0 calc(50% - 8px);
	margin: 0;
}

.universal-zakat-hero-pattern__button.wp-block-button .wp-block-button__link {
	width: 100%;
}

.universal-zakat-hero-pattern__button .wp-block-button__link {
	align-items: center;
	background: #fe0000 !important;
	border: 1px solid #fe0000;
	border-radius: 4px;
	box-shadow: none;
	color: #ffffff !important;
	display: inline-flex;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: clamp(1rem, 1.15vw, 1.1rem);
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 52px;
	padding: 16px 8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.universal-zakat-hero-pattern__button--secondary .wp-block-button__link {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #000000 !important;
}

.universal-zakat-hero-pattern__button--download .wp-block-button__link {
	background: #fe0000 !important;
	border-color: #fe0000;
	color: #ffffff !important;
}

.universal-zakat-hero-pattern__button--download .wp-block-button__link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='M12 4v10'/%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	content: "";
	display: inline-flex;
	flex: 0 0 18px;
	height: 18px;
	margin-right: 12px;
	width: 18px;
}

.universal-zakat-hero-pattern__button .wp-block-button__link:hover,
.universal-zakat-hero-pattern__button .wp-block-button__link:focus-visible {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #fe0000 !important;
}

.universal-zakat-hero-pattern__button--secondary .wp-block-button__link:hover,
.universal-zakat-hero-pattern__button--secondary .wp-block-button__link:focus-visible {
	background: #000000 !important;
	border-color: #000000;
	color: #ffffff !important;
}

.universal-zakat-hero-pattern__button--download .wp-block-button__link:hover,
.universal-zakat-hero-pattern__button--download .wp-block-button__link:focus-visible {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #fe0000 !important;
}

.universal-zakat-hero-pattern__button--download .wp-block-button__link:hover::before,
.universal-zakat-hero-pattern__button--download .wp-block-button__link:focus-visible::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fe0000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'%3E%3Cpath d='M12 4v10'/%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

.universal-zakat-quote-shell {
	background: #ffffff;
	padding: clamp(56px, 9vw, 110px) 24px clamp(60px, 9vw, 120px);
	scroll-margin-top: calc(var(--universal-zakat-quote-offset, 0px) + 24px);
}

.universal-zakat-quote {
	margin: 0 auto;
	max-width: 58rem;
	text-align: center;
}

.universal-zakat-quote__icon {
	background: #fe0000;
	border-radius: 999px;
	display: inline-flex;
	height: 62px;
	justify-content: center;
	margin: 0 auto 38px;
	position: relative;
	width: 62px;
}

.universal-zakat-quote__icon::before {
	color: #ffffff;
	content: "\201D";
	font-family: Georgia, "Times New Roman", serif;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 68%;
	transform: translate(-50%, -46%);
}

.universal-zakat-quote__content.wp-block-group {
	margin: 0;
}

.universal-zakat-quote__text {
	color: #000000;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 34px;
	margin: 0 auto;
	width: 75%;
}

.universal-zakat-quote__cite {
	color: #7a7a7a;
	display: block;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	font-style: normal;
	font-weight: 400;
	margin-top: 1.65rem;
}

.editor-styles-wrapper .universal-zakat-hero-pattern.wp-block-cover {
	min-height: 720px !important;
}

.editor-styles-wrapper .universal-zakat-hero-pattern.wp-block-cover .wp-block-cover__inner-container {
	--universal-zakat-hero-inline: 24px;
	margin-top: 0 !important;
	padding: 48px 24px 56px !important;
}

.editor-styles-wrapper .universal-zakat-hero-pattern__layout {
	display: grid !important;
}

.editor-styles-wrapper .universal-zakat-hero-pattern__divider {
	margin: 0 0 0 calc(var(--universal-zakat-hero-inline) * -1) !important;
}

.editor-styles-wrapper .universal-zakat-quote-shell {
	padding-inline: 24px !important;
}

@media (max-width: 1024px) {
	.universal-zakat-hero-pattern.wp-block-cover .wp-block-cover__inner-container {
		--universal-zakat-hero-inline: 6%;
		padding-inline: 6%;
	}

	.universal-zakat-hero-pattern__layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
		row-gap: 28px;
	}

	.universal-zakat-hero-pattern__actions.wp-block-buttons {
		width: min(100%, 420px);
	}
}

@media (max-width: 768px) {
	.universal-zakat-hero-pattern.wp-block-cover {
		min-height: 760px !important;
	}

	.universal-zakat-hero-pattern.wp-block-cover .wp-block-cover__inner-container {
		--universal-zakat-hero-inline: 24px;
		padding: 42px 24px 48px;
	}

	.universal-zakat-hero-pattern__layout {
		grid-template-areas:
			"title"
			"divider"
			"copy";
		grid-template-columns: minmax(0, 1fr);
		row-gap: 20px;
	}

	.universal-zakat-hero-pattern__title-wrap,
	.universal-zakat-hero-pattern__copy-wrap,
	.universal-zakat-hero-pattern__actions.wp-block-buttons {
		justify-self: stretch;
		max-width: none;
	}

	.universal-zakat-hero-pattern__copy-wrap {
		padding-top: 0;
	}

	.universal-zakat-hero-pattern__copy {
		font-size: clamp(1rem, 4vw, 1.35rem);
		line-height: 1.42;
	}

	.universal-zakat-hero-pattern__actions.wp-block-buttons {
		width: 100%;
	}

	.universal-zakat-hero-pattern__button.wp-block-button,
	.universal-zakat-hero-pattern__button--download.wp-block-button {
		flex-basis: 100%;
	}

	.universal-zakat-hero-pattern__button .wp-block-button__link {
		font-size: 1rem;
		min-height: 52px;
		padding: 14px 22px;
	}

	.universal-zakat-quote-shell {
		padding-top: 56px;
	}

	.universal-zakat-quote__icon {
		height: 58px;
		margin-bottom: 30px;
		width: 58px;
	}
}

@media (max-width: 480px) {
	.universal-zakat-hero-pattern.wp-block-cover {
		min-height: 700px !important;
	}

	.universal-zakat-hero-pattern__title {
		font-size: clamp(2.6rem, 14vw, 4rem);
	}

	.universal-zakat-quote__text {
		font-size: clamp(1.6rem, 8.4vw, 2.35rem);
		line-height: 1.42;
	}
}
