*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#f5f5f5;
    font-family:Arial, sans-serif;
}



/* =========================================
LAYOUT
========================================= */

.filter-layout{
    display:flex;
    gap:25px;
    align-items:flex-start;
    max-width:1600px;
    margin:auto;
    padding:20px 0;
    margin-top:8px;
}



/* =========================================
SIDEBAR
========================================= */

.filter-sidebar {
    width: 300px;
    min-width: 300px;
    background: #fff;
    padding: 18px 18px 0px;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    position: sticky;
    top: 20px;
}



/* =========================================
FILTER BOX
========================================= */

.filter-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #bdc4ce;
    margin-bottom: 20px;
}


/* =========================================
TITLE
========================================= */

.filter-title {
    background: #11111100;
    color: #000000;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.filter-title h3{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.filter-title span{
    font-size:22px;
    line-height:1;
}



/* =========================================
BODY
========================================= */

.filter-body{
    display:none;
       padding: 0 10px;
}



/* =========================================
SEARCH
========================================= */

.filter-body .filter-search-input {
    width: 100%;
    border: none;
    border: 1px solid #bdc4ce;
    padding: 14px 16px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
}

.filter-search-input:focus{
    border-color:#111;
}



/* =========================================
FILTER ITEMS
========================================= */

.filter-items{
    max-height:280px;
    overflow-y:auto;
    padding:10px 0px;
}
.filter-search-input {
    background-image: url('/wp-content/uploads/2026/06/search-interface-symbol.png') !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-position: right 12px center !important;
}



/* SCROLLBAR */

.filter-items::-webkit-scrollbar{
    width:6px;
}

.filter-items::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:20px;
}



/* ITEM */

.filter-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px;
    border-radius:12px;
    cursor:pointer;
    transition:0.2s;
}

.filter-item:hover{
    background:#f7f7f7;
}

.filter-item input{
    width:18px;
    height:18px;
    cursor:pointer;
}

.filter-item span{
    font-size:15px;
    color:#222;
}



/* =========================================
CONTENT
========================================= */

.filter-content{
    flex:1;
}



/* =========================================
ACTIVE TAGS
========================================= */

.active-filter-tags{
    margin-bottom:20px;
}

.active-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%) !important;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
    margin-top:25px;
}




/* =========================================
GRID
========================================= */

/* .listing-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:20px;
} */



/* =========================================
CARD
========================================= */

/* .listing-box{
    background:#fff;
    border:1px solid #e4e4e4;
    border-radius:18px;
    padding:24px;
    transition:0.3s;
} */

/* .listing-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.listing-box h2{
    font-size:20px;
    color:#111;
    line-height:1.4;
} */



/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .filter-layout{
        flex-direction:column;
    }

    .filter-sidebar{
        width:100%;
        min-width:100%;
        position:relative;
        top:auto;
    }

    .listing-grid{
        grid-template-columns:1fr;
    }

}
.custom-pagination{
    margin-top:40px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.pagination-btn{
    border:none;
    background:#fff;
    border:1px solid #ddd;
    padding:12px 18px;
    border-radius:10px;
    cursor:pointer;
    transition:0.2s;
}

.pagination-btn:hover{
    background:#111;
    color:#fff;
}

.active-page{
    background:#111;
    color:#fff;
}
textarea#jobDescription {
    width: 397px;
    height: 83px;
}
.project-table tr.listing-box p {
    padding: 0 !important;
}
.project-table thead th:last-child {
    text-align: center;
}

.smart-search-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    border: 1px solid #e5e7eb;
}

.smart-search-box textarea {
    width: 100% !important;
    min-height: 125px;
    resize: vertical;
    border: 1px solid #bdc4ce;
    border-radius: 10px;
    padding: 18px;
    font-size: 16px;
    line-height: 1.6;
    outline: none;
    transition: .3s;
    background: #ffffff;
}
.smart-search-box textarea:focus{
    border-color:#6366f1;
    box-shadow:0 0 0 4px rgba(99,102,241,.12);
    background:#fff;
}

.smart-search-box textarea::placeholder{
    color: #515b6c;
    font-size: 16px;
    font-weight: 400;
}

#analyzeJob,#generateProposal{
    margin-top: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%) !important;
    background-size: 100% 200% !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all .4s ease;
}

#analyzeJob::before,#generateProposal::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: bottom .4s ease;
    z-index: -1;
}

#analyzeJob:hover::before,#generateProposal:hover::before{
    bottom: 0;
}

#analyzeJob:hover,#generateProposal:hover{
    color: #000 !important;
    border-color: #bdc4ce !important;
    box-shadow: none !important;
    outline: none !important;
}

#analyzeJob:focus,
#analyzeJob:active{
    box-shadow: none !important;
    outline: none !important;
    border-color: #bdc4ce !important;
}

.clear_fil_options button {
    padding: 12px 20px;
    background: #fff !important;
    color: #000 !important;
    font-size: 16px;
    border: 1px solid #bdc4ce !important;
    border-radius: 10px;
    border-bottom:0 !important;
    cursor: pointer;
}
.clear_fil_options button:hover{
    color:#000 !important;
}
.clear_fil_options {
    display: flex;
    gap: 12px;
}
.listing-grid {
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    background: #fff;
   padding: 0px;
    border-radius: 15px;
}
.project-table{
    width: 100%;
    border-collapse: collapse;
}

.project-table th{
    padding: 5px 15px 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #E5E7EB;
}

.project-table td {
    padding: 15px;
    font-weight: 500;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    border-bottom: 1px solid #E5E7EB;
}
.project-table tbody tr:last-child td{
    border-bottom: none;
}
.project-table td:first-child {
    width: 2%;
}
.project-table td:nth-child(2) {
    width: 20%;
      color: #3714d8;
}
.project-table td:nth-child(3) {
    width: 20%;
}
.project-table td:nth-child(4) {
    width: 40%;
}
.project-table td:nth-child(5) {
    width: 16%;
}
.remove_data img {
    width: 24px;
    height: 24px;
     transition: filter 0.4s ease;
}
.remove_data {  
    color: #e73030;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    gap:4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #e73030;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    background: linear-gradient(to top, #e73030 50%, transparent 50%);
    background-size: 100% 300%;
    background-position: top;
    transition: all 0.9s ease;
}

.remove_data:hover{
    background-position: bottom;
    color: #fff;
}

.remove_data:hover img{
    filter: brightness(0) invert(1);
}
.custom-pagination button {
    border-radius: 5px;
    border-bottom: none !important;
    color: #000 !important;
    font-weight: 600;
}
.copy-message {
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    display: none;
    z-index: 999;
    white-space: nowrap;
    width:fit-content;
}
.clear_fil_options {
   position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-pagination button {
    border-radius: 5px;
    border-bottom: none !important;
    color: #000 !important;
    font-weight: 600;
     background: #fff !important;
}
.custom-pagination button.pagination-btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%) !important;
}
.custom-pagination button.pagination-btn.active-page {
    color: #fff !important;
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%) !important;
}
.empty-message {
    background: #fff8e5;
    border: 1px solid #f0c36d;
    border-left: 4px solid #f0c36d;
    color: #a57a31;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin: 10px 0 0;
    width: fit-content;
    display: none;
    position:relative;
}

.clear_fil_options .copy_clip,.clear_fil_options .clear_filters,.clear_fil_options .clear_cat,.clear_fil_options .clear_desc {
    display: flex;
    gap: 10px;
    align-items: center;
}
.clear_fil_options .copy_clip img ,.clear_fil_options .clear_filters img ,.clear_fil_options .clear_cat img ,.clear_fil_options .clear_desc img {
     width:24px;
     height:24px;
}
.project-table thead tr {
    background: linear-gradient(
        90deg,
        #4F46E5 0%,
        #6D4DF3 50%,
        #B24BF3 100%
    );
}

.project-table thead th {
    padding: 15px;
    color: #fff;
}

.project-table thead th:first-child {
    border-top-left-radius: 15px;
}

.project-table thead th:last-child {
    border-top-right-radius: 15px;
}
.project-table tbody tr:nth-child(even) td{
    background:#f5f6fa;
}

.project-table tbody td{
    text-align:left;
    vertical-align:middle;
}
.dependent-filter{
    display: none;
}
.project-table tbody tr:last-child td:first-child{
    border-bottom-left-radius:15px;
}

.project-table tbody tr:last-child td:last-child{
    border-bottom-right-radius:15px;
}
.filter-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 6px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
}

.filter-item:hover{
    background: #f5f2ff;
}

.filter-item .filter-check{
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d8d8d8;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.filter-item .filter-check:checked{
    background: #5d41dd;
    border-color: #5d41dd !important;
}
.filter-item .filter-check:checked::after{
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.filter-item:has(.filter-check:checked){
    background: #f3efff;
}

.filter-item:has(.filter-check:checked) .filter-name,
.filter-item:has(.filter-check:checked) .filter-count{
    color: #5d41dd;
    font-weight: 600;
}

.filter-item:hover .filter-name,
.filter-item:hover .filter-count,
.filter-item:has(.filter-check:checked) .filter-name,
.filter-item:has(.filter-check:checked) .filter-count{
    color: #5d41dd;
}
.filter-search-input::placeholder {
    color: #000 !important;
}
.listing-grid p {
    font-size: 18px;
    color: #000;
    padding:15px;
}

.wp-site-blocks {
    background-color: #f6f6f6;
}
.clear_fil_options .copy_clip,
.clear_fil_options .clear_filters,
.clear_fil_options .clear_cat,
.clear_fil_options .clear_desc{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top, #3714d8 50%, transparent 50%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    transition: background-position .4s ease, color .4s ease;
}

.clear_fil_options .copy_clip:hover,
.clear_fil_options .clear_filters:hover,
.clear_fil_options .clear_cat:hover,
.clear_fil_options .clear_desc:hover{
    background-position: bottom !important;
    color: #fff !important;
}

.clear_fil_options .copy_clip img,
.clear_fil_options .clear_filters img,
.clear_fil_options .clear_cat img,
.clear_fil_options .clear_desc img{
    transition: filter .4s ease;
}

.clear_fil_options .copy_clip:hover img,
.clear_fil_options .clear_filters:hover img,
.clear_fil_options .clear_cat:hover img,
.clear_fil_options .clear_desc:hover img{
    filter: brightness(0) invert(1);
}
.header_sec {
    display: flex;
    justify-content: center;
    padding: 15px;
    max-width: 1600px;
    position: relative;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08),
        0 2px 8px rgba(124,58,237,.08);
    text-align: center;
    overflow: hidden;

}
.header_sec img{
    width: 10%;
    display: block;
    position: relative;
    z-index: 2;
}
.header_sec::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed,
        #ec4899
    );
}
.header_dots {
    position:absolute;
    width: 250px;
    height: 110px;
    background-image: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.3) 1.5px,
        transparent 1.5px
    );
    background-size: 10px 10px;
    pointer-events: none;
}
.header_dots_left {
    top: 10px;
    left: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.header_dots_right {
    right: 10px;
    bottom: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


.page-id-1669 .wp-block-group {
    margin: 0 !important;
    padding-top: 0px !important;
    overflow: hidden !important;
}
.page-id-1669 .entry-content.alignfull.wp-block-post-content {
    margin-top: 0;
}
main#wp--skip-link--target {
    padding-bottom: 0 !important;
}
.main_filter {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
/* ===== MOBILE TABLE FIX ===== */
@media only screen and (max-width: 767px) {
     .main_filter {
        display: block;
    }
    .filter-sidebar {
    padding: 15px 15px 0px !important;
}
.smart-search-box {
    padding: 15px !important;
}

    .clear_fil_options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .clear_fil_options button {
        flex: 1 1 calc(50% - 5px);
        width: calc(50% - 5px);
        justify-content: center;
        font-size: 14px;
        padding: 12px 10px;
    }

    .copy-message {
        margin-top: 15px;
        width: 100%;
        white-space: normal;
    }
     .header_sec img {
    width: 25% !important;
}
    .filter-content {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .listing-grid {
        width: 100%;
        overflow-x: auto;
    }
    .project-table th,
    .project-table td {
        white-space: nowrap;
        padding: 15px;
        font-size: 14px;
    }

    .project-table td:nth-child(4) {
        min-width: 400px;
        white-space: normal;
    }

    .project-table td:nth-child(5) {
        min-width: 170px;
    }
    .header_dots {
    width: 95px !important;
    height: 65px !important;
}
}
/* ===== TABLET FIX ===== */
@media only screen and (min-width: 768px) and (max-width: 1280px) {

    .main_filter {
        display: block;
    }
    .filter-sidebar {
    padding: 15px 15px 0px !important;
}
  .smart-search-box {
    padding: 15px !important;
}
    .clear_fil_options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .clear_fil_options button {
        flex: 1 1 calc(50% - 5px);
        width: calc(50% - 5px);
        justify-content: center;
        padding: 12px 15px;
        font-size: 15px;
    }

    .copy-message {
        margin-top: 15px;
        width: fit-content;
        white-space: normal;
    }

    .header_sec img {
        width: 25%;
    }

    .filter-content {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .listing-grid {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .project-table {
        min-width: 1200px;
    }

    .project-table th,
    .project-table td {
        white-space: nowrap;
        padding: 18px;
        font-size: 15px;
    }

    .project-table td:nth-child(4) {
        min-width: 450px;
        white-space: normal;
    }

    .project-table td:nth-child(5) {
        min-width: 180px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1700px) {

    .main_filter {
    gap: 10px;
}
    .clear_fil_options .copy_clip, .clear_fil_options .clear_filters, .clear_fil_options .clear_cat, .clear_fil_options .clear_desc {
    font-size: 13px;
}

    .project-table {
        table-layout: fixed;
        width: 100%;
    }

    .project-table th:first-child,
    .project-table td:first-child {
       width: 2%;
    }

    .project-table th:nth-child(2),
    .project-table td:nth-child(2) {
        width: 32%;
    }

    .project-table th:nth-child(3),
    .project-table td:nth-child(3) {
        width: 20%;
    }

    .project-table th,
    .project-table td {
        padding: 15px;
        vertical-align: middle;
    }

    .project-table th:nth-child(4),
    .project-table td:nth-child(4) {
        width: 32%;
        word-break: break-word;
    }
    .project-table th:nth-child(5),
    .project-table td:nth-child(5) {
        width: 14%;
        text-align: center;
    }

    .remove_data {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 15px;
        white-space: nowrap;
        font-size: 14px;
    }

    .remove_data img {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
}
.smart-search-box textarea#jobDescription::placeholder {
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: Arial;
}

@media screen and (min-width: 1280px) and (max-width: 1640px) {

    .project-table {
        width: 100%;
        table-layout: auto;
    }
    .project-table th:first-child,
    .project-table td:first-child {
        width: 3%;
    }
    .project-table th:nth-child(2),
    .project-table td:nth-child(2) {
        width: 33%;
        white-space: nowrap;
    }
    .project-table th:nth-child(3),
    .project-table td:nth-child(3) {
        width: 18%;
    }
    .project-table th:nth-child(4),
    .project-table td:nth-child(4) {
        width: 31%;
    }
    .project-table th:nth-child(5),
    .project-table td:nth-child(5) {
        width: 15%;
        text-align: center;
    }
}
input#from_date, #to_date {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000038;
    font-size: 15px;
    font-family: Arial;
}
 
.filter-sidebar input#from_date, input#to_date {
    padding-right: 40px;
    background-color: #fff;
    background-image: url("/wp-content/uploads/2026/07/calendar-check-3.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}
input#from_date::-webkit-calendar-picker-indicator,
input#to_date::-webkit-calendar-picker-indicator{
    opacity: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
input#from_date:focus,
input#to_date:focus{
    border-color: #3714d8;
    outline: none;
    box-shadow: 0 0 0 2px rgba(55, 20, 216, 0.15); /* Optional */
}
.filter-sidebar .date-range-box {
     display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 13px;
	 padding: 10px 9px;
}
.saerch_sec {
    display: flex;
    max-width: 1600px;
    justify-content: flex-end;
}
.searchwebsite{
    max-width: 100%;
    height: 50px;
    padding: 0 20px 0 45px;
    border: 1px solid #d9d9e8;
    border-radius: 15px;
    background: #fff;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
    background-image: url("/wp-content/uploads/2026/07/search-interface-symbol-1.png");
    background-repeat: no-repeat;
    background-position: 16px center;
     background-size: 18px 18px;
    outline: none;
}
 
.searchwebsite::placeholder{
    color: #000000;
}
.searchwebsite:focus{
    border-color: #5b2df5;
    box-shadow: 0 0 0 4px rgba(91,45,245,.15);
}
/**************New css for date range****************/
.filter-sidebar .date_heading {
    font-size: 16px;
    color: #000;
    margin-bottom: -8px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
}
 
.filter-sidebar .date-range-box input[type="date"]{
    height: 50px;
    border: 1px solid #D9D9D9;
    color: #6B7280;
}
 
.filter-sidebar input[type="date"]:focus,
.filter-sidebar input#from_date:focus,
.filter-sidebar input#to_date:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ddd !important; /* ya normal border color */
}

.filter-sidebar input#from_date, .filter-sidebar input#to_date {
    border: 1px solid #bdc4ce
}
	.filter-content #findProjects {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(90deg, #3714d8 0%, #501fc0 100%) !important;
    background-size: 100% 200% !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all .4s ease;
	    margin-top: 14px;
}
 
 
.filter-content #findProjects:hover {
    color: #000 !important;
    border-color: #bdc4ce !important;
    box-shadow: none !important;
    outline: none !important;
}
 
 
	.filter-content #findProjects::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: bottom .4s ease;
    z-index: -1;
}
.filter-content #findProjects:hover::before {
    bottom: 0;
}