header{
    height: 60px;
    padding: 0 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: transparent;
}
.go_back {
    position: absolute;
    right: 45px;
    top: 0;
    height: 35px;
    width: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    border-radius: 50%;
}
.powered_by {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}
.prefix_box{
    padding-top: 160px;
    background: url(../../images/nearme/bg-park.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 100px);
    background-position: center;
    position: relative;
    z-index: 2;
}
/* .prefix_box{
    background-image: url() !important;
} */
.bg_explore{
    background-image: url(../../images/nearme/bg-park.webp);
}
.edcation_box{
    background-image: url(../../images/nearme/bg-park.webp);
}
.park_box{
    background-image: url(../../images/nearme/bg-park.webp);
}
.prefix_contain {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.p_c_d, .p_c_s {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 38px;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    z-index: 9;
}
.p_c_d, .p_c_s{
    color: #000;
}
.p_c_s {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 17px;
    padding: 0;
}
#search_form{
    width: 80%;
    position: relative;
    margin: 15px auto;
    border-radius: 8px;
    padding: 20px;
}

.search_ipt {
    display: flex;
    align-items: center;
    margin: 0 15px;
    border-radius: 4px;
    position: relative;
    flex-wrap: wrap;
    /* box-shadow: 0 2px 4px #afccd5; */
    border-color: #e1e1e1 !important;
    border: 1px solid;
}
#search_ipt,.search_list {
    width: 60%;
}
#search_ipt, #search_loc {
    border-radius: 4px !important;
    background-color: #fff !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 48px;
    color: #333;
    padding: 0;
    width: 100%;
    text-indent: 25px;
    border: none;
    outline: none;
    font-size: 13px;
}
#search_loc::placeholder{
    font-size: 13px;
    color: #bbb9b9;
    font-weight: 400;
}
 #search_loc, .search_loc {
    width: 100%;
    border-radius: 4px !important;
    background-color: #fff;
}

#search_loc{
    width: 100%;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    text-indent: 55px;
}
.search_loc{
    position: relative;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.loc_item{
    position: absolute;
    top: 12px;
    left: 15px;
}
#btn_search{
    width: 100%;
    padding: 14px;
    background: #3EAAFD;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    max-width: 320px;
    text-align: center;
    margin: 20px auto;
    display: block;
}
.loc_item path {
    color: #91bbe5 !important;
}
/* .search_loc:after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 2px;
    background-color: #afccd5;
} */
#btn_search svg{
    vertical-align: middle;
}
.info_m {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    align-items: center;
}
.info_left, .info_right {
    width: 50%;
    padding: 15px;
}

.info_t,.info_ts {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 27px;
}
.info_d,.info_des {
    font-size: 13px;
    line-height: 22px;
}
.info_block {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info_b_item {
    width: 48%;
    background-color: #f9f9f9;
    margin: 1%;
    text-align: center;
    padding: 15px;
}
.info_b_icon svg {
    width: 50px;
    height: auto;
}
.info_b_number {
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0;
}
.info_b_name {
    font-size: 18px;
    color: #c6c6c6;
    font-weight: 700;
}
.info_s{
    margin: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info_s .info_item{
    width: 32%;
    position: relative;
}
.info_s .info_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.info_s .info_item_title{
    font-size: 18px;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 8px 30px;
    font-family: "Poppins";
    text-shadow: -1px -1px 0 #000,  
                 1px -1px 0 #000,
                 -1px 1px 0 #000,
                 1px 1px 0 #000;
}
.info_ts{
    color: #242423;
    font-family: "Poppins";
    font-size: 30px;
    margin: 0 0 8px;
    text-align: center;
}
.info_des{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.image-gallery {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.column {
    display: flex;
    flex-direction: column;
}
.large-image {
    flex: 0 0 50%;
    margin-right: 10px;
}
.large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-images {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
}
.small-images .small-image {
    height: 48%;
}
.small-images-min{
    flex: 0 0 18.2%;
    margin: 0 5px;
}
.four-images {
    flex: 0 0 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.four-images .small-image {
    flex: 0 0 48%;
    margin-bottom: 4%;
}
.small-image img ,.small-images-min img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images-min{
    justify-content: center;
    margin-left: -9px;
}
.info_ts,.info_des{
    padding: 0 20px;
}
.info_ts{
    margin-top: 40px;
}
.go_back{
    display: none;
    top: 7px;
}
.i_ads_box{
    position: relative;
    text-align: center;
    margin: 10px;
}
.search_item{
    border-bottom: 1px solid #ededed;
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
}
#map_s {
    height: 100%;
    background: rgba(0, 0, 0, .58);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
 #map_s{
    display: none;
}
 .search_ipt{
box-shadow:0 1px 6px 0 #20212447;
}
 #search_loc, .search_ipt, .search_loc{
    border-radius: 30px !important;
}
.mapboxgl-popup-content{
    min-width: 240px;
}
.search_ipt_box{
    padding: 10px 0;
    background: #fff;
    border-radius: 5px;
    padding-top: 24px;
}
.search_i{
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.dw_btn{
    /* position: absolute; */
    top: 8px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dw_btn svg path,.edit_location svg path{
    fill: #68980B;
}
.dw_btn,.edit_location{
    width: 20px;
    height: 20px;
}
.dw_btn{
    width: 25px;
    height: 25px;
}
.edit_location{
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.search_i:hover .edit_location{
    display: block;
}
.search_i_c{
    border-color: #e1e1e1 !important;
    border: 1px solid;
    display: flex;
    align-items: center;
    margin: 0 15px !important;
    border-radius: 20px;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
}
#search_location{
    border: none;
    height: 35px;
    /* width: 100%; */
    /* padding-left: 55px;
    padding-right: 53px; */
    width: auto;
    /* font-size: 10px; */
    font-size: 12px;
    outline: none;
    pointer-events: none; /* Added to disable input editing */
    color: #68980B;
    min-width: 330px;
}
.search_i_c #search_location {
    pointer-events: auto; /* Removed to allow input editing */
    font-size: 14px;
    color: #333;
    width: 100%;
    padding-left: 55px;
    padding-right: 53px; 
    border-radius: 20px;
}
.search_i{
    margin: 0 35px;
    margin-top:10px;
}
#search_location::placeholder{
    color: #68980B;
}
.loc_icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #178be4;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.search_i_c .dw_btn{
    position: absolute;
}
.search_i_c .dw_btn{
    width: 20px;
    height: 20px;
}
.nbsv{
    position: absolute;
    top: 0;
    right: 0;
}
.nbs{
    background-color: #fff !important;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 50% !important;
}
.nbs svg path{
    fill: #333;
}
.category_option{
    height: 100%;
    border: 0;
    border-right: 1px solid #eae4e4;
    padding-right: 10px;
    position: relative;
    min-width: 160px;
    height: 48px;
}
#category-select{
    border: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #f2f2f2;
    display: none;
    max-height: 350px;
    overflow-y: scroll;
}
#category-select::-webkit-scrollbar{
    width: 1px;
}
#category-select:active,#category-select:focus{
    outline: none;
}
.dfs{
    display: flex;
    align-items: center;
}
.dfs #search_loc{
    text-indent: 10px;
}
#category-select li{
    padding: 10px;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}
#category-select li svg,.ok_s_t svg{
    margin-right: 5px;
    width: 25px;
    height: 25px;
}
.ok_select{
    padding-left: 10px;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: center;
}
.ok_select:hover #category-select{
    display: block;
}
.ok_s_t{
    display: flex;
    align-items: center;
}
.category_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
    padding: 20px;
}
.category_box_nearby{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.category_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category_item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* .category_item.active {
    background: #f0f7ff;
    border: 2px solid #2F3CF4;
} */

.category_icon {
    margin-bottom: 10px;
}

.category_icon svg {
    width: 32px;
    height: 32px;
}

.category_name {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.category-list {
    margin-top: 20px;
}

.category-group {
    margin-bottom: 25px;
}

.category-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.subcategory-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subcategory-item {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    border: 1px solid #eee;
    width: calc(33.333% - 10px);
    box-sizing: border-box;
}

.subcategory-item:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.subcategory-item .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.subcategory-item .name {
    font-size: 14px;
}
.info_content{
    padding:30px 0;
}
@media (max-width: 768px) {
    .subcategory-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .subcategory-item {
        width: 100%;
    }
}
@media (max-width:680px) {
    .p_c_s{
        padding-bottom: 0;
        width: 90%;
        margin: 0 auto 15px;
        font-size: 10px;
    }
    .info_s .info_item{
        width: 100%;
        margin-bottom: 15px;
    }
    .info_s .info_item_title{
        font-size: 14px;
    }
    #search_form{
        width: 100%;
        padding: 20px 10px;
    }
    .p_c_d{
        font-size: 25px;
    }

    #search_loc::placeholder{
        font-size: 14px;
    }
    .i_header{
        height: 60px;
        padding: 0 25px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        backdrop-filter: blur(10px);
        z-index: 9;
        background-color: transparent;
        display: flex;
        align-items: center;
    }
    .info_ts, .info_des{
        padding: 0;
    }
    .info_s{
        margin: 25px 10px;
    }
    .image-gallery{
        flex-wrap: wrap;
    }
    .large-image,.small-images,.small-images-min{
        flex: 100%;
        margin-bottom: 10px;
    }
    .small-images-min{
        margin: 0 8px 22px;
    }
    .info_left, .info_right{
        width: 100%;
        padding: 0;
    }
    .info_block{
        padding: 0;
    }
    .info_b_item{
        width: 100%;
    }
    .prefix_box{
        padding-top: 65px;
        min-height: calc(100vh - 35px);
    }
    #search_location{
        min-width: auto;
    }
}
