* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
  user-select: none !important;
}
@font-face {
  font-family: "SF Bold";
  src: url("../font/SF-Pro-Display-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "SF Regular";
  src: url("../font/SF-Pro-Text-Regular.otf") format("woff2");
}
body {
  display: flex;
  flex-direction: column;
  background-color: #1d1d1f !important;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
@keyframes fadeInAndScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-document url-prefix() {
  .col {
    margin-bottom: 20px !important;
  }
  .intern-submit {
    margin-top: -14px !important;
  }
}
.job-container {
  opacity: 0;
  transform-origin: center;
  animation: fadeInAndScale 0.3s ease-in-out forwards;
}
.footer-section {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main-footer {
  margin-top: auto;
}

.job {
  padding-top: 60px;
  min-height: 100%;
  height: 100%;
}

.job-block {
  background-color: #000;
  border-radius: 4px;
  box-shadow: 1px 2px 6px 1px rgba(29, 28, 28, 0.2);
  margin-bottom: 40px;
  padding: 24px 24px 24px 24px;
}
.job-response {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-left: 14px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.job-response li {
  font-size: 14px;
  color: lightgray;
  list-style-type: disc !important;
}

.job-sub-details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.job-name {
  font-size: 24px;
  color: #fff;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.title {
  font-size: 18px;
  color: #fff;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.job-title {
  font-size: 1rem;
  color: #fff;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.job-description {
  font-size: 14px;
  color: lightgray;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.job-label-icon {
  color: #999;
  width: 40px;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.job-location {
  display: flex;
}

.job-skills {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-bottom: 20px;
}

.job-skills li {
  list-style-type: none;
  border: 1px solid #1d1d1f;
  color: lightgray;
  border-radius: 5px;
  padding: 4px 8px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.apply-job-btn {
  cursor: pointer;
  background: transparent;
  border: 1px solid #f60000;
  color: #f60000;
  font-size: 16px;
  border-radius: 2px;
  padding: 4px 14px;
  letter-spacing: 0.6px;
  border-radius: 4px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.apply-job-btn:hover {
  background-color: #f60000;
  color: #fff;
}

/* other details */
.job-other-details {
  display: flex;
  column-gap: 16px;
  height: auto;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.job-upper-details {
  display: flex;
  height: auto;
}

.job-label {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  width: 140px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}

.label-description {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  color: lightgray;
}

/* form */
.resume-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff !important;
}
.manadatory {
  color: #f60000;
}
.upload-section {
  display: flex;
  cursor: pointer;
}
.image-upload {
  position: relative;
  overflow: hidden;
}
.image-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload-field {
  display: block;
  padding: 8px 0px;
  border-radius: 8px;
  margin-bottom: 0px !important;
}
.error {
  font-size: 12px;
  color: #f60000;
}
.upload-field .file-thumbnail {
  cursor: pointer;
  border: 2px dashed #f60000;
  border-radius: 8px;
  text-align: center;
  padding: 4px 4px;
}
.upload-field .file-thumbnail img {
  width: 38px;
}

.upload-field .file-thumbnail h3 {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
  font-size: 12px;
  color: #9abcd1;
  margin-bottom: 0;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(5px); /* Adjust the blur intensity as needed */
  z-index: 999; /* Ensure it's on top of other elements */
}
.internship {
  background-color: rgba(102, 98, 98, 0.4);
  display: none;
}

.internship-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 10px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}

.internship-model {
  overflow: unset;
  padding: 30px 30px 0 30px;
  width: 475px;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 10%);
  background-color: #1d1d1f !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  cursor: pointer !important;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

/* resume upload */

.sr-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.btn-upload {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #f60000;
  cursor: pointer;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.container {
  /*display: flex;*/
  justify-content: center;
}

.closebtn {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
  float: right;
  color: #ffffff !important;
  font-size: 20px;
  cursor: pointer;
}

.intern-form {
  width: 100%;
}

.form-intern {
  background-color: #1d1d1f !important;
  border: none;
  color: #ffffff !important;
  border-bottom: 1px solid gray;
  padding: 5px 0px;
  font-size: 15px;
  outline: none;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
  /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: white;
}

.textarea-intern {
  width: 100%;
  background-color: white;
  border-color: gray;
  border-radius: 5px;
  opacity: 1;
  line-height: 1.4rem;
  padding: 0 6px;
  margin-bottom: -8px;
  font-size: 1rem;
  color: black;
  outline: none;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

textarea.textarea-intern::placeholder {
  font-size: 14px;
}

.intern-submit {
  border: none;
  margin: 10px 0;
  padding: 3px 16px;
  background-color: #f60000;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
/* start the phone code section */
.iti {
  width: 100% !important;
}

.iti__flag-container {
  padding-right: 6px !important; /* Adjust as necessary */
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  color: #ffffff !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px !important;
}

#phone {
  padding-left: 90px !important;
  width: 100%;
}

@media (max-width: 1400px) {
  .job-name {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .internship-description {
    max-width: 75%;
  }
  .job-label {
    width: 190px;
  }
  .job-other-details {
    display: flex;
    align-items: baseline;
    column-gap: 0px;
  }
}

@media (max-width: 768px) {
  .job-label {
    width: 200px;
  }
  .job-name {
    font-size: 20px;
  }
  .apply-job-btn {
    font-size: 14px;
    padding: 3px 12px;
  }
  .btn-upload {
    font-size: 13px !important;
  }
  .intern-submit {
    padding: 3px 16px;
    font-size: 15px;
  }
}
/* Start the media query in career page  */
@media (max-width: 767px) {
  .btn-upload {
    font-size: 13px;
  }
  .intern-submit {
    padding: 3px 16px;
    font-size: 15px;
  }
}
@media (max-width: 520px) {
}
@media (max-width: 576px) {
  .job-container {
    width: 100%;
    max-width: 94%;
    margin: auto;
  }
}

@media (max-width: 520px) {
  .internship-title {
    font-size: 20px;
    line-height: 28px;
  }
  .textarea-intern {
    padding: 0 4px;
    font-size: 14px;
  }
  .internship-model {
    max-width: 90%;
  }
  .closebtn {
    font-size: 14px;
    padding: 0px 10px;
  }
  .job-name {
    font-size: 18px;
  }
  .title {
    font-size: 16px;
  }
  .form-intern {
    padding: 0px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .label-description {
    width: 100%;
  }

  .job-block {
    margin-bottom: 20px;
  }
  .upload-section {
    flex-direction: column;
  }
  .upload-field .file-thumbnail img {
    width: 34px;
    margin-bottom: 2px;
  }
  .upload-field .file-thumbnail h3 {
    font-size: 12px;
  }
  .internship-model {
    padding: 12px 8px 10px 8px;
  }
}
@media (max-width: 400px) {
  .job-description {
    font-size: 12px;
  }
  .job-response li {
    font-size: 12px;
  }
  .job-skills li {
    font-size: 12px;
  }
  .job-label {
    font-size: 12px;
  }
  .label-description {
    font-size: 12px;
    line-height: 18px;
  }
}
#Sales-Representative {
  display: none;
}

#iot-engineer {
  display: none;
}

#full-stack-developer {
  display: none;
}

#php-laravel-developer {
  display: none;
}

#ios-developer {
  display: none;
}

#embedded-engineer {
  display: none;
}

#linux-server-administrator {
  display: none;
}

#frontend-developer {
  display: none;
}

#flutter-developer {
  display: none;
}

#robotics-engineer {
  display: none;
}

#content-writer {
  display: none;
}

#System-Reliability-Engineer {
  display: none;
}

#sales {
  display: none;
}

#social-media-intern {
  display: none;
}

#technical-sales-manager {
  display: none;
}

#android-developer {
  display: none;
}

#mern-stack-developer {
  display: none;
}

#react-native-developer {
  display: none;
}
#software-sales-executive {
  display: none;
}
#electric-vehicle-engineer {
  display: none;
}
