.btn-book-now {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(135deg, #fa9e1b 0%, #8d4fff 100%);
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(250, 158, 27, 0.3);
}

.btn-book-now:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(250, 158, 27, 0.5);
	color: white;
	text-decoration: none;
}
