section.ldp .banner {
    background: none;
    padding-top: 24px;
    padding-bottom: 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: 66.666667%;
    height: 100%;
}

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

section.ldp .banner-photo figure.img-side {
    width: 32.333333%;
    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 {
    width: 95%;
}

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

section.ldp .btn-banner button.active {
    color: var(--primary-banner-bg);
    border: 2px solid var(--primary-bg);
}

section.ldp .btn-banner button svg {
    vertical-align: sub;
    margin-right: 4px;
}
section.ldp .des-wrap{
    padding-bottom: 60px;
}
section.ldp .des-wrap .col{
    padding: 0 15px 0px;
}
section.ldp .agent-contact {
    position: sticky;
    position: -webkit-sticky;
    top: 15vh;
    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-weight: 400;
    font-size: 20px;
    line-height: 26px;
    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: 16px;
    line-height: 32px;
    color: var(--primary-banner-bg);
    background: #fff;
    width: 100%;
    border: 1px solid var(--primary-banner-bg);
    border-radius: 100px;
    padding: 6px;
    text-transform: none;
    margin-bottom: 16px;
}

section.ldp .btn-contact .btn-whatsapp {
    background: var(--primary-bg);
    border-radius: 100px;
    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 .discount {
    margin-top: 3px;
}

.property-detail .discount span {
    border-radius: 0px 4px 4px 0px;
    background: var(--Bank-DKI-Gradient2, linear-gradient(90deg, var(--gradation-whatsapp) 0%, var(--primary-bg) 106.23%));
    box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 16px;
    color: var(--white);
}

.property-detail .price {
    color: var(--primary-text-v2);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.property-detail .headline h2 {
    color: var(--primary-text-v2);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.property-detail .headline span {
    color: var(--neutral-90);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.property-detail .rooms {
    width: 100%;
    display: inline-block;
}

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

.property-detail .rooms .item span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--neutral-90);
}

.property-detail .rooms .item span b {
    color: var(--primary-text-v2);
    font-weight: 600;
    line-height: 19px;
    padding-left: 4px;
}

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

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

.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: #0A1208;
    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: var(--primary-text);
    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: var(--primary-text);
    font-weight: 600;
}

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

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

.property-detail .info h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary-banner-bg);
}

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

.property-detail .info .detail span {
    color: var(--Neutral-Dark-3, #525A80);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

.listing{
    position: relative;
    background: #EBEFF2;
}
.listing::before{
    content: '';
    position: absolute;
    background: #EBEFF2;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #EBEFF2;
    box-shadow: 9999px 0 0 #EBEFF2;
    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;
    gap: 12px;
}

.listing .title .other-listing {
    color: var(--Title-Text, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.listing .title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-banner-bg);
    margin-bottom: 0;
}
.listing .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525A80;
    margin: 0;
}

.listing .title a {
    white-space: nowrap;
    text-align: right;
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-text);
}
.listing .unit {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    overflow-x: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .card-project-container .card-extra-info .item .icon-label {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1024px) {
    .row.listing{
        flex-flow: column;
    }
    .listing .unit {
        gap: 24px;
        padding: 20px 0 15px;
        overflow-x: scroll;
    }
    .listing .swiper-container{
        overflow: unset;
    }
    .listing .unit .card-project-container {
        min-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;
    }
    .property-detail .price {
        font-size: 24px;
        line-height: 32px;
    }
    .property-detail .headline h2 {
        font-size: 20px;
    }
    .property-detail .info .detail .f-row .f-col {
        margin-left: 1rem;
    }
    .card-project-container .card-extra-info .item .icon-label {
        font-size: 11px;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .des-wrap .col.agent-wrap{
        padding: 0px 0px;
    }
   
    section.ldp .agent-contact{
        position: relative;
        width: 100%;
        padding: 12px 16px;
        top: unset;
        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: flex;
        align-items: center;
        gap: 16px;
        font-weight: 400;
        font-size: 13px;
        line-height: 26px;
        color: #3C4268;
    }
    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: 100%;
        gap: 16px;
    }
    section.ldp .agent-contact .agent {
        display: none;
        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 {
    color: var(--Title-Text, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.description > p {
    color: var(--primary-text-v2);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.kpr-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36.8px;
    color: var( --primary-banner-bg);
}
#kpr-notes {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525A80;
}
.listing .unit .card-property-image-container {
    background: #fff;
}

.card-price-container {
    align-items: center;
    display: flex;
    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;
}

.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 span {
    background: linear-gradient(54.12deg, #E26813 -7.11%, #F59823 79.84%);
    box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
    border-radius: 8px;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
@media screen and (max-width: 425px) {
    .kpr-title{
        font-size: 24px;
        line-height: 26px;
    }
}
@media screen and (max-width: 425px) {
    .property-detail .rooms {
        margin-top: -1vh;
        margin-bottom: -3vh;
    }
    .property-detail .rooms .item {
        width: 50% !important;
        margin-bottom: 15px;
    }
}


.card-project-container .card-price-tag{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: var(--primary-bg);
    font-style: normal;
}
.card-project-container .card-title-span{
    line-height: 24px;
}
.lelang-container {
    padding: 2px 12px;
    background: #FDE9E8;
    border-radius: 100px;
    border: 1px solid #CD0D1F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.lelang-icon {
    padding-bottom: 3px;
    position: relative;
}

.lelang-icon div:nth-child(1) {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 1px;
    background: #CD0D1F;
}

.lelang-icon div:nth-child(2),
.lelang-icon div:nth-child(3) {
    width: 1px;
    height: 4px;
    position: absolute;
    background: #CD0D1F;
}

.lelang-icon div:nth-child(2) {
    top: 1px;
    left: 4.5px;
}

.lelang-icon div:nth-child(3) {
    top: 1px;
    left: 12.5px;
}

.lelang-icon div:nth-child(4) {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.lelang-text {
    text-align: center;
    color: #CD0D1F;
    font-size: 14px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}
.clean-clear-container {
    padding: 2px 12px;
    background: #D6F1E1;
    border-radius: 100px;
    border: 1px solid #007E34;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.clean-clear-text {
    text-align: center;
    color: #007E34;
    font-size: 14px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}

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

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

        &.value {
            font-weight: 500;
            color: #0B0E21;
        }
    }

    .cta {
        color: #216BFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.08px;
        display: flex;
        gap: 8px;
        align-items: center;
        cursor: pointer;
    }

    @media screen and (min-width: 768px) {
        .flex-fill {
            width: 50%;
        }
    }
}
