.careers-page header .main-menu ul li a {
  color: #fff;
}

@media (max-width: 991.9px) {

  .careers-page .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    background: #fff;
  }
}

/*Hero section css start */
.hero {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  background: #010101;
  position: relative;
  isolation: isolate;
}

/* LEFT SIDE */
.hero-left {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5%;
  width: clamp(576px, 36vw, 691px);
  z-index: 2;
}

.hero-circle {
  position: absolute;
  top: clamp(-250px, -14.58vw, -150px);
  left: clamp(-1330px, 65vw - 1995px, -1060px);
  z-index: 0;
  display: block;
  width: clamp(1700px, 131vw, 1900px);
  height: clamp(1700px, 131vw, 1900px);
  background: rgb(10, 61, 156);
  border-radius: 50%;
  will-change: transform;
}

.hero-content {
  position: relative;
  z-index: 2;
  will-change: transform, opacity;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-180px);
}

.hero-content h2 {
  color: #fff;
  font-family: Satoshi;
  font-size: clamp(28px, 2.5vw, 2.3em);
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
}

.hero-right {
  position: relative;
  z-index: 1;
  /*width: clamp(864px, 64vw, 1228px);*/
  height: 100%;
  overflow: hidden;
}

.hero-right img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

@media (max-width: 767.9px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    background: #0a3d9c;
  }

  .hero-right {
    position: relative;
    order: 1;
    width: 100%;
    height: 500px;
    min-height: 500px;
    flex: 0 0 500px;
  }

  .hero-right img {
    object-position: center center;
  }

  .hero-left {
    order: 2;
    width: 981px;
    height: 790px;
    justify-content: center;
    align-items: flex-start;
    background: #0a3d9c;
    border-radius: 50% 50% 0 0;
    position: absolute;
    top: 315px;
    bottom: auto;
    left: -110px;
  }

  .hero-circle {
    display: none;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 82px;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: center;
    position: relative;
    z-index: 1;
    left: -6px;
  }

  .hero-content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 120%;
    /* 33.6px */
  }
}

@media (max-width: 576.9px) {
  .hero-right {
    min-height: 632px;
  }

  .hero-left {
    width: 721px;
    height: 721px;
    top: 460px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-right img {
    object-position: center center;
    display: none;
  }

  .hero-right::after {
    content: "";
    background: url(../images/mob-carrer-hero.jpg);
    position: absolute;
    width: 479px;
    height: 725px;
    top: -80px;
  }
}

/*Hero section css end */

/* popup css start  */
.model-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
}

.career-wrapper .popup {
  gap: 132px;
}

.model-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.popup-open {
  overflow: hidden;
}

.model-popup h2.Openings-text {
  color: #0a3d9c;
  font-family: Satoshi;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 55px */
}

.custom-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  z-index: 999;
}

.model-popup select {
  border: 2px solid #0043c0;
  color: #0a3d9c;
  font-family: Poppins;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  padding: 8px 23px 8px 18px;
  align-items: center;
  height: 50px;
  cursor: pointer;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/down-arrow.png") no-repeat right 20px center;
  background-size: 18px;
}

.model-popup select:focus-visible {
  border: 2px solid #0043c0;
}

.model-popup select option {
  color: #0a3d9c;
  font-family: Poppins;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.model-popup .input-field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 0.9em;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 15px;
  outline: none;
}

.model-popup .upload-sec {
  padding: 34px 0px 61.49px;
}

.model-popup .career-img {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 168px;
}

.model-popup .career-img img.main-img {
  max-width: 435px;
  width: 100%;
  max-height: 260px;
  height: 100%;
}

.model-popup .career-wrapper {
  position: relative;
  /* padding: 38px 87px 79px 94px; */
  padding: 70px;
  max-width: 1200px;
  width: 100%;
  background: #fff;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  transform: translateY(18px);
  transition: transform 0.25s ease;
}

.model-popup.is-open .career-wrapper {
  transform: translateY(0);
}

.model-popup-close {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.model-popup-close::before,
.model-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #0a3d9c;
  transform-origin: center;
}

.model-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.model-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.model-popup .career-form {
  width: 50%;
}

.model-popup .upload-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 0.95em;
  font-weight: 500;
}

.model-popup span.icon {
  color: #ff0004;
}

.model-popup .upload-select {
  margin-top: 24.76px;
}

.model-popup .upload-row {
  display: flex;
  justify-content: space-between;
  padding: 11.8px 0 20.58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.model-popup .upload-row:first-child {
  padding-top: 0;
}

.model-popup .upload-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.model-popup .upload-row label:first-child {
  color: rgba(0, 0, 0, 0.46);
  font-family: Poppins;
  font-size: 0.9em;
  cursor: pointer;
}

.model-popup .file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.model-popup .upload-btn {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  font-family: Poppins;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #fc8b5f;
  text-decoration-thickness: 10%;
  text-underline-offset: 14.5%;
  text-underline-position: from-font;
}

.model-popup span {
  color: rgba(0, 0, 0, 0.46);
  font-family: Poppins;
  font-size: 0.9em;
}

.model-popup button.submit-btn {
  border-radius: 122px;
  background: #f7df00;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1.1em;
  font-weight: 600;
  width: 181px;
  height: 62px;
  border: none;
  cursor: pointer;
  position: relative;
  left: 30%;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* .model-popup button.submit-btn:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, #ffd40045);
   
  background: #f7df00;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
} */

.model-popup button.submit-btn:hover {
  background-color: #f7df00;
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffd40054;
}

/* .model-popup button.submit-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
} */

@media (max-width: 991.98px) {
  .model-popup .career-wrapper {
    padding: 29px 0px 40px 0;
  }

  .model-popup .career-img img.main-img {
    display: none;
  }

  .career-wrapper .popup {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .model-popup .career-img {
    margin-top: 41px;
    width: 38%;
  }

  .model-popup h2.Openings-text {
    text-align: center;
  }

  .model-popup .input-field {
    margin-bottom: 10px;
  }

  .model-popup .upload-sec {
    padding: 26px 0px 44px;
  }
}

@media (max-width: 767.9px) {
  .model-popup {
    padding: 0;
  }

  .model-popup .career-wrapper {
    width: 90%;
    max-width: 402px;
  }

  .model-popup .career-wrapper {
    padding: 29px 30px 40px 30px;
  }

  .model-popup .career-form {
    width: 100%;
  }

  .model-popup .career-img {
    width: 100%;
  }

  .model-popup select {
    font-size: 13px;
    font-weight: 500;
    padding: 13px 14px 13px 14px;
  }

  .custom-dropdown {
    margin-bottom: 10px;
  }

  .model-popup h2.Openings-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 115%;
    /* 27.6px */
  }

  .model-popup .upload-sec p {
    font-size: 14px;
    font-weight: 500;
  }

  .model-popup .input-field {
    font-size: 13px;
    font-weight: 400;
    line-height: 149.94%;
    /* 19.492px */
  }

  .model-popup button.submit-btn {
    border-radius: 122px;
    background: #f7df00;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    width: 132px;
    height: 43px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .model-popup-close::before,
  .model-popup-close::after {
    background: #fc8b5f;
    width: 21px;
  }

  .model-popup .upload-row label:first-child {
    color: rgba(0, 0, 0, 0.46);
    font-size: 13px;
    font-weight: 400;
  }

  .model-popup .upload-btn {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
  }
}

/*  popup css end */

/* Careers openings section css start */
section.bbt-fa-careers-openings-sec {
  padding: clamp(64px, 6.45vw, 131.52px) 0px clamp(60px, 6.6vw, 128px) 0px;
}

.bbt-fa-careers-openings-sec .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  align-items: stretch;
}

.bbt-fa-careers-openings-sec h2 {
  color: #0a3d9c;
  text-align: center;
  font-family: Satoshi;
  font-size: clamp(26px, 2.5vw, 2.3em);
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  padding-bottom: clamp(54px, 5.6vw, 135.48px);
}

.bbt-fa-careers-openings-sec .card {
  background: #dcd8f5;
  border-radius: 0;
  padding: clamp(33px, 2.3vw, 43px) clamp(20px, 2.1vw, 41px) clamp(27px, 1.8vw, 37px) clamp(20px, 2.1vw, 41px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 547px;
  border-color: transparent;
}

.bbt-fa-careers-openings-sec .card h3 {
  color: #000;
  font-family: Poppins;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.bbt-fa-careers-openings-sec .card .details {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: clamp(13px, 1vw, 0.9em);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: clamp(20px, 1.45vw, 34px);
}

.bbt-fa-careers-openings-sec .card .apply-now {
  color: #0a3d9c;
  font-family: Poppins;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  margin-top: clamp(10px, 1.6vw, 44px);
}

@media (max-width: 767.9px) {
  section.bbt-fa-careers-openings-sec {
    position: relative;
    z-index: 5;
    padding-top: 64px;
    padding-bottom: 58px;
    background: #fff;
  }

  .bbt-fa-careers-openings-sec h2 {
    padding-bottom: 54px;
    font-size: 26px;
    line-height: 115%;
    /* 29.9px */
  }

  .bbt-fa-careers-openings-sec .grid {
    grid-auto-flow: row;
    grid-template-columns: unset;
    gap: 17px;
    width: 83%;
    margin: 0 auto;
  }

  .bbt-fa-careers-openings-sec .card .details {
    font-size: 13px;
    margin-top: 30px;
  }

  .bbt-fa-careers-openings-sec .card {
    padding: 34px 30px 31px 20px;
  }

  .bbt-fa-careers-openings-sec .card .apply-now {
    margin-top: 25px;
  }

  .bbt-fa-careers-openings-sec .card h3 br {
    display: none;
  }
}

@media (max-width: 576.9px) {
  .bbt-fa-careers-openings-sec .grid {
    width: 90vw;
    margin-left: calc(50% - 45vw);
  }

  .bbt-fa-careers-openings-sec .card {
    max-width: unset;
  }

  .bbt-fa-careers-openings-sec .card h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
  }

  .bbt-fa-careers-openings-sec .card h3 br {
    display: block;
  }
}

/* Careers openings section css end */

/* Careers about section css start */
section.bbt-fa-careers-about-sec {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}

.bbt-fa-careers-about-sec .career-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8em;
  /* gap: clamp(50px, -13vw + 299px, 112px); */
  opacity: 1;
  align-items: center;
}

.bbt-fa-careers-about-sec .avm-image-wrap {
  width: 50%;
  will-change: transform, opacity;
}

.bbt-fa-careers-about-sec .avm-text {
  width: 50%;
  will-change: transform, opacity;
}

@media (min-width: 768px) {
  .bbt-fa-careers-about-sec .avm-image-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-120px);
  }

  .bbt-fa-careers-about-sec .avm-text {
    opacity: 0;
    visibility: hidden;
    transform: translateX(120px);
  }
}

.bbt-fa-careers-about-sec img {
  max-width: 730px;
  object-fit: cover;
  max-height: 646px;
  margin-left: 16px;
}

.bbt-fa-careers-about-sec p.text-p {
  color: #fff;
  font-family: Poppins;
  font-size: clamp(16px, 1.4vw, 1.25em);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: center;
}

@media (max-width: 767.9px) {
  section.bbt-fa-careers-about-sec {
    position: relative;
    order: 3;
    /* inset: auto; */
    /* width: 100%; */
    padding: 0 20px 0;
    /* top: -24px;*/
  }

  .bbt-fa-careers-about-sec .career-wrapper {
    flex-direction: column;
    gap: 50px;
    transform: none;
  }

  .bbt-fa-careers-about-sec .avm-image-wrap {
    margin-top: 120px;
  }

  .bbt-fa-careers-about-sec .avm-image-wrap,
  .bbt-fa-careers-about-sec .avm-text {
    width: 100%;
    transform: none;
  }

  .bbt-fa-careers-about-sec .avm-text {
    margin-bottom: 100px;
  }

  .bbt-fa-careers-about-sec img {
    display: block;
    width: min(82%, 320px);
    height: auto;
    margin: 0 auto;
  }

  .bbt-fa-careers-about-sec p.text-p {
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 153%;
    /* 26.01px */
  }
}

@media (max-width: 576.9px) {
  .bbt-fa-careers-about-sec p.text-p {
    width: 100%;
  }

  .bbt-fa-careers-about-sec .avm-image-wrap {
    margin-top: 120px;
  }

  .bbt-fa-careers-about-sec img {
    max-width: 322px;
    width: 100%;
    max-height: 215px;
    height: 100%;
  }
}

/* Careers about section css end */