.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

#career_detail_title_section {
  background-color: #f2f8f8;
  padding: 50px 0;
}
#career_detail_title_section .career-detail-title h1 {
  font-size: 34px;
}

#career_contact_form_section .career-detail-about-the-role {
  margin-bottom: 40px;
}
#career_contact_form_section .career-detail-about-the-role h2 {
  font-size: 24px;
  color: #008b9f;
}
#career_contact_form_section .career-detail-about-the-role p {
  line-height: 35px;
}
#career_contact_form_section .career-qualification-list h2 {
  font-size: 24px;
  color: #008b9f;
  margin-bottom: 20px;
}
#career_contact_form_section .career-qualification-list ul {
  padding-left: 30px;
}
#career_contact_form_section .career-qualification-list ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #000;
  line-height: 35px;
  font-family: "Inter-Regular";
}
#career_contact_form_section .booking-section {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.apply-now {
  margin-top: 20px;
  font-size: 25px;
  padding: 10px 20px;
}
.apply-now:focus {
  background-color: #005866 !important;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 16px 15px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  position: absolute;
  top: 11px;
  right: 10px;
  border: none;
  border-radius: 4px;
  background-color: #008b9f;
  font-size: 12px;
  color: #fff;
  padding: 5px 15px;
  font-family: "Inter-Regular";
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

@media only screen and (max-width: 1440px) {
  #career_contact_form_section .booking-section {
    padding: 40px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 30px;
  }
  #career_detail_title_section {
    padding: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  #career_contact_form_section .booking-section {
    padding: 30px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  #career_contact_form_section .booking-section {
    padding: 20px;
  }
  #career_detail_title_section {
    padding: 20px;
  }
  #career_contact_form_section .career-detail-about-the-role h2 {
    font-size: 22px;
  }
  #career_contact_form_section .career-qualification-list h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #career_detail_title_section {
    padding: 15px;
  }
  #career_contact_form_section .booking-section h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  #career_contact_form_section .booking-section h3 {
    font-size: 19px;
  }
  #career_detail_title_section {
    padding: 20px 10px;
  }
  #career_detail_title_section .career-detail-title h1 {
    font-size: 20px;
  }
  #career_contact_form_section .career-detail-about-the-role h2 {
    font-size: 20px;
  }
  #career_contact_form_section .career-qualification-list h2 {
    font-size: 20px;
  }
}
