﻿.apply-job-section {
    padding: 100px 0;
    background: #f8ffff;
}

.apply-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.job-info-panel {
    background: linear-gradient( 135deg, #00cfc8, #00a9a2);
    color: white;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.badge-job {
    background: white;
    color: #00a9a2;
    padding: 8px 15px;
    border-radius: 20px;
}

.application-form .form-control {
    height: 55px;
    border-radius: 12px;
}

.application-form textarea {
    height: auto !important;
}

.btn-apply {
    background: linear-gradient( 135deg, #00cfc8, #00a9a2);
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 12px;
}
