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

body {
    font-family: 'Segoe UI', sans-serif;
    background: url('../../images/image/bg_wrapper.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
}

.job-bg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
    backdrop-filter: blur(3px);
}

.job-detail-container {
    width: 100%;
    max-width: 60%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1326px) {
    .job-detail-container {
        max-width: 80%;
    }
    
}
@media screen and (max-width: 992px) {
    .job-detail-container {
        max-width: 90%;
    }
    
}

.job-detail-header {
    background-color: #737572;
    padding: 1rem 1.5rem;
    color: white;
    display: flex;
    align-items: center;
}

.job-logo {
    max-height: 66px;
}

.job-detail-wrapper {
    padding: 2rem;
    padding-top: 1px;
}

.job-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #444;
}

.job-section {
    margin-bottom: 1.5rem;
}

.job-section h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.5rem;
}

.job-detail-meta {
    /* background-color: #f7f7f7; */
    padding: 1.5rem;
    /* border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.job-detail-meta h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #333;
}

.job-detail-meta ul li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.title-card-inner-desc {
    box-shadow: 0 0 10px rgba(0,0,0,0);
    background-color : #ffffff00;
}

.apply-title {
    font-size: 28px;
}

.job-quick-apply {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}


.apply-btn {
    padding: 0.6rem 1.2rem;
    background-color: #357edd;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.apply-btn:hover {
    color: #000000;
}

.job-list-item {
    padding: 16px 0px;  
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.job-section {
    margin-bottom: 2rem;
}

.job-section h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 1rem;
}

.job-section ul li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}


.job-list-item h2{
    font-weight: 500;
    font-size: 24px;
    color: #333;
}