.zctz-init {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    font-family: var(--zctz-font-family, inherit);
}
.zctz-init input[type="text"], .zctz-init input[type="email"], .zctz-init input[type="password"], 
.zctz-init input[type="tel"], .zctz-init input[type="url"], .zctz-init textarea, .zctz-init .zctz-form textarea, .zctz-init select{
    font-family: inherit;
    background-color: var(--zctz-bg-white-color);
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid var(--zctz-border-color);
    font-size: var(--zctz-font-size-lg);
    color: var(--zctz-text-color);
    box-shadow: none;
    padding: 8px 15px;
    border-radius: 4px;
    text-transform: none;
    text-shadow: none;
    text-align: left;
    height: 40px;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
}
.zctz-init input[type=checkbox]+label, .zctz-init input[type=radio]+label {
    margin: 0 0 0 .3819820591em;
}
.select2-container, .select2-container textarea {
    font-family: var(--zctz-font-family, inherit) !important;
}
.zctz-rslonl-propertylist {
    width: 100%;
    position: relative;
}
.zctz-sf-inner {
    color: var(--zctz-text-color);
    font-size: var(--zctz-font-size-paragraph);
    background-color: var(--zctz-bg-grey-color);
    padding: 25px;
    border-radius: 8px;
    margin: 0 0 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.zctz-sf-inner h2 {
    color: var(--zctz-black-color);
    padding: 0;
    line-height: 1.4;
    font-size: var(--zctz-font-size-property-single-heading);
    text-transform: none;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center;
}
.zctz-form {
    margin-bottom: 1.618em;
    display: inline-block;
    position: relative;
    width: 100%;
}
.zctz-search-form-fields {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    gap: 15px 20px;
}
.zctz-rslonl-tab-container ul {
    margin: 0;
    list-style: none;
}
.zctz-rslonl-form-group {
    width: calc(25% - 15px);
    white-space: normal;
    position:relative;
}
.zctz-form input, .zctz-form input[type="text"], .zctz-form input[type="email"], .zctz-form input[type="search"], .zctz-form input[type="password"], .zctz-form input[type="url"], .zctz-form input[type="tel"], .zctz-form textarea {
    
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-weight: 400;
}
.zctz-form input[type="reset"], .zctz-form input[type="button"], .zctz-form input[type="submit"], .zctz-form .button, .zctz-form button, .zctz-button, a.zctz-button, .zctz-prop-vm-btn-wrapper a.zctz-button {
    
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    text-transform: capitalize;
    padding: 6px 12px 4px;
    border: 1px solid var(--zctz-button-border-color);
    line-height: 25px;
    color: var(--zctz-button-color);
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    margin: 0;
    background-color: var(--zctz-button-bg-color);
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.zctz-form-group .zctz-button, .zctz-form-group input[type="submit"] {
    margin: 0;
    text-transform: none;
}
.zctz-sf-inner form input[type="submit"] {
    height: 40px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    border-color: var(--zctz-button-border-color);
    background: var(--zctz-button-bg-color);
    color: var(--zctz-button-color);
}
.zctz-properties {
    padding: 20px 0;
    text-align: left;
}
.zctz-organize-results-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 30px;
    padding: 15px;
    background-color: var(--zctz-bg-grey-color);
    border-radius: 6px;
    gap: 20px;
}
.zctz-organize-results {
    min-width: 75px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}
.zctz-property-gallery-wrap{
    
}
.zctz-organize-results svg{
    height: auto;
    width: 24px;
}
.zctz-organize-results .zctz-as-grid, .zctz-organize-results .zctz-as-list{
    opacity:0.5;
    cursor:pointer;
}
.zctz-organize-results .zctz-active{
    opacity:1;
}
.zctz-sorttype {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.zctz-props-found {
    width: 300px;
    font-size: var(--zctz-font-size-lg);
    color: var(--zctz-text-color);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.zctz-organize-results-wrapper .zctz-props-found svg{
    height: 25px;
    width: auto;
    margin-right: 5px;
    vertical-align: bottom;
}
.zctz-pro-list-wrapper{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: flex-start;
}
.zctz-pro-list-wrapper.zctz-display-as-grid{
    grid-template-columns: 1fr 1fr;
}
.zctz-property-item {
    position: relative;
    overflow: hidden;
    background: var(--zctz-bg-white-color);
    box-shadow: 1px 1px 6px rgb(224 224 224);
    border-radius: 6px;
}
.zctz-property-gallery {
    position: relative;
    overflow: hidden;
}
.zctz-prop-badges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.zctz-property-features {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px 25px;
    margin-bottom:15px;
}
.zctz-property-feature{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.zctz-property-info-wrap {
    width: 70%;
    padding: 0px 20px 20px 20px;
}

.zctz-pro-list-wrapper .zctz-property-gallery-wrap {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.zctz-badge-left span, .zctz-badge-right span{
    color: #fff;
    font-size: var(--zctz-font-size-sm);
    line-height: 1;
    padding: 5px 10px 3px;
    border-radius: 4px;
    background: var(--zctz-secondary-color);
}
.zctz-badge-right span{
    background: var(--zctz-primary-color);
}
.zctz-property-gallery img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}
.zctz-prop-info-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 1;
}
.zctz-property-gallery .zctz-prop-info-wrapper .zctz-prop-location-wrapper {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px;
    border-radius: 4px;
    width: auto;
    max-width: 49%;
}
.zctz-property-gallery .zctz-prop-info-wrapper img {
    max-width: 100%;
    display: block;
    border-radius: 3px;
    height: 15px;
    width: auto;
    margin-right: 4px;
    object-fit: cover;
    transition: all 0.2s linear;
}
.zctz-pagination-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}
ul.zctz-pagination-list li.active a, ul.zctz-pagination-list li.active a:focus, ul.zctz-pagination-list li.active a:hover, ul.zctz-pagination-list li a:hover {
    color: var(--zctz-button-hover-color);
    cursor: pointer;
    background-color: var(--zctz-button-bg-hover-color);
    border: 1px solid var(--zctz-button-border-hover-color);
}
ul.zctz-pagination-list li {
    padding: 0;
}
ul.zctz-pagination-list li.prev a, ul.zctz-pagination-list li.next a {
    font-weight: 600;
}
ul.zctz-pagination-list li a, ul.zctz-pagination-list li span {
    display: inline-block;
    position: relative;
    padding: 5px 12px;
    text-decoration: none;
    background-color: var(--zctz-bg-grey-color);
    border: 1px solid var(--zctz-border-color);
    box-shadow: 0 5px 15px rgb(0 0 0 / 1%);
    font-weight: 500;
    font-size: 15px;
    color: var(--zctz-text-color);
    border-radius:5px;
}
ul.zctz-pagination-list li a, ul.zctz-pagination-list li span {
    min-height: 36px;
    line-height: 24px;
}
.zctz-pagination .zctz-pagination-list li a{
    text-decoration:none;
}
.zctz-prop-info-wrapper span {
    color: #fff;
    font-size: var(--zctz-font-size-md);
    line-height: 1;
}
.zctz-prop-location{
    width: calc(100% - 20px);
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zctz-share-social-wrap {
    cursor: pointer;
    position:relative;
}
.zctz-share-social-wrap .social-share-buttons {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.1s linear;
}
.zctz-share-social-wrap .social-share-buttons {
    position: absolute;
    top: -112px;
    left: 0;
    width: 30px;
    z-index: 9;
    height: 110px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--zctz-primary-color);
    padding: 6px 0;
    border-radius: 4px;
    text-align:center;
}
.zctz-share-social-wrap:hover .social-share-buttons {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    transition: all 0.1s linear;
}
.zctz-prop-info-wrapper a {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.zctz-prop-info-wrapper a, .zctz-prop-info-wrapper a:hover {
    color: #fff;
}
.zctz-prop-vm-btn-wrapper a.zctz-prop-vm-btn {
    padding: 8px 30px;
    width: auto;
    border-radius: 38px;
}
.zctz-property-item a {
    
}
.zctz-item-title h2{
    margin: 0;
    padding: 5px 0px;
}
.zctz-sort-properties {
    width: calc(100% - 300px);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    margin:0;
}
.zctz-sort-properties .zctz-sort-by-txt {
    font-size: var(--zctz-font-size-md);
    color: var(--zctz-text-color);
    min-width: 80px;
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
}
.zctz-sort-properties select {
    width: 100%;
    max-width: 260px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
    display: block;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}
.zctz-search-form-fields-wrapper{
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}
.zctz-property-item-inner{
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    padding-bottom: 0;
}
.zctz-rslonl-listing-types-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.zctz-rslonl-listing-types-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
/* Hide the radio input */
.zctz-rslonl-listing-types li input[type="radio"] {
    display: none;
}

.zctz-rslonl-listing-types .zctz-listing-type label {
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--zctz-tab-bg-color);
    color: var(--zctz-tab-color);
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* Label when the associated input is checked */
.zctz-rslonl-listing-types li input[type="radio"]:checked + label {
    background-color: var(--zctz-primary-color);
    color: var(--zctz-button-color);
    padding-right: 30px;
}

.zctz-rslonl-listing-types li input[type="radio"]:checked + label::before {
    content: '';
    background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+IDxyZWN0IHdoaXRlaWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlaGl0ZSI+PC9yZWN0PiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIgMTJDMiA2LjQ3NzE1IDYuNDc3MTUgMiAxMiAyQzE3LjUyMjggMiAyMiA2LjQ3NzE1IDIyIDEyQzIyIDE3LjUyMjggMTcuNTIyOCAyMiAxMiAyMkM2LjQ3NzE1IDIyIDIgMTcuNTIyOCAyIDEyWk0xNS43MDcxIDkuMjkyODlDMTYuMDk3NiA5LjY4MzQyIDE2LjA5NzYgMTAuMzE2NiAxNS43MDcxIDEwLjcwNzFMMTIuMDI0MyAxNC4zODk5QzExLjQ1ODYgMTQuOTU1NiAxMC41NDE0IDE0Ljk1NTYgOS45NzU2OCAxNC4zODk5TDguMjkyODkgMTIuNzA3MUM3LjkwMjM3IDEyLjMxNjYgNy45MDIzNyAxMS42ODM0IDguMjkyODkgMTEuMjkyOUM4LjY4MzQyIDEwLjkwMjQgOS4zMTY1OCAxMC45MDI0IDkuNzA3MTEgMTEuMjkyOUwxMSAxMi41ODU4TDE0LjI5MjkgOS4yOTI4OUMxNC42ODM0IDguOTAyMzcgMTUuMzE2NiA4LjkwMjM3IDE1LjcwNzEgOS4yOTI4OVoiIGZpbGw9IndoaXRlIj48L3BhdGg+IDwvZz48L3N2Zz4=');
    position: absolute;
    right: 8px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.zctz-rslonl-form-group ul{
    margin:0;
    font-size:14px;
}
.zctz-property-item .zctz-item-title a{
    text-decoration:none;
    color: var(--zctz-black-color);
    font-size: var(--zctz-font-size-property-single-heading);
}

/******** reference tags css ******/

.zctz-tags-input-wrapper {
    display: flex;
    gap: 5px;
    border-radius: 4px;
    border: 1px solid var(--zctz-border-color);
    background: white;
    background-color: var(--zctz-bg-white-color);
    flex-flow: row nowrap;
    align-items: center;
    overflow-x: overlay;
    overflow-y: hidden;
}

.zctz-tags-input-wrapper input.zctz-tags-input-field {
    flex: 1;
    border: none;
    outline: none;
    min-width: 120px;
}

.zctz-tag {
    padding: 4px 8px;
    border-radius: 3px;
    background: var(--zctz-bg-grey-color);
    word-wrap: break-word;
    color: var(--zctz-text-color);
    border-radius: 3px;
    font-size: var(--zctz-font-size-md);
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.zctz-tag .zctz-remove-tag {
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
    color: var(--zctz-primary-color);
    font-size:120%; /*better for touch screens*/
}

/*** price range picker css ***/
.zctz-rslonl-tray{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 6;
    padding: 15px 15px 21px;
    border: 1px solid var(--zctz-border-color) !important;
    background-color: var(--zctz-bg-white-color);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.zctz-rslonl-range-slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.zctz-price-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.zctz-slider-range-wrapper {
    position: relative;
    width: calc(100% - 15px);
    white-space: normal;
    margin: 15px 5px 15px 11px;
}
.zctz-rslonl-range-slider .zctz-price-range-reset, .zctz-rslonl-range-slider .zctz-price-range-chosen {
    
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    text-transform: capitalize;
    padding: 6px 12px 4px;
    border: 1px solid var(--zctz-button-border-color);
    line-height: 25px;
    color: var(--zctz-button-color);
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    margin: 0;
    background-color: var(--zctz-button-bg-color);
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.zctz-rslonl-range-slider .zctz-price-range-chosen {
    background-color: var(--zctz-button-bg-hover-color);
    border: 1px solid var(--zctz-button-border-hover-color);
    color: var(--zctz-button-hover-color);
}
.zctz-rslonl-range-slider .zctz-slider-range-track {
    background: var(--zctz-primary-color);
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    line-height: 1;
    height: 4px;
}
.zctz-rslonl-range-slider .zctz-slider-range {
    border: none;
    background: #eeeeee;
    border-radius: 2px;
    height: 4px;
    position: relative;
    text-align: left;
}
.zctz-rslonl-range-slider .zctz-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 15px;
    height: 15px;
    top: -6px;
    border: 1px solid var(--zctz-primary-color);
    background: var(--zctz-primary-color);
    border-radius: 50%;
    cursor: pointer;
    margin-left: -.6em;
}
.zctz-rslonl-range-slider .zctz-handle-min{
    
}
.zctz-rslonl-range-slider .zctz-handle-max{
   
}
.zctz-price-field input[type="number"]{
    -moz-appearance: textfield;
    appearance: textfield;
    width: 100%;
    height: 100%;
    outline: none;
    height: 30px;
    padding: 5px;
    font-size: 15px;
    border-radius: 4px;
    text-align: left;
    margin: 0;
    border: 1px solid var(--zctz-border-color);
    background-color: var(--zctz-bg-white-color);
    color: var(--zctz-text-color);
}



.select2-container--default .select2-selection--multiple{
    
    background-color: var(--zctz-bg-white-color);
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid var(--zctz-border-color);
    font-size: var(--zctz-font-size-lg);
    color: var(--zctz-text-color);
    border-radius: 4px;
    text-shadow: none;
    text-align: left;
    height: 40px;
    margin: 0;
    
    flex-flow: row nowrap;
    align-items: center;
    overflow-x: overlay;
    overflow-y: hidden;
    display: flex;
}
.select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice)){
    padding: 8px 15px;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top:0;
}
span.select2-search.select2-search--inline{
    display: flex;
    position: relative;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    flex-flow: row nowrap;
    align-items: center;
    display: flex;
}
.zctz-tags-input-wrapper::-webkit-scrollbar, .select2-container--default .select2-selection--multiple::-webkit-scrollbar, .zctz-chosen-features-wrapper .zctz-chosen-features::-webkit-scrollbar {
    height: 2px; /* Thin horizontal scrollbar */
}

.zctz-tags-input-wrapper::-webkit-scrollbar-track, .select2-container--default .select2-selection--multiple::-webkit-scrollbar-track, .zctz-chosen-features-wrapper .zctz-chosen-features::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); /* Subtle background */
}

.zctz-tags-input-wrapper::-webkit-scrollbar-thumb, .select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb, .zctz-chosen-features-wrapper .zctz-chosen-features::-webkit-scrollbar-thumb {
    background-color: #e5e4e4; /* Light gray thumb */
    border-radius: 2px;
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 4px 8px;
    background: var(--zctz-bg-grey-color);
    word-wrap: break-word;
    color: var(--zctz-text-color);
    border-radius: 3px;
    font-size: var(--zctz-font-size-md);
    border:none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: unset;
    line-height: 1;
    background: transparent;
    border: none;
    color: var(--zctz-primary-color);
    border: none;
    position: relative;
}
.zctz-rslonl-additional-features-btn-wrapper button.zctz-rslonl-additional-features-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.zctz-tooltip {
    cursor: pointer;
}
.zctz-prop-location-wrapper {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px;
    border-radius: 4px;
    width: auto;
    max-width: 49%;
    align-items: center;
}
.zctz-prop-location-info {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap:5px;
}
.zctz-prop-pics-ttl{
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px;
    border-radius: 4px;
    width: auto;
    align-items: center;
    gap: 5px;
}
.zctz-property-gallery .slick-prev{
    left:10px;
}
.zctz-property-gallery .slick-next{
    right: 10px;
}
.zctz-property-gallery .slick-arrow{
    opacity:0;
    width: 30px;
    height: 30px;
    
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
}
.zctz-property-gallery:hover .slick-arrow {
    opacity: 0.8;
    z-index:1;
}
.zctz-property-gallery .slick-arrow:hover {
    opacity: 1;
}
.zctz-property-gallery .slick-prev::before {
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjMwcHgiIHdpZHRoPSIzMHB4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHJva2U9IiNmZmZmZmYiPjxnPiA8Zz4gPGc+IDxnPiA8cGF0aCBkPSJNMjU2LDBDMTE0LjYxOCwwLDAsMTE0LjYxOCwwLDI1NnMxMTQuNjE4LDI1NiwyNTYsMjU2czI1Ni0xMTQuNjE4LDI1Ni0yNTZTMzk3LjM4MiwwLDI1NiwweiBNMjU2LDQ2OS4zMzMgYy0xMTcuODE4LDAtMjEzLjMzMy05NS41MTUtMjEzLjMzMy0yMTMuMzMzUzEzOC4xODIsNDIuNjY3LDI1Niw0Mi42NjdTNDY5LjMzMywxMzguMTgyLDQ2OS4zMzMsMjU2UzM3My44MTgsNDY5LjMzMywyNTYsNDY5LjMzMyB6Ij48L3BhdGg+IDxwYXRoIGQ9Ik0zMTMuNzUyLDEzNC4yNDhjLTguMzMxLTguMzMxLTIxLjgzOS04LjMzMS0zMC4xNywwTDE3Ni45MTUsMjQwLjkxNWMtOC4zMzEsOC4zMzEtOC4zMzEsMjEuODM5LDAsMzAuMTdsMTA2LjY2NywxMDYuNjY3IGM4LjMzMSw4LjMzMSwyMS44MzksOC4zMzEsMzAuMTcsMGM4LjMzMS04LjMzMSw4LjMzMS0yMS44MzksMC0zMC4xN0wyMjIuMTcsMjU2bDkxLjU4Mi05MS41ODIgQzMyMi4wODMsMTU2LjA4NywzMjIuMDgzLDE0Mi41OCwzMTMuNzUyLDEzNC4yNDh6Ij48L3BhdGg+IDwvZz4gPC9nPiA8L2c+IDwvZz48L3N2Zz4=);
    width: 30px;
    height: 30px;
    content: '';
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.zctz-property-gallery .slick-next::before {
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjMwcHgiIHdpZHRoPSIzMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEsIDAsIDAsIDEsIDAsIDApIiBzdHJva2U9IiNmZmZmZmYiPjxnPiA8Zz4gPGc+IDxnPiA8cGF0aCBkPSJNMjU2LDBDMTE0LjYxOCwwLDAsMTE0LjYxOCwwLDI1NnMxMTQuNjE4LDI1NiwyNTYsMjU2czI1Ni0xMTQuNjE4LDI1Ni0yNTZTMzk3LjM4MiwwLDI1NiwweiBNMjU2LDQ2OS4zMzMgYy0xMTcuODE4LDAtMjEzLjMzMy05NS41MTUtMjEzLjMzMy0yMTMuMzMzUzEzOC4xODIsNDIuNjY3LDI1Niw0Mi42NjdTNDY5LjMzMywxMzguMTgyLDQ2OS4zMzMsMjU2UzM3My44MTgsNDY5LjMzMywyNTYsNDY5LjMzMyB6Ij48L3BhdGg+IDxwYXRoIGQ9Ik0zMTMuNzUyLDEzNC4yNDhjLTguMzMxLTguMzMxLTIxLjgzOS04LjMzMS0zMC4xNywwTDE3Ni45MTUsMjQwLjkxNWMtOC4zMzEsOC4zMzEtOC4zMzEsMjEuODM5LDAsMzAuMTdsMTA2LjY2NywxMDYuNjY3IGM4LjMzMSw4LjMzMSwyMS44MzksOC4zMzEsMzAuMTcsMGM4LjMzMS04LjMzMSw4LjMzMS0yMS44MzksMC0zMC4xN0wyMjIuMTcsMjU2bDkxLjU4Mi05MS41ODIgQzMyMi4wODMsMTU2LjA4NywzMjIuMDgzLDE0Mi41OCwzMTMuNzUyLDEzNC4yNDh6Ij48L3BhdGg+IDwvZz4gPC9nPiA8L2c+IDwvZz48L3N2Zz4=);
    width: 30px;
    height: 30px;
    content: '';
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.zctz-property-gallery-item{
    position:relative;
}
.zctz-property-gallery-item .zctz-view-more-link {
    position: absolute;
    color: var(--zctz-white-color);
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.zctz-property-gallery-item .zctz-view-more-link::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -30%);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0ibm9uZSI+PGc+IDxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDNhNyA3IDAgMTAwIDE0IDcgNyAwIDAwMC0xNHptLTkgN2E5IDkgMCAxMTE4IDAgOSA5IDAgMDEtMTggMHptMTQgLjA2OWExIDEgMCAwMS0xIDFoLTIuOTMxVjE0YTEgMSAwIDExLTIgMHYtMi45MzFINmExIDEgMCAxMTAtMmgzLjA2OVY2YTEgMSAwIDExMiAwdjMuMDY5SDE0YTEgMSAwIDAxMSAxeiI+PC9wYXRoPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    opacity: 0;
    transition: all 0.2s linear;
}
.zctz-property-gallery-item .zctz-view-more-link:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
}
.zctz-pagination{
    margin-top: 50px;
    position: relative;
    text-align: center;
    padding: 0;
}

.zctz-init input[type="submit"]:hover, .zctz-rslonl-additional-features-btn-wrapper button.zctz-rslonl-additional-features-btn {
    background: var(--zctz-button-bg-hover-color);
    color: var(--zctz-button-hover-color);
    border-color: var(--zctz-button-border-hover-color);
    font-family:inherit;
}
.zctz-rslonl-additional-features-btn-wrapper button.zctz-rslonl-additional-features-btn:hover {
    border: 1px solid var(--zctz-button-border-color);
    color: var(--zctz-button-color);
    background-color: var(--zctz-button-bg-color);
}
.zctz-item-price{
    color: var(--zctz-primary-color);
    font-size: var(--zctz-font-size-property-list-price-heading);
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: none;
}
.zctz-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999998;
}
.zctz-rslonl-search-features-popup {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    width: 90%;
    max-width: 1200px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    z-index: 99999999;
}
body.zctz-popup-open .zctz-rslonl-search-features-popup {
    display: block;
}
.zctz-rslonl-popup-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.zctz-popup-title{
    font-size: var(--mls-Paragraph-fontsize);
    color: var(--mls-Text-color);
    text-align: left;
    margin: 0px;
    text-transform: none;
    font-weight: 700;
}
span.zctz-rslonl-af-close {
    cursor: pointer;
}
.zctz-additional-features {
    display: inline-block;
    width: 100%;
}
.zctz-rslonl-feat-top-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:20px;
}
.zctz-af-cat-cnts {
    height: 0;
    visibility: hidden;
    display: flex;
    transition:all 0.3s;
    overflow:hidden;
}
.zctz-af-car-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: var(--zctz-text-color);
    border-radius: 3px;
    background-color: var(--zctz-bg-grey-color);
    border: 1px solid var(--zctz-bg-grey-color);
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zctz-af-cat-wrapper ~ .zctz-af-cat-wrapper {
    margin-top: 10px;
}
.zctz-af-cat-cnts.zctz-opened {
    height:auto;
    visibility:visible;
    flex-wrap: wrap;
    padding: 12px;
    border: 1px solid var(--zctz-bg-grey-color);
    border-radius: 0px 0px 3px 3px;
    user-select:none;
}
.zctz-af-cat-cnts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width:100%;
}
.zctz-af-cat-cnts.zctz-opened > div {
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}
.zctz-af-cat-cnts ul li {
    box-sizing: border-box;
    width: calc(25% - 10px);
    min-width: 150px;
    display: flex;
}
ul.zctz-af-wrap-list li label {
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
.zctz-chosen-features-wrapper .zctz-chosen-features {
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
.zctz-chosen-features span.zctz-af-label-badge {
    display: inline-block;
    color: var(--zctz-button-color);
    line-height: 1.2;
    font-size: 12px;
    font-weight: 600;
    background: var(--zctz-button-bg-color);
    padding: 5px 10px;
    border-radius: 32px;
    margin: 2px;
}
.zctz-chosen-features-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}
.zctz-rslonl-listing-types-wrapper #zctz-rslonl-listing-types .slick-prev, .zctz-rslonl-listing-types-wrapper #zctz-rslonl-listing-types .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.zctz-listing-type {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  padding: 0 10px; /* or whatever spacing you want */
}
/**************************** GRID style listing ********************************/
.zctz-display-as-grid .zctz-property-feature{
    gap: 5px;
    flex-direction: unset;
}
.zctz-pro-list-wrapper.zctz-display-as-grid.zctz-grid-2 {
    grid-template-columns: 3fr 3fr;
}
.zctz-pro-list-wrapper.zctz-display-as-grid.zctz-grid-3 {
    grid-template-columns: 3fr 3fr 3fr;
}
.zctz-pro-list-wrapper.zctz-display-as-grid.zctz-grid-4 {
    grid-template-columns: 3fr 3fr 3fr 3fr;
}
.zctz-pro-list-wrapper.zctz-display-as-grid.zctz-grid-5 {
    grid-template-columns: 3fr 3fr 3fr 3fr 3fr;
}
.zctz-pro-list-wrapper.zctz-display-as-grid .zctz-property-item-inner{
    flex-wrap: wrap;
}
.zctz-pro-list-wrapper.zctz-display-as-grid .zctz-property-gallery-wrap{
    width: 100%;
}
.zctz-pro-list-wrapper.zctz-display-as-grid .zctz-property-info-wrap{
    width:100%;
}
.zctz-pro-list-wrapper.zctz-display-as-grid .zctz-prop-vm-btn-wrapper .zctz-prop-vm-btn{
    
}


/********** Media queries list **********/
@media (max-width:500px){
    .zctz-search-form-fields{
        flex-direction: column;
        align-items: unset;
    }
    .zctz-rslonl-form-group, button.zctz-rslonl-additional-features-btn, .zctz_rslonl_area_sel, .zctz_rslonl_type_sel,.zctz-sort-properties{
        width:100%;
    }
    .zctz-organize-results-wrapper{
        flex-wrap: wrap;
    }
    .zctz-organize-results{
        display:none;
    }
    .zctz-sorttype{
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
    }
    .zctz-sort-properties{
        flex-wrap: wrap;
    }
    .zctz-sort-properties .zctz-sort-by-txt{
        width: 100%;
        text-align:left;
    }
    .zctz-rslonl-propertylist .zctz-properties .zctz-pro-list-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: unset;
    }
    .zctz-property-item-inner{
        align-items: unset;
        flex-wrap: wrap;
    }
    .zctz-pro-list-wrapper .zctz-property-gallery-wrap, .zctz-property-info-wrap{
        width:100%;
    }
}











