.property-card .card-footer .property-name {
    min-height: 45px;
}
.property-card .card-footer .property-detail {
    min-height: 50px;
}
.property-card .card-footer .card-specs .spec-item {
    /* min-width: calc(33.3333% - 1rem); */
}
.project-area .project-info-content .info-content p {
    font-size: 1rem;
}
.project-area .project-info-content .info-content span {
    font-size: 1rem;
}
.header-container {
    max-height: 100%;
}
.header-container .header .logo-link img {
    width: 120px;
}
.home-slider-section
    .home-slider
    .swiper-slide
    .container
    .content-wrapper
    .specs-wrapper
    .specs-footer
    .property-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1919px) and (max-width: 2560px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
    :root {
        --sidemenu-width: 80px;
        --container-padding: 15px;
    }
    body {
        font-size: 12px;
    }
    .home-slider-section
        .home-slider
        .swiper-slide
        .container
        .content-wrapper
        .text-wrapper
        h3 {
        font-size: 32px;
    }
    .home-slider-section
        .home-slider
        .swiper-slide
        .container
        .content-wrapper
        .text-wrapper
        p {
        font-size: 1rem;
    }
    .home-slider-section
        .home-slider
        .swiper-slide
        .container
        .content-wrapper
        .specs-wrapper
        .specs-footer
        .property-name
        h4 {
        font-size: 28px;
    }
    .home-slider-section
        .home-slider
        .swiper-slide
        .container
        .content-wrapper
        .specs-wrapper
        .specs-footer
        .property-contact
        p {
        font-size: 1rem;
    }
    .slider-nav-container button {
        width: 60px;
        height: 60px;
    }
    .slider-nav-container button svg {
        width: 30px;
    }
}
.footer .footer-ending .legal-nav ul {
    justify-content: center;
    align-items: center;
    gap: 50px 30px;
}

.footer .footer-ending .legal-nav ul li:not(:last-child)::after {
    right: -1rem;
}

.property-card .card-footer .card-specs {
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
}
.property-card {
    position: relative;
}

.property-card:not(:has(.property-detail)) .property-price {
    margin-bottom: 70px;
}
@media screen and (min-width: 1920px) {
    .container {
        margin-right: auto;
    }
}

@media screen and (min-width: 1200px) {
    .property-search-form .form-tab-content form.form-content .select-wrapper {
        /* width: calc(33.3333% - 1.7rem); */
        width: auto;
        flex-grow: 1;
    }
}
@media screen and (min-width: 992px) {
    .counter-area {
        /* margin-top: 150px; */
        margin-bottom: 20px;
    }
    .property-grid-section
        .properties-list-grid
        .scroll-list-wrapper
        .property-grid-slider
        .swiper-wrapper {
        justify-content: center;
    }
    .property-search-form .form-tab-content form.form-content .form-search {
        margin-left: auto !important;
    }

    .property-search-form
        .form-tab-content
        form.form-content
        .select-wrapper
        .select2-container {
        width: 100%;
    }
    .property-search-form
        .form-tab-content
        form.form-content
        .form-search
        button {
        width: 100%;
        gap: 1rem;
    }
    .property-search-form .form-tab-content form.form-content .form-search {
        width: 100%;
        margin-top: 1rem;
    }
}
.home-properties-section {
    min-height: auto;
    padding-bottom: 1rem;
}
.property-search-form .form-tab-content {
    min-width: auto !important;
    max-width: 100%;
}
.property-search-form .form-tab-content form.form-content {
    flex-wrap: wrap;
    gap: 1rem;
}
.form-content:has(.search-input-wrapper) {
    flex-wrap: nowrap !important;
}
.form-content:has(.search-input-wrapper) .form-search {
    width: auto !important;
}
/* .home-filter-area{
  padding: 1rem;
}
.home-filter-area .container{
  padding: 0;
  
} */
/* @media screen and (min-width:1200px){

  .home-filter-area .container .property-search-form{
    margin-top: -75px;
  }
} */

.js-toggle-search {
    background-color: transparent;
}
.js-toggle-search i {
    color: #fff;
}
.js-sticky .js-toggle-search {
    background-color: #1870d6;
}

.footer .footer-ending {
    padding: 70px;
}

.anchor-button {
    position: fixed;
    right: calc(var(--sidemenu-width) + 3rem);
    background: #1870d6;
    z-index: 90;
    bottom: 50px;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.2s ease-in-out;
    transform: scale(0);
    /* display: none; */
}
.js-scroll-top {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.footer .footer-wrapper .footer-menu-footer .anchor-button a:hover svg {
    transform: none !important;
}
.footer .footer-wrapper .footer-menu-footer .anchor-button:hover {
    transform: scale(1.1);
}
.anchor-button.active {
    transform: scale(1);
    display: flex;
}
@media screen and (max-width: 992px) {
    .home-page .home-slider-section {
        padding-top: 30px;
    }
    .header .logo-link {
        max-width: 75px;
    }
    .footer .footer-ending {
        padding: 2rem;
    }
    .footer .footer-ending .legal-nav ul {
        gap: 20px 30px;
    }
    .anchor-button {
        right: 1rem;
    }
    .header-container .header .logo-link img {
        width: 100%;
        height: 70px;
    }
    .home-properties-section .container {
        padding-top: 30px !important;
    }
    .properties-page .home-properties-section {
        padding-top: 150px !important;
    }
}
.centered-full {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-menu {
    min-width: 230px;
    align-items: flex-start;
}
.fixed-menu .fixed-menu-content {
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .home-properties-section .container {
        padding-top: 200px;
    }
}

.property-search-form
    .form-tab-content
    form.form-content
    .select-wrapper:not(:last-of-type) {
    margin-right: 0;
}

.noUi-horizontal {
    height: 10px;
    margin-top: 0.5rem;
}
.noUi-connect {
    background-color: #1870d6;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    box-shadow: none;
    border-radius: 50%;
}
.noUi-handle:before,
.noUi-handle:after {
    content: none;
}
.price-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    gap: 0 0.5rem;
}
.price-holder div {
    min-width: 70px;
}

.has-blurry::before {
    content: none;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: -webkit-linear-gradient(
        -90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -moz-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 1) 100%
    );
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    z-index: 2;
}
select {
    display: none;
}
.blog-content-wrapper {
    flex-direction: column;
}
.blog-image {
    max-width: 100%;
    height: 400px;
    object-fit: contain;
    margin-right: auto;
    /* width: 100%; */
}

.mb-1 {
    margin-bottom: 1rem;
}

.home-properties-section .property-search-form {
    margin-top: 100px;
}

.properties-page .property-grid-section {
    margin-top: -100px;
}
@media screen and (max-width: 1440px) {
    .properties-page .home-properties-section .container {
        padding-top: 200px;
    }
}
.select2-dropdown {
    z-index: 3;
}
/* .home-slider-section .home-slider .swiper-slide .container .content-wrapper .text-wrapper h3{
    background-color: rgba(255, 255, 255, .8862745098);
    color: #1870d6;
    display: inline-block;
    padding: .5rem;
} */

.home-slider-section
    .home-slider
    .swiper-slide
    .container
    .content-wrapper
    .text-wrapper
    h3 {
    text-shadow: 0 0 5px black;
}
.home-slider-section .home-slider .swiper-slide .image-wrapper::after {
    background-color: rgb(24 112 214 / 80%);
}
.home-slider-section
    .home-slider
    .swiper-slide
    .container
    .content-wrapper
    .text-wrapper
    p {
    font-size: 24;
}

.home-slider-section
    .home-slider
    .swiper-slide
    .container
    .content-wrapper
    .text-wrapper
    p {
    font-weight: 500;
}
.property-card {
    background-color: transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px 1px;
}

.property-search-form .form-tab-header .form-tab {
    color: #0c2849;
    font-size: 18px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
    .input-wrapper:not(:last-of-type){
        margin-bottom: 1rem;
    }
    .js-lead-form .form-content {
        padding: 1rem 0;
    }
    .custom-close-button {
        top: 10px;
        border-radius: 0;
        width: 40px;
        height: 40px;
    }
    .input-wrapper .custom-input {
        height: 50px;
    }
    .checkbox-wrapper .custom-checkbox-label {
        font-size: 10px;
    }
}

@media screen and (max-width:992px) {
    .fixed-menu .fixed-menu-content{
        padding-top: 30px;
    }
}
@media screen and (min-width: 2000px) {
    html,
    body {
        zoom: 1.05;
    }
}