﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fb;
}

.job-hero {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('images/career-banner.jpg') center/cover;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

    .job-hero h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .job-hero p {
        max-width: 850px;
        margin: auto;
        font-size: 18px;
        line-height: 1.8;
    }

.career-wrapper {
    width: 92%;
    max-width: 1300px;
    margin: 60px auto;
}

.career-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 15px;
}

    .career-top h2 {
        font-size: 34px;
        color: #0d2c54;
        font-weight: 700;
    }

    .career-top p {
        color: #666;
        font-size: 16px;
    }

.job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.job-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border: 1px solid #eee;
    position: relative;
}

    .job-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.14);
    }

.job-top {
    background: linear-gradient(135deg,#003b73,#0a5ea8);
    padding: 22px;
    color: #fff;
}

    .job-top h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .job-top span {
        font-size: 14px;
        opacity: 0.9;
    }

.job-body {
    padding: 24px;
}

    .job-body ul {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
    }

        .job-body ul li {
            padding: 10px 0;
            border-bottom: 1px dashed #ddd;
            color: #444;
            font-size: 15px;
            line-height: 1.6;
        }

            .job-body ul li:last-child {
                border-bottom: none;
            }

.apply-btn {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.3s;
}

    .apply-btn:hover {
        background: #e68900;
        color: #fff;
    }

.why-join {
    margin-top: 80px;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

    .why-join h2 {
        text-align: center;
        color: #0d2c54;
        font-size: 38px;
        margin-bottom: 20px;
    }

    .why-join p {
        text-align: center;
        color: #666;
        max-width: 950px;
        margin: auto auto 40px;
        line-height: 1.9;
    }

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.why-box {
    background: #f7f9fc;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    transition: 0.3s;
}

    .why-box:hover {
        background: #0a5ea8;
        color: #fff;
        transform: translateY(-5px);
    }

    .why-box i {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .why-box h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .why-box p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }

.resume-section {
    margin-top: 70px;
    background: linear-gradient(135deg,#003b73,#005ea6);
    border-radius: 22px;
    padding: 60px 30px;
    text-align: center;
    color: #fff;
}

    .resume-section h2 {
        font-size: 38px;
        margin-bottom: 18px;
    }

    .resume-section p {
        max-width: 850px;
        margin: auto;
        line-height: 1.9;
        font-size: 17px;
    }

.resume-btn {
    margin-top: 28px;
    display: inline-block;
    padding: 14px 34px;
    background: #fff;
    color: #003b73;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

    .resume-btn:hover {
        background: #ffcc00;
        color: #000;
    }

@media(max-width:768px) {

    .job-hero h1 {
        font-size: 34px;
    }

    .career-top h2,
    .why-join h2,
    .resume-section h2 {
        font-size: 28px;
    }

    .why-join {
        padding: 35px 20px;
    }
}

/* ===================================== */
/* JOBS SECTION */
/* ===================================== */

.jobs-section {
    padding: 70px 0;
    background: #f7f9fc;
}

/* HEADING */

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

    .section-heading h2 {
        font-size: 40px;
        color: #0c2e60;
        margin-bottom: 10px;
        font-family: 'Playfair Display', serif;
    }

    .section-heading p {
        color: #64748b;
    }

/* GRID */

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* CARD */

.job-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.3s;
}

    .job-card:hover {
        transform: translateY(-8px);
    }

/* IMAGE */

.job-image {
    height: 240px;
}

    .job-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* CONTENT */

.job-content {
    padding: 25px;
}

.job-date {
    color: #94a3b8;
    font-size: 13px;
}

.job-content h3 {
    margin: 12px 0;
    font-size: 22px;
    color: #0c2e60;
    line-height: 1.5;
}

.job-content p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* BUTTONS */

.job-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.job-btn,
.download-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.job-btn {
    background: #0c2e60;
    color: #fff;
}

    .job-btn:hover {
        background: #4cd37a;
    }

.download-btn {
    background: #edf2f7;
    color: #0c2e60;
}

    .download-btn:hover {
        background: #dbeafe;
    }

/* MOBILE */

@media(max-width:768px) {

    .jobs-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 30px;
    }
}