.elementor-widget-subscribe_callout {
	position: relative;
}

/* ... */

.subscribe_callout-wrapper {
	position: relative;
	z-index: 1;
}

.subscribe_callout-wrapper .content-box {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.subscribe_callout-wrapper .text-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.subscribe_callout-wrapper .heading {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------- */

.subscribe_callout-wrapper .form-wrap {
	width: 100%;
}

@media (min-width: 1024px) {
	.subscribe_callout-wrapper .form-wrap {
		max-width: 488px;
	}
}

.subscribe_callout-wrapper .form-wrap .field-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subscribe_callout-wrapper .form-wrap input[type] {
	padding-right: 48px;
}

.subscribe_callout-wrapper .form-wrap button[type='submit'] {
	position: absolute;
	right: 0;
	padding-inline: 24px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #58507ebf;
}

.subscribe_callout-wrapper .form-wrap input[type]:focus ~ [type='submit'],
.subscribe_callout-wrapper .form-wrap input[type]:focus-visible ~ [type='submit'] {
	color: var(--theme-color-1);
}

.subscribe_callout-wrapper .form-wrap button[type='submit'] svg path {
	stroke: currentColor;
}

/* --------------------------------------------------------------------- */

.elementor-widget-subscribe_callout .section-bg.preset_1::after {
	mix-blend-mode: normal;
	background: var(--section-bg-color-1, #000000);
}

.subscribe_callout-wrapper.preset_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subscribe_callout-wrapper.preset_1 .content-box {
	align-items: center;
	text-align: center;
	max-width: 768px;
}

/* --------------------------------------------------------------------- */

.subscribe_callout-wrapper.preset_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subscribe_callout-wrapper.preset_2 .content-box {
	align-items: center;
	text-align: center;
	max-width: 768px;
}

/* --------------------------------------------------------------------- */

.subscribe_callout-wrapper.preset_3 {
	position: relative;
	display: grid;
	align-items: center;
	justify-items: center;
}

@media (min-width: 1280px) {
	.subscribe_callout-wrapper.preset_3 {
		grid-template-columns: 34fr 66fr;
		justify-items: stretch;
	}

	.subscribe_callout-wrapper.preset_3.is_rtl {
		grid-template-columns: 66fr 34fr;
		justify-items: stretch;
	}
}

.subscribe_callout-wrapper.preset_3 .content-box {
	border-radius: 24px;
	border: 1px solid var(--theme-color-1);
	grid-row: 2;
	padding-block: 50px 32px;
	padding-inline: 24px;
	max-width: 768px;
	width: 90%;
	justify-content: end;
	margin-top: -24px;
}

@media (min-width: 768px) {
	.subscribe_callout-wrapper.preset_3 .content-box {
		padding: 36px;
		padding-top: 60px;
	}
}

@media (min-width: 1280px) {
	.subscribe_callout-wrapper.preset_3 .content-box {
		grid-row: auto;
		width: calc(100% + 26px);
		justify-content: center;
		align-self: end;
		margin-block: 0;
	}

	.subscribe_callout-wrapper.preset_3.is_ltr .content-box {
		/* border-radius: 24px 0 0 24px; */
		padding-right: 62px;
	}

	.subscribe_callout-wrapper.preset_3.is_rtl .content-box {
		/* border-radius: 0 24px 24px 0; */
		justify-self: end;
		padding-left: 62px;
	}
}

@media (min-width: 1440px) {
	.subscribe_callout-wrapper.preset_3 .content-box {
		align-self: center;
		margin-block: 26% 0;
	}
}

.subscribe_callout-wrapper.preset_3 .text-wrap {
	align-items: start;
}

.subscribe_callout-wrapper.preset_3 .eyebrow-text {
	font-family: 'Plus Jakarta Sans';
	font-weight: 600;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 9px 12px 7px;
	background-color: var(--theme-color-3);
	color: #fff;
	border-radius: 4px;
	align-self: start;
}

.subscribe_callout-wrapper.preset_3 .img-wrapper {
	position: relative;
	overflow: visible;
	border-radius: 24px;
	width: 100%;
	/* aspect-ratio: 16/9; */
	/* background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25); */
}

@media (min-width: 1280px) {
	.subscribe_callout-wrapper.preset_3.is_rtl .img-wrapper {
		grid-area: 1/1;
	}
}

.subscribe_callout-wrapper.preset_3 .img-wrapper img {
	position: relative;
	filter: drop-shadow(0px 5px 24px rgba(0, 0, 0, 0.25));
	/* object-fit: none; */
}

/* --------------------------------------------------------------------- */

.subscribe_callout-wrapper.preset_4 {
	padding-block: 48px;
}

.subscribe_callout-wrapper.preset_4 .content-box {
	display: grid;
	justify-content: space-between;
	gap: 36px;
	align-items: start;
	justify-content: center;
}

@media (min-width: 1280px) {
	.subscribe_callout-wrapper.preset_4 .content-box {
		grid-template-columns: 66fr 33fr;
		gap: 100px;
		justify-content: stretch;
	}
}

.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
	display: grid;
	align-items: start;
	max-width: 480px;
}

@media (min-width: 1280px) {
	.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
		grid-template-columns: 0.9fr 1fr;
		max-width: none;
		gap: 36px;
	}
}

@media (min-width: 1536px) {
	.subscribe_callout-wrapper.preset_4 .content-box .text-wrap {
		grid-template-columns: 1fr 0.9fr;
	}
}
