.contentFirst {
  margin-bottom: 40px;
}

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

.contentFirst ul {
  padding: 0px 0px 0px 20px;
}

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

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

.termsSec h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 29.05px;
  color: var(--secondary-color);
  padding-bottom: 22px;
  border-bottom: 1px solid #f0e9fc;
  margin-bottom: 54px;
}

.termsSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

strong {
  font-weight: 500;
  color: var(--secondary-color);
}

.termsSec p {
  margin-top: 16px;
  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 !important;
  font-size: var(--headDesc-font) !important;
}

.contentHeading span {
  font-weight: 600;
  color: var(--bg-cta);
  line-height: 27px;
  font-size: var(--headDesc-font);
}

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

.contentHeading {
  display: flex;

  gap: 8px;
}

.usecaseLeft {
  max-width: 254px;
  width: 100%;
  flex: 0 0 232px;
  position: sticky;
  top: 115px;
  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: 13px;
  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: underline;
}

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

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

.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: 13px !important;
}

.usecaseLeft ul li.active::marker {
  color: var(--bg-cta);
  /* Change the marker color */
}

.onMob {
  display: none;
}

@media screen and (max-width: 768px) {
  .arrowDown {
    transition: transform 0.3s ease;
  }

  .termsSec h1 {
    border-bottom: none;
    margin-bottom: 0px;
  }

  .arrowDown.rotate {
    transform: rotateX(180deg);
  }

  .usecaseWrapper {
    flex-direction: column;
  }

  .displayonDesktop {
    display: none;
  }

  .termscontentlists {
    border-radius: 0px;
  }

  .onMob p {
    margin-top: 0px !important;
    font-size: 15px !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: 53px;
    border-bottom: 1px solid #e8e9ec;
  }

  .usecaseWrapper {
    display: flex;
    gap: 0px;
    margin-top: 10px;
  }

  .usecaseLeft {
    max-width: 100%;
    width: 100%;
    position: sticky;
    flex: 0 0 245px;

    top: 97px;
  }

  .usecaseLeft {
    overflow: auto;
    height: 0;
    display: none;
    transition: height 0.3s ease;
  }

  .termscontentlists {
    background: #ffffff;
    padding: 20px 0px 20px 29px;
  }

  .termsSec p {
    line-height: 24.7px;
    font-size: var(--headDesc-font-mob);
  }

  .termsSec h1 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 65px;
  }

  .content ul li {
    font-size: 13px;
    line-height: 24.7px;
  }
}