@media screen and (max-width: 768px) {
  /* Mobile marquee sizing */
  .trusted-logos__track {
    animation: banner-logo-scroll-mobile 18s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  @keyframes banner-logo-scroll-mobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1821px); /* 607px * 3 images */
    }
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-height {
    height: 60px;
  }

  .nav-bar > nav > div:first-child {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.expanded {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .nav-links > a {
    margin-bottom: 15px;
    margin-left: 16px;
    text-decoration: none;
    display: block;
  }

  .nav-links > button {
    width: 189.56px;
    height: 50px;
    margin-left: 16px;
    border-radius: 8px;
    color: white;
    border: none;
  }

  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 80px;
    font-size: 14px;
    font-weight: 600;
  }

  .banner {
    background: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 500px, top, bottom;
    background-position-x: 75px, 0px, 0px;
    margin-bottom: 40px;
  }

  .banner > div {
    padding-top: 142px;
    padding-bottom: 40px;
    background-image: url('/business/omni-staffing/images/challenges/bg-mobile.svg');
    background-repeat: no-repeat;
    background-position: top right;
  }

  .banner h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01px;
    color: #ffffff;
  }
  .banner__first-section > div:last-child {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 20px;
  }
  .banner__first-section > div:first-child {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
  }
  .banner__first-section > h1:nth-child(2) {
    color: #000000 !important;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 8px 18px;
    margin-top: 6px;
    background-image: url('/business/omni-staffing/images/green-shade-m.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .banner__subtext {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #f6f6f6;
  }

  .banner__rating-star--desktop {
    display: none;
  }

  .banner__rating-star--mobile {
    display: block;
    width: 120px;
    height: 16px;
    margin-bottom: 4px;
  }

  .banner__rating-text {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 150px;
    min-height: 44px;
    color: #ffffff;
    margin: 0;
  }

  .banner__second-section {
    margin-top: 50px;
    padding: 40px 16px 32px 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 24px 0px #0000000d;
  }

  .post-requirement {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }

  .form-group {
    width: 100%;
  }

  .banner__first-section > button {
    width: 240px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    border-color: #113dbc;
    border: none;
  }
  .banner__third-section {
    text-align: center;
    padding: 40px 0 0 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .banner__third-section-title {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .why-choose-awign {
    padding: 40px 0;
  }

  .why-choose-awign__heading h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .why-choose-awign__cards {
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    column-gap: 12px;
    row-gap: 12px;

    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    padding: 0 16px 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .why-choose-awign__cards::-webkit-scrollbar {
    display: none;
  }

  .why-choose-awign__card {
    padding: 12px;
  }

  .why-choose-awign__card h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .why-choose-awign__card .sub {
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 16px;
    margin-bottom: 12px;
  }
  .why-choose-awign__card p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 16px;
  }
  .why-choose-awign__card[data-card='1'],
  .why-choose-awign__card[data-card='2'],
  .why-choose-awign__card[data-card='3'],
  .why-choose-awign__card[data-card='4'] {
    width: 320px;
  }
  .why-choose-awign__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 14px 0 0;
  }
  .why-choose-awign__card[data-card='5'],
  .why-choose-awign__card[data-card='6'],
  .why-choose-awign__card[data-card='7'] {
    width: 330px;
    display: flex;
    flex-direction: column;
  }

  .why-choose-awign__card[data-card='5'] .why-choose-awign__stats,
  .why-choose-awign__card[data-card='6'] .why-choose-awign__stats,
  .why-choose-awign__card[data-card='7'] .why-choose-awign__stats {
    margin-top: auto;
    padding-top: 14px;
  }

  .why-choose-awign__card[data-card='1'] {
    grid-column: 1;
    grid-row: 1;
  }
  .why-choose-awign__card[data-card='2'] {
    grid-column: 1;
    grid-row: 2;
  }

  .why-choose-awign__card[data-card='3'] {
    grid-column: 2;
    grid-row: 1;
  }
  .why-choose-awign__card[data-card='4'] {
    grid-column: 2;
    grid-row: 2;
  }

  .why-choose-awign__card[data-card='5'] {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  .why-choose-awign__card[data-card='6'] {
    grid-column: 4;
    grid-row: 1 / span 2;
  }
  .why-choose-awign__card[data-card='7'] {
    grid-column: 5;
    grid-row: 1 / span 2;
  }

  .why-choose-awign__card {
    scroll-snap-align: start;
  }
  .why-choose-awign__card[data-card='2'],
  .why-choose-awign__card[data-card='4'] {
    scroll-snap-align: none;
  }

  .why-choose-awign__tags {
    overflow: visible;
    flex-wrap: wrap;
  }

  .scroll-line {
    height: 12px;
    width: 120px;
    margin: 16px auto 0;
    display: block;
  }
  .scroll-line::before {
    width: 100%;
  }
  .scroll-line__slider {
    height: 8px;
    width: 56px;
  }

  .why-choose-awign__footer {
    padding-top: 24px;
    margin-top: 24px;
  }

  .why-choose-awign__footer span {
    font-size: 16px;
  }

  .why-choose-awign__icon {
    display: none !important;
  }

  #industriesWeServe {
    padding: 40px 0 40px;
  }

  #industriesWeServe .industries__title {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  #industriesWeServe .industries__rows--desktop {
    max-width: 420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 14px;
  }

  #industriesWeServe .industries__row {
    display: contents;
  }

  #industriesWeServe .industries__cell {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
  }

  #industriesWeServe .industries__cell[data-ind='building'],
  #industriesWeServe .industries__cell[data-ind='auto'] {
    flex: 0 0 100%;
  }

  #industriesWeServe .industry-pill__icon {
    display: none !important;
  }

  #industriesWeServe .industry-pill {
    padding: 8px 12px;
    min-height: 48px;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
  }

  #industriesWeServe .industry-pill__label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;

    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  #offerings {
    background-image: url('/business/omni-staffing/images/offerings/shade-m.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    background-position-y: center;
  }
  #offerings > div > h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .offering__content {
    background: none;
    padding-bottom: 40px;
  }

  .offering__content__card {
    margin-bottom: 12px;

    align-items: center;
    justify-content: center;
  }

  .offering__content__card img {
    width: 48px;
    height: 48px;
  }

  .offering__content__card > div:nth-child(2) {
    width: 16px;
    height: 4px;
    background-color: black;
  }

  .offering__content__card > div:nth-child(3) {
    width: 264px;
    padding: 16px 12px;
    background-color: black;
    border-radius: 12px;
    background-image: url('/business/omni-staffing/images/offerings/right-shade.svg');
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
  }

  .offering__content__card > div:nth-child(3) > div:first-child {
    color: white;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .offering__content__card > div:nth-child(3) > div:last-child {
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  #whyDifferent.why-different {
    padding: 40px 0 40px;
    background-color: #0b0b0b;
    background-image: url('/business/omni-staffing/images/why-different/yellow.png'), url('/business/omni-staffing/images/why-different/blue.png');
    background-repeat: no-repeat, no-repeat;
    background-position:
      top right,
      bottom left;
    background-size: contain;
    overflow: visible;
  }

  #whyDifferent .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow: visible !important;
    max-width: 100%;
  }

  #whyDifferent .why-different__title {
    color: #fff !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0;
  }

  #whyDifferent .why-different__track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    position: relative;
    isolation: isolate;

    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    padding: 8px 16px 16px;
    margin: 0 -16px;
    width: calc(100% + 32px);
    box-sizing: border-box;
  }

  #whyDifferent .why-different__track::-webkit-scrollbar {
    display: none;
  }

  #whyDifferent .wd-card {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: center;
    border-radius: 14px;
    overflow: hidden;
    height: auto !important;
    box-sizing: border-box;
  }

  #whyDifferent .wd-card--dark {
    width: 328px;
    max-width: calc(100vw - 48px);
    z-index: 1;
    background: rgba(25, 25, 25, 0.95);
    border: 0.92px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  }

  #whyDifferent .wd-card--light {
    width: 300px;
    max-width: calc(100vw - 48px);
    z-index: 5;
    margin-left: -8px;
    background: #ffffff !important;
    border: 0.92px solid rgba(0, 0, 0, 0.06);
    box-shadow:
      0 14px 32px rgba(0, 0, 0, 0.35),
      -8px 2px 20px rgba(255, 255, 255, 0.08);
  }

  #whyDifferent .wd-card__head {
    padding: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
  }

  #whyDifferent .wd-card--dark .wd-card__head {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.12);
  }

  #whyDifferent .wd-card__head--green {
    background: rgba(243, 251, 226, 1);
    color: rgba(45, 107, 10, 1) !important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
  }

  #whyDifferent .wd-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
  }

  #whyDifferent .wd-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
    line-height: 1.35;
  }

  #whyDifferent .wd-list--dark li {
    color: rgba(255, 255, 255, 0.85) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  #whyDifferent .wd-list--light li {
    color: #1f2d3d !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 500;
  }

  #whyDifferent .wd-card--dark .wd-list li:nth-child(odd) {
    background: rgba(44, 45, 42, 1);
  }
  #whyDifferent .wd-card--dark .wd-list li:nth-child(even) {
    background: rgba(28, 29, 26, 1);
  }
  #whyDifferent .wd-card--light .wd-list li:nth-child(odd) {
    background: rgba(249, 250, 251, 1);
  }
  #whyDifferent .wd-card--light .wd-list li:nth-child(even) {
    background: #ffffff;
  }

  #whyDifferent .wd-list li::before {
    content: '';
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: center / contain no-repeat;
  }
  #whyDifferent .wd-list--dark li::before {
    background-image: url('/business/omni-staffing/images/why-different/x.svg');
  }
  #whyDifferent .wd-list--light li::before {
    background-image: url('/business/omni-staffing/images/why-different/check.svg');
  }

  #whyDifferent .why-different__dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  #whyDifferent .why-different__dots button,
  #whyDifferent .why-different__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
  }

  #whyDifferent .why-different__dots button.is-active,
  #whyDifferent .why-different__dot.is-active {
    background: #c0ff5a;
  }
  .trusted-logos {
    display: flex;
    flex-direction: column;
  }

  .trusted-logos__row {
    overflow: hidden;
  }

  .trusted-logos__track {
    display: flex;
    column-gap: 12px;
    animation: banner-logo-scroll-mobile 15s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .trusted-logos img {
    max-width: none;
    width: 1888px !important;
    height: 89px !important;
  }

  @keyframes banner-logo-scroll-mobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1597px);
    }
  }

  .loyalty-programs {
    padding: 40px 0px;
    background-image: url('/business/omni-staffing/images/offerings/pattern.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
  }

  .container {
    padding-right: 0;
    width: 100%;
  }

  .loyalty-programs__heading {
    text-align: center;
    margin-bottom: 1rem;
  }

  .mb-8px {
    margin-bottom: 0.5rem;
  }

  .loyalty-programs__heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
  }

  .flex {
    display: flex;

    align-items: center;
    width: 100%;
  }

  .loyalty-programs__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .loyalty-programs__content > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .loyalty-programs__content > div > div:nth-child(1) {
    background: rgba(1, 1, 1, 1);
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .loyalty-programs__content > div > div:nth-child(1) > img {
    width: 44px;
    height: 44px;
  }
  .loyalty-programs__content > div > div:nth-child(3) {
    background: rgba(0, 0, 0, 1);
    background-image: url('/business/omni-staffing/images/offerings/bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
    width: 264px;
    padding: 16px 12px;
    border-radius: 12px;
    margin-top: 12px;
  }
  .loyalty-programs__content > div > div:nth-child(3) > div:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .loyalty-programs__content > div > div:nth-child(2) {
    border: 2px solid rgba(0, 0, 0, 1);
    width: 18px;
  }
  .text-white {
    color: white !important;
  }
  .loyalty-programs__content > div > div:nth-child(3) > div:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
  }

  .here-what-set-apart {
    background: rgba(0, 0, 0, 1);
    background-image: url('/business/omni-staffing/images/here-what-set-apart/bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
  }
  .here-what-set-apart__container > div:nth-child(1) {
    text-align: center;
  }
  .here-what-set-apart__container > div > h1 {
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .here-what-set-apart-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 20px;
  }

  .here-what-set-apart-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .here-what-set-apart-card img {
    width: 24px;
    height: 24px;
  }

  .here-what-set-apart-card h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
  }

  .here-what-set-apart-card p {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
  }
  .here-what-set-apart-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #slide-4 > .slide-media,
  #slide-3 > .slide-media {
    display: flex;
    justify-content: center;
  }

  #slide-3 > .slide-media {
    margin-top: 54px;
  }
  img.desktop {
    display: none !important;
  }
  .slide-container {
    background: rgba(246, 246, 246, 1);
    width: 328px;
    height: 471px;
    border-radius: 16px;
    padding: 32px 16px 16px 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(1),
  #slide-2 > div:nth-child(1) > div:nth-child(1),
  #slide-3 > div:nth-child(1) > div:nth-child(1),
  #slide-4 > div:nth-child(1) > div:nth-child(1) {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #slide-1 > div:nth-child(1) > div:nth-child(2),
  #slide-2 > div:nth-child(1) > div:nth-child(2),
  #slide-3 > div:nth-child(1) > div:nth-child(2),
  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 106px;
  }

  #slide-3 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(3),
  #slide-4 > div:nth-child(1) > div:nth-child(3) {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
  }
  #slide-3 > div:nth-child(1) > div:nth-child(4),
  #slide-4 > div:nth-child(1) > div:nth-child(4) {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #slide-4 > div:nth-child(1) > div:nth-child(2) {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
    margin-bottom: 10px;
  }
  .meet-our-team {
    margin-top: 120px;

    background: rgba(0, 0, 0, 1);
    background-image: url('/business/omni-staffing/images/meet-our-team/bg-1.svg'), url('/business/omni-staffing/images/meet-our-team/bg-2.svg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      top left,
      bottom right;
    background-size: contain, contain;
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .meet-our-team-container > div:nth-child(1) {
    padding-left: 16px;
  }
  .meet-our-team-container > div:nth-child(5) {
    padding-right: 16px;
  }
  .meet-our-team-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .meet-our-team-container::-webkit-scrollbar {
    display: none;
  }

  .meet-our-team-container > div > div:nth-child(1) > img {
    width: 160px;
    height: 226px;
  }
  .meet-our-team-container > div > div:nth-child(2) {
    color: white;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 172px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 12px;
  }
  .meet-our-team-container > div > div:nth-child(2) > span {
    margin-left: 10px;
  }
  .meet-our-team-container > div > div:nth-child(2) > span > img {
    width: 20px;
  }
  .meet-our-team > div {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .meet-our-team-container > div > div:nth-child(3) {
    color: white;
    font-weight: 400;
    font-size: 12px;
  }
  .member-1,
  .member-2,
  .member-3,
  .member-4 {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .member {
    width: 224px;
    justify-content: space-between !important;
  }
  .member > div {
    text-align: left !important;
  }
  .benefits {
    padding-top: 80px;
    background: #ecf1fd;
  }
  .benefits__container > div:nth-child(1) {
    width: 466px;
  }

  .benefits__container {
    background: linear-gradient(258.74deg, rgba(236, 241, 253, 0) -17.58%, #ecf1fd 70.24%);
    background-image: url('/business/omni-staffing/images/benefits/bg.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 335px 338px;
    background-position-y: 269px;
    height: 576px;
  }

  .benefits__container > div > h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .benefits__container > div:nth-child(1) > div,
  .benefits__container > div:nth-child(2) > ul > li,
  .benefits__container > div:nth-child(3) {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
  }
  .benefits__container > div:nth-child(1) > div {
    margin-bottom: 20px;
  }

  .why-awign {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background-image: url('/business/omni-staffing/images/why-choose-us/shade.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 100px;
  }

  .why-awign__heading > h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .why-awign__heading > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
  }

  .why-awign__content {
    gap: 12px;
    overflow: auto;
  }

  .why-awign__content > div > div {
    padding: 16px 12px;
    height: 180px;
    width: 296px;
    margin-bottom: 12px;
  }

  .why-awign__content > div > div > img {
    height: 40px;
    width: 40px;
  }

  .why-awign__content-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .why-awign__content > div > div > div:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .in-media {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url('/business/omni-staffing/images/common/star-2.svg'), url('/business/omni-staffing/images/common/polygon.svg');
    background-repeat: no-repeat, no-repeat;
    background-position:
      top left,
      bottom right;
    background-size: 108px, 111px;
  }
  .in-media > div > div {
    font-size: 32px !important;
  }

  .in-media .container h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 32px;
  }

  .media div {
    height: 23px;
  }

  .media {
    flex-wrap: wrap;
    row-gap: 36px;
    align-items: baseline !important;
  }

  .col-lg-6 {
    width: 100%;
  }

  .footer-1 > div {
    width: 100%;
  }
  .awign-logo {
    text-align: center !important;
  }
  .copyright-area .copyright-item ul {
    margin-top: 24px;
    padding-left: 0px !important;
    justify-content: center;
    margin-bottom: 40px;
  }

  /* Trusted badge / footer strip */
  .trusted-badge {
    padding: 40px 0;
    background: #ecf1fd;
  }

  .copyright-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .brand-block .iso-block {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .brand-block .iso-block img {
    width: 70px;
    height: 70px;
  }

  .brand-block .awign-logo img {
    width: 134px;
    height: 53px;
  }

  .social-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }

  .social-block ul {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .social-block ul li a img {
    width: 44px;
    height: 44px;
  }

  .social-block p {
    margin: 0;
    text-align: center;
  }
  /* ===== Case Study Slider (Mobile) ===== */
  #case.case-study {
    padding: 40px 0;
    background: #fff;
  }

  #case .case-study__title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 24px;
    color: #111;
  }

  #case .cs-slider {
    max-width: 328px;
    margin: 0 auto;
  }

  /* swipe track */
  #case .cs-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: flex-start; /* prevent stretch issues */
  }
  #case .cs-track::-webkit-scrollbar {
    display: none;
  }

  #case .cs-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  /* card */
  #case .cs-card {
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
  }

  #case .cs-content {
    padding: 12px;
    color: #fff;
    background: radial-gradient(520px 360px at 0% 100%, rgba(17, 61, 188, 0.75) 0%, rgba(0, 0, 0, 0) 55%), #000;
  }

  #case .cs-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
  }
  #case .cs-subtitle {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  #case .cs-points {
    margin: 0 0 18px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.45;
  }
  .cs-points > li {
    font-family: 'Raleway', sans-serif !important;
  }
  .cs-stat__text {
    font-family: 'Montserrat', sans-serif !important;
  }
  #case .cs-stat__big {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
  }
  #case .cs-stat__text {
    font-size: 12px;
    opacity: 0.95;
  }

  #case .cs-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
  }

  /* controls row (CENTERED like Figma) */
  #case .cs-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
  }

  /* arrow buttons */
  #case .cs-arrow {
    border: none;
    background: none;
  }
  #case .cs-arrow:focus {
    outline: none;
  }

  #case .cs-arrow img {
    width: 22px;
    height: 22px;
    display: block;
  }

  #case .cs-arrow:disabled {
    opacity: 0.35;
  }

  /* dots */
  #case .cs-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-width: 90px;
  }

  #case .cs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(17, 36, 52, 0.25);
  }
  .cs-dot :focus {
    outline: none;
  }

  #case .cs-dot.is-active {
    background: rgba(17, 36, 52, 1);
  }
  #case .cs-card,
  #case .cs-card * {
    color: #ffffff !important; /* or red while debugging */
  }
  .inMediaContainer {
    width: 328px;
    border-radius: 16px;
    background: rgba(2, 2, 2, 0.75);
    border: 0.25px solid rgba(255, 255, 255, 1);
    background-image: url('/business/omni-staffing/images/inquiry/inquiry-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    backdrop-filter: blur(120px);
  }
  .inquiry {
    padding: 0 16px;
  }
  .inquiry > div {
    padding: 16px 20px;
    text-align: center;
  }
  .inquiry > div > div:nth-child(1) {
    color: white;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .inquiry > div > div:nth-child(2) {
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .inquiry > div > button {
    padding: 8px 30px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 40px;
  }
  .trust__container {
    margin-top: 64px;
    margin-bottom: 120px;
  }
  .trust {
    display: flex;
    justify-content: center;
  }
  .trust__container > div:nth-child(1) {
    background: rgba(192, 255, 90, 1);
    width: 328px;
    height: 280px;
    border-radius: 24px;
    padding: 32px 16px 0px 16px;
    position: relative;
    text-align: center;
  }
  .trust__box > h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .trust__box > div {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .trust__container > div:nth-child(1) > img {
    position: absolute;
    width: 178px;
    height: 186px;
    top: 10rem;
    right: 5rem;
  }
  .trust__container > div > h1 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .trust__container > div > div {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .bgImage {
    display: none;
  }
  .slider .blog {
    border: 1px solid #d9e9ed;
    background-color: #fff;
    width: 328px;
    height: 356px;
    border-radius: 16px;
    background-image: url('/images/landingPage/mobileImage1.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: contain;
  }
  .content1 {
    width: 304px;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .content1 > div:nth-child(1) {
    color: #aabfc3;
    margin-top: 160px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
  .content1 > div:nth-child(2) {
    color: #3c4858;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

    margin-top: 8px;
  }
  .content1 > div:nth-child(3) {
    color: #606a7b;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;

    margin-top: 24px;
  }
  .content1 > div:nth-child(4) {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }
  .content1 > div:nth-child(4) > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 24px;
    color: #113dbc;
  }
  .aboutDropdown > .dropdown-item {
    padding: 16px 40px !important;
  }
  .in-media > div > div:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }

  .our-clients__content-logos img {
    transition: all 0.3s ease;
    height: 40px;
    width: 75px;
  }

  .our-clients__content-logos {
    padding-bottom: 10px;
    display: none !important;
  }
  .our-clients {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .our-clients__content-logos > div {
    padding-bottom: 8px;
    border-bottom: 6px solid #fff;
  }

  .our-clients__content-logos > div:has(img.active) {
    padding-bottom: 8px;
    border-bottom: 6px solid #113dbc;
  }

  #slide-container {
    margin-top: 20px;

    text-align: center;
  }

  #slide-container #slide-1 video {
    width: 296px;
    height: 170px;
  }

  #slide-container #slide-2 video {
    width: 296px;
    height: 170px;
  }

  .slide {
    display: none;
  }

  .slide.active {
    display: block;
  }

  .testimonial-slide {
    background-color: #f9f9f9;
    padding: 23px 18px 18px 18px;
    border-radius: 10px;
    background: #f1f2f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .testimonial-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .testimonial-author > strong {
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 4px;
  }

  .testimonial-author {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .testimonial-text {
    font-weight: 400;
    font-size: 14px;
  }

  .carousel-indicators {
    position: relative !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    background-color: #dce1fa;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }

  .carousel-indicators .indicator.active {
    background-color: #4b61e1;
  }

  .carousel-indicators button {
    outline: none;
    padding: 5px;
  }

  .quote-icon {
    margin-bottom: 13px;
  }

  .quote-icon img {
    height: 33px;
    width: 37px;
  }

  .slick-prev,
  .slick-next,
  .slick-prev1,
  .slick-next1 {
    display: none !important;
  }

  /* Style for dots */
  .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 14px 12px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background: rgba(201, 199, 191, 1);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .slick-dots li.slick-active button {
    background: rgba(17, 36, 52, 1);
    width: 16px;
    height: 16px;
  }

  .center-y {
    display: flex;
    align-items: center;
  }

  .m-r-24 {
    margin-right: 24px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-8 {
    margin-left: 8px;
  }

  .p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-b-4 {
    padding-bottom: 4px;
  }

  .br-40 {
    border-radius: 40px;
  }

  .border-0 {
    border: none;
  }

  .bg-green {
    background-color: #c0ff5a;
  }

  .black {
    color: black;
  }

  .white {
    color: white;
  }

  .green {
    color: #c0ff5a;
  }

  .text-white {
    color: white;
    text-decoration: none;
  }

  .font-12px {
    font-size: 12px;
  }

  .font-13 {
    font-size: 13px;
  }

  .medium {
    font-weight: 500;
  }

  .line-height-1 {
    line-height: 1;
  }

  /* Main Styles */
  .header_container {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 56px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(25px);
    padding: 12px 16px;
    top: 0;
  }

  .login-btn {
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .login-btn:hover {
    background-color: #00a843;
  }

  .menu-icon {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .menu-icon:hover {
    transform: scale(1.1);
  }

  .dropdownmenu {
    position: fixed;
    top: 56px;
    width: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    height: calc(100vh - 56px);
    z-index: 5;
    display: none;
  }

  .dropdownmenu.show {
    display: block;
  }

  .dropdownmenu__container {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 16px;
    max-height: calc(100vh - 56px - 32px);
    overflow-y: auto;
  }

  .section-header {
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .section-header:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .section-content {
    display: none;
    animation: slideDown 0.3s ease-out;
  }

  .section-content.show {
    display: block;
  }

  .offering-item {
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .offering-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .menu-icon-svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .iso-1,
  .iso-2 {
    width: 64px;
    height: 64px;
  }
  .mt-lg-5 {
    margin-top: 2rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    padding-bottom: 20px !important;
  }
  .awign-logo {
    margin-bottom: 20px;
  }
  .justify-sm-content-center {
    justify-content: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .slide-container .slick-track {
    height: 446px !important;
  }

  .how-it-works__line {
    top: 20px;
  }
  .copyright-area .copyright-item ul li a img {
    width: 44px;
    height: 44px;
  }
  .scroll-line {
    position: relative;
    height: 12px;
    width: 120px;
    background-color: transparent;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .scroll-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(170, 191, 195, 1);
    transform: translateY(-50%);
    border-radius: 1px;
  }

  .scroll-line__slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 56px;
    background-color: white;
    border-radius: 5px;
    transition: left 0.2s ease;
    left: 0%;
  }
  .facebook,
  .x,
  .instagram,
  .linkedin {
    height: 16px;
    width: 16px;
  }
}
