.PropertyInternalHeroSection{position: relative;}
.PropertyInternalHeroSection img{width: 100%;height: 480px;object-fit: cover;}
.PropertyInternalHeroSection .caption span{}
.PropertyInternalHeroSection .caption {position: absolute;top: 50%;left: 50%;color: #FFF;font-size: 45px;font-weight: 600;transform: translate(-50%, -50%);text-align: center;z-index: 1;}
.PropertyInternalOverlay{position:absolute;top:0;left:0;width:100%;height:480px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.64) 100%)}
.PropertyInternalContent a{color:unset;text-decoration:none;}
.PropertyInternalSeeDetails a{color: #ce9b64;}
.PropertyInternalActionArea,.PropertyInternalBackArea,.PropertyInternalSortDropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    gap: 10px;
}

.PropertyInternalSortDropdown span{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.SORTBtn::after{
    margin-left: 14rem;
    color: #ce9b64;
}

.PropertyInternalSortDropdown .dropdown button{
    width: 18rem;
    height: 50px;
    text-align: left;
    padding: 5px 10px;
    background: #ebebeb;
    color: #003c72;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 0px;
    letter-spacing: 1.2px;
}

.btn:focus,.btn:active:focus{
    box-shadow: none;
}

.PropertyInternalBackBtn{
    height: 27px;
}

.PropertyInternalBackArea span{
    color: #003c72;
    letter-spacing: 1.8px;
    text-decoration: underline;
}

.PropertyInternalInnerListing{
    padding: 150px;
    padding-top: 25px;
    padding-bottom: 0px;
    display: grid;
    gap: 20px;
}

.PropertyInternalDivider{height: 1px;margin-bottom: 40px;background: #dddddd;}

.PropertyInternalInnerMainArea{
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.PropertyInternalImg{
    position: relative;
}
.PropertyInternalInnerMainArea:last-child {
    padding: 0;
    border: none;
}
.PropertyInternalImg img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 20rem;
}
.PropertyInternalCount{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    background: #003c72;
    padding: 10px;
}
.PropertyInternalContent{
    padding: 0px 20px;
    display: grid;
    grid-template-rows: 1fr auto;
}
.PropertyInternalMainContent{

}
.PropertyInternalMainContent .PropertyInternalTitle{
        font-size: 32px;
    font-weight: 700;
    color: #003c72;
    padding-bottom: 10px;
}
.PropertyInternalMainContent .PropertyInternalSubTitle{
        font-size: 15px;
    letter-spacing: 0.8px;
    padding-bottom: 15px;
}
.PropertyInternalMainContent .PropertyInternalPoint{}
.PropertyInternalMainContent .PropertyInternalPoint ul {}
.PropertyInternalMainContent .PropertyInternalPoint ul li{
        font-size: 16px;
    letter-spacing: 0.8px;
}
.PropertyInternalSeeDetails {}
.PropertyInternalSeeDetails a{
    font-size: 16px;
    text-decoration: none;
    color: #ce9b64;
    letter-spacing: 2.2px;
    cursor: pointer;
}
/* ================= Pagination ================= */
.wrap{display:flex;justify-content:center;align-items:center;padding-top: 0px;padding-bottom: 150px;}
.pagination{display:flex;align-items:center;gap:18px;user-select:none}
.pag-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:24px;background:transparent;border:0;padding:0;cursor:pointer}
.pag-arrow svg{width:18px;height:18px;display:block;stroke:#CE9B64;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pag-arrow:focus{outline:2px solid rgba(11,74,106,0.12);outline-offset:3px}
.page-list{display:flex;align-items:center;gap:16px}
.page-item{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;line-height:18px;padding:6px 4px;font-size:14px;color:#003C72;text-decoration:none;cursor:pointer;border-radius:4px}
.page-item:hover{color:var(--accent-blue)}
.page-item.active{background:#003C72;color:#FFF;width:36px;height:36px;min-width:36px;line-height:36px;border-radius:50%;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px rgba(11,74,106,0.04) inset}
.ellipsis{font-size:18px;color:var(--num-blue);padding:0 4px}

@media(max-width:420px){.pagination{gap:10px}.page-list{gap:10px}.page-item{font-size:13px;padding:6px 3px}.page-item.active{width:32px;height:32px;min-width:32px;line-height:32px}.pag-arrow{width:34px}}
