/*!
Theme Name: yrt
Theme URI: http://underscores.me/
Author: YRT
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yrt
Tags: theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yrt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/**
these breakpoints are for mixin "size-above"
 */
/**
Color Scheme
 */
/* Mono */
/* Generic */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;600;700;800&family=Prata&display=swap");
.p-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body, html {
	font-size: 16px;
}

h1, .h1 {
	font-family: "Playfair Display", serif;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.78;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h2, .h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.125rem;
	font-weight: normal;
	line-height: 1.3;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h3, .h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.45;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

h4, .h4 {
	font-family: "Playfair Display", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
}

p, .text {
	font-family: "Playfair Display", sans-serif;
	font-style: normal;
	font-size: 1rem;
	line-height: 2;
	color: #1f2024;
	font-stretch: normal;
	letter-spacing: 0.015em;
}

.aspect-ratio {
	position: relative;
}

.aspect-ratio .ar-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.aspect-ratio .ar-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspect-ratio .ar-inner-flex {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aspect-ratio .ar-inner-flex img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.aspect-ratio.ar-1-1 {
	padding-top: 100%;
}

.aspect-ratio.ar-16-9 {
	padding-top: 56.25%;
}

.aspect-ratio.ar-4-3 {
	padding-top: 75%;
}

.aspect-ratio.ar-3-2 {
	padding-top: 66.66%;
}

.aspect-ratio.ar-8-5 {
	padding-top: 62%;
}

.aspect-ratio.ar-9-5 {
	padding-top: 55.55%;
}

.aspect-ratio.ar-8-3 {
	padding-top: 37%;
}

.aspect-ratio.ar-5-6 {
	padding-top: 119%;
}

.aspect-ratio.ar-2-3 {
	padding-top: 150%;
}

.aspect-ratio.ar-1-2 {
	padding-top: 200%;
}

.aspect-ratio.ar-7-2 {
	padding-top: 33%;
}

.aspect-ratio.ar-18-5 {
	padding-top: 27.7%;
}

nav ul li a {
	display: block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
	transition: all .5s;
}

nav ul li a:hover {
	color: #555;
}

.breadcrump { margin-top: 20px; }
.breadcrump a:link, .breadcrump a:visited { 
	color: #000000;
	text-decoration: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navbar { background-color: #162F4D; }

nav.animation-underline ul {
	list-style: none;
	text-align: center;
}

nav.animation-underline ul li {
	display: inline-block;
}

nav.animation-underline ul li a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	color: #aaa;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1rem;
	position: relative;
}

nav.animation-underline ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #aaa;
	height: 1px;
}

nav.animation-underline ul li a:after:hover {
	width: 100%;
}

nav.animation-underline ul li a:after, nav.animation-underline ul li a:before {
	-webkit-transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
	transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
}

nav .nav-spacing {
	padding: 0.75rem 0rem;
	text-align: end;
	z-index: 3;
}

nav.navbar .navbar-nav {
	margin: 0 auto;
}

nav.navbar .navbar-nav li {
	display: flex;
	cursor: pointer;
}

nav.navbar .navbar-nav li a {
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.25;
	font-weight: 400;
}

nav.navbar .navbar-nav li a:hover {
	color: #505154;
}

nav.navbar .navbar-nav li a.main-item {
	align-items: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

nav.navbar .navbar-nav .first_level_item {
	position: relative;
	display: inline;
}

nav.navbar .navbar-nav .first_level_item .icon-menu {
	font-size: 0.85rem;
	padding-left: 0.25rem;
	vertical-align: middle;
	-webkit-transition: all 0.2s, 0.3s ease;
	transition: all 0.2s, 0.3s ease;
}

nav.navbar .navbar-nav .first_level_item:hover .icon-menu, nav.navbar .navbar-nav .first_level_item:focus .icon-menu, nav.navbar .navbar-nav .first_level_item:active .icon-menu {
	transform: rotateZ(90deg);
}

nav.navbar .navbar-nav .first_level_item .sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	min-width: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 2rem;
}

nav.navbar .navbar-nav .first_level_item .sub-menu li {
	white-space: nowrap;
}

nav.navbar .navbar-nav .first_level_item .sub-menu li a {
	text-decoration: none;
	text-transform: capitalize;
}

nav.navbar .navbar-nav .first_level_item:hover .sub-menu, nav.navbar .navbar-nav .first_level_item:focus .sub-menu, nav.navbar .navbar-nav .first_level_item:active .sub-menu {
	display: block;
}

.feature-image {
	width: 100%;
	padding: 0;
	max-height: 640px;
	overflow: hidden;
}

.feature-image .feature-img {
	max-height: 640px;
}

.feature-image .feature-img img {
	max-height: 640px;
}

article h2, article h4 {
	padding: 1rem 0;
}

article p {
	padding-bottom: 1rem;
}

.sidebar-area {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
	margin-top: 1rem;
}

.sidebar-area-item-article {
	display: flex;
}

.sidebar-area-item-article-img {
	width: 65px;
	height: 65px;
	min-height: 65px;
	height: 65px;
	width: 65px;
}

.sidebar-area-item-article-img img {
	width: 65px;
	height: 65px;
}

.sidebar-area-item-article-text {
	font-size: 0.85rem;
}

.sidebar-area-item-article-text a {
	color: #000;
	text-decoration: none;
}

footer {
	font-size: 0.875rem;
}

footer ul {
	display: flex;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li a {
	color: white;
	text-decoration: none;
}

footer .site-info {
	padding: 1rem 0;
}

footer .site-info  a.link_down_footer, footer .site-info  a.link_down_footer:visited {
	color: #ffffff;
}

footer .copyright img {
	padding-right: 1rem;
}

footer .copyright div {
	padding-right: 1rem;
}

footer .site-info a.animation-link:link { 
	color: #ffffff; 
	text-decoration: none; 
}
footer .site-info a.animation-link:hover { color: #303134; }

#comments {
	display: none;
}

.mt-negative-6 {
	margin-top: -6rem;
	position: relative;
}

.section {
	width: 100%;
	height: auto;
	font-family: "Inter", sans-serif;
	padding: 2rem 0;
}

.section .description {
	line-height: 2;
	font-size: 1.25rem;
}

.section.team .description {
	padding: 3.5rem 0;
	/*color: $mono-white;*/
}

.section.team .description-area {
	color: #9b9c9d;
	line-height: 1.5;
	padding-bottom: 3.5rem;
}

.section.team .description-about {
	padding: 0 3rem;
}

.section.team .description-about .title-main {
	font-size: 4.875rem;
	font-family: "Prata", serif;
	line-height: 1;
}

.section.team .description-about .title-sub {
	font-size: 0.875rem;
	font-family: "Inter", sans-serif;
	color: #9b9c9d;
	text-transform: uppercase;
}

.section.reviews .slide-descritpion {
	font-size: 2rem;
}

.section.reviews .slide-author .name {
	font-weight: 600;
	/*font*/
}

.section.reviews .slide-author .date {
	font-weight: 400;
}

.section.instagram img {
	width: 100%;
	height: auto;
}

.section-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-footer ul li a {
	font-size: 0.875rem;
	text-decoration: none;
	color: #9b9c9d;
}

.section-footer ul li a:hover {
	color: white;
}

.header-title {
	/* padding-top: 7.625rem;*/
	padding-bottom: 1.5rem;
}

.title-h4 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.cards-large-team .item-title-main {
	font-size: 18px;
}

.cards-large-team .item-content-social-link {
	font-size: 0.85rem;
}

.cards-large-team .item:hover .item-title {
	transform: translateY(-10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cards-large-team .item:hover .item-content {
	transform: translateY(-10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cards-large-property .item-title-main {
	font-size: 17px;
	min-height: 2.55rem;
}
.cards-large-property .item-content {
	display: flex;
}
.cards-large-property .item-content-price {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #505154;
}
.cards-large-property .item-content-bedrooms,
.cards-large-property .item-content-house {
	font-weight: 400;
	font-size: 16px;
	font-weight: 400;
	color: #505154;
}
.cards-large-property .item-content > div {
	flex: 1 auto;
}

.item {
	background-color: white;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.06));
	position: relative;
}
.item .priorityLabel {
	width: auto;
	position: absolute;
	top: -10px;
	right: -10px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px;
	color: #fff;
	z-index: 99;
	background-color: #1f2024;
	border-radius: .25rem;
}
.item .soldLabel {
	width: auto;
	position: absolute;
	top: -10px;
	left: -10px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px;
	color: #fff;
	z-index: 99;
	background-color: #1f2024;
	border-radius: .25rem;
}

.item-image {
	overflow: hidden;
}

.item-image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: color 0.2s, opacity 0.3s ease-in-out;
	transition: color 0.2s, opacity 0.3s ease-in-out;
}

.item-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: auto;
}
#floorplan .item-image img { max-height: 700px; width: auto; }

.item-title {
	background-color: white;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	padding: 1rem 1.5rem 0.5rem;
	z-index: 2;
}

.item-title-main {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.25;
	color: #162f4d;
	height: 120px;
}
.item-date { display: none; }

.item-title-sub {
	font-size: 1rem;
	font-weight: 400;
	color: #9b9c9d;
}

.item-content {
	padding: 0 1.5rem 1rem;
}

.item-content-social-link {
	font-weight: 400;
	font-size: 1.1875rem;
	line-height: 24px;
	color: #505154;
	text-decoration: none;
	padding-right: 0.25rem;
}

.item-content-social-link:first-child {
	padding-right: 2rem;
}

.item-content-social-link i {
	font-size: 0.9375rem;
	padding-right: 1rem;
}

.item-content-social-link i:first-child {
	padding-right: 0.5rem;
}

.item-more_details {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 10px;
	z-index: 3;
	background-color: none;
}
.item:hover .item-more_details {
	bottom: 10px;
}

.item:hover .item-image {
	overflow: hidden;
}

.item:hover .item-image:after {
	opacity: 1;
}

.item:hover .item-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: brightness(70%);
}

.item:hover .item-title {
	transform: translateY(-60%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
	transform: translateY(-130%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item:hover .item-more_details {
	bottom: 0.5rem;
	transform: translateY(0%);
	-webkit-transition: color 0.2s, all 0.3s ease-in-out;
	transition: color 0.2s, all 0.3s ease-in-out;
}

.item--filter {
	display: flex;
}

.item--filter .menu-item {
	padding: 1rem;
}

ul.team-cards-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.team-cards-details li {
	vert-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0.5rem 0;
}

ul.team-cards-details a {
	color: #1f2024;
	text-decoration: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
}

ul.team-cards-details a i {
	font-size: 22px;
	padding-right: 1rem;
}

.review-item p, .review-item .author {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #1f2024;
	text-align: left;
}

.review-item .description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.vtn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	gap: 10px;
	border-radius: .25rem;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
}

.vtn-main {
	font-size: 1rem;
	line-height: 1.875;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015rem;
	font-weight: normal;
	padding: 0.75rem 1.375rem;
	border: 1px solid transparent;
	background-color: transparent;
}

.vtn-main_small {
	font-size: 0.85rem;
	line-height: 1.875;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015rem;
	font-weight: normal;
	padding: 0.75rem 1.375rem;
	border: 1px solid transparent;
	background-color: transparent;
}

.vtn-main-dark {
	border: 1px solid #1f2024;
	background-color: #1f2024;
	color: white;
}

.vtn-main-dark:hover, .vtn-main-dark:focus, .vtn-main-dark :active {
	background-color: white;
	-webkit-transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	color: #1f2024;
	border: 1px solid #1f2024;
}

.vtn-main-light {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}

.vtn-main-light:hover, .vtn-main-light:focus, .vtn-main-light:active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	color: #1f2024;
	border: 1px solid #1f2024;
}

.vtn-main-light:hover .fa-arrow-right::before, .vtn-main-light:focus .fa-arrow-right::before, .vtn-main-light:active .fa-arrow-right::before {
	font-size: 1.125rem;
	line-height: 1.125;
	color: #505154;
}

.vtn-main-wh {
	border: 1px solid white;
	background-color: white;
	color: #1f2024;
}

.vtn-main-wh:hover, .vtn-main-wh:focus, .vtn-main-wh :active {
	background-color: #1f2024;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: white;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main-grey {
	border: 1px solid #9b9c9d;
	background-color: transparent;
	color: #9b9c9d;
}

.vtn-main-grey:hover, .vtn-main-grey:focus, .vtn-main-grey :active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: #1f2024;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main-gray {
	border: 1px solid #686a70;
	background-color: #686a70;
	color: #ffffff;
}

.vtn-main-gray:hover, .vtn-main-gray:focus, .vtn-main-gray :active {
	background-color: white;
	-webkit-transition: color 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, background-color 0.3s ease-in-out;
	color: #1f2024;
	border: 1px solid #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.vtn-main i {
	padding: 0 1rem;
}

.vtn-main:hover.fa-arrow-right {
	display: none;
}

.form {
	/*BS5 overrides*/
}

.form-control {
	border: 1px solid #9b9c9d;
}

.form .form-control:focus {
	border-color: #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.slider {
	width: 100%;
	max-height: 100%;
	/*height: 728px;*/
	height: 50vw;
	overflow: hidden;
}

.slider-featured {
	width: 100%;
	min-height: 100%;
}

.slider-featured .item-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0;
}

.slider-featured .item-slider-content {
	position: absolute;
	color: white;
	z-index: 3;
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
	width: inherit;
}

.slider-featured .item-slider-content-header {
	font-family: "Prata", serif;
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.4;
	color: white;
}

.slider-featured .item-slider-content-description {
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: white;
}

.slider-featured .item-slider-content-description > div {
	padding: 0 1rem;
}

.slider-featured .item-slider-content-description > div:first-child {
	padding-left: 0;
}

.slider-featured .item-slider-content-description .icon {
	display: inline-flex;
}

.slider-featured .item-slider-thumb {
	width: 100%;
	position: relative;
	height: 50vw;
	z-index: 1;
}

.slider-featured .item-slider-thumb-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-featured .item-slider-thumb-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* CSS For Slick Slider */
.slider-featured {
	/*
  .slick-arrow{
    background: #303134;
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .2s ease;
    &:before{
      background: #fff;
      position: absolute;
      width: 10px;
      height: 2px;
      content: '';
    }
  }*/
}

.slider-featured .slick-dots {
	bottom: 65px !important;
	left: 73px !important;
	top: initial !important;
}

.slider-featured .slick-slide {
	margin: 0 10px;
}

.slider-featured .slick-list {
	margin: 0 -10px;
}

.slider-featured .slick-prev::before,
.slider-featured .slick-next::before {
	font-size: 56px;
}

.slider-featured .slick-prev:before,
.slider-featured .slick-next:before {
	opacity: .75;
	color: #505154;
	border-radius: 50%;
	min-width: 2rem;
	min-height: 2rem;
	padding: 0.75rem;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-featured .slick-prev {
	left: -0.5rem;
	z-index: 5;
}

.slider-featured .slick-next {
	right: 3rem;
	z-index: 5;
}

.slider-featured .item-slider-thumb {
	overflow: hidden;
}

.slider-featured .item-slider-thumb::after {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	left: 0%;
	transform: skew(15deg) translateX(-50%);
	background-color: rgba(0, 0, 0, 0.8);
}

.slider-featured {
	position: relative;
}

.slider-featured .slick-dots {
	top: 60vh;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 960px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin: 0 auto;
	z-index: 3;
	bottom: 0;
	height: 2rem;
	text-align: left;
}

.slider-featured .slick-dots li button::before {
	color: #9b9c9d;
}

.slider-featured .slick-dots li.slick-active button::before {
	color: white;
}

.nav_property {
	position: absolute;
	bottom: -3.25rem;
	left: 0;
	right: 0;
	background-color: white;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	height: available;
	max-height: 6.5rem;
}

.nav_property > .row {
	min-height: inherit;
}

.nav_property .search-box form {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.nav_property .search-box form > div {
	width: 100%;
}

.nav_property .search-box form select {
	width: 100%;
	background: white;
	border: 0;
	min-height: 3rem;
	color: #9b9c9d;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 1rem;
	background-image: url("./assets/images/icons/dropdown-arrow.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	background-size: 1.25rem;
}

.nav_property .search-box form .select-selected {
	background-color: DodgerBlue;
}

.nav_property .search-box form .select-selected:active {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.nav_property .search-box {
	display: flex;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.nav_property .search-box .title {
	font-size: 20px;
	font-weight: 500;
	padding: 0 2rem;
	margin-top: 1rem;
}

.property-single-title {
	width: auto !important;
}

.property-single-title a {
	text-decoration: none;
	color: rgb(33, 37, 41);
}

.property-single-title-map i {
	padding-right: 0.5em;
}

.search-sidebar {
	width: 100%;
	position: relative;
	box-shadow: 0 0 4px rgba(51, 51, 51, 0.1);
}

.search-sidebar input {
	width: 100%;
	height: 3rem;
	text-indent: 1rem;
	border: 1px solid black;
}

.search-sidebar input.button {
	width: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0.1rem;
	background: transparent;
	border: transparent;
}

.search-sidebar input:focus,
.search-sidebar input:focus-visible {
	border: 2px solid black;
	border-color: #1f2024;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.search-sidebar .fa-search {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.item--filter::-webkit-scrollbar {
	display: none;
}

/* Filters */
.item--filter {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.item--filter label {
	position: relative;
	cursor: pointer;
}

.item--filter label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.item--filter label :checked ~ .icon-box {
	background: #505154;
	border: 1px solid #505154;
	color: white;
}

.item--filter label .icon-box {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	align-items: center;
	text-align: center;
	letter-spacing: 0.015em;
	justify-content: center;
	background: transparent;
	border: 1px solid #505154;
	min-width: 10rem;
	max-height: 2rem;
	margin: 0 0.5rem;
}

.search-select {
	position: relative;
	display: inline-block;
	width: 100%;
	width: -moz-available;
}

.search-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 2rem;
	font-weight: 300;
	color: #9b9c9d;
	line-height: 60px;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
}

.search-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #1f2024;
	border-right: 1px solid #1f2024;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.search-select.opened .search-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.search-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: -0.135rem 0;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	box-sizing: border-box;
	-webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	-moz-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.211);
	background-color: white;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.search-select.opened .search-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.search-option {
	position: relative;
	display: block;
	border-bottom: 1px solid #f7f8fa;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 22px;
	padding: 0.5rem 2rem;
	color: #9b9c9d;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-option:first-of-type {
	border-radius: 4px 4px 0 0;
}

.search-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.search-option:hover,
.search-option.selection {
	background: #1f2024;
	color: #fff;
}

/* ///  END DECORATION CSS  ///  */
.item-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.item-video.adsystem-video {
	padding-bottom: 23.25%;
}

.item-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tabs .nav-link {
	color: #9b9c9d;
}

.nav-tabs .nav-link.active {
	border: none;
	border-bottom: 2px solid #1f2024;
}

.nav-tabs .nav-link:hover {
	border: none;
}

#googleMap {
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.contact {
	background-color: white;
}

.contact-title {
	font-family: 'Prata';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
}

.contact-title-sub {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.home-header {
	position: relative;
	width: 100%;
	height: fit-content;
	position: relative;
}

.property-single-title {
	width: 400px;
}

.property-single-title-price-text {
	color: #a8a8a9;
	font-size: 12px;
}

.property-single-title-main {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1f2024;
}

.property-single-gallery {
	display: flex;
	height: 100%;
	max-height: 650px;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.propertyMainImage { width: 66%; }
.propertyAdditImages { width: 35%; }

.property-single-gallery-main {
	border: 1px solid white;
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	position: relative;
}

#gallery-view-all {
	position: absolute;
	bottom: 10px;
	right: 20px;
	background-color: #162f4d;
	padding: 5px 10px;
	border-radius: 15px;
}
#gallery-view-all a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.property-single-gallery-main .feature-img img { border-radius: 30px 0 0 30px; }
.property-single-gallery-sub:first-child img { border-radius: 0 30px 0 0; }
.property-single-gallery-sub:nth-child(2) img { border-radius: 0 0 30px 0; }

.property-single-gallery-sub {
	width: 100%;
	border: 1px solid white;
	max-height: 325px;
	overflow: hidden;
}

.property-single-content-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9b9c9d;
	padding-bottom: 0.5rem;
}

.property-single-content-title-main {
	color: #1f2024;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.property-single-content-desc {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #1f2024;
	padding-bottom: 1rem;
}

.property-single-content-description p {
	color: #606160;
}

.company .feature-img img {
	object-fit: cover;
}
.service-card {
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	margin-bottom: 15px; 
	position: relative;
}
.service-card-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #1f2024;
	padding: 2rem 1rem;
	text-align: center;
	height: 118px;
}
.service-card-description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #505154;
	padding: 0rem 1rem 2rem;
}

.shadow-light {
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}

.divider-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-o-border-image: linear-gradient(to right, #e0e0e0, rgba(0, 0, 0, 0)) 100% 0;
	border-image: linear-gradient(to right, #e0e0e0, rgba(0, 0, 0, 0)) 100% 0;
	padding-bottom: 1rem;
}

.divider-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E4E6;
	padding-right: 1rem;
}

.animation-link {
	position: relative;
}

.animation-link:after {
	content: '';
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1f2024;
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
	transition: all 0.2s, 0.3s 0.2s, ease 0.2s;
}

.animation-link:hover {
	color: #303134;
}

.animation-link:hover:after {
	transform: scaleX(1);
}

.dark-theme {
	color: white;
	background-color: #1f2024;
}

.grey-theme {
	color: white;
	background-color: #162F4D;
}

.light-theme {
	color: #1f2024;
	background-color: #f7f8fa;
}

.theme {
	color: #1f2024;
	background-color: white;
}

.title-h4 {
	font-weight: bold;
}

/***   Send a Message Form   ***/
#sendMessageForm {
	padding: 30px;
	font-size: 14px;
}
#sendMessageForm h3{
	margin-bottom: 20px;
}
#sendMessageForm input[type=text] , #sendMessageForm input [type=text]:focus-visible, #sendMessageForm textarea {
	padding: 20px;
	font-size: 14px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	width: 100%;
	margin: 5px 0;
}
#sendMessageForm textarea {
	height: 150px;
}
#sendMessageForm .wpcf7-list-item {
	margin: 0;
}
#sendMessageForm  .wpcf7-list-item-label {
	font-size: 12px;
}
#sendMessageForm input[type=checkbox] {
	margin-bottom: 10px;
}
#sendMessageForm input[type=submit] {
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

#companyPage .description {
	text-align: justify;
}
.service-card-link {
	text-decoration: none;
}
.service-card-link:hover, .service-card-link:hover .service-card,
.service-card-link:hover .service-card .service-card-title,
.service-card-link:hover .service-card .service-card-description  {
	background-color: #1f2024;
	color: #ffffff;
}
#servicePage .header-title {
	padding-bottom: 0;
}
#servicePage article {
	margin-top: 20px;
}
#servicePage .sidebox-title {
	padding: 0 0 20px 0;
	font-weight: bold;
	margin: 0 auto;
	max-width: 320px;
}
#servicePage .article-content {
	margin-top: 1rem;
}
.serviceMain {
	font-family: "Prata", serif;
	font-size: 24px;
}
#servicePage h4 {
	font-weight: bold;
}

#search-form .col.my-auto {
	/*width: 28%;*/
	flex: none;
}
#search-form .col.my-auto:last-child {
	width: 16%;
	flex: none;
}
.search-select.sources {
	margin-bottom: 16px;
}
.search-select-trigger {
	line-height: 40px;
}

#filters {
	padding-top: 20px;
}
#filters .col5 {
	width: 23.33%;
}
#filters .col5-price {
	width: 15%;
}
#filters .col3 {
	width: 33.333%;
}
#filters .col70 {
	width: 70%;
}
#filters .col85 {
	width: 85%;
}
#filters .search-select.sources {
	border: 1px solid #9b9c9d;
}
#filters .search-options {
	background-color: #fff;
	z-index: 999;
	border: 1px solid #9b9c9d;
	border-top: none;
	margin-left: -1px;
}
#filters .search-select-trigger {
	padding: 0 15px;
}
#filters .search-select-trigger::after {
	right: 15px;
}
#filters .search-box input,
.contact_form_input_container input[type=text] {
	width: 100%;
	height: 40px;
	padding: 10px 20px;
}
#filters .filterCheckbox input[type=checkbox] { width: auto; height: auto; }
.contact_form_input_container textarea{
	padding: 10px 20px;
	width: 100%;
}
.contact_form_input_container .vtn-main-dark {
	padding: 20px 30px;
	margin: 0 auto;
}
#filters .search-input.sources,
.contact_form_input_container {
	margin-bottom: 16px;
}
.applyButtonBox { float: right; }
#applyButton, #resetButton {
	float: right;
	padding: 12px 0;
	width: 100% !important;
}
#filterButton {
	margin-bottom: 16px !important;
	padding: 5px;
	width: 100% !important;
	background-color: #505154;
}
#filterButton:hover {
	color: #ffffff;
}
#filtersBox {
	display: none;
	width: 100%;
}
#filtersBox.open {
	display: inline-block;
}
#searchAddress {
	position: relative;
}
#searchAddress a {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #1f2024;
}

.page-id-3230 .section {
	padding-top: 20px;
}

#locations { margin-top: 40px; } 
#locations .location {
	width: 20%;
}
#locations .location a {
	width: 100%;
}
#locations .vtn-main-dark {
	background-color: #505154;
	color: #ffffff;
}
#locations .vtn-main-dark.white {
	background-color: #ffffff;
	color: rgb(31, 32, 36);
}
#locations .vtn-main-dark.white:hover {
	background-color: #505154;
	color: #ffffff;
}
#locations .search-options { z-index: 999; }
#locations .search-option { padding: 0.5rem; }
#locations .search-select { 
	margin-bottom: 0; 
	padding: 0;
}
#locations .search-select-trigger { 
	color: #1f2024; 
	padding: 0; 
	line-height: 30px; 
	font-weight: 400; 
	padding: 0.75rem 1.375rem;
}
#locations .search-select-trigger:active { border: none; }
#locations .search-select-trigger:hover { color: #ffffff; }
#locations .search-select-trigger::after { right: 15px; }

.content-page-main {
  border: 1px solid white;
  width: 100%;
  max-height: 650px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.wide-page img {
	margin-top: 16px;
}
.wide-page .feature-img img { margin-top: 0; }
.wide-page .send-message {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}
.wide-page .send-message .wpcf7-list-item-label {
	font-size: 14px;
}
.wide-page .send-message textarea {
	padding: 10px 20px;
	max-width: 480px;
}

#getValuationForm {
	text-align: center;
}
#getValuationForm input {
	max-width: 743px;
}
#getValuationForm textarea {
	width: 100%;
	max-width: 743px;
	height: 159px;
	padding-top: 10px;
	padding-left: 20px;
}
.getValuationButton {
  width: 274px !important;
  height: 62px !important;
  background-color: #1F2024;
  padding-bottom: 4px;
  margin-top: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #E4E4E4;
  margin-bottom: 34px;
  border-radius: 0.25rem;
}
#getValuationForm .wpcf7-spinner {
	display: none;
}

#main-blog-post { 
	margin-bottom: 50px; 
	position: relative;
}
#main-blog-post .item-details { 
	position: absolute;
	bottom: 40px;
	left: 40px;
	background-color: #ffffff;
	padding: 30px;
	max-width: 400px;
}
#main-blog-post .item-title-main { 
	font-family: "Prata", serif;
}
#main-blog-post .item-category-name { 
	margin-bottom: 15px;
}
#main-blog-post .item-read-more { 
	margin-top: 15px;
}
#main-blog-post .item-read-more a { 
	text-decoration: none;
	color: #212529;
}
.cards-blog-post .blog-item {
	margin-bottom: 25px;
}
.cards-blog-post .item  .item-details {
	border-left: 1px solid #e3e4e5;
	border-right: 1px solid #e3e4e5;
	border-bottom: 1px solid #e3e4e5;
	padding: 20px;
}
.cards-blog-post .item  .item-details  .item-title-main {
	font-size: 1.2rem;
}
.cards-blog-post .item  .item-details  .item-category-name {
	color: #9b9c9d;
	margin-bottom: 10px;
}
.cards-blog-post .item  .item-details  .item-date {
	color: #9b9c9d;
	margin-top: 10px;
}
.tab-pane#stamp {
	text-align: center;
}
.tab-pane#stamp input {
	text-align: center;
	border-radius: 20px;
}
.tab-pane#stamp label {
	display: block;
	font-size: 13px;
	color: #9b9c9d;
	margin: 16px 0 6px;
}
.tab-pane#stamp select {
	display: block;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid #d1d5db;
	background: #fff;
	font-size: 15px;
	color: #0f2a44;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230f2a44' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
	margin-bottom: 16px;
}
.tab-pane#stamp select:focus {
	outline: none;
	border-color: #0f2a44;
}
.tab-pane#stamp .resultValue {
	font-size: 30px;
}

.item a, .item a:hover {
	text-decoration: none;
}
.item-title-main { height: 40px; line-height: 20px; font-size: 15px; }
.item-location { padding: 0 0 10px 12px; font-size: 14px; }
.item-info .col-4 { padding-bottom: 10px; font-size: 14px; color: #555655; }
.item-location .fa-solid { color: #162f4d; }
.item-location span { color: #555655; }
.item:hover .item-title, .item:hover .item-content {
	transform: translateY(0) !important;
}
.place-offers, .property-description-title { color: #2a2a2a; }
.offers-item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
	color: #606160;
}
.offers-item::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1;
	color: #162a41;
	line-height: 22px;
}
.cards-large-property .item-content-price { color: #162f4d; padding-top: 15px; border-top: 1px solid #e0d7c9; font-size: 17px; }
.item:hover .item-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-filter: brightness(100%);
}
.item-image .carousel-item  img {
	height: 267px;
	object-fit: cover;
	border-radius: 30px;
}
.carousel-indicators [data-bs-target] {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255, 0.6);
	border: none;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #fff;
}	

#myTabContent #video #fullScreen, #fullScreenSidebar {
	position: absolute;
	top: 0;
	right: 0;
	color: #222222;
	background-color: #ffffff;
	padding: 5px;
	text-decoration: none;
}
#myTabContent #video #fullScreen:hover, #fullScreenSidebar:hover {
	color: #ffffff;
	background-color: #222222;
}
/*
#fullScreenAdsystem {
	width: 100%;
	padding: 30px;
	margin: 50px auto;
	font-size: 40px;
	color: #ffffff;
	background-color: #1f2024;
	border-radius: .25rem;
	text-decoration: none;
	display: block;
	text-align: center;
}
*/
/*# sourceMappingURL=style.css.map */
#map { min-height: 500px; }
#googleMap { filter: none; }

#transport ul li {
	list-style: none;
}
#transport ul li a {
	text-decoration: none;
	color: #1f2024;
}

.slick-prev::before, .slick-next::before { font-size: 50px; }

.single-property h1 { color: #162f4d; font-size: 38px; }

.property-single-title { max-width: 700px; }
.property-single-title-price { margin-top: 10px; font-size: 24px; font-weight: 700; color: #162f4d; }

a#footerEmail, a#footerEmail:visited {
	color: #ffffff;
	font-size: 1.25rem;
}

.property-single-title-price-text {  
	font-size: 13px;
	margin-top: 3px;
}

.item-content-social-link:first-child { padding-right: 1rem; }

.slick-prev::before, .slick-next::before { color: #505154; }

.page-id-67 .feature-img, .page-id-65 .feature-img  { display: none; }

.property-single-title-share { /*display: none;*/ }


#searchRentBuy {
	position: absolute;
	top: -41px;
	left: calc(50% - 121px);
}
.nav_property .search-box form > div { width: 20%; }
#searchRentBuy .col-sm-6 { padding: 0; }
#searchRentBuy label { 
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #686a70;
	background-color: #686a70;
	border-radius: 0;
	font-size: 20px;
	color: #ffffff;
}
#searchRentBuy label.active { 
	background-color: #ffffff;
	-webkit-transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	transition: color 0.2s, border 0.2s, background-color 0.3s ease-in-out;
	/*-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);*/
	color: rgb(33, 37, 41);
	border: 1px solid #1f2024;
	border-bottom: none;
	font-weight: bold;
}

#filtersBox #searchType {
	margin-bottom: 16px;
}
#filtersBox #searchType label {
	padding: 5px;
	width: 100%;
}
#filtersBox #searchType label.active {
	color: rgb(33, 37, 41);
	background-color: #ffffff;
}

.navigation { text-align: center; }
.navigation li a,
.navigation li.disabled {
    text-decoration:none;
	background-color: #ffffff;
	color: rgb(31, 32, 36);
}
.navigation li {
    display: inline;
}
.navigation li a:hover,
.navigation li a.active {
	color: #ffffff;
	background-color: #505154;
}

.property-single-content-description  a,
.property-single-content-description  a:hover,
.property-single-content-description  a:visited {
	color: #212529;
	text-decoration: none;
}

#wpcf7-f5387-o1, #wpcf7-f5387-o2 { width: 100%; }

.single-new-development h2 { margin-top: 0; }
.single-new-development .section.featured { padding-top: 0; }

#wpcf7-f5387-o1 input#footerSubscribeButton, 
#wpcf7-f5387-o2 input#footerSubscribeButton,
.single-new-development .signup #footerSubscribeButton  {
	background-color: #1f2024;
	color: #ffffff;
	border: none;
	display: block;
	float: right;
	padding: 0.75rem 1.375rem;
	margin-left: 10px;
	width: 25%;
}
#wpcf7-f5387-o1 span.wpcf7-form-control-wrap,
#wpcf7-f5387-o2 span.wpcf7-form-control-wrap,
.single-new-development .signup span.wpcf7-form-control-wrap  {
	display: block;
	float: left;
	width: 70%;
}
#wpcf7-f5387-o1 input.wpcf7-email,
#wpcf7-f5387-o2 input.wpcf7-email,
.single-new-development .signup input.wpcf7-email  {
	padding: 0.75rem 1.375rem;
	line-height: 2;
}
#drift-frame-controller {
	bottom: 67px !important;
	right: -6px !important;
}

#paginationBox {
	position: relative;
}
#perpageBox {
	position: absolute;
	left: 0;
	top: 1px;
}
input#perpage, select#perpage  {
	padding: 13px 10px;
	text-align: center;
	border-radius: .25rem;
	border: 1px solid #000000;
}

#furnitureBox {
	position:relative;
}
#furnitureBox.disabled {
	opacity: 0.3;
}
.disabledDiv { display: none; }
#furnitureBox.disabled .disabledDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
}

.slider-featured .item-slider-content-header, .slider-featured .item-slider-content-header h1, 
.slider-featured .item-slider-content-header div.sliderTitle {
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
  color: white;
}

.homeBannerImage .bannerText {
	position: absolute;
	color: white;
	z-index: 3;
	top: 10%;
	left: 0;
	right: 0;
	width: 100%;
	width: inherit;
}
.homeBannerImage h1 { font-size: 2em; }
.homeBannerImage .item-slider-description-price { font-size: 20px; }
.homeBannerImage {
	width: 100%;
	max-height: 100%;
	height: 728px;
	height: 50vw;
	overflow: hidden;
}
.homeBannerImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeBannerImage .item-slider-thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.homeBannerImage .item-slider-thumb::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: 0%;
  transform: skew(15deg) translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
}
	
@media (min-width: 992px) {
	nav.navbar .navbar-nav .first_level_item .sub-menu {
		min-width: 15rem;
	}
	.slider-featured .slick-dots {
		max-width: 1320px;
		z-index: 1;
	}
}

@media (max-width: 990px) {
	.container { 
		padding-right: var(--bs-gutter-x,1rem);
		padding-left: var(--bs-gutter-x,1rem); 
	}
	h1 { font-size: 2.5rem; }
	h4 { line-height: 1.5rem; }
	
	.get-valuation-form { text-align: center; }
	
	.section { padding-top: 2rem; }
	nav .container { margin: 0 15px; }
	nav.navbar .navbar-nav .first_level_item .sub-menu { left: 17%; }
	
	.slider { height: 92vw; }
	.slider-featured .item-slider-content-header { font-size: 2rem; padding-bottom: 0 !important; }
	.slider-featured .item-slider-content { top: 10%; }
	.slider-featured .slick-next, .slider-featured .slick-prev { display: none !important; }
	.slider, .slider-featured .item-slider { height: 600px; }
	.slider-featured .item-slider-content-description { font-size: 1rem; margin-bottom: 0px !important; }
	.slider-featured .slick-dots { bottom: 82px !important; display: none !important; }
	.slider-featured .item-slider-thumb { max-height: 92vw; height: 92vw; }
	.slider-featured .item-slider-content-header, .slider-featured .item-slider-content-header h1 { font-size: 26px; }
	
	.homeBannerImage { height: 600px; }
	.homeBannerImage .item-slider-thumb { max-height: 92vw; height: 92vw; }
	.homeBannerImage h1 { font-size: 1.8em; }
	.homeBannerImage .item-slider-description-price { display: none; }
	
	.nav_property  { max-height: auto; height: auto; }
	#search-form .col.my-auto { width: 100%; }
	#searchRentBuy {
		position: inherit;
		width: 100%;
	}
	#searchType .col-sm-6 { padding: 0 15px; }
	#searchType label.active { border-bottom: 1px solid #1f2024; }
	#searchMaxBox { margin: 15px 0 !important; }
	#searchMaxTitle { display: none; }
	
	.nav_property .search-box .title { 
		/*display: none;*/ 
		margin-top: 0;
	}
	.search-select.sources { 
		border: 1px solid #b4b4b4; 
		background-color: #ffffff; 
		margin-bottom: 0;
	}
	.search-select.opened .search-options { 
		z-index: 9999; 
		margin-left: -1px;
		margin-right: -1px;
		border-left: 1px solid #b4b4b4;
		border-right: 1px solid #b4b4b4;
	}
	.nav_property { 
		bottom: -180px; 
		height: auto;
		max-height: none;
	}
	.nav_property .search-box form { margin-top: -20px; }
	#search-form .col.my-auto:last-child { width: 100%; padding-bottom: 15px; }
	
	.home .section.featured { padding-top: 190px; } 
	
	.cards-large-team div.mx-auto { margin-bottom: 20px; } 
	
	.section.team .description { padding: 2rem 15px; }
	.section.team .description-about .col { 
		width: 100%; 
		flex: none; 
		padding-bottom: 40px;
	}
	
	.signup .header-title { padding-bottom: 15px; }
	.signup input, .signup a { width: 100%; margin: 10px 0 !important; }
	.signup input { padding: 15px 10px; }
	
	.section-footer .description { font-size: 15px; }
	.section-footer .description .title, .section-footer .description ul:first-child li:nth-child(2) { margin-bottom: 20px; }
	.section-footer .description ul li { line-height: 25px; }
	.section-footer .description ul { padding-bottom: 30px; }
	.section-footer .col { flex: none; }
	.section-footer .col .description .title { margin-bottom: 10px; }
	
	h1 {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
	.header-title { padding-bottom: 1rem; }
	.property-single-gallery-sub { width: 50%; }
	.property-single-gallery-sub:first-child { padding-left: 0; padding-top: 12px; padding-right: 7px; }
	.property-single-gallery-sub:last-child { padding-right: 0; padding-top: 12px; padding-left: 7px; }
	.property-single-content-title-main { margin-top: 30px !important; }
	.property-single-title div { margin-bottom: 15px; }
	
	#myTab .nav-item:last-child { white-space: nowrap; max-width: 100px; }
	#myTab .nav-link { padding: 0.5rem; }
	
	.header-title-main h1 { margin-top: 0 !important; line-height: 110%; }

	.slick-next {
		right: 35px;
		bottom: -82px;
		top: inherit;
	}
	.slick-prev {
		left: 0;
		bottom: -82px;
		top: inherit;
	}
	
	#filters .col85 { width: 66.6%; }
	#filters .col5 { width: 100%; }
	#filters .col5-price { width: 50%; }
	#filters .col5-price.col-4 { width: 33.3%; }
	#locations { 
		margin-top: 0;
		height: 70px;
		overflow: hidden;
		width: max-content;
		padding-bottom: 15px;
	}
	#locations .location { width: auto; padding-left: 5px; padding-right: 5px; }
	#locations .location:first-child { padding-left: 12px; }
	#locations .search-select-trigger::after { right: 7px; }
	.vtn-main { padding: 5px; }
	.section-locations .container { overflow-x: auto; }
	.section-locations { position: relative; }
	.location .search-select { position: static; }
	.page-id-3230 .section { padding-top: 0; }
	#filters .col5-price.applyButtonBox { width: 100%; margin-bottom: 15px !important; }
	#filterButton i { padding: 0 0 0 0.5rem; }
	
	.thinking { margin-top: 20px !important; }
	
	.service-card { min-height: auto; }
	
	#main-blog-post .item-details {
		margin-left: 10%;
		margin-top: -10%;
		position: inherit;
		max-width: 80%;
		z-index: 999;
		bottom: inherit;
		left: inherit;
	}
	
	#contactIcons {
		width: 90%;
		margin-left: 5%;
		margin-top: -2rem;
	}
	#contactIcons .divider-right { border-right: none; }
	#contactIcons .contact-title-sub {
		border-bottom: 1px solid #E3E4E6;
		padding-bottom: 30px;
	}
	#contactIcons .contact-title-sub :last-child { border-bottom: none; }
	#contactIcons .shadow-light { box-shadow: none; }
	#contactForm { margin-top: 20px; } 
	#contactForm textarea { max-width: 100%; }
	
	.property-single-title-share { display: inline-block; }
	.property-single-title-price { 
		inline-size: 250px; 
		margin: 0 auto;
	}
	
	#gallery-view-all {
		position: absolute;
		/*left: calc(50% - 67px);
		bottom: 10px;*/
		top: 0;
		left: 0;
		background-color: #1f2024;
		padding: 7px 10px;
	}
	#gallery-view-all a { line-height: 23px; font-size: 14px; }
	#wpcf7-f5387-o1 input#footerSubscribeButton  { width: 100%; }
	#wpcf7-f5387-o1 span.wpcf7-form-control-wrap { width: 100%; }
	#perpageBox {
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

@media (max-width: 395px) {
	.property-single-title-map i.fa-location-dot { display: none; }
}

#headerCallUs { padding-left: 15px; display: none; }
#headerCallUsDesktop { margin-left: 5px;  } 

.section-footer .description a { color: #ffffff; font-size: 14px; font-family: 'Work Sans'; color: #F4EDE2; }

.contact-title-sub a { text-decoration: none; color: #212529; }

.contact_page_box a { text-decoration: none; color: #1f2024; }

.navbar-brand { padding: 0; }

.fa-angle-left::before, .fa-angle-right::before {
	font-family: "Font Awesome 6 Free";
}


/*** YRT styles ***/
h2 { color: #162F4D; font-size: 40px; line-height: 40px; font-weight: 600; font-family: 'Playfair Display'; }
h3 { color: #162F4D; font-size: 24px; font-weight: 600; font-family: 'Playfair Display'; }
p { color: #555655; font-size: 16px; line-height: 16px; font-weight: 500; font-family: 'Work Sans'; }
.navbar {
  background-color: #162F4D;
}

.hero-link, .stats-link { color: #162F4D; font-size: 16px; line-height: 16px; font-weight: 500; font-family: 'Work Sans'; }

.vtn { border-radius: 20px; }
.vtn-main { padding: 5px 30px; }
.vtn-white { background-color: #ffffff; color: #162f4d; }

nav.navbar .navbar-nav .first_level_item .sub-menu { padding: 1em 2em; border-radius: 1em; }

#navbar-content ul li a { font-size: 14px; text-transform: none; padding: 0; }
#navbar-content ul li a span { padding: 0; font-family: 'Work Sans'; }
#navbar-content ul li ul.sub-menu li a { color: #162F4D !important; margin: 10px 0; }

.home-banner { 
	background: #162F4D url("assets/images/home-banner-bg.png") center bottom no-repeat;
    padding: 50px 0;
}
.home-banner h1 { color: #ffffff; font-size: 70px; line-height: 1.1em; }
.home-banner h2 { color: #ffffff; font-size: 30px;}
.home-banner p { color: #ffffff; font-size: 24px; line-height: 24px; }
.home-banner ul { padding-left: 0; }
.home-banner ul li, .experienceBanner ul li { float: left; margin: 20px 20px 10px 0; list-style: none; }
.experienceBanner { padding-left: 50px; background-color: #162f4d; border-radius: 20px; margin: 90px 0 30px 0; }
.experienceBanner h2 { color: #ffffff; }
.experienceBanner ul { padding-left: 0; }
.experienceBanner .banner-text { padding-left: 50px; color: #ffffff; }
.experienceBanner .banner-text p { color: #ffffff; }
.experienceHero img { margin-top: -70px; }
.home-banner .cardsCol { width: 180px; float: right; }
.home-banner .homeCard { 
	background-color: #ffffff;
	border-radius: 20px;
	padding: 24px;
	width: 100%;
	max-width: 175px;
	color: #162f4d;
	float: right;
	margin-bottom: 15px;
}
.home-banner .homeCard .title { font-size: 30px; font-weight: bold; font-family: 'Playfair Display'; }
.home-banner .homeCard .desc { font-size: 13px; font-family: 'Work Sans'; }

.section-footer p { color: #ffffff; line-height: 20px; }
.site-footer { background-color: #162F4D; }
.copyright { text-align: center; border-top: 1px solid #ffffff; padding: 24px 0 60px 0; }

.white-banner { margin: 50px 0; }
.white-banner .banner-text {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.white-banner img { width: 100%; }
.white-banner span img { width: auto; }

#personalExpertsImage{
	position:relative;
	display:inline-block;
	max-width:100%;
}
#personalExpertsImage .blue-btn-link{
	position: absolute;
	left: 45%;
	top: 45%;
	width: 38%;
	height: 17%;
	display: block;
}

@media (min-width: 768px) {
	#headerCallUs { display: none; }
}

/*** Homepage slider ***/
.property-slider {
    width: 100%;
    padding: 60px 0;
}
.property-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: transform .3s, opacity .3s;
}
.property-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.property-card .card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,.7));
    color: #fff;
}
.swiper-slide {
    opacity: 0.4;
    transform: scale(.9);
}
.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.property-slider {
    width: 100%;
    padding: 60px 0 80px;
    overflow: visible;
}
.property-slider .swiper-slide {
    width: 340px;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: #000;
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
    transition: transform .45s ease, opacity .45s ease;
}
.property-slider .swiper-slide .property-card-link {
    display: block;
    height: 100%;
    position: relative;
}
.property-slider .swiper-slide .property-image-wrap {
    height: 100%;
    position: relative;
}
.property-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.property-slider .card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    color: #fff;
    font-size: 14px;
}
.property-slider .swiper-slide {
    opacity: .35;
    transform: scale(.9);
}
.property-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
}
.property-slider .swiper-button-prev,
.property-slider .swiper-button-next {
    width: 42px;
    height: 42px;
    color: #1e3557;
}
.property-slider .swiper-button-prev {
    left: calc(50% - 240px);
}
.property-slider .swiper-button-next {
    right: calc(50% - 240px);
}
.property-slider .swiper-pagination {
    bottom: 20px;
}


/*** Homepage stats block ***/
.stats-block {
    max-width: 560px;
    padding: 40px 0;
    color: #1e3557;
    font-family: "Georgia", serif;
}
.stats-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 20px;
}
.stats-text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #5f6368;
    margin-bottom: 36px;
}
.stats-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 32px;
}
.stat-number {
    font-size: 44px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.stat-label {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    color: #5f6368;
}
.stats-link:hover {
    transform: translateX(3px);
}

/*** Home Features ***/
.homeFeatures img { width: auto; }
.homeFeatureItem h3 { margin-top: 8px; }
.homeFeatures .homeFeatureItem { padding: 30px; border-radius: 20px; background-color: #F4EDE2; margin: 0 15px; }
.homeFeatures .homeFeatureItem:first-child { margin-left: 0; }
.homeFeatures .homeFeatureItem:last-child { margin-right: 0; }
.homeFeatures .homeFeatureItem p { font-size: 15px; }

/*** Home Contact ***/
.speakUsBg { background-color: #F4EDE2; padding: 70px 0; }
.speakUs h3 { color: #ffffff; text-align: left; }
.speakUs { background-color: #162F4D; border-radius: 20px; padding: 50px 30px 30px 30px; color: #ffffff; overflow: hidden; }
.speakUs p, .speakUs a { color: #ffffff; text-decoration: none; }
.speakUs > img {
    display: block;
    width: calc(100% + 80px);  /* 40px left + 40px right */
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-top: 20px; /* space above image */
}
ul.contact-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
}
ul.contact-row li {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
}
ul.contact-row li p { margin: 0; font-size: 12px; }
ul.contact-row img {
    width: 18px;
    height: auto;
}

.single-property #homeContact { margin-top: 40px; }

/*** Home Access Card ***/
.access-card {
    width: 520px;
    margin: 40px auto;
}
.access-card h2 {
    color: #082b4f;
    margin-bottom: 10px;
	text-align: left;
}
.access-card .subtitle {
    color: #6f6f6f;
    font-size: 15px;
    margin-bottom: 25px;
	text-align: left;
}
.access-card .tabs,
.propertyButtons .tabs {
    display: inline-flex;
    border: 1px solid #d9d2c6;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}
.access-card .tabs button,
.propertyButtons .tabs button {
    padding: 10px 26px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
}
.access-card .tabs button.active,
.propertyButtons .tabs button.active {
    background: #082b4f;
    color: white;
    border-radius: 30px;
}
.access-card .access-form input,
.access-card .access-form textarea,
.propertyButtons .access-form input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid #d9d2c6;
    margin-bottom: 14px;
    font-size: 14px;
    box-sizing: border-box;
}
.access-card .row,
.propertyButtons .row {
    display: flex;
    gap: 12px;
}
.access-card .row input,
.propertyButtons .row input {
    flex: 1;
}
.access-card .price-field,
.propertyButtons .price-field {
    position: relative;
    flex: 1;
	padding: 0;
}
.access-card .price-field span,
.propertyButtons .price-field span {
    position:absolute;
    right:18px;
    top: 40%;
    transform:translateY(-50%);
    font-size:16px;
    pointer-events:none;
	color: #757575;
}
.access-card .switch-row,
.propertyButtons .switch-row,
.stamp-form .switch-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 24px;
    font-size: 14px;
    color: #333;
}
.access-card .switch,
.propertyButtons .switch,
.stamp-form .switch {
    position: relative;
    width: 36px;
    height: 18px;
}
.access-card .switch input,
.propertyButtons .switch input,
.stamp-form .switch input {
    display: none;
}
.access-card .slider ,
.propertyButtons .slider,
.stamp-form .slider {
    position: absolute;
    inset: 0;
    background: #d9d2c6;
    border-radius: 20px;
}
.access-card .slider::before,
.propertyButtons .slider::before,
.stamp-form .slider::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 2px;
    top: 2px;
    background: white;
    border-radius: 50%;
    transition: 0.3s;
}
.access-card .switch input:checked + .slider ,
.propertyButtons .switch input:checked + .slider,
.stamp-form .switch input:checked + .slider {
    background: #082b4f;
}
.access-card .switch input:checked + .slider::before,
.propertyButtons .switch input:checked + .slider::before,
.stamp-form .switch input:checked + .slider::before {
    transform: translateX(18px);
}
.access-card .submit-btn,
.propertyButtons .submit-btn {
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    border: none;
    background: #082b4f;
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.propertyButtons { padding-top: 30px; text-align: right; }

/*** Get A Valuation page ***/
/* Wrapper */
.valuation-hero {
  padding: 80px 20px;
  background: #ffffff;
}

.valuation-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left content */
.valuation-form h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0f2342;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 30px;
  font-size: 16px;
}

.valuation-form label {
  display: block;
  font-size: 14px;
  margin: 20px 0 8px;
  color: #0f2342;
  font-weight: 600;
}

/* Inputs */
.input-group {
  display: flex;
  gap: 12px;
}

.input-group input {
  flex: 1;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
}

/* Pills */
.pill-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill {
  padding: 10px 16px;
  border-radius: 12px;
  border: none;
  background: #f3ede4;
  font-size: 14px;
  cursor: pointer;
}

.pill.active {
  background: #0f2342;
  color: #ffffff;
}

/* Buttons */
.btn-secondary {
  padding: 14px 24px;
  border-radius: 999px;
  background: #0f2342;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.btn-primary {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  border-radius: 999px;
  background: #0f2342;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* Right image */
.valuation-image {
  border-radius: 28px;
  padding: 30px;
  text-align: center;
}

.valuation-image img {
  max-width: 100%;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .valuation-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .valuation-form h1 {
    font-size: 34px;
  }
}

/* Force full-width section inside Neve */
.valuation-hero {
  width: 100%;
}

.valuation-hero .full-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid layout */
.valuation-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Prevent Neve column stacking */
.valuation-container > * {
  width: 100%;
}

/* Desktop only */
@media (min-width: 992px) {
  .valuation-container {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile fallback */
@media (max-width: 991px) {
  .valuation-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/*** Stamp Duty Calculator ***/
.stamp-hero {
  padding: 80px 20px;
  color: #fff;
}

.stamp-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.stamp-form h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #0f2a44;
  margin-bottom: 20px;
}

.stamp-subtitle {
  font-size: 15px;
  color: #9ca3af;
  margin-bottom: 30px;
}

label {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
  color: #9ca3af;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  width: 100%;
  padding: 14px 44px 14px 16px;
  border-radius: 999px;
  border: none;
  font-size: 15px;
}

.suffix {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 14px;
}

.hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 8px 0 20px;
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.btn-calc {
  margin: 30px 0 0 0;
  width: 100%;
  padding: 16px;
  border-radius: 999px;
  background: #0f2a44;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.calcResult { display: none; }

.total {
  margin-top: 30px;
  text-align: center;
	display: none;
}

.total span {
  display: block;
  font-size: 16px;
  color: #555655;
}

.total #resultStamp {
	font-family: 'Playfair Display';
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #2A2A2A;
}

/* RIGHT IMAGE */
.stamp-image {
  background: #e5e7eb;
  border-radius: 28px;
  padding: 20px;
}

.stamp-image img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .stamp-container {
    grid-template-columns: 1fr;
  }

  .stamp-form h1 {
    font-size: 32px;
  }
}


/*** Property Management page ***/
section { box-sizing: border-box; }
h1,h2,h3 { margin: 0 0 15px; }
.pm-hero {
  color:#fff;
  padding:100px 20px;
  text-align:center;
  background: url("assets/images/pm-hero-bg.png") #0a3454 no-repeat center bottom;
}
.pm-hero p { color: #ffffff; }
.pm-hero-inner { max-width:900px; margin:auto; }
.pm-hero-buttons { margin-top:30px; display:flex; gap:15px; justify-content:center; }
.btn-light {
  background:#fff; color:#0a3454; padding:14px 28px; border-radius:999px; text-decoration:none;
}
.btn-outline {
  border:1px solid #fff; color:#fff; padding:14px 28px; border-radius:999px; text-decoration:none;
}
.pm-story { padding:80px 20px; text-align:center; max-width:900px; margin:auto; }
.story-text { color:#555; margin-bottom:40px; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.stats strong { font-size:32px; color:#0a3454; display:block; }
.pm-work { background:#f6efe6; padding:80px 20px; text-align:center; }
.work-grid {
  max-width:1200px; margin:auto;
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px;
}
.work-card {
  background:#fff; padding:30px; border-radius:20px;
}
.pm-expert { padding:80px 20px; }
.expert-inner {
  max-width:1200px; margin:auto;
  display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;
}
.expert-image img { width:100%; border-radius:20px; }
.pm-cta {
  background:#f6efe6;
  padding:80px 20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  max-width:1200px;
  margin:auto;
}
.cta-left {
  background:#0a3454;
  color:#fff;
  padding:30px;
  border-radius:20px;
}
.cta-left img { width:100%; border-radius:16px; margin-top:20px; }
.cta-left p { color: #ffffff; }
.cta-right input {
  width:100%; padding:14px; margin-bottom:12px; border-radius:999px; border:1px solid #ddd;
}
.cta-right .two { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.cta-right button {
  width:100%; padding:16px;
  background:#0a3454; color:#fff;
  border:none; border-radius:999px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .stats, .work-grid, .expert-inner, .pm-cta {
    grid-template-columns:1fr;
  }
}


.cta-card {
    background: #1f3b5b;          /* navy */
    color: #fff;
    padding: 28px 26px 32px;
    border-radius: 26px;
    width: 320px;                 /* adjust */
    box-shadow: 0 10px 18px rgba(0,0,0,0.18);
    font-family: system-ui, sans-serif;
}
.cta-card h2 {
    font-family: Georgia, serif;  /* serif look */
    font-size: 27px;
    margin: 0 0 10px;
	color: #ffffff;
}
.cta-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #e3e7ed;
    margin-bottom: 22px;
}
.cta-btn {
    display: block;
    text-align: center;
    background: #d9d9d9;
    color: #243b55;
    padding: 16px 18px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}
.cta-btn:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/*** SUCCESS STORES ***/
.property-testimonials{
	display:flex;
	flex-direction:column;
	gap:30px;
}
.pt-card{
	display:flex;
	border-radius:20px;
	overflow:hidden;
	background:#e9e1d7;
}
.pt-image{
	width:50%;
	min-height:260px;
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
}
.sold-ribbon{
	position:absolute;
	top:20px;
	left:-40px;
	width:160px;
	background:#e00;
	color:#fff;
	font-size:18px;
	font-weight:700;
	letter-spacing:2px;
	text-align:center;
	padding:8px 0;
	transform:rotate(-45deg);
	transform-origin:center;
	z-index:10;
	text-transform:uppercase;
	box-shadow:0 2px 6px rgba(0,0,0,.3);
}
.pt-overlay{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:30px;
	color:white;
	background:linear-gradient(
	transparent,
	rgba(0,0,0,0.8)
	);
}
.pt-overlay h3{
	margin:0;
	font-size:26px;
	font-weight:600;
	color:#ffffff;
}
.pt-overlay p{
	margin:5px 0 0;
	color:#ffffff;
}
.sold{
color:#ff4d4d;
}
.pt-content{
	width:50%;
	padding:35px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.pt-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.pt-user{
	display:flex;
	align-items:center;
	gap:10px;
}
.pt-user img{
	width:45px;
	height:45px;
	border-radius:50%;
}
.pt-stars{
	color:#f5b400;
	font-size:18px;
}
.pt-text{
	margin:25px 0;
	color:#555;
	line-height:1.6;
	font-style:italic;
}
.pt-link{
	text-align:right;
	font-weight:600;
	cursor:pointer;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler { border: none; }
.navbar-toggler:focus { box-shadow: 0 0 0 0; }

.homeFindOut { margin: 40px 0 0 0; }

.valuation-success {
    background: #F4F6F8;
    border-radius: 20px;
    padding: 28px 32px;
    margin-bottom: 40px;
    max-width: 600px;
    border-left: 5px solid #1F3B5B;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.valuation-success h3 {
    font-size: 32px;
    font-weight: 500;
    color: #1F3B5B;
    margin-bottom: 12px;
}
.valuation-success p {
    font-size: 18px;
    color: #6B7A8C;
    margin: 0;
    line-height: 1.6;
}

.googleReviews { background-color: #F4EDE2; padding: 40px 0; }

.whatsapp-float{
	position:fixed;
	bottom:20px;
	right:20px;
	width:100px;
	height:auto;
	z-index:9999;
	display:none;
}
.whatsapp-float img{
	width:100%;
	height:auto;
}

footer .site-info .container { position: relative; }
#propertyOmbudsmen { top: 30px; left: 10px; position: absolute; }

/*** Book a Viewing popup form ***/
/* MODAL OVERLAY */
#property-modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.65);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:999999;
	padding:30px;
	box-sizing:border-box;
	overflow:auto;
}
#property-modal.active{
	display:flex;
}
#property-modal .container .row { background-color: #ffffff; border-radius: 20px; }
#property-modal .container .row .col-sm-6 { padding: 0; }
#property-modal .container .row .speakUs { border-radius: 20px 0 0 20px; }
.modal-close{
	position:absolute;
	top: 30px;
	right: 75px;
	font-size:28px;
	cursor:pointer;
	color:#333;
	line-height:1;
	z-index:10;
}

.modal-close:hover{
opacity:0.7;
}

#epc .item-image img { max-width: 50%; }



@media (max-width:768px){
	.whatsapp-float{
		display:block;
	}
}

@media(max-width:768px) {
	p { line-height: 18px; }
	.pt-card{
		flex-direction:column;
	}
	.pt-image,
	.pt-content{
		width:100%;
	}
	
	#headerCallUsDesktop { display: none; }
	.home-banner h1 { font-size: 50px; line-height: 60px; }
	.banner-text { padding-top: 40px; padding-bottom: 40px; }
	.experienceBanner { padding-left: 25px; }
	.experienceBanner .banner-text { padding-left: 0; }
	ul.contact-row { display:inline-block; }
	.access-card { width: 100%; }
	.access-card .row input { flex: none; }
	.section-footer .description ul:first-child li:nth-child(2) { margin-bottom: 0; }

	#headerCallUs { display: none; }
	
	.home-banner { background: none; background-color: #162f4d; padding-bottom: 0px; }

	.experienceHero img { margin-top: 0; }

	.home-banner ul li,
	.experienceBanner ul li {
		float: none;
		width: 100%;
		margin: 8px 0;
	}

	.home-banner ul li .vtn-main,
	.experienceBanner ul li .vtn-main {
		display: block;
		width: 100%;
		text-align: center;
	}

	.homeFeatures .homeFeatureItem {
		margin: 0 0 15px 0;
	}

	#propertyOmbudsmen {
		position: static;
		display: block;
		margin: 0 auto 15px;
	}

	footer .site-info .container {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.copyright {
		width: 100%;
		padding-bottom: 24px;
	}

	.item-info [class*="col-"] {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		font-size: 12px;
		gap: 4px;
	}

	.item-info [class*="col-"] img {
		display: block;
	}

	#floorplan .item-image img {
		width: 100%;
		max-height: none;
	}

	.propertyButtons .tabs {
		display: flex;
		width: 100%;
	}

	.propertyButtons .tabs a {
		flex: 1;
	}

	.propertyButtons .tabs button {
		width: 100%;
	}
}

@media(min-width:1400px) {
	.ti-review-item:last-child { display: none; }
}

/* Mobile dropdown menu */
@media (max-width: 767px) {
	nav.navbar .navbar-collapse {
		background-color: #F4EDE2;
		margin: 0 -1rem;
		padding: 10px 1rem 25px;
		border-top: 1px solid rgba(22, 47, 77, 0.1);
		border-radius: 0 0 20px 20px;
	}

	nav.navbar .navbar-nav {
		width: 100%;
		text-align: center;
		margin: 0 !important;
	}

	nav.navbar .navbar-nav li {
		display: block !important;
		width: 100%;
		justify-content: center;
		padding: 2px 0;
	}

	nav.navbar .navbar-nav li a,
	#navbar-content ul li a {
		color: #162F4D !important;
		text-align: center;
		font-size: 15px;
		padding: 10px 0;
		display: block;
	}

	nav.navbar .navbar-nav li a:hover {
		color: #162F4D !important;
		opacity: 0.7;
	}

	nav.navbar .navbar-nav .first_level_item .sub-menu {
		position: static;
		box-shadow: none;
		background-color: rgba(22, 47, 77, 0.05);
		padding: 0 0 5px;
		border-radius: 0;
		width: 100%;
	}

	nav.navbar .navbar-nav .first_level_item:hover .sub-menu,
	nav.navbar .navbar-nav .first_level_item:focus .sub-menu,
	nav.navbar .navbar-nav .first_level_item:active .sub-menu {
		display: none;
	}

	.get-valuation-form {
		display: none;
	}

	.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
	}

	/* Book a Viewing modal */
	#property-modal {
		padding: 10px 20px;
		align-items: flex-start;
	}

	#property-modal .container {
		width: 100%;
		padding: 0;
	}

	#property-modal .container .row {
		flex-direction: column;
	}

	#property-modal .container .row .col-sm-6:first-child {
		display: none;
	}

	#property-modal .container .row .col-sm-6:last-child {
		padding: 25px 20px !important;
		border-radius: 20px;
	}

	#property-modal .access-card h2 {
		font-size: 1.4rem;
		margin-bottom: 4px;
	}

	#property-modal .access-card .subtitle {
		font-size: 13px;
		margin-bottom: 8px;
	}

	#property-modal .access-form .row {
		gap: 6px;
		margin-bottom: 0;
	}

	#property-modal .access-form input {
		padding: 9px 14px;
		font-size: 13px;
	}

	#property-modal .switch-row {
		margin: 6px 0;
		font-size: 13px;
	}

	#property-modal .access-form .submit-btn {
		padding: 10px;
		font-size: 14px;
	}

	#property-modal .container .row .speakUs {
		border-radius: 20px;
	}

	.modal-close {
		top: 20px;
		right: 25px;
		color: #162F4D;
	}
}

/* ===== Property Testimonials ===== */
.property-testimonials-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #162F4D;
}

.property-testimonial-card {
	background: #f7f5f0;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 16px;
}

.property-testimonial-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.property-testimonial-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #162F4D;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.property-testimonial-name {
	font-weight: 600;
	font-size: 0.95rem;
	color: #162F4D;
	flex: 1;
}

.property-testimonial-stars {
	font-size: 18px;
	line-height: 1;
	color: #f0b429;
}

.property-testimonial-text {
	font-style: italic;
	color: #374151;
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}

