.img-corner-icon {
  position: absolute;
  bottom: 15px;
  right: 55px;
  width: 80px;
  height: 80px;
}

.custom-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 26px;
}

.custom-list ul li::before {
  content: "";
  position: absolute;
  left: 0;

  width: 26px;
  height: 26px;
  background-image: url("/wp-content/themes/tally/assets/images/common-blog/tickmark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-list-border ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/tally/assets/images/common-blog/blue-border-tickmark.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.check-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  background-image: url("/wp-content/themes/tally/assets/images/common-blog/blue-border-tickmark.png");
  /* Replace with your actual check icon path */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.feature-list li {
  margin-bottom: 18px;
  color: #000;
}

/*  */
.tablinks {
  color: #000000;
  border-bottom: 1.4px solid #dcdcdc;
  cursor: pointer;
}

.tablinksActive {
  background: #7ec5ed;
  font-weight: 500;
}

.faq-toggle {
  transition: transform 0.3s ease;
  width: 30px;
  height: auto;
}

.faq-item {
  margin-bottom: 20px;
  padding: 10px 20px 30px;
  cursor: pointer;
  border-bottom: 1px solid #8e8e93;
}

.faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.faq-item .faq-content {
  display: none;
  margin-top: 20px;
  text-align: left;
}

.faq-item.active .faq-content {
  display: block;
}

.promo-section {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.promo-bg-stroke {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 700px;
  z-index: 0;
}

.promo-person {
  max-width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

.promo-section .btn {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
}
