@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Montserrat", serif;
  margin: 0;
  padding: 0;
  background-color: #F3E6D8;
  background-color: #FDECEB;
}
.scraped-container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.progress {
  margin-top: 50px;
  flex-grow: 1;
  height: 3px;
  background-color: #E8F5E9;
  background-color: #000000;
  background-color: #F5B1B3;
  border-radius: 4px;
  overflow: hidden;
}
.progress div {
  height: 100%;
  width: 0%;
  background-color: #ffffff;
  transition: width 0.3s ease;
}
.arrow {
  cursor: pointer;
  margin-left: 30px;
  font-size: 20px;
  margin-top: -50px;
  display: block;
}
.lead {
  display: none;
}
.lead.active {
  display: block;
}
.row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.box {
  flex: 1;
  /* height: 50px; */
  /* margin: 5px; */
  margin: 0 0 10px;
  padding: 15px 15px;
  background-color: #ffffff;
  /* text-align: center; */
  /* line-height: 50px; */
  cursor: pointer;
  border-radius: 5px;
}
.box.selected {
  background: #F5B1B3;
  border-color: #F5B1B3;
  color: #ffffff;
}

#lead-2 .box.selected {
  background: #F5B1B3;
  border-color: #F5B1B3;
}
/* .bo {
  border: 2px solid #fff;
}
.bo.selected {
  border-width: 2px;
  border-style: solid;
  border-color: #c98e4a;
  border-radius: 5px 5px 0 0;
} */
.button {
  width: 100%;
  display: block;
  padding: 15px 20px;
  background: #F5B1B3;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 17px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

.logo {
  text-align: center;
  padding: 30px 0;
}

.logo img {
  width: 180px;
  /* mix-blend-mode: color-burn; */
}

.main_cnt {
  padding: 0 0 50px;
}

.lead_1_img {
  cursor: pointer;
}

.lead_1_img img {
  transition: 0.2s;
  max-width: 200px;
  border: 2px solid transparent;
}

.lead_1_img img:hover {
  border-width: 2px;
  border-style: solid;
  border-color: #F5B1B3;
  border-radius: 5px 5px 0 0;
}

.lead_1_img p {
  background: #F5B1B3;
  border-top-color: #F5B1B3;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin: -5px 0 0;
}

#lead-1 h2 {
  text-align: center;
}

#lead-1 .row {
  max-width: 450px;
  margin: 0 auto;
}

.bo {
  margin-bottom: 20px;
}

.title h2 {
  text-align: center;
}

.lead_cnt {
  max-width: 400px;
  margin: 0 auto;
}

#lead-2 .box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  gap: 12px;
  line-height: initial;
  text-align: left;
}

#lead-2 .box p {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

#lead-2 .box:hover {
  background: #F5B1B3;
  border-color: #F5B1B3;
  transform: translateY(-1px);
  box-shadow: 1px 1px 2px #0000000d;
}

#lead-2 .box:hover p {
  color: #ffffff;
}

#lead-2 .box.selected p {
  color: #ffffff;
}

.title {
  padding: 50px 0 50px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.title h2 {
  text-align: center;
  margin: 0;
  font-size: 30px;
}

.box span {
  display: block;
  margin: 0;
  font-weight: 300;
}

.box p {
  margin: 0;
  font-weight: 600;
}

#lead-10 .box img {
  width: 30px;
}

.box:hover {
  background: #F5B1B3;
  border-color: #F5B1B3;
  transform: translateY(-1px);
  box-shadow: 1px 1px 2px #0000000d;
  color: #ffffff;
}

.box:hover span {
  color: #ffffff;
}

.lead_cnt button {
  display: block;
}

#lead-11 {
  text-align: center;
}

#lead-11 .lead_cnt img {
  width: 100%;
}

#lead-11 .lead_cnt h3 {
  font-size: 32px;
  color: #F5B1B3;
  text-decoration: underline;
  margin: 20px 0;
}

#lead-11 .lead_cnt p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  color: #505051;
  margin: 0 0 30px;
}

.lead_cnt img {
  width: 100%;
}

.lead_14_cnt {
  background-color: #ffffff;
  box-shadow: 0 0 10px #00000014;
  border-radius: 8px;
  padding: 10px;
}

.lead_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lead_top h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}

.lead_top p {
  margin: 0;
  display: inline-block;
  padding: .2em 1.2em;
  text-transform: none;
  border-radius: .8em;
  background: #FCE3E3;
  color: #F04D4D;
  font-size: 1.2em;
}

.lead_14_img {
  text-align: center;
}

.lead_14_img img {
  max-width: 220px;
}

.summary-result-card-progress {
  border-radius: 100px;
  background: #F8F7FA;
  width: 100%;
  display: flex;
  align-items: center;
  padding: .4em;
  margin-bottom: .4em;
}

.slider {
  width: 100%;
  position: relative;
  height: .8em;
  display: flex;
  justify-content: space-evenly;
  border-radius: 100px;
  background: linear-gradient(90deg,#96d9ff 1.63%,#b7f5a8 24.72%,#f9eb7c 54.9%,#e96b58 81.94%);
}

.slider .line {
  background: #F8F7FA;
  width: .2em;
  height: 100%;
}

.slider .circle {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 2em;
  height: 2em;
  background: #fff;
  border: .3em solid rgba(63,72,82,.2);
  box-shadow: 0 .3em .7em #4446404d;
  border-radius: 2em;
  transform: translateY(-50%);
  transition: all 1.5s ease-in-out;
  left: 85%;
  animation: slideRight 1.5s ease-in-out forwards;
}

.slider .tool {
  /* opacity: 0; */
  animation: fadeIn 1s ease-in-out forwards;
  position: absolute;
  top: -4em;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9em;
  height: 2.4em;
  background: #3f4852;
  text-align: center;
  transform: translate(-50%);
  border-radius: .4em;
}

.slider .tool::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-top: .6em solid #3f4852;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  transform: translate(-50%,-.1em);
}

.slider .tool .app-text {
  color: #fff;
}

.app-text.p5 {
  font-size: 1.2em;
  line-height: 150%;
}

.scale-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2em .8em;
}

.level_cnt {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #FCE3E3;
  padding: 25px 25px;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}

.level_icon i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #F9BDBD;
  color: #F04D4D;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.level_text p {
  margin: 0 0 10px;
  font-size: 15px;
}

.level14_grid {
  margin: 15px 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 15px;
}

.l14g_cnt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: .8em;
  gap: .8em;
  border-radius: .8em;
  background: #ffffff;
  box-shadow: 0 0 5px #00000010;
}

.l14g_text p {
  margin: 0;
}

.l14g_text h4 {
  margin: 5px 0 0;
}

.l14g_icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 65px;
  background-color: #EFF9FC;
  border-radius: .8em;
}

.l14g_icon img {
  width: 30px;
}

.progress-container {
  max-width: 600px;
  padding: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bar-wrapper {
  position: relative;
  width: 80px;
  margin: 0 5px;
}

.background-bar {
  position: absolute;
  width: 100%;
  height: 275px;
  background-color: #fff;
  border-radius: 15px;
  bottom: 0;
  box-shadow: 0 0 2px #0000004d;
}

#dec {
  background: #85c1e9;
  height: 80px;
}
.bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 15px;
  transform-origin: bottom;
  animation: riseUp 1s ease forwards;
}

.month-label {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  color: #000;
  z-index: 999;
}

.bar-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  height: 300px;
  padding-bottom: 40px;
  position: relative;
}

#nov4 {
  background: #9ce579;
  height: 110px;
}

#nov3 {
  background: #f4e69d;
  height: 160px;
}

#nov1 {
  background: #e6b18c;
  height: 180px;
}

#nov2 {
  background: #f4cc9c;
  height: 210px;
}

.goal-indicator {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  animation: goalFadeIn .5s ease forwards 1s;
}

.goal-bubble, .goal-circle {
  animation-name: goalFadeIn;
}

.goal-bubble {
  background: #4caf50;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-family: Arial,sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.goal-circle {
  width: 20px;
  height: 20px;
  background: #4caf50;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border: 4px solid white;
  box-shadow: 0 0 0 2px #4caf50;
}

#oct {
  background: #e6978c;
  height: 250px;
}

.pb_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.pb_text p {
  margin: 0;
}

.pb_text i {
  color:#4caf50;
}

#progress-container {
  padding: 40px 0;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.modal-buttons .button {
    width: 40%;
    background-color: #4caf50;
}

.modal-content p {
  font-size: 1.1em;
}

.modal-content span {
  color: #4a4a4a;
  font-size: .9em;
}

.fa-xmark {
  color: red;
  font-size: 20px;
}

.fa-square-check {
  color: #0CC71D;
  font-size: 20px;
}

#lead-2 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}

#lead-10 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}

#lead-3 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}

#lead-4 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#lead-5 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#lead-6 .box {
  display: flex;
  align-items: center;
  gap: 10px;
}

#owl-csel1 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

#lead-2 .lead_cnt {
  max-width: 1050px;
}

#lead-2 .lead_cnt img {
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

#lead-2 button {
  max-width: 400px;
  margin: 30px auto 0;
}

.lead_8_cnt {
  border-radius: 10px;
  padding: 40px 40px;
  background-color: #e6978c;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px;
  place-items: center;
  margin: 40px 0;
}

.l8_img img {
  width: 100%;
}

.l8_left h3 {
  font-size: 28px;
  color: #ffffff;
  margin: 0;
}
.l8_left h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 20px 0;
}
.l8_left p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

#lead-17 img {
  width: 100%;
  border-radius: 4px;
}

#lead-17 h4 {
  font-size: 22px;
  text-align: center;
}

.terms p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  line-height: 28px;
}

.terms p a {
  color:#e6978c;
}










@media screen and (max-width: 767px) {

  .lead_1_img img {
    max-width: 130px;
  }

  .logo img {
    width: 130px;
  }

  .arrow {
    margin-left: 13px;
    font-size: 25px;
    margin-top: -64px;
  }

  .progress {
    margin-top: 30px;
  }

  .lead_1_img p {
    font-size: 13px;
  }

  .title {
    padding: 30px 0 25px;
  }

  .title h2 {
    font-size: 26px;
  }

  .lead_top h3 {
    font-size: 15px;
  }

  .lead_top p {
    font-size: 14px;
  }

  .slider .circle {
    width: 20px;
    height: 20px;
  }

  .summary-result-card-progress {
    margin-bottom: .8em;
  }

  .scale-panel {
    padding: 0 .8em .6em;
  }

  .slider .tool {
    width: 4.5em;
    height: 2em;
    top: -3em;
  }

  .app-text.p5 {
    font-size: 11px;
  }

  .level_cnt {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: #FCE3E3;
    padding: 15px 15px;
    border-radius: 20px;
    width: initial;
    margin: 0 auto;
  }

  .level_text p {
    font-size: 13px;
  }

  .level14_grid {
    grid-template-columns: repeat(1,1fr);
  }


  .bar-wrapper {
    width: 55px;
    margin: 0 1px;
  }

  .bar-container {
    height: 200px;
    gap: 5px;
  }

  .progress-container {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 10px;
    margin-top: 0px;
  }

  .background-bar {
    height: 175px;
  }

  #dec {
    height: 51px;
  }

  #nov4 {
    height: 70px;
  }

  #nov3 {
    height: 102px;
  }

  #nov1 {
    height: 115px;
  }

  #nov2 {
    height: 135px;
  }

  #oct {
    height: 160px;
  }

  .goal-circle {
    width: 9px;
    height: 9px;
  }

  .goal-bubble {
    font-size: 12px;
    padding: 3px 8px;
  }

  .lead_8_cnt {
    padding: 20px 15px;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 5px;
    margin: 40px 0;
  }


}



