@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	overflow-x: hidden;
	font-family: "Work Sans", sans-serif;
}

@font-face {
	font-family: 'BrittanySignature';
	src: url('../fonts/BrittanySignature.eot');
	src: url('../fonts/BrittanySignature.eot') format('embedded-opentype'),
		url('../fonts/BrittanySignature.woff2') format('woff2'),
		url('../fonts/BrittanySignature.woff') format('woff'),
		url('../fonts/BrittanySignature.ttf') format('truetype'),
		url('../fonts/BrittanySignature.svg#BrittanySignature') format('svg');
}

@font-face {
	font-family: 'HiguenSerif';
	src: url('../fonts/HiguenSerif.eot');
	src: url('../fonts/HiguenSerif.eot') format('embedded-opentype'),
		url('../fonts/HiguenSerif.woff2') format('woff2'),
		url('../fonts/HiguenSerif.woff') format('woff'),
		url('../fonts/HiguenSerif.ttf') format('truetype'),
		url('../fonts/HiguenSerif.svg#HiguenSerif') format('svg');
}

a {
	transition: all ease .5s;
	color: #fff;
	cursor: pointer;
}

button {
	transition: all ease .5s;
}

a:hover {
	color: #fff;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	box-shadow: none;
	border: none;
	padding: 0
}

button:focus {
	box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Playfair Display", serif;
}

p {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6;
}

p:last-child {
	margin-bottom: 0;
}

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

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
	color: #fff;
}

.section-title h2 {
	color: #332311;
	font-size: 45px;
	letter-spacing: 0px;
	font-weight: 400;
	line-height: 1;
}

.section-title h2 span {
	color: #c5b9a2;
	font-family: 'BrittanySignature';
}

.section-title h6 {
	font-family: 'BrittanySignature';
	color: #c5b9a2;
	font-size: 30px;
	margin-bottom: 15px;
}


.navbar-brand {
	position: relative;
	transition: all .3s cubic-bezier(.4,0,.2,1);
	padding-left: 5px;
}

.navbar-brand img {
	max-height: 100px;
}

.navbar-brand .logo img {
	max-height: 70px;
}

.navbar-area {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px
}

.header.fixed .menu-btn {
	top: 21px;
}

.menu-btn {
	display:inline-block;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.menu-btn span {
	height: 3px;
	width: 100%;
	background:#fff;
	display: inline-block;
	margin: 3px 0px;
	float: right;
	transition: all .3s;
	border-radius: 3px;
}

.menu-btn div {
	display: inline-block;
	min-width: 37px;
}

.menu-btn span:nth-child(2) {
	width: 75%;
}

.menu-btn span:last-child {
	width: 55%;
}

.side-menu {
	position:fixed;
	right: -100%;
	width: 33.33%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:999999;
	overflow: hidden;
}

.side-menu .bgblack {
	height: 100vh;
	background: #fff;
	padding: 30px 20px 0px 35px;
	overflow: hidden;
	overflow-y: scroll;
}

.side-menu .img img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.side-menu.intro {
	right:0;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
	margin-bottom: 10px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	width:100%;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	padding: 16px 12px 16px 20px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
	color: #000;
	transition: 0.2s all;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition-property: transform, opacity, color;
	transition-duration: 0.55s, 0.55s, 0.3s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
	border-bottom: 1px solid #0000001a;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	color: #000;
	font-weight: 600;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
	color: #000;
	font-weight: 600;
}

a.menu-btn.active {
	/* opacity: 0;
	pointer-events: none; */
	z-index: 999;
	position: absolute;
	top: 36px;
	right: 5px;
}

a.menu-btn.active span {
	background: #000 !important;
}

.side-menu .menu-btn {
	display: none;
}

.side-menu.intro .menu-btn {
	display: inline-block;
}

a.menu-btn.active span:nth-child(2) {
	opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
	transform: rotate(-45deg);
	position: relative;
	top: 14px;
}

a.menu-btn.active span:last-child {
	transform: rotate(45deg);
	width: 100%;
	position: relative;
	top: -4px;
}

a.menu-btn.active span:last-child {
	width: 100%;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 27px;
	top: 50%;
	transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 34px;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 50%;
	transform: translate(0px, -50%);
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
	content: "\f068";
}

.side-menu li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #f5f5f5;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item>a,
.side-menu ul.main-menu li ul.sub-menu li.active>a  {
	background: #000 !important;
	color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
	padding: 7px 12px 11px 70px;
	font-size: 17px;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu li {
	margin: 0;
	padding: 0;
}


/**/
.main-nav {
	position: relative;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 0;
}

.main-nav .navbar {
	transition: all ease .5s;
	z-index: 2;
	position: unset;
	padding: 0
}

.main-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
	justify-content: center;
	align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding: 10px 20px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
	letter-spacing: .5px;
	padding: 7px 10px;
	font-size: 21px;
	position: relative;
	color: #fff;
	transition: .3s linear;
	font-family: "Playfair Display", serif;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	transition: .3s linear;
	bottom: 0;
	left: 0;
	background: #fff;
	margin: 0;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
	padding-right: 18px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
	content: "";
	font-family: IcoFont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	line-height: 1;
	font-size: 17px;    
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	border: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item .nav-link.active {
	color: #fff;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
	margin-left: 0
}

.main-nav .nav-right-options .social {
	margin-right: 15px;
	z-index: 1;
	color: #fff;
	text-decoration: none;
}

.main-nav .nav-right-options .social i {
	text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
	border-radius: 0;
	background: #7c4296;
	padding: 20.5px 25px;
	background-color: #ffbe17 !important;
	color: #1e1e1e !important;
	padding: 10px 28px !important;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .15em;
	font-weight: 400;
}

.btn-default {
	max-width: 100%;
	font-size: 15px;
	line-height: 1.3;
	padding: 20px 22px;
	font-weight: 500;
	border-radius: 5px;
	font-family: "Playfair Display", serif;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.4s all ease;
	text-align: center;
	background: transparent;
	display: inline-block;
	min-width: 230px;
}

.btn-default:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}

.btn-default.white {
	color: #fff;
	background: none;
	border-color: #fff;
}

.btn-default.white:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}

.btn-default.white-fill {
	border-color:#fff;
	background: #fff;
	color: #000;
}

.btn-default.white-fill:hover {
	background: none;
	color: #fff;
}


.main-nav .nav-right-options .main-btn:hover {
	background: #fff !important;
	color: #000!important;
}

.mobility-single-item {
	background-color: #fcfcfc;
	padding: 30px 40px;
	margin-bottom: 25px
}

.mobility-single-item h3 {
	margin-bottom: 0;
	margin-left: 30px;
	font-size: 22px;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header.fixed {
	position: fixed;
	z-index: 999;
	padding: 0px 0px;
	background: #332311;
	background: #4f3e2d;
}

.header.fixed .navbar-brand {
	bottom: 0px;
}

.main-nav .navbar ul {
	padding-right: 50px;
}

.header .navbar-brand .logo {
	/* display: none; */
	color: #fff;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	font-family: 'HiguenSerif';
	font-size: 60px;
	position: relative;
	top: -9px;
}

.header.fixed .navbar-brand .logo {
	display: block;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
	color: #000;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
	width: 100%;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header.fixed .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
	color: #000;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
	color: #fff !important;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0px;
	z-index: 9;
	overflow: visible;
	transition: all .3s;
	/* border-bottom: 1px solid #6c5d49; */
}

a, .fa {
	text-decoration: none;
	cursor: pointer;
}


.navbar-expand-lg .navbar-nav>.nav-item {
	position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu {
	opacity: 1;
	pointer-events: all;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	opacity: 0;
	background-color: #000;
	padding: 5px 0;
	transition: transform .4s;
	display: block;
	border: none;
	pointer-events: none;
	border-radius: 0;
	min-width: 254px;
	text-align: center;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link {
	display: inline-block;
	width: 100%;
	color: #fff !important; 
	white-space: nowrap;
	font-weight: 500;
	text-transform: inherit;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-decoration: none !important;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a {
	color: #fff !important;
	background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu .active>a.nav-link {
	background: #fff !important;
	color: #000 !important;
}

/*** banner ***/
.banner {
	padding: 0px 0px 00px 0px;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.banner::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background: rgba(105, 89, 69, .4);
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.banner .stars {
	color: #c5b9a2;
	color: #c5b9a2;
	margin-bottom: 25px;
	font-size: 17px;
	display: inline-block;
}

.banner .stars i {
	margin: 0px 1px;
}

.banner .btn-default {
	color: #c5b9a2;
	border-width: 1px;
	margin-top: 20px;
	color: #fff;
	background: #c5b9a2;
	border-color: #c5b9a2;
	min-width: 200px;
	margin-top: 35px;
}

.banner .btn-default:hover {
	color: #fff;
	background: none;
	border-color: #fff;
}

.h-100vh {
	height: 100vh;
}

.banner .pbs {
	padding-top: 60px;
}

.banner h1 {
	color: #fff;
	font-family: 'HiguenSerif';
	font-family: "Playfair Display", serif;
	font-size: 57px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 20px;
}

.banner h3 {
	color: #fff;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.banner h6 {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: uppercase;
	opacity: .98;
}

.zindex  {
	position: relative;
	z-index: 99;
}

#myVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;	
	right: 0;
}

#myVideo2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;	
	right: 0;
}

.btn-close {
	position: absolute;
	right: -35px;
	top: -16px;
	color: #fff;
	font-weight: 300;
	opacity: 1;
	font-size: 36px;
	background: none;
	padding: 0;
}

/*** about ***/
.about {
	padding: 70px 0px;
}

.about .section-title {
	border-bottom: 2px solid #000;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 40px;
}

.about .section-title span {
	margin-right: 25px;
}

/*** ctas ***/
.ctas {
	position: relative;
	overflow: hidden;
	background: url(../images/bg-cta.png) 50% 71% no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.ctas::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background: #332311;
	background: rgba(105,89,69,.7);
	z-index: 1;
}

.ctas .container {
	position: relative;
	z-index: 9;
}


/*** properties ***/
.properties {
	margin-top: 0px;
	position: relative;
	z-index: 2;
	padding: 40px 0px;
}

.properties .section-title {
	margin-bottom: 20px;
}

.properties .section-title h2 {
	font-size: 64px;
	line-height: 1;
	margin-top: 40px;
}

.properties .section-title h2 span {
	font-size: 37px;
}

.properties .section-title .btn-default {
	color: #332311;
	background: none;
	border-color: #332311;
	border-width: 1px;
	margin-top: 20px;
}

.properties .section-title .btn-default:hover {
	color: #fff;
	background: #332311;
	border-color: #332311;
}

.listing-box {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.listing-box::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	background: linear-gradient(0deg, rgba(105,89,69,1), rgba(255,255,255,0)); 
}

.listing-box .img img {
	position: relative;
	transition: all .3s;
}

.listing-box:hover .img img {
	transform: scale(1.1);
}

.listing-box .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px;
	/* background: rgba(105,89,69,.7); */
	z-index: 9;
}

.listing-box h6 {
	color: #fff;
	font-size: 18px;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 0;
}

.listing-box h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
}

.listing-box .plus {
	color: #fff;
	font-size: 25px;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.properties .owl-theme .owl-nav [class*=owl-].disabled {
	display: none;
}

.properties .owl-theme .owl-nav [class*=owl-] {
	background: none !important;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-prev {
	position: absolute;
	top: 40%;
	left: 5px;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
	position: absolute;
	top: 40%;
	right: 5px;
}

/*** social-media ***/
.social-media {
	background: #F2EFE9;
	padding: 50px 0px;
}

.social-link {
	margin-right: 10px;
}

.social-link img {
	max-width: 50px;
}

.social-media .section-title h2 {
	display: inline-block;
	position: relative;
	padding-left: 12px;
	margin-bottom: 60px;
}

.social-media .section-title h2:after {
	content: '';
	width: 125px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 29px;
	left: 0px;
}

.social-media .section-title h2 span {
	color: #fff;
	float: right;
	position: relative;
	top: 12px;
	right: -45px;
}

.social-media .owl-theme .owl-nav [class*=owl-].disabled {
	display: none;
}

.social-media .owl-theme .owl-nav [class*=owl-] {
	background: none !important;
}

.social-media .owl-theme .owl-nav [class*=owl-].owl-prev {
	position: absolute;
	top: 40%;
	left: -30px;
}

.social-media .owl-theme .owl-nav [class*=owl-].owl-next {
	position: absolute;
	top: 40%;
	right: -30px;
}

.social-media .owl-item img {
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
}

.social-media .owl-theme .owl-nav {
	margin-top: 0px;
}



/*** contactform ***/
.contactform {
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}

.contactform:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .85;
}

.contactform .bg {
	padding: 70px 50px;
}

.contactform .section-title {
	margin-bottom: 50px;
}

.contactform .section-title h2 {
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 60px;
}

.contactform .section-title h2 span {
	color: #fff;
}

.contactform .social p {
	display: flex;
	align-items: center;
}

.contactform .social p a:hover {
	color: #beb49f !important;
}

.contactform .social p i {
	background: #beb49f;
	color: #332311;
	min-width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
}

select option {
	color: #000;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}

.form-control {
	background: none;
	border-radius: 0;
	height: 60px;
	font-size: 18px;
	font-weight: 400;
	border: none;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding: 15px 0px;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #fff;
}

.form-control:focus {
	color: #fff;
}

textarea.form-control {
	height: 190px;
	padding: 15px 0px;
}

.contactform .btn-default {
	background: #fff;
	color: #000;
}

.contactform .btn-default:hover {
	background: none;
	color: #fff;
}



/*** FOOTER ***/
.footer {
	padding:85px 0px 0px 0px;
	background: #332311;
	background: #4f3e2d;
}

.footer .logo {
	margin: 30px 0px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Playfair Display", serif;
	font-family: 'HiguenSerif';
	font-size: 157px;
	line-height: .25;
}

.footer .logo span {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
}

.footer .logo img {
	max-height: 90px;
}

.footer .links li {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}

.footer .links li a {
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.3s all ease;
}

.footer .links li a:hover {
	color: rgba(255,255,255,1);
}

.footer .links li:last-child {
	margin: 0;
}

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

.footer h3 {
	margin-bottom: 25px;
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 20px;
}

.footer p {
	color: rgba(255,255,255,.9);
	letter-spacing: 0;
	font-size: 14px;
}

.footer .socials li {
	display: inline-block;
	margin-right: 12px;
	padding: 0px;
	list-style: none;
}

.footer .socials li a img {
	max-width: 15px;
	filter: invert(1);
	transition: all .3s;
	margin-top: -2px;
}

.footer .socials li a:hover img {
	filter: invert(0);
}

.footer .socials li a {
	display: inline-block;
	color: #fff;
	text-align: center;
}

.footer .socials li:hover a {
	color: #000;
}

.contact-info a {
	color: rgba(255,255,255,.9);
}

.contact-info {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	color: rgba(255,255,255,.9);
}

.contact-info:hover a,
.contact-info:hover i {
	color: #fff;
}

.contact-info>i {
	margin-top: 0px;
	margin-right: 8px;
	color: #fff;
	color: rgba(255,255,255,1);
	font-size: 17px;
	text-align: center;
	min-width: 24px;
}

.footer .copy p {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer .copy p a:hover {
	opacity: .7;
}

.footer .copy img {
	max-height: 50px;
	margin-left: 4px;
}


/*** page-banner ***/
.page-banner {
	height: 45vh;
	padding-top: 60px;
}

.page-banner h1 {
	color: #fff;
	margin: 0px;
	font-size: 45px;
}

.properties.inner {
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 3px;
}


.about .social {
	padding-bottom: 40px;
}

.about .btn-default {
	color: #332311;
	background: none;
	border-color: #332311;
	border-width: 1px;
	margin-top: 20px;
}

.about .btn-default:hover {
	color: #fff;
	background: #332311;
	border-color: #332311;
}

.about .social p {
	display: flex;
	align-items: center;
}

.about .social p a {
	color: #000;
}

.about .social p a:hover {
	color: #beb49f !important;
}

.about .social p i {
	background: #beb49f;
	color: #332311;
	min-width: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}


/*** contactform ***/
.contactform.inner {
	background: none !important;
	background-size: cover;
}

.contactform.inner .bg {
	background: none;
	background-size: cover;
	background: #332311;
	backdrop-filter: 0;
}

.contactform.inner .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.contactform.inner .socials li {
	display: inline-block;
	margin-right: 12px;
	padding: 0px;
	list-style: none;
}

.contactform.inner .socials li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.contactform.inner .socials li:hover a {
	color: #beb49f;
}

.contactform.inner .socials li {
	display: inline-block;
	margin-right: 12px;
	padding: 0px;
	list-style: none;
}

.contactform.inner .socials li a img {
	max-width: 15px;
	filter: invert(1);
	transition: all .3s;
}

.contactform.inner .socials li a:hover img {
	opacity: 0.6;
}



/*** FREE HOME EVALUATION ***/
.evaluation-box {
	padding: 75px 0px;
	position: relative;
	background-color: #fff;
	color: #000;
}

.evaluation-box .bg-form {
	padding:75px 50px;
	background: #332311;
}

.evaluation-box h2, .evaluation-box h6 {
	color: #ffffff;
}

.evaluation-box h6 {
	font-family: 'BrittanySignature';
	font-size: 20px;
}

.evaluation-box h2 {
	margin-bottom: 30px;
}

.evaluation-box label {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
	width: 100%;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0px;
	padding: 25px 0px;
	font-weight: 400;
	background: none;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
	background: #beb49f;
	border-color: #beb49f;
	color: #fff;
}

.evaluation-box .btn-default.active {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.evaluation-box .btn-default.active:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.evaluation-box .btn-default.bordered:before, .evaluation-box .btn-default.bordered:after {
	display: none;
}


.evaluation-box fieldset.active {
	display: block;
}

.evaluation-box .navigate-btns {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.evaluation-box p {
	color: #ffffff;
}

fieldset#StepOne .navigate-btns {
	justify-content: end;
}

.evaluation-box .checkbox-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; /* Ensure items wrap when needed */
}

.evaluation-box .checkbox-group label {
	flex: 0 1 calc(50% - 10px); /* Each item takes 50% width minus a small margin */
	margin-bottom: 25px; /* Adds spacing between rows */
}

.evaluation-box input[type="checkbox"] {    
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
}

.evaluation-box .form-control {
	margin-bottom: 15px;
	font-size: 16px;
}

.evaluation-box .form-control::placeholder {
}

.evaluation-box .form-control:focus {
	outline: 0;
	box-shadow: none;
}

.evaluation-box textarea.form-control {
	height: 120px;
	resize: none;
}

.evaluation-box .section-title {
	display: inherit;
}




/*** buy-sell ***/
.about.buy-sell .btn-default:hover {
	color: #fff;
	background: #332311;
	border-color: #332311;
}

.about.buy-sell .btn-default {
	color: #332311;
	background: none;
	border-color: #332311;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about.buy-sell p:last-child {
	margin-bottom: 40px;
}

.about.buy-sell p a {
	color: #332311;
}

.about.buy-sell p a:hover {
	color: #000;
}

.buysellform {
	padding:100px 0px;
	overflow: hidden;
	position: relative;
}

.buysellform .section-title {
	margin-bottom: 25px;
}

.buysellform .bg-form {
	padding: 80px 50px;
	background: rgba(105, 89, 69, .7);
	padding: 70px 50px;
	backdrop-filter: blur(18px);
}

.buysellform .form-control {
	border: 1px solid #ccc !important;
	background: #fff !important;
	border: 0px;
	border-radius: 0px;
	color: #000 !important;
	margin-bottom: 15px;
	height: 50px;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.6;
}

.buysellform .form-control::placeholder {
	color: #000 !important;
}

.buysellform .form-control:focus {
	background: #fff;
	color: #000 !important;
	outline: 0;
	box-shadow: none;
}

.buysellform textarea.form-control {
	height: 120px;
	resize: none;
}

.buysellform h4 {
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
}

select.form-control {
	appearance: auto;
}

.info-small {
	overflow: hidden;
	padding: 80px 0px;
	background-color: #fff;
}

.info-small .btn-default:hover {
	color: #fff;
	background: #332311;
	border-color: #332311;
}

.info-small .btn-default {
	color: #332311;
	background: none;
	border-color: #332311;
	border-width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*** Calculator info ***/
.calc-info {
	padding: 70px 0px;
	overflow: hidden;
	background-color: #fff;
}

mw-calc-panel-body, mw-calc-section {
	background:#332311 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
    padding: 50px 50px;
}

mw-calc-label {
	color: #fff !important;
	font-weight: 300 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
	color: #332311 !important;
	background: #fff !important;
}

#calculate_lt:hover {
	color: #332311 !important;
	background: #fff !important;
}

.mw-calc-table > tbody > tr.active > td {
	background: #332311 !important;
	color: #fff !important;
}


section.about.innerpages{
	padding:70px 0px;
}

section.about.innerpages p a{
	color: #c5b9a2;
}
input.wpcf7-form-control.wpcf7-not-valid{
	border-bottom: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link {
	color: #fff !important;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
	width: 100%;
}

.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link:after,
.navbar-light .navbar-nav .nav-item.current-menu-parent>.nav-link:after {
	width: 100%;
}

.side-menu ul.main-menu>li.current-menu-item>a {
	color: #000;
	font-weight: 600;
}

/**/
.evaluation-box .cf7mls_next.action-button, .evaluation-box .cf7mls_back.action-button, .evaluation-box .action-button {
	line-height: 1.3;
	font-size: 15px;
	padding: 20px 22px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	transition: all .3s;
	opacity: 1 !important;
	letter-spacing: 0;
	min-width: 230px;
	font-family: "Playfair Display", serif;
	text-transform: none;
}

.evaluation-box .cf7mls_next.action-button:hover, .evaluation-box .cf7mls_back.action-button:hover, .evaluation-box .action-button:hover {
	background: #fff;
	color: #000 !important;
	border-color: #fff !important;
}

.evaluation-box .navigate-btns button[type="submit"] {
	margin-left: auto;
}

.footer .copy p:last-child {
	margin-top: 0;
}

.footer .copy p:first-child {
	margin-bottom: 0;
}

.footer .socials li a img {
	filter: none;
}

.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.evaluation-box .checkbox-group .wpcf7-list-item {
	flex: 0 1 calc(50% - 10px);
	margin: 0px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
	margin: 0;
}
.form-banner {
    position: relative;
    z-index: 3;
    margin-top: -60px;
}
 
.form-banner .bg {
    background-color: #1E1E1E;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #4f3e2d;
    margin-bottom: 0px;
    padding: 35px 15px;
}
 
.form-banner .btn-default {
    min-width: 100%;
    margin: 7px 0px;
    border-color: #4f3e2d;
    border-width: 1px;
    padding: 20px 10px;
}
 
.form-banner .btn-default:hover {
    color: #fff;
    background: #4f3e2d;
    border-color: #4f3e2d;
}
.socials-main {
    position: fixed;
    left: 40px;
    z-index: 999;
    top: 0%;
    height: 100%;
}
 
.socials-main ul {
    margin: 0px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 60px;
}
 
.socials-main li {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    list-style: none;
}
 
.socials-main li:last-child {
    margin: 0;
}
 
.socials-main li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 40px;
    border: 1px solid #beb49f;
    color: #beb49f;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #fff;
}

.socials-main li a img {
    filter: none;
}
 
.socials-main li img {
    max-height: 28px;
    max-width: 25px;
}
 
.socials-main li a:hover {
    background: #332311;
    color: #fff;
    border-color: #332311;
}
 
.socials-main li a:hover i {
    color: #fff;
}
 
.socials-main li a:hover img {
    filter: none;
}
 
 
 
.section-title h2,
.section-title h2 span,
.section-title h6 {
    font-family: 'HiguenSerif';
	font-family: "Playfair Display", serif;
}
 
.about .section-title span {
    margin-right: 0px;
    font-family: 'HiguenSerif';
	font-family: "Playfair Display", serif;
}
.testimonials {
    padding: 80px 0px 40px 0px;
}

.testimonials .section-title {
    border: none;
    margin-bottom: 50px;
}

.testimonials p {
    font-size: 16px;
}

.testimonials .owl-theme .owl-nav {
    margin: 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -25px;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}
.testimonials .btn-default {
    color: #332311;
    background: none;
    border-color: #332311;
    border-width: 1px;
    margin-top: 20px;
}

.testimonials .btn-default:hover {
    color: #fff;
    background: #332311;
    border-color: #332311;
}

.aboutsmall {
    padding-bottom: 50px;
    padding-top: 50px;
}

.navbar-light .navbar-nav .menu-item-has-children>a {
    position: relative;
    padding-right: 15px !important;
}
 
.navbar-light .navbar-nav .menu-item-has-children>a::before {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 23px;
    right: 0;
    font-size: 15px;
}
 
.navbar-nav li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 
.navbar-nav li.menu-item-has-children ul.sub-menu {
    min-width: 255px;
    width: 100%;
    padding: 0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0;
}
 
.navbar-nav li.menu-item-has-children>ul.sub-menu>li {
    padding: 0 !important;
}
 
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li>a.nav-link {
    background: #c5b9a2;
    margin-top: 1px;
    font-size: 18px;
    padding: 7px 15px;
}
 
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li>a.nav-link:after {
    display: none;
}
 
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.current_page_item >a.nav-link {
    background: #fff !important;
    color: #000 !important;
}
 
.aboutsmall .section-title {
    margin-bottom: 30px;
}
 
.aboutsmall p {
    margin-bottom: 60px;
}
 
.aboutsmall img {
    margin-bottom: 30px;
	filter: brightness(0) saturate(100%) invert(22%) sepia(6%) saturate(2637%) hue-rotate(348deg) brightness(97%) contrast(88%);
}
 
.aboutsmall h4 {
    font-size: 27px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
}
 
.aboutsmall .col-lg-4 p {
    margin-bottom: 20px;
}
 
.testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -25px;
    background: none !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .5);
    border-radius: 50%;
}
 
/**/
.properties .prop-box {
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    transition: all .3s;
    display: inline-block;
    width: 100%;
}
 
.properties .prop-box:hover {
    background: #332311;
    transform: translate(0px, -10px);
}
 
.properties .prop-box img {
    aspect-ratio:1 / 1;
    object-fit: cover;
    margin-bottom: 15px;
}
 
.properties .prop-box h3 {
    color: #000;
    margin-bottom: 20px;
}
 
.properties .prop-box h6 {
    color: #000;
}
 
.properties .prop-box:hover h3, .properties .prop-box:hover h6, .properties .prop-box:hover p {
    color:#ddd;
}
 
.prop-specs-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
 
.properties .prop-spec {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
 
.properties .prop-box:hover .prop-spec {
    color: #fff;
}
 
 .navbar-expand-lg .navbar-nav>.nav-item .sub-menu li>a.nav-link {
    background: #fff;
    margin-top: 1px;
    font-size: 17px;
    padding: 11px 15px;
    text-align: center;
    color: #000;
}
 
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link, .navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.current_page_item >a.nav-link {
    background: #332311 !important;
    color: #fff !important;
}
 
.contactform .social p a {
    display: flex;
    align-items: start;
}
.aboutsmall:before {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 
.aboutsmall {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.header.fixed {
    background: #1E1E1E;
}
 
.footer {
    background: #1E1E1E;
}
 
.section-title h2 span {
    color: #332311 !important;
}
 
.contactform .social p i {
    background: #F2EFE9;
}
 
.navbar-brand .logo img {
    max-height: 48px;
    filter: invert(1) brightness(3);
}
 
.footer .logo img {
    max-height: 58px;
    filter: invert(1) brightness(3);
}
.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color: #F2EFE9 !important;
}
 
.main-nav .navbar .navbar-nav .nav-item .nav-link:after {
    background: #F2EFE9;
}
 
.header.fixed .menu-btn span {
    background: #F2EFE9 !important;
}
 
.footer p, .footer h3, .footer .contact-info, .footer .contact-info a,.footer .contact-info>i, .footer .links li a,.footer .socials li a, .footer .copy p {
    color: #F2EFE9;
}
 
.footer .links li a:hover {
    opacity: .7;
}
 
.footer .contact-info a:hover {
    opacity: .7;
}
 
.footer .socials li a:hover {
    color: #F2EFE9;
    opacity: .7;
}
 
.section-title h2 {
    color: #332311;
}
 
.section-title h6 {
    color: #332311;
}
 
.social-media .section-title h2 span, .social-media .section-title h2{
	color:#332311  !important; 
}

.contactform .section-title h2 span{
	color:#fff !important;
}

.evaluation-box .bg-form {
    background: #332311;
}
 
.about .btn-default,.properties .section-title .btn-default,
.testimonials .btn-default, .info-small .btn-default {
    color: #332311;
    border-color: #332311;
}
 
.about .btn-default:hover,
.properties .section-title .btn-default:hover,
.testimonials .btn-default:hover, .info-small .btn-default:hover {
    color: #fff;
    background: #332311;
    border-color: #332311;
}
 
mw-calc-panel-body, mw-calc-section {
    background: #332311 !important;
}
 
.mw-calc-table > tbody > tr.active > td {
    background: #332311 !important;
    color: #fff !important;
}
 
.mw-calc-table > tbody > tr.active {
    border-color: #332311 !important;
}
.banner h3 {
    font-size: 38px;
}
 
.main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
}
.social-media .section-title h2 {
    font-size: 34px;
}


.contactform .bg{
	background: none;
	 padding: 70px 50px;
	backdrop-filter: inherit;
}

section.contactform {
    background: #F2EFE9 !important;
}
 
section.contactform .section-title h2,
section.contactform .section-title h2 span {
    color: #332311 !important;
}
 
.contactform .bg {
    padding: 0px !important;
}
 
.contactform .social p i {
    background: #fff;
}
 
.contactform .social p a {
    color: #332311;
}
 
.contactform .bg-right {
    background: rgba(255, 255, 255, .5);
    padding: 30px 40px;
    backdrop-filter: blur(18px);
}
 
.contactform .form-control {
    border-color: #000000;
    color: #332311;
}
 
.contactform .form-control::-webkit-input-placeholder {
    color: #332311;
}
 
.contactform .form-control:focus {
    color: #332311;
}
 
.contactform .btn-default {
    color: #fff;
    background: #332311;
    border-color: #332311;
}
 
.contactform .btn-default:hover {
    color: #332311;
    background: none;
    border-color: #332311;
}

.contactform .section-title h2 {
    border-color: #332311;
}
 
.buysellform {
    background: #F2EFE9 !important;
}
 
.buysellform .bg-form {
    backdrop-filter: blur(0px);
    background: #fff;
}
 
.buysellform .btn-default {
    color: #fff;
    background: #000;
    border-color: #000;
}
 
.buysellform .btn-default:hover {
    color: #000;
    background: none;
    border-color: #000;
}
 
.buysellform .section-title h6,
.buysellform .section-title h2 {
    color: #000;
}
 
.buysellform .form-control,
.buysellform .form-control::-webkit-input-placeholder {
    color: #000 !important;
}
 
.buysellform .form-control {
    border-color: #000 !important;
}

/* Single Property Page: Force header background color */
.single-properties .header, 
.single-properties-page .header {
    background: #332311 !important;
}

/* Single Property Page: Card body button style fix */
.single-properties .card-body .btn-default,
.single-properties-page .card-body .btn-default {
    color: #332311 !important;
    border: 1.5px solid #332311 !important;
    background: #fff !important;
}
.single-properties .card-body .btn-default:hover,
.single-properties-page .card-body .btn-default:hover {
    background: #332311 !important;
    color: #fff !important;
}

/* Single Property Contact Form Styles */
#contact-modal .form-control,
#schedule-showing-modal .form-control {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #000 !important;
    margin-bottom: 15px;
    height: 50px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.6;
}

#contact-modal .form-control::placeholder,
#schedule-showing-modal .form-control::placeholder {
    color: #666 !important;
}

#contact-modal textarea.form-control,
#schedule-showing-modal textarea.form-control {
    height: 120px;
    resize: none;
}

#contact-modal .wpcf7-submit,
#schedule-showing-modal .wpcf7-submit,
#contact-modal input[type="submit"],
#schedule-showing-modal input[type="submit"] {
    background: #332311;
    color: #fff;
    border: 1px solid #332311;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 15px;
}

#contact-modal .wpcf7-submit:hover,
#schedule-showing-modal .wpcf7-submit:hover,
#contact-modal input[type="submit"]:hover,
#schedule-showing-modal input[type="submit"]:hover {
    background: transparent;
    color: #332311;
}

#contact-modal a,
#schedule-showing-modal a {
    color: #332311;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

#contact-modal a:hover,
#schedule-showing-modal a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Error message styling */
#contact-modal .wpcf7-not-valid-tip,
#schedule-showing-modal .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#contact-modal .wpcf7-response-output,
#schedule-showing-modal .wpcf7-response-output {
    border: 1px solid #dc3545 !important;
    border-radius: 5px;
    padding: 10px !important;
    margin: 20px 0 0 0 !important;
    font-size: 14px;
    color: #dc3545;
}

#contact-modal .btn-default,
#schedule-showing-modal .btn-default {
    background: #332311;
    color: #fff;
    border: 1px solid #332311;
    border-radius: 5px !important;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 15px;
    font-family: "Playfair Display", serif;
}

#contact-modal .btn-default:hover,
#schedule-showing-modal .btn-default:hover {
    background: transparent;
    color: #332311;
}