.single-property {
    border: 1px solid #E6E6E6;
    transition: 0.5s;
    cursor: pointer;
}

.single-property:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.single-property .property-img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.single-property .property-image {
    position: relative;
}

.single-property .property-info {
    position: absolute;
    bottom: 0;
}

.single-property .property-pricing {
    position: absolute;
    top: -10px;
    left: -10px;
}

.single-property .property-price {
    color: black;
    background: #FD7E14;
    padding: 7px;
    font-size: 1rem !important;
    font-weight: 600;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.single-property .property-info .info {
    border-radius: 20px;
    text-shadow: 0 0 4px #000;
    border: 2.2px solid #fff;
    font-size: 12px;
    font-weight: bold;
    padding: .25rem .5rem .25rem .5rem;
    color: white;
    background: rgba(000, 000, 000, 0.3);
}

.single-property .property-title {
    margin-bottom: 7px;
    font-weight: bold;
    color: #fd7e14;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-property .property-desc {
    color: #696969;
    font-size: 0.9em;
    line-height: 25px;
    margin-bottom: 0px;
}
