.property-types-wrapper{
    color:#fff;
}
.property-types-wrapper a{
    color:#fff;
}
.property-types-wrapper ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap:30px;
    
}
@media(max-width:1100px){
    .property-types-wrapper ul{
        gap:12px;
    }
}
@media(max-width:768px){
    .property-types-wrapper ul{
        gap:20px 15px;
        flex-wrap:wrap;
    }
}
.property-types-wrapper ul>li{
    max-width:150px;
}
@media(max-width:1100px){
    .property-types-wrapper ul>li{
        width:25%;
        max-width:25%;
    }
}
@media(max-width:1100px){
    .property-types-wrapper ul>li{
        width:calc(50% - 15px);
        max-width:50%;
    }
}
.property-types-wrapper ul>li a{
    display:flex;
    flex-direction:column;
    text-align:center;
    align-items: center;
    gap:10px;
    font-size: 22px;
    font-weight:300;
    line-height:28px;
    font-family:"Red Hat Display";
}
@media(max-width:1100px){
    .property-types-wrapper ul>li a{
        font-size: 16px;
        
    }
}

.property-types-wrapper ul>li a:hover{
    text-decoration:underline;
}
.property-types-wrapper img{
    border-radius:50%;
    width: 100px;
    height: 100px;
    aspect-ratio:1/1;
    object-fit:cover;
    box-sizing:border-box;
}
@media(max-width:1100px){
    .property-types-wrapper img{
        width:80px;
        height:80px;
    }
}
.property-types-wrapper .cat-active img{
    border: 3px solid var(--global-pink);
}



/* property rows START */
.property-one-block{
    font-size:16px;
    font-weight:600;
    font-family:'Red Hat Display';
    justify-content:space-between;
}


.search-query-block{
    background-color:#E9E9E9;
    border-radius:12px;
    padding:4px 12px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-right:5px;
    margin-bottom:5px;
}

.search-query-block img{
    width:14px;
    height:14px;
}



/* property rows  END */
  
    
.property-list-archive-wrapper  .propert-excerpt-block, .property-list-archive-wrapper .propert-excerpt-block{
        display: none;
}

.property-list-archive-wrapper .e-loop-item:nth-child(2) .propert-excerpt-block, .property-list-archive-wrapper .e-loop-item:nth-child(11) .propert-excerpt-block{
        display: block;
}

.property-list-archive-wrapper .e-loop-item:nth-child(2) img.attachment-large, .property-list-archive-wrapper .e-loop-item:nth-child(11) img.attachment-large{
        aspect-ratio:2/3.15!important;
        object-fit:cover;
}

.property-list-archive-wrapper img.attachment-large/*, .property-list-archive-wrapper*/{
    aspect-ratio: 3 / 2;
    object-fit:cover;
}

.property-list-archive-wrapper .elementor-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-areas:
    "prop-ch-1 prop-ch-2 prop-ch-3"
    "prop-ch-1 prop-ch-4 prop-ch-5"
    "prop-ch-6 prop-ch-7 prop-ch-10"
    "prop-ch-8 prop-ch-9 prop-ch-10"
}

.property-list-archive-wrapper .e-loop-item:nth-child(2){
    grid-area: prop-ch-1;
}
.property-list-archive-wrapper .e-loop-item:nth-child(3){
    grid-area: prop-ch-2;
}
.property-list-archive-wrapper .e-loop-item:nth-child(4){
    grid-area: prop-ch-3;
}
.property-list-archive-wrapper .e-loop-item:nth-child(5){
    grid-area: prop-ch-4;
}
.property-list-archive-wrapper .e-loop-item:nth-child(6){
    grid-area: prop-ch-5;
}
.property-list-archive-wrapper .e-loop-item:nth-child(7){
    grid-area: prop-ch-6;
}
.property-list-archive-wrapper .e-loop-item:nth-child(8){
    grid-area: prop-ch-7;
}
.property-list-archive-wrapper .e-loop-item:nth-child(9){
    grid-area: prop-ch-8;
}
.property-list-archive-wrapper .e-loop-item:nth-child(10){
    grid-area: prop-ch-9;
}
.property-list-archive-wrapper .e-loop-item:nth-child(11){
    grid-area: prop-ch-10;
}

