/*=========================================
SPONSORED PROPERTIES
=========================================*/

.sponsored-properties{
    padding:70px 0;
    background:#f8f9fa;
}

.sponsored-properties .section-heading{
    text-align:center;
    margin-bottom:40px;
}

.sponsored-properties .section-heading span{
    display:inline-block;
    background:#fff3cd;
    color:#856404;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:12px;
}

.sponsored-properties .section-heading h2{
    font-size:34px;
    margin-bottom:10px;
}

.sponsored-properties .section-heading p{
    color:#666;
}

.sponsored-properties .property-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.sponsored-properties .property-card:hover{
    transform:translateY(-8px);
}

.sponsored-properties .property-image{
    position:relative;
}

.sponsored-properties .property-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.sponsored-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#ff9800;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    z-index:2;
}

.sponsored-properties .property-content{
    padding:20px;
}

.sponsored-properties .property-content h3{
    font-size:22px;
    margin-bottom:10px;
}

.sponsored-properties .property-content p{
    color:#666;
    margin-bottom:12px;
}

.sponsored-properties .price{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.sponsored-properties .view-btn{
    display:inline-block;
    width:100%;
    text-align:center;
    padding:12px;
    background:#D4AF37;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.sponsored-properties .view-btn:hover{
    background:#084298;
}

.sponsored-properties .swiper{
    padding-bottom:55px;
}

.sponsored-properties .swiper-button-next,
.sponsored-properties .swiper-button-prev{
    color:#0d6efd;
}

.sponsored-properties .swiper-pagination-bullet-active{
    background:#0d6efd;
}

/*=========================================
MOBILE
=========================================*/

@media(max-width:768px){

.sponsored-properties{
    padding:50px 0;
}

.sponsored-properties .section-heading h2{
    font-size:26px;
}

.sponsored-properties .property-image img{
    height:220px;
}

}