.embed-hero {
	position: relative;
	overflow: hidden;
}

.embed-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: conic-gradient(
		from 184deg at 58.65% 53.66%,
		rgba(255, 245, 202, 0.5) 44.18593615293503deg,
		rgba(251, 239, 202, 0.5) 89.49537456035614deg,
		rgba(125, 183, 247, 0.5) 109.84687685966492deg,
		rgba(242, 233, 194, 0.5) 151.53160214424133deg,
		rgba(254, 174, 165, 0.5) 227.83552408218384deg,
		rgba(254, 169, 162, 0.5) 311.44864797592163deg
	);
	filter: blur(100px);
	z-index: -1;
}

.embed-hero .container {
	position: relative;
	z-index: 1;
}

.embed-hero-logos img {
	max-width: 100px !important;
	max-height: 90px !important;
}

.calculator .badge-pill,
.benefits .badge-pill {
	border-radius: 33554400px;
	border: 1px solid rgba(23, 188, 46, 0.2);
	background: rgba(23, 188, 46, 0.1);
}

.benefits {
	background-color: var(--green-900);
}

.benefits .badge-pill {
	color: var(--secondary-button);
}

.benefits .badge-pill .bi-circle-fill {
	font-size: 0.5rem;
	vertical-align: middle;
}

.benefits-cta {
	background-color: var(--secondary-color);
}

.benefits .benefit-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background-color: var(--green-800);
	border-radius: 0.75rem;
}

.benefits .icon-bg {
	width: 40px;
	height: 40px;
	background-color: var(--green-900);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Testimonial */

.testimonial-button {
	border-radius: 4px;
	background: #0b1b2b;
	border: none;
}

.custom-buttons {
	align-self: flex-end;
}

.custom-buttons i {
	color: var(--primary-button);
	cursor: pointer;
}

.slide-images {
	height: 350px;
	overflow: hidden;
}

.slide-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Carousel Bootstrap Overrides */

.carousel-indicators {
	position: relative !important;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	justify-content: center;
	padding: 0;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.indicator {
	background-color: rgba(12, 19, 45, 0.6) !important;
	border: none !important;
	height: 8px !important;
	border-radius: 5px !important;
	flex: 1 !important;
	margin: 0 5px !important;
}

.indicator.active {
	background-color: var(--primary-button) !important;
}

/* Drive Growth CTA */

.drive-growth-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	border-radius: 2rem;
	position: relative;
}

.drive-growth .drive-growth-content {
	background-color: var(--green-900);
	background-image: url(/images/zoi/cta-bg-icon.svg);
	background-repeat: no-repeat;
	background-position: top right;
}

.plane-path {
	position: absolute;
	left: 20%;
	top: 80%;
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.drive-growth-wrapper {
		grid-template-columns: 30% 70%;
	}

	.embed-hero-logos,
	.drive-growth-copy {
		width: 75%;
	}

	.embed-hero-logos > div {
		justify-content: flex-start !important;
	}

	.calculator .subtitle {
		width: 50%;
	}

	.calculator-header .text-paragraph {
		width: 50%;
	}
}

/* Calculator */

.btn-outline-grey {
	border-color: var(--grey-800);
}

.calculator-hr {
	border-color: var(--grey-400);
}

.calculator-badge span {
	border: 1px solid #dbeafe;
	background: #eff6ff;
	color: #1447e6;
}

.calculator-card,
.result-card {
	border-radius: 8.75px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
		0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}

/* Calculator number inputs only */
.calculator-cards input.form-control {
	color: #314158;
	background: #f1f5f9;
	padding: 0.1rem 0.7rem;
	border-radius: 20px;
	width: 80px;
	height: 35px;
}

/* Remove the generic form-control styling that was affecting modal inputs */
input.form-control {
	/* Remove width constraint */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

.calculator-cards h5 {
	color: #1d293d;
}

.calculator-card-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f5f9;
	flex-shrink: 0;
}

.calculator-cards .sub-card,
.result-card {
	border: 1px solid #f1f5f9;
	background: #f8fafc;
}

.summary-card,
.growth-card {
	border: 1px solid #f1f5f9;
}

.summary-card {
	border: 1px solid #dbeafe;
	background: #eff6ff;
}

.growth-card {
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.2) 0%,
			rgba(0, 0, 0, 0.2) 100%
		),
		#13322b;
}

.report-btn {
	color: #1447e6;
}

.roi-summary {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.roi-summary {
		grid-template-columns: 2fr 1fr;
	}
}


.modal-content {
	border-radius: 8px;
	border: none;
}

.modal-header {
	padding: 1.5rem 1.5rem 0.5rem;
}

.modal-body {
	padding: 1.5rem;
}
