/*!
 * GamudaLand.net UI Framework
 * File: 02-project-card.css
 * Version: 1.0.0
 * Build for: Flatsome + BatDongSan33
 */

/* ===========================
   PROJECT CARD
=========================== */

.product-small.box{
    background:#fff;
    border:1px solid var(--gl-border,#E5E7EB);
    border-radius:24px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .35s ease;
}

.product-small.box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.product-small .box-image{
    overflow:hidden;
    border-radius:24px 24px 0 0;
    position:relative;
}

.product-small .box-image img{
    transition:transform .6s ease;
}

.product-small:hover .box-image img{
    transform:scale(1.06);
}

/* Ribbon chính sách */
.like-count{
    top:12px !important;
    right:12px !important;
}

.like-count-content{
    background:var(--gl-primary,#C62828)!important;
    color:#fff;
    border-radius:999px;
    padding:0 14px;
    height:34px;
    line-height:34px;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

/* Trạng thái */
.product-small .show-on-hover.bottom.left{
    width:auto !important;
    left:16px;
    bottom:16px;
    background:transparent !important;
}

.trang_thai_div{
    background:var(--gl-success,#0F7A5A);
    color:#fff;
    border-radius:999px;
    padding:8px 16px !important;
    height:auto !important;
    line-height:normal !important;
    font-size:13px;
    font-weight:700;
    display:inline-block;
}

/* Nội dung */
.box-text-products{
    padding:24px !important;
}

.product-title{
    height:auto !important;
    margin-bottom:10px;
}

.product-title a{
    font-size:22px !important;
    font-weight:700;
    color:#1F2937 !important;
    line-height:1.35;
}

.product-title a:hover{
    color:var(--gl-primary,#C62828)!important;
}

/* Giá */
.price-wrapper{
    margin:14px 0 18px;
}

.price .amount{
    font-size:28px !important;
    font-weight:700;
    color:#00695C !important;
}

/* Thumbnail */
.carousel.slider{
    margin-bottom:18px;
}

.isures-thumb--items img{
    border-radius:10px;
    border:2px solid transparent;
    transition:all .3s;
}

.isures-thumb--items.active img,
.isures-thumb--items:hover img{
    border-color:var(--gl-primary,#C62828);
}

/* Thông số */
.list-project{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    padding:0;
    margin:10px 0;
}

.list-project li{
    list-style:none;
    color:#6B7280;
    font-size:14px;
}

/* Địa chỉ */
.tt_them .listing-address{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid #eee;
    font-size:14px !important;
}

.tt_them .listing-address i{
    color:var(--gl-primary,#C62828);
    margin-right:6px;
}

/* Mobile */
@media(max-width:768px){

.product-title a{
    font-size:18px !important;
}

.price .amount{
    font-size:22px !important;
}

.box-text-products{
    padding:18px !important;
}

}
