/* Base styles — mobile first */
.cHomeBanner {
  padding: 0;
}

.cHomeBanner .cTopContainer {
  text-align: center;
  padding: 4rem 0 0 0;
}

/* Tablets and small desktops */
@media screen and (min-width: 769px) {
  .cHomeBanner .cTopContainer {
    padding: 4rem 0 0 0;
    text-align: left;
  }
}

/* Medium desktops */
@media screen and (min-width: 993px) {
  .cHomeBanner .cTopContainer {
    padding: 4rem 0 0 5rem;
  }
}

/* Large desktops */
@media screen and (min-width: 1171px) {
  .cHomeBanner .cTopContainer {
    padding: 5rem 0 0 6rem;
  }
}

/* Extra-large screens */
@media screen and (min-width: 1441px) {
  .cHomeBanner .cTopContainer {
    padding: 4rem 0 0 8rem;
  }
}

/* Base styles — Mobile first (default for ≤768px) */
.cHeroBlade h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  letter-spacing: 1px;
}

/* Tablets and small desktops */
@media screen and (min-width: 993px) {
  .cHeroBlade h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

/* Medium desktops */
@media screen and (min-width: 1171px) {
  .cHeroBlade h1 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}

/* Large desktops */
@media screen and (min-width: 1441px) {
  .cHeroBlade h1 {
    font-size: 4.3rem;
    line-height: 5rem;
  }
}

.cHomeBanner .cHeadingMain p,
.videoApiM .cTopIntro p {
  font-weight: 300;
  margin-bottom: 3rem;
  margin-right: 0;
  color: #b3b3b3;
}

/* Larger screens (desktops) */
@media screen and (min-width: 993px) {
  .cHomeBanner .cHeadingMain p {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .cHeroBlade a.cButtonN_StandardOutline {
    margin: auto;
  }

  .videoApiM {
    text-align: center;
  }
}

/* Base styles — Mobile first (default for ≤768px) */
.cHomeBanner .video-container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  text-align: center;
}

/* Tablets and small desktops */
@media screen and (min-width: 769px) {
  .cHomeBanner .video-container {
    width: 100%;
    margin-top: -3rem;
    margin-left: 0;
  }
}

/* Medium desktops */
@media screen and (min-width: 1171px) {
  .cHomeBanner .video-container {
    margin-left: -3rem;
    margin-top: -2rem;
  }
}

/* Large desktops */
@media screen and (min-width: 1441px) {
  .cHomeBanner .video-container {
    width: 103%;
    margin-left: -6rem;
    margin-top: -4rem;
  }
}

.paragraph .cApiManagerBanner img.cProductLogo {
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .paragraph .cApiManagerBanner img.cProductLogo {
    width: 282px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
  }
}

/* Base (mobile) */
.paragraph .cApiManagerBanner {
  padding: 0 0 0 1rem;
}

/* ≥769px (tablets and up) */
@media screen and (min-width: 769px) {
  .paragraph .cApiManagerBanner {
    padding: 0 1rem;
  }
}

/* ≥993px (small desktops) */
@media screen and (min-width: 993px) {
  .paragraph .cApiManagerBanner {
    padding: 0 0 0 1rem;
  }
}

/* ≥1171px (medium desktops) */
@media screen and (min-width: 1171px) {
  .paragraph .cApiManagerBanner {
    padding: 0 0 0 3rem;
  }
}

/* ≥1281px (large desktops) */
@media screen and (min-width: 1281px) {
  .paragraph .cApiManagerBanner {
    padding: 0 0 0 6rem;
  }
}

/* ≥1441px (extra large screens) */
@media screen and (min-width: 1441px) {
  .paragraph .cApiManagerBanner {
    padding: 0 0 0 11rem;
  }
}

.HeaderN h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-top: 0rem;
}

h5.cTryBijirah5 {
  color: #5567d5;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/Bijira-icon.webp);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: top 4px left 0.9rem;
}

h6.cTryChoreoh5 {
  line-height: 1.7rem !important;
  color: #5567D5 !important;
  font-size: 1.15rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/images/logos/choreo-logo-mark-purple.svg);
  background-size: 30px !important;
  background-repeat: no-repeat;
  background-position: top 4px left 0.8rem !important;
}

a.TryChoreo {
  color: #5567d5;
  font-size: 1rem;
  font-weight: 600;
  border: solid 1px #5567d5;
  padding: 10px 20px 10px 51px;
  border-radius: 5px;
  margin-top: 1rem;
  text-decoration: none;
}

a.TryChoreo:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}

.HeaderN {
  &.bannerApiStrategy {
    padding: 4rem 0;
    background-color: #f7f8fb;

    h1 {
      margin-top: 2rem;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 2.8rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 3.6rem;
      color: #000;
      font-weight: 700;
    }

    p {
      font-family: "Plus Jakarta Sans", sans-serif;
      color: #494848;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      font-size: 1rem;
      line-height: 1.6rem;
      margin: 0 0 1.5rem;
    }

    .cIntro {
      padding-right: 15px;
    }

    a.cButton {
      font-family: "Plus Jakarta Sans", sans-serif;
      transition: all 0.2s;
      margin-right: 0px;
      text-transform: none;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      text-transform: none;
      font-size: 21px;
      padding: 10px 20px 10px;
      width: 222px;
      background-color: #000;
      color: #fff;
      margin-bottom: 0.7rem;
      letter-spacing: 0.5px;
      font-weight: 500;
      margin-top: 1rem;
      display: inline-block;
      border-radius: 5px;
      text-align: center;
      border: solid 2px transparent;
      text-decoration: none;

      &:hover {
        background-color: #ff7300;
        text-decoration: none;
        color: #fff;
        border: solid 2px transparent;
      }
    }

    .cHighlightedReducePaddingx {
      padding: 5rem 2rem;
    }

    .MImage {
      margin-top: 2rem;
    }

    .cWhiteBG {
      background-color: #fff;
      color: #292929;
    }

    .cHighlighted {
      border-radius: 15px;
      box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
    }
  }
}

.featureBanner {
  h4 {
    font-size: 1.2rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: 400;
  }

  h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 2.8rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    line-height: 3.6rem;
    color: #fff;
    font-weight: 700;
    margin: 0 0 1.5rem;
  }

  p {
    font-size: 1rem;
    color: #ccc;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0 0 1.5rem;
  }
}

section.cChoreoSection.cIntro {
  color: #40404b;
  background: #f7f8fb;
}

.cChoreoSection h1 {
  font-size: 2.8rem;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 3.6rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cChoreoSection p {
  margin-bottom: 2.5rem;
}

.videoApiM video {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  mix-blend-mode: lighten;
}

.cChoreoSectionBanner {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-size: 100%;
  background-position: right 0 bottom 0;

  h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    word-spacing: 3px;
    line-height: 1.8rem;
    font-weight: 400;
    color: #000;
  }

  p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #272626;
  }

  h1 {
    font-size: 64px;
    line-height: 4.8rem;
    padding-bottom: 0;
    color: #5567d5;
    margin-bottom: 1.5rem;
    word-spacing: 3px;
    letter-spacing: 0.008rem;
    font-weight: 700;
  }
}

.cPartnerBtnGroup .cButtonDefault {
  min-width: 270px;
  width: auto;
}

.cAddImage {
  height: 22px;
  margin-top: 2rem;
}

.cReportBanner {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2024/images/apim-forrester-wave-report-page-header.webp);
  background-attachment: fixed;
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: center;
}

.cReportBanner h1 {
  color: #fff;
  margin-top: 2rem;
  font-size: 34px;
  line-height: 50px;
}

.cReportBanner p {
  color: #ccc;
}

@media (max-width: 992px) {
  .cReportBanner {
    background-size: cover;
    padding: 2rem 0;
    text-align: center;
  }

  h6.cTryChoreoh5 {
    background-image: none;
  }
}

@media (max-width: 728px) {
  .cReportImg {
    display: none;
  }
}

.cHomeBanner.cBlackBG a.cButtonN_Standard,
.videoApiM a.cButtonN_Standard {
  padding: 12px 25px;
  width: 210px;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--color-link);
  letter-spacing: 0;
  color: var(--color-black);
  word-spacing: 3px;
  text-align: center;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
  border-radius: 5px;
  text-decoration: none;
  font-family: var(--font-family);
  line-height: normal;
}

.cHomeBanner.cBlackBG a.cButtonN_Standard:hover,
.videoApiM a.cButtonN_Standard:hover {
  background-color: var(--color-link);
  text-decoration: none;
  color: var(--color-white);
}

.cHomeBanner.cBlackBG a.cButtonN_StandardOutline,
.videoApiM a.cButtonN_StandardOutline {
  margin-left: 17px;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/contact-orange.webp);
  background-size: 24px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px 10px 50px;
  background-repeat: no-repeat;
  background-position: 35px;
  border: solid 1px var(--color-link);
  color: var(--color-link);
  width: 210px;
  word-spacing: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
  border-radius: 5px;
  font-family: var(--font-family);
  line-height: normal;
}

.cHomeBanner.cBlackBG a.cButtonN_StandardOutline:hover,
.videoApiM a.cButtonN_StandardOutline:hover {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/contact-white.webp);
  background-color: var(--color-link);
  text-decoration: none;
  color: var(--color-white);
  border: solid 2px transparent;
}

@media screen and (max-width: 768px) {

  .cHomeBanner.cBlackBG a.cButtonN_StandardOutline,
  .videoApiM a.cButtonN_StandardOutline {
    margin-left: auto;
    margin-right: auto;
  }

  .cChoreoSection h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

/* Banner button Contact lang fr */

html[lang^="fr"] .cHomeBanner.cBlackBG a.cButtonN_StandardOutline.cButtonN_StandardOutline,
html[lang^="fr"] .cLastSection a.cButtonN_Standard {
  width: 250px !important;
}

/* /Choro banner */
.cChoreoSection .cChoreoSectionBanner {
  background-position: top center;

}

.cChoreoSectionBanner {
  background-position: right 0 bottom 0;
}

@media screen and (max-width: 768px) {
  .cChoreoSection .cGrayBackground .cIntro {
    text-align: center;

  }

  .cChoreoSection.cChoreoSectionBanner.cChoreoSectionBanner {
    background-position: bottom;
    padding: 2rem 0 8rem 0rem;
    text-align: center;
  }
}

@media screen and (max-width:991) {
  .cChoreoSectionMore .cPlatformlessBG {
    background-size: cover !important;
  }

  .cChoreoSectionMore .cCredibilityLeft a {

    margin-bottom: 10px
  }

  .cChoreoSectionMore .cMinHeight5 {
    padding: 2rem;
  }
}

@media screen and (max-width:520px) {
  .cChoreoSection .row>div {
    padding: 0;
  }
}