.score-card {
  background-color: #f7f9fc;
  border-radius: 12px;
  padding: 20px;
}

.score-value {
  color: #8b4de9;
  /* Purple */
  font-size: 2rem;
  font-weight: 700;
}

.progress {
  height: 8px;
  border-radius: 10px;
  background-color: #e5e5e5;
}

.progress-bar-purple {
  background-color: #a34ee3;
  border-radius: 10px;
}

.score-labels {
  font-size: 0.85rem;
  color: #555;
}
/*  */

.loading-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #149ec2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.message {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  color: #333;
  min-height: 24px;
}

.accordion-button:not(.collapsed) {
  background-color: #f1f5f9;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color) !important;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
/*  */

/* Small devices (phones landscape, small tablets) */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-bg {
    background-position-y: -20px !important;
    /* height: 700px !important; */
  }
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-bg {
    background-position-y: 40px !important;
    /* height: 600px !important; */
  }
}

/* Large devices (laptops/desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-bg {
    background-position-y: -15px !important;
    /* height: 600px !important; */
  }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .hero-bg {
    background-position-y: -145px !important;
    height: 585px !important;
  }
}

/* Ultra-wide screens */
@media (min-width: 1600px) and (max-width: 1999px) {
  .hero-bg {
    background-position-y: -270px !important;
    height: 700px !important;
  }
}

/* Super ultra-wide screens */
@media (min-width: 2000px) {
  .hero-bg {
    background-position-y: -473px !important;
    height: 830px !important;
  }
}

.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;
}

.btn-orange {
  background: #f97316;
  border: none;
  color: #fff;
}

.btn-orange:hover {
  background: #ea580c;
  color: #fff;
}

@media (max-width: 900px) {
  #arrowSvg {
    display: none;
  }

  .footer-callbak.active {
    height: auto;
  }
}
