@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; }

.banner-wpr--bg-new {
  padding: 30px 0 0; }
  @media only screen and (max-width: 1024px) {
    .banner-wpr--bg-new {
      padding: 0; } }

.cta-responsive-btn {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .cta-responsive-btn {
      display: block;
      text-align: center;
      order: 2;
      position: relative;
      z-index: 999;
      transform: scale(0.9); } }

@media only screen and (max-width: 1024px) {
  .header-wpr > .logo {
    order: 1;
    position: relative;
    z-index: 999; } }

@media only screen and (max-width: 1024px) {
  .nav-container {
    order: 0; } }

.challenges {
  overflow: hidden; }
  .challenges .section__subheading {
    width: 85%;
    margin: 20px auto; }
    @media only screen and (max-width: 991px) {
      .challenges .section__subheading {
        width: 100%; } }
  .challenges .challenges-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 35px;
    width: 80%;
    margin: 30px auto 0;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .challenges .challenges-card {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .challenges .challenges-card {
        grid-template-columns: repeat(2, 1fr); } }
  .challenges .challenges-card li {
    box-shadow: 0px 12px 40px 0px #060B130A;
    border-radius: 12px;
    padding: 5px; }
  .challenges .challenges-card li .box {
    background: #fff;
    border-radius: 12px;
    padding: 32px 22px;
    text-align: center;
    height: 100%;
    border: 1px solid #E9EBF1;
    box-shadow: 0px 0px 0px 4px #FFFFFF;
    box-shadow: 0px 12px 40px 0px #060B130A; }
    .challenges .challenges-card li .box img {
      width: 60px;
      height: auto;
      margin-bottom: 15px; }
    .challenges .challenges-card li .box .head {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #060B13;
      font-family: BaiJamjureeSemiBold; }
    .challenges .challenges-card li .box .text {
      font-size: 14px;
      line-height: 20px;
      color: #363D4F; }

.challenges-outer {
  position: relative; }
  .challenges-outer .arrow {
    display: none; }

/* MOBILE slider */
@media (max-width: 767px) {
  .challenges-outer .arrow {
    display: flex; }

  .challenges-card {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0 !important;
    /* important: no gap between slides */
    transition: transform 0.35s ease;
    will-change: transform;
    width: 100% !important; }

  .challenges-card li {
    min-width: 100%;
    box-sizing: border-box;
    /* ensure padding counted inside width */
    width: 100% !important; }

  /* ARROWS */
  .challenges-outer .arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
    transform: translate(-50%, -50%); }

  .challenges-outer .prev {
    left: 10px; }

  .challenges-outer .next {
    right: -15px; } }
.solutions {
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .solutions .section__heading {
      margin-bottom: 10px; } }
  .solutions .section__subheading {
    margin: 10px 0 30px; }
    @media only screen and (max-width: 991px) {
      .solutions .section__subheading {
        margin: 10px 0; } }
  @media only screen and (max-width: 991px) {
    .solutions .sol-2, .solutions .sol-3 {
      margin: 20px 0; } }
  @media only screen and (max-width: 991px) {
    .solutions .proceed-btn {
      margin: 35px 0 0 0; } }
  .solutions .solution-card {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    padding: 50px 0;
    flex-wrap: wrap;
    list-style: none; }
    @media only screen and (max-width: 1024px) {
      .solutions .solution-card {
        padding: 25px 0; } }
    @media only screen and (max-width: 991px) {
      .solutions .solution-card {
        padding: 0; } }
    .solutions .solution-card .solution-heading {
      display: flex;
      align-items: flex-start;
      padding-right: 45px;
      max-width: 340px;
      padding-top: 22px; }
      @media only screen and (max-width: 1024px) {
        .solutions .solution-card .solution-heading {
          padding-right: 0;
          padding-top: 0;
          max-width: unset;
          margin: 20px 0;
          width: 100%; } }
      .solutions .solution-card .solution-heading .head {
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
        font-family: BaiJamjureeRegular; }
        .solutions .solution-card .solution-heading .head span {
          color: #C23180;
          font-family: BaiJamjureeSemiBold; }
    .solutions .solution-card .counter {
      color: #363D4F;
      font-size: 18px;
      line-height: 24px;
      position: relative;
      padding-right: 70px;
      font-family: BaiJamjureeMedium;
      margin-top: 5px; }
      @media only screen and (max-width: 991px) {
        .solutions .solution-card .counter {
          padding-right: 40px; } }
      .solutions .solution-card .counter::before {
        content: '';
        position: absolute;
        width: 50px;
        border-top: 1px solid #363D4F;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: 0 10px; }
        @media only screen and (max-width: 991px) {
          .solutions .solution-card .counter::before {
            width: 24px; } }
  .solutions .solution-list {
    display: flex;
    gap: 40px;
    flex: 1;
    flex-wrap: wrap; }
    @media only screen and (max-width: 991px) {
      .solutions .solution-list {
        gap: 20px; } }
    .solutions .solution-list.odd > li {
      width: calc((100% - 80px) / 3);
      /* 3 cards per row (2 gaps × 40px = 80px) */ }
    .solutions .solution-list.even > li {
      width: calc((100% - 40px) / 2);
      /* 2 cards per row (1 gap × 40px = 40px) */ }
    .solutions .solution-list > li {
      box-shadow: 0px 0px 0px 4px #FFFFFF;
      box-shadow: 0px 12px 96px 0px #060B130F;
      background: #fff;
      border-radius: 12px;
      padding: 22px 20px 32px 30px;
      position: relative;
      border-radius: 12px;
      z-index: 1; }
      @media only screen and (max-width: 991px) {
        .solutions .solution-list > li {
          width: 100% !important; } }
      .solutions .solution-list > li:hover::before {
        opacity: 1; }
      .solutions .solution-list > li::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 1px;
        background: linear-gradient(90deg, #0460E0 0%, #CC4CFF 27.5%, #FCB937 64.9%, #EC0B86 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
        transform: scale(0.97);
        opacity: 0;
        transition: all 0.6s ease; }
      .solutions .solution-list > li::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        background: #fff;
        z-index: -2;
        width: 99%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .solutions .solution-list .title {
      font-size: 16px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #363D4F;
      font-family: BaiJamjureeSemiBold;
      padding-bottom: 20px;
      position: relative;
      z-index: 9999; }
      .solutions .solution-list .title::before {
        content: '';
        position: absolute;
        width: 80%;
        background: linear-gradient(90deg, #0460E0 0%, #CC4CFF 27.5%, #FCB937 64.9%, #EC0B86 100%);
        bottom: 0;
        left: 0;
        height: 1px; }
      .solutions .solution-list .title span {
        color: #C23180; }
    .solutions .solution-list .list {
      font-size: 14px;
      line-height: 20px;
      color: #060B13;
      font-family: BaiJamjureeRegular;
      list-style: none;
      padding: 0 10px;
      position: relative;
      z-index: 9999;
      list-style: none; }
      .solutions .solution-list .list li {
        margin: 10px 0;
        padding-left: 25px;
        position: relative; }
        .solutions .solution-list .list li::before {
          content: '';
          position: absolute;
          left: 0;
          background: #fff url(../../assets/images/new-images/dot.svg) no-repeat;
          width: 14px;
          height: 14px;
          top: 5px; }

.why-us {
  background: url(../../assets/images/new-images/bg-glow2.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .why-us .why-us-card-outer {
      overflow-y: hidden;
      overflow-x: auto;
      padding: 30px 0; } }
  .why-us .why-us-card {
    border: 1px solid #DFDFDF;
    border-right: none;
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    gap: 37px;
    margin-top: 45px;
    padding: 20px 20px 0;
    max-width: 80%;
    margin: 45px auto 0;
    list-style: none; }
    @media only screen and (max-width: 1024px) {
      .why-us .why-us-card {
        max-width: 100%;
        gap: 0;
        align-items: inherit;
        padding: 0;
        margin: 15px auto 0; } }
    .why-us .why-us-card .head {
      background: #134FA1;
      border-radius: 15px;
      color: #fff;
      font-size: 20px;
      font-family: BaiJamjureeSemiBold;
      padding: 7px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 28px; }
      @media only screen and (max-width: 991px) {
        .why-us .why-us-card .head {
          font-size: 18px;
          line-height: 21px; } }
    .why-us .why-us-card .points {
      list-style: none; }
      .why-us .why-us-card .points li {
        border-radius: 15px;
        color: #5F6368;
        font-size: 16px;
        font-family: BaiJamjureeSemiBold;
        padding: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0; }
        .why-us .why-us-card .points li:nth-child(odd) {
          background: #F9F9F9; }
        .why-us .why-us-card .points li:nth-child(5) {
          min-height: 103px; }
        @media only screen and (max-width: 991px) {
          .why-us .why-us-card .points li {
            font-size: 14px;
            line-height: 21px;
            padding: 15px 20px; } }
    .why-us .why-us-card > li {
      padding: 10px 4px;
      background: #fff;
      border-radius: 12px 0 0 12px;
      text-align: center;
      width: calc((100% - (37px * 2)) / 3);
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .why-us .why-us-card > li {
          min-width: 33vw;
          width: 33vw;
          padding: 25px 30px; } }
      @media only screen and (max-width: 991px) {
        .why-us .why-us-card > li {
          min-width: 83vw;
          width: 83vw;
          padding: 20px 15px; } }
      .why-us .why-us-card > li:first-child {
        text-align: left; }
        .why-us .why-us-card > li:first-child .head {
          justify-content: flex-start; }
        .why-us .why-us-card > li:first-child .points li {
          justify-content: flex-start; }
      .why-us .why-us-card > li:last-child {
        box-shadow: 4px 7px 27px 0px #00000012;
        transition: all 0.3s ease;
        border-radius: 15px;
        overflow: visible;
        max-width: 340px;
        width: 100%;
        margin-right: -10px;
        margin-left: 20px;
        position: relative;
        z-index: 1;
        /* White card layer */ }
        @media only screen and (max-width: 1024px) {
          .why-us .why-us-card > li:last-child {
            min-width: 33vw;
            width: 33vw;
            padding: 25px 30px; } }
        @media only screen and (max-width: 991px) {
          .why-us .why-us-card > li:last-child {
            min-width: 81vw;
            width: 81vw;
            padding: 25px 30px; } }
        .why-us .why-us-card > li:last-child .head {
          background: #C23180; }
        .why-us .why-us-card > li:last-child .points li:nth-child(odd) {
          background: #FFF2F9; }
        .why-us .why-us-card > li:last-child::before, .why-us .why-us-card > li:last-child::after {
          content: "";
          position: absolute;
          inset: -35px;
          border-radius: 25px;
          z-index: -1;
          bottom: -15px; }
          @media only screen and (max-width: 1024px) {
            .why-us .why-us-card > li:last-child::before, .why-us .why-us-card > li:last-child::after {
              inset: -25px; } }
        .why-us .why-us-card > li:last-child::before {
          padding: 3px;
          background: linear-gradient(90deg, #0460E0, #CC4CFF, #FCB937, #EC0B86, #0460E0);
          background-size: 300% 300%;
          animation: borderMove 5s linear infinite;
          -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
          mask-composite: exclude; }
        .why-us .why-us-card > li:last-child::after {
          background: #fff;
          z-index: -2; }
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Border animation */
@keyframes borderMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.results {
  /* ONE clean border between rows of 4 */
  /* remove bottom border on last row (so UL bottom stays single) */
  /* Each card */ }
  .results .results-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    /* no gap so borders join cleanly */
    margin-top: 40px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3; }
    @media only screen and (max-width: 1024px) {
      .results .results-card {
        border: 0; } }
    @media only screen and (max-width: 767px) {
      .results .results-card {
        border: 0;
        margin: 0 auto;
        width: 80%; } }
  .results .results-card li:nth-child(1), .results .results-card li:nth-child(2), .results .results-card li:nth-child(3), .results .results-card li:nth-child(4) {
    border-bottom: 1px solid #E3E3E3; }
    @media only screen and (max-width: 1024px) {
      .results .results-card li:nth-child(1), .results .results-card li:nth-child(2), .results .results-card li:nth-child(3), .results .results-card li:nth-child(4) {
        border: 0; } }
  .results .results-card li:last-child {
    border-bottom: none; }
  .results .results-card li {
    list-style: none;
    padding: 38px 20px; }
    @media only screen and (max-width: 991px) {
      .results .results-card li {
        padding: 0; } }
  @media only screen and (max-width: 1024px) {
    .results .results-card li:nth-child(4) {
      border-bottom: none; } }
  .results .results-card .box {
    display: flex;
    align-items: center;
    gap: 24px; }
    @media only screen and (max-width: 991px) {
      .results .results-card .box img {
        width: 54px;
        height: auto; } }
  .results .results-card .text {
    font-size: 16px;
    color: #060B13;
    line-height: 24px;
    font-family: BaiJamjureeRegular; }
    @media only screen and (max-width: 991px) {
      .results .results-card .text {
        font-size: 14px; } }
  .results .results-card .text span {
    font-weight: 700;
    color: #060B13;
    font-family: BaiJamjureeSemiBold; }
  .results .proceed-btn {
    margin-top: 60px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .results .proceed-btn {
        margin-top: 30px; } }
  @media only screen and (max-width: 1024px) {
    .results .results-card {
      grid-template-columns: repeat(2, 1fr); }
    .results .results-card li {
      border-top: none; }
    .results .results-card li:nth-child(2n + 1) {
      border-top: none; } }
  @media only screen and (max-width: 767px) {
    .results .results-card {
      grid-template-columns: 1fr; }
    .results .results-card li {
      border-top: none;
      margin-bottom: 15px; }
    .results .results-card li:nth-child(2n + 1) {
      border-top: none; } }

@media only screen and (max-width: 991px) {
  .cpn {
    background: #F1FAFE;
    margin-bottom: 0;
    padding: 30px 0; } }

.cloud-partner-new {
  position: relative; }
  .cloud-partner-new .cloud-partner-inner {
    max-width: 1130px;
    margin: 0 auto; }
    .cloud-partner-new .cloud-partner-inner .partner-top {
      display: flex;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1200px) {
        .cloud-partner-new .cloud-partner-inner .partner-top {
          flex-direction: column;
          text-align: center; } }
      .cloud-partner-new .cloud-partner-inner .partner-top .sub-head {
        font-size: 16px;
        line-height: 30px;
        color: #253746;
        margin-bottom: 10px;
        width: 95%; }
      .cloud-partner-new .cloud-partner-inner .partner-top h2 {
        font-size: 30px;
        line-height: 50px;
        font-weight: normal;
        font-family: BaiJamjureeRegular; }
        .cloud-partner-new .cloud-partner-inner .partner-top h2 span {
          font-family: BaiJamjureeSemiBold;
          background: linear-gradient(90deg, #0460E0 0%, #CC4CFF 27.5%, #EC0B86 54.33%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .cloud-partner-new .cloud-partner-inner .partner-top .left {
        width: 43%; }
        @media only screen and (max-width: 1200px) {
          .cloud-partner-new .cloud-partner-inner .partner-top .left {
            width: 100%;
            margin-bottom: 20px; } }
      .cloud-partner-new .cloud-partner-inner .partner-top .right {
        width: 54%;
        display: flex;
        gap: 90px;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 1200px) {
          .cloud-partner-new .cloud-partner-inner .partner-top .right {
            width: 100%;
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          .cloud-partner-new .cloud-partner-inner .partner-top .right {
            gap: 40px; } }
        @media only screen and (max-width: 767px) {
          .cloud-partner-new .cloud-partner-inner .partner-top .right img:first-of-type {
            max-width: 74px; } }
        @media only screen and (max-width: 767px) {
          .cloud-partner-new .cloud-partner-inner .partner-top .right img:last-child {
            max-width: 244px; } }
    .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list {
      display: flex;
      list-style: none;
      margin: 25px 0;
      padding: 0;
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
      padding-top: 30px;
      position: relative; }
      .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(79.79deg, #f1fafe 0%, #ffbee1 52.71%, #f1fafe 100.58%); }
      @media only screen and (max-width: 767px) {
        .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list {
          margin: 25px 0 0; } }
      .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list .pink {
        color: #C23180;
        font-size: 24px;
        line-height: 38px;
        font-family: BaiJamjureeSemiBold;
        display: block; }
        @media only screen and (max-width: 1024px) {
          .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list .pink {
            font-size: 22px;
            line-height: 24px; } }
      .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li {
        border-right: 0.7px solid #ffbee1;
        width: 30%;
        padding: 0 30px;
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li {
            width: 33%;
            margin-bottom: 20px;
            padding: 0 12px; } }
        .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li p {
          font-size: 16px;
          line-height: 26px;
          color: #253746;
          margin: 8px 0 0;
          font-family: BaiJamjureeRegular;
          padding: 0 10px; }
          @media only screen and (max-width: 991px) {
            .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li p {
              font-size: 11px;
              line-height: 18px; } }
        @media only screen and (max-width: 767px) {
          .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li:first-child {
            padding-left: 0;
            width: 32%; } }
        @media only screen and (max-width: 767px) {
          .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li:nth-child(2) {
            padding: 0;
            width: 36%; } }
        .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li:last-child {
          border-right: none; }
          @media only screen and (max-width: 991px) {
            .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li:last-child {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767px) {
            .cloud-partner-new .cloud-partner-inner .partner-bottom .tuner-list li:last-child {
              padding-right: 0;
              width: 32%; } }

/*# sourceMappingURL=newstyle.css.map */
