﻿
.property-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.property-card-wrapper {
    margin-bottom: 30px;
}

.property-item-title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

    .property-item-title a {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 700;
        color: #1e1e1e;
        text-decoration: none;
    }


.properties-btn-container {
    margin-top: 45px;
    margin-bottom: 25px;
}

.main-button-custom {
    display: inline-block;
    background-color: #f35525;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(243, 85, 37, 0.2);
}

    .main-button-custom:hover {
        background-color: #1e1e1e;
        transform: translateY(-3px);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    }


.best-deal .main-button {
    margin-top: 20px;
    text-align: center;
}

    .best-deal .main-button a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #1e1e1e;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 30px;
        border-radius: 25px;
        text-decoration: none;
        transition: all 0.3s;
        line-height: normal;
    }

        .best-deal .main-button a:hover {
            background-color: #f35525;
            color: #fff;
        }



.property-image-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.property-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
}