.termscontentlists {
  border: 1px solid #f0e9fc;
  border-radius: 12px;
  padding: 0px 0px 26px 30px;
  margin-bottom: 20px;
}

.termsSec h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29.05px;

  background: var(--primary-color);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 22px;
  border-bottom: 1px solid #f0e9fc;
  margin-bottom: 54px;
  padding-top: 4px;
}

.content > p:first-of-type {
  padding-top: 24px;
}

.content > p:not(:first-of-type) {
  padding-top: 20px;
}
.termsSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.usecaseLeft ul li span:hover {
  color: #222222;
}
strong {
  font-weight: 500;
  color: var(--secondary-color);
}
.termsSec p {
  font-size: var(--headDesc-font);
  line-height: 28.5px;
  color: var(--text-color);
  font-weight: 400;
}
.listItem {
  cursor: pointer;
}

.contentHeading p {
  font-weight: 600;
  margin-top: 0px;
  color: var(--secondary-color);
  line-height: 27px;
  font-size: var(--headDesc-font);
}

.contentHeading span {
  font-weight: 700;
  color: var(--bg-cta);
  line-height: 27px;
  font-size: var(--headDesc-font);
}
.toL {
  padding: 26px 0px 24px;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
  font-weight: 600;
}

.usecaseWrapper {
  display: flex;
  gap: 50px;
  margin-top: 80px;
}
.contentHeading {
  display: flex;

  gap: 8px;
}

.usecaseLeft {
  max-width: 254px;
  width: 100%;
  flex: 0 0 254px;
  position: sticky;
  top: 80px;
  align-self: start;
}

.termscontentlists p {
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 26px;
}

.usecaseLeft ul li span {
  font-size: var(--text-font);
  font-weight: 400;
  line-height: 16.94px;
  color: var(--text-color);
}

li::marker {
  color: var(--bullet-color);
  font-size: 1em;
}
.anchor {
  color: var(--bg-cta);
  text-decoration: none;
}

.anchor:hover {
  text-decoration: underline;
}

.usecaseLeft ul li + li {
  margin-top: 18px;
  max-width: 200px;
}

.content {
  margin-bottom: 40px;
}

.content ul li {
  font-size: var(--headDesc-font);
  font-weight: 400;
  line-height: 28.5px;
  color: var(--text-color);
  margin-top: 9px;
}
.content ul {
  padding: 0px 0px 0px 20px;
}

.content ul li::marker {
  color: var(--bg-cta);
  font-size: 1em;
}

.plansList li span {
  color: var(--secondary-color);
  font-weight: 500;
}
.plansList li {
  padding-top: 14px;
}
/* .active {
    font-size: 14px;
  } */

.usecaseLeft ul li.active span {
  color: var(--bg-cta);
  pointer-events: none;
  font-weight: 400;
  font-size: 14px !important;
}
.usecaseLeft ul li.active::marker {
  color: var(--bg-cta); /* Change the marker color */
}
.onMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .termsSec {
    padding-top: 40px;
  }
  .mobileStick {
  }
  .arrowDown {
    transition: transform 0.3s ease;
  }

  .navbar-brand img {
    height: 21px;
  }

  .arrowDown.rotate {
    transform: rotateX(180deg);
  }
  .usecaseWrapper {
    flex-direction: column;
  }
  .displayonDesktop {
    display: none;
  }
  .termscontentlists {
    border-radius: 0px;
    background: #ffffff;
    padding: 20px 0px 20px 30px;
  }

  .onMob p {
    margin-top: 0px !important;
    font-size: 17px !important;
    line-height: 24px !important;
    font-weight: 600;
    color: var(--secondary-color);
  }

  .onMob {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 10px 0px;
    position: sticky;
    top: 48px;
    border-bottom: 1px solid #e8e9ec;
  }
  .usecaseWrapper {
    display: flex;
    gap: 0px;
    margin-top: 10px;
  }
  .contentHeading p {
    font-weight: 600;
    margin-top: 0px;
    color: var(--secondary-color);
    line-height: 27px !important;
    font-size: var(--headDesc-font) !important;
  }

  .usecaseLeft {
    max-width: 100%;
    width: 100%;
    position: sticky;

    top: 96px;
  }

  .usecaseLeft {
    overflow: auto;
    height: 0;
    display: none;
    transition: height 0.3s ease;
  }
  .usecaseLeft ul li + li {
    margin-top: 18px;
    max-width: 327px;
  }

  /* .navlink {
      display: none;
    } */
  .usecaseWrapper {
    flex-direction: column;
  }
  .termsSec p {
    line-height: 24.7px;
    font-size: var(--headDesc-font-mob);
  }
  .termsSec h1 {
    font-size: 22px;
    line-height: 30px;
    background: linear-gradient(49.81deg, #063e41 16.76%, #018751 44.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .content ul li {
    font-size: 13px;
    line-height: 24.7px;
  }
}
