.jc-navbar-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    background-color: #ff8c00;
    z-index: 1050;
}

.jc-body {
    padding-top: 115px;
}

/* .jc-search-section {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    padding: 70px 0;
    color: white;
} */

.jc-search-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.jc-btn-search {
    background-color: #16a34a;
    color: white;
    padding: 15px 40px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

/* .jc-btn-search:hover {
    background-color: #15803d;
} */

.jc-filters-section {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}

.jc-btn-filter {
    background-color: #2563eb;
    color: white;
    padding: 10px 24px;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.jc-btn-filter:hover {
    background-color: #1d4ed8;
}

.jc-job-card {
    background-color: white;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    transition: all 0.3s;
}

.jc-job-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.jc-job-id {
    position: absolute;
    top: 12px;
    left: 15px;
    background-color: #eff6ff;
    color: #2563eb;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.jc-company-logo img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.jc-job-info h4 {
    font-size: 20px;
    color: #1f2937;
    margin-bottom: 8px;
    font-weight: 600;
}

.jc-job-date {
    color: #6b7280;
    font-size: 14px;
}

.jc-btn-details {
    background-color: #2563eb;
    color: white;
    padding: 12px 28px;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
}

.jc-btn-details:hover {
    background-color: #f7941e;
    color: #000000;
}

.jc-page-btn.active {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}
