﻿.job-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.job-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', sans-serif;
}

.job-card-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background-color: #fff;
}

.badge {
    background-color: #f7931e;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.job-card-body {
    text-align: center;
    padding: 20px 15px;
}

.company-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
}

.job-title {
    color: #007bff;
    font-size: 20px;
    margin-bottom: 5px;
}

.company-name {
    color: #555;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.positions {
    background-color: #f1f3f5;
    color: #333;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
}

.job-card-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #444;
    border-top: 1px solid #eee;
}

    .job-card-footer i {
        margin-right: 6px;
        color: #666;
    }


.working-process {
    text-align: center;
    position: relative;
    margin-top: 30px
}

.process-icon {
    float: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 98px;
    font-size: 35px;
    text-align: center;
    color: #fe2864;
    background: #f5f9fc;
    border-color: #f5f9fc
}

span.process-img {
    margin: 15px auto 0
}

    span.process-img img {
        z-index: 1
    }

span.process-count {
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #fe2864;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

span.process-num {
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    opacity: .1;
    left: -30px;
    top: -10px
}

.working-process h4 {
    margin: 10px 0
}

.working-process p {
    padding: 2px 15px;
    line-height: 1.9;
    text-align: justify;
}

.jobarea-container {
    background: #f4f7f7;
    padding: 30px 0 30px;
}

.process-icon, span.process-img {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block
}
.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}
