section.ldp .banner {
    background: none;
    padding-bottom: 24px;
    padding-top: 24px;
}

section.ldp .banner .inner {
    height: 400px;
    border-radius: 8px;
}

section.ldp .banner .inner img,
section.ldp .banner .inner iframe {
    border-radius: 8px;
}

section.ldp .banner .inner iframe {
    width: 100%;
    height: 100%;
}

section.ldp .banner-photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.ldp .banner-photo figure.img-main {
    width: 59%;
    height: 100%;
}

section.ldp .banner-photo figure.img-main-full {
    width: 100%;
    height: 100%;
}

section.ldp .banner-photo figure.img-side {
    width: 40%;
    margin-bottom: 0;
}

section.ldp .banner-photo figure.img-side figure {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
}

section.ldp .banner-photo figure.img-side figure:nth-child(1) {
    padding-bottom: 5px;
}

section.ldp .banner-photo figure.img-side figure:nth-child(2) {
    padding-top: 5px;
}

@media only screen and (max-width: 600px) {
    section.ldp .banner-photo {
        display: block;
    }
    section.ldp .banner-photo figure.img-main {
        width: 100%;
        height: 60%;
        margin-bottom: 10px;
    }
    
    section.ldp .banner-photo figure.img-side {
        display: flex;
        gap: 10px;
        width: 100%;
        height: 40%;
        padding-bottom: 10px;
    }

    section.ldp .banner-photo figure.img-side figure {
        padding: 0 !important;
        width: 50%;
        height: 100%;
    }
}

section.ldp .btn-banner {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media only screen and (max-width: 1024px) {
    section.ldp .btn-banner .wrap {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    section.ldp .btn-banner .wrap {
        width: 49.9%;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .btn-banner{
        flex-wrap: nowrap;
    }
    section.ldp .btn-banner .wrap button{
        font-size: 0;
    }
}

section.ldp .btn-banner .wrap button {
    width: 95%;
}

section.ldp .btn-banner button {
    color: #B9BABF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border: 2px solid #CFD0DA;
    border-radius: 8px;
    text-transform: none;
    padding: 14px 0;
    margin-bottom: 8px;
    background: #FFFFFF;
}

section.ldp .btn-banner button.active {
    color: #0B0E21;
    border: 2px solid #0CA49D;
}

section.ldp .btn-banner button svg {
    vertical-align: sub;
    margin-right: 4px;
}
section.ldp .des-wrap{
    padding-bottom: 20px;

    @media only screen and (max-width: 726px) {
        padding-bottom: 44px;
    }
}
section.ldp .des-wrap .col{
    padding: 0 15px 0px;
}
section.ldp .agent-contact {
    position: sticky;
    position: -webkit-sticky;
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 16px;
}

section.ldp .agent-contact .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #41454C;
}

section.ldp .agent-contact .agent {
    display: flex;
    gap: 16px;
    align-items: center;
    border-top: 1px solid #F5F5F5;
}
section.ldp .agent-contact .card-dev-logo{
    margin: 0px auto;
    text-align: center;
}
section.ldp .agent-contact .card-dev-logo img{
    margin-top: 8px;
    padding: 0px 8px;
    max-height: 48px;
}   

section.ldp .agent-contact .agent .name {
    font-size: 16px;
    line-height: 22px;
    color: #51abe9;
}

section.ldp .agent-contact .agent .date {
    font-size: 12px;
    line-height: 16px;
    color: #9197a4;
}

section.ldp .agent-contact .agent span {
    display: block;
}

section.ldp .agent-contact .agent .pp img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 32px;
}

section.ldp .btn-contact .btn-question {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #2469A5;
    width: 100%;
    border: 1px solid #2469A5;
    border-radius: 4px;
    padding: 6px;
    text-transform: none;
    margin-bottom: 16px;
}

section.ldp .btn-contact .btn-whatsapp {
    background: #01C851;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 6px;
    text-transform: none;
    margin-bottom: 18px;
}

.property-detail .price {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 40px;
    color: #0F1739;
}

.property-detail .headline h2 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 32px;
    color: #41454C;

    @media only screen and (max-width: 768px) {
        font-size: 1.125rem;        
    }
}

.property-detail .headline span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #848B99;
}

.property-detail hr {
    border: 1px solid #D8D8D8;
    height: 0;
    width: 100%;
}

.property-detail .rooms {
    width: 100%;
    margin: 12px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;

    @media only screen and (max-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

.property-detail .rooms .item {
    float: left;
    font-size: 14px;
}

.property-detail .rooms .item span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #989BB3;
}

.property-detail .rooms .item span b {
    color: #41454C;
    font-weight: 500;
    line-height: 19px;
    padding-left: 4px;
}

.property-detail .rooms .item svg {
    vertical-align: middle;
}

.property-detail .rooms .item sup {
    font-size: 9px;
}

.property-detail .usp-ldp {
    border-bottom: 2px solid #D8D8D8;

    h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        color: #333333;
    }
    .wrap {
        width: 100%;
        margin: 12px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
    
        @media only screen and (max-width: 768px) {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(1, 1fr);
        }

        .usp-item {
            p {
                font-size: 12px;
                font-weight: 600;
                line-height: 15.6px;
                margin: 0;
                color: #0CA49D;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            svg {
                min-width: 24px
            }
        }
    }

    .show-more-usp {
        width: 100%;
        border: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
        background-color: #fff;
        color:#004183;

        svg {
            transition: transform 0.2s ease-in-out;
        }
    }

    &.active {
        .show-more-usp {
            svg {
                transform: rotate(180deg);
            }
        }
    }
    
}

.property-detail .color-light {
    color: #9197a4;
}

.property-detail .color-bold {
    color: #41454c;
}

.property-detail .map {
    position: relative;
    padding: 16px 0;
    height: 400px;
}

.property-detail .map img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.property-detail .map button {
    background: #004183;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-transform: none;
    padding: 2px 24px;
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}

.property-detail .map iframe {
    width: 100%;
    height: 100%;
}

.property-detail .description {
    font-size: 14px;
    line-height: 24px;
    color: #525A80;
    margin: 16px 0;
    background: white;
    z-index: 1;
    position: relative;
    height: auto;
    overflow: hidden;
}

.property-detail .description:before,
.property-detail .description:after {
    -webkit-transiton: all 300ms ease;
    -moz-transiton: all 300ms ease;
    transition: all 300ms ease;
}

.property-detail .description.masked {
    height: 200px;
}

.property-detail .description.open {
    padding-bottom: 40px;
}

.property-detail .description.masked:before {
    content: "Tampilkan lebih banyak \2228";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: #004183;
    font-weight: 600;
}

.property-detail .description.masked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -o-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
}

.property-detail .description.open:before {
    content: "Tampilkan lebih sedikit \2227";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: #004183;
    font-weight: 600;
}

.property-detail .description.open:after {
    content: none;
}

.property-detail .info {
    padding: 16px 0 0px;
}

.property-detail .info h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

.property-detail .info .detail .f-row {
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
}

.property-detail .info .detail span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #525A80;
}

.property-detail .info .detail span:nth-child(2) {
    color: #0B0E21;
}

.listing{
    position: relative;
    background: #F4F8FD;
}
.listing::before{
    content: '';
    position: absolute;
    background: #F4F8FD;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #F4F8FD;
    box-shadow: 9999px 0 0 #F4F8FD;
    z-index: -1;
}

.listing .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #074D92;
    margin-bottom: 0;
}

.listing .title {
    display: flex;
    align-items: center;
    padding: 40px 0 0;
}

.listing .title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #074D92;
    margin: 0;
}

.listing .title a {
    white-space: nowrap;
    text-align: right;
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #004183;
}

.listing .unit {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    overflow-x: auto;
}

@media only screen and (max-width: 1024px) {
    .row.listing{
        flex-flow: column;
    }
    .listing .unit {
        gap: 24px;
        padding: 20px 0 0;
    }
    .listing .swiper-container{
        overflow: unset;
    }
    .listing .unit .card-project-container {
        width: 300px;
    }
    .listing .unit .card-project-container .card-extra-info {
        gap: 0;
    }
}
@media only screen and (max-width: 600px) {
    

    .listing .unit .card {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .des-wrap .col.agent-wrap{
        padding: 0px 0px;
    }
   
    section.ldp .agent-contact{
        position: fixed;
        width: 100%;
        padding: 12px 16px;
        left: 0;
        bottom: 0;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
        z-index: 2;
    }
    section.ldp .agent-contact .description{
        display: none;
    }
    section.ldp .btn-contact{
        display: flex;
        justify-content: space-between;
    }
    section.ldp .btn-contact .btn-question,
    section.ldp .btn-contact .btn-whatsapp{
        margin: 0;
    }
    .page-template-page-property .section.footer-cta {
        display: none;
    }
    section.ldp .agent-contact .mb-contact-wrap {
        display: flex;
        flex-direction: row-reverse;
    }
    section.ldp .btn-contact {
        width: 70%;
    }
    section.ldp .agent-contact .agent {
        width: 30%;
        border: none;
    }
    section.ldp .agent-contact .card-dev-logo img {
        margin-top: 0;
    }
}
.listing .unit-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 4px 0 18px;
}

.listing .description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

.listing .unit .body {
    padding-bottom: 18px;
}

.listing .unit .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    width: 100%;
    margin: 0.5em;
}

.listing .unit .card .image {
    height: 200px;
}

.listing .unit .card img {
    border-radius: 8px 8px 0px 0px;
}

.listing .detail .item span {
    margin-left: 6px;
    font-size: 18px;
    line-height: 24px; 
    color: #575757;
}

.listing .detail {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
    
.listing .detail .item {
    width: 50%;
    padding: 0 0 10px;
}

#whatsapp-form .message p {
    padding: 0;
    font-size: smaller;;
}

#whatsapp-form label label.error {
    margin: -12px 0 12px;
}

.card-price-container {
    align-items: center;
}

.ldp .kpr .card-kpr-body .row {
    margin: 0;
}

h2.title-description {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0B0E21;
}
.kpr-title {
    color: var(--Text-Black, #0B0E21);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}
#kpr-notes {
    color: var(--Neutral-Dark-2, #3C4268);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
}
.listing .unit .card-detail-container,
.listing .unit .card-property-image-container {
    background: #F4F8FD;
}

.card-price-container {
    display: flex;
    gap: 8px;
    font-size: 0.75em;
    font-weight: normal;
    color: #9197A4;
    margin-top: 10px;
}

.card-price-cross {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
    color: #848B99;
}

.property-detail .info .detail .f-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
}

.property-detail .info .detail .f-row:last-child {
    border-bottom: none;
}

.f-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

#ldp-banner-video .text-no-available {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.property-detail .badge-lelang {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 8px;
    background: var(--BSI-Gradient-1, linear-gradient(90deg, #179D97 0%, #21CDC5 100%));
    box-shadow: 0 0 1px 0 rgba(40, 41, 61, 0.04), 0 2px 4px 0 rgba(96, 97, 112, 0.16);
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.property-detail .card-property-badge {
    
    .badge {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        height: 28px;
        width: Hug (183px)px;
        gap: 8px;
        height: 32px;

        &.badge-blue {
            width: 183px;
            background-color: #F1F5FF;
            border: 1px solid #D1E0FF;
            color:#254993;
        }
        &.badge-red {
            width: 183px;
            background-color: #FDE9E8;
            border: 1px solid #CD0D1F;
            color:#CD0D1F;
        }
    }
}

.property-detail .discount {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 8px;
    background: var(--BSI-Gradient-2, linear-gradient(89deg, #FA9D00 -15.18%, #FFC34D 17.81%, #FEB600 42.5%, #FFDC77 71.91%, #FCC200 111.5%));
    box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
    color: #191919;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.property-detail .sold-label span {
    background: #CC0001;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}

.info-lelang {
    p {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 24px;

        &.label {
            font-weight: 400;
            color: #525A80;
        }

        &.value {
            font-weight: 500;
            color: #0B0E21;
        }
    }
}
.location-map-label {
    color: var(--Title-Text, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px !important;

    @media only screen and (max-width: 1024px) {
        color: var(--BSI-Primary-Black, #41454C);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}