﻿
.first-section {
    background-image: url('/img/career.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.first-section h1 {
    color: white;
    margin: 20px;
    padding: 20px;
}

.job-card {
    border-bottom: 2px solid #2ecc71;
    padding: 20px 0;
}

.job-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.job-type {
    color: #2ecc71;
    font-weight: 500;
}

.apply-btn {
    float: right;
    border-radius: 30px;
}

.pagination .page-link.active,
.pagination .active > .page-link {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.custom-select {
    border-radius: 50px;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 110px;
}

.custom-search {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 250px;
}


