
.jcf-select-drop-content ul li:hover ::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    content: '\f178'; 
    font-family: 'FontAwesome';
    font-weight: 300;
    margin-left: 14px;
}
 div#visitor-location-box {
    display: none;
} 
    .jcf-select {
    position: relative;
}
.project-filter-bar select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px !important;
    background-image: none;
    position: relative;
}

.project-filter-bar select + .fa-chevron-down {
    display: none;
}

.jcf-select:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    font-size: 16px;
    pointer-events: none;
}

.jcf-select-opener {
    display: none !important;
}
.search-field-wrap {
    position: relative;
}

.search-field-wrap:before {
    content: '\f002';
    font-family:'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    z-index: 10;
}

.search-field-wrap input {
    padding-left: 45px !important;
}
    
    a.project-card:focus {
    outline: none !important;
}
    .project-location-cta{
    padding:0 16px 16px;
    font-size:14px;
    line-height:1.4;
    color:#666;
    font-weight:500;
    font-family: 'Rajdhani', sans-serif !important;
}
    .slide-img.banner-bg-img {
    display: flex;
    justify-content: center;
    align-items: end;
}
.project-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

#visitor-location-box {
    margin-bottom: 20px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif !important;
}

.project-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px;
    margin-bottom: 25px;
    border-radius: 16px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    border: 1px solid #eee;
}

.project-filter-bar input,
.project-filter-bar select,
.project-filter-bar .jcf-select.jcf-unselectable {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 48px;
    font-weight: 600;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-family: 'Rajdhani', sans-serif !important;
}

.project-filter-bar input:focus,
.project-filter-bar select:focus {
    border-color: #111;
    outline: none;
}

#project-grid {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.project-card {
    display: block;
    background: #fff;
    width: 32%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: 0.35s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.project-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.project-card:hover img {
    transform: scale(1.08);
}

.project-card h3 {
    font-size: 16px;
    padding: 16px;
    margin: 0;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif !important;
    padding: 16px 0px 10px 16px;
}
.search-field-wrap {
    width: 40%;
}
.loadmore-wrap {
    text-align: center;
    margin-top: 25px;
}

#loadMoreBtn {
    padding: 12px 22px;
    border-radius: 10px;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight:600;
}

.project-card.hidden {
    display: none;
}

.jcf-select-drop-content {
    background: #000000;
    padding: 20px;
    width: 97%;
    margin: auto;
    border-radius: 15px;
}

.jcf-select-drop-content ul {
    padding: 0px;
}

.jcf-select-drop-content ul li {
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid #1111110f;
    padding: 6px 0px;
    list-style: none;
    transition: .4s all ease-in-out;
    cursor: pointer;
     font-family: 'Rajdhani', sans-serif !important;
     font-weight: 600;
}
.jcf-select-drop-content ul li span{
     font-family: 'Rajdhani', sans-serif !important;
      transition: .4s all ease-in-out;
}
.jcf-select-drop-content ul li:hover {
    margin-left: 11px;
    transition: .4s all ease-in-out;

}
@media only screen and (max-width: 980px) {
    #project-grid {
        flex-direction: column;
    }
    .project-card {
        width: 100%;
    }
    .search-field-wrap {
        width: 100% !important;
    }
    .project-filter-bar {
      flex-direction: column;
    }
    .project-filter-bar input, .project-filter-bar select, .project-filter-bar .jcf-select.jcf-unselectable {
     padding: 10px 14px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    #project-grid {
        gap: 18px;
    }
    .project-filter-bar {
        flex-direction: row;
    }
}
