.refundcontentlists {
  border: 1px solid #f0e9fc;
  border-radius: 12px;
  padding: 0px 21px 46px 30px;
}
strong {
  font-weight: 500;
  color: var(--secondary-color);
}

.refundSec h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31.47px;
  background: var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 8px;
}
.refundSec h1 span {
  background: var(--primary-color);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.firstSubHeading {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 29.05px !important;
  color: var(--secondary-color) !important;
}

.secondSubHeading {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 29.05px !important;
  color: var(--secondary-color) !important;
}

.refundSec 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;
  font-size: var(--headDesc-font);
}
.keypointOverview p {
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 27px;
  font-size: var(--headDesc-font);
  margin-top: 24px;
}

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

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

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

.refundcontentlists 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;
}

.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;
    } */
li::marker {
  color: rgba(18, 18, 18, 1);
  font-size: 1em;
}

.usecaseLeft ul li.active span {
  color: var(--bg-cta);
  pointer-events: none;
  font-weight: 400;
}
.usecaseLeft ul li.active::marker {
  color: var(--bg-cta); /* Change the marker color */
}
.content ol li {
  font-size: var(--headDesc-font);
  font-weight: 400;
  line-height: 28.5px;
  color: var(--text-color);
  margin-top: 9px;
  list-style: none;
}

.onMob {
  display: none;
}
.contentFirst {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .refundSec {
    padding-top: 40px;
  }
  .arrowDown {
    transition: transform 0.3s ease;
  }

  .arrowDown.rotate {
    transform: rotateX(180deg);
  }
  .usecaseWrapper {
    flex-direction: column;
  }
  .displayonDesktop {
    display: none;
  }

  .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: 49px;
    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: 97px;
    overflow: auto;
    height: 0;
    display: none;
    transition: height 0.3s ease;
    max-height: 90px;
  }

  .firstSubHeading {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 21.78px !important;
    color: var(--secondary-color) !important;
  }

  .secondSubHeading {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 21.78px !important;
    color: var(--secondary-color) !important;
  }

  .usecaseWrapper {
    display: flex;
    gap: 0px;
    margin-top: 15px;
  }
  .usecaseWrapper {
    flex-direction: column;
  }
  .refundSec p {
    line-height: 24.7px;
    font-size: var(--headDesc-font-mob);
  }
  .refundSec h1 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
  }
  .content ul li {
    font-size: 13px;
    line-height: 24.7px;
  }
  .refundcontentlists {
    border: 1px solid #f0e9fc;
    border-radius: 0px;
    padding: 15px 21px 15px 30px;
    background: #ffffff;
  }
  .refundcontentlists p {
    margin-bottom: 20px;
    margin-top: 26px;
  }

  .content ol li {
    font-size: var(--headDesc-font-mob);
    font-weight: 400;
    line-height: 24.7px;
    color: var(--text-color);
    margin-top: 9px;
    list-style: none;
  }
}
