*{
    font-family: Inter;
}
.image-cover{
    background-image: url("../assets/bghero.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    height: 240px;
}

.profile-info{
    padding: 24px 0px 40px 0px;
    border-bottom: solid 1px #EAEAEA;
}

.profile-picture{
    margin-top: -48px;
    border-radius: 60px;
    border: solid 6px #ffffff;
    margin-right: 24px;
    background-color: #121212;
}

.profile-name-detail{
    /* gap:6px; */
    text-align: left;
}

.profile-name{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1C1B1F;
}

.profile-branch{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
}

.main-content{
    padding-top: 40px;
    padding-bottom: 40px;
}

footer{
    padding-bottom: 40px;
}
footer h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
}

.profile-name-detail, .profile-contact-detail{
    height: 57px;
}

.icon-list{
    padding: 4px 12px;
    background-color: #F5F5F5;
    border-radius: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    column-gap: 8px;
    text-decoration: none;
}

.icon-list img{
    width: 16px;
    height: 16px;
}

.reset-link{
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 0;
    height: 30px;
}

.sidebar-section-filter{
    border-top: solid 1px #EAEAEA;
    padding-top: 12px;
    border-radius: 5px;
}

.sidebar-filter-title{
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding: 6px 0px;
    color: #1C1B1F;
}

.sidebar-filter-title img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.sidebar-section-filter select{
    font-size: 14px;
    font-weight: 400;
    color: #565656;
}

.list-tipe-properti{
    border-radius: 4px;
    padding: 8px 26px;
    gap: 10px;
}

.list-tipe-properti:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}

.list-tipe-properti.active{
    background-color: #F5F5F5;
}

.nama-tipe-properti{
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
    font-weight: 400;
}

.custom-radio{
    padding-left: 0;
}

.custom-radio .form-check-label{
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
    font-weight: 400;
    border-radius: 100px;
    padding: 8px 16px;
}

/* Change background when the radio input is checked */
.custom-radio .form-check-input:checked + .form-check-label, .custom-radio .form-check-label:hover{
    background-color: #F5F5F5; /* Change to your preferred color */
    color: #1C1B1F;
    font-weight: 600;
    cursor: pointer;
}

/* Reset background for unselected labels */
.custom-radio .form-check-label {
    background-color: transparent;
    color: #1C1B1F;
}

.badge-counter{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #AAAAAA;
}

.select-full-width{
    width: 100%;
}

.btn-filter{
    padding: 8px 20px;
    background-color: #F5F5F5;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

.btn-filter:hover{
    background-color: #AAAAAA;
}

.input-search{
    border-radius: 5px !important;
}

.input-search:focus{
    border-color: var(--bs-border-color);
    box-shadow: none;
}

.input-group-text{
    border-radius: 5px;
}

.card-img-top{
    border-radius: 8px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-terms{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #565656;
    display: flex;
    align-items: center;
}

.card-terms img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.card-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #1C1B1F;
}

.card-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #1C1B1F;
}

.card-text span{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #565656;
}

.property-title:hover, .property-image:hover{
    cursor: pointer;
}

/* CTA styles */
.cta-card{border-radius:10px}
.cta-disclaimer{font-size:12px;line-height:16px;color:#565656;margin:8px 0}
.cta-disclaimer strong{color:#1C1B1F}
.cta-bar{display:flex;gap:12px}
.cta-btn{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none}
.cta-btn .cta-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;margin-right:8px}
.cta-call{background:#fff;color:#1C1B1F;border:1.5px solid #1C1B1F}
.cta-wa{background:#F5F5F5;color:#fff;border:none}
.cta-btn:hover{opacity:.92}

/* Icon-only variant */
.cta-icon-only{padding:5px;border-radius:50%;}
.cta-icon-only img{width:20px;height:20px}
.cta-call.cta-icon-only{background:#F5F5F5;border:none}
.cta-wa.cta-icon-only{background:#F5F5F5;color:#fff}

#sliderContainer{
    margin-top: -240px;
}

#carousel-inner{
    border-radius: 10px;
    height: 500px;
}

#propertySummary{
    padding-top: 40px;
    padding-bottom: 40px;
}

#propertyPrice{
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #1C1B1F;
    margin-bottom: 0;
}

.title-detail{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #1C1B1F;
}

#list-item{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-item-detail{
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #EAEAEA;
}

.list-item-detail:last-child{
    border-bottom: none;
}

.sub-title-detail{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1B1F;
}

.sub-description-detail{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #AAAAAA;
}

#toolbarDetailProperty{
    display: flex;
    justify-content: end;
    padding: 24px;
}

#btnCloseDetail{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

#btnCloseDetail i{
    margin-right: 10px;
}

@media(max-width:992px){
    .profile-picture{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
    }

    .icon-list{
        padding: 12px;
        width: auto;
        height: auto;
    }

    .icon-list img{
        width: 24px;
        height: 24px;
    }

    .profile-name, .profile-branch{
        text-align: center;
    }

    .profile-info{
        border: none;
    }

    .main-content{
        padding: 0 24px 24px 24px;
    }

    #filter-menu{
        position: absolute;
        z-index: 9999;
        background-color: #ffffff;
        top: 0;
        height: 100vh;
        left: 0;
        padding: 0px;
    }

    #headerFilter{
        background-color: #F5F5F5;
        padding: 14px 8px;
    }

    .sidebar-section-filter{
        border-top: none;
    }

    #carousel-inner{
        height: 100%;
    }

    #toolbarDetailProperty{
        padding: 16px 0px;
    }
    #sliderContainer{
        padding-left: 24px;
        padding-right: 24px;
    }
    .tab-label{
        width: 100%;
        text-align: center;
    }
}

/* Popup styles */
#wa-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.4);
    z-index:99999!important;
    justify-content:center;
    align-items:center;
    font-family:"DM Sans";
}
#wa-popup .inner-container{
    background:#fff;
    border-radius:8px;
    max-width:380px;
    box-shadow:0 2px 16px rgba(0,0,0,0.15);
    text-align:center;
    position:relative;
    margin:auto;
}
.head-popup{
    display:flex;
    padding:12px 16px;
    font-weight:900;
    font-size:16px;
    line-height:1.3em;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid rgba(209,209,209,1);
}

.form-titip-listing{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.divider-line{width:100%;height:1px;background:rgba(209,209,209,1)}
#wa-popup-close{background:none;border:none;font-size:22px;cursor:pointer;padding:0}
#wa-popup-close .close-icon{width:20px;height:20px}
#wa-popup-content{padding:16px 16px 24px 16px;display:flex;flex-direction:column;gap:16px}
#wa-popup-content p{font-family:"DM Sans";font-weight:400;font-size:14px;line-height:1.4em;letter-spacing:0;text-align:left}
.wa-popup-content-head{text-align:left}
.wa-popup-content-profile,.wa-popup-content-profile-number{display:flex;align-items:center;gap:16px}
.wa-popup-content-verified{display:flex;align-items:start;gap:16px}
.wa-popup-content-verified-text{font-family:"DM Sans";font-size:14px;line-height:1.5em;text-align:left}
.wa-popup-content-profile-number{background:#F5F5F5;border:1px solid #E0E0E0;padding:8px 16px;border-radius:12px}
.wa-popup-content-icon{width:20px !important;height:20px !important}
.wa-popup-content-subtitle{color:#767676;font-family:"DM Sans";font-size:12px;font-weight:400;line-height:1.5em}
.wa-popup-content-number{color:#1A1A1A;font-family:"DM Sans";font-size:16px;font-weight:400;line-height:1.5em}
img.wa-popup-content-photo{width:48px;height:48px;border-radius:48px;object-fit:cover}
.wa-popup-content-name{font-weight:400;font-size:16px;line-height:150%;color:#1A1A1A;text-align:left}
.wa-popup-content-branch-name{font-weight:400;font-size:12px;line-height:150%;color:#8C8C8C;text-align:left}
.form-titip-listing .otp-input{width:52px;height:52px;text-align:center;font-size:20px;border:1px solid #EBEBEB;border-radius:6px}
#otp-timer-label{display:block;font-family:"DM Sans";text-align:left;color:#767676;font-size:12px;line-height:1.5em}

/* Detail carousel hover */
#detailPropertyCarousel .carousel-item img{cursor:zoom-in}

/* Lightbox styling */
#imageLightbox .modal-body{padding:32px 0;display:flex;align-items:center;justify-content:center}
#imageLightbox .carousel-item img{max-height:calc(100vh - 64px);max-width:95vw;width:auto;height:auto;object-fit:contain;margin:0 auto}
#imageLightbox .btn-close{background-color:#F5F5F5;color:#161616;border-radius:50%;padding:.5rem;cursor:pointer;z-index:1060;pointer-events:auto}
#imageLightbox .carousel-control-prev-icon{background-color:#F5F5F5;border-radius:50%;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:center;background-size:1.25rem 1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23161616' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
#imageLightbox .carousel-control-next-icon{background-color:#F5F5F5;border-radius:50%;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:center;background-size:1.25rem 1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23161616' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}

/* Lightbox gallery (stable) */
#imageLightbox .modal-content{background:rgba(0,0,0,0.85)}
#imageLightbox .carousel-item img{max-height:calc(100vh - 64px);max-width:95vw;width:auto;height:auto;object-fit:contain;margin:0 auto}
#imageLightbox { --bs-carousel-control-color: #161616; }
#imageLightbox .carousel-control-prev-icon{background-color:#F5F5F5;border-radius:50%;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:center;background-size:1.25rem 1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23161616' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
#imageLightbox .carousel-control-next-icon{background-color:#F5F5F5;border-radius:50%;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:center;background-size:1.25rem 1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23161616' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
#imageLightbox .btn-close{background-color:#F5F5F5;color:#161616;border-radius:50%;padding:.5rem;cursor:pointer}
.form-input-text{
        font-family: "DM sans";
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #D1D1D1;
    padding: 10px 14px;
    color: #1A1A1A;
    border-radius: 6px;
}
.hide{
    display: none;
}

.form-titip-listing .form-group{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-titip-listing .form-group label{
    font-family: "DM sans";
    font-weight: 400;
    color: #1A1A1A;
    font-size: 16px;
}

.form-group-action {
    display: flex;
    justify-content: end;
    padding: 8px 16px;
    gap: 8px;
    border-top: 1px solid #D1D1D1;
}

.form-group-action #resetBtn{
    background: #FFFFFF00;
    border: none;
    color: #CD1414;
}

.form-group-action button {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
}

.form-group-action .filter-btn-reset{
    background-color:#CD1414;
    font-family: "DM sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 48px 48px 48px 48px;
    border: none;
}