.cs-productivity {
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0px 18px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

.cs-content {
  background: #f1f1f1;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-badge {
  display: inline-block;
  background: #0479C9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 18px;
  width: fit-content;
}

.cs-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.cs-meta-row:last-child {
  margin-bottom: 0;
}

.cs-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.cs-meta-text .cs-meta-label {
  font-size: 12px;
  color: #9a9a9a;
  margin-bottom: 2px;
}

.cs-meta-text .cs-meta-value {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.cs-image-col {
  padding: 0;
}

.cs-image-col img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}


/* ---------------------------------- */
.vitrual-worlflow {
  background: url(../images/case-study-DV/inneffiient-workflows.webp);
  background-repeat: no-repeat;
}

.challenges-badge {
  display: inline-block;
  background: #0479C9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(20, 115, 230, 0.4);
}

.challenge-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 22px 24px;
  height: 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.challenge-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.challenge-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #e7f1fd;
  color: #0479C9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  font-weight: 600;
}

.challenge-number {
  font-size: 60px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1;
}

/* devops-solution */
.devops-badge {
  display: inline-block;
  background: #0479C9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.solution-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef0f2;
  margin-bottom: 28px;
  min-height: 220px;
}

.solution-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.solution-title {
  font-size: 20px;
  font-weight: 600;
  color: #0175B5;
  margin-bottom: 12px;
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outcome-section {
  background-color: #FAFAFB;
}

.outcome-badge {
  display: inline-block;
  background: #0479C9;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 26px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.outcome-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 28px 16px 24px;
  height: 100%;
}

.outcome-stat {
  font-size: 50px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.outcome-label {
  font-size: 14px;
  color: #6b6b6b;
}

.talkToExpertCTA-DV {
  background-image: url(../images/case-study-DV/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.talkToExpertCTA-DV .row {
  min-height: 200px;
}

.talkToExpertCTA-DV .row .cta-content-sec {
  max-width: 700px;
}

.infra-maintenance {
  .cs-content {
    position: relative;
  }

  .cs-content::after {
    position: absolute;
    content: '';
    background-image: url(../images/case-study-IT/it-support-bg.webp);
    bottom: 38%;
    left: 46%;
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    padding: 10px 20px 0px 0px;
  }

}

.outsourced-partner.vitrual-worlflow {
  background: url(../images/case-study-IT/outsource-partner-bg.webp);
  background-repeat: no-repeat;
}

.talkToExpertCTA-IT {
  background-image: url(../images/case-study-IT/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.talkToExpertCTA-IT .row {
  min-height: 200px;
}

.talkToExpertCTA-IT .row .cta-content-sec {
  max-width: 700px;
}

/* ---- Mobile responsive ---- */
@media (max-width: 767px) {
  .outcome-heading {
    font-size: 21px;
  }

  .outcome-desc {
    font-size: 14px;
  }

  .outcome-card {
    margin-bottom: 16px;
  }

  .devops-heading {
    font-size: 21px;
  }

  .solution-card {
    flex-direction: column;
    min-height: auto;
  }

  .solution-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 26px 22px;
    order: 1;
  }

  .solution-media {
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    order: 0;
  }

  .solution-media-text {
    padding: 20px 0 0 22px;
    font-size: 20px;
  }

  .cs-productivity .row {
    min-height: auto;
  }

  .cs-image-col img {
    min-height: 260px;
  }

  .cs-content {
    padding: 32px 24px;
  }

  .vitrual-worlflow {
    background: none;
    background-color: #000413;
  }

  .challenges-heading {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .vitrual-worlflow {
    background: none;
    background-color: #000413;
  }

  .outsourced-partner.vitrual-worlflow {
    background: none;
    background-color: #000413;
  }

}

@media (max-width: 1400px) {
  .infra-maintenance .cs-content::after {
    display: none;
  }
}