body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    background: #ffffff;
}

img {
    width: 100%;
}

/* Top Bar */
/* ================= TOP BAR ================= */
.top-bar {
    background: #061b46;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.top-label {
    font-weight: bold;
    white-space: nowrap;
    font-size: 28px;
}

.marquee-inner {
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 60s linear infinite;
    font-size: 28px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ================= NAVBAR ================= */
.nav-wrapper {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.navbar-brand img {
    width: 78px;
    height: 78px;
    object-fit: cover;
}

.nav-link {
    font-weight: bold;
    color: #000 !important;
    padding: 22px 20px !important;
    font-size: 26px !important;
}

.nav-link:hover {
    color: #061b46 !important;
}

.navbar-light .navbar-toggler {
    border-color: #061b46;
}
/* Banner */
.banner img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 2px solid #e7e7e7;
}

/* Left + Center + Right Boxes */
.section {
    margin-top: 22px;
}

.box {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.box-title {
    background: #061b46;
    padding: 10px 12px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

/* Left box state list */
.state-list li {
    padding: 6px 10px;
    font-size: 22px;
    color: #001949;
    cursor: pointer;
}

.state-list li:hover {
    background: #f3f7ff;
}

/* Center job list */
.job-item {
    padding: 10px 14px;
    border-bottom: 1px dotted #bdbdbd;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
}

.job-item img {
    width: 40px;
}

.job-item a {
    color: #d20000;
    font-weight: bold;
}

/* Right login box */
.login-box {
    background: #001949;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 0 10px #000;
}

.login-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.login-box label {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.login-box input,
.login-box select {
    font-size: 13px;
}

.mainNav ul{
    display: flex;
    gap: 30px;
    list-style-type: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

/* Footer */
.footer {
    background: #061b46;
    padding: 22px;
    color: #fff;
    text-align: center;
    margin-top: 45px;
    font-size: 14px;
    border-top: 3px solid #031026;
}


/* ===== Pixel Perfect Continuation + Responsive Fixes ===== */


.job-header {
    background: #0d1b4c;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
}

.job-box {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
}

.job-title {
    font-weight: 600;
}

.apply-btn {
    background: #c70000;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 13px;
}

.job-table td {
    padding: 10px;
    vertical-align: top;
}

.sidebar-box {
    background: #0d1b4c;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.sidebar-box input,
.sidebar-box select {
    font-size: 13px;
}

.current-job {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 400px;
    overflow-y: auto;
}

.current-job p {
    font-size: 13px;
}

.section-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.detail-card {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.detail-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.job-item {
    padding: 10px 14px;
    border-bottom: 1px dotted #bdbdbd;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    background: #fff;
}

.job-item img {
    width: 40px;
}

.job-item a {
    color: #031026;
    font-weight: 600;
    text-decoration: none;
    font-size: 26px;
    line-height: 38px;
}

.job-item a span {
    color: #d20000;
    font-weight: bold;
}