/* ==================================================
POST A JOB PAGE
================================================== */

.post-job-header {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: left !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post-job-header .section-tag {
  display: inline-block;
  padding: 9px 18px;
  background: #e6f8f3;
  color: #064731;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

.post-job-header h1 {
  margin: 0 0 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  text-align: left !important;
  width: 100%;
}

.post-job-header p {
  margin: 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.9;
  color: #e6f8f3;
  text-align: left !important;
}

/* ==================================================
FORM CARD
================================================== */

.post-job-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 55px;
  max-width: 1180px;
  margin: auto;
  box-shadow: 0 12px 45px rgba(0,0,0,.08);
}

.form-header {
  margin-bottom: 35px;
}

.form-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-header p {
  color: #6b7280;
  font-size: 15px;
  margin: 0;
}

/* ==================================================
FORM
================================================== */

.post-job-card label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.post-job-card .form-control, .post-job-card .form-select {
  width: 100% !important;
  height: 58px !important;
  border: 1px solid #d7dde4 !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  box-shadow: none !important;
  transition: .25s;
}

.post-job-card textarea.form-control {
  height: auto !important;
  min-height: 170px !important;
  padding: 18px !important;
  resize: vertical;
}

.post-job-card .form-control:focus, .post-job-card .form-select:focus {
  border-color: #064731 !important;
  box-shadow: 0 0 0 3px rgba(6,71,49,.12) !important;
}

.post-job-card ::placeholder {
  color: #9ca3af;
}

/* ==================================================
UPLOAD
================================================== */

.upload-note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.8;
}

/* ==================================================
CHECKBOX
================================================== */

.form-check {
  margin-top: 15px;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.form-check-label {
  margin-left: 10px;
  line-height: 1.8;
  font-size: 15px;
}

.form-check-label a {
  color: #064731;
  font-weight: 600;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

/* ==================================================
COMPANY VERIFICATION UPLOAD
================================================== */

#verificationFile {
  display: none !important;
}

.upload-box {
  width: 100% !important;
  min-height: 170px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 28px 30px !important;
  background: #fafafa;
  border: 2px dashed #d7dde5;
  border-radius: 16px;
  cursor: pointer;
  transition: .3s ease;
}

.upload-box:hover {
  background: #f5fbf8;
  border-color: #064731;
}

.upload-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6f8f3;
  border-radius: 50%;
  margin-bottom: 15px;
}

.upload-icon i {
  font-size: 26px;
  color: #064731;
}

.upload-box h5 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.upload-box p {
  max-width: 560px;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #667085;
}

.upload-list {
  margin: 0 0 18px;
  padding-left: 18px;
  max-width: 380px;
  text-align: left;
}

.upload-list li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #667085;
}

.upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #064731;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: .3s;
}

.upload-button:hover {
  background: #0b5c42;
}

.upload-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #98A2B3;
  line-height: 1.6;
}

/* ==================================================
MOBILE
================================================== */

@media (max-width:768px) {
  .upload-box {
    min-height: 150px !important;
    padding: 22px 18px !important;
  }
}

@media (max-width:768px) {
  .upload-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }
}

@media (max-width:768px) {
  .upload-icon i {
    font-size: 22px;
  }
}

@media (max-width:768px) {
  .upload-box h5 {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .upload-box p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

@media (max-width:768px) {
  .upload-list {
    max-width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media (max-width:768px) {
  .upload-list li {
    margin-bottom: 5px;
  }
}

@media (max-width:768px) {
  .upload-button {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ==================================================
BUTTON
================================================== */

.btn-submit-job {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 12px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
  margin-top: 10px;
}

.btn-submit-job:hover {
  background: #5c0a0a;
}

/* ==================================================
SPACING
================================================== */

.post-job-card .row {
  row-gap: 8px;
}

/* ==================================================
RESPONSIVE
================================================== */

@media (max-width:991px) {
  .post-job-card {
    padding: 35px;
  }
}

@media (max-width:991px) {
  .post-job-header h1 {
    font-size: 42px;
  }
}

@media (max-width:767px) {
  .post-job-section {
    padding: 60px 0;
  }
}

@media (max-width:767px) {
  .post-job-card {
    padding: 25px;
    border-radius: 16px;
  }
}

@media (max-width:767px) {
  .post-job-header {
    margin-bottom: 35px;
  }
}

@media (max-width:767px) {
  .post-job-header h1 {
    font-size: 34px;
  }
}

@media (max-width:767px) {
  .post-job-header p {
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .post-job-card .form-control, .post-job-card .form-select {
    height: 54px !important;
  }
}

