.Robustand.serv-custom-soft .robustscroll{
    height: 500px;
    overflow: auto;
}


.Robustand.serv-custom-soft .robust-box{
    background: #081C28;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 20px;
padding: 30px 25px;
overflow: unset;
height: auto;
}



.Robustand.serv-custom-soft .robust-box .service-flex{
    display: flex;
    column-gap: 15px;
margin-bottom: 20px;
}

.Robustand.serv-custom-soft .robust-box h4 , .Robustand.serv-custom-soft .robust-box a , .Robustand.serv-custom-soft .robust-box p {
    color: #fff;
    margin-bottom: 0;
}

.Robustand.serv-custom-soft .robust-box p {
    margin-bottom: 0;
    line-height: 29px;
}


.Robustand.serv-custom-soft .robust-box:last-child{
    margin-bottom: 0;
}


.case-tek-temp-3 .box{
    background: #FAFAFA;
border: 1px solid #B4B4B4;
border-radius: 30px;
padding: 60px 40px;
margin-bottom: 30px;

}

.case-tek-temp-3 .box .content{
    margin-bottom: 20px;
}

.case-tek-temp-3 .box .content h4{
    margin-bottom: 10px;
}

.case-tek-temp-3 .box .detail-box{
    border: 1px solid #f47a14;
    padding: 25px 20px;
    position: relative;
    margin-top: 50px;
    border-radius: 10px;
}

.case-tek-temp-3 .box .detail-box .img-comma{
    position: absolute;
    content: "";
    top: -20px;
    left: 60px;
}

.case-tek-temp-3 .box .detail-box p{
    margin-bottom: 0;
    font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
}

.case-tek-temp-3 .case-box{
    background: linear-gradient(59.13deg, #001B28 3.58%, #0A405C 97.52%);
border-radius: 30px;
padding: 40px 25px;
height: 100%;
}

.case-tek-temp-3 .case-box .tag{
    background: rgba(0, 0, 0, 0.004);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    color: #fff;
    margin-bottom: 10px;
     border: 1px solid #ffffff2e;
     width: max-content;
}

.case-tek-temp-3 .case-box .content{
    margin-bottom: 35px;
}

.case-tek-temp-3 .case-box .content h3{
    margin-bottom: 0;
  font-size: clamp(1.0625rem, 0.975rem + 0.4375vw, 1.5rem);
    line-height: 1.4;
    color: #fff;
}

.case-tek-temp-3 .case-box .list ul li{
    display: flex;
    column-gap: 10px;
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
}

.custom-cta-temp .box{
    aspect-ratio: 1600 / 476;
    padding: 30px 50px;
}


.custom-price-table .card-main {
      border: 1px solid #314252;
      border-radius: 14px;
      overflow: hidden;
      width: 100%;
      padding: 20px;
    }

    /* ── Table layout (desktop) ── */
    .custom-price-table .table-main {
      width: 100%;
      border-collapse: collapse;
    }

    .custom-price-table .table-main thead tr {
      /* border-bottom: 1.5px solid #e4e7ec; */
     
    }

    .custom-price-table .table-main th {
      padding: 1.1rem 1.5rem;
      text-align: left;
        font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
      font-weight: 700;
      color: #314252;
    }

    .custom-price-table .table-main tbody tr {
       /* background: #f8f8f8; */
    }

    .custom-price-table .table-main tbody tr:last-child {
      border-bottom: none;
    }

    .custom-price-table .table-main td {
      padding: 1.25rem 1.5rem;
      color: #314252;
      font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
      vertical-align: middle;
    }

    .custom-price-table .col-type  { width: 25%; }
    .custom-price-table .col-time  { width: 20%; }
    .custom-price-table .col-cost  { width: 22%; }
    .custom-price-table .col-best  { width: 23%; }

    .custom-price-table .project-name {
      font-weight: 500;
      color: #314252;
      font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    }

    .custom-price-table .badge {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 0.22rem 0.65rem;
      border-radius: 20px;
      white-space: nowrap;
    }

    .badge-mvp      { background: #eef2ff; color: #4f46e5; }
    .badge-mid      { background: #f0fdf4; color: #16a34a; }
    .badge-ent      { background: #fff7ed; color: #c2410c; }

    .custom-price-table .cost {
      font-weight: 600;
      color: #1a1d23;
      font-variant-numeric: tabular-nums;
    }

    /* ── Card layout (mobile) ── */
    .custom-price-table .mobile-cards { display: none; }

    .custom-price-table .m-card {
      padding: 1.25rem 0;
      border-bottom: 1px solid #f0f2f5;
    }

    .custom-price-table .m-card:last-child { border-bottom: none; }

    .custom-price-table .m-header {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      margin-bottom: 0.9rem;
    }

    .custom-price-table .m-row {
      display: block;
      margin-bottom: 0.55rem;
    }

    .custom-price-table .m-label {
      font-size: 0.72rem;
      font-weight: 700;
      color: #9aa3b0;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      min-width: 70px;
    }

    .custom-price-table .m-value {
      font-size: 0.88rem;
      color: #3d4451;
      text-align: right;
    }

    .custom-price-table .m-value.cost {
      font-weight: 600;
      color: #1a1d23;
    }


    .crafting_cta.custom-cta-2 .crafting-custom-cta{
        aspect-ratio: 1600 / 560;
        padding-top: 0;
    }

    .why-choose-custom .platform-main{
        display: flex;
      column-gap: 30px;
      align-items: center;
        margin: 30px 0 30px;
    }


    .custom-cta-temp-2 .box{
        aspect-ratio: 1600 / 672;
        padding: 60px 0;
    }

    

    .custom-cta-temp-2 .box .main-num{
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
    }

        .custom-cta-temp-2 .box .main-num .num-item{
            padding: 30px 15px;
            border-radius: 20px;
            border: 1px solid #f47a14;
            flex: 0 0 23%;
        }

              .custom-cta-temp-2 .box .main-num .num-item .num{
                font-size: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
                color: #fff;
                margin-bottom: 10px;
                font-weight: 700;
              }

    .custom-price-table.table-2 .table-main td svg{
    display: flex;
    justify-content: center;
    margin: 0 auto;

 }

.custom-price-table.table-2 .table-main tbody tr {
    text-align: center;
}

 .custom-price-table.table-2 .col-type{
    width: 33.33%;
    text-align: center;
 }

 .health-cta-2.ecomm-cta.custom-cta-last .reimagine-health-box{
    padding-left: 60px;
 }

 .custom-related-resources .box{
    background: #FAFAFA;
    border: 1px solid #B4B4B4;
    padding: 60px 40px;
    border-radius: 30px;
 }

  .custom-related-resources .box-main{
    background: linear-gradient(91.3deg, #05151E 1.11%, #05344E 99.85%);
border: 1px solid #C0C0C0;
backdrop-filter: blur(2px);
border-radius: 20px;
position: relative;
padding: 20px;
margin-top: 20px;
min-height: 143px;
  }

  .custom-related-resources .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

    .custom-related-resources .box-main .icon{
        position: absolute;
        content: "";
        top: 10px;
        right: 20px;
    }

    .custom-related-resources .box-main h3{
        margin-bottom: 0;
        margin-top: 25px;
        line-height: 1.2;
    }

        .custom-related-resources .box-main h3 a{
          font-size: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
            color: #fff;
            transition: 0.3s ease-in-out;
        }

          .custom-related-resources .box-main h3 a:hover{
            color: #f47a14;
          }

a,
a:focus,
a:active,
a:hover {
    outline: none;
    box-shadow: none;
}


@media (min-width: 100px) and (max-width: 1800px) {
.custom-cta-temp-2 .box {
    padding: 30px 0;
}
.custom-cta-temp-2 .box .main-num .num-item p{
    font-size: 15px;
    line-height: 25px;
}
}


@media (min-width: 100px) and (max-width: 1599px) {

.custom-cta-temp .box {
    padding: 30px 40px;
}


.custom-related-resources .box {
    padding: 50px 30px;
}

  .custom-related-resources .box-main{
min-height: 130px;
  }

.custom-cta-temp-2 .box .main-num .num-item p{
    font-size: 14px;
    line-height: 24px;
}

.case-tek-temp-3 .box{
    padding: 50px 30px;
}

.case-tek-temp-3 .case-box .list ul li svg{
    height: 25px;
    width: auto;
}

.case-tek-temp-3 .case-box .list ul li{
    font-size: 16px;
}
.health-cta-2.ecomm-cta.custom-cta-last .reimagine-health-box{
    padding-left: 40px;
 }

}



@media (min-width: 100px) and (max-width: 1399px) {
    .Robustand.serv-custom-soft .robustscroll {
    height: 350px;
    overflow: auto;
}

.case-tek-temp-3 .case-box {
    padding: 30px 20px;
}

.case-tek-temp-3 .case-box .list ul li{
    font-size: 15px;
}
.case-tek-temp-3 .case-box .list ul li svg{
    height: 22px;
    width: auto;
}

.custom-cta-temp-2 .box {
        border-radius: 30px;
    }

.custom-cta-temp-2 .box .main-num .num-item{
    padding: 20px 14px;
}

.custom-cta-temp-2 .box .main-num .num-item p{
    font-size: 13px;
    line-height: 23px;
}

.why-choose-custom .platform-main {
    column-gap: 20px;
}

}

@media (min-width: 100px) and (max-width: 1199px) {
    .custom-cta-temp .box{
        aspect-ratio: unset;
        border-radius: 20px;
    }

    .health-cta-2.ecomm-cta.custom-cta-last .reimagine-health-box{
    padding-left: 30px;
 }

 .custom-related-resources .box {
    padding: 40px 25px;
    border-radius: 20px;
}

  .custom-related-resources .box-main{
min-height: 120px;
  }
}

@media (min-width: 100px) and (max-width: 991px) {
        .case-tek-temp-3 .box {
        padding: 40px 20px;
    }

    .custom-cta-temp .box img{
     margin-top: 20px;
    }


        .custom-cta-temp-2 .box {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .custom-cta-temp-2 .box .main-num {
    column-gap: 12px;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 20px;
}
.custom-cta-temp-2 .box .main-num .num-item {
        padding: 20px 14px;
        flex: 0 0 32%;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
 .custom-cta-temp-2 .box {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .case-tek-temp-3 .box .detail-box .img-comma {
    top: -40px;
    left: 30px;
}

        .case-tek-temp-3 .box {
        padding: 30px 10px;
        border-radius: 10px;
    }

    .case-tek-temp-3 .case-box{
        border-radius: 10px;
    }

     .case-tek-temp-3 .box img{
        margin-top: 20px;
     }

    .case-tek-temp-3 .case-box .list ul li{
    font-size: 13px;
}

.case-tek-temp-3 .case-box .list ul li svg{
    height: 18px;
    width: auto;
}


.why-choose-custom .platform-main {
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.why-choose-custom .platform-main .platform-item img{
    height: 32px;
    width: auto;
}

    .custom-cta-temp-2 .box .main-num .num-item {
        padding: 20px 14px;
        flex: 0 0 99%;
        border-radius: 10px;
    }

    .custom-cta-temp .box {
        padding: 30px 20px;
    }

        .Robustand.serv-custom-soft .robustscroll {
    height: 400px;
    overflow: auto;
}

 .custom-price-table .badge {
    display: block;
    width: max-content;
    margin-bottom: 10px;
 }
 .custom-price-table .m-header{
    display: block;
 }

  .custom-price-table .desktop-table { display: none; }
      .custom-price-table .mobile-cards  { display: block; }


   .health-cta-2.ecomm-cta.custom-cta-last .reimagine-health-box{
    padding: 30px 20px;
    background-image: none !important;
    background: #001B28;
    border-radius: 10px;
 }

 .custom-price-table .m-value.cost svg {
    height: 13px;
    width: auto;
}


 .custom-related-resources .box {
    padding: 30px 20px;
    border-radius: 10px;
}

  .custom-related-resources .box-main{
min-height: auto;
border-radius: 10px;
  }

  

  .custom-related-resources .box-main .icon svg{
    height: 20px;
    width: auto;
  }

      .mobile-client-slider.app-manchester-slider .swiper-nav .custom-prev, .mobile-client-slider.app-manchester-slider .swiper-nav .custom-next{
        top: 13% !important;
    }


}