.aesthetidocs-floating-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #000000;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.aesthetidocs-floating-btn:hover {
	background-color: #333333;
	transform: translateY(-3px);
	color: #ffffff;
}
