/* What We Deviver section start */
.what-we-deliver {
  padding: 50px 0;
}

.bg-teal-light {
  background: #ecfbfa;
}

.legal-list li {
    padding-left: 30px;
    list-style-type: none;
}

.listbulletblackcircle-black li {
    background-image: url(https://www.chetu.com/img/icons/listbulletblack.png) !important;
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin-bottom: 15px;
}


/* Case-study CSS */
.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.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;
}

.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;
}

.loyalty-features {
  min-height: 400px;
  border: 2px solid #0097a4;
  display: flex;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.loyalty-features-img img {
  min-height: 400px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.features-list {
  display: flex;
  align-items: center;
}

.equal-div {
  border: 2px solid #0097a4;
  /* border-radius: 10px; */
}

.bg-grey ul strong {
  border-bottom: 2px solid #0097a4;
  display: inline-block;
  padding-bottom: 6px;
}

/* ------------------------ */

.loyalty-features-2 {
  min-height: 400px;
  border: 2px solid #0097a4;
  display: flex;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.loyalty-features-img-2 img {
  min-height: 400px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.features-list-2 {
  display: flex;
  align-items: center;
}

.equal-div {
  border: 2px solid #0097a4;
  /* border-radius: 10px; */
  padding: 0px;
}





/* What We Deviver section end */
.benefits-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: auto;
}

.clover-section {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;

}

.benefit-card {
  background: white;
  border: 2px solid #00a9b9;
  border-radius: 8px;
  flex: 1 1 250px;
  max-width: 250px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.clover-card {
background: #ecfbfa;
 border: 2px solid #00a9b9; 
  width: 100%;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); */
  padding:20px;
}

.double-border-div {
    border-style: double;
    border-width: 5px; /* Optional: set the thickness of the border */
    border-color: #09808b; /* Optional: set the color */
    padding: 10px; /* Optional: adds space between content and border */
}


.top-heading-card {
  width: 100%;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #2767a2;
  border-radius: 10px;
  background: #f0fcff;
}

.icon-shape {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 110px;
  height: 110px;
  background-size: cover;
  margin: auto;
}

.icon-shape SVG {
  margin-top: 15px;
}

#why-img img {
	border-radius: 10px;
}

#custome-flight img {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

#faa-system img {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}



/* 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;
}
/* Flexible Engagement Models end */

@media (max-width: 991px) {

.space-cont {
	padding-left: 15px;
	padding-right: 15px;
}


  .loyalty-features-img img {
    min-height: auto;
  }

  .features-list {
    margin-left: 20px;
  }
  .loyalty-features,
  .loyalty-features-img img {
    border-radius: 8px;
  }

  .loyalty-features-img {
    text-align: center;
    margin-top: 20px;
  }

  .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: 768px) {
 .clover-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
}


@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;
  }
}
