.eligibility-card {
  border-radius: 12px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
  /* padding: 2rem; */
  background: #fff;
}

.section-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.btn-orange {
  background: #f97316;
  border: none;
  color: #fff;
}

.btn-orange:hover {
  background: #ea580c;
  color: #fff;
}

#eligible .loan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  /* border: 1px solid #D8D8D8; */
  padding: 6px 10px;
  margin-bottom: 8px;
  border-radius: 4px;
  text-align: left;
}

#eligible .loan-row label {
  flex: 1;
  margin: 0;
  font-weight: 500;
  color: #333;
}

#eligible .loan-row .value input {
  background: #fff5f5;
  border: none;
  outline: none;
  width: auto;
  min-width: 60px;
  text-align: right;
  color: #111;
  max-width: 100px;
}

#eligible .loan-row .value input:focus {
  border: none;
  outline: none;
  background: #fff5f5;
}

.loan-row {
  background: #f1f1f1;
  /* light gray */
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loan-row label {
  margin: 0;
  font-weight: 500;
}

.loan-row .value {
  text-align: right;
  font-weight: 600;
}

.rupee-input {
  display: flex;
  align-items: center;
}

.rupee-input span {
  background: #f1f1f1;
  padding: 0.4rem 0.75rem;
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: 0.375rem 0 0 0.375rem;
}

.rupee-input input {
  border-radius: 0 0.375rem 0.375rem 0;
  flex: 1;
}

.rupee-input input:focus {
  box-shadow: none !important;
}

.not-eligibility-card {
  margin: 50px auto;
  background: #ffecec;
  /* light red background */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.not-eligibility-card .icon {
  font-size: 40px;
  color: #d8000c;
  /* red cross */
}

.not-eligibility-card h2 {
  color: #d8000c;
  margin: 10px 0;
  font-size: 20px;
}

.not-eligibility-card p {
  color: #333;
  font-size: 14px;
  margin: 5px 0 15px;
}

.not-eligibility-card hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 15px 0;
}

.tips {
  text-align: left;
  margin-top: 10px;
}

.tips h3 {
  color: #d9534f;
  /* red heading */
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tips ul {
  padding-left: 18px;
  margin: 0;
  font-size: 14px;
  color: #333;
}

.stepper {
  display: flex;
  align-items: center;
  background: #fff5f5;
  border: 1px solid #d8d8d8;
  padding: 6px 10px;
  border-radius: 4px;
  width: fit-content;
}

.stepper input {
  border: none;
  background: #fff5f5;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  width: auto;
  min-width: 60px;
}

.stepper .buttons {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
}

.stepper button {
  border: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  line-height: 10px;
  color: #555;
}

.stepper button:hover {
  color: #000;
}
.step-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  background: #fff;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #f97316;
  /* Orange */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 15px;
  font-size: 18px;
}

.text-green {
  color: green;
}

.text-light-green {
}

.bg-light-green {
  background-color: #dcfce7;
}
.w-fit {
  width: fit-content;
}

.highlight-card {
  background: #f98f29;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
}

.success-card {
  background: #f98f29;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  display: none;
  text-align: center;
  display: none;
}

.success-card.active {
  display: block;
  transition: opacity 0.5s ease;
}

.svg {
  position: absolute;
  top: 80px;
  left: -40px;
  overflow: visible;
  pointer-events: none;
}

.path {
  stroke: black;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s linear;
}

.show-path {
  stroke-dashoffset: 0;
}

.card-cont {
  background-image: url("/wp-content/themes/tallyfinancialservice/assets/images/loan-eligibility/callback-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* scales to fill */
  background-position: center;
}

.footer-callbak {
  height: auto;
  transition: min-height 2s linear;
}

.footer-callbak.active {
  height: 590px;
}

.footer-callbak-bg {
}

@media (max-width: 900px) {
  #arrowSvg {
    display: none;
  }

  .footer-callbak.active {
    height: auto;
  }
}
