/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.btn-map-dir:hover {
	background-color: #e6b800 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(241, 196, 15, 0.3) !important;
}

.review-card {
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
	border-color: rgba(241, 196, 15, 0.2) !important;
}

.btn-write-review:hover {
	background-color: #f1c40f !important;
	color: #111 !important;
	box-shadow: 0 6px 15px rgba(241, 196, 15, 0.3) !important;
	transform: translateY(-2px);
}
