.goal-timeline {
  background-color: #f5f5f5;
  border: 1px solid #c5c7cb;
  border-radius: 8px;
  margin-inline: 0.5rem;
}

.goal-timeline .heading {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 50px;
}

.goal-timeline .heading .divider {
  background-color: #e5e7eb;
  height: 60%;
  width: 1px;
}

.goal-timeline .info-goal {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-block: 1rem;
}

.goal-timeline .info-goal .divider {
  background-color: #e5e7eb;
  height: 150px;
  width: 1px;
}

.goal-timeline .info-goal .left-side .first {
  position: relative;
  height: 90px;
}

.goal-timeline .info-goal .left-side .first img:nth-of-type(2) {
  position: absolute;
  right: 0px;
}

.goal-timeline .info-goal .right-side .first {
  position: relative;
  height: 90px;
}

.goal-timeline .info-goal .right-side .first img:nth-of-type(2) {
  position: absolute;
  right: 45px;
}

.promise-of-result-card {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #c5c7cb;
  background-color: #f5f5f5;
  margin-inline: 0.5rem;
  margin-block: 1rem;
}

.path-timeline {
  background-color: #eeeeff;
  padding: 2rem;
  margin-inline: 0.5rem;
}

.path-timeline .info {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0.4rem;
  margin-inline: auto;
  margin-top: 1rem;
}

.path-timeline .info:nth-of-type(3) {
  max-width: 280px;
}

.bullet-point-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  margin-inline: 0.5rem;
}

.bullet-point-container.custom-placement {
  max-width: 300px;
  margin-inline: auto;
}

.bullet-point-container .bullet {
  display: flex;
  align-items: start;
  gap: 0.4rem;
}

.bullet-point-container .bullet img {
  width: 24px;
}

.target {
  display: flex;
  align-items: start;
  gap: 0.4rem;
  max-width: 350px;
  margin-inline: auto;
}

.target img {
  width: 24px;
}

.info-research {
  max-width: 350px;
  margin-inline: auto;
}

.pay-button {
  border: none;
  background: transparent;
  width: 100%;
}

.pay-button:disabled #pay-gif {
  display: none;
}

.pay-button:not(:disabled) #circle-progress {
  display: none;
}

.plan-description {
  font-style: italic;
  max-width: 380px;
  margin-inline: auto;
  font-size: 11px;
}

.pay-safe-secure {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem;
  background-color: #f2f9ed;
  max-width: 200px;
  margin-inline: auto;
  margin-block: 1rem;
}

.pay-safe-secure img {
  width: 24px;
}

.pay-option {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.money-back-card {
  background-color: #f5f5f5;
  padding: 2rem;
  margin: 0.5rem;
}

.money-back-card img {
  margin-inline: auto;
}

.testimonial-container {
  margin-bottom: 2rem;
}

.testimonial-container .heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.testimonial-container .heading img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.testimonial-container .testimonial {
  border: 1px solid #c5c7cb;
  border-radius: 17px;
  padding: 20px;
}

.testimonial-container .testimonial .stars {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.price-plans-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-block: 2rem;
}

.price-plans-container .normal-price-plan {
  width: 90%;
  margin-inline: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #c5c7cb;
  border-radius: 8px;
}

.price-plans-container .normal-price-plan.active {
  border: 1px solid #2a9317;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.price-plans-container .normal-price-plan.active .active-text-color {
  color: #354c23;
}

.price-plans-container .normal-price-plan .pricing-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-plans-container
  .normal-price-plan
  .pricing-container
  .price-plan-container {
  text-align: left;
}

.price-plans-container
  .normal-price-plan
  .pricing-container
  .last-digit-container {
  text-align: left;
  margin-top: 0.5rem;
  margin-left: 0.2rem;
}
.price-plans-container
  .normal-price-plan
  .pricing-container
  .last-digit-container
  .price-info {
  font-size: 8px;
}

.price-plans-container .before-discound-price {
  text-align: right;
  margin-right: 0.4rem;
  font-size: 15px;
  text-decoration: line-through;
}

.price-plans-container .before-discound-price.hidden {
  display: none;
}

.price-plans-container .image-background {
  background-image: url("https://api.survivy.com/images/36-arrow-box.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 60px;
  padding-top: 0.2rem;
  padding-left: 0.8rem;
  display: flex;
  align-items: start;
  justify-content: center;
}

.price-plans-container .popular-price-plan {
  width: 90%;
  margin-inline: auto;
  background-color: transparent;
  border: 1px solid #c5c7cb;
  border-radius: 8px;
  overflow: hidden;
  padding: 0px;
}

.price-plans-container .popular-price-plan .popular-section {
  background-color: var(--primary-color);
  width: 100%;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding-block: 0.3rem;
}
.price-plans-container .popular-price-plan .popular-section img {
  width: 22px;
}

.price-plans-container .popular-price-plan-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 6px;
}

.price-plans-container .popular-price-plan.active {
  border: 1px solid #2a9317;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.price-plans-container .popular-price-plan.active .active-text-color {
  color: #354c23;
}

.price-plans-container .popular-price-plan-flex .pricing-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-plans-container
  .popular-price-plan-flex
  .pricing-container
  .price-plan-container {
  text-align: left;
}

.price-plans-container
  .popular-price-plan-flex
  .pricing-container
  .last-digit-container {
  text-align: left;
  margin-top: 0.5rem;
  margin-left: 0.2rem;
}
.price-plans-container
  .popular-price-plan-flex
  .pricing-container
  .last-digit-container
  .price-info {
  font-size: 8px;
}

.price-plans-container .real-price {
  margin-right: 0.2rem;
  text-decoration: line-through;
}
.price-plans-container .real-price.active {
  text-decoration: none;
}

.price-plans-container h2 {
  font-size: 17.2px;
}

.error-purchase-msg {
  display: flex;
  align-items: start;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #e12d39;
  background-color: #ffe3e3;
}

.error-purchase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-block: 1rem;
}

.error-purchase-container.hidden {
  display: none;
}

.circle-progress {
  margin-inline: auto;
  width: 80px;
  margin-top: 1rem;
}

.discounted-price.hidden {
  display: none;
}

.timer-discount-expire {
  background-color: #f9f4eb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.6rem;
  margin-top: 2rem;
  width: 90%;
  margin-inline: auto;
}

.timer-discount-expire.hidden {
  display: none;
}

.timer-discount-expire img {
  width: 24px;
}

.logo-hidden {
  display: none;
}
