/*==========================
Hero
==========================*/

.locality-hero{

    background:#f8f8f8;
    position:relative;
    overflow:hidden;
    padding-top:70px;
    padding-bottom:70px;

}

.hero-bg-left{

    position:absolute;
    left:0;
    bottom:0;
    opacity:.08;

}

.hero-bg-right{

    position:absolute;
    right:0;
    bottom:0;
    opacity:.08;

}

.hero-bg-left img,
.hero-bg-right img{

    width:260px;

}

.hero-title{

    font-size:48px;
    font-weight:700;
    color:#222;
    line-height:1.2;

}

.hero-subtitle{

    color:#777;
    font-size:17px;
    max-width:760px;
    margin:18px auto 0;

}

.hero-search{

    background:#fff;
    border-radius:50px;
    padding:10px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.hero-input{

    padding:8px 20px;

}

.hero-input label{

    display:block;
    font-size:12px;
    color:#999;
    margin-bottom:4px;

}

.hero-input select{

    font-weight:600;
    cursor:pointer;

}

.hero-input input{

    font-weight:500;

}

.hero-divider{

    width:1px;
    height:45px;
    background:#ddd;

}

.hero-btn{

    height:60px;
    border-radius:40px;
    background:#ff6b00;
    color:#fff;
    font-weight:600;
    border:none;
    transition:.3s;

}

.hero-btn:hover{

    background:#e45f00;
    color:#fff;

}

.owner-box{

    background:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);

}

.owner-box a{

    color:#ff6b00;
    font-weight:700;
    text-decoration:none;
    margin-left:8px;

}

.owner-box a:hover{

    text-decoration:underline;

}

.hero-illustration{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    text-align:center;
    z-index:0;
    opacity:.08;
}

.hero-illustration img{
    width:900px;
    max-width:100%;
}

.popular-cities{

    background:#fff;

}

.section-title{

    font-size:38px;
    font-weight:700;

}

.cities-slider{

    display:flex;
    gap:20px;

    overflow-x:auto;
    scroll-behavior:smooth;

    scrollbar-width:none;

}

.cities-slider::-webkit-scrollbar{

    display:none;

}

.city-card{
    min-width:230px;
    background:#fff;
    border:1px solid #E6E6E6;
    border-radius:16px;
    overflow:hidden;
    transition:.3s;
}

.city-card:hover{
    border-color:#FF6B00;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.city-card img{

    width:100%;
    height:170px;
    object-fit:cover;

}

.city-body{

    padding:15px;

}

.city-body h5{

    font-weight:700;
    margin-bottom:8px;

}

.rating{

    color:#f5b301;
    font-size:14px;

    margin-bottom:6px;

}

.city-body small{

    display:block;
    color:#777;

}

.city-body p{

    margin:5px 0 0;
    color:#777;
}

.slider-buttons{

    display:flex;
    gap:12px;

}

.slider-btn{

    width:44px;
    height:44px;

    border-radius:50%;

    border:1px solid #ddd;

    background:#fff;

    transition:.3s;

}

.slider-btn:hover{

    background:#ff6b00;
    color:#fff;

    border-color:#ff6b00;

}

.city-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:8px;

}

.city-top h5{

    margin:0;

    font-size:17px;

    font-weight:600;

    color:#222;

}

.rating{

    font-size:13px;

    color:#777;

    display:flex;

    align-items:center;

    gap:4px;

}

.rating i{

    color:#FFB400;

    font-size:12px;

}

.rating span{

    color:#999;

}

.city-locality{

    font-size:13px;

    color:#777;

    margin-bottom:4px;

}

.city-property{

    font-size:13px;

    color:#777;

}

/*==========================
Why Choose Section
===========================*/

.why-lr-section{

    background:#fff;

}

.feature-card{

    display:flex;

    align-items:flex-start;

    gap:15px;

    border:1px solid #ECECEC;

    border-radius:16px;

    padding:22px;

    height:100%;

    background:#fff;

    transition:.3s;

}

.feature-card:hover{

    border-color:#FF6B00;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transform:translateY(-5px);

}

.feature-icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:50%;

    background:#FFF3EC;

    display:flex;

    justify-content:center;

    align-items:center;

}

.feature-icon i{

    color:#FF6B00;

    font-size:22px;

}

.feature-card h5{

    font-size:15px;

    font-weight:600;

    color:#222;

    margin-bottom:8px;

}

.feature-card p{

    margin:0;

    color:#777;

    font-size:12px;

    line-height:1.7;

}

/*=========================
Market Insights
=========================*/

.market-insights{

    background:#fff;

}

.market-title{

    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:25px;

}

/* Tabs */

.market-tabs-wrapper{

    position:relative;
    display:flex;
    justify-content:center;
    margin-bottom:30px;

}

.market-line{

    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;

    width:750px;
    height:1px;
    background:#FF6B00;

}

.market-tabs{

    display:flex;
    z-index:2;

}

.market-tab{

    width:160px;
    height:56px;

    border:none;

    background:#F2F2F2;

    font-size:20px;
    font-weight:600;

    transition:.3s;

}

.market-tab:first-child{

    border-radius:18px 18px 0 0;

}

.market-tab:last-child{

    border-radius:18px 18px 0 0;

}

.market-tab.active{

    background:#FF6B00;
    color:#fff;

}

/* Header */

.market-header{

    display:flex;
    gap:18px;
    margin-bottom:12px;

}

.market-cell{

    flex:1;

    background:#F2F4F7;

    border-radius:12px;

    text-align:center;

    padding:10px 10px;

    font-weight:700;

    font-size:18px;

}

.market-cell span{

    font-size:14px;

    font-weight:400;

}

/* Rows */

.market-row{

    display:flex;

    gap:0;

    background:#F9FAFB;

    border-radius:14px;

    margin-bottom:10px;

    box-shadow:0 1px 4px rgba(0,0,0,.06);

}

.market-data{

    flex:1;

    padding:10px;

    text-align:center;

    position:relative;

    font-size:16px;

    font-weight:500;

}

.market-data:not(:last-child)::after{

    content:"";

    position:absolute;

    right:0;

    top:20%;

    width:1px;

    height:60%;

    background:#CFCFCF;

}

.market-note{

    margin-top:20px;

    color:#777;

    font-size:13px;

    line-height:1.8;

}

/*===========================
Popular Searches
===========================*/

.popular-card,
.recent-card{

    border:1px solid #ECECEC;

    border-radius:16px;

    background:#fff;

    overflow:hidden;

}

/* Tabs */

.popular-tabs{

    display:flex;

    border-bottom:1px solid #ECECEC;

}

.popular-tab{

    flex:1;

    border:none;

    background:#fff;

    padding:16px;

    font-weight:600;

    transition:.3s;

}

.popular-tab.active{

    background:#FF6B00;

    color:#fff;

}

/* Content */

.popular-content{

    display:none;

    padding:20px;

}

.popular-content.active{

    display:block;

}

.popular-content a{

    display:flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#333;

    padding:10px 0;

    transition:.3s;

}

.popular-content a:hover{

    color:#FF6B00;

    padding-left:6px;

}

.popular-content i{

    font-size:14px;

    color:#666;

}

/* Recently Added */

.recent-card a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-decoration:none;

    color:#333;

    padding:18px 22px;

    border-bottom:1px solid #ECECEC;

    transition:.3s;

}

.recent-card a:last-child{

    border-bottom:none;

}

.recent-card a:hover{

    background:#FFF8F3;

    color:#FF6B00;

    padding-left:28px;

}

.recent-card i{

    color:#666;

}

.hero-banner,
.hero-map{

    position:relative;

    border-radius:16px;

    overflow:hidden;

    background:#fff;

    border:1px solid #ECECEC;

}

.hero-banner img,
.hero-map img{

    height:260px;

    object-fit:cover;

}

.view-map-btn{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    background:#FF6B00;

    color:#fff;

    padding:12px 28px;

    border-radius:30px;

    text-decoration:none;

    font-weight:600;

}

.hero-details{

    background:#fff;

    border-radius:16px;

    border:1px solid #ECECEC;

    padding:30px;

}

.hero-details h1{

    font-size:38px;

    font-weight:700;

}

.hero-rating{

    color:#FFB400;

    margin:10px 0;

}

.hero-rating span{

    color:#777;

}

.hero-pin{

    color:#666;

}

.hero-stats{

    display:flex;

    gap:60px;

    margin:30px 0;

}

.hero-stats h5{

    font-size:28px;

    margin-bottom:4px;

}

.hero-stats p{

    color:#777;

    margin:0;

}

.hero-description{

    line-height:1.8;

    color:#555;

}

.property-sidebar{

    background:#fff;

    border-radius:16px;

    border:1px solid #ECECEC;

    padding:25px;

}

.property-sidebar h4{

    margin-bottom:20px;

    font-size:20px;

    font-weight:700;

}

.property-sidebar a{

    display:flex;

    justify-content:space-between;

    text-decoration:none;

    color:#333;

    padding:14px 0;

    border-bottom:1px solid #ECECEC;

}

.property-sidebar a:last-child{

    border:none;

}

.property-sidebar a:hover{

    color:#FF6B00;

}

/*==============================
Top Locality Card
==============================*/

.top-locality-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    margin-bottom:28px;

    border:1px solid #ECECEC;

}

/* Header */

.locality-header{

    padding:22px 26px;

}

.locality-header h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}

.locality-header h3 span{

    color:#777;

    font-weight:500;

}

/* Stats */

.locality-stats{

    display:flex;

    justify-content:space-between;

    gap:30px;

}

.stat-item{

    flex:1;

}

.stat-item h4{

    font-size:32px;

    font-weight:700;

    margin-bottom:4px;

}

.stat-item p{

    color:#666;

    line-height:1.4;

    margin:0;

}

.stars{

    color:#FDBA12;

    font-size:18px;

}

/* Projects */

.project-wrapper {
  background: #F5F5F5;
  padding: 18px 22px;
  margin: 0px 0px 0px 20px;
  border-radius: 10px 0px 0px 10px;
}

.project-wrapper h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

.project-slider{

    display:flex;

    gap:16px;

    overflow:auto;

}

.project-card{

    min-width:360px;

    background:#fff;

    border-radius:14px;

    display:flex;

    padding:14px;

    gap:16px;

}

.project-card img{

    width:130px;

    height:130px;

    object-fit:cover;

    border-radius:10px;

}

.project-card h6{

    font-size:18px;

    margin-bottom:5px;

}

.project-card small{

    display:block;

    color:#666;

    margin-bottom:8px;
    font-size: 11px;

}

.project-card p{

    margin-bottom:0px;

}

.project-card strong{

    display:block;

    font-size:16px;

}

.project-card span{

    color:#666;
    font-size: 12px;

}

/* Footer */

.locality-footer{

    padding:22px;

    display:flex;

    gap:18px;

}

.btn-light-orange{

    background:#FFF2EA;

    color:#FF6B00;

    padding:14px 32px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

}

.btn-orange{

    background:#FF6B00;

    color:#fff;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

}

.hero-info{
    margin-top:20px;
}

.hero-title{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:20px;
}

.hero-title h1{
    font-size:28px;
    font-weight:500;
    color:#222;
    margin:0;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: normal;
}

.rating-star{
    color:#FFC107;
}

.rating-value{
    font-weight:700;
    color:#222;
}

.review-count{
    color:#666;
}

.review-link {
  color: #FF6B00;
  font-weight: normal;
  text-decoration: underline;
}

.hero-stat-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}

.hero-stat-card{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:16px;

    padding:18px 22px;

}

.hero-stat-card h6{

    margin:0 0 10px;

    font-size:14px;

    font-weight:700;

    color:#222;

}

.hero-stat-card p{

    margin:0;

    font-size:16px;

    color:#5f5f5f;

    font-weight:500;

}

/*==========================
Hero Description
==========================*/

.hero-description{

    margin-top:28px;

}

.hero-description p{

    margin:0;

    color:#4F4F4F;

    font-size:16px;

    line-height:1.9;

    font-weight:400;

    text-align:justify;

}

/*=========================
Show More Button
=========================*/

.show-more-btn{

    background:#fff;

    color:#333;

    border:1px solid #FF6B00;

    border-radius:6px;

    padding:8px 22px;

    font-size:14px;

    font-weight:500;

    transition:all .3s ease;

}

.show-more-btn:hover{

    background:#FF6B00;

    color:#fff;

    border-color:#FF6B00;

}

.section-title{

    font-size:28px;

    font-weight:700;

    color:#222;

}

.place-tabs{

    display:flex;

    gap:10px;

}

.place-tabs button{

    border:1px solid #E5E5E5;

    background:#fff;

    border-radius:8px;

    padding:8px 18px;

    font-size:14px;

    font-weight:500;

    transition:.3s;

}

.place-tabs button.active{

    background:#FF6B00;

    color:#fff;

    border-color:#FF6B00;

}

.place-card{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:18px;

    overflow:hidden;

    transition:.3s;

}

.place-card img{

    width:100%;

    height:170px;

    object-fit:cover;

    display:block;

}

.place-card h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 14px;
  margin: 0;
}

.place-card h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding: 14px;
  margin: 0;
}

.slider-arrow{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    border:1px solid #E5E5E5;

    position:absolute;

    top:40%;

    z-index:5;

    display:flex;

    justify-content:center;

    align-items:center;

    cursor:pointer;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}

.school-prev{

    left:-18px;

}

.school-next{

    right:-18px;

}

.place-prev{

    left:-18px;

}

.place-next{

    right:-18px;

}
.city-card{

    overflow:hidden;

}

.place-content{

    padding:14px;

}

.place-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px;
}

.city-rating{

    display:flex;

    align-items:center;

    gap:4px;

    font-size:12px;

    color:#666;

}

.city-rating span{

    color:#F59E0B;

    font-weight:600;

}

.city-rating small{

    color:#999;

}

.city-prev{

    left:-18px;

}

.city-next{

    right:-18px;

}

/*====================================================
 REVIEW PAGE
====================================================*/

.review-page{
    background:#fafafa;
    padding:0;
}

/* Wrapper */

.review-wrapper{
    max-width:100%;
    margin:0 auto;
    padding: 20px;
}

/* Header */

.review-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.review-icon-add {
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-icon-img {
    object-fit: contain;
}

.review-heading-text h2 {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0px;
}

.review-heading-text p{
    color:#666;
    font-size:14px;
    margin:0;
}

/* Fields */

.review-field{
    margin-bottom:28px;
}

.review-field label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.review-field small{
    color:#999;
    display:block;
    margin-top:8px;
    font-size:13px;
}

/* Inputs */

.review-input{
    height:56px;
    border-radius:10px;
    border:1px solid #DDDDDD;
    font-size:15px;
    box-shadow:none!important;
    padding:0 18px;
}

.review-input:focus{
    border-color:#FF6B00;
}

/* Radio */

.review-user-type{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.review-radio{
    cursor:pointer;
    margin:0;
}

.review-radio input{
    display:none;
}

.review-radio span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 22px;
    border:1px solid #ddd;
    border-radius:40px;
    background:#fff;
    transition:.3s;
    font-size:14px;
    font-weight:500;
}

.review-radio input:checked+span{
    background:#FF6B00;
    color:#fff;
    border-color:#FF6B00;
}

/* Rating */

.rating-heading{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
}

.rating-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
    border-bottom:1px solid #ECECEC;
}

.rating-row:last-child{
    border:none;
}

.rating-row span{
    font-size:15px;
    font-weight:500;
}

.rating-stars{
    display:flex;
    gap:8px;
}

.rating-stars i{
    color:#D2D2D2;
    font-size:22px;
    cursor:pointer;
    transition:.2s;
}

.rating-stars i:hover{
    color:#FFB400;
}

/* Chips */

.chip-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.review-chip{
    border:1px solid #DDDDDD;
    background:#fff;
    border-radius:40px;
    padding:10px 18px;
    font-size:14px;
    color:#444;
    transition:.3s;
}

.review-chip:hover{
    background:#FFF4EC;
    border-color:#FF6B00;
    color:#FF6B00;
}

.review-chip.active{
    background:#FF6B00;
    color:#fff;
    border-color:#FF6B00;
}

/* Textarea */

.review-textarea{
    border-radius:10px;
    border:1px solid #ddd;
    min-height:180px;
    resize:none;
    padding:18px;
    box-shadow:none!important;
}

.review-textarea:focus{
    border-color:#FF6B00;
}

/* Upload */

.upload-box{
    border:2px dashed #D9D9D9;
    border-radius:16px;
    min-height:230px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
    background:#fff;
}

.upload-box:hover{
    border-color:#FF6B00;
    background:#FFF8F4;
}

.upload-box img{
    width:72px;
    margin-bottom:20px;
}

.upload-box p{
    margin:0;
    color:#666;
    font-size:15px;
}

.upload-box span{
    color:#FF6B00;
    font-weight:600;
}

/* Submit */

.review-submit{
    text-align:left;
    margin-top:55px;
}

.review-submit-btn{
    background:#FF6B00;
    color:#fff;
    border:none;
    width:240px;
    height:58px;
    border-radius:12px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.review-submit-btn:hover{
    background:#e85e00;
    color:#fff;
}

/* Upload Preview */

.upload-preview{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-top:20px;
}

.preview-item{
width:110px;
text-align:center;
}

.preview-item img{
width:110px;
height:90px;
object-fit:cover;
border-radius:8px;
border:1px solid #ddd;
}

.preview-item span{
display:block;
margin-top:8px;
font-size:12px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

/* Drag */

.upload-box.drag{
border-color:#ff6b00;
background:#fff4eb;
}

/* Focus */

.review-field.focused label{
color:#ff6b00;
transition:.3s;
}

/* Active Stars */

.rating-stars i.fa-solid{
color:#FDBA12;
}
.locality-hero-section-detail{
    background:#fff;
}

.lr-breadcrumb{
    font-size:13px;
    color:#999;
}

.lr-breadcrumb a{
    color:#8a8a8a;
    text-decoration:none;
}

.lr-breadcrumb span{
    margin:0 6px;
}

.hero-banner-card img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:18px;
}

.hero-map-card{
    position:relative;
}

.hero-map-card img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:18px;
}

.view-map-btn{

    position:absolute;
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    background:#FF6B00;

    color:#fff;

    padding:12px 24px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    display:flex;

    gap:8px;

    align-items:center;

    box-shadow:0 12px 25px rgba(0,0,0,.15);

}

.locality-title{

    font-size:32px;

    font-weight:700;

    color:#222;

}

.hero-rating{

    display:flex;

    align-items:center;

    gap:10px;

    margin-top:10px;

}

.rating-star{

    color:#ffb400;

}

.review-count{

    color:#777;

}

.write-review{

    color:#ff6b00;

    font-weight:600;

    text-decoration:none;

}

.info-card-locality{

    border:1px solid #ececec;

    border-radius:12px;

    padding:18px;

    background:#fff;

    transition:.3s;

}

.info-card-locality:hover{

    box-shadow:0 12px 25px rgba(0,0,0,.08);

}

.info-card-locality small{

    color:#888;

    display:block;

    margin-bottom:6px;

}

.info-card-locality h6{

    font-size:18px;

    font-weight:700;

    margin:0;

}

.rating-box{

    border-radius:12px;

    padding:18px;

    background:#fff;

    border:1px solid #efefef;

}

.rating-top{

    font-weight:700;

    display:flex;

    gap:8px;

    align-items:center;

    margin-bottom:8px;

}

.rating-box p{

    margin:0;

    color:#666;

}

.yellow{

    border-top:4px solid #FFD34E;

}

.blue{

    border-top:4px solid #3D8BFF;

}

.green{

    border-top:4px solid #3BCF7A;

}

.red{

    border-top:4px solid #FF5B5B;

}

.hero-description{

    font-size:15px;

    color:#666;

    line-height:30px;

}
/*==========================================
    RIGHT PROPERTY SIDEBAR
==========================================*/

.property-sidebar-detail{
    position: relative;
    top: 20px;
    background:#F7F7F7;
    border-radius: 10px;
    border: 1px solid #c3c0c0;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    overflow: hidden;
}

/*==========================================
    HEADER
==========================================*/

.sidebar-header{
    padding:24px 22px 18px;
    background:#F7F7F7;
}

.sidebar-title{
    font-size:14px;
    font-weight:700;
    color:#111;
    margin:0;
    line-height:1.2;
}

.sidebar-subtitle{
    margin-top:4px;
    margin-bottom:0;
    font-size:15px;
    color:#777;
}

/*==========================================
    PROPERTY LIST
==========================================*/

.property-list{

    height:720px;

    overflow-y:auto;

    overflow-x:hidden;

    padding:0px;

    scroll-behavior:smooth;

}

/* Custom Scrollbar */

.property-list::-webkit-scrollbar{

    width:6px;

}

.property-list::-webkit-scrollbar-track{

    background:#f4f4f4;

    border-radius:20px;

}

.property-list::-webkit-scrollbar-thumb{

    background:#d2d2d2;

    border-radius:20px;

}

.property-list::-webkit-scrollbar-thumb:hover{

    background:#999;

}

/*==========================================
    PROPERTY CARD
==========================================*/

.property-card-locality{

    display:flex;

    gap:14px;

    text-decoration:none;

    background:#fff;

    border:1px solid #EFEFEF;

    border-radius:16px;

    overflow:hidden;

    margin-bottom:5px;

    transition:.30s;

    padding:5px;

}

.property-card-locality:last-child{

    margin-bottom:0;

}

.property-card-locality:hover{

    border-color:#FF6B00;

    box-shadow:0 10px 30px rgba(255,107,0,.12);

    transform:translateY(-3px);

    text-decoration:none;

}

/*==========================================
    IMAGE
==========================================*/

.property-image-detail{

    position:relative;

    width:70px;

    min-width:70px;

}

.property-image-detail img{

    width:70px;

    height:70px;

    object-fit:cover;

    border-radius:12px;

    display:block;

}

.property-tag{

    position:absolute;

    left:8px;

    top:8px;

    background:#2FB344;

    color:#fff;

    font-size:10px;

    font-weight:600;

    padding:3px 8px;

    border-radius:20px;

}

/*==========================================
    CONTENT
==========================================*/

.property-content-detail{

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.property-content-detail h5{

    font-size:14px;

    color:#1E1E1E;

    font-weight:normal;

    margin-bottom:5px;

    line-height:15px;

}

.property-price {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.property-price span {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  margin-left: 0;
}

.property-location{

    display:flex;

    align-items:center;

    gap:6px;

    color:#777;

    font-size:13px;

}

.property-location i{

    color:#FF6B00;

}

/*==========================================
    SCROLL BUTTON
==========================================*/

.sidebar-scroll-btn-top{

    display:flex;

    justify-content:center;

    padding:0;

    background:#F7F7F7;

}

.sidebar-scroll-btn-top button {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #D9D9D9 !important;
  color: #555;
  transition: .30s;
  position: relative;
  top: 12px;
  z-index: 999999;
}

.sidebar-scroll-btn-top button:hover{

    background:#FF6B00;

    color:#fff;

}

.sidebar-scroll-btn-bottom{

    display:flex;

    justify-content:center;

    padding:0;

    background:#F7F7F7;

}

.sidebar-scroll-btn-bottom button {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #D9D9D9 !important;
  color: #555;
  transition: .30s;
  position: relative;
  top: -12px;
  z-index: 999999;
}

.sidebar-scroll-btn-bottom button:hover{

    background:#FF6B00;

    color:#fff;

}

/*==========================================
    FOOTER
==========================================*/

.sidebar-footer{

    border-top:1px solid #F1F1F1;

    padding:20px;

    background:#fff;

}

.view-all-property{

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    background:#FF6B00;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    height:50px;

    font-weight:600;

    transition:.30s;

}

.view-all-property:hover{

    background:#e85d00;

    color:#fff;

}

/*==============================
LOCATION REVIEW
===============================*/

.location-review-section{

    margin-top:40px;

}

.location-review-wrapper{

    background:#FAFAFA;
    border:1px solid #ECECEC;
    border-radius:16px;
    padding:18px;

}

/*==============================
Heading
===============================*/

.location-review-title{

    margin-bottom:18px;

}

.location-review-title h3{

    font-size:22px;
    font-weight:700;
    color:#1F1F1F;
    margin:0;

}

/*==============================
Rating Cards
===============================*/

.review-category-row{

    display:flex;
    gap:14px;
    margin-bottom:18px;
    overflow:hidden;

}

.review-category-card{

    flex:1;
    min-width:160px;
    height:60px;

    border:1px solid #ECECEC;
    border-radius:12px;

    background:#fff;

    display:flex;

    align-items:center;

    padding:12px 15px;

    transition:.3s;

}

.review-category-card:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.review-category-icon{

    width:34px;

    height:34px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:10px;

}

/* .review-category-icon img{

    width:18px;

} */

/* Colors */

.school{

    background:#FFF7DD;

}

.traffic{

    background:#EAF1FF;

}

.hospital{

    background:#EAFBF1;

}

.clean{

    background:#FFECEF;

}

.neighbour{

    background:#FFF1F5;

}

/*==============================
Content
===============================*/

.review-category-content h5{

    margin:0;

    font-size:16px;

    font-weight:700;

    color:#2D2D2D;

    line-height:1;

}

.review-category-content span{

    font-size:13px;

    color:#757575;

}
/*==================================================
    LOCATION REVIEW SLIDER
==================================================*/

.location-review-slider{
    position: relative;
    margin-top: 15px;
}

.locationReviewSwiper{
    overflow: hidden;
    padding: 0 6px;
}

/*==================================================
    REVIEW CARD
==================================================*/

.location-review-card{

    background:#fff;

    border:1px solid #EAEAEA;

    border-radius:16px;

    padding:12px;

    transition:all .3s ease;

    min-height:170px;

}

.location-review-card:hover{

    border-color:#ff6b00;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

/*==================================================
    REVIEW DESCRIPTION
==================================================*/

.review-description {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  min-height: 95px;
}

/*==================================================
    DIVIDER
==================================================*/

.review-divider{

    border-top:1px dashed #DDDDDD;

    margin:15px -18px;

}

/*==================================================
    FOOTER
==================================================*/

.review-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

/*==================================================
    USER
==================================================*/

.review-user{

    display:flex;

    align-items:center;

}

.review-user-image{

    width:42px;

    height:42px;

    border-radius:50%;

    overflow:hidden;

    margin-right:10px;

    flex-shrink:0;

}

.review-user-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.review-user-detail h5{

    margin:0;

    font-size:15px;

    font-weight:700;

    color:#222;

    line-height:1.2;

}

.review-user-detail span{

    font-size:13px;

    color:#888;

}

/*==================================================
    RATING
==================================================*/

.review-rating{

    text-align:right;

}

.review-stars{

    display:flex;

    justify-content:flex-end;

    gap:2px;

    color:#FFC107;

    font-size:13px;

}

.review-rating small{

    display:block;

    margin-top:4px;

    color:#555;

    font-weight:600;

}

/*==================================================
    ARROWS
==================================================*/

.review-slider-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:36px;

    height:36px;

    border-radius:50%;

    border:1px solid #E5E5E5;

    background:#fff;

    color:#666;

    z-index:20;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}

.review-slider-arrow:hover{

    background:#ff6b00;

    border-color:#ff6b00;

    color:#fff;

}

.review-prev{

    left:-18px;

}

.review-next{

    right:-18px;

}

/*==================================================
    SWIPER
==================================================*/

.locationReviewSwiper .swiper-slide{

    height:auto;

}

.locationReviewSwiper .swiper-wrapper{

    align-items:stretch;

}
/*=====================================
PHOTOS & VIDEOS
======================================*/

.photos-video-section{

    margin-top:35px;

}

.photos-video-wrapper{

    background:#FAFAFA;

    border-radius:18px;

    padding:22px;

    border:1px solid #EFEFEF;

}

/* Header */

.photos-video-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:18px;

}

.photos-video-header h3{

    font-size:28px;

    font-weight:700;

    color:#222;

    margin:0;

}

.photos-video-header a{

    color:#FF6B00;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

}

/* Gallery */

.gallery-item{

    position:relative;

    display:block;

    overflow:hidden;

    border-radius:18px;

}

.gallery-item img{

    width:100%;

    height:170px;

    object-fit:cover;

    border-radius:18px;

    transition:.4s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

/* Overlay */

.gallery-overlay-locality{

    position:relative;

}

.gallery-overlay-locality::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

    z-index:2;

    border-radius:18px;

}

.gallery-overlay-content{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    z-index:3;

    text-align:center;

    color:#fff;

}

.gallery-overlay-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.gallery-overlay-content span{

    font-size:20px;

    font-weight:500;

}

/*=============================
 Property Owner CTA
==============================*/

.property-owner-section {
    padding: 70px 0;
}

.property-owner-wrapper {
  background: #F7ECE7;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.property-owner-content h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #2D2D2D;
  margin: 0;
}

.property-owner-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.post-property-btn {
  background: #FF620A;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: 14px 15px;
  border-radius: 14px;
  transition: .3s;
  white-space: nowrap;
}

.post-property-btn:hover {
    background: #ea5600;
    color: #fff;
}

.property-or-text {
  font-size: 18px;
  font-weight: normal;
  color: #3B3B3B;
}

.whatsapp-property-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 15px;
  border: 1.5px solid #8E8E8E;
  border-radius: 14px;
  background: transparent;
  transition: .3s;
  white-space: nowrap;
}

.whatsapp-property-btn:hover {
    background: #fff;
}

.whatsapp-property-btn img {
    width: 30px;
    height: 30px;
}
/*==========================================
    Price Trend & Comparison
==========================================*/

.price-trend-section{
    padding:60px 0;
}

.price-trend-wrapper{
    background:#fff;
    border:1px solid #ECECEC;
    border-radius:24px;
    padding:40px;
}

/*========================
    Header
========================*/

.price-trend-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
    margin-bottom:28px;
}

.price-trend-title h2{
    font-size:22px;
    font-weight:700;
    color:#2D2D2D;
    margin-bottom:8px;
}

.price-trend-title p{
    font-size:14px;
    color:#777777;
    margin-bottom:5px;
}

.price-trend-title span {
  display: block;
  font-size: 17px;
  color: #444;
  font-weight: normal;
}

/*========================
    Rent Dropdown
========================*/

.price-trend-filter select {
  width: 100px;
  height: 42px;
  border: 1.5px solid #9A9A9A;
  border-radius: 14px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #2F2F2F;
  padding: 0 18px;
  outline: none;
  cursor: pointer;
}

/*========================
    Property Type
========================*/

.price-property-type{
    margin-bottom:35px;
}

.property-type-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:none;
    background:transparent;
    cursor:pointer;
    padding:0;
}

.property-type-btn span {
  font-size: 30px;
  font-weight: 500;
  color: #2E2E2E;
}

/*========================
    Chart
========================*/

.price-chart-area{
    width:100%;
    overflow:hidden;
}

.price-chart-img {
  width: 70%;
  display: block;
}

/*========================
    Future Chart.js Support
========================*/

.price-chart{
    width:100%;
    height:430px;
}

/*==========================================
    Explore Locality Section
==========================================*/

.explore-locality-section{
    padding:0;
}

.explore-locality-wrapper{
    display:grid;
    grid-template-columns:2.1fr 1fr;
    gap:28px;
    align-items:start;
}

/*========================
    Left Side
========================*/

.explore-info {
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 15px;
}

.explore-title-local {
  font-size: 20px;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 28px;
}
.explore-card-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.explore-card{
    border:1px solid #E7E7E7;
    border-radius:18px;
    padding:22px;
    background:#fff;
}

.explore-card h3 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}

.explore-list{
    list-style:none;
    padding:0;
    margin:0;
}

.explore-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:8px;
}

.explore-list li:last-child{
    margin-bottom:0;
}

.explore-list img{
    width:18px;
    height:18px;
    margin-top:3px;
    flex-shrink:0;
}

.explore-list span {
  font-size: 11px;
  line-height: 14px;
  color: #5D5D5D;
}

/*========================
    Right Map Card
========================*/

.explore-map {
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  border-radius: 24px;
  padding: 5px;
}

.explore-map-title {
  font-size: 20px;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 5px;
}

/*========================
    Filter Buttons
========================*/

.map-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}

.map-filter button {
  border: 1.5px solid;
  background: #fff;
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
  transition: .3s;
}

.school-btn{
    color:#005DFF;
    border-color:#005DFF;
}

.school-btn.active,
.school-btn:hover{
    background:#005DFF;
    color:#fff;
}

.hospital-btn{
    color:#18A558;
    border-color:#18A558;
}

.hospital-btn:hover{
    background:#18A558;
    color:#fff;
}

.market-btn{
    color:#FF2C2C;
    border-color:#FF2C2C;
}

.market-btn:hover{
    background:#FF2C2C;
    color:#fff;
}

.park-btn{
    color:#0A6EB4;
    border-color:#0A6EB4;
}

.park-btn:hover{
    background:#0A6EB4;
    color:#fff;
}

/*========================
    Map Image
========================*/

.map-image{
    overflow:hidden;
    border-radius:18px;
}

.map-image img{
    width:100%;
    display:block;
    border-radius:18px;
}

/*==========================================
    Nearby Location Section
==========================================*/

.nearby-location-section{
    padding:70px 0 0;
}

.nearby-location-wrapper{
    display:flex;
    gap:22px;
    align-items:stretch;
    margin-bottom:24px;
}

/*========================
    Card
========================*/

.nearby-card{
    flex:1;
    background:#fff;
    border:1px solid #E8E8E8;
    border-radius:16px;
    padding:18px 22px;
    transition:.3s;
}

.nearby-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.nearby-card h3{
    font-size:16px;
    font-weight:700;
    color:#2D2D2D;
    margin-bottom:16px;
}

/*========================
    Nearby List
========================*/

.nearby-list{
    list-style:none;
    padding:0;
    margin:0;
}

.nearby-list li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.nearby-list li:last-child{
    margin-bottom:0;
}

.nearby-list span:first-child{
    font-size:14px;
    color:#2D2D2D;
    font-weight:500;
}

.nearby-list span:last-child{
    font-size:13px;
    color:#888;
    font-weight:400;
}

/*========================
    Popular Search
========================*/

.popular-search-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.popular-search-tags a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border:1px solid #BDBDBD;
    border-radius:10px;
    background:#fff;
    color:#333;
    font-size:13px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
}

.popular-search-tags a:hover{
    background:#FF620A;
    border-color:#FF620A;
    color:#fff;
}

/*========================
    Bottom Link
========================*/

.all-localities-link a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#FF620A;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.all-localities-link a:hover{
    gap:12px;
}

.all-localities-link svg{
    transition:.3s;
}
