/*

Theme Name: Long Lake LTD
Theme URI: https://nelsonandco.net
Author: Nelson & Co
Author URI: https://nelsonandco.net
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Header Scroll Effects */
.x-masthead {
	transition: background-color 0.3s ease;
}

.x-masthead-solid {
	background-color: #ffffff !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Pulse Animation */
@keyframes gentle-pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes gentle-pulse {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

.pluse {
	-webkit-animation: gentle-pulse 2s ease-in-out infinite;
	animation: gentle-pulse 2s ease-in-out infinite;
	-webkit-transform-origin: center;
	transform-origin: center;
	will-change: transform;
	/* Add GPU acceleration and prevent layout shifts */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

a div.neighborhood_detail {
	display: none;
}