*!
Theme Name: Wash Brook
Theme URI: -
Author: Resident360 - Solayman Haider
Author URI: https://resident360.com
Description: Just another theme by Resident360.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indigo
*/

img {
    max-width: 100%;
    height: auto;
}

.h1frontpage {
    font-family: "Fashion Fetish", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
}

.neighborhood_features_title h2 {
	text-align: center;
}

.home_header_content_logo h1 {
	font-size: 60px;
	    color: #fff;
    max-width: 720px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 768px) {
	.home_header_content_logo h1 {
		font-size: 40px;
	}
}

.page-id-12 .two_column_box_content h2 {
	margin-bottom: 40px;
}

.page-id-12 .two_column_box_content_col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-id-8 #section_2 {
	position: relative;
}

/* .page-id-8 #section_2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/10/TheSocietyApts_badge_white-1024x1024.png);
	background-repeat: no-repeat;
	background-size: 600px;
	background-position: -80px -110px;
	opacity: 0.05;
} */

.three_col_box_item {
	position: relative;
	overflow: hidden;
}

.three_col_box_bg_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: center!important;
	transition: 0.3s ease;
}

.three_col_box_item_content {
	position: relative;
	z-index: 1;
}

.three_col_box_item:hover .three_col_box_bg_image {
	transform: scale(1.1);
}

.parallax_content_box_content h2 strong {
	font-weight: 800;
}

.neighborhood_features_list_item h3 {
	min-height: 44px;
}