  .ks-career-hero-banner {
      position: relative;
      width: 100%;
      height: 437px;
      overflow: hidden;
    }

    .ks-career-hero-banner__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .ks-career-hero-banner__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 64.27%
      );
    }
    .ks-career-content-wrapper {
      position: relative;
      margin-top: -300px;
      z-index: 2;
      padding-bottom: 80px;
    }
    .ks-career-hero-card {
      background: #FFFFFF;
      border: 1px solid #E7E7E7;
      border-radius: 16px;
      padding: 24px 32px;
    }
    .ks-career-breadcrumb {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-bottom: 27px;
      flex-wrap: wrap;
    }

    .ks-career-breadcrumb__link {
      font-size: 13px;
      font-weight: 400;
      line-height: 13px;
      color: #E32235;
      text-decoration: none;
      white-space: nowrap;
    }

    .ks-career-breadcrumb__link:hover {
      color: #BA1828;
      text-decoration: underline;
    }

    .ks-career-breadcrumb__separator {
      font-size: 13px;
      color: #34353B;
      display: inline-flex;
      align-items: center;
    }

    .ks-career-breadcrumb__separator svg {
      width: 16px;
      height: 16px;
    }

    .ks-career-breadcrumb__current {
      font-size: 13px;
      font-weight: 400;
      line-height: 13px;
      color: #34353B;
      white-space: nowrap;
    }
    .ks-career-hero-info {
      display: flex;
      align-items: flex-start;
      gap: 78px;
    }
    .ks-career-hero-info__left {
      flex: 1;
      min-width: 0;
    }
    .ks-career-hero-info__right {
      flex-shrink: 0;
      width: 473px;
    }
    .ks-career-job-title {
      font-size: 40px;
      font-weight: 600;
      line-height: 52px;
      color: #18181B;
      margin: 0 0 24px 0;
    }
    .ks-career-meta {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .ks-career-form-card .ks-auto-capture-career form .ks-AutoCapture-form-unit {
        max-width: 100%;
        width: 100%;
    }
    .ks-career-form-card .ks-auto-capture-career .auto-capture-submit {
    width: 100%;
}
    .ks-career-meta__item {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .ks-career-meta__label {
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      color: #E32235;
      text-transform: uppercase;
      letter-spacing: 0.16px;
      margin: 0;
    }

    .ks-career-meta__value {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #212226;
      letter-spacing: 0.32px;
      margin: 0;
    }

    .ks-career-meta__divider {
      width: 1px;
      height: 51px;
      background-color: #E7E7E7;
      align-self: center;
      flex-shrink: 0;
    }
    .ks-career-hero-img {
      width: 100%;
      height: 164px;
      object-fit: cover;
      border-radius: 8px;
      display: block;
    }
    .ks-career-body {
      margin-top: 56px;
    }

    .ks-career-body__left {
      max-width: 834px;
    }
    .ks-career-description {
      font-size: 18px;
      font-weight: 400;
      line-height: 29px;
      color: #34353B;
      margin: 0 0 48px 0;
    }

    .ks-career-section-heading {
      font-size: 28px;
      font-weight: 600;
      line-height: 32px;
      color: #18181B;
      margin: 0 0 24px 0;
    }
    .ks-career-bullet-list {
      list-style: none;
      padding: 0 0 20px 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .ks-career-bullet-list__item {
      display: flex;
      align-items: flex-start;
      gap: 24px;
    }

    .ks-career-bullet-list__dot {
      width: 8px;
      height: 8px;
      min-width: 8px;
      border-radius: 50%;
      background-color: #E32235;
      margin-top: 10px;
    }

    .ks-career-bullet-list__text {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.6;
      color: #34353B;
      letter-spacing: 0.36px;
      margin: 0;
    }

    .ks-career-skills-card {
      background: #F5F6F8;
      border: 1px solid #E7E7E7;
      border-radius: 16px;
      padding: 32px;
      margin-top: 48px;
    }

    .ks-career-skills-card .ks-career-bullet-list__dot {
      width: 8px;
      height: 8px;
      min-width: 8px;
    }

    .ks-career-form-card {
      background: #FFFFFF;
      border: 1px solid #D1D2D7;
      border-radius: 16px;
      padding: 24px;
    }

    .ks-career-form-card__title {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      color: #18181B;
      margin: 0 0 24px 0;
    }

    /* Form Fields */
    .ks-career-form-group {
      margin-bottom: 16px;
    }

    .ks-career-form-group:last-of-type {
      margin-bottom: 0;
    }

    .ks-career-form-label {
      display: block;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      color: #454753;
      padding: 1px 4px;
      margin-bottom: 4px;
    }

    .ks-career-form-input {
      width: 100%;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #D1D2D7;
      border-radius: 8px;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #212226;
      letter-spacing: 0.14px;
      outline: none;
      transition: border-color 0.2s ease;
    }

    .ks-career-form-input::placeholder {
      color: #8C8F9E;
    }

    .ks-career-form-input:focus {
      border-color: #E32235;
    }

    /* Phone Field */
    .ks-career-phone-group {
      display: flex;
      align-items: stretch;
    }

    .ks-career-phone-prefix {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      background: #FFFFFF;
      border: 1px solid #D1D2D7;
      border-right: none;
      border-radius: 8px 0 0 8px;
      padding: 8px;
      font-size: 14px;
      font-weight: 500;
      color: #43444B;
      letter-spacing: 0.14px;
      white-space: nowrap;
      cursor: pointer;
      height: 40px;
    }

    .ks-career-phone-prefix svg {
      width: 12px;
      height: 12px;
      flex-shrink: 0;
    }

    .ks-career-phone-input {
      flex: 1;
      min-width: 0;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #D1D2D7;
      border-left: none;
      border-radius: 0 8px 8px 0;
      padding: 12px 16px;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #212226;
      letter-spacing: 0.14px;
      outline: none;
      transition: border-color 0.2s ease;
    }

    .ks-career-phone-input::placeholder {
      color: #8C8F9E;
    }

    .ks-career-phone-input:focus {
      border-color: #E32235;
    }

    /* Resume Upload */
    .ks-career-upload-btn {
      width: 100%;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      background: #F9FAFB;
      border: 1px solid #D1D1DB;
      border-radius: 8px;
      box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.05);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #121217;
      cursor: pointer;
      transition: background 0.2s ease;
      padding: 4px 16px;
    }
    .ks-career-upload-btn:hover {
      background: #F0F1F3;
    }
    .ks-career-captcha-row {
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .ks-career-captcha-label {
      display: flex;
      align-items: center;
      gap: 15px;
      flex-shrink: 0;
    }
    .ks-career-captcha-label__text {
      font-size: 14px;
      font-weight: 600;
      line-height: 26px;
      color: #363636;
      letter-spacing: 0.14px;
      white-space: nowrap;
      margin: 0;
    }
    .ks-career-captcha-label__refresh {
      display: inline-flex;
      cursor: pointer;
      border: none;
      background: transparent;
      padding: 0;
    }

    .ks-career-captcha-label__refresh svg {
      width: 16px;
      height: 16px;
    }

    .ks-career-captcha-input {
      flex: 1;
      min-width: 0;
      height: 40px;
      background: #FFFFFF;
      border: 1px solid #E8E8E9;
      border-radius: 8px;
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #212226;
      letter-spacing: 0.14px;
      outline: none;
    }

    .ks-career-captcha-input::placeholder {
      color: #D0D0D2;
      letter-spacing: 0.14px;
    }
    .ks-career-submit-btn {
      width: 100%;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #E32235;
      border: none;
      border-radius: 8px;
      font-size: 22px;
      font-weight: 600;
      line-height: 26px;
      color: #FFFFFF;
      letter-spacing: 0.22px;
      cursor: pointer;
      transition: background 0.2s ease;
      margin-top: 24px;
    }

    .ks-career-submit-btn:hover {
      background: #BA1828;
    }
    .ks-career-sidebar-sticky {
      position: sticky;
      top: 24px;
    }
    @media (max-width: 922px) {
     .ks-career-form-card {
        margin-top: 32px;
      }
    }
    @media (max-width: 767.98px) {
      .ks-career-hero-banner {
        height: 236px;
      }
      .ks-career-content-wrapper {
        margin-top: -88px;
        padding-bottom: 40px;
      }
      .ks-career-hero-card {
        padding: 24px 16px 16px 16px;
        border-radius: 8px;
        border-color: #F3F3F3;
      }
      .ks-career-breadcrumb {
        display: none;
      }
      .ks-career-job-title {
        font-size: 28px;
        line-height: normal;
        color: #28292E;
        margin-bottom: 24px;
      }
      .ks-career-hero-info {
        flex-direction: column;
        gap: 16px;
      }
      .ks-career-hero-info__left {
        width: 100%;
      }
      .ks-career-hero-info__right {
        width: 100%;
      }
      .ks-career-hero-img {
        height: 163px;
      }
      .ks-career-meta {
        flex-wrap: wrap;
      }
      .ks-career-meta__label {
        font-size: 13px;
        letter-spacing: 0.13px;
      }
      .ks-career-meta__value {
        font-size: 13px;
        line-height: normal;
        color: #34353A;
      }
      .ks-career-meta__divider {
        height: 53px;
      }
      .ks-career-body {
        margin-top: 24px;
      }
      .ks-career-body__left {
        max-width: 100%;
      }
      .ks-career-description {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.16px;
        color: #342E39;
        margin-bottom: 32px;
      }
      .ks-career-section-heading {
        font-size: 28px;
        margin-bottom: 16px;
      }
      .ks-career-bullet-list {
        gap: 16px;
      }
      .ks-career-bullet-list__dot {
        width: 6px;
        height: 6px;
        min-width: 6px;
        margin-top: 11px;
      }
      .ks-career-bullet-list__item {
        gap: 8px;
      }
      .ks-career-bullet-list__text {
        font-size: 16px;
        letter-spacing: 0.32px;
        color: #342E39;
      }
      .ks-career-skills-card {
        padding: 24px;
        margin-top: 32px;
        background: #F8F9F9;
      }

      .ks-career-skills-card .ks-career-section-heading {
        margin-bottom: 16px;
      }
      .ks-career-skills-card .ks-career-bullet-list__dot {
        width: 6px;
        height: 6px;
        min-width: 6px;
      }

      .ks-career-skills-card .ks-career-bullet-list__text {
        font-size: 16px;
        color: #34353A;
      }
     
      .ks-career-sidebar-sticky {
        position: static;
      }
      .ks-career-captcha-input::placeholder {
        font-size: 13px;
        letter-spacing: 0.13px;
      }
    }
    @media (min-width: 768px) and (max-width: 991.98px) {

      .ks-career-hero-banner {
        height: 320px;
      }

      .ks-career-content-wrapper {
        margin-top: -140px;
      }

      .ks-career-hero-info__right {
        width: 100%;
        height: 100%;
      }

      .ks-career-hero-info {
        gap: 32px;
        flex-direction: column;
      }

      .ks-career-job-title {
        font-size: 32px;
        line-height: 42px;
      }

      .ks-career-hero-img {
        height: 100%;
      }
    }