/* career page css */
.career-banner {
  position: relative;
}

.career-banner > video {
  width: 100%;
  height: auto;
  display: block;
}

.career-banner .banner-content {
  position: absolute;
  bottom: 100px;
  left: 5%;
  max-width: 500px;
}

.career-banner .banner-content h1 {
  font-family: "Manrope-Semibold";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.career-banner .banner-content p {
  font-family: "Manrope-Medium";
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.career-page-btn,
.career-page-btn:hover {
  background: linear-gradient(
    96.94deg,
    #9d1d96 -180.89%,
    #ffa400 -37.48%,
    #ff6b00 120.41%
  );
  color: #fff;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  position: relative;
}

.career-page-btn::after {
  background-image: url(../esg-img/arrow-small.png);
  width: 13.5px;
  height: 12px;
  content: "";
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  background-position: center center;
  transform: translateY(-50%);
}

.career-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25002775;
}

.job-search {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(146deg, #9d1d96 -4.37%, #e81f76 106.2%);
  padding: 30px 0;
}

.search-row {
  align-items: center;
}

.relative {
  position: relative;
}

.search-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.drop-down-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.search-row input,
.search-row input:focus,
.search-row select,
.search-row select:focus
 {
  padding: 10px 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #9d1d96;
  border-radius: 10px;
  position: relative;
}

.search-row select option {
  color: #000;
}

.search-row input::placeholder {
  color: #cccccc;
  opacity: 1;
}

.job-search-btn {
  background: linear-gradient(
    96.94deg,
    #9d1d96 -180.89%,
    #ffa400 -37.48%,
    #ff6b00 120.41%
  );
  color: #fff;
  padding: 10px 20px 10px 20px;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  border: none;

  /* background: linear-gradient(93.22deg, #911D82 15.86%, #5B215F 106.78%); */
}

.field-clear-btn {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 0;
  transition:
    background 0.18s ease,
    color 0.18s ease;
  line-height: 1;
}

.field-clear-btn:hover {
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.looking-for-sec {
  margin: 50px 0 50px 0;
  position: relative;
}

.looking-for-sec .text-wrapper {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  max-width: 35%;
}

.looking-for-sec h2 {
  font-family: "Manrope-SemiBold";
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.looking-for-sec p {
  font-family: "Manrope-Medium";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.diversity-sec {
  margin: 50px 0 100px 0;
  position: relative;
}

.diversity-sec .text-wrapper {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  max-width: 32%;
}

.diversity-sec h2 {
  font-family: "Manrope-SemiBold";
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.diversity-sec p {
  font-family: "Manrope-Medium";
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.mail-btn,
.mail-btn {
  border-radius: 10px;
  background: linear-gradient(
    96deg,
    #9d1d96 0%,
    #e81f76 231.05%,
    #ff6b00 485.43%
  );
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.jobs-hero {
  margin-top: 100px;
}

.filter-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  margin: 50px 0;
}

.filter-tabs .tab {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--White, #fff);
  color: inherit;
  text-decoration: none;
  cursor: pointer;

  /* shadow/L */
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

.filter-tabs .tab.active {
  border: 1px solid #9d1d96;
  background: rgba(157, 29, 150, 0.1);
  color: rgba(157, 29, 150, 1);
}

.job-listings .job-card {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 1);
}

.btn-view-details {
  border-radius: 10px;
  border: 1px solid #ffa400;
  /* box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.06); */
  background: #fff;
  padding: 5px;
  color: rgba(255, 107, 0, 1);
  display: block;
  height: max-content;
  text-align: center;
  font-size: 14px;
}

.btn-view-details:hover {
  border-radius: 10px;
  border: 1px solid #ffa400;
  background: linear-gradient(97deg, #ffa400 -14.99%, #ff6b00 113.46%);
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  display: block;
  height: max-content;
  text-align: center;
  font-size: 14px;
}

.job-info .job-title {
  font-family: "Manrope-SemiBold";
  font-size: 18px;
  line-height: 28px;
  color: #250027;
  margin-bottom: 10px;
  font-weight: 700;
}

.job-info .job-desc {
  font-family: "Manrope-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #250027;
}

.job-tags {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.job-tags .tag {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 29px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: var(--White, #fff);
  display: flex;
  gap: 3px;
  align-items: center;
}

/* ── Career Listing – custom paginator ───────────────────── */
.career-pager-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 48px;
  flex-wrap: wrap;
  gap: 12px;
}

.career-pager-count {
  font-size: 14px;
  font-family: "Manrope-Regular";
  color: #555;
}

.career-pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
}

/* ── Inactive page numbers: plain text, no box ── */
.career-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 15px;
  font-family: "Manrope-Medium";
  color: #444;
  background: transparent;
  border: none;
  text-decoration: none;
  transition: color 0.15s ease;
  cursor: pointer;
  padding: 0 6px;
}

.career-pager__btn:hover:not(.career-pager__btn--active):not(
    .career-pager__btn--arrow
  ):not(.disabled) {
  color: #111;
}

/* ── Active page: gray rounded-rectangle tile ── */
.career-pager__btn--active {
  background: #e8e8e8;
  color: #111;
  font-weight: 700;
  border-radius: 10px;
  cursor: default;
}

/* ── Prev / Next arrows: gray circle ── */
.career-pager__btn--arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ebebeb;
  color: #555;
  border: none;
  padding: 0;
}

.career-pager__btn--arrow:hover:not(.disabled) {
  background: #ddd;
  color: #111;
}

.career-pager__btn--arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ── Ellipsis ── */
.career-pager__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 38px;
  font-size: 15px;
  color: #999;
  user-select: none;
}

@media (max-width: 480px) {
  .career-pager-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .career-pager {
    justify-content: flex-start;
  }

  .career-pager__btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .career-pager__btn--arrow {
    width: 32px;
    height: 32px;
  }

  .career-pager {
    gap: 4px;
  }
}
/* ── end career paginator ────────────────────────────────── */

@keyframes search-btn-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}
.search-btn-shake {
  animation: search-btn-shake 0.4s ease;
}

.jobs-hero {
  max-width: 50%;
}

.jobs-hero h1 {
  font-family: "Manrope-SemiBold";
  font-size: 40px;
  line-height: 50px;
  color: #250027;
  margin-bottom: 20px;
}

.jobs-hero p {
  font-family: "Manrope-Medium";
  font-size: 16px;
  line-height: 26px;
  color: #250027;
}

.jobs-hero .badge {
  border-radius: 100px;
  border: 1px solid #e81f76;
  background: rgba(232, 31, 118, 0.1);
  color: rgba(232, 31, 118, 1);
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 15px;
  position: relative;
}

.jobs-hero .badge::after {
  content: url("../images/after-icon.svg");
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  z-index: 1;
}

.jobs-hero .badge::before {
  content: url("../images/before-icon.svg");
  position: absolute;
  bottom: 15px;
  left: -5px;
  width: 0;
  height: 0;
  z-index: 1;
}

.breadcrumb-wrapper {
  padding-top: 90px;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-family: "Manrope-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #250027;
  padding: 20px 5%;
  background: #f1f1f1;
  width: 100%;
}

.job-details-wrapper {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(146deg, #9d1d96 -4.37%, #e81f76 106.2%);
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}

.job-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 20px;
}

.job-detail-title {
  font-family: "Manrope-SemiBold";
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}

.job-id {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.job-detail-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  /* max-width: 600px; */
  line-height: 1.65;
  font-family: "Manrope-Regular";
  margin-bottom: 0;
}

.job-detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-top: 4px;
}

.btn-apply,
.btn-apply:hover {
  border-radius: 10px;
  background: linear-gradient(
    97deg,
    #9d1d96 -180.89%,
    #ffa400 -37.48%,
    #ff6b00 120.41%
  );
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
}

.btn-share {
  border-radius: 10px;
  border: 1px solid #ffa400;
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.06);
  color: rgba(255, 107, 0, 1);
  padding: 10px 15px;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 16px;
  white-space: nowrap;
  border-radius: 29px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: var(--White, #fff);
  color: rgba(0, 0, 0, 0.6);
}

.meta-tag strong {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
}

.role-summary {
  margin-bottom: 44px;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgba(255, 164, 0, 1);
}

.role-summary p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 14px;
}

.role-summary p:last-child {
  margin-bottom: 0;
}

.job-columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.responsibility-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.responsibility-wrapper p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 164, 0, 1);
    margin-bottom: 20px;
}

@media (min-width: 768px) {
  .job-column:first-child {
    grid-column: 1/4;
  }

  .responsibility-wrapper {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  /* .job-column:first-child > div > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  } */
}

.column-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 164, 0, 1);
  margin-bottom: 20px;
}

.column-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.job-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}

.job-column ul li {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  padding-left: 14px;
  position: relative;
}

.job-column ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-gold);
  line-height: 1.65;
}

.mb-40 {
  margin-bottom: 40px;
}

.career-form-wrapper {
  margin: 50px auto;
  max-width: 800px;
  display: block;
}

.form-title {
  font-family: "Manrope-SemiBold";
  font-size: 28px;
  line-height: 36px;
  color: #250027;
  margin-bottom: 20px;
}

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2rem;
}
.track {
  position: absolute;
  top: calc(2rem + 19px);
  left: 0; /* stepper padding-left + half circle */
  right: 0; /* stepper padding-right + half circle */
  height: 1.5px;
  background: #e5e7eb;
  z-index: 0;
  width: 100%;
}
.track-fill {
  position: absolute;
  top: calc(2rem + 19px);
  left: 0;
  /* width: calc((100% / 5) * 1);  */
  height: 1.5px;
  background: #f97316;
  z-index: 0;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1; /* sits above the track lines */
}
.circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: #fff; /* hides the track line behind it */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #c0c4cc;
}
.step.done .circle {
  background: linear-gradient(180deg, #ff6b00 0%, #ffa400 100%);

  border-color: #f97316;
}
.step.current .circle {
  background: linear-gradient(180deg, #ff6b00 0%, #ffa400 100%);
  border-color: #f97316;
  color: #fff;
}
.step.current .step-label {
  font-weight: 600;
  color: #111;
}

.form-step-content .section-title {
  margin-bottom: 20px;
  color: #000;
}

.form-step-content .section-description {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 500;
}

.file-upload-area {
  position: relative;
  padding: 10px 23px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-upload-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#resume-upload {
  cursor: pointer;
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  opacity: 0;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.btn-next,
.btn-next:hover {
  border-radius: 10px;
  background: linear-gradient(
    97deg,
    #9d1d96 -180.89%,
    #ffa400 -37.48%,
    #ff6b00 120.41%
  );
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 30px;
  color: rgba(255, 255, 255, 1);
  display: block;
  margin-left: auto;
}

.btn-prev,
.btn-prev:hover {
  border-radius: 8px;
  border: 0.667px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 30px;
  color: rgba(0, 0, 0, 1);
  display: block;
}

.career-form-wrapper .form-control {
  padding: 10px 23px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
}

#add-education {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #eaeaea;
  padding: 10px;
  color: rgba(234, 234, 234, 1);
  color: rgba(0, 0, 0, 0.4);
}

.file-upload-area input[type="file"] {
  cursor: pointer;
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  opacity: 0;
}

.toggle-pill-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.toggle-pill-group .toggle-pill {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 14px;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}

.toggle-pill-group .toggle-pill.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #000;
  color: #fff;
}

/* application review page css */

.review-wrapper {
  border: 1px solid rgba(229, 231, 235, 1);
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.review-card {
  /* border: 1px dashed #b0c4de; */
  border-radius: 8px;
  padding: 20px;
  background: rgba(249, 250, 251, 1);
}
.review-section {
  /* padding: 1rem 0; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.review-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.review-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.review-subsection-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.review-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
}
.review-label {
  color: #888;
}
.review-value {
  color: #111;
}
.review-file-link {
  color: #e07b54;
  text-decoration: none;
}

.consent-section {
  border: 1px dashed #b0c4de;
  border-radius: 8px;
  padding: 1.5rem;
}
.consent-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.consent-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.consent-checkbox {
  margin-top: 3px;
  flex-shrink: 0;
}
.consent-label {
  font-size: 13px;
  color: #444;
}
.consent-link {
  color: #333;
}

.what-next-section {
  margin-top: 20px;
}

.what-next-section p {
  font-size: 14px;
}

.what-next-section ul {
  margin-left: 20px;
}

.what-next-section ul li {
  list-style: disc;
}

.success-navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.success-navs .d-flex {
  align-items: center;
  gap: 10px;
}

.join-community,
.join-community:hover {
  color: rgba(255, 107, 0, 1);
}

.success-navs .btn-prev {
  border: 1px solid rgba(255, 107, 0, 1);
  color: rgba(255, 107, 0, 1);
}

.for-mobile {
  display: none;
}

/* ===== Career Responsive ===== */
@media screen and (max-width: 767px) {
  .job-listings .job-card {
    grid-template-columns: 1fr;
  }

  .jobs-hero {
    max-width: 100%;
  }

  .job-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-columns-grid {
    grid-template-columns: 1fr;
  }

  .step .step-label {
    display: none;
  }

  .for-mobile {
    display: block;
  }

  .for-desk {
    display: none !important;
  }

  .looking-for-sec .text-wrapper,
  .diversity-sec .text-wrapper {
    top: auto;
    bottom: 20px;
    left: 5%;
    max-width: 90%;
    transform: none;
  }

  .diversity-sec {
    margin-bottom: 50px;
  }

  .looking-for-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .career-page-btn,
  .career-page-btn:hover,
  .mail-btn,
  .mail-btn {
    font-size: 13.5px;
  }

  .career-banner img {
    height: 560px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .career-banner .banner-content h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .search-row > div:not(:last-child) {
    margin-bottom: 10px;
  }

  .jobs-hero {
    margin-top: 50px;
  }

  .career-banner .banner-content {
    bottom: 50px;
  }
}
