* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

/* header section */
.heade_img {
  padding: 5px 16px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heade_img svg {
  width: 46px;
  height: 16px;
}

.choose_card {
  margin-bottom: 16px;
}

.choose_bx {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  /* padding: 0 0 0 20px; */
  border-radius: 14px;
  background-color: #f2f2ef;
  width: 100%;
  max-width: 568px;
  height: 90px;
  margin: auto;
  cursor: pointer;
}

.choose_pic img {
  width: 90px;
  height: 90px;
}

.choose_head h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.choose_sec {
  padding-top: 48px;
}

.choose_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
}

.choose_bx.active {
  background-color: #349760;
}

.choose_bx.active .choose_title p {
  color: #fff;
}

.messurement_form {
  width: 100%;
  max-width: 568px;
  margin: auto;
}

.messure_nav {
  width: 100%;
  max-width: 110px;
  height: 39px;
  margin: 0px auto 32px;
  background-color: rgb(242, 242, 239);
  border-radius: 100px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #356d4e;
  border-radius: 100px;
  font-size: 13px;
  height: 36px;
  width: 55px;
}

.nav-pills .nav-link {
  font-size: 13px;
  color: #666665;
  width: 55px;
}

.messure_label {
  font-weight: 500;
  font-size: 16px;
  margin: 0px 0px 8px 24px;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}

.messure_input {
  height: 64px;
  background-color: rgb(242, 242, 239);
  border: 1px solid transparent;
  border-radius: 12px;
  position: relative;
}

.messure_input:focus {
  background-color: rgb(242, 242, 239);
  border: 1px solid transparent;
  box-shadow: unset;
}

.messure_input::placeholder {
  font-size: 24px;
  color: #dbdbd9;
}

.messure_btn {
  background-color: #349760;
  height: 52px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messure_btn:hover {
  background-color: #43bb5e;
  color: #fff;
}

.input_txt {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 18px;
  right: 15px;
}

.submited_sec {
  width: 568px;
  margin: auto;
}

.submit_title img {
  margin-bottom: 32px;
}

.submit_title p {
  font-weight: 700;
  font-size: 24px;
}

.submit_title {
  margin-bottom: 42px;
}

.progress {
  background-color: rgb(242, 242, 239);
  height: 6px;
  padding: 0px 1px;
  margin: 0 16px;
  border-radius: 3px;
}

.progress-bar {
  background-color: #356d4e;
}

.left_arrow svg {
  width: 24px;
  height: 24px;
}

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

.position-relative .age-error {}

input[type="radio"] {
  appearance: none;
  display: none;
}

label {
  font-size: 20px;
  display: flex;
  align-items: center;
  background-color: inherit;
  overflow: hidden;
  transition: linear 0.3s;
  width: 100%;
  max-width: 568px;
  height: 90px;
  border-radius: 14px;
  padding: 12px 20px 12px 30px;
}

input[type="radio"]:checked+div {
  background-color: #349760;
  color: #f1f3f5;
  font-weight: 900;
  transition: 0.3s;
  border-radius: 14px;
}

/* media query */
@media (max-width: 480px) {
  .choose_head h2 {
    font-size: 18px;
  }
}

.error-inline {
  color: red;
  border-color: red;
  font-size: 15px;
}

.bRMydk {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.sc-llyFOc {
  width: 100%;
  max-width: 343px;
}

/* offer page */

.offer_info {
  margin-bottom: 24px;
}

.offer_icon img {
  width: 1.5rem;
}

.offer_txt p {
  font-size: 18px;
  margin-left: 16px;
}

.offer_info2 span {
  font-size: 1.4rem;
  color: #349760;
  margin-top: 14px;
  border-bottom: 1px solid #349760;
  font-weight: 700;
}

.offer_title h5 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
}

.offer_icon1 {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background-color: #a2e5c0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

.offer_icon1 i {
  color: #349760;
  font-size: 0.623rem;
}

.offer_info3 {
  margin-top: 24px;
}

.offer_txt1 p {
  font-size: 16px;
  margin-left: 10px;
}

.price_title h5 {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.txt_price h5 {
  padding: 1.2rem 0;
  font-weight: 400;
  font-size: 16px;
}

.txt_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.require_txt p {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #6a6d82;
}

.money_back_sec {
  background: #f6f7f9;
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.money_back_sec img {
  width: 26%;
  height: auto;
  min-width: 112px;
}

.offer_details h5 {
  margin-top: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.offer_details p {
  color: #6c6c6c;
  font-size: 0.84rem;
}

.trial_offer {
  margin-top: 1.4rem;
  padding-left: 1rem;
}

.trial_offer i {
  font-size: 12px;
  padding-top: 4px;
  color: #349760;
}

.pera_offer {
  margin-bottom: 16px;
}

.pera_offer h5 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.pera_offer p {
  font-size: 0.84rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.download_img img {
  width: 440px;
  height: auto;
  margin: auto;
}

.download_sec {
  padding-top: 20px;
}

.download_contain h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.download_info h6 {
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  width: 100%;
}

.download_info h6 span {
  font-size: 18px;
  font-weight: 700;
}

.download_info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: start;
  width: 100%;
  margin-left: 28px;
}

.download_info p a {
  text-decoration: none;
}

.download_info {
  margin-left: 40px;
  margin-right: 40px;
}


.download_btn {
  padding: 20px;
  font-size: 18px;
  background-color: #349760;
  color: #fff;
  border-radius: 12px;
}

.download_note p {
  background-color: rgb(255 222 160);
  border: 3px solid #ffb42a;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 40px;
}

.qr_img img {
  width: 250px;
}

.download_Qr p {
  font-size: 19px;
}

.logo-img {
  width: 250px;
}

@media (max-width: 567px) {
  .logo-img {
    width: 190px;
  }
}

/* model popup */

.plan_bx:hover {
  background-color: #8bc0a3;
  color: #fff;
  cursor: pointer;
}

.plan_card {
  width: 100%;
  margin-right: 10px;
}

.plan_bx {
  border-radius: 10px;
  background-color: #f2f2ef;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.plan_title {
  font-weight: 400;
  font-size: 16px !important;
  height: 60px !important;
  justify-content: center;
}

.plan_contain .p1 {
  font-size: 17px;
  margin-bottom: 20px;
}

.plan_contain .p2 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}

.plan_contain .p3 {
  font-size: 17px;
  margin-bottom: 20px;
  color: #349760;
}

@media (min-width: 576px) {
  .plan_dailog {
    max-width: 600px;
  }
}

@media (max-width: 576px) {
  .plan_contain .p1 {
    font-size: 15px;
  }

  .plan_contain .p2 {
    font-size: 15px;
  }

  .plan_contain .p3 {
    font-size: 15px;
  }

  .btn_txt {
    font-size: 14px;
  }

  .plan_title {
    padding: 10px 0 !important;
  }

  #payment-form {
    padding: 0px !important;
  }
}

@media (max-width: 350px) {
  .btn_txt {
    font-size: 12px;
  }
}

/* signup sec */

.signup_form {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.signup_bx {
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 2px 2px 10px 2px #e9e9e9;
  border-radius: 5px;
}

.show_pass {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
}

.signup_head h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.signup_head p {
  font-size: 15px;
  margin-bottom: 0;
}

.signup_sec {
  padding-top: 48px;
}

.result_image_response {
  height: 300px;
  width: auto;
}

.choose_bx_res {
  border-radius: 14px;
  background-color: #f2f2ef;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 30px;
}

@media (max-width: 567px) {
  .signup_head h2 {
    font-size: 19px;
  }

  .signup_head p {
    font-size: 12px;
  }

  .signup_bx {
    padding: 30px 20px;
  }

  .signup_sec {
    padding-top: 20px;
  }

  .result_image_response {
    height: 200px;
    width: 300px;
  }

  .choose_bx_res {
    padding: 15px;
  }

  .res_font {
    font-size: 14px;
  }
}

/* review section CSS */

.css-ho521d {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  width: 100%;
  /* padding-inline: 16px; */
  gap: 35px;
}

.css-79elbk {
  position: relative;
}

.css-wyg3yr {
  padding-left: 60px;
}

.css-1ezgnfa {
  margin-top: var(--chakra-space-2);
  font-size: 14px;
  background-color: rgb(231, 234, 245);
  position: relative;
  padding: 12px;
  border-radius: 20px;
}

.css-8ngobn {
  font-weight: 700;
  filter: blur(4px);
  margin-top: var(--chakra-space-2);
  color: rgb(59, 89, 148);
}

/* bottom menu */
.css-ei31dp {
  display: flex;
  gap: 8px;
  margin-left: 12px;
  margin-top: 8px;
}

.css-126p8sx {
  color: rgb(242, 82, 104);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.css-l1dn7o {
  color: rgb(59, 89, 148);
  font-size: 14px;
  line-height: 24px;
}

.chakra-image {
  margin-bottom: 13px;
}

.css-1ezgnfa::before {
  content: "";
  background-image: url(../assets/image/reviewIcon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-1ezgnfa::after {
  content: "";
  background-image: url(../assets/image/reviewIcon1.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

.css-dli2en::before {
  content: "";
  background-image: url(../assets/image/reviewIcon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-2ghkbp::before {
  content: "";
  background-image: url(../assets/image/reviewIcon3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-2ghkbp::after {
  content: "";
  background-image: url(../assets/image/reviewIcon3.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

.css-dli2en::after {
  content: "";
  background-image: url(../assets/image/reviewIcon2.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

@media screen and (min-width: 768px) {

  .css-ho521d {
    width: 540px;
  }

  .css-1ezgnfa {
    font-size: 16px;
    padding: 16px 21px;
  }
}

/* ------------------------------ */

.countdown-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  /* Made it slightly less transparent for better text visibility */
  border-top: 3px solid #65BB69;
  text-align: center;
  z-index: 9999;
  transition: background-color 0.3s;
}

.countdown-container:hover {
  background-color: rgba(255, 255, 255, 1);
  /* Less transparent on hover for clearer visibility */
}

#time,
#bottom_time {
  font-weight: bold;
  color: #65BB69;
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /* Added shadow for better text readability */
}