@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
    font-family: "Northwell";
    src: url("../fonts/Northwell.eot");
    src:
        url("../fonts/Northwell.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Northwell.woff2") format("woff2"),
        url("../fonts/Northwell.woff") format("woff"),
        url("../fonts/Northwell.ttf") format("truetype"),
        url("../fonts/Northwell.svg#Northwell") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*** GENERIC CSS ***/
html,
body {
    font-family: "Open Sans", sans-serif;
}

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

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

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-family: "Montserrat", sans-serif;
    font-weight: 700;
}

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

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

h3 {
    font-size: 32px;
    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 {
    display: flex;
    justify-content: center;
}

.section-title h2 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    /* flex-direction: column; */
    text-align: center;
}

.section-title h2 em {
    font-family: "Northwell", sans-serif;
    text-transform: capitalize;
    font-size: 125px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
    color: #e21a37;
    position: absolute;
    left: 40%;
    top: 0px;
    z-index: 2;
}

/* .section-title h2 span {
    display: block;
} */

/* .section-title h2 span:first-of-type {
    margin: 0.25vw 0 0;
}

.section-title h2 span:last-of-type {
    margin: -0.2vw 0 0 9.875vw;
}

.section-title.black h2 span {
    color: #000;
} */

.section-title h2 strong {
    color: #e21a37;
    font-weight: 700;
}

.btn-default {
    padding: 0px 30px;
    color: #e21a37;
    border: 0px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-width: 0.063vw;
    border-image: linear-gradient(
        59deg,
        rgba(226, 26, 55, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    border-image-slice: 1;
    background: #fff !important;
}

.btn-default:hover {
    background: #e21a37 !important;
    color: #fff;
}

.btn-default img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(6467%)
        hue-rotate(343deg) brightness(91%) contrast(93%) !important;
    display: inline-block !important;
    width: auto !important;
    height: 15px !important;
    margin-right: 15px !important;
    aspect-ratio: unset !important;
}

.btn-default:hover img {
    filter: brightness(0) invert(1) !important;
    display: inline-block !important;
    width: auto !important;
    height: 15px !important;
    margin-right: 15px !important;
    aspect-ratio: unset !important;
}

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

.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: 18px;
    font-family: "Montserrat", sans-serif;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item > .nav-link {
    color: #fff;
}

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

.navbar-light .navbar-nav .nav-item.active > a {
    color: #e21a37 !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-lg .navbar-nav > li {
    margin: 0px 25px;
    display: inline-block;
    vertical-align: top;
}

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

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

.form-box .form-control {
    background: none;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 30px;
}

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

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

.p-relative {
    position: relative;
}

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

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

.header.fixed {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
}

.header.fixed .navbar-brand .logo img {
    max-height: 75px;
}

/*** SOCIAL FIX ***/
.social-fix {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 15;
    transform: translate(0, -50%);
}

.social-fix ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.social-fix ul li {
    margin: 5px 0;
}

.social-fix ul li .aios-ai-phone {
    font-size: 14px;
}

.social-fix ul li a {
    font-size: 20px;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    color: #e21a37;
}

.social-fix ul li a:hover {
    background-color: #fff;
    color: #000;
}

.social-fix ul li .ai-font-envelope-f {
    font-size: 12px;
}

.social-fix.black ul li a {
    color: #000;
}

/*** HERO ***/
.hero {
    height: 100vh;
    position: relative;
}

.hero .logo img {
    max-height: 200px;
}

.hero:after {
    content: "";
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    background: #000;
    opacity: 0.35;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

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

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

.hero .agency-logo {
    position: absolute;
    bottom: 5%;
    right: 2.5%;
}

.hero .agency-logo img {
    max-height: 50px;
}

/*** ABOUT ***/
.about {
    padding: 125px 0px;
    background: #fff url(../img/site-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.about .cta-box {
    padding: 0px 0px 75px 0px;
}

.about .cta-box .btn-default {
    width: 100%;
}

.about .about-box {
    background: #fff;
    padding: 50px 0px 0px 50px;
    box-shadow: 0 0 6.125vw 0 rgba(0, 0, 0, 0.44);
    position: relative;
}

.about-box::before {
    content: "";
    width: 200px;
    top: 0;
    right: 8.688vw;
    background:
        linear-gradient(rgba(226, 26, 55, 0.8), rgba(226, 26, 55, 0.8)),
        url(../img/prop-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
}

.about-box img {
    position: relative;
    z-index: 2;
}

/*** TEAM ***/
.team {
    padding: 75px 0px;
    background: #fff;
}

.team-box-title {
    padding: 50px;
    background: #fff url(../img/site-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    box-shadow: 0 0 4.25vw 0 rgba(0, 0, 0, 0.14);
    position: relative;
}

.team-box {
    text-align: center;
}

.team-box img {
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 20px;
}

.team-box h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.team-box a {
    background: #e21a37;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0px 10px;
}

.team-box-title .custom-nav {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 20%;
}

.team-box-title .custom-nav button {
    border: 2px solid #e21a37;
    background: none;
    padding: 0px 30px;
    line-height: 50px;
    height: 50px;
}

.team-box-title .custom-nav button img {
    height: 15px;
}

.team-box-title .custom-nav button:hover {
    background: #e21a37;
    color: #fff;
}

.team-box-title .custom-nav button:hover img {
    filter: brightness(0) invert(1);
}

.team-box-title .custom-nav .owl-prev {
    float: left;
}

.team-box-title .custom-nav .owl-prev img {
    transform: rotate(180deg);
}

.team-box-title .custom-nav .owl-next {
    float: right;
}
/*** WHY WORK WITH ***/
.why-work {
    padding: 75px 0px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../img/bg-stats.jpg) 50% 50% fixed no-repeat;
    background-size: cover;
}

.stat-box {
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

.stat-box h3 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 900;
}

.stat-box p {
    font-size: 20px;
}

/*** PROPERTIES ***/
.properties {
    padding: 75px 0px;
    background: #fff;
}

.prop-box {
    position: relative;
    margin-bottom: 30px;
}

.prop-box img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}

.property-img-wrapper {
    position: relative;
}

.prop-box .property-img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.prop-box:hover .property-img-wrapper::after {
    opacity: 1;
}

.prop-box .details {
    background: #fff;
    margin: -150px 30px 0px 30px;
    width: calc(100% - 60px);
    display: inline-block;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.prop-box .btn-default {
    display: none;
}

.prop-box:hover .btn-default {
    position: absolute;
    top: 30%;
    width: calc(100% - 60px);
    left: 30px;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.prop-box .details h4 {
    color: #e21a37;
}

.prop-box .details p {
    font-weight: 600;
}

.prop-box .facility {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.prop-box .facility div {
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
}

.prop-box .facility .fa {
    color: #e21a37;
    margin-right: 10px;
}

.properties .custom-nav {
    position: absolute;
    width: 27%;
    left: 37%;
    top: -25px;
}

.properties .custom-nav button {
    border: 2px solid #e21a37;
    background: none;
    padding: 0px 30px;
    line-height: 50px;
    height: 50px;
}

.properties .custom-nav button:hover {
    background: #e21a37;
    color: #fff;
}

.properties .custom-nav button img {
    height: 15px;
}

.properties .custom-nav button:hover img {
    filter: brightness(0) invert(1);
}

.properties .custom-nav .owl-prev {
    float: left;
}

.properties .custom-nav .owl-prev img {
    transform: rotate(180deg);
}

.properties .custom-nav .owl-next {
    float: right;
}

/*** SOLD MAP ***/
.sold-map {
    padding: 75px 0px 0px 0px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(../img/bg-sold.jpg) 50% 50% fixed no-repeat;
    background-size: cover;
}

.sold-map img {
    border: 50px solid #fff;
}

/*** CUSTOM CTA ***/
.custom-cta {
    padding: 75px 0px;
    background: #fff;
}

.custom-cta-box {
    padding: 75px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url(../img/site-bg.jpg) 50% 50% fixed no-repeat;
    background-size: cover;
    box-shadow: 0 0 4.25vw 0 rgba(0, 0, 0, 0.14);
}

.custom-cta-btn {
    background:
        linear-gradient(rgba(226, 26, 55, 0.8), rgba(226, 26, 55, 0.8)),
        url(../img/prop-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.custom-cta-btn a {
    padding: 2.25vw 2.188vw 1.813vw;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 4.25vw 0 rgba(0, 0, 0, 0.14);
    border-bottom: 10px solid #fff;
    width: 100%;
    display: inline-block;
}

.custom-cta-btn a:last-child {
    border: 0px;
}

.custom-cta-btn .label {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.custom-cta-btn .heading {
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-cta-btn .heading img {
    height: 20px;
    filter: invert(1);
}

.custom-cta-btn a:hover {
    background: #fff;
}

.custom-cta-btn a:hover .label {
    color: #e21a37;
}

.custom-cta-btn a:hover .heading {
    color: #000;
}

.custom-cta-btn a:hover .heading img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(6467%)
        hue-rotate(343deg) brightness(91%) contrast(93%) !important;
}

/*** TESTIMONIALS ***/
.testimonials {
    background: #fff;
}

.testimonials .container {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 75px 0px;
}

.testimonials .section-title h2 {
    color: #000;
}

.testimonials .quote-box {
    padding: 0px 15%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.testimonials .quote-box .fa {
    color: #e21a37;
}

.testimonials .quote-box p b {
    text-transform: uppercase;
}

.testimonials .custom-nav {
    position: absolute;
    width: 26%;
    left: 37%;
    top: -25px;
}

.testimonials .custom-nav button {
    border: 2px solid #e21a37;
    background: none;
    padding: 0px 30px;
    line-height: 50px;
    height: 50px;
}

.testimonials .custom-nav button:hover {
    background: #e21a37;
    color: #fff;
}

.testimonials .custom-nav button img {
    height: 15px;
}

.testimonials .custom-nav button:hover img {
    filter: brightness(0) invert(1);
}

.testimonials .custom-nav .owl-prev {
    float: left;
}

.testimonials .custom-nav .owl-prev img {
    transform: rotate(180deg);
}

.testimonials .custom-nav .owl-next {
    float: right;
}

/*** INSTAGRAM ***/
.instagram {
    margin-top: -375px;
    padding: 500px 0px 75px 0px;
    background: #fff;
    position: relative;
}

.instagram::before {
    content: "";
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../img/bg-social.jpg) 50% 50% fixed no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
}

.instagram .btns {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

.eapps-instagram-feed-posts-grid-load-more-visible {
    display: none !important;
}

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

footer * {
    color: #fff;
}

footer h3 {
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}

ul.contact-details,
ul.social-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact-details li,
ul.social-links li {
    margin-bottom: 15px;
}

ul.contact-details li a {
    display: flex;
    gap: 10px;
}

ul.contact-details li .fa,
ul.social-links li .fa {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e21a37;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    min-width: 30px;
    min-height: 30px;
}

ul.contact-details li:hover a {
    color: #e21a37;
}

ul.social-links {
    margin-top: 30px;
}

ul.social-links li {
    display: inline-block;
}

ul.social-links li:hover .fa {
    background: #003da5;
}

footer .logo img {
    max-width: 300px;
    display: inline-block;
}

footer .agency-logo img {
    margin-top: 30px;
    max-height: 70px;
}

footer hr {
    opacity: 0.5;
}

footer .nav-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .nav-menu li {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

footer .nav-menu li a {
    text-transform: uppercase;
}

footer .nav-menu li:hover a {
    color: #e21a37;
}

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

.page-banner h1 {
    color: #fff;
    text-transform: uppercase;
}

.buyer-seller {
    background: #fff;
}

.buyer-seller p {
    color: #000 !important;
}

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

.buysellform textarea.form-control {
    height: 118px;
}

select.form-control {
    appearance: auto;
}

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

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

.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: #f8f8f8 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 35px 0px !important;
}

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

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

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

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

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

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

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

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

.evaluation-box .section-title h2 {
    line-height: 1;
}

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

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

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

.evaluation-box .form-control {
    height: 50px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
    height: auto;
}

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

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

.evaluation-box .btn-default.active {
    background: #000;
    border-color: #000;
    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: #000 !important;
}

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

/*** 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: 8px;
}

.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: 0.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: 1px;
    margin: 6px 0px;
    border-radius: 0px;
    transition: all 0.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: 500;
    border-bottom: 1px solid transparent;
}

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

.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #000;
    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: #e21a37 !important;
    border-color: #e21a37;
}

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

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

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
}

/* ✅ 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;
}

/**/
.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;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: visible;
    width: max-content;
    color: #000 !important;
    border: none;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    outline: 0px;
    padding: 0px 35px !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 55px !important;
    border-radius: 100px;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #fff !important;
    color: #000 !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: #000;
    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 0.3s;
}

.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

span.wpcf7-list-item {
    margin: 0px;
    color: #000;
}

/**/
.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 999999;
    padding: 0px !important;
}

.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
    background: #eeeeee;
}

.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 .modal-body .form-control {
    margin-bottom: 15px;
    background: none;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #000;
}

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

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

.navbar-light .navbar-nav > .nav-item > ul.sub-menu li.current-menu-item > a {
    color: #fff !important;
    background: #000 !important;
}

.side-menu ul.main-menu > li.current-menu-parent > a {
    background: none !important;
    color: #000 !important;
    border-color: #000 !important;
}

.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: #000 !important;
}

.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 {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    border-radius: 0px !important;
    border: 1px solid #000;
}

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

.evaluation-box .form-control {
    margin-bottom: 18px;
    border-radius: 0px;
    border-color: #ccc;
}

.evaluation-box .navigate-btns .btn-default:before {
    z-index: -1;
}

.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.modal.guide .modal-body .form-control {
    height: 50px;
}

.modal.guide .section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modal.guide .section-title h2 {
    color: #000;
    text-align: center;
}

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

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

.navbar-light .navbar-nav > .nav-item > ul.sub-menu li.current-menu-item > a {
    color: #fff !important;
    background: #e21a37 !important;
}

.side-menu ul.main-menu > li.current-menu-parent > a {
    background: none !important;
    color: #e21a37 !important;
    border-color: #e21a37 !important;
}

.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: #e21a37 !important;
}

.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.modal.guide .modal-body .form-control {
    height: 50px;
}

.modal.guide .section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modal.guide .section-title h2 {
    color: #000;
    text-align: center;
}

.btn-default {
    background: none !important;
}

.btn-default:hover {
    background: #e21a37 !important;
}

.evaluation-box .btn-default.bordered:hover,
.evaluation-box .btn-default.bordered.active {
    background: #000 !important;
}

/** Fixing Listings Page **/

.prop-box img {
    width: 100%;
}

.prop-box .facility {
    justify-content: space-evenly;
}

.prop-box .facility .fa {
    /**/
    margin-right: 0;
}

.prop-label {
    color: #e21a37;
    border-style: solid;
    border-width: 1px;
    border-width: 0.063vw;
    border-image: linear-gradient(
        59deg,
        rgba(226, 26, 55, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    border-image-slice: 1;
    background: #fff;
}

/* .my-pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    row-gap: 5px;
}

.my-pagination-btn {
    padding: 0px 25px;
    margin: 0px 5px;
    color: #e21a37;
    border: 0px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-width: 0.063vw;
    border-image: linear-gradient(
        59deg,
        rgba(226, 26, 55, 1) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    border-image-slice: 1;
    background: none;
}

.my-pagination-btn:hover {
    background: #e21a37 !important;
    color: #fff !important;
}

span.my-pagination-btn {
    user-select: none;
} */

.properties ul {
    padding-left: 0;
}

/** Single property **/

.single-properties {
    background-color: #fff;
}

.single-properties .header .logo img {
    filter: invert();
}

.single-properties .header {
    background-color: #fff;
    color: #000;
}

.single-properties .header .navbar-light .navbar-nav .nav-item > .nav-link {
    color: #000;
}

.single-properties .header.fixed {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#property ul.social-network li a {
    background-color: #e21a37 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    /**/
    background-color: #e21a37 !important;
    border: 2px solid #e21a37 !important;
}

/** Forms fixes **/

.form-box .form-control option {
    color: black;
}

.form-box .select2-container--default .select2-selection--multiple {
    height: auto !important;
    border: 0px !important;
    border-radius: 2px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 0px !important;
}

.form-box .wpcf7-list-item-label {
    color: #fff;
}

.form-box .wpcf7-list-item-label a {
    color: #fff;
}

.form-box .wpcf7-list-item-label a:hover {
    color: #e21a37;
}

.select2-search__field::placeholder {
    color: #fff;
}

.budget select {
    margin-top: 30px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    color: #fff;
}

.page-template-template-contact footer {
    padding-top: 200px;
}

@media (min-width: 1400px) {
    .page-template-template-contact footer {
        padding-top: 250px;
    }
}

.single-properties .form-box .wpcf7-list-item-label {
    color: #000;
}

.single-properties .single-properties .form-box .wpcf7-list-item-label a {
    color: #000;
}

/** Notre Equpe Changes & Buttons changes for owl **/

@media (min-width: 992px) {
    .titre-equipe {
        margin-bottom: 80px;
    }

    .btn-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
    }
}

@media (max-width: 991px) {
    .container-team {
        display: flex;
        flex-direction: column;
    }
}

.team-box a:hover {
    color: #000;
}

/** Fixes to H2 **/

.black h2 {
    color: black;
}

.white h2 {
    color: #fff;
}

/** Privacy Policy link style **/

.privacy-policy .info-small a {
    text-decoration: underline;
}

a:hover {
    color: #e21a37;
}

/** Temoignages **/

.page-template-template-testimonials .about-box {
    background: #fff;
    padding: 50px 0px 10px 50px;
    box-shadow: 0 0 6.125vw 0 rgba(0, 0, 0, 0.44);
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-template-testimonials .about-box::before {
        height: 100%;
        right: 50px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .page-template-template-testimonials .about-box {
        padding: 45px 20px 60px 20px !important;
    }
    .page-template-template-testimonials .about-box::after {
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        background:
            linear-gradient(rgba(226, 26, 55, 0.8), rgba(226, 26, 55, 0.8)),
            url(../img/prop-1.jpg) 50% 50% no-repeat;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 40px;
        position: absolute;
    }
}

/** Single-property forms +  Homepage **/

.single-properties .form-box .form-control {
    color: #000 !important;
}

.single-properties .form-box .wpcf7-list-item-label a {
    color: #000;
}

.single-properties .form-box .wpcf7-list-item-label a:hover {
    color: #e21a37;
}

@media (max-width: 767px) {
    .hero {
        height: 80vh;
    }

    .about {
        padding: 30px 0;
    }

    .single-properties .form h2 {
        font-size: 32px;
    }

    .sm-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .sm-row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

    .sm-row .btn-default {
        max-width: fit-content;
        margin-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .single-properties .form h2 {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .single-properties .form h2 {
        font-size: 48px;
    }
}

/** Banners mobile **/

@media (max-width: 767px) {
    .page-banner {
        height: 40vh;
    }
    .navbar-light .navbar-brand img {
        /** max-height **/
        max-height: 75px !important;
    }
}
