:root
{
    --bluecolor: #00ADB5;
    --bluecolor2: #007A82;
    --umcolor: #00ADB5;
    --white: #FFFFFF;
    --black: #1a1a1a;
    --shadow: 0 0 15px #ddd;
}
#archive-container a, .property-listing a
{
    text-decoration: none !important;
}
.listing-property
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    position: relative;
}
.property-listing .listing-property
{
    margin: 30px 0;
}
.listing-property
{
    background-color: #FFF;
    box-shadow: 0 0 15px #ddd;
}
.listing-property .property-image-listing
{
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}
.listing-property:hover .img-listing
{
    transform: scale(1.1);
    transition-duration: 500ms;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.listing-property .img-listing
{
    transition-duration: 500ms;
    border-radius: 12px 0 0 12px;
}
div.listing-property.hot
{
    border: 2px solid #DF826C !important;
}
div.listing-property.special-offer
{
    border: 2px solid #FFD700 !important;
}
div.listing-property.hot.special-offer
{
    border: 2px solid transparent !important;
  border-radius: 15px !important;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(135deg, #DF826C, #FFD700) border-box !important;
}
.property-image-listing
{
    width: 35%;
    position: relative;
}
a.um-user-bookmarks-button:hover, .property-image-listing a.um-user-bookmarks-button:hover
{
    background-color: #DF826C;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    color: var(--white) !important;
}
a.um-user-bookmarks-add-button
{
    background-color: #fff;
    border: 3px solid #DF826C;
    color: #DF826C !important;
}
.property-image-listing a.um-user-bookmarks-add-button
{
    background-color: #fff;
    border: 1px solid #DF826C;
    color: #DF826C !important;
}

a.um-user-bookmarks-remove-button
{
    background-color: #DF826C;
    color: var(--white) !important;
}
a.um-user-bookmarks-button
{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 0;
    width: 60px;
    height: 60px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 0 15px 0 15px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.property-image-listing a.um-user-bookmarks-button
{
    left: 0 !important;
    right: inherit !important;
    z-index: 1;
    padding: 7px 0;
    width: 44px;
    height: 44px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 12px 0 15px 0;
    text-decoration: none !important;
}
.property-content-listing
{
    display: flex;
    gap: 10px;
    justify-content: space-between ;
    max-width: 65%;
    padding: 15px;
    flex-grow: 1;
}

.property-content-listing .property-price .price-num
{
    font-size: 24px;
    font-weight: 600;
}
.property-content-listing .property-price
{
    min-width: 180px;
    border-left: 1px solid #000;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-grow: 1;
}
.property-title-listing h2
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4 !important;
}
.property-title-listing
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-width: 290px;
    width: 65%;
    max-width: 65%;
}
.listing-detail
{
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.type-deco
{
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1;
}
.comission
{
    font-size: 18px;
}
.img-listing
{
    height: 250px;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}
.img-listing img
{
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}
.bottom-seo-section .seo-content
{
    max-width: 1240px;
    margin: 24px auto;
}
.seo-content h2
{
    font-size: 18px;
}
.seo-content p
{
    margin: 0;
    font-size: 14px;
    text-align: justify;
}
section.hero-section .hero-content
{
    max-width: 1240px;
    display: flex;
    margin: auto;
    padding: 20px;
}
section.hero-section .hero-content .hero-l
{
    max-width: 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff !important;
}
section.hero-section .hero-content .hero-r
{
    max-width: 30%;
    width: 30%;
}
section.hero-section .hero-content .hero-l .hero-title
{
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    border-bottom: solid 4px #fff;
}
section.hero-section
{
    margin-bottom: 36px;
}


div.hot-properties-wrapper .property-image-listing
{
    width: 100%;
    min-width: 270px;
    flex-grow: 1;
}
div.hot-properties-wrapper .property-content-listing .property-price
{
    border-left: none;
    border-top: 1px solid #000;
    min-width: 270px;
}
div.hot-properties-wrapper .property-content-listing
{
    width: 100%;
    max-width: 100% !important;
    flex-grow: 1;
}
div.hot-properties-wrapper .property-content-listing
{
    display: flex;
    gap: 10px;
    justify-content: space-between ;
    flex-grow: 1;
    padding: 15px;
    flex-wrap: wrap;
}
div.hot-properties-wrapper .property-title-listing
{
    min-width: 270px;
    min-height: 150px;
}
div.hot-properties-wrapper .property-title-listing h2
{
    font-size: 18px;
}
div.hot-properties-wrapper .img-listing
{
    border-radius: 15px !important;
}
.hot-properties-swiper .swiper-button-next, .hot-properties-swiper .swiper-button-prev
{
    color: #007A82 !important
}
.hot-properties-swiper.swiper
{
    position: static !important;
}
.hot-properties-swiper .swiper-button-next, .hot-properties-swiper .swiper-rtl .swiper-button-prev
{
    right: 0 !important;
}
.hot-properties-swiper .swiper-button-prev, .hot-properties-swiper .swiper-rtl .swiper-button-next
{
    left: 0 !important;
}
.hot-properties-swiper .swiper-pagination-bullet-active
{
    background: #007A82 !important;
}
@media (max-width: 768px) {

    .property-image-listing
    {
        width: 100%;
        min-width: 300px;
        flex-grow: 1;
    }
    section.hero-section .hero-content .hero-r
    {
        display: none;
    }
    section.hero-section .hero-content .hero-l
    {
        max-width: 100%;
        width: 100%;
    }
    .bottom-seo-section .seo-content
    {
        padding: 0 10px;
    }
    .property-content-listing .property-price
    {
        border-left: none;
        border-top: 1px solid #000;
        min-width: 300px;
    }
    .property-content-listing
    {
        width: 100%;
        max-width: 100% !important;
        flex-grow: 1;
    }
    .property-content-listing
    {
        display: flex;
        gap: 10px;
        justify-content: space-between ;
        flex-grow: 1;
        padding: 15px;
        flex-wrap: wrap;
    }
    .property-title-listing
    {
        min-width: 300px;
    }
    .img-listing
    {
        border-radius: 15px !important;
    }
}