/* Solutions Approval page css here */
.soultn-apprvlhub {
  background: #000000 url(../images/solutions/solution-approval.png) center 0
    no-repeat;
  background-size: cover;
  padding-bottom: 45px;
  height: auto;
  .srvc-bxs {
    gap: 0 12px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 0.3fr));
    margin-top: 30px;

    .srvc-itm {
      background: linear-gradient(135deg, #1c3f3c, #2f484699);
      backdrop-filter: blur(54px);
      padding: 14px 18px;
      border-radius: 4px;
      font-size: 16px;
      line-height: 1.5;
      color: #f4f6f9;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
  }
  .oap-image-box {
    position: relative;

    > img {
      width: 100%;
    }

    /* FLOATING CIRCLE */
    .oap-circle {
      position: absolute;
      top: -40px;
      left: 40%;
      width: 100px;
      height: 100px;
      background: #a7e3c6;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .oap-card {
    padding: 11px 25px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1c3f3c, #2f484699);
    backdrop-filter: blur(54px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    h2 {
      font-size: 45px;
      line-height: 1;
      color: #4ade80;
      font-weight: 700;
      font-family: "graphikbold";
    }
    p {
      margin-top: 10px;
      color: #cbd5e1;
      font-size: 16px;
      line-height: 1.2;
    }
  }

  /* MAIN BOX */
  .oap-box {
    background: url(../images/solutions/integration-sts.svg) no-repeat;
    border-radius: 18px;
    padding: 20px 30px;
    background-size: 100% 100%;

    .oap-content {
      gap: 40px;
      display: flex;
      flex-direction: column;

      h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        margin-left: 60px;
      }

      /* TEXT */
      p {
        color: #d1d5db;
        font-size: 16px;
        line-height: 1.4;
      }
    }
  }

  /* SOLUTIONS BANNER RIGHT SECTION START */
  .slutns-bner-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0;

    .slutns-bner-box {
      color: #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: end;
      gap: 0px 20px;

      .slutns-bner-sub-box {
        flex: 1;

        &:last-child {
          gap: 15px 0;
          display: flex;
          flex-direction: column;
        }
      }
    }
  }
  /* SOLUTIONS BANNER RIGHT SECTION END */
}
.op-hero {
  background: #0025a5 url(../images/solutions/op-prd.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  .titleHeading {
    margin-bottom: 10px;
  }
  .subtitle {
    margin-top: 0;
    line-height: 30px;
  }
  .op-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .op-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }

  .op-card {
    background: #f9fafb;
    border-radius: 16px;
    padding: 20px;
    color: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    h6 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
  }

  .op-item {
    display: flex;
    justify-content: space-between;
    background: #f1f5f9;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .op-badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
  }

  .op-live {
    background: #e1ebe5;
    color: #569f73;
  }
  .op-approved {
    background: #569f73;
    color: #fff;
  }
  .op-pending {
    background: #4065c5;
    color: hsl(0, 0%, 100%);
  }
  .op-review {
    background: #e1b53e;
    color: #fff;
  }
  .op-progress {
    height: 6px;
    background: #e5e7eb;
    border-radius: 999px;
    margin: 10px 0;
  }

  .op-progress-bar {
    width: 72%;
    height: 100%;
    background: #22c55e;
    border-radius: 999px;
  }
}

.si-section {
  padding: 80px 0;
  background: #f9fafb;
  .si-item {
    padding: 0 30px 20px 0;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 90%;
      background: #e5e7eb;
    }

    .si-icon {
      width: 60px;
      height: 60px;
      background: #52d581;
      color: white;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }
    h5 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 16px;
    }
    p {
      font-size: 14px;
      color: #6b7280;
      line-height: 22px;
    }
  }
  /* remove last divider */
  .col-md-6:last-child .si-item::after {
    display: none;
  }
}

.bd-department {
  background: url(../images/solutions/bd-prod.svg) no-repeat;
  background-size: cover;
  margin-bottom: -2px;
  padding: 80px 0;
  color: #fff;
  .department-box {
    gap: 20px 16px;
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .bd-card {
    box-shadow: 0 0 0 1px rgb(73 204 121 / 9%);
    padding: 30px 24px;
    text-align: left;
    transition: 0.3s ease;
    background: transparent;
    flex: 1;
    &:hover {
      transform: translateY(-5px);
      border-color: #22c55e;
    }
    .bd-icon {
      width: 50px;
      height: 50px;
      border-radius: 4px;
      background: linear-gradient(135deg, #34d399, #8b5cf6);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      font-size: 22px;
    }
    h5 {
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 10px;
      color: #48ca78;
    }
    p {
      color: #9ca3af;
      font-size: 14px;
      line-height: 1.6;
    }
  }
}

.dfd-section {
  background: #152245 url(../images/solutions/dfd.svg) 38vw center no-repeat;
  padding: 100px 0;
  color: #fff;
  .dfd-cards {
    width: 55%;
    margin-left: 30px;
    .dfd-cards-row {
      margin-bottom: 30px;
      gap: 30px;
      &.dfd-offset {
        margin-left: 85px;
        margin-bottom: 0;
      }
      .dfd-card {
        position: relative;
        padding: 10px 68px 20px 20px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        transition: 0.3s ease;
        max-width: 280px;
        h3 {
          background: linear-gradient(90deg, #60a5fa, #34d399);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700;
          font-size: 40px;
          font-family: "graphikbold";
        }
        p {
          margin-top: 8px;
          font-size: 20px;
          line-height: 1.3;
          color: #e2e8f0;
        }

        /* ICON */
        .dfd-icon {
          position: absolute;
          top: 20px;
          right: 30px;
          max-width: 40px;
          /* &.btr-mng img {
            filter: invert(1) sepia(1) grayscale(1) brightness(200%);
          } */
        }

        &:hover {
          transform: translateY(-5px);
          border-color: rgba(255, 255, 255, 0.3);
        }
      }
    }
  }
}

.subtitle {
  margin-top: 15px;
  color: #6b7280;
  font-size: 20px;
}

.wtbx .subtitle {
  color: #ffffff;
  line-height: 1.5;
}

.subtitle2 {
  border: 1px solid rgba(90, 104, 105, 0.44);
  border-radius: 4px;
  background: linear-gradient(
    135deg,
    rgba(34, 50, 91, 1) 0%,
    rgba(34, 49, 91, 1) 100%
  );
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 13px 20px;
  margin-top: 20px;
}

.three-colm {
  .solutions {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    .slutnBox {
      flex: 0 0 32.33%;

      .slutn-icon {
        background-size: 70%;
      }

      .iconBox {
        width: 80px;
        height: 80px;
      }
    }
  }
}

/* Collaboration page */
.collaboration-banner {
  background: #333333 url(../images/collaboration/collaboration-bg.svg) center 0
    no-repeat;
  .oap-card {
    p {
      font-size: 16px;
    }
  }
}
.opow-section {
  background: #1e40af url(../images/collaboration/bg2.png) center 0 no-repeat;
  padding: 80px 0;
  background-size: cover;
  color: #fff;
  position: relative;
}
.site-wrkflw {
  background: #1e40af url(../images/collaboration/multi-shape.png) right bottom
    no-repeat;
  background-size: contain;
}

.wtbx .titleHeading {
  color: #fff;
}
.site-empbx {
  background: #1e40af url(../images/collaboration/quarks-emp-shape.png) right
    bottom no-repeat;
  background-size: contain;
}
/* TITLE */
.opow-title {
  font-size: 48px;
  font-family: "graphikbold";
  font-weight: 700;
  line-height: 1.2;
}

/* DESC */
.opow-desc {
  margin-top: 20px;
  color: #c7d2fe;
  font-size: 18px;
  line-height: 30px;
}
.opow-card {
  position: relative;
  max-width: 100%;
  img {
    max-width: 100%;
  }
}

/* ================= PILL ROW ================= */
.opow-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  position: relative;
}

/* ================= PILL ================= */
.opow-pill {
  padding: 18px 22px;
  border-radius: 6px;
  border-width: 1px;
  font-size: 16px;
  color: #e6edf7;
  line-height: 1.4;
  text-align: center;

  /* 🎯 EXACT gradient tone */
  background: linear-gradient(
    133deg,
    rgba(0, 34, 120, 1) 0%,
    rgba(0, 51, 198, 1) 100%
  );
  border-image: linear-gradient(
    133deg,
    rgba(200, 200, 200, 0.5) 0%,
    rgba(255, 255, 255, 1) 22%,
    rgba(255, 255, 255, 1) 72%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* ================= EXACT SIZE RATIO ================= */

/* small (left) */
.opow-pill-sm {
  flex: 0 0 40%;
}

/* large (right) */
.opow-pill-lg {
  flex: 1;
}

/* full width */
.opow-pill-full {
  flex: 0 0 100%;
}
/* bottom text */
.opow-bottom-text {
  font-size: 22px;
  color: #e5e7eb;
  position: absolute;
  bottom: 20px;
  line-height: 36px;
  z-index: 1;
  width: 100%;
  b {
    font-weight: bold;
  }
}
.sies-section {
  .si-item {
    .si-icon {
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 1);
    }
  }
}

/* ========================= Four Modules Start ===================== */
.cmsTabs.cmsTabs_scroll {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #212121;

  ul.nav {
    overflow: overlay;
    justify-content: center;
    flex-wrap: nowrap;
    flex: 1 0 100%;
    background-color: #e6eaf1;
    padding: 20px 20px;
    gap: 0 30px;
    .nav-link {
      white-space: nowrap;
    }
    li a {
      color: #757575;
      font-family: "graphikregular";
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      text-align: left;
      padding: 0;
    }
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #212121;
    font-family: "graphikmedium";
    font-weight: 500;
    position: relative;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding: 0;
  }
  .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #49cc79;
  }

  .nav-item {
    padding: 0 15px;
  }

  .tab-content {
    width: auto;
    padding: 0;
    margin-top: 40px;
    .tabBox {
      display: flex;
      flex-wrap: nowrap;
      width: 90%;
      margin: 0 auto;
      gap: 0 20px;
      .tabBoxChild {
        display: inline-flex;
        flex: 0 0 30%;
        border-right: 1px solid rgb(230, 234, 241);
        &:last-child {
          flex: 0 0 70%;
          border: 0;

          ul {
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            gap: 14px;
            li {
              border-radius: 4px;
              background: linear-gradient(
                133deg,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 1) 100%
              );
              font-size: 16px;
              font-weight: 400;
              text-align: center;
              line-height: 23px;
              color: #212121;
              display: inline-flex;
              align-items: center;
              padding: 10px 12px;
              &:first-child {
                flex: 0 0 28%;
              }
              &:nth-child(2) {
                flex: 0 0 40%;
              }
              &:nth-child(3) {
                flex: 0 0 28%;
              }
              &:nth-child(4),
              &:nth-child(5) {
                flex: 0 0 40%;
              }
            }
          }
        }
      }
    }
  }
  .modulesIcon {
    width: 56px;
    height: 56px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    opacity: 0.97;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }
  .tabBoxTitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 0;
    h3 {
      font-size: 18px;
      font-weight: 600;
      font-family: "graphiksemibold";
      padding: 0;
      margin: 0;
    }
    p {
      font-size: 18px;
      font-weight: 400;
      color: #212121;
      padding: 0;
      margin: 0;
      line-height: 28px;
      text-align: left;
    }
  }
}
/* ========================= Four Modules End ===================== */

@media (max-width: 1199px) {
  .soultn-apprvlhub {
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 41px;
      }
    }
  }

  /* 29-04-2026 Four Modules Start */
  .cmsTabs.cmsTabs_scroll {
    display: block;
    overflow: auto;
    margin-left: -5px;
    margin-right: -5px;
    overflow: auto;
  }
  .cmsTabs.cmsTabs_scroll {
    ul.nav {
      justify-content: flex-start;
    }
    .tab-content {
      .tabBox {
        flex-wrap: wrap;
        gap: 20px 0;
        .tabBoxChild,
        .tabBoxChild:last-child {
          flex: 1 0 100%;
        }
        .tabBoxChild:last-child {
          ul {
            li {
              &:first-child,
              &:nth-child(2),
              &:nth-child(3),
              &:nth-child(4),
              &:nth-child(5) {
                flex: 0 0 47%;
              }
            }
          }
        }
      }
    }
  }
  /* 29-04-2026 Four Modules End */
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .dfd-section {
    .titleHeading {
      font-size: 32px;
    }
    .dfd-cards {
      .dfd-cards-row {
        .dfd-card {
          max-width: 220px;
          width: 220px;
          h3 {
            font-size: 32px;
          }
          p {
            font-size: 14px;
          }
          .dfd-icon {
            max-width: 30px;
          }
        }
        &.dfd-offset {
          margin-left: 50px;
        }
      }
    }
  }

  .soultn-apprvlhub {
    .srvc-bxs {
      .srvc-itm {
        align-items: center;
        display: flex;
      }
    }
  }
}

@media screen and (max-width: 992px) {
  .opow-section {
    padding: 50px 0;
    background-position: right top;
    background-size: cover;

    .row {
      flex-direction: column-reverse;
      .opow-card {
        margin-bottom: 30px;
        img {
          width: 100%;
        }
        .opow-bottom-text {
          bottom: 50px;
        }
      }
      .opow-pill-sm,
      .opow-pill-lg,
      .opow-pill.col-md-4,
      .opow-pill.col-md-3 {
        flex: 1 0 100%;
        max-width: 100%;
      }
    }
  }
  .si-section {
    padding: 50px 0 0;
    .col-md-6.col-lg-3 {
      .si-item {
        margin-bottom: 20px;
        padding-right: 0;
        &::after {
          top: auto;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
        }
      }
      &:last-child .si-item::after,
      &:nth-child(3n) .si-item::after {
        display: none;
      }
      .subtitle {
        font-size: 16px;
      }
    }
  }
  .subtitle {
    font-size: 16px;
  }
  .op-hero {
    padding: 50px 0 30px;
    .op-feature {
      font-size: 14px;
    }
    .op-card {
      margin-top: 30px;
    }
  }
  .bd-department {
    padding: 50px 0;
    .col-lg-3.col-md-6.pl-0 {
      margin-bottom: 30px;
      .bd-card {
        padding: 20px;
        .bd-icon {
          width: 40px;
          height: 40px;
          font-size: 18px;
        }
      }
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .dfd-section {
    padding: 50px 0;
    .dfd-cards {
      width: 100%;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 30px;
      .dfd-cards-row {
        .dfd-card {
          max-width: 100%;
          width: 100%;
        }
        &.dfd-offset {
          margin-left: 0;
        }
      }
    }
  }

  .soultn-apprvlhub {
    & .slutns-bner-right {
      flex: 1;
      & .slutns-bner-box {
        &:last-child {
          display: none;
        }
        .slutns-bner-sub-box {
          &:first-child {
            display: none;
          }
        }
      }
    }
    .srvc-bxs {
      gap: 8px 12px;
      grid-template-columns: repeat(auto-fit, minmax(115px, 0.3fr));
      margin-top: 15px;
    }
  }
}
@media (max-width: 991px) {
  .soultn-apprvlhub {
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 31px;
      }
    }
  }
}

/* iPhone 13 mini
2340x1080 pixels at 476ppi */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .careerTopCaption {
    .careerCaptionCnt {
      p.secPara {
        margin-bottom: 10px;
      }
    }
    .mt-5 {
      margin-top: 1rem !important;
    }
  }
}

@media (max-width: 767px) {
  .soultn-apprvlhub {
    background-position: center 56px;

    .slutns-bner-right {
      display: none;
    }
  }
  .opow-section {
    .row {
      .opow-card {
        .opow-bottom-text {
          font-size: 18px;
          line-height: 1.5;
          bottom: 25px;
        }
      }
    }
  }

  /* 29-04-2026 Four Modules Start */
  .cmsTabs.cmsTabs_scroll.fourModules {
    ul.nav li a.nav-link,
    ul.nav li a.nav-link.active {
      font-size: 15px;
    }
    ul.nav {
      justify-content: flex-start;
      gap: 0 10px;
    }
    .tab-content {
      .tabBox {
        flex-wrap: wrap;
        gap: 20px 0;
        .tabBoxChild {
          flex: 1 0 100%;
          border: 0;
          ul li {
            &:first-child,
            &:nth-child(2),
            &:nth-child(3),
            &:nth-child(4),
            &:nth-child(5) {
              flex: 0 0 100%;
            }
          }
        }
      }
    }
    .tabBoxTitle {
      p {
        text-align: center;
      }
    }
  }
  /* 29-04-2026 Four Modules Start */
}
@media (max-width: 768px) {
  .careerBanner.soultn-apprvlhub {
    height: auto;
  }
  .soultn-apprvlhub {
    .slutns-bner-right {
      flex: 1;
      .slutns-bner-box:last-child {
        display: none;
      }
    }
  }
}
@media screen and (max-width: 576px) {
  .si-section {
    .col-md-6.col-lg-3 {
      &:nth-child(3n) .si-item::after {
        display: block;
      }
    }
  }

  .careerTopCaption .careerCaptionCnt {
    /* h1 {
      line-height: 45px;
      font-size: 28px;
    } */
    p.secPara {
      line-height: 30px;
    }
  }

  .soultn-apprvlhub {
    .srvc-bxs {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      margin-top: 50px;
      gap: 20px 12px;
    }
  }
}

@media screen and (max-width: 420px) {
  .soultn-apprvlhub {
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 26px;
        line-height: 36px;
      }
    }
  }
  .opow-section {
    .row {
      .opow-card {
        .opow-bottom-text {
          font-size: 14px;
        }
      }
    }
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
  .soultn-apprvlhub {
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 26px;
        line-height: 36px;
      }
      .srvc-bxs {
        margin-top: 20px;
      }
    }
  }
}

@media screen and (max-width: 360px) {
  .soultn-apprvlhub {
    .srvc-bxs {
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      margin-top: 35px;
      .srvc-itm {
        padding: 10px 18px;
      }
      &.mt-5 {
        margin-top: 1rem !important;
      }
    }
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 25px;
        line-height: 36px;
      }
      p.secPara {
        margin-bottom: 10px;
      }
      .srvc-bxs {
        margin-top: 15px;
      }
    }
  }
}

@media (max-width: 320px) {
  .soultn-apprvlhub {
    .careerTopCaption .careerCaptionCnt {
      h1 {
        font-size: 22px;
      }
    }
  }

  /* 29-04-2026 Four Modules Start */
  .cmsTabs.cmsTabs_scroll {
    .modulesIcon {
      margin-right: 5px;
    }
    .tabBoxTitle {
      h3 {
        font-size: 16px;
      }
      p {
        font-size: 14px;
      }
    }
    .tab-content {
      .tabBox {
        .tabBoxChild {
          &:last-child {
            ul {
              li {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }
  /* 29-04-2026 Four Modules End */
}

/* styles for iPhone 5 / SE (1st gen) */
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .soultn-apprvlhub {
    .srvc-bxs {
      gap: 10px 12px;
    }

    .careerTopCaption .careerCaptionCnt {
      h1 {
        line-height: 26px;
      }
      p.secPara {
        line-height: 26px;
      }
    }
  }
}
