@import url("varstyle.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

p,
li,
span,
label {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/********** Template CSS **********/

body {
    background-color: var(--white) !important;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.logo {
    display: flex;

}

.logo a img {
    max-width: 100%;
    height: 3.5rem;
    transition: width 0.3s ease;


}

.videoTourContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.videoTour {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 100vh;
    transform: translate(0, -4rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

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

.info-container-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
}

.highLight {
    inset: 0px;
    display: flex;
    align-items: center;
    margin-top: 6rem;
    flex-direction: column;
}

.highLight .bg {
    background-color: rgba(31, 41, 55, 0.6);
    padding: 2rem 0;
    border-radius: 0.25rem;
}

.highLight-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.highLight-content h1 {
    color: rgb(237 172 21);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-align: center;
}

.text-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.text-line::before,
.text-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    margin: 0 10px;
}

.text-line span {
    text-align: center;
    font-size: 16px;
    color: #bbb;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* 

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #edac15;
    z-index: 11000;
    position: fixed;
    display: block;
    text-align: center;
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
} */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #313638;
    z-index: 11000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 95%;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Spinner ring (spins) */
/* .spinner {
    width: 80px;
    height: 80px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
} */

.imageLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 9999;
}

.loader {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    border-color: #EDAC15;
    animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
    inset: 6px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

/* House stays fixed in center */
.house-loader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.house-loader svg {
    width: 42px;
    height: 42px;
}

/* Spinner animation only on the ring */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
}


.btn.btn-secondary {
    color: var(--white);
    background: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 10;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(242, 242, 242, 0.7)
}


@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 500;
}


.custom-navbar {
    border-radius: none;
    transition: border-radius 0.5s ease;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .sticky-top .custom-navbar {
        border-radius: 0;
    }

    .custom-navbar {
        border-radius: 20px;
    }

}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -136px;
    }
}


/* @media (max-width: 768px) {
    .videoTour {
        height: 100vh;
        transform: none;
    }
} */

/* @media ((min-width: 1400px)) {
    
} */

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
}

.caption {
    color: #edac15;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    /* line-height: 12px; */
    letter-spacing: 1.4px;
}

/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}

.image-section {
    width: 100%;
}

.image-section .card-section img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.image-section p {
    font-size: 1.125rem;
    margin-top: 10px;
}

.image-section .card-section {
    aspect-ratio: 16 / 9;
}

.image-section .card-section img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.jumbotron-infobar {
    background: linear-gradient(transparent, #000);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, #000, transparent);
}

.jumbotron-infobar::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(250, 250, 250, 0.15);
}

.jumbotron-infobar .widget {
    display: flex;
    justify-content: center;
}

.jumbotron-infobar .widget .info-box {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
}


/* .jumbotron-infobar .widget .info-box:last-child {
    border-right: none;
} */
.jumbotron-infobar .widget .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jumbotron-infobar .widget .info-box .icon {
    /* font-size: 25px; */
    margin-right: 12px;
    color: #edac15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jumbotron-infobar .widget .info-box .info h4 {
    margin: 0;
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: normal;
    color: #edac15;
}

.jumbotron-infobar .widget .info-box .info span {
    color: #bbb;
    font-weight: 600;
    display: block;
}

/* Media query for larger screens */
@media (min-width: 992px) {
    .jumbotron-infobar .widget {
        flex-direction: row;
        gap: 2rem;
    }

    .jumbotron-infobar .widget .info-box {
        padding: 24px;
        border-bottom: none;
        border-right: 1px solid rgba(250, 250, 250, 0.15);
    }


    .highLight {
        margin-top: 16rem;
    }
}

/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    /* border: 1px dashed rgba(0, 185, 142, .3); */
    transition: .5s;
}

.cat-item:hover div {
    background: var(--dark-80);
    border-color: transparent;
}

.cat-item:hover div i {
    color: var(--primary) !important;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}

.cat-item.bg-light {
    background-color: var(--light) !important;
    transition: all 0.3s ease;
}

.cat-item.bg-light:hover {
    background-color: rgba(237, 172, 21, 0.25) !important;
    box-shadow: 0 0 15px 5px rgba(237, 172, 21, 0.7) !important;
    border-color: #EDAC15;
    outline: 0;
    cursor: default;
}

.cat-item .icon i {
    font-size: 34px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-slider .property-item {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

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

.property-item .border-top {
    border-top: 1px dashed rgba(237, 172, 41, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(237, 172, 41, .3) !important;
}

.property-body {
    position: relative;
}

.property-item .img-fluid {
    width: 408px;
    height: 272px;
    object-fit: cover;
}

.fav-type {
    margin-top: -24px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.property-favorite {
    border-radius: 50%;
    top: -60px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.container-fluid.bg-primary {
    background: var(--primary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgb(237 172 21) !important
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
    height: inherit;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .weekly-office-hours li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1)
}



/* about page */
.all-title-box {
    background: url(../img/building.svg);
    position: relative;
    padding: 200px 0 70px 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    width: 100%;
    min-height: 385px;
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 768px) {
    .all-title-box {
        background-size: contain;
        min-height: 250px;
        padding: 2rem 1rem;
    }
}

.all-title-box::before {
    content: "";
    position: absolute;
    background: rgba(249, 247, 246, .1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.all-title-box .container {
    position: relative;
}

.all-title-box h2 {
    color: var(--dark);
    padding: 0px;
    font-size: 40px;
    font-weight: 600;
}

#breadcrumbs {
    /* background: var(--primary); */
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}



#breadcrumbs .breadcrumb-item.active {
    color: var(--primary);
}

#breadcrumbs ol li {
    display: inline-block;
    list-style: none;
    /* margin: 0 0 0 10px; */
    color: var(--dark);
}

#breadcrumbs ol li a {
    font-weight: 300;
}

#breadcrumbs ol li a:hover {
    color: var(--primary);
}

.slider {
    width: 100%;
    height: 350px;
    display: flex;
    gap: 20px;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.slider .bigImage {
    flex: 3;
    position: relative;
}

.slider .smallImages {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: thin;
}

.slider .smallImages img {
    height: 100px;
    height: 100px;
    flex-shrink: 0;
}

.slider .smallImages::-webkit-scrollbar {
    width: 6px;
}

.slider .smallImages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.slider .fullSlider {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.slider .fullSlider .arrow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .fullSlider .arrow svg {
    width: 50px;
    height: auto;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.slider .fullSlider .imgContainer {
    flex: 10;
}

.slider .fullSlider .imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .fullSlider .close {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 50px;
    cursor: pointer;
}

.slider .bigImage img {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.slider .bigImage img.fade-out {
    opacity: 0;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 10;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;

}

.slider .arrow:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.slider .arrow-left {
    left: 20px;
    width: 32px;
    height: 48px;
}

.slider .arrow-right {
    right: 20px;
    width: 32px;
    height: 48px;
}

.slider .bigImage .arrow i::before {
    font-size: 20px;
}

.slider .bigImage .arrow i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
}

.slider .bigImage {
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-track .slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.widget-form {
    padding: 40px;
    margin-bottom: 30px;
}

.widget-form .widget-form-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.property-body {
    padding: 40px;
}

.agent-name {
    font-size: 1.8rem;
    font-weight: 300;
}

.propery-info ul {
    display: flex;
    gap: 12px;
}

.propery-info ul li .info {
    position: relative;
}

.propery-info ul li .info svg {
    scale: .6;
    position: absolute;
}

.property-body h1.address {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

.property-body h1.address address {
    color: #595963;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}


.amenity-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 equal columns */
    gap: 10px;
    /* Space between items */
    list-style: none;
    padding: 0;
}

.amenity-list li {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
}

.amenity-list li .fa {
    margin-right: 10px;
}

.amenity-list li p {
    margin-bottom: 0;
}

/* How it work section */

.processHolder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.processHolder svg {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    height: 180px;
}

@media (min-width: 1024px) {
    .processHolder {
        flex-direction: row;
    }

    .processHolder svg {
        transform: rotate(0deg);
    }

    .jumbotron-infobar .widget {
        gap: 2rem;
        flex-direction: row;
    }

    .videoTourContainer .videoTour {
        min-height: 100%;
        height: auto;
    }

    .jumbotron-infobar .widget .info-box {
        padding: 24px;
        border-right: 1px solid rgba(250, 250, 250, .15);
    }

    /* .jumbotron-infobar .widget .info-box:last-child {
        border-right: none;
    } */

    .back-to-top {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;

    }
}

.processFlow {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.processFlow-count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 34px;
    background: #fc0;
    text-align: center;
    border-radius: 5em;
}

.processFlow-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33em;
    letter-spacing: -0.03em;
    margin-top: 20px;
}

.processFlow-description {
    text-align: center;
    margin-top: 4px;
}

.form-contact-agent .form-group,
.form-contact-agent textarea {
    margin-bottom: 1rem;
}

.site-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #333333;
    border: 1px solid #e6e6e6;
}

.site-pagination a:hover {
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #cccccc;
}

.site-pagination a.active {
    border: 1px solid transparent;
    background: var(--primary);
    color: #fff;
}

.site-pagination a.active:hover {
    border: 1px solid transparent;
    box-shadow: none;
}

.site-pagination span {
    display: inline-block;
    width: 20px;
}


.property-slider-container {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

.property-slider {
    overflow: hidden;
    width: 100%;
    background-color: var(--white);
}

.property-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.property-slider-track>.col-lg-4 {
    flex: 0 0 100%;
    /* Show 1 card on mobile */
    max-width: 100%;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .property-slider-track>.col-lg-4 {
        flex: 0 0 50%;
        /* Show 2 cards on tablets */
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .property-slider-track>.col-lg-4 {
        flex: 0 0 33.333%;
        /* Show 3 cards on large screens */
        max-width: 33.333%;
    }
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: var(--primary);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.slider-arrow.left {
    left: 10px;
}

.slider-arrow.right {
    right: 10px;
}

.slider-arrow i {
    font-size: 16px;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}

.custom-dropdown.active .dropdown-content {
    display: block;
}

.custom-dropdown .options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-dropdown .options li {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.custom-dropdown .options li:hover {

    background: #f2f2f2;
}

.dropdown-icon,
.clear-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

.clear-icon {
    display: none;
}

/* 
.custom-dropdown.active .options {
    display: block;
} */
.range-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.range-bar {
    position: relative;
    width: 100%;
    height: 40px;
}

.range-slider input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    height: 40px;
}

.range-slider-track {
    position: absolute;
    height: 5px;
    background: #ccc;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #8B6E52;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 5px;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 20px;
    height: 40px;
    background: #8B6E52;
    border: none;
    cursor: pointer;
}

.range-values {
    display: flex;
    justify-content: space-between;
}

.range-values .label {
    font-weight: inherit;
    font-size: 1.2rem;
    color: var(--dark);
}

.range-values .value span {
    font-weight: 600;
    font-size: 1rem;
    color: var(--secondary);
}

.advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.more-filters-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    background: var(--white);
    padding: 0 15px;
}

.more-filters-wrapper.expanded {
    height: auto;
    overflow: visible;
}

.highLight .advanced-search-form {
    background-color: var(--white);
    padding: 30px 20px 20px;
}

.more-filter a {
    font-weight: 400;
}

.list-group .list-group-item span {
    font-weight: 500;
}

.list-group .list-group-item:hover .icon,
.list-group .list-group-item:focus .icon {
    background-color: var(--light) !important;
}

.list-group .list-group-item:hover,
.list-group .list-group-item:focus {
    background-color: var(--light);
    cursor: pointer;
}

.list-group .list-group-item.active .icon {
    background-color: var(--dark-blue) !important;

}

.list-group .list-group-item.active {
    background-color: var(--dark-blue);
    cursor: pointer;
}

.custom-left-dropdown {
    left: auto !important;
    right: 0 !important;
    transform: translateX(-50%);
}

#navbarCollapse .nav-link {
    color: var(--white) !important;
}

.rh_label .rh_label__wrap {
    position: relative;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 16px;
}

#flag {
    width: 110px;
    height: 56px;
    box-sizing: content-box;
    padding-top: 15px;
    position: relative;
    background: red;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

#flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #eee;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
}

.feature-tag {
    position: absolute;
    top: 0;
}

#pointer {
    width: 100px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ea723d;
    color: #fff;
}

#pointer:before {
    content: "";
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #ea723d;
    border-top: 14px solid transparent;
    border-bottom: 16px solid transparent;
}

.more-filters-wrapper {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
}

.more-filters-wrapper.expanded {
    /* height is handled via JS for smooth animation */
}

.property-list-filter-form .row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.property-list-filter-form .row .col-lg-4 {
    flex: 0 0 100%;
    width: 100%;
}

.property-list-filter-form .row .mt-3 {
    margin-top: 0 !important;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}