/* Apiary Neighborhood */
.neighborhood.new-section{
    position: relative;
}
.neighborhood.new-section .nbp-filter-wrapper {
    margin-bottom: 20px;
}

/* ====== WRAPPER ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-opt-wrapp {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

/* ====== SCROLL AREA ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-filter-scroll.nbp_horizontal_scroll {
    flex: 1;
    overflow: hidden;

}

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

/* ====== FILTER BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 18px;
    border-radius: 3px;
    border: 2px solid #E8E8E8;
    background: #F4F4F4;
    color: #494949;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1;
    min-width: 170px;
    font-weight: 500;
    justify-content: center;
    border-radius: 100px;
}

.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: #CA7F0B; */
    background: #ffffff;

    border-width: 3px;
}

.neighborhood.new-section .nbp-filter-wrapper .nb-map-filter.active {
  /*   border-color: #CA7F0B; */
    background: #ffffff;

    border-width: 3px;
}

/* ====== ARROW BUTTONS ====== */
.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn {
    width: 48px;
    height: 48px;
    border: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 17px;
    position: absolute;
}

.neighborhood.new-section .nbp-filter-wrapper .nbp-nav-btn.nbp-nav-right {
    right: 0;
}

.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: 28px;
    background-color: #F9F7F5;
    padding: 16px;
}

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

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

.neighborhood.new-section .map-list-wrapper .nbp-filter-places {
    width: 30%;
    max-width: 350px;
}

.neighborhood.new-section .nbp-filter-places .nbp-heading-wrap {
    margin-bottom: 30px;
}

.neighborhood.new-section .nbp-filter-places h2.section-title.nbp-places-heading {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}

.neighborhood.new-section .nbp-heading-wrap span i {
    font-size: 1.334rem;
}

.neighborhood.new-section .nbp-places-list .nb-places {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    text-transform: capitalize;
}

.neighborhood.new-section .nbp-places-list .nb-places.active {
    color: #CA7F0B;
}

/* mobile filter tab styles */
.neighborhood.new-section .nbp-view-toggle {
    align-items: center;
    background: #F4E5CE;
    padding: 4px;
    border-radius: 12px;
    gap: 6px;
}

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

.neighborhood.new-section .nbp-view-tab.active {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    color: #111111;
}

.neighborhood.new-section .nbp-fliter-dropdown select {
    padding: 12px 17px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 44px;
    font-size: 1rem;
    font-weight: 500;
    color: #111111;
    text-transform: capitalize ;
}
.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) {
   
    .new-section .container.nbp-container {
        padding: 0;
    }

    .neighborhood.new-section .map-list-wrapper {
        padding: 12px 0;
    }

    .new-section .nbp-view-panel .nbp-list-view-wrap {
        padding: 0 12px;
    }

    .neighborhood.new-section .nbp-filter-places .nbp-heading-wrap {
        margin-bottom: 16px;
    }
    .neighborhood.new-section .nbp-places-list .nb-places{
        font-size: 1rem;
    }
    .neighborhood.new-section .nbp-places-list .nb-places a{
        text-decoration: underline;
    }
}