@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*** GENERIC CSS ***/
html,body {
    font-family: "Roboto", sans-serif;
    background: #fff;
}

body {
    font-size: 16px;
    color: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

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

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Italiana", sans-serif;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

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

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

.section-title {
    margin-bottom: 30px;
}

.section-title h6 {
    color: #af8e5e;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.section-title h2 {
    color: #000;
    font-size: 48px;
    letter-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

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

.btn-default {
    position: relative;
    display: inline-block;
    border: 0px;
    font-size: 14px;
    line-height:54px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 20px;
    min-width: 180px;
    border: 2px solid #af8e5e;
    background: #af8e5e;
    color:#fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    text-align: center;
}

.btn-default span {
    position: relative;
    z-index: 1;
}

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

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

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

.btn-default.white:before {
    background: rgba(20, 20, 20, 0.98);
    background: rgba(255,255,255,0.98);
}

/*** SIDEMENU ***/
.menu-btn {
    min-width: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.menu-btn em {
    color: #fff;
    font-size: 13px;
    text-align: justify;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    letter-spacing: .15em;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    height: 2px;
    margin: 7px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 28px;
    /* margin-left: 15px; */
}

.side-menu {
    background: #fff;
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.side-menu.intro {
	left:0px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:30px;
}

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

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#af8e5e;
    border-color: #af8e5e;
}

.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #af8e5e;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.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:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
    border-color: #000;
}

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

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

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

.side-menu ul.navbar-nav>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: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

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

.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}

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

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

.side-menu h4 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.side-menu .contact-list {
    color: #000;
}

.side-menu .contact-list a i {
    background: #af8e5e;
    color: #fff;
}

.side-menu .contact-list a {
    color: #000;
}

.contact-list.black a {
    color: #000;
}

.contact-list.black {
    color: #000;
}

.contact-list.black a i {
    background: #af8e5e;
    color: #fff;
}

section {
    overflow: hidden;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
    overflow: visible;
}

header.fixed {
    position: fixed;
    background: #000 !important;
    padding: 10px 0px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-brand {
    padding: 0px !important;
}

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

.navbar-light .navbar-nav>.nav-item {
    margin: 0px 15px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    padding:0px 0px !important;
    padding-bottom: 3px !important;
    letter-spacing: .15em;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.active>.nav-link {
	color:#fff!important;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.active>.nav-link::before {
    width: 100%;
}

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all .3s;
}

.navbar-light .navbar-nav>.nav-item.logo>a::before {
    display: none;
}

.navbar-light .navbar-nav>.nav-item.logo img {
    max-height: 100px;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

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;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 10px 10px !important;
    
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 1);
    color: #000!important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#fff!important;
    background: #af8e5e;
}

header.home-header .navbar-brand {
    opacity: 0;
    pointer-events: none;
}

header.home-header.fixed .navbar-brand {
    opacity: 1;
    pointer-events: auto;
}

header.home-header .navbar-nav .logo {
    opacity: 0;
    pointer-events: none;
}

header.home-header.fixed .navbar-nav .logo {
    opacity: 1;
    pointer-events: auto;
}


/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 0px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.banner h1 {
    color: #fff;
    font-size: 84px;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.banner .logo {
    max-height: 150px;
    margin-bottom: 20px;
}

.banner .btn-default {
    min-width: 200px;
    margin: 10px 10px;
}

.banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .logo-remax {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 70px;
    z-index: 2;
    filter: invert(9) brightness(3.5);
}


/*** CTAS ***/
.ctas {
    padding: 70px 0px;
}

.cta-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all .2s ease;
    margin-bottom: 30px;
}

.cta-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 76.6%, #000000);
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 1;
}

.cta-box h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    position: relative;
    margin: 0;
    line-height: 1.3;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    transform: translate(0px, 0px);
    color: #ffffff;
    transition: all 500ms ease-in-out;
    pointer-events: none;
    z-index: 5;
    margin-bottom: 20px;
    padding: 0px 26px;
}

.cta-box .img img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transition: all 500ms ease-in-out;
    z-index: 1;
}

.cta-box:hover {
    box-shadow: 16px 16px 25px rgb(0 0 0 / 20%);
}

.cta-box:hover::after {
    background-color: rgba(0, 0, 0, .6) !important;
    background-image: url(../img/logo-white.png) !important;
    background-size: 200px;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
}

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

.cta-box.lg .img img {
    aspect-ratio:  1 / 1.4;
}

/*** ABOUT ***/
.about {
    padding: 80px 0px;
    background-image: linear-gradient(to left, #fff 50%, #af8e5e 0%);
    background-image: linear-gradient(to left, #fff 60%, #101010 0%);
    background-image: linear-gradient(to left, #fff 60%, #101010 0%);
}

.about .section-title {
    position: relative;
    z-index: 2;
}

.about p a {
    color: #af8e5e;
}

.about .space {
    padding-right: 90px;
}

.about .btn-default {
    margin-top: 30px;
}

/*** SERVICESservices ***/
.services {
    padding: 80px 0px 0px 0px;
    overflow: hidden;
}

.services .section-title {
    margin-bottom: 40px;
}

.service-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    border: 1px solid #ccc;
    color: #af8e5e;
    background: #af8e5e;
    background: #000;
    border-radius: 10px;
    position: relative;
    top: 0px;
    transition: all .3s;
    overflow: hidden;
    float: left;
}

.service-box:hover {
}

.service-box:hover .img {
    opacity: .38;
}

.service-box .img {
    display: inline-block;
    width: 100%;
    float: left;
    transition: all .3s;
}

.service-box .img>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .85;
    opacity: .5;
}

.service-box .align {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service-box .icon {
    color: #fff;
    font-size: 44px;
}

.service-box h3 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 10px 0px 10px 0px;
}

.service-box p {
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    opacity: 0;
    display: none;
}

.service-box:hover p {
    opacity: 1;
    height: auto;
    width: auto;
    display: block;
}


/*** PROPERTIES ***/
.properties {
    padding: 80px 0px;
    overflow: hidden;
}

.properties .owl-carousel .owl-stage-outer {
    overflow: visible;
}

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

.property-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.property-box .img img {
    position: relative;
    width: 100%;
    height: 70vh;
    transition: all .3s;
    object-fit: cover;
}

.property-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(190, 176, 158, 0.9);
    background: #af8e5e;
    background: rgba(175, 142, 94, .9);
    background: #101010;
    background: rgba(16, 16, 16,0.9);
    padding: 12px 20px;
    padding-right: 120px;
}

.property-box h3 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 28px;
}

.property-box h3, .property-box p, .property-box h5, .properties .icon {
    color: #fff;
}

.properties .icon {
    position: absolute;
    top: 40%;
    right: 30px;
    font-size: 28px;
}

.properties .center .property-box .img img {
    height: 85vh;
}

.properties .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -85px;
    left: 3vw;
    margin-left: 5px;
    z-index: 4;
}

.properties .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #af8e5e;
    border: 2px solid #af8e5e;
    border-radius: 0px;
    padding-right: 3px !important;
    margin-right: 0px;
}

.properties .owl-theme .owl-nav [class*=owl-].owl-next {
    padding-right: 0px !important;
    padding-left: 2px !important;
}

.properties .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    border-color: #000 !important;
    color: #000 !important;
}

.properties .owl-theme .owl-nav [class*=owl-] i {
    font-size: 28px;
}

.properties .btn-default {
    margin-top: 30px;
    margin-right: 60px;
}


/*** TESTIMONIALS ***/
.testimonials {
    position: relative;
    padding: 80px 0px;
    background: #000;
    background: url(../img/bg-testimonials.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.testimonials:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}

.testimonials .row {
    position: relative;
    z-index: 2;
}

.testimonials .section-title {
    margin-bottom: 60px;
}

.testimonials p {
    color: #fff;
}

.testimonials h3 {
    color: #fff;
}

.testimonials .item {
    padding: 0px 120px;
}

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

.testimonials .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    color: #fff;
    font-size: 55px;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0px;
}

.testimonials .btn-default {
    margin-top: 70px;
}

/*** SOLD MAP ***/
.sold-map {
    padding: 70px 0px 0px 0px;
}


/*** CONTACT FORM ***/
.contact-form {
    padding: 90px 0px;
    background: url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}

.contact-form:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-form .row {
    position: relative;
    z-index: 2;
}

.contact-form .section-title h2 {
    line-height: 1;
    margin-bottom: 25px;
}

.contact-form p {
    color: #fff;
}

.contact-form h6 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-family: "Roboto", sans-serif;
}

.contact-form .btn-default {
    margin-top: 20px;
}

.contact-form .logo {
    max-height: 100px;
}

.form-control {
    background: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    padding: 15px 16px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: #555;
}

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

textarea {
    height: 100px;
    resize: none;
}

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

.contact-form h5 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0px 0 15px;
}

.contact-form .form-check label {
    color: #fff;
}

.contact-form .form-check label a {
    color: #fff;
    text-decoration: underline;
}


/*** SOCIAL MEDIA ***/
.social-media {
    padding: 80px 0px;
}

.social-media .section-title {
    margin-bottom: 40px;
}

.social-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
    background: #000;
}

.social-box img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / .95;
    object-fit: cover;
    transition: all .3s;
    opacity: .8;
}

.social-box:hover img {
    opacity: .5;
}


/*** CONTACT INFO  ***/
.footer {
    padding: 75px 0px;
    background: #000;
}

.footer h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
}

.footer .mtop {
    margin-top: 80px;
}

.footer .link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer .link:hover {
    color: #af8e5e;
    border-color: #af8e5e;
}

.footer p {
    color: #fff;
}

.footer .contact-list.social {
    display: flex;
    justify-content:center;
}

.contact-list {
    margin:15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.contact-list.d-flex {
    gap: 15px;
}

.contact-list li {
    margin: 0px 0px 15px 0px;
    color: #fff;
}

.contact-list li a {
    display: flex;
    gap: 10px;
    color: #fff;
    max-width: max-content;
    align-items: center;
}

.contact-list li a:hover {
    opacity: .5;
}

.contact-list li i {
    background: #af8e5e;
    min-width: 30px;
    min-height: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
}

.footer .logo {
    margin-right: 20px;
}

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

.footer .agency-logo {
    margin-top: 25px;
    display: inline-block;
    filter: invert(9) brightness(3.5);
}

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

/*** COPYRIGHTS ***/
.copyrights {
    background: #101010;
    padding: 25px 0px;
}

.copyrights * {
    color: #fff;
}

.copyrights img {
    max-height: 50px;
    margin-left: 5px;
}


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

.page-banner h1 {
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*** PROPERTIES INNER ***/
.properties.inner .item {
    margin-bottom: 30px;
}

/*** BUYSELL FORM ***/
.buysellform {
    padding: 80px 0px;
    background: #000;
}

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

.buysellform .form-control {
    padding: 16px 20px;
    font-size: 14px;
    color: #333;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.buysellform .form-control:focus {
    box-shadow: none;
    background-color: #ffffff;
}

.buysellform .form-control::placeholder {
    color: #333;
}

.buysellform textarea.form-control {
    height: 130px;
    resize: vertical;
}

.buysellform select.form-control {
    appearance: auto;
}

.buysellform .btn-default {
    margin-top: 20px;
}

/*** INFO SMALL ***/
.info-small {
    padding: 80px 0px;
    background: #fff;
}

.info-small .section-title {
    margin-bottom: 30px;
}

.info-small p {
    margin-bottom: 20px;
}

.info-small .section-title {
    margin-bottom: 0px;
}



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

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

mw-calc-section {
	padding:35px 30px !important;
}

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

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

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

#calculate_lt:hover {
	color: #fff !important;
    background: #af8e5e !important;
    border-color: #af8e5e !important;
    opacity: .5 !important;
}

.mw-calc-table > tbody > tr.active {
    border-color: #af8e5e !important;
}

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


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

.evaluation-box .section-title h2 {
}

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

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

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

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0% 100%);
    clip-path: none;
}

.evaluation-box .btn-default.bordered span {
    font-size: 12px;
    letter-spacing: .5px;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #af8e5e;
    border-color: #af8e5e;
    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: #fff;
}

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

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

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); 
    margin-bottom: 25px; 
}

.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: 18px;
    border-radius: 0px;
    color: #fff;
    border-color: #fff;
    height: 50px;
    color: #000;
}

.evaluation-box .form-control::-webkit-input-placeholder {
    color: #000;
    border-color: #fff;
}

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


input.wpcf7-form-control.wpcf7-not-valid{
	border: 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;
}


/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output,  {
	background: #f6f4ee; /* soft beige or light neutral background */
	color: #0a3a2a; /* elegant dark green accent */
	border: 2px solid #0a3a2a;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	background: #fdf2f2; /* soft red background */
	color: #8b0000; /* deep red text */
	border: 2px solid #e63946; /* elegant red border */
	padding: 1rem 1.5rem;
	border-radius: 12px;
	font-family: 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	max-width: 500px;
	margin: 1.5rem auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
	color: #e63946; /* red accent for field warnings */
	font-size: 14px;
	margin-top: 4px;
	font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.otgs-development-site-front-end{
	display:none;
}


/**/
.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}
 
.modal.guide .modal-content {
    border-radius: 0px;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide .form-control {
    background: none;
    border-radius: 0px;
    padding: 0px 15px;
    margin-bottom: 18px;
    height: 55px;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border: 1px solid #000;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}
 
.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
 
.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}
 
.modal.guide .modal-dialog {
    max-width: 600px !important;
}
 
.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
 
.contact-form .form-check>span {
    display: inline-block;
    width: 100%;
    position: relative;
}
 
.contact-form .form-check input {
    margin-left: 0;
    position: absolute;
    top: 3px;
    left: -23px;
    width: 20px;
    height: 20px;
}
 
.buysellform h4 {
    color: #fff;
}
 
/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button,
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
    outline: 0px;
    padding: 0px 20px !important;
    font-size: 14px;
    line-height: 54px !important;
    border-radius: 0px;
    border: 2px solid #af8e5e;
    background: #af8e5e;
    transition: all .3s ease-in;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    min-width: 180px;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.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;
    color: #fff;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}
 
.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}
 
input[type="submit"], button[type="submit"] {
    transition: all .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}
 
span.wpcf7-list-item {
    margin: 0px;
}


 