﻿a{
    text-decoration:none;
}
#wrap {
    position: relative;
}


.ui-autocomplete .autocomplete-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auto-complete-parent img {
    width: 20px;
    height: 20px;
}

.auto-complete-parent {
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 6px 1em 6px .4em !important;
    border: none !important;
}

    .ui-menu .ui-menu-item-wrapper.auto-complete-item {
        padding-left: 32px !important;
    }

    .ui-menu .ui-menu-item-wrapper.ui-state-active {
        background: transparent !important;
        color: #000 !important;
        border: none !important;
        margin: 0;
    }

.ui-autocomplete .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
    max-height: 45vh;
    overflow-y: scroll;
    overflow-x: unset;
}

.ui-autocomplete .autocomplete-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ui-widget.ui-widget-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 999;
}

.ui-menu-item:has(> .auto-complete-parent) {
    pointer-events: none;
}

#mainloader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: #ffffffe0;
}

#mainloader {
    display: none;
}
#mainloader.active {
    display: flex !important;
}
.loader-container {
    position: relative;
    width: 200px;
    height: 200px;
}

#c5 {
    stroke-dasharray: 80;
    stroke-dashoffset: 200;
    animation: loading5 1s linear infinite alternate;
}

@keyframes loading5 {
    to {
        stroke-dashoffset: 0;
    }
}

#buildingsvg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*****jan 2025***/
.link-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .link-block a {
        color: #fff;
        text-decoration: none;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.see-more-card .product-card .card-image .card-img-top {
    height: 337px;
}

.tabs-component .product-card .product-content .product-by {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 230px;
}


.message-image-vector {
    max-width: 435px;
    filter: drop-shadow(1px 1px 1px #ff582d);
}

.pagenumberedit {
    display: flex;
    width: 100px;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
}

    .pagenumberedit svg {
        cursor: pointer;
    }



#shareModal .modal-content {
    border-radius: 12px;
}

#shareModal .modal-header {
    border-bottom: none;
    justify-content: space-between;
}

#shareModal .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

    #shareModal .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        font-size: 20px;
        text-decoration: none;
        color: #495057;
        transition: all 0.3s ease;
        border: 1px solid rgba(79, 84, 83, 0.1);
    }

.social-icons a:hover {
    background-color: #007bff;
    color: #fff;
}

#shareModal .copy-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#shareModal .copy-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #shareModal .copy-button:hover {
        background-color: #0056b3;
    }

/*header*/
.header-right .dropdown-item {
    padding: 5px 8px;
    font-size: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.header-right .dropdown-item img {
    width: 24px;
    height: 24px;
}
.social-list {
    display: flex;
    gap: .5rem;
    align-items: center;
}

    .social-list a svg {
        width: 32px;
        height: 32px;
    }

.popover-body:has(.social-list) {
    padding: 8px;
}
/*chip*/
.chip {
    text-decoration: none;
}

.filter-btn-group .btn {
    align-items: stretch;
    gap: 4px;
}

.quickview-modal .btns-group .btn-light {
    color: #FF582D;
    font-size: 14px;
}
.quickview-modal .btn-check:checked + .btn{
    color: #fff !important;
    background-color: #ff6942 !important;
}
.quickview-modal .btn-check:checked + .btn svg path {
    fill: currentColor;
}
.quickview-modal .product-content {
    gap: 16px !important;
}
.quickview-modal .product-card .product-content .product-price {
    text-align: left;
}

.quickview-modal .owl-carousel .owl-stage {
    height: 466px;
    overflow: hidden;
}
.quickview-modal .product-card .product-content .item {
    max-width: 200px;
    width: 100%;
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-next, .quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-prev {
    border-radius: 50% !important;
    width: 43px !important;
    height: 43px !important;
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-next {
    right: 24px;
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 24px;
}
.quickview-modal .prop-carousel.owl-carousel .owl-dots {
    bottom: 24px !important;
}
@media screen and (max-width: 767px) {
    .quickview-modal .product-card .product-content .item {
        max-width: 100%;
        width: 100%;
        text-align: left !important;
    }
    .quickview-modal .btns-group .me-auto {
        display:none;
    }
    .quickview-modal .prop-carousel.owl-carousel .owl-dots {
        display: none;
    }
}
div #offcanvasExample {
z-index: 9999
}

.compare-wrap .btn-close {
    z-index: 9;
}

.compare-wrap .product-card:hover {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
    transform: none;
}
.compare-table td {
    vertical-align: top;
}
.aminities-list img {
    width: 24px;
}
.breadcrumb {
    flex-wrap: nowrap;
}
.compare-table .builder-name {
    flex-wrap: wrap;
}
.details-item .card .card-header .link {
    gap:4px;
}
.details-item .card .card-header .link svg{
    margin-top: -1px;
}
.rating svg {
    margin-top: -2px;
}
.details-item {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    filter: none;
}



@media only screen and (max-width: 575px) {
    .back-to-top.show {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .compare-table .prop-image {
        height: 80px;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .testimonial-section .container {
        /*        padding-top: 0px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;*/
    }

    .testimonial-section .container > .row {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .handpick-property .p-0-mobile {
        /*        padding-top: 0px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;*/
        padding: 0 12px !important;
            
    }
}

.dev-item {
    filter: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.sidebar-menu .sidebar-wrap {
    top: 56px;
}
/*
.dropdown-menu {
    z-index: -1;
    transition: all 0.3s ease;
    transform: translateY(15px);
}

    .dropdown-menu.show {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: all 0.3s ease;
    }
    .dropdown-menu[data-bs-popper]{
        top:auto;
    }*/

/*dropdown animation*/
.search-component .search-panel{
    position:relative;
}
.dropdown-menu {
    opacity: 0.0001;
    transition: 0.3s cubic-bezier(.2, 0, 0, 1.6);
    transform: scale(0.6) translateY(-20%);
    -webkit-transform: scale(0.6) translateY(-20%);
    top: 5px;
}

    .dropdown-menu.show {
        opacity: 0.9999;
        transform: none;
        -webkit-transform: none;
    }
.comment-filter .custom-dropdown {
    position: relative;
}
/*tabs animation*/
.icon-wrap {
    height: 32px;
    width: 32px;
    overflow: hidden;
    margin: 0 auto;
}
.icon-wrap svg {
    transition: .3s;
}
.tabs-component .nav-tabs .nav-link:hover .icon-wrap svg {
    transition: .3s;
    transform: translateY(-32px);
}
.tabs-component .nav-tabs .nav-link.active .icon-wrap svg {
    transform: translateY(-32px);
}
#myTab .slider {
    height: 0 !important;
}
/*compare page*/
.compare-table .prop-image {
    height: 158px;
    object-fit: cover;
}
.size-cards .item ul li .icon svg {
    vertical-align: super;
}
.size-cards .item ul li .text {
    color: #090C08;
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
}
/*login validation message*/
#loginmainerror {
    font-size: 14px;
    text-align: center;
}
/*product card ellipsis*/
.product-card .text {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card .product-content .product-price {
    text-align: right;
}
.product-card .product-content .content-row{
    width: 50%;
}
.product-card .product-content .content-row .product-title, .product-card .product-content .content-row .product-by {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card .product-content .product-location svg {
    margin-right: 4px;
}
.tabs-component .nav-tabs .nav-link:hover svg line{
    stroke: #FF582D;
}
.quickview-modal .btns-group {
    width: 100%;
    left: 0;
    padding: 0 24px;
    gap: 24px !important;
}
.quickview-modal .product-card .card-image {
    background: #000;
}
/*country code*/
.form-component .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .form-component .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .form-component .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-component .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-color: rgba(79, 84, 83, 0.24);
    font-size: 14px;
}
/*sizing dropdown*/
.sizing-dropdown .btn{
    min-height: 1px;
    padding:0;
}
.sizing-dropdown .btn:active, .sizing-dropdown .btn.show {
    color: #ff582d;
}
.sizing-dropdown .dropdown-menu a {
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    text-decoration: none;
}
.search-component .dropdown-toggle {
    gap: 1rem;
}
.custom-dropdown-container .custom-check {
    font-size: 14px;
}
.custom-dropdown-container .dropdown-toggle span {
    width: 117px;
}


/*get in touch*/
.get-in-touch {
    z-index: 999;
}

.custom-dropdown {
    position: relative;
}

.product-card .product-content .product-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.property-slider-component.owl-carousel.owl-drag .owl-item {
    margin-right: 16px;
}
.compare-table td {
    position: relative;
}
.compare-remove {
    position: absolute;
    right: 16px;
    top: 16px;
}
/*profile sidebar*/
.sidebar-menu-nav .item a {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sidebar-menu-nav .item a img{
    width:24px;
    height:24px;
}
.sidebar-menu-nav .item a.active img {
    filter: brightness(0) invert(1);
}
.session-table .fa {
    color: rgb(108, 117, 125);
}
.tabs-full-width {
    top: 56px;
}

/*search page*/
@media screen and (min-width: 1279px){
    .search-list .item .product-card .card-image {
        width: 30%;
    }
}

.reralist-carousel .qr-block img{
    max-width:100px;
    margin: 0 auto;
}
.reralist-carousel .owl-nav button {
    position: absolute;
    transform: translate(0px, -50%);
    top: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px !important;
    border: 1px solid rgba(79, 84, 83, 0.1) !important;
    background: #FFF !important;
    color: #343A40 !important;
    line-height: 10px !important;
}
.reralist-carousel .owl-nav button.owl-next {
    right: -16px;
}
.reralist-carousel .owl-nav button.owl-prev {
    left: -16px;
}
.filter-btn-group {
    flex-wrap: wrap;
}
.filter-btn-group .btn {
    flex: none;
}
.select2-container--default .select2-selection--single {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-color: rgba(79, 84, 83, 0.24);
    font-size: 14px;
}
.size-cards .item ul li .text {
    width: auto;
    white-space: normal;
    margin-top: 0;
}
/*sticky footer mobile*/
.sticky-footer a img {
    width: 40px;
}
.profile-drawer li a {
    padding: 12px;
    color: #1E1E1E;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.profile-drawer li a img {
    width: 24px;
    height: 24px;
}
.profile-drawer .active {
    background-color: #FF582D;
    color: #fff;
}
.profile-drawer .active img {
    filter: brightness(0) invert(1);
}
.profile-drawer li:first-child a img {
    filter: none;
}
/*loggedin sidebar*/
.profile-drawer li:first-child a img {
    filter: none;
}
.sidebar-menu-nav .item:first-child a img {
    filter: none;
}
.search-list .item .product-card a{
    text-decoration:none;
}
.search-list .product-card .product-content .product-location {
    width: 40%;
    justify-content: flex-end;
}

.search-list .item .product-card .product-content .product-title {
    width: 60%;
}
@media screen and (max-width: 991px) {
    .quickview-modal .owl-carousel .owl-stage {
        max-height: 50vh;
    }

}
/*search tag*/
.banner-content .quick-search .list .chip {
    white-space: nowrap;
}
.mobile-sort .col {
    padding-right: 8px;
    padding-left: 8px;
}
.stat-component img {
    width: 60px;
}
.cookies-component {
    z-index: 999;
}