/* ==================================================
APPLICATION PAGE
================================================== */

.application-section {
  padding: 90px 0;
  background: #064731;
}

.application-header {
  max-width: 1180px;
  margin: 0 auto 50px;
  text-align: left;
}

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

.application-header h2 {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.1;
}

.application-header p {
  max-width: 760px;
  color: #e6f8f3;
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}

/* ==================================================
APPLICATION CARD
================================================== */

.application-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 55px;
  max-width: 1180px;
  margin: auto;
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
}

/* ==================================================
LABELS
================================================== */

.application-card label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

/* ==================================================
INPUTS
================================================== */

.application-card .form-control, .application-card .form-select {
  width: 100% !important;
  height: 58px !important;
  border: 1px solid #d8dee6 !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #333 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: .3s;
}

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

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

.application-card .form-control::placeholder {
  color: #9aa3af;
}

.application-card .form-select {
  cursor: pointer;
}

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

.application-card .row {
  row-gap: 8px;
}

/* ==================================================
DRAG & DROP UPLOAD
================================================== */

#resumeUpload, #governmentID {
  display: none !important;
}

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

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

.upload-box.drag-active {
  background: #eefaf5;
  border-color: #064731;
  transform: scale(1.01);
}

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

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

.upload-box h5 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

.upload-description {
  max-width: 560px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #667085;
  text-align: center;
}

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

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

.upload-note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #98A2B3;
  line-height: 1.7;
}

/* ==================================================
CHECKBOXES
================================================== */

.application-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.application-check .form-check-input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 3px;
  border: 2px solid #000000;
  cursor: pointer;
}

.application-check .form-check-input:checked {
  background: #064731;
  border-color: #000000;
}

.application-check .form-check-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

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

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

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

.btn-submit-application {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 12px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: .3s ease;
  margin-top: 10px;
}

.btn-submit-application:hover {
  background: #5c0a0a;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(6,71,49,.18);
}

.btn-submit-application i {
  font-size: 16px;
}

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

.application-card .col-12 {
  margin-bottom: 6px;
}

.application-card .form-label {
  margin-bottom: 10px;
}

.application-card .upload-box {
  margin-top: 8px;
}

.application-card .btn-submit-application {
  margin-top: 18px;
}

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

@media (max-width:991px) {
  .application-section {
    padding: 70px 0;
  }
}

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

@media (max-width:991px) {
  .application-header h2 {
    font-size: 42px;
  }
}

@media (max-width:768px) {
  .application-section {
    padding: 55px 0;
  }
}

@media (max-width:768px) {
  .application-header {
    margin-bottom: 35px;
  }
}

@media (max-width:768px) {
  .application-header h2 {
    font-size: 34px;
  }
}

@media (max-width:768px) {
  .application-header p {
    font-size: 15px;
  }
}

@media (max-width:768px) {
  .application-card {
    padding: 24px;
    border-radius: 18px;
  }
}

@media (max-width:768px) {
  .application-card .form-control, .application-card .form-select {
    height: 54px !important;
    font-size: 14px !important;
  }
}

@media (max-width:768px) {
  .application-card textarea.form-control {
    min-height: 140px !important;
  }
}

@media (max-width:768px) {
  .application-check {
    gap: 10px;
  }
}

@media (max-width:768px) {
  .application-check .form-check-label {
    font-size: 13px;
  }
}

@media (max-width:768px) {
  .btn-submit-application {
    height: 56px;
    font-size: 15px;
  }
}

@media (max-width:576px) {
  .application-header h2 {
    font-size: 30px;
  }
}

@media (max-width:576px) {
  .application-card {
    padding: 20px;
  }
}

