@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.booking-floating-btn-e2d7d120 {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #C7A55B;
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600; /* SemiBold */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 24px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
	border: none;
	outline: none;
}

.booking-floating-btn-icon-e2d7d120 {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #FFFFFF;
	flex-shrink: 0;
	vertical-align: middle;
}

.booking-floating-btn-text-e2d7d120 {
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 1;
}

/* Hover Behavior */
.booking-floating-btn-e2d7d120:hover {
	background-color: #B89347;
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Adjust for Admin Bar */
body.admin-bar .booking-floating-btn-e2d7d120 {
	/* Standard positioning in bottom-right is unaffected by admin-bar top height */
}

/* Responsive adjustment for Mobile */
@media screen and (max-width: 768px) {
	.booking-floating-btn-e2d7d120 {
		bottom: 20px;
		right: 20px;
		padding: 10px 18px;
		font-size: 12px;
	}
}

/* --- Socials Footer Customization --- */
a[href*="facebook.com"], 
a[href*="tiktok.com"],
.elementor-social-icon-facebook, 
.elementor-social-icon-tiktok {
    display: none !important;
}
