/* Banner Section */
.banner-section {
    background: #c3aa8b;
    color: #fff;
    padding: 60px 0;
}

.banner-section .banner_content h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.banner-section .banner_content p {
    font-size: 1.2rem;
}

.banner-section .box {
    margin-top: 10px;
}

.banner-section .box_span {
    font-weight: 700;
}

.banner_wrapper .subbanner-image img,
.banner_wrapper .subbanner-boximage1 img,
.banner_wrapper .subbanner-boximage2 img {
    max-width: 100%;
    height: auto;
}

/* Career Opportunities Section */
.career-section {
    padding: 60px 0;
    background-color: #fff;
}

.career-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.career-section p {
    font-size: 1rem;
    margin-bottom: 40px;
}

.job-opening {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.job-opening h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.job-opening p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.job-opening .btn-primary {
    background: #EF7216;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
}


/* Benefits Section */
.benefits-section {
    padding: 60px 0;
}

.benefits-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefit {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit i {
    color: #6CAD4F;
    margin-bottom: 10px;
}

.benefit h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.benefit p {
    font-size: 1rem;
}

/* Application Process Section */
.application-process-section {
    padding: 60px 0;
    background-color: #fff;
}

.application-process-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.application-process-section p {
    font-size: 1rem;
    margin-bottom: 40px;
}

.process-step {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.process-step i {
    color: #6CAD4F;
    margin-bottom: 10px;
}

.process-step h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 1rem;
}
