.tg-contact-fab {
	position: fixed;
	z-index: 2147482999;
	opacity: 1;
	transform: translateY(0) scale(1);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.tg-contact-fab.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px) scale(0.92);
}

.tg-contact-fab__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: linear-gradient(135deg, #2aabee, #229ed9);
	color: #fff;
	box-shadow: 0 18px 34px rgba(34, 158, 217, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.tg-contact-fab__link:hover,
.tg-contact-fab__link:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 22px 38px rgba(34, 158, 217, 0.34);
	filter: saturate(1.05);
}

.tg-contact-fab__icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
}

.tg-contact-fab__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 767.98px) {
	.tg-contact-fab__link {
		width: 56px;
		height: 56px;
	}
}
