html {
  scroll-behavior: smooth;
}

.arrow-icon {
  margin-left: 8px;
  width: 28px;
  height: 19px;
  transition: transform 0.3s ease-in-out;
  color: #ff7300;
  margin-top: 4px;
}

.cBlackBG {
  background-color: rgb(10 14 21);
}

section {
  padding: 4rem 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 2rem 0;
  }
}

.cHeadingMain {
  z-index: 99;
  position: relative;
}

.cBlackBG h1 {
  color: #ffffff;
}

.cBlackBG p,
.cBlackBG li {
  color: #b3b3b3;
}

.cBlackBG p,
.cBlackBG li {
  color: #ccc;
}

.cWhiteBG {
  background: #fff;
}

.cHeroImage img {
  max-width: 100%;
  margin-top: -2rem;
  text-align: right;
}

.ConAsia {
  background-size: 114%;
}

.cAlignRight {
  text-align: right;
}

.cConLogo img {
  max-width: 335px;
  width: 100%;
  margin-top: 5px;
}

.cTimerBlock h5 {
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.2rem;
  margin-bottom: 0;
  text-align: left;
}

.EventCTA {
  text-align: left;
}

.cAIBladeText {
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.cAIBladeText p {
  color: #b3b3b3;
}

.cBlackBG p,
.cBlackBG li {
  color: #b3b3b3;
}

.video-container2 {
  width: 80%;
  height: auto;
  display: block;
  margin-left: 0rem;
  margin-top: 0rem;
}

.video-container2.video-med {
  width: 57%;
}

.cLastSection {
  padding: 6rem 0;
  text-align: center;
  background: linear-gradient(124deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 115, 0, 1) 48%,
      rgba(50, 22, 0, 1) 100%);
}

.cLastSection h2 {
  color: var(--color-white);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
  margin-bottom: 1rem;
}

.cAlignCenter {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.cLastSection a.cButtonN_Standard {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/contact-white.webp);
  background-size: 24px;
  padding: 10px 20px 10px 50px;
  background-repeat: no-repeat;
  background-position: 35px;
  font-family: var(--font-family);
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  width: 222px;
  background-color: var(--color-black);
  color: var(--color-white);
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
  border: solid 2px transparent;
}

.cLastSection a.cButtonN_Standard:hover {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/contact-white.webp);
  background-color: transparent;
  border: solid 2px #ffffff;
  text-decoration: none;
  color: var(--color-white);
}

.cIndustryRow {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/bg-gradient-full-width.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top -1rem center;
}

.cG2Per {
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 4px 23px 4px #252121;
}

/* Tablets and small desktops (≥769px) */
@media screen and (min-width: 769px) {
  .cG2Per {
    padding: 1rem;
  }
}

/* Large desktops (≥993px) */
@media screen and (min-width: 993px) {
  .cG2Per {
    padding: 2rem 3rem 3rem 3rem;
  }
}

.cG2Per:hover {
  box-shadow: none;
}

.cRecognitionright {
  border-radius: 15px;
}

.cAnalystLogoWrap {
  display: inline-block;
  min-height: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.cAnalystLogoWrap img {
  max-width: 100%;
  height: auto;
}

.cG2Per p {
  margin-bottom: 0;
  min-height: 177px;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  word-spacing: 2px;
  color: #ff7300;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.learn-more:hover .arrow-icon {
  transform: translateX(6px);
}

.clickable-box {
  text-decoration: none;
}

.cQuoteTitle {
  padding-bottom: 0rem;
  padding-top: 2rem;
}

/* Base styles — Mobile first (default for ≤768px) */
.cQuoteTitle h2 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Larger screens (≥769px) */
@media screen and (min-width: 769px) {
  .cQuoteTitle h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 0;
    padding: 0;
  }
}

/* Optional: Medium desktops (≥993px) — if you want further scaling */
@media screen and (min-width: 993px) {
  .cQuoteTitle h2 {
    margin-top: 0;
  }
}

a.clickable-box:hover {
  box-shadow: none;
}

a.clickable-box:hover {
  display: inline-block;
  border-radius: 15px;
  filter: invert(1) grayscale(1);
  background-image: none;
  color: #000;
}

.cHomepageHeader {
  padding: 0rem 0 3rem;
  background-color: #0a0e15;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cGradient h3 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  letter-spacing: 1px;
}

.cOpenSource {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/menu-icons/open-source.webp);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: top 1px left;
  padding-left: 29px;
}

.cSaaS {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/menu-icons/increased-scalability.webp);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: top 3px left;
  padding-left: 29px;
  padding-bottom: 5px;
}

.cGradientx {
  mix-blend-mode: lighten;
}

.cGradientx img {
  mix-blend-mode: lighten;
}

.cBlackBG p a {
  text-decoration: underline;
  color: #cccccc;
}

.cBlackBG h3 {
  color: #fff;
}

.cBlackBG p a:hover,
.cBlackBG li a:hover,
.cBlackBG table td a:hover {
  text-decoration: none;
  color: #ff7300;
}

.gradient-border {
  display: inline-block;
  padding: 5px 46px;
  font-size: 16px;
  color: black;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(195deg, #ff7300, #f85fb1, #f5e420);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #14171e;
  border-radius: 18px;
  z-index: 1;
}

.cDarkGreyBG {
  &.cApiStrategy {
    background-color: #000;
    color: #eee;

    p,
    li {
      color: #ccc;
    }

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

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

.cLightGreyBG {
  &.cMultiLinksBlock {
    background-color: #f7f8fb;

    h4 {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 1.2rem;
      word-spacing: 3px;
      letter-spacing: 0.008rem;
      line-height: 1.8rem;
      color: #000;
      font-weight: 400;
      margin: 0 0 1.5rem;
    }

    ul.cNoStyle {
      list-style: none;
      padding: 0;
      margin: 1.5rem 0;

      li {
        padding: 5px 0;
        margin: 0;
      }

      a.cArticle {
        display: inline-block;
        background-image: url(//b.content.wso2.com/sites/all/2019-theme/images/icons/article.svg);
        background-position: left top 3px;
        background-repeat: no-repeat;
        padding: 0 0 0 32px;
        background-size: 22px;
        text-decoration: none;
        color: #434343;

        &:hover {
          color: #ff7300;
          text-decoration: underline;
        }
      }
    }
  }
}

.lighten-video {
  mix-blend-mode: lighten;
}

.bg-grey,
.bg-gray {
  background: #f7f8fb !important;
}

.bg-light_grey {
  background: #f1f1f1 !important;
}

.bg-f7f8fb {
  background: #f7f8fb !important;
}

.bg-black_gradient {
  background: linear-gradient(135deg,
      rgba(35, 43, 50, 1) 29%,
      rgba(20, 24, 28, 1) 47%,
      rgba(2, 5, 3, 1) 79%);
}

.bg-purple {
  background: #5567d5;
}

.bg-orange {
  background: #ff7300;
}

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

.zoomable:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}

.cBullet ul {
  padding-left: 0;
  margin: 0;
}

.cBullet li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cBullet li:before {
  content: "\2022";
  font-size: 24px;
  left: 3px;
  position: absolute;
  color: #5567d5;
}

.cBulletOrange li:before {
  color: #ff7300;
}

.cBulletNoStyle ul {
  margin: 1rem 0;
  padding: 0;
}

.cBulletNoStyle ul li {
  margin-bottom: 1rem;
}

/*** more link ***/
a.cOrangeMore {
  color: #ff7300;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2023/images/arrow-orange.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 10px top 10px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding-right: 40px;
}

a.cOrangeMore:hover {
  /** need to image to right arrow on hover **/
  background-position: right 2px top 10px;
}

/*** end of more link ***/

/** dark mode ***/
.Dark .bg-grey,
.Dark .bg-gray,
.Dark .bg-light_grey {
  background: #0f0f0f !important;
}

.variation-bg_shadow .container {
  padding: 4rem 4rem 1rem;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.cReduceWidthPara {
  padding: 0 13rem;
}

@media screen and (max-width: 992px) {
  .cReduceWidthPara {
    padding: 0;
  }

  .cReduceWidthPara1 {
    padding: 0;
  }

  .col-3-card-icon-text .row,
  .col-3-card-image-text .row {
    gap: 20px 0;
  }
}

iframe {
  max-width: 100%;
  border-radius: 0.9375rem !important;
}

/* Products Download Success Message */
#api-success-msg:not(:empty),
#server-success-msg:not(:empty),
#integration-success-msg:not(:empty) {
  line-height: 1.3rem;
  padding: 1rem 2rem;
  background-color: #439800;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 2rem;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-image: initial;
  color: #ffffff;
  border-bottom: 0px;
}

/* Choreo Pricing Comapre */
@media screen and (max-width: 768px) {
  .cTopCard .card-body {
    width: 100%;
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
  }

  .card-body table {
    min-width: 1000px;
    border-collapse: collapse;
  }

  .card-body .card-body th,
  .card-body .card-body td {
    white-space: nowrap;
    padding: 8px;
    border: 1px solid #ddd;
  }
}

/* Industry Recognization Cards Strong text */
span.cStrong {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.1rem;
}

.asgardio-changelog-landing-container .cTriangleBullet {
  text-align: left;
  padding-left: 0;
  margin: 0;
  word-wrap: break-word;
}

.asgardio-changelog-landing-container ul.cTriangleBullet li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
}

.asgardio-changelog-landing-container ul.cTriangleBullet li:before {
  content: "\2022";
  font-size: 24px;
  top: -7px;
  left: 3px;
  position: absolute;
  color: #ff7300;
}

#views-exposed-form-asgardeo-changelog-block-1 {
  margin-bottom: 60px;
}

.asgardio-changelog-landing-container.cImprovement .cProductTag {
  background-color: #ffcc74;
}

.asgardio-changelog-landing-container.cPremium .cProductTag {
  background-color: #00aeff;
}

.asgardio-changelog-landing-container.cFeature .cProductTag {
  background-color: #81fb55;
}

.asgardio-changelog-landing-container.cBugFix .cProductTag {
  background-color: #b600bd;
}

.asgardio-changelog-landing-container .asgardio-changelog-landing-row {
  border: 0 none;
  border-radius: 12px;
}

@media screen and (min-width: 992px) {
  .asgardio-changelog-landing-container .asgardio-changelog-landing-row {
    padding: 30px 60px;
  }
}

.cCareerBox h3 {
  min-height: 5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.cCareerBox .cTeamCountryArea {
  margin-bottom: 1.5rem;
  height: 50px;
}

.emptyRow p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

/* 2025 December 1 */

a {
  text-decoration: none !important;
}

p a {
  text-decoration: underline !important;
}

ul.cTriangleBullet li:before {
  content: "\2022";
  font-size: 24px;
  top: -2px;
  left: 3px;
  position: absolute;
  color: #ff7300;
}

ul.cTriangleBullet li {
  padding-left: 29px;
  font-size: 1rem;
  padding-bottom: 0.7rem;
  list-style-type: none;
  position: relative;
}

.cHighlighted {
  padding: 3rem 4rem !important;
  -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
}

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

a.cButton:hover {
  background-color: #ff7300 !important;
  border: solid 2px transparent;
  text-decoration: none !important;
}

.path-thank-you {
  background-color: #f7f8fb;
}

.cThankYouSection {
  padding: 6rem 0;
}

@media (min-width: 992px) {
  .cThankYouSection {
    padding: 13rem 0;
  }
}

.cThankYouSection h1 {
  font-weight: 500;
}

.cThankYouSection h2 {
  font-weight: 200;
}

.alert-danger {
  display: none !important;
}

.Plabel {
  font-weight: 500;
  color: #494848;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.captcha__title,
.captcha__description {
  display: none;
}

span.cShort {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

/* Path Certification Register List Page */
/* Page scope */
.path-certification-registration-list #block-wso2theme-content {
  overflow-x: auto;
  /* horizontal scroll */
  overflow-y: visible;
  max-width: 100%;
}

.path-certification-registration-list h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: .05rem;
  margin: 0 0 1.5rem;
  display: block;
  color: #434343;
  font-family: 'Roboto', sans-serif;
}

/* Table base */
.path-certification-registration-list table[data-striping="1"] {
  border-collapse: collapse;
  min-width: 1600px;
  /* forces horizontal scroll */
  width: max-content;
  background: #fff;
  border: 1px solid #cfcfcf;
}

/* Header */
.path-certification-registration-list table thead th {
  background-color: #d5d5d5;
  color: #434343;
  font-weight: 500;
  padding: 12px 14px;
  border: 1px solid #bfbfbf;
  text-align: left;
  white-space: nowrap;
}

/* Body cells */
.path-certification-registration-list table tbody td {
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  white-space: nowrap;
  vertical-align: top;
  font-weight: 500;
  color: #434343;
  font-family: 'Roboto', sans-serif;
}

/* Hover */
.path-certification-registration-list table tbody tr:hover {
  background-color: #f6f6f6;
}

/* Optional striping */
.path-certification-registration-list table[data-striping="1"] tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Tablesort links */
.path-certification-registration-list table thead th a {
  color: inherit;
  text-decoration: none;
}

.path-certification-registration-list table thead th a:hover {
  text-decoration: underline;
}

/* Tablesort icon spacing */
.path-certification-registration-list .tablesort {
  margin-left: 6px;
  vertical-align: middle;
}

.path-certification-registration-list ul.pager__items.js-pager__items {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 2rem 0;
}

.path-certification-registration-list li.pager__item.is-active {
  font-weight: bold !important;
  color:#000 !important;
}

.path-certification-registration-list .tbody tr {
  background-color: #f0f0f0;
}
.path-certification-registration-list ul.pager__items.js-pager__items li.pager__item {
    color: #494848 !important;
}