.listing-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.card-item{
    width: calc(50% - 20px);
    margin: 0 10px 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #FFF;
}
.card-images-slider img{
    width: 100%;
    height: 100%;
}
.card-images{
    position: relative;
}
.card-tags{
    display: flex;
    position: absolute;
    bottom: 20px; left: 10px;
    z-index: 1;
}
.tag-item {
    background: #F2F1E7;
    margin: 0 4px;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 12px;
    line-height: 15.84px;
    color: #222529;
    display: inline-block;
}
.card-content{
    padding: 16px 16px 24px;
}
.type-card-item{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222529;
}
.home-coups-de-coeur .heading .heading-icon{
    display: none;
}
.coupsde-section h2.title{
    margin: 0;
    font-size: 50px;
}
h3.card-title{
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}
.card-heading {
    width: 50%;
}
.listing-cards .strong-point {
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    color: #222529;
    float: left;
}

/*.listing-cards .strong-point:after {
    content: "-";
    margin: 0 5px;
}*/

.listing-cards .ref-number {
    font-size: 12px;
    line-height: 24px;
    color: #4A5056;
}

.listing-cards h3.card-title a {
    color: #222529;
}
.top-card-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}
.infor-items{
    display: flex;
    margin-bottom: 14px;
    justify-content: space-between;
}
.infor-items .info-item{
    display: inline-flex;
}
.info-item span{
    font-size: 12px;
    color: #222529;
}
.property-icon {
    margin-right: 12px;
}
.card-description p:last-child{
    margin-bottom: 0;
}
.card-contact{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-price{
    font-size: 20px;
    line-height: 38px;
    color: #222529;
    margin-top: -16px;
}
.card-price a{
    color: #222529;
}
.card-btn{
    background: #000;
    padding: 8px 16px;
    width: 228px;
    height: 40px;
    border-radius: 12px;
    margin: 0 6px;
    text-align: center;
}
.contact-phone.card-btn{
    background: #FFF;
    border: 1px solid #22252980;
}
.card-btn a{
    color: #F1F3F5;
    display: inline-flex;
    align-items: center;
}
.card-btn span{
    margin-left: 10px;
}
.contact-phone.card-btn a{
    color: #222529;
}
.card-more{
    margin-bottom: 16px;
}
.card-more a{
    color: #4A5056;
    font-size: 12px;
    line-height: 14.39px;
    font-family: var(--font-inria-serif);
    font-weight: 400;
    font-style: italic;
    position: relative;
    padding-right: 18px;
}
.card-more a::after{
    content: '';
    width: 8px;
    height: 1px;
    background-color: #4A5056;
    position: absolute;
    top: 7px;
    right: 0;
}
.home-coups-de-coeur .heading{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.home-coups-de-coeur #tabs-nav li a{
    padding: 0px 45px;
    font-size: 20px;
}
.home-coups-de-coeur ul#tabs-nav li.active a,
.home-coups-de-coeur ul#tabs-nav li:hover a{
    font-size: 24px;
}
.home-coups-de-coeur .tab-content{
    margin-top: 65px;
}
.sub-menu-social{
    display: none;
    background-color: #F2F1E7;
    border-radius: 8px;
    position: relative;
    padding: 5px 0px;
    margin-top: 5px;
}
.sub-menu-social::before{
    content: '';
    position: absolute;
    background-image: url(../index.html);
    top: -4px;
    left: 8.4px;
    width: 8px;
    height: 5px;
}
.wishlist-social{
    display: flex;
    align-items: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.heart-item,
.social-item{
    width: 32px;
    height: 32px;
    border-radius: 60px;
    text-align: center;
    background-color: #F2F1E7;
    margin: 0 6px;
}
.heart-item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.social-item li > a{
    height: 32px;
    display: inline-flex;
    align-items: center;
}
.social-item li:hover .sub-menu-social{
    display: block;
}
.card-images-slider .swiper-button-prev,
.card-images-slider .swiper-button-next{
    display: none;
}
.card-images-slider:hover .swiper-button-prev,
.card-images-slider:hover .swiper-button-next{
    display: block;
}
.card-images-slider .swiper-button-prev,
.card-images-slider .swiper-button-next{
    display: block;
}
.home-coups-de-coeur ul#tabs-nav{
    display: flex;
}
@media (max-width: 1440px){
    .home-coups-de-coeur .tab-content{
        margin-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .infor-items{
        flex-wrap: wrap;
    }
    .infor-items .info-item {
        width: 50%;
    }
}
@media (max-width: 767px){
    .card-item{
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
    .listing-cards{
        margin: 0;
    }
    .coupsde-section #tabs-nav-mobile {
        background-color: #191B1C;
        background-image: url(../index.html);
        background-repeat: no-repeat;
        color: #F1F3F5;
        font-size: 14px;
        line-height: 24px;
        font-family: var(--font-body);
        font-weight: 400;
        border-radius: 12px;
        padding: 12px 32px;
        height: auto;
    }
    .coupsde-section #tabs-nav-mobile option {
        color: #F1F3F5;
    }
    .infor-items .info-item{
        width: 50%;
    }
    .infor-items {
        flex-wrap: wrap;
    }
    .home-coups-de-coeur .heading{
        text-align: left;
        margin-bottom: 50px;
    }
    .home-coups-de-coeur .heading .heading-icon{
        top: 10px;
        display: block;
    }
    .coupsde-section h2.title {
        font-size: 38px;
        width: 145px;
        margin-left: 60px;
    }
    .coupsde-section h2.title span{
        font-size: 26px;
    }
    .coupsde-section .agency-tabs{
        margin-bottom: 20px;
    }
    .home-coups-de-coeur ul#tabs-nav{
        justify-content: flex-start;
    }
    .home-coups-de-coeur #tabs-nav li a{
        padding: 0px 30px;
    }
}

.card-content {
    position: relative;
}

.card-link {
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #222529;
}

.wishlist-social {
    z-index: 3;
}
