* {
  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 {
  background-color: #1d1d1f !important;
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
/* Start the career section style */
.main-banner-class {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}
@-moz-document url-prefix() {
  .col {
    margin-bottom: 20px !important;
  }
  .intern-submit {
    margin-top: -14px !important;
  }
}
.banner {
  text-align: center;
}

.banner-content {
  position: relative;
}
.error {
  font-size: 12px;
  color: #f60000;
}
.main-image {
  width: 100%;
  height: auto;
}
.mobile-main-image {
  display: none;
}

.content-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  max-width: 98%;
}

.banner-title {
  font-size: 44px;
  line-height: 52px;
}

.banner-description {
  width: 100%;
  max-width: 94%;
  line-height: 20px;
  margin: auto;
  margin-top: 6px;
  font-size: 16px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
@media only screen and (max-width: 1400px) {
  .banner-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1230px) {
  .banner-br {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .banner-title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 34px;
    line-height: 40px;
  }
  .mobile-main-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-image {
    display: none;
  }
}

@media (max-width: 520px) {
  .banner-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
  }
  .banner-description {
    font-size: 14px;
  }
}
@media (max-width: 446px) {
  .main-image {
    width: 100%;
    height: 20vh;
  }
}
@media (max-width: 400px) {
  .banner-title {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-description {
    font-size: 12px;
    line-height: 16px;
  }
}
/* start the body section */
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.content-title {
  font-size: 44px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.content-description {
  width: 100%;
  max-width: 94%;
  margin: auto;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}
.location {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff;
}

.location-name {
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
}
.location-name.active {
  color: #f60000;
}

.career-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 36px;
}

.career-item {
  background-color: #000;
  border-radius: 15px;
}

.career-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 0;
}

.career-title {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 10px;
  color: #fff;
}

.career-description {
  max-width: 80%;
  font-size: 16px;
  line-height: 24px;
  color: lightgray;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.career-apply-button {
  margin: 20px 0 0px;
  cursor: pointer;
  color: #f60000;
  line-height: 24px;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #f60000;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.career-apply-button:hover {
  color: white;
  background-color: #f60000;
}

.internship-block {
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  padding: 80px 0;
}

.internship-description {
  max-width: 90%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.apply-button {
  margin-top: 4px;
  cursor: pointer;
  color: #f60000;
  font-size: 18px;
  padding: 6px 18px;
  border: 1px solid #f60000;
  border-radius: 4px;
  font-family: "SF Regular", Helvetica, Arial, sans-serif !important;
}

.apply-button:hover {
  color: white;
  background-color: #f60000;
}

/* style the image upload */
.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;
}

.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;
  font-weight: 600;
  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);
  z-index: 999; /* Ensure it's on top of other elements */
}

/* End the image upload */
@media (max-width: 1400px) {
  .content-title {
    font-size: 40px;
  }
  .location-name {
    font-size: 25px;
  }
  .career-title {
    font-size: 26px;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .content-title {
    font-size: 36px;
    line-height: 42px;
  }
  .apply-button {
    font-size: 17px;
    padding: 6px 16px;
  }
  .career-title {
    font-size: 24px;
    padding-bottom: 2px;
  }
  .career-description {
    max-width: 90%;
    font-size: 14px;
    line-height: 20px;
  }
  .career-apply-button {
    line-height: 24px;
    font-size: 14px;
    padding: 4px 14px;
  }
  .internship-description {
    max-width: 75%;
  }
  .content-description {
    font-size: 16px;
    line-height: 20px;
  }
  .location-name {
    font-size: 24px;
  }
  .location {
    column-gap: 50px;
  }
}

@media (max-width: 767px) {
  .career-container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    max-width: 94%;
    margin: auto;
  }
  .location {
    column-gap: 30px;
  }
  .content-title {
    font-size: 32px;
    line-height: 36px;
  }
  .apply-button {
    font-size: 16px;
    padding: 4px 16px;
  }
  .content-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 34px;
  }
  .location-name {
    font-size: 23px;
  }
  .internship-description {
    max-width: 94%;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .content-title {
    font-size: 28px;
    line-height: 32px;
  }
  .apply-button {
    font-size: 15px;
    padding: 5px 16px;
  }
  .location-name {
    font-size: 21px;
  }
  .location {
    column-gap: 30px;
  }
  .career-title {
    font-size: 22px;
  }
  .career-description {
    font-size: 13px;
  }
  .career-apply-button {
    margin-top: 14px;
    font-size: 13px;
    padding: 2px 12px;
  }
  .form-intern {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .content-description {
    max-width: 90%;
  }

  .location-name {
    font-size: 19px;
  }

  .internship-description {
    max-width: 90%;
  }
  .upload-section {
    flex-direction: column;
  }
  .upload-field .file-thumbnail img {
    width: 34px;
    margin-bottom: 2px;
  }
  .upload-field .file-thumbnail h3 {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .content-title {
    font-size: 24px;
    line-height: 26px;
  }
  .content-description {
    margin-top: 6px;
  }
  .location {
    column-gap: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .location-name {
    font-size: 17px;
  }
}

/* internship model */

.internship {
  background-color: rgba(102, 98, 98, 0.4);
  display: none;
}

.internship-title {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  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%;
}
/* 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) {
  .internship-title {
    font-size: 20px;
    line-height: 28px;
  }
  .textarea-intern {
    padding: 0 4px;
    font-size: 14px;
  }
  .internship-model {
    max-width: 90%;
    padding: 16px 10px 16px 10px !important;
  }
  .closebtn {
    font-size: 14px;
  }
}
