.helixsolutions-buttonizer-cta {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 9999998;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	min-height: 64px;
	padding: 10px 24px 10px 10px;
	border-radius: 999px;
	background: #0756a2;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	box-shadow: 0 10px 28px rgba(7, 48, 88, 0.28);
	animation: helixsolutions-buttonizer-cta-float 3.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	will-change: transform;
	-webkit-tap-highlight-color: transparent;
}

.helixsolutions-buttonizer-cta__icon {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 50%;
	background: #fff;
	color: #0756a2;
}

.helixsolutions-buttonizer-cta__icon svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.helixsolutions-buttonizer-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999998;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.helixsolutions-buttonizer-whatsapp svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.helixsolutions-buttonizer-whatsapp:hover,
.helixsolutions-buttonizer-whatsapp:focus {
	background: #128c7e;
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.helixsolutions-buttonizer-whatsapp:focus {
	outline: none;
}

.helixsolutions-buttonizer-whatsapp:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.helixsolutions-mobile-cta {
	display: none;
}

.helixsolutions-buttonizer-cta__label {
	box-sizing: border-box;
	display: block;
	margin-left: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.helixsolutions-buttonizer-cta:hover,
.helixsolutions-buttonizer-cta:focus {
	background: #063f78;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 12px 30px rgba(7, 48, 88, 0.32);
	animation: none;
	transform: translateY(-2px);
}

.helixsolutions-buttonizer-cta:focus {
	outline: none;
}

.helixsolutions-buttonizer-cta:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #fdbd28, 0 10px 28px rgba(7, 48, 88, 0.28);
}

@keyframes helixsolutions-buttonizer-cta-float {
	0%,
	20%,
	80%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -4px, 0);
	}
}

@media (max-width: 768px) {
	.helixsolutions-buttonizer-cta,
	.helixsolutions-buttonizer-whatsapp {
		display: none;
	}

	.helixsolutions-mobile-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999999;
		box-sizing: border-box;
		display: block;
		min-height: calc(80px + env(safe-area-inset-bottom));
		padding: 10px 15px env(safe-area-inset-bottom);
		background-color: #0756a2;
		background-image: url("https://arcca.ro/wp-content/uploads/2017/09/h1-background-1.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		color: #fff;
		box-shadow: -11px -7px 15px -5px #555;
		transform: translateY(0);
		visibility: visible;
		transition: transform 0.35s ease-in-out, visibility 0s linear 0s;
	}

	.helixsolutions-mobile-cta.is-hidden {
		transform: translateY(100%);
		visibility: hidden;
		transition-delay: 0s, 0.35s;
	}

	.helixsolutions-mobile-cta ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.helixsolutions-mobile-cta li {
		flex: 1 1 33.3333%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.helixsolutions-mobile-cta a {
		box-sizing: border-box;
		display: flex;
		min-height: 60px;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 2px 6px;
		color: #fff !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.15;
		text-decoration: none !important;
	}

	.helixsolutions-mobile-cta a:hover,
	.helixsolutions-mobile-cta a:focus {
		color: #fdbd28 !important;
	}

	.helixsolutions-mobile-cta a:focus-visible {
		outline: 2px solid #fff;
		outline-offset: 2px;
	}

	.helixsolutions-mobile-cta svg {
		display: block;
		width: 24px;
		height: 24px;
		fill: currentColor;
	}
}

@media (prefers-reduced-motion: reduce) {
	.helixsolutions-buttonizer-cta {
		animation: none;
		transition: none;
		will-change: auto;
	}

	.helixsolutions-buttonizer-whatsapp,
	.helixsolutions-mobile-cta {
		transition: none;
	}
}

@media print {
	.helixsolutions-buttonizer-cta,
	.helixsolutions-buttonizer-whatsapp,
	.helixsolutions-mobile-cta {
		display: none;
	}
}
