/* SEO & visual refinements */
.feature-box {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	border-radius: 4px;
}
.feature-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.feature-box .icon {
	transition: background-color 0.25s ease;
}
.feature-box:hover .icon {
	background-color: #1396e2;
	color: #fff;
}
#new-properties .property,
.display-lines .property {
	transition: box-shadow 0.25s ease;
	border-radius: 4px;
	overflow: hidden;
}
#new-properties .property:hover,
.display-lines .property:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.breadcrumb {
	background: #f7f9fb;
	border-radius: 4px;
	padding: 10px 16px;
	margin-bottom: 20px;
}
.section-title h2 {
	position: relative;
	padding-bottom: 12px;
}
.section-title h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #1396e2;
}
.page-sub-page #page-content {
	padding-top: 10px;
}
#about-us .img-responsive {
	border-radius: 6px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.property-title h1 {
	line-height: 1.3;
}
