/* Floating Button Styles Suffix: 6439bc1e */
.floating-btn-6439bc1e {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	background-color: #3b82f6; /* Modern blue color */
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
	cursor: pointer;
	z-index: 99999;
	transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	text-decoration: none;
}

.floating-btn-6439bc1e:hover {
	background-color: #2563eb;
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.floating-btn-6439bc1e:active {
	transform: scale(0.95);
}

.floating-btn-icon-6439bc1e {
	width: 28px;
	height: 28px;
}
