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

@font-face {
    font-family: "ivymode";
    src: url("https://use.typekit.net/af/408fba/00000000000000007735ce78/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/408fba/00000000000000007735ce78/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/408fba/00000000000000007735ce78/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "ivymode";
    src: url("https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/l?subset_id=2&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/d?subset_id=2&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2b42d0/00000000000000007735ce7b/30/a?subset_id=2&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "Photograph Signature";
    src: url("../fonts/Photograph\ Signature.woff") format("woff2"), url("../fonts/Photograph\ Signature.woff") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

/*** GENERIC CSS ***/
html,body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

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

body.hide-overflow {
    overflow: hidden;
}


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

a i {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

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;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

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: "Syncopate", sans-serif;
    font-weight: 400;
}

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

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

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 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}

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

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

.section-title h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #777060;
    margin-bottom: 0;
}

.section-title h2 {
    font-family: "ivymode";
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #494539;
    margin-top: 0px;
    margin-bottom: 35px;
}

.about .section-title h2, .ctas .section-title h2 {
    font-family: "Photograph Signature";
}

.btn-default {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #9a9281;
    border: none;
    color: #fff;
    padding: 0px 30px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.btn-default:hover,
.btn-default.active {
    background: #f0eee4;
    border-color: #f0eee4;
    background: #494539;
    border-color: #494539;
    color: #fff;
}

.btn-default span {
    font-size: 12px;
    position: relative;
    margin-left: 22px;
}

.btn-default span::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 4px;
    width: 17px;
    height: 1px;
    background: #fff;
}

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

.btn-default.white span {
    border-color: #fff;
    transition: all .3s;
}

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

.btn-bordered {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 0px 30px;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    text-transform: uppercase;
}

.btn-bordered:hover {
    background: #fff;
    color: #97825b;
}

.btn-bordered:hover i {
    color: #97825b !important;
}

/*** HEADER ***/
.header-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: all .3s;
    padding: 0px 15px;
}

/* Transition for smooth show/hide */
header {
    transition: transform 0.3s ease-in-out;
}

header .main-nav {
    padding: 5px 0px;
}

header.fixed {
    position: fixed;
    background: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

header .navbar-brand img {
    max-width: 200px;
    filter: brightness(0) invert(1);
    transition: all .3s;
}

header.fixed .navbar-brand img,
header.home-header.fixed .navbar-brand img {
    filter: none;
}

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

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

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

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

.navbar-nav .nav-item {
	position:relative;
}

.navbar-light .navbar-nav>.nav-item {
	display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}

.navbar-light .navbar-nav>.nav-item>.nav-link.dropdown-toggle:after {
    font-size: 18px;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
}

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

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

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

header.fixed .navbar-light .navbar-nav>.nav-item>.nav-link::before {
    background: #494539;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    min-width: 180px;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin: 0;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav>.nav-item:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li:last-child {
    border: none;
}

.navbar-light .navbar-nav>.nav-item ul.sub-menu>li>.nav-link {
    display: inline-block;
	width:100%;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #000;
    border: none;
    background-color: #fff;
    clear: both;
    margin: 0px;
    padding: 15px 20px;
    transition: all .3s;
}

.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: #9a9281;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

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

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

.banner h1 {
    color: #fff;
    font-size: 80px;
    margin-bottom: 5px;
}

.banner h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}

.banner .logo img {
    max-height:350px;
}

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

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}

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

.banner .logo-remax {
    position: absolute;
    bottom: 40px;
    right: 20px;
    max-height: 60px;
    z-index: 2;
}


/*** CTAS ***/
.ctas {
    background: #f0eee4;
    padding: 100px 0px 70px 0px;
}

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

.cta-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.cta-box .img {
    display: inline-block;
    width: 100%;
    position: relative;
    aspect-ratio: 1 / 1.15;
    overflow: hidden;
    object-fit: cover;
    border-radius: 210px 210px 0px 0px;
    filter: drop-shadow(2px 4px 6px #d0cab0);
}

.cta-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta-box .img:before {
    content: '';
    background: rgba(119, 112, 96,.8) url(../img/monogram-logo.png) 50% 50% no-repeat;
    background-size: 150px auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s;
}

.cta-box:hover .img::before {
    opacity: 1;
}

.cta-box span {
    background: #9a9281;
    width: 80%;
    height: auto;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 12px 35px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-transform: uppercase;
}

.cta-box:hover span {
    background-color: #494539;
}


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

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

.mission-section .imgstyle,
.about .imgstyle {
    width: 90%;
}

.imgstyle {
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 310px 310px 0px 0px;
    filter: drop-shadow(2px 4px 6px #d0cab0);
}

.imgstyle img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .section-title h6 {
    margin-top: 40px;
}

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

/*** PROPERTIES ***/
.properties {
    padding: 100px 0px;
    background: #f0eee4;
}

.property-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .2s ease;
    overflow: hidden;
}

.property-box .img {
    position: relative;
    overflow: hidden;
    transition: all .3s;
    top: 0px;
}

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

.property-box .img img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / .6;
    transition: all .3s;
    top: 0px;
    object-fit: cover;
}

.property-box .tag {
    margin: 0px;
    position: absolute;
    left: 25px;
    top: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    background: #f0eee4;
    z-index: 3;
    color: #494539;
    font-size: 13px;
    border-radius: 4px;
    padding: 2px 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.property-box .tag i {
    margin-right: 5px;
    font-size: 16px;
}

.property-box .text {
    position: relative;
    flex-grow: 1;
    background: #fff;
    padding: 5px 16px 14px 16px;
    text-align: center;
    transition: all .3s;
    top: 0px;
}

.property-box .text h3 {
    color: #000;
    font-weight: 500;
    font-family: "ivymode";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 10px 0px;
    color: #494539;
}

.property-box .text p {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    margin: 0px;
}

.property-box .text .property-price p {
    font-size: 20px;
    color: #777060;
}

.properties .btn-default {
    margin-top: 0px;
}

/*** TESTIMONIALS ***/
.testimonials {
    padding: 100px 0px;
}

.testimonials .bg-white {
    padding: 50px 100px;
    background:none !important;
}

.testimonials .owl-nav {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.testimonials .owl-nav button {
    background: #777060 !important;
    width: 60px;
    height: 60px;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 30px !important;
}

.testimonials .owl-nav .owl-prev {
    float: left;
    margin-left: -100px;
}

.testimonials .owl-nav .owl-next {
    float: right;
    margin-right: -100px;
}

/*** CALL TO ACTION ***/
.call-to-action {
    padding: 75px 0px 0px 0px;
    position: relative;
    background: #f0eee4;
}

.call-to-action .bg {
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../img/cta-2.webp) 50% 65% no-repeat;
    background-size: cover;
    filter: blur(3px);
	transform: scale(1); /* prevents blur edges */
}

.call-to-action .container {
    position: relative;             
    z-index: 9;
}

.call-to-action .logo-ctn {
    margin-bottom: 15px;
}

.call-to-action .logo-ctn img {
    width: 100%;
    max-width: 500px;
}

/*** SOLD MAP ***/
.soldmap {
    padding: 70px 0px 0px 0px;
}

/*** CONTACT-FORM ***/
.contact-form {
    background: #f0eee4;
    padding: 0px 0px;
}

.contact-form .bg {
    width: 100%;
    height: 100%;
    background: #f0eee4;
    padding: 80px 60px;
}

.contact-form .logo {
    width:250px;
    height: 250px;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 250px;
    border: 5px solid #777060;
}

.contact-form .img-ctn {
    position: relative ;
    width: 100%;
    height: 100vh;
}

.contact-form .img-ctn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.3;
    z-index: 0;
}

.contact-form .img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form .text .section-title h2 {
    color: #fff;
}

.contact-form .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px;
    z-index: 2;
}

.contact-form .details-ctn {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-form .details-ctn li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    color: #fff;
}

.contact-form .details-ctn li a {
    text-decoration: underline;
    color: #fff;
}

.contact-form .details-ctn li a:hover {
    color: #fff;
    opacity: 0.7;
}

.contact-form .social-links {
    display: flex;
    justify-content: start;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.contact-form .social-links a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    border-radius: 50%;
    transition: all .3s ease;
}

.contact-form .social-links a:hover {
    background: #fff;
}

.contact-form .social-links a i {
    color: #fff;
}

.contact-form .social-links a:hover i {
    color: #000;
}

.contact-form .form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    margin-bottom: 12px;
}

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

.contact-form textarea.form-control {
    height: 140px;
}

.contact-form .divider {
    display: inline-block;
    width: 150px;
    height: 2px;
    background: #777060;
}

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


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

.social-box img {
    transition: all .3s;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.77;
}

.social-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.social-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9a9281;
    transition: all .3s;
    opacity: 0;
    z-index: 3;
}

.social-box:hover:before {
    opacity: .4;
}

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

section {
    overflow: hidden;
}

/*** FOOTER ***/
footer {
    background: #fff;
    padding: 75px 0px 30px 0px;
}

footer .footer-logo-ctn {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-logo-ctn .foot-logo img {
    width: 100%;
    max-width: 275px;
}

footer .footer-logo-ctn .logo-remax {
    max-height: 70px;
}

footer .agency-text p {
    font-size: 14px;
}

footer h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "ivymode";
    letter-spacing: 2px;
    font-size: 22px;
    color: #000;
}

.about .contact-details,
footer .contact-details {
    display: flex;
    flex-direction: column;
    align-items: end;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.about .contact-details {
    align-items: start;
}

.about .contact-details li,
footer .contact-details li {
    margin-bottom: 10px;
}

.about .contact-details li a,
footer .contact-details li a {
    display: flex;
    gap: 4px;
    flex-direction: row;
    color: #000;
    align-items: center;
    width: max-content;
}

.about .contact-details li a .fa,
footer .contact-details li a .fa {
    font-size: 14px;
    color: #9a9281;
    background: transparent;
    min-width: 32px;
    max-height: 32px;
    border: solid 1px #9a9281;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 0;
    transition: all .3s ease;
}

.about .contact-details li a:hover .fa,
footer .contact-details li a:hover .fa {
    color: #fff;
    background: #9a9281;
}


footer .contact-details a span {
    color: #000;
}

footer .social-links {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 5px;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

footer .social-links li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #9a9281;
    border-radius: 50%;
    transition: all .3s ease;
}

footer .social-links li a:hover {
    background: #9a9281;
}

footer .social-links li a i {
    color: #9a9281;
}

footer .social-links li a:hover i {
    color: #fff;
}

/*** COPYRIGHTS ***/
.copyrights {
    padding: 0px 0px 20px 0px;
}

.copyrights p {
    color: #000;
}

.copyrights img {
    max-height: 40px;
    filter: brightness(0);
}

/*** SIDEMENU ***/
header .menu-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

header.fixed .menu-btn {
    background: #9a9281;
}

header .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: #9a9281;
    height: 2px;
    margin: 3px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}

header.fixed .menu-btn span {
    background: #fff;
}

.menu-btn:hover span {
    width: 100% !important;
}

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

.menu-btn span:nth-child(3) {
    width: 30%;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 20px;
}

/* side menu */
#side-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: .1s all ease-out 2s;
    transform: translateY(-100%);
    z-index: 1000;
}

#side-menu.active {
    transform: translateY(0);
    transition: 0s all;
}

#side-menu ::-webkit-scrollbar {
    width: 4px;
}

#side-menu ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#side-menu ::-webkit-scrollbar-thumb {
    background: #000;
}

#side-menu .side-menu-ctn {
    display: flex;
    height: 100%;
    width: 100%;
}

#side-menu .side-menu-img {
    flex-grow: 1;
    transition: .7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateY(-100%);
}

#side-menu.active .side-menu-img {
    transform: translateY(0);
}

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

#side-menu .menu-wrapper {
    width: 700px;
    height: 100%;
    background: #fff;
    padding: 70px 0;
    overflow-y: auto;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateY(-100%);
}

#side-menu .menu-wrapper {
    max-width: 700px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 70px 0;
    overflow-y: auto;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transform: translateY(-100%);
}

#side-menu.active .menu-wrapper {
    transform: translateY(0);
}

#side-menu .close-btn-ctn {
    display: flex;
    justify-content: end;
    padding-right: 60px;
    margin-bottom: 40px;
    cursor: pointer;
}

#side-menu #primary-menu li {
    width: 100%;
    border-bottom: 1px solid #0000001a;
    padding: 8px 16px;
}

#side-menu #primary-menu li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 12px 12px 70px;
}

#side-menu #primary-menu li .sub-menu {
    list-style: none;
}

#side-menu #primary-menu li .sub-menu li {
    border-bottom: 0;
    padding: 0;
}

#side-menu #primary-menu li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#side-menu .contact-info-ctn {
    display: flex;
    justify-content: end;
    gap: 10px;
    list-style: none;
    padding: 30px 60px 0 0;
}

#side-menu .contact-info-ctn li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #9a9281;
    border-radius: 50%;
    transition: all .3s ease;
}

#side-menu .contact-info-ctn li:hover a {
    background: #9a9281;
}

#side-menu .contact-info-ctn li i {
    color: #9a9281;
}

#side-menu .contact-info-ctn li:hover i {
    color: #fff;
}

/*** PAGE BANNER ***/
.page-banner .content-ctn {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}

.page-banner .content-ctn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.page-banner h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

/*** BUY SELL FORM ***/
.buysellform {    
    padding: 100px 0px;
    background: #f0eee4;
}

.buysellform .form-control {
    border-radius: 2px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    outline: none;
    height: 50px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    margin-top: 18px;
}

.select2-selection.select2-selection--multiple {
    height: auto;
    font-size: 16px!important;
    color: #000!important;
    border: none!important;
    border-radius: 2px!important;
    background-color: #fff!important;
    box-shadow: none!important;
    outline: none!important;
    padding: 10px 20px!important;
    margin-top: 18px!important;
}

.buysellform h4 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}

.buysellform textarea {
    height: 120px !important;
    resize: none;
}

/*** DOWNLOAD GUIDE ***/
.info-small {
    padding: 100px 0px;
}

/*** FREE HOME EVALUATION ***/
.evaluation-box {
    padding: 75px 0px;
}

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

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

.evaluation-box .form-control {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.evaluation-box .checkbox-group label, .evaluation-box .checkbox-group .wpcf7-list-item {
    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: #777060;
    border: 1px solid #777060;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
}

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

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

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

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

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute !important;
    bottom: 0;
    margin: 0;
}

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

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

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

.evaluation-box .checkbox-group label, .evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 30px); /* 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;
}

.cf7mls_next.action-button, .cf7mls_back.action-button {	
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #9a9281 !important;
    border: none !important;
    color: #fff !important;
    padding: 0px 30px !important;
    line-height: 60px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
	border-radius:0px !important;
}

.default-page-section {
    padding: 100px 0;
}

.default-page-section h3 {
    font-size: 30px;
}

.default-page-section a {
    text-decoration: underline;
}