.api-strategy {
  &.cWhiteBG {
    background-color: #fff;
    color: #292929;
  }
  ul li:before {
    content: "\2022";
    font-size: 24px;
    top: -2px;
    left: 3px;
    position: absolute;
    color: #ff7300;
  }
  ul {
    padding: 0;
    margin: 0 0 1.5rem -5px;
  }
  ul li {
    padding-left: 29px;
    font-size: 1rem;
    padding-bottom: 0.7rem;
    list-style-type: none;
    position: relative;
  }
  h2 {
    font-size: 2rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    line-height: 2.75rem;
    color: #000;
    font-weight: 600;
    margin: 0 0 1.5rem;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    margin: 0 0 1.25rem;
    display: block;
  }
  p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
  }
  .cWhiteBG {
    background-color: #fff;
    color: #292929;
  }
  .cWhiteBG p {
    color: #494848;
  }
  .cWhiteBG ul li {
    color: #494848;
  }
  .cWhiteBG ul li:before {
    color: #ff7300;
  }
  h4 {
    margin: 0 0 1.5rem;
  }
  &.cDarkGreyBG {
    background-color: #000;
    color: #eee;
    h2,
    h3,
    h4,
    h5 {
      color: #fff;
    }

    p,
    ul li {
      color: #ccc;
    }
  }
}
.container {
  padding: 0 15px;
  max-width: 1280px;
}

.dual-content-block {
  &.cLightGreyBG {
    background-color: #f7f8fb;
  }
  &.cChoreoFullLayout {
    padding-bottom: 0;
    .HowIt h2 {
      background-image: url(//wso2.cachefly.net/wso2/sites/all/2023/choreo/how-it-works.webp);
      background-repeat: no-repeat;
      background-size: 84px;
      background-position: top -20px left 500px;
      padding-left: 75px;
      margin-left: -20px;
      margin-bottom: 2rem;
      background-repeat: no-repeat;
      background-size: 46px;
      background-position: top 0px left 12px;
      padding-left: 75px;
      margin-left: -20px;
      margin-bottom: 2rem;
    }
    .cHighlighted {
      padding: 3rem 4rem;
      -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .cWhiteBG {
      background-color: #fff;
      color: #292929;
    }
    .cHighlighted {
      border-radius: 15px;
    }
    h3 {
      font-size: 1.5rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 2.3rem;
      color: #000;
      font-weight: 400;
      padding-right: 2rem;
    }
  }
  &.cChoreoSection {
    * {
      font-family: "Plus Jakarta Sans", sans-serif;
    }
    .cPaddingZero {
      padding: 0;
    }
    .cChallenge h2 {
      background-image: url(https://wso2.cachefly.net/wso2/sites/all/2023/choreo/solution.webp);
      background-repeat: no-repeat;
      background-size: 62px;
      background-position: top -8px left -5px;
      padding-left: 70px;
      margin-left: 0px;
      margin-bottom: 2rem;
      margin-top: 2rem;
    }
    h2 {
      font-size: 2rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 2.75rem;
      color: #000;
      font-weight: 600;
    }
    p {
      color: #494848;
      letter-spacing: 0.008rem;
      font-size: 1rem;
      line-height: 1.6rem;
      word-spacing: 3px;
    }
    h4 {
      font-size: 1.2rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 1.8rem;
      color: #000;
      font-weight: 400;
    }
    .cSol {
      padding-right: 2rem;
      .cFeatures > div > * {
        background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/choreo/choreo-feature-bullet.svg);
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: top 2px left 55px;
        padding-left: 96px;
        margin-bottom: 2.5rem;
      }
    }
  }
}
.choreo-dual-content.gray {
  background: #f7f8fb;
}
.choreo-dual-content.feature-text-image h2 {
  text-align: center;
}
.choreo-dual-content.feature-text-image .featured-text {
  padding: 2rem 4em 1rem 3rem;
  box-shadow: 17px 2px 22px -10px rgb(0 0 0 / 20%);
  border-radius: 15px;
}
.choreo-dual-content.feature-text-image .featured-text ul {
  margin: 0;
  padding: 0;
}
.choreo-dual-content.feature-text-image .featured-text li {
  padding-left: 42px;
  margin-bottom: 1rem;
  position: relative;
}
.choreo-dual-content.feature-text-image .featured-text li:before {
  content: "";
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/choreo/choreo-feature-bullet.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: top 2px left 0px;
  height: 26px;
  width: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.choreo-dual-content.feature-text-image .featured-text li a {
  letter-spacing: 0;
  color: #5567D5;
  font-weight: 600;
  font-size: 1rem;
}
.choreo-dual-content.feature-text-image .featured-image {
  display: flex;
  align-items: center;
}
.choreo-dual-content.feature-text-image img {
  margin: 0rem 0rem 0 -2rem;
  border-radius: 20px;
  box-shadow: 0 3px 21px rgb(85 103 213 / 40%);
}
.choreo-dual-content.text-image .cText {
  margin-top: 2rem;
}
.choreo-dual-content.text-image .cText p {
  font-size: 1rem;
}
.choreo-dual-content.text-image .cTextImg {
  margin-bottom: 1rem;
}

.choreo-dual-content.text-image .cTextImg img {
  border-radius: 10px;
  border: 1px solid #e6e7ec;
}
.dualcontent-video iframe {
  border-radius: 15px;
  max-width: 100%;
}
.dualcontent-video .cChoreoBeloText {
  padding: 3rem 2rem;
}
.content-with-slider ul {
  margin: 0;
  padding: 0;
}
.content-with-slider .cFeatures li {
  padding-left: 42px;
  margin-bottom: 2rem;
  position: relative;
}
.content-with-slider .cFeatures li strong {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 700;
  display: inline-block;
}
.content-with-slider .cFeatures li:before{
  content: "";
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/choreo/choreo-feature-bullet.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: top 2px left 0px;
  height: 26px;
  width: 23px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.content-with-slider h2 {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/choreo/key-features.webp);
  background-repeat: no-repeat;
  background-size: 63px;
  background-position: top -12px left -8px;
  padding-left: 70px;
  margin-left: 0px;
  margin-bottom: 4rem;
}
.content-with-slider img {
  border: solid 1px #5366d78c;
  border-radius: 14px;
}
.content-with-slider .carousel {
  padding: 0 1rem;
}
.content-with-slider .carousel-indicators {
  bottom: -60px;
  list-style: none;
}
.content-with-slider .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5567d5;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .2;
  transition: opacity .6s ease;
}
.content-with-slider .carousel-indicators .active {
  opacity: 1;
}
.content-with-slider .carousel-item {
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.heading_2_col_text_and_featured_image h2 {
  background-image: url(//wso2.cachefly.net/wso2/sites/all/2024/choreo/detailed-log-management.webp);
  background-repeat: no-repeat;
  background-size: 61px;
  background-position: top 0px left -7px;
  padding-left: 69px;
  margin-left: 0px;
  margin-bottom: 2rem;
  margin-top: 0rem;
}
.heading_2_col_text_and_featured_image h4 {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/choreo/choreo-feature-bullet.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: top 2px left 2px;
  padding-left: 43px;
  margin-bottom: 2.5rem;
}
.ACTextImg img {
  box-shadow: 0 3px 21px rgb(85 103 213 / 40%);
  background-color: #ffffff;
  border-radius: 14px;
}
.two_col_simple_text_and_image_right_hover_scale p,
.two_col_simple_text_and_image_left_hover_scale p {
  margin-bottom: 1.5rem;
  line-height: 1.6rem;
}

.two_col_simple_text_and_image_right_hover_scale .cChoreoButton,
.two_col_simple_text_and_image_left_hover_scale .cChoreoButton {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}
.two_col_simple_text_and_image_right_hover_scale li,
.two_col_simple_text_and_image_left_hover_scale li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
}
.two_col_simple_text_and_image_right_hover_scale li:before,
.two_col_simple_text_and_image_left_hover_scale li :before {
  content: "\2022";
  font-size: 24px;
  top: -8px;
  left: 3px;
  position: absolute;
  color: #5567D5;
}

.two_col_simple_text_and_image_right_hover_scale ul,
.two_col_simple_text_and_image_left_hover_scale ul {
  padding: 0;
  margin: 0;
}

.two_col_simple_text_and_image_right_hover_scale img,
.two_col_simple_text_and_image_left_hover_scale img {
  transition: transform 0.2s;
  border: 0;
  cursor: zoom-in;
  position: relative;
  background-color: transparent;
  padding: 0;
}

.two_col_simple_text_and_image_right_hover_scale img:hover,
.two_col_simple_text_and_image_left_hover_scale img:hover {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .two_col_simple_text_and_image_left_hover_scale .featured-text,
  .two_col_simple_text_and_image_right_hover_scale .featured-text {
    padding-top: 4rem;
    padding-right: 2rem;
  }
}

.cCMS {
  border-radius: 15px;
  padding: 3rem 4rem 3rem 0;
}
.cCMSWrap img {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/bg-gradient-suqare.webp);
  background-size: 158%;
  background-repeat: no-repeat;
  background-position: top -2rem center;
  height: fit-content;
}
.cDualContentPromoBlock .cBlackBG a.cButtonN_Standard {
  background-color: #fff;
  color: #000;
  padding: 12px 20px;
  font-weight: 500;
  width: 222px;
  font-size: 21px;
  text-align: center;
  border-radius: 5px;
}

.cDualContentPromoBlock .cBlackBG a.cButtonN_Standard:hover {
  background: var(--color-link);
  color: #fff;
}

.col-5-7-text-image p a {
  text-decoration: underline;
  color: #494848;
}
.col-5-7-text-image p a:hover {
  color: var(--color-link);
}
.cHighlightedReportImage {
  padding: 1rem;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, .2);
  background: #fff;
}
section.cPopularTraining {
  padding: 5rem 0;
}
@media (min-width: 575px) {
  section.cPopularTraining {
    padding: 6rem 0;
  }
}
@media (min-width:992px) {
  section.cPopularTraining {
    padding: 9rem 0;
  }
}
.cPopularTraining .cTextRow a {
  text-decoration: none;
  color: inherit;
}
.cPopularTraining .cTextRow a:hover {
  color: var(--color-link);
  text-decoration: underline;
}
.cPopularTraining .cTextHeading {
  margin-bottom: 40px;
}
.cTrainingHighlighted .row {
  padding: 1.5rem 1.25rem; /* Mobile default */
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
@media screen and (min-width: 576px) {
  .cTrainingHighlighted .row {
    padding: 2rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cTrainingHighlighted .row {
    padding: 3rem 4rem;
  }
}
.cTrainingHighlighted  h4 {
  font-weight: 500;
  border-bottom: solid 1px #d7e2de;
  padding-bottom: 0.5rem;
  padding-top: 3rem;
}
.cTrainingHighlighted .cArticle a {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2023/images/training/ilt-pdf-icon.webp);
  padding: 0 0 5px 36px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #494848;
  text-decoration: none;
}
