/**
 * Ya Hala CTA Banner — Figma 1499:21424
 * Card bg = pattern SVG; hard green offset via wrapper (responsive-safe)
 */

.tma-yahala-cta,
.tma-yahala-cta * {
	box-sizing: border-box;
}

.elementor-widget-tma_yahala_cta .elementor-widget-container {
	overflow: visible !important;
}

.tma-yahala-cta {
	position: relative;
	width: 100%;
	max-width: 1496px;
	margin: 0 auto;
	padding: 0 12px 12px 0;
	font-family: "Noto Kufi Arabic", sans-serif;
}

.elementor-widget-tma_yahala_cta .elementor-widget-container {
	padding-inline: clamp(16px, 4vw, 24px);
}

/* Hard offset shadow — same look as Figma, works on all screen heights */
.tma-yahala-cta::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	bottom: 0;
	left: 12px;
	border-radius: 24px;
	background: #32be5b;
	z-index: 0;
	pointer-events: none;
}

.tma-yahala-cta__card {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 0;
	padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 64px);
	border-radius: 24px;
	overflow: hidden;
	background-color: #0b110b;
	background-image: var(--tma-cta-bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tma-yahala-cta__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 2.5vw, 16px);
	width: 100%;
	max-width: 1144px;
	margin-inline: auto;
	text-align: center;
}

.tma-yahala-cta__title {
	margin: 0;
	color: #ffffff;
	font-family: inherit;
	font-size: clamp(22px, 4.5vw, 38px);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	max-width: 100%;
}

.tma-yahala-cta__desc {
	margin: 0;
	color: #ffffff;
	font-family: inherit;
	font-size: clamp(15px, 2.8vw, 24px);
	font-weight: 500;
	line-height: 1.55;
	text-align: center;
	max-width: 100%;
}

.tma-yahala-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: auto;
	max-width: 100%;
	margin-top: clamp(4px, 1.5vw, 8px);
}

.tma-yahala-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 187px;
	flex: 0 0 auto;
	padding: 14px;
	border: 1px solid #32be5b;
	border-radius: 12px;
	background: #32be5b;
	color: #0b110b;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tma-yahala-cta__btn:hover,
.tma-yahala-cta__btn:focus {
	background: #2aab50;
	border-color: #2aab50;
	color: #0b110b;
	text-decoration: none;
}

.tma-yahala-cta__btn--outline {
	background: transparent;
	border-color: #ebf9ef;
	color: #ffffff;
}

.tma-yahala-cta__btn--outline:hover,
.tma-yahala-cta__btn--outline:focus {
	background: rgba(235, 249, 239, 0.12);
	border-color: #ebf9ef;
	color: #ffffff;
}

@media (max-width: 991px) {
	.tma-yahala-cta__card {
		padding: 40px 24px 36px;
	}
}

@media (max-width: 767px) {
	.elementor-widget-tma_yahala_cta .elementor-widget-container {
		padding-inline: 16px;
	}

	.tma-yahala-cta {
		padding: 0 8px 8px 0;
	}

	.tma-yahala-cta::before {
		top: 8px;
		left: 8px;
		border-radius: 20px;
	}

	.tma-yahala-cta__card {
		padding: 36px 28px 32px;
		border-radius: 20px;
	}

	.tma-yahala-cta__actions {
		gap: 10px;
		margin-top: 8px;
	}
}

@media (max-width: 480px) {
	.tma-yahala-cta__card {
		padding: 32px 24px 28px;
	}

	.tma-yahala-cta__title {
		line-height: 1.5;
	}

	.tma-yahala-cta__desc {
		line-height: 1.6;
	}
}
