/* Hive Neighborhood */
.neighborhood.new-section{
    position: relative;
    padding-top: 50px;
}
/* .neighborhood.new-section::before{
    content: "";
    height: calc(100% - 160px);
    background-color: #E0F0ED;
    position: absolute;
    width: 100%;
    top: 80px;

} */
.custom-overlay-bg{
    height: calc(100% - 160px);
    background-color: #E0F0ED;
    position: absolute;
    width: 100%;
    top: 80px;
}
.neighborhood.new-section .nbp-container{
display: flex;

}
.neighborhood.new-section .map-places-container{
    width: 100%;
}
/* .neighborhood.new-section .nbp-filter-wrapper {
    margin-bottom: 0;
} */

/* ====== WRAPPER ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-opt-wrapp {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 258px;
    position: relative;
    justify-content: center;
}
 /* ===== Vertical wrapper ===== */
.neighborhood.new-section .nbp-filter-wrapper .nbp_filter_vertical_wrapp {
  width: 258px;                 /* tweak as needed */
  background: #F3F3F3;    
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: inherit;
  max-height: 549px;            /* height of visible list */
  height: 100vw;
  padding: 14px;
}
/* Scroll area */
.nbp_filter_vertical_wrapp .nbp-filter-scroll.nbp_vertical_scroll {
height: 100%;
  max-height: 549px;            /* height of visible list */
  overflow-y: auto;
  overflow-x: hidden;
   scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE / Edge */
  width: 100%;
}


.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-options {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

/* ====== FILTER BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 16px;    
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    min-width: 200px;
    font-weight: 400;
    justify-content: left;
    border-radius: 0;
}

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter i {
    font-size: 10px;
}

/* hover / active look */
/* .neighborhood.new-section .nbp-filter-wrapper .nb-map-filter:hover {
    border-color: #64B3A5;
} */

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter.active {   
    background: #ffffff;
    color: #000000;   
    border: 2px solid;
}

/* Rotate existing left/right icons to act as up/down */
.nbp_filter_vertical_wrapp .nbp-nav-up i {
  transform: rotate(90deg);     /* double-angle-left → up */
}
.nbp_filter_vertical_wrapp .nbp-nav-down i {
  transform: rotate(90deg);    /* double-angle-right → down */
}


/* ====== ARROW BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn {
    width: 100% ;
    height: 48px;
    border: none;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 17px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.nbp-nav-down {
    bottom: 0;
    top: auto;
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn i {
    font-size: 14px;
}

/* hidden state for arrows */
.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

.neighborhood.new-section .map-list-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.neighborhood.new-section .map-list-wrapper .map-canvas {
    flex-grow: 1;
}

.neighborhood.new-section .map-canvas {
    height: 100vw;
    max-height: 549px;
}

.neighborhood.new-section .map-list-wrapper .nbp-filter-places {
     width: 30%;
    max-width: 550px;
    padding: 12px;
   max-height: 490px;
}

.neighborhood.new-section .nbp-heading-wrap{
  margin-bottom: 24px;
 }
.neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    order: 1;
    color: #494949;
}
.neighborhood.new-section .nbp-heading-wrap span i{
font-size: 1.334rem;
}
.neighborhood.new-section .nbp-places-list .nb-places-ul{
    list-style: none;
    margin-left: 0;
}

.neighborhood.new-section .nbp-places-list .nb-places {
    font-weight: 400;    
   
    padding: 12px;
    font-size: .875rem;
    border-radius: 8px;
     border: 1px solid rgba(0, 0, 0, 0.102);
     color: #494949;
}

.neighborhood.new-section .nbp-places-list .nb-places.active {
    color: #000000;
    border: 1px solid #FF951B;
    background-color: #ffffff;
}
/* mobile filter tab styles */
.neighborhood.new-section .nbp-view-toggle {
    align-items: center;
    background: rgba(244, 244, 244, 0.502);
    padding: 4px;
    border-radius: 0;
    gap: 6px;
    border: 2px solid #FFFFFF;
}

.neighborhood.new-section .nbp-view-tab {
  border: none;
  background: transparent;
  padding: 15px 18px;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #494949;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

.neighborhood.new-section .nbp-view-tab.active {
  background: #FFFFFF;
  border: none;
  color: #111111;
}
.neighborhood.new-section .nbp-fliter-dropdown select{
 padding: 12px 17px;
    border: 1px solid #EDEDED;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 44px;
    font-size: 0.9167rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
  }
  .neighborhood.new-section .nbp-fliter-dropdown{
    margin-bottom: 12px;
  }
.neighborhood.new-section .nbp-filter-mob-wrap
 {
    padding-top: 4px;
}
.neighborhood.new-section .nbp-fliter-dropdown .nbp-select-arrow {
    color: #111111;
}
@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {}
@media screen and (max-width: 767px) {
   
    .neighborhood.new-section .nbp-container{
        flex-direction: column;
        background-color: #E0F0ED;
        padding: 0;
        padding-top: 20px;
         padding-bottom: 12px;
    }
    .neighborhood.new-section{
        margin-top: 0;
       
      
    }
    .custom-overlay-bg{
        top: 0;
        height: 100%;
    }
    /* .neighborhood.new-section::before{
        display: none;
    } */
    .neighborhood.new-section .nbp-heading-wrap{
    margin-bottom: 16px;
    }
    .neighborhood.new-section .nbp-places-list .nb-places{
        padding: 0;
        border: none;
        font-size: 1rem;
    }
     .neighborhood.new-section .nbp-places-list .nb-places a{
        text-decoration: underline;
    }
    .neighborhood.new-section .nbp-places-list .nb-places.active{
        border: none;
        background: transparent;
        font-weight: 700;
    }
}
