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

:root {
    --accent-color: #640e0e;
}

html,
body {
    font-family: "Work Sans", sans-serif;
}

body {
    font-size: 15px;
    color: #555555;
    font-weight: 300;
    letter-spacing: 1px;
    overflow-x: hidden;
}

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

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

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: "Playfair Display", serif;
    letter-spacing: 2px;
}

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

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

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

h4 {
    font-size: 28px;
    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;
}

.head-after {
    position: relative;
}

.head-after::after {
    content: "";
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    background: var(--accent-color);
    text-align: center;
}

.section-title {
    display: block;
    font-size: 200px;
    font-weight: 900;
    margin-top: -125px;
    color: #fcf7f4;
    text-transform: uppercase;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-family: "Playfair Display", serif;
    opacity: 0.1;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
    position: absolute;
}

.btn-default {
    background: var(--accent-color);
    padding: 15px 50px;
    text-transform: uppercase;
    border: 2px solid var(--accent-color);
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    transition: 0.4s all ease;
}

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

.btn-black {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.btn-black:hover {
    background: transparent;
    color: #000;
}

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

.header.fixed {
    padding: 0px;
}

/* .header .navbar-brand {
  display: none;
} */

.header .navbar-brand .team--logo {
    display: none;
}

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

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

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

.header .right {
    display: none;
}

.header.fixed .right {
    display: block;
}

.navbar-light .navbar-nav .nav-item.active > a,
.fixed .navbar-light .navbar-nav .nav-item.active > a,
.header.innerheader .menu-btn span {
    color: #272727 !important;
    font-weight: bold;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 900;
}

.navbar-nav .nav-link {
    color: #fff;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 1.12px;
    padding: 0px 0px !important;
    font-size: 16px;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #fff;
    width: 36px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #000;
}

.header.fixed .navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-expand-lg .navbar-nav > li {
    margin: 0px 15px;
    display: inline-block;
    vertical-align: top;
}

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

.navbar {
    padding: 0px 0px;
}

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

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

.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 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.navbar-nav ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all 0.3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
    width: 100%;
    position: relative;
    line-height: 8px;
    padding: 20px 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,
.navbar-light .navbar-nav .nav-item ul.sub-menu li > a.active {
    color: #fff !important;
    background: var(--accent-color);
}

.fixed .menu-btn:hover {
    color: #fff !important;
}

.header.fixed .navbar-nav .nav-item:last-child {
    display: none;
}

.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.15em;
    cursor: pointer;
}

.menu-btn:hover {
    color: #fff !important;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 26px;
    margin-left: 12px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    -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: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 7px 0px;
}

@media only screen and (min-width: 768px) {
    .side-menu {
        width: 442px;
    }
}

.side-menu {
    background: #fff;
    position: fixed;
    top: 0px;
    right: -140%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: 9999999;
    padding: 55px 53px;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    overflow-y: auto;
}

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

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

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

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

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 16px 30px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
    text-align: center;
}

.side-menu ul.main-menu li a:hover {
    background: none;
    color: #000;
}

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

a.CloseBtn {
    float: right;
    color: #000;
    font-size: 26px;
    margin: 0px 0px 0px 15px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    min-width: 22px;
    min-height: 22px;
}

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

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

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 ul.main-menu.navbar-nav {
    margin-top: 30px;
    overflow: hidden;
}

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

.side-menu ul.main-menu.navbar-nav li a {
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
    background: none;
    color: #000;
    font-weight: 600;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 0px;
    font-size: 12px;
    background: #ebebeb;
}

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

.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: #ccc;
    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.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 {
    background: #000 !important;
    color: #fff !important;
}

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

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

.side-menu .social {
    margin-top: 30px;
}

.side-menu .social a {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 21px;
    text-align: center;
    width: 55px;
    line-height: 53px;
    margin: 0px 5px;
}

.side-menu .social a i {
    margin-top: 4px;
}

.side-menu .social a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/*** HERO VIDEO ***/
.hero-video {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.hero-video img {
    max-height: 260px;
    margin-bottom: 50px;
}

.hero-video img.remax {
    max-height: 120px;
}

.hero-video .logo {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.hero-video .btn-default {
    width: 100%;
    display: inline-block;
}

.hero-video .btn-transparent {
    background: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-video .btn-transparent:hover {
    background: #fff;
    color: #000;
}

/*** ABOUT ***/
.about {
    position: relative;
    background: #fff;
}

.about .section-title {
    margin-top: 0px;
    bottom: -10px;
    left: 0;
    text-align: left;
    font-size: 150px;
}

.about h2 {
    margin-bottom: 50px;
}

.about .head-after::after {
    background: var(--accent-color);
    left: 0px;
}

.about .btn-default {
    margin-top: 50px;
    display: inline-block;
}

.about p a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.about p a i {
    width: 35px;
    height: 35px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}

.about p a:hover i {
    background: var(--accent-color);
    color: #fff;
}

.about p a:hover {
    color: var(--accent-color);
}

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

.properties.inner {
    padding: 70px 0;
}

.properties .item figure {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    position: relative;
    margin: 0px;
}

.properties a:hover .property-details {
    display: flex;
}

.properties .property-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px;
    text-align: center;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    display: none;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}

.properties .property-details * {
    color: #fff;
}

.home-property-swiper .swiper-slide {
    height: unset;
}

.prop-swiper-button {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}

.prop-swiper-button .swiper-button-prev,
.prop-swiper-button .swiper-button-next {
    position: unset;
    width: 45px;
    height: 50px;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    margin-top: 0;
    transition: all 0.3s ease;
}

.prop-swiper-button .swiper-button-prev:after,
.prop-swiper-button .swiper-button-next:after {
    font-size: 12px;
}

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

.sold-map h2 {
    margin-bottom: 75px;
}

.sold-map .head-after::after {
    background: #000;
}
/*** TESTIMONIALS ***/
.testimonials {
    padding: 100px 0px;
    overflow: hidden;
    position: relative;
}

.testimonials .head-after::after {
    background: #000;
}

.testimonials .testimonial-swiper {
    margin: 100px 0px;
}

.testimonials p b {
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-swiper .testimonial-ctn {
    width: 85%;
    margin: 0 auto;
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    width: 45px;
    height: 50px;
    color: #fff;
    background-color: var(--accent-color);
    border-radius: 3px;
    margin-top: 0;
    transition: all 0.3s ease;
}

.testimonial-swiper .swiper-button-prev:after,
.testimonial-swiper .swiper-button-next:after {
    font-size: 12px;
}

/*** CONtACT ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/bg-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.contact h2 {
    color: #fff;
    text-transform: uppercase;
}

select.form-control {
    appearance: auto;
}

.form-control {
    background: none;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 0px;
    color: #fff;
    margin: 15px 0px;
}

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

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

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

.contact .consent-ctn label,
.contact .consent-ctn a {
    color: #fff;
}

.contact .consent-ctn a:hover {
    opacity: 0.75;
}

/*** FOOTER ***/
.footer {
    background: #272727;
    padding: 50px 0px 25px 0;
}

.footer * {
    color: #fff;
}

.footer .logo img {
    width: 300px;
}

.footer h3 {
    text-transform: uppercase;
}

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

.foot-menu,
.foot-menu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.foot-menu li {
    margin: 0px 0px 10px 0px;
}

.foot-menu li a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.foot-menu li:hover a,
.footer a:hover {
    color: #fff;
    opacity: 0.75;
}

.footer a .fa {
    margin-right: 10px;
}

.footer hr {
    margin: 50px 0px 25px 0;
    opacity: 0.1;
}

.copyrights img {
    filter: invert(1);
    max-height: 50px;
    width: auto;
}

.copyrights p {
    font-size: 14px;
}

/********  about  ***********/

/*** page-banner ***/
.page-banner {
    height: 50vh;
}

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

/********  properties  ***********/

.listingbox {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #939598;
    background: #272727;
}

.listingbox .img:before {
    /* content: ""; */
    background-color: #19130b;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
    transition: all 0.2s ease-in;
}

.listingbox .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #fff;
    padding: 20px 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.listingbox .text .property-info-ctn {
    flex-grow: 1;
}

.listingbox:hover .img img {
    transform: scale(1.1);
}

.listingbox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 0.3s;
}

.listingbox .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.listingbox h4 {
    font-size: 24px;
    font-family: "the-seasons";
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 5px;
}

.listingbox p.price {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0px;
    opacity: 1;
}

.listingbox p {
    color: #eee;
    opacity: 0.6;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5em;
}

.listingbox .img:hover {
    border: 0px solid transparent;
}

.listingbox:hover {
    background: #fff;
}

.listingbox:hover p {
    color: #333;
    opacity: 0.6;
    text-shadow: none;
}

.listingbox:hover h4,
.listingbox:hover .price {
    color: #272727;
    opacity: 1;
    text-shadow: none;
}

/*** BUYER SELLER ***/
.buy-sell {
    padding: 75px 0px;
    position: relative;
}

.buy-sell .btn-link {
    color: var(--accent-color);
}

.buy-sell .btn-link:hover {
    color: #000;
}

.info-small .section-titles h2,
.buy-sell .section-titles h6,
.buy-sell .section-titles h2 {
    text-transform: uppercase;
}

.info-small .section-titles p,
.buy-sell .section-titles p {
    margin-bottom: 50px;
}

.info-small {
    overflow: hidden;
    padding: 80px 0px;
}

.section-titles h6 {
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
    border-bottom: 2px solid var(--accent-color);
    display: inline-block;
    padding-bottom: 12px;
    text-transform: uppercase;
}

/************* buysellform ********************/

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

.buysellform h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
}

.buysellform .bgs {
    border-radius: 20px;
    background: #f2f2f2;
    box-shadow: 0px 0px 15px 1px rgb(255 255 255 / 40%);
    padding: 80px 50px;
}

.buysellform .section-titles h6 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 7px;
    border-bottom: 2px solid var(--accent-color);
    display: inline-block;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.buysellform .section-titles h2 {
    color: #fff;
    margin-bottom: 0px;
}

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

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

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

.select2-container--default .select2-selection--multiple {
    height: auto;
    border: 0px;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    padding: 10px 16px;
    margin: 18px 0 !important;
}

.select2-container--default
    .select2-search--inline
    .select2-search__field::placeholder {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    margin-top: 0 !important;
}

.buysellform .consent-ctn label,
.buysellform .consent-ctn a {
    color: #fff;
}

.buysellform .consent-ctn a:hover {
    opacity: 0.75;
}

/*** contactpage-info ***/
.contactpage-info {
    padding: 70px 0px;
}

.contactpage-info .bg {
    background: #272727;
    overflow: hidden;
    padding: 45px 35px;
}

.contactpage-info .bg p {
    font-family: "quasimoda", sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.contactpage-info h5 {
    font-family: "quasimoda", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--accent-color);
    letter-spacing: 1px;
    text-align: left;
}

.contactpage-info .form-control {
    background: #fff;
}

.contactpage-info .consent-ctn label,
.contactpage-info .consent-ctn a {
    color: #fff;
}

.contactpage-info .consent-ctn a:hover {
    opacity: 0.75;
}

.contactpage-info .social a {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 7px;
    margin: 0px 2px;
    background: #272727;
}

.contactpage-info .social a:hover {
    background: var(--accent-color);
    color: #fff;
}

.contactpage-info h3 {
    color: var(--accent-color);
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "quasimoda", sans-serif;
}

.contact-info > i {
    margin-top: 1px;
    margin-right: 12px;
    color: #fff;
    font-size: 16px;
    background: var(--accent-color);
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.contact-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.contact-info a:hover {
    color: var(--accent-color);
}

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

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

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

.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: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.evaluation-box .btn-default.active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    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;
}

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

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

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

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

#calculate_lt {
    background: var(--accent-color) !important;
}

#calculate_lt:hover {
    color: #fff !important;
    background: var(--accent-color) !important;
}

.mw-calc-table > tbody > tr.active > td {
    background: var(--accent-color) !important;
}

.buy-sell {
}

.buy-sell .section-titles p {
    margin-bottom: 15px;
}

.buy-sell .section-titles p b,
.buy-sell .section-titles p strong {
    font-weight: 600;
    color: #000;
}

.buy-sell .section-titles ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.buy-sell .section-titles ul li {
    margin-bottom: 20px;
}

.buy-sell .section-titles ul li strong {
    font-weight: 600;
}

.buy-sell .btn-default {
    margin-top: 10px;
    display: inline-block;
}

.about p b,
.about p strong {
    font-weight: 600;
    color: #000;
}

.about ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.about ul li {
    margin-bottom: 12px;
}

.about ul li strong {
    font-weight: 600;
}

.about.homi .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about.homi .space {
    padding-top: 20px;
    padding-bottom: 30px;
}

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

.about.homi .btn-default {
    position: relative;
    z-index: 8;
}

.about.aboutpage .space {
    padding: 30px 70px;
}

.about.aboutpage .aboutimg {
    height: 100%;
    object-fit: cover;
}

.header.inner-header .navbar-brand {
    display: inline-block;
}

/* .header.inner-header .navbar-brand img {
  filter: brightness(0) invert(1);
} */

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

.navbar-light .navbar-nav .nav-item.current_page_item > .nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-parent > .nav-link {
    color: var(--accent-color) !important;
}

.navbar-light .navbar-nav .menu-item-has-children > .nav-link {
    position: relative;
    padding-right: 10px !important;
}

.menu-item-has-children > .nav-link::after {
    display: inline-block;
    margin-left: 0px;
    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;
    right: -9px;
    position: relative;
}

.navbar-light
    .navbar-nav
    .nav-item
    ul.sub-menu
    li.current_page_item
    > .nav-link,
.fixed
    .navbar-light
    .navbar-nav
    .nav-item
    ul.sub-menu
    li.current_page_item
    > .nav-link {
    color: #fff !important;
    background: var(--accent-color);
    font-weight: 400 !important;
}

.navbar-light .navbar-nav .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);
}

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

.page-id-52 .buy-sell .container > .row {
    align-items: center;
}

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

.header.fixed .navbar-nav .nav-item:last-child {
    display: block;
}

.header.fixed .navbar-nav + .navbar-nav .nav-item:last-child {
    display: none;
}

.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 .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
    background: #fff;
    padding: 15px 50px !important;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    border-radius: 0px;
    transition: all 0.3s;
}

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

.evaluation-box .navigate-btns input[type="submit"] {
    margin-left: auto;
    outline: none !important;
    transition: all 0.3s;
}

.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: 500;
    color: #fff;
}

.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}

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

ul.sub-menu {
    min-width: 303px;
}

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

.contact .section-title {
    font-size: 147px;
    line-height: 1.2;
}

.hero-video .btn-default {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 15px 10px;
}

.contact .wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.about ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.buy-sell .section-titles ul {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.listingbox p {
    font-size: 18px;
}

/*** TEAM ***/
.team {
    padding: 80px 0px 130px 0px;
}

.team h2 {
    font-size: 45px;
    margin-bottom: 0;
}

.team h5 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.team h2 b {
    font-weight: 700;
}

.team figure {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.42;
}

.team figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.4s ease;
}

.team .team-member-pic:hover img {
    transform: scale(1.1);
}

.team .team-intro {
    display: flex;
    flex-grow: 1;
    margin-left: 35px;
    align-items: center;
    flex-flow: row wrap;
    height: 100%;
}

.team .team-intro.last {
    margin-right: 50px;
    margin-left: 0px;
}

.team .team-intro p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.team .member-info {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-flow: row wrap;
    margin: 50px 0 0px;
    padding: 10px 10px;
    position: relative;
    width: 100%;
}

.team .member-info a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 10px 8px;
}

.team .member-info a i {
    font-size: 12px;
    margin-right: 5px;
}

.team .member-info a:hover {
    opacity: 0.7;
}

.team .mtspace {
    margin-top: 80px;
}
