/* What We Deviver section start */
.what-we-deliver {
  padding: 50px 0;
}

.case-study-logo {
  height: 60px;
}

.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.highlight-orange {
  font-weight: 800;
}

.study-box {
  background: #fff;
  border: 2px solid #00a5b5;
  border-radius: 6px;
  padding: 20px;
  flex: 1 1 calc(50% - 40px);
  max-width: 500px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-title {
  color: #1991a3;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.case-heading {
  color: #c0471b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.case-description {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}

.case-description b {
  color: #007a8d;
}

.case-study-underline {
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  margin: 0 auto 15px auto;
}

.logo-wrapper {
  margin-top: auto;
}

.brand-logo {
  max-height: 50px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.orange-light {
  background-color: #fef5f0;
  padding: 40px;
}

.deliver-card-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.inner-deliver-card-sec {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: -5px 5px 0px rgb(0 150 163);
  border: 1px #a3dcea solid;
  margin-bottom: 10px;
  max-width: 400px;
}

.nvidia-card1 {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #037e8e;
  box-shadow: 0px 9px 0 #037e8e;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.nvidia-card2 {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #ee5a23;
  box-shadow: 0px 9px 0 #ee5a23;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.nvidia-card3 {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #3a1ba7;
  box-shadow: 0px 9px 0 #3a1ba7;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.nvidia-card4 {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #070707;
  box-shadow: 0px 9px 0 #070707;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.nvidia-card5 {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid #3a1ba7;
  box-shadow: 0px 9px 0 #3a1ba7;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.nvidia-card1:hover,
.nvidia-card2:hover,
.nvidia-card3:hover,
.nvidia-card4:hover,
.nvidia-card5:hover,
.nvidia-card6:hover,
.nvidia-card7:hover {
  transform: translateY(-6px);
}

.icon-thumb {
  margin-top: -80px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

/* What We Deviver section end */

.benefits-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: auto;
}

.digital-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: auto;
}

.clover-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto;
}

.benefit-card {
  background: white;
  border: 2px solid #ccc;
  border-radius: 8px;
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.clover-card {
  background: white;
  border: 2px solid #00a9b9;
  border-radius: 8px;
  /* flex: 1 1 280px; */
  max-width: 350px;
  width: 100%;
  padding: 5px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.clover-card p {
  padding: 10px;
}

.top-heading-card {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #2767a2;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(39, 103, 162, 1) 0%,
    rgba(23, 124, 163, 1) 55%,
    rgba(4, 149, 164, 1) 100%
  );
}

/* end to end cloud section start*/

.img-card-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.inner-img-card-sec {
  /* min-height: 430px; */
  border: 1px solid #0096a3;
  padding: 10px;
  border-radius: 10px;
  max-width: 400px;
}

.inner-img-card-sec img {
  border-radius: 10px;
}

/* end to end cloud section end*/

/* CIS solution section strat */
.cis-card-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cis-inner-card-sec {
  padding: 40px;
  background-color: #e2f3f6;
}

.cis-card-sec .card1 {
  border-right: 1px solid #ed5814;
  border-bottom: 1px solid #ed5814;
}

.cis-card-sec .card2 {
  border-bottom: 1px solid #ed5814;
}

.cis-card-sec .card3 {
  border-right: 1px solid #ed5814;
}

/* CIS solution section end*/

/* Our CIS Transformation Framework  start*/

.cis-transformation-sec {
  background: url(/cloud-infrastructure-services/img/stroke-bg.webp) no-repeat
    center center;
}

.step-img-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.inner-step-card {
  padding: 10px;
  box-shadow:
    0 6.4px 14.4px 0 rgb(0 0 0 / 13%),
    0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stepper-head {
  background: linear-gradient(
    90deg,
    rgba(19, 127, 167, 1) 13%,
    rgba(7, 145, 165, 1) 82%,
    rgba(4, 149, 164, 1) 100%
  );
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.stepper-content {
  background: linear-gradient(
    30deg,
    hsla(243, 50%, 46%, 1) 1%,
    hsla(196, 81%, 36%, 1) 99%
  );
  min-height: 100px;
  place-content: center;
  padding: 10px;
}
.core-list p {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.case-box ul {
  padding: unset;
}
.equal-div {
  display: flex;
}

.equal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Our CIS Transformation Framework  end*/

/* Case-study CSS */
.snowflake-quote-banner {
  background: url(/transportation/img/strip-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 25px 20px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 30px;
}

.img-content-section-list {
  min-height: 400px;
  background-color: #edfafc;
}

.img-content-section img {
  min-height: 400px;
}

.img-content-section {
  text-align: right;
}

.case-study-underline {
  width: 80%;
  height: 2px;
  background-color: #a5a5a5;
  margin: 0 auto 15px auto;
}

.partner-logo-heroshot {
  right: 0;
  bottom: 0;
}

/* Flexible Engagement Models strat */
.cloud-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #4fc3cf;
  border-radius: 16px;
  overflow: hidden;
}

/* Icon section */
.icon-box {
  background: #0097a7;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 48px;
  height: auto;
}

/* Text section */
.text-box {
  padding: 10px;
}

.text-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin: 0px;
}
.bg-grey {
  background: #ecf5f4;
}

.row-eq-height {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.ai-summary-block p {
    background-color: #dfe9f11c;
    border-left: 4px solid #009AA6;
    padding: 20px !important;
    text-align: left !important;
}

/* Flexible Engagement Models end */

@media (max-width: 991px) {
  .img-card-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .deliver-card-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .equal-div {
    flex-direction: column;
  }
  .step-img-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .img-content-section-list {
    background-color: transparent;
    min-height: auto;
  }

  .img-content-section {
    text-align: center;
    padding-left: 0;
  }

  .img-content-section img {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .cloud-card {
    flex-direction: row;
  }

  .icon-box {
    padding: 16px;
  }

  .icon-box img {
    width: 40px;
  }

  .text-box h3 {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .step-img-card,
  .img-card-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .cis-card-sec {
    grid-template-columns: repeat(1, 1fr);
  }

  .cis-card-sec .card1,
  .cis-card-sec .card2,
  .cis-card-sec .card3,
  .cis-card-sec .card4 {
    border: unset;
  }

  .cis-card-sec .cis-inner-card-sec {
    box-shadow: 0px 1px 0px 0px rgb(239 90 22);
    margin-bottom: 10px;
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .cloud-card {
    flex-direction: column;
    text-align: center;
  }

  .icon-box {
    width: 100%;
  }

  .text-box {
    padding: 16px;
  }
}
@media (max-width: 1050px) {
  .partner-logo-heroshot {
    display: none;
  }
}
