.section-padding{
    padding:80px 0;
}


/* Hero */

.career-hero{
    background:url('/static/img/career-head.png') center/cover no-repeat;
    padding:120px 0;
    color:#fff;
}

.career-hero h1{
	color:#fff;
    font-size:48px;
    font-weight:700;
}

.career-hero p{
    font-size:18px;
}



/* Job Cards */

.career-job-list{
    max-width:900px;
    margin:auto;
}

.job-card{
    background:#fff;
    border-radius:8px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.job-card h4{
    font-weight:600;
    margin-bottom:10px;
}

.job-meta{
    font-size:14px;
    margin-bottom:15px;
}

.job-meta span{
    margin-right:20px;
    color:#555;
}

.job-meta i{
    margin-right:5px;
}


.apply-info{
    margin-top:15px;
    font-weight:500;
}



/* Future Opportunities */

.career-future{
    background:#fff;
}

.career-future a{
    font-weight:600;
}



/* HR Section */

.career-hr h3{
    margin-bottom:15px;
}

.career-hr a{
    font-weight:600;
}