.gch-contact-float {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #a886cd;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gch-contact-float:hover,
.gch-contact-float:focus {
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.gch-contact-float svg {
	display: block;
	width: 26px;
	height: 26px;
	fill: currentColor;
}
