.search_icon{
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ipt_box{
    padding: 0;
}
.search_ipt {
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 -1px 0px rgba(0, 0, 0, 0.02);
    margin: 5px 10px;
}
.search_icon,#search_ipt{
    height: 45px;
}
.header_box{
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 210px;
    border-bottom: 1px solid #E5E5E5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.search_main{
    padding-left: 210px;
}
.go_back{
    top: 4px;
}
.search_main{
    display: flex;
    margin-top: 60px;
}
#satellate_maps{
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.search_mc{
    max-width: 750px;
    width: 98%;
}
.main_sbc{
    display: none;
    border-top: 0px solid #e8eaed;
}
.fd_maps{
    position: absolute;
    right: 5px;
    top: 5px;
}
.local_maps{
    position: relative;
    margin: 5px 0;
}
.fa_btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}
.search-end{
    margin-bottom: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
    max-width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 15px;
}
.search-end a{
    flex-direction: initial;
    justify-content: space-between;
    align-items: start;
    border-bottom: none;
    border: none;
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 3px;
}
.search_b_title{
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    color: #180ea4;
    margin-bottom: 3px;
    word-break: break-word;
    margin-bottom: 5px;
    display: inline-block;
}
.search_des{
    font-size:13px;
    color:#4d5156;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0;
}
.search_des2{
    font-size:13px;
    color:#70757a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0;
}
.loading_near {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99;
}

.fd_maps_box{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    font-size: 13px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1250px) {
    .header_box,.search_main{
        padding-left: 25px;
    }
}
@media (max-width: 680px) {
    .header_box,.search_main{
        padding-left: 0;
    }
    .search-end {
        padding: 18px 11px !important;
    }
    .search_mc{
        margin: 0 auto;
    }
    #satellate_maps{
        height: 120px;
    }
    .logo_box{
        display: none;
    }
    .find_smain{
        padding-top: 0;
    }
    .search_ipt{
        margin: 5px auto;
        width: 98%;
    }
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 15px 0;
    display: none;
}

.pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.pagination li {
    margin: 0;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #f5f5f5;
    border-color: #3eaafd;
    color: #3eaafd;
}

.pagination a.active {
    background-color: #3eaafd;
    border-color: #3eaafd;
    color: #fff;
}

.pagination a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: #666;
    font-weight: bold;
}

.pagination a.prev,
.pagination a.next {
    padding: 0;
    width: 40px;
}

.pagination a.prev:hover svg,
.pagination a.next:hover svg {
    stroke: #3eaafd;
}

.pagination svg {
    stroke: #666;
    transition: stroke 0.3s ease;
}

@media screen and (max-width: 768px) {
    .pagination a {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
    }
    
    .pagination ul {
        gap: 6px;
    }

    .pagination-dots {
        min-width: 36px;
        height: 36px;
    }

    .pagination a.prev,
    .pagination a.next {
        width: 36px;
    }
}