/* =============================================
   Hottest Selling Projects Section
   Scoped under .hottest-projects-wrapper
   to prevent CSS conflict with main site
   ============================================= */

.hottest-projects-wrapper {
    padding: 80px 0 50px;
}

/* --- Section Heading --- */
.hottest-projects-wrapper .sec-heading {
    margin-bottom: 2rem;
}
.hottest-projects-wrapper .sec-heading h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    text-transform: capitalize;
}
.hottest-projects-wrapper .sec-heading p {
    margin-bottom: 5px;
    line-height: 1.7;
    color: #555;
}

/* --- See All Link --- */
.hottest-projects-wrapper .seeAllProperty {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 20px;
    margin-top: 8px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.hottest-projects-wrapper .seeAllProperty:hover {
    color: #c08831 !important;
    text-decoration: none !important;
}

/* --- Property Card Wrapper --- */
.hottest-projects-wrapper .veshm-list-wraps {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 0.3s ease-in-out;
}
.hottest-projects-wrapper .veshm-list-wraps:hover {
    transform: translate(0px, -8px);
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
}

/* --- Thumbnail --- */
.hottest-projects-wrapper .veshm-list-thumb {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.hottest-projects-wrapper .veshm-list-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* --- Property Type Badge --- */
.hottest-projects-wrapper .veshm-type {
    position: absolute;
    left: 12px;
    top: 15px;
    z-index: 1;
    padding: 5px 14px;
    background: #003e70;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    height: 30px;
}
.hottest-projects-wrapper .veshm-type span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

/* --- Block (card body) --- */
.hottest-projects-wrapper .veshm-list-block {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e6ebf1;
    border-top: none;
    border-radius: 0 0 10px 10px;
    flex: 1;
}

/* --- Card Head --- */
.hottest-projects-wrapper .veshm-list-head {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
    position: relative;
}
.hottest-projects-wrapper .veshm-list-head-caption {
    width: 100%;
}

/* --- Price & Name --- */
.hottest-projects-wrapper .rlhc-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hottest-projects-wrapper h4.product_name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #022f5d;
    line-height: 1.3;
    text-transform: capitalize;
}
.hottest-projects-wrapper .rlhc-title-name {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

/* --- Details (location & size) --- */
.hottest-projects-wrapper .list_details {
    font-size: 13px;
    color: #617896;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hottest-projects-wrapper .list_details i {
    font-size: 12px;
    color: #017efa;
    width: 14px;
    flex-shrink: 0;
}

/* --- Card Footer --- */
.hottest-projects-wrapper .veshm-list-footer {
    display: flex;
    flex-direction: column;
    padding: 7px 1rem;
    border-top: 1px solid #e6ebf1;
    margin-top: auto;
}
.hottest-projects-wrapper .veshm-list-circls ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hottest-projects-wrapper .veshm-list-circls ul li {
    display: inline-flex;
    align-items: center;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #617896;
}

/* --- Listing Price --- */
.hottest-projects-wrapper .listing-price {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #022f5d;
}

/* --- Detail Button --- */
.hottest-projects-wrapper .detailBtn {
    white-space: nowrap;
}
.hottest-projects-wrapper .detailBtn a {
    font-size: 14px;
    color: #617896 !important;
    border: 1px solid #6698c9;
    padding: 5px 18px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in;
}
.hottest-projects-wrapper .detailBtn a:hover {
    background: #017efa;
    border-color: #017efa;
    color: #fff !important;
}

/* --- Swiper Overrides --- */
.hottest-projects-wrapper .swiper {
    padding-bottom: 40px !important;
}
.hottest-projects-wrapper .swiper-slide {
    height: auto;
}
.hottest-projects-wrapper .swiper-pagination-bullet-active {
    background: #017efa;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .hottest-projects-wrapper {
        padding: 40px 0 30px;
    }
    .hottest-projects-wrapper .sec-heading h2 {
        font-size: 22px;
    }
}
