/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure,
img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}



.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 22px;
  color: var(--body_color);
  background: #FFF;
  font-family: var(--body_font);
  overflow-x: hidden;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-weight: 500;
}


::-webkit-scrollbar-thumb {
  background: #06402B;
}

::-webkit-scrollbar {
  background: #fff;
  width: 6px;
}

::-moz-selection {
  background-color: #06402B;
  color: #fff;
}

::selection {
  background-color: #06402B;
  color: #fff;
}

/* Reset-css--------------- */

:root {
  --body_font: "Manrope", sans-serif;
  --hdng_font: "Poppins", sans-serif;
  --body_color: #585C61;
  --button_color: #FF6343;
  --hdng_color: #37383A;
  --transition: 0.4s all ease-in-out;
}


/* Global Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hdng_font);
}

h1 {}

h1 span {}


h2 {
  color: var(--hdng_color);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

h2 span {}

h3 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  letter-spacing: -0.3px;
}


h4 {}

h5 {}

h6 {}



a {
  color: rgb(80, 80, 80);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.3px;
  transition: var(--transition);
}



a:hover {
  color: var(--button_color);
  /* text-decoration: none; */
}

section {
  position: relative;
}

/* Global Headings */

header {
  background: #06402B;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  transition: var(--transition);
}

.sticky_hdr header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 0;
}

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

.sales_btn_wrp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_logo {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.5px;
  font-family: var(--hdng_font);
  text-transform: uppercase;
  position: relative;
}

.header_logo span {
  font-weight: 700;
}

.percent_off {
  background: #FFE80A;
  color: #0a2f21;
  font-size: 6px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  width: 38px;
  height: 38px;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.percent_off span {
  font-size: 12px;
  font-weight: 600;
}

.sales_btn_wrp h4 {
  color: rgb(255, 255, 255);
  font-family: var(--body_font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  animation: hide 1.5s infinite;
}

@keyframes hide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.time_reverse span {
  color: #ffe80a;
  font-size: 18px;
  font-weight: 800;
  border-radius: 3px;
  background: #04472F;
  padding: 5px 7px;
  position: relative;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time_reverse span::after {
  content: ':';
  position: absolute;
  right: -6px;
  top: 3px;
  width: 5px;
  height: 5px;
}

.time_reverse span:last-child:after {
  display: none;
}

.time_reverse {
  display: flex;
  column-gap: 10px;
}

.site_btn {
  background: var(--button_color);
  color: rgb(255, 255, 255);
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: var(--transition);
  border-radius: 5px;
  font-family: var(--hdng_font);
  font-size: 16px;
  font-weight: 600;
  padding: 13px 43px;
}

.sales_btn_wrp .site_btn {
  font-size: 11px;
  padding: 6px 13px;
  border-radius: 3px;
}

.site_btn:hover {
  background: transparent;
  border-color: var(--button_color);
  color: var(--button_color);
}

.review_section {
  padding: 50px 0;
  margin-top: 20px;
}

.review_product_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 30px;
}

.checked {
  color: #FFBC05;
}

.rating {
  color: #282d31;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 13px;
}

.review_product_content h2 {
  margin-bottom: 13px;
}

.review_product_content p {
  color: #6b737d;
  margin-bottom: 13px;
}

.review_product_content h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(212, 208, 208);
  margin-bottom: 10px;
  margin-top: 10px;
}

.review_list li {
  position: relative;
  color: #36434e;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.1px;
  padding-left: 30px;
}

.times_wrpr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review_list li::after {
  content: '';
  position: absolute;
  background: url(../images/green_check.png) no-repeat left;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}

.scndry_btn {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn_wrp {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}

.review_product img {
  width: 100%;
}

.review_product {
  border-radius: 8px;
  overflow: hidden;

  position: sticky;
  top: 80px;
}

.bnrrow {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 24px 12px;
  margin: 0;
}

.vitals_evaluation {
  margin-top: 25px;
  border: 1px solid rgb(220, 220, 221);
  border-radius: 3px;

  background: rgb(255, 255, 255);
}

.evaluation_heading {
  background: rgba(245, 245, 245, 0.41);
  padding: 13px 18px;
  border-bottom: 1px solid rgb(220, 220, 221);
}

.evaluation_progress {
  display: flex;
  align-items: center;
  border-radius: 74.8px;
  background: rgb(243, 243, 243);
  column-gap: 15px;
  padding: 5px 20px 5px 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}


.evaluation_progress h6 {
  margin-left: auto;
  color: rgb(55, 56, 58), 0.5;
  font-family: var(--body_font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.effct_img {
  border: 1px solid rgb(123, 148, 63);
  border-radius: 100px;
  background: rgb(255, 255, 255);
  width: 41px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.evaluation_progress h4 {
  color: #2d3d07;
  font-family: var(--body_font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.1px;
  text-transform: capitalize;
}

.evaluation_row {
  padding: 25px 28px;
}

.evaluation_row>div {
  padding: 0 5px;

}

.progress-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  background: linear-gradient(90deg, rgb(131, 154, 74), rgb(188, 212, 131) 100%);
  z-index: -1;
  transition: width 1.3s ease;
}

.rating_review_holder {
  margin: 0 -4px;
  margin-top: 25px;
}

.rating_review_holder img {
  width: 100%;
}

.hkvitals {
  padding: 75px 0 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hkcontent h2 {
  margin-bottom: 20px;
}

.hkcontent p {
  margin-bottom: 12px;
}

.hkcontent {
  padding: 0 35px;
}

.hkcontent .site_btn {
  margin-top: 15px;
}

.hkvital_img {
  text-align: center;
  margin-bottom: -80px;
}

.product_fact h2 {
  margin-bottom: 12px;
}

.product_fact p {
  margin-bottom: 12px;
}

.product_fact .site_btn {
  margin-top: 10px;
}

.ingredients_section {
  padding: 100px 0 50px;
}

.product_fact {
  padding: 40px 30px 20px 60px;
}

.product_table th {
  color: #414b62;
  font-family: var(--hdng_font);
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 25px;
  background: #F0F4F8;
  border-bottom: 1px solid rgb(229, 231, 235);
}

.product_table td {
  color: #58637a;
  font-family: var(--hdng_font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  padding: 10px 25px;
  line-height: 1.5;
}

.product_table td:first-child {
  font-weight: 500;
  color: #414b62;
  border-right: 1px solid rgb(229, 231, 235);
}

.product_table th:first-child {
  border-right: 1px solid rgb(229, 231, 235);
}

.product_table table {
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid rgb(229, 231, 235);
  width: 100%;
}

.product_table tr:first-child td {
  padding-top: 20px;
}

.product_table tr:last-child td {
  padding-bottom: 25px;
}

.table_check {
  position: relative;
  padding-left: 30px;

}

.table_check::after {
  content: '';
  position: absolute;
  background: url(../images/green_check.png) no-repeat left;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}

.product_row {
  border: 1px solid #dcdcdd;
  border-radius: 5px;
  padding: 30px 20px 30px 0;
}


/* vital_ingredient */
.vital_sec_wrp {
  margin-bottom: 50px;
}

.vital_heading {
  text-align: center;
  margin-bottom: 50px;
}

.vital_itam_img {
  width: 135px;
  height: 135px;
  background: rgb(217, 234, 177);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 25px;
}

.vital_text h4 {
  color: #2F435B;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.vital_text p {
  color: #717B87;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.3px;
  max-width: 270px;
  margin: auto;
}

.vital_text p+p {
  margin-top: 10px;
}

.vital_itam_img img {
  max-width: 55px;
}

.vital_item {
  text-align: center;
  margin-bottom: 30px;

}

/* vital_ingredient */

/* faq_sec */
.faq_wrap {
  background-color: rgb(6 64 43 / 80%);
  padding: 70px 0px 40px;
  transition: var(--transition);
}

.faq_accordion {
  transition: var(--transition);
}

.faq_heading h2 {
  color: rgb(255, 255, 255);
  line-height: 46px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 60px;
  letter-spacing: -0.4px;
}

.faq_accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 15px;
  height: 100%;
  border: none;
}

.faq_accordion .accordion-item .accordion-button {
  border: 1px solid #588373;
  border-radius: 12px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: capitalize;
  padding: 20px 50px 20px 20px;
}

.faq_accordion .accordion-button:not(.collapsed) {
  border: none;
  color: rgb(46, 54, 70);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  box-shadow: none;
  padding-bottom: 10px;
}

.faq_accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}

.faq_accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
}


.faq_accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #fff;
  border-radius: 12px;
}

.faq_accordion .accordion-item:first-of-type,
.faq_accordion .accordion-item:last-of-type {
  border-radius: 12px;
}

.faq_accordion .accordion-button::after {
  background-image: none;
  content: "\2b";
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "fontawesome";
  color: #ffffff;
}

.faq_accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  color: #000000;
  content: "\f068";
  right: 20px;
  top: 20px;
}

.faq_accordion .accordion-body {
  color: rgb(113, 123, 135);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 25px;
  letter-spacing: -0.3px;
}

.faq_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.faq_btn_wrp a:not(:first-child) {
  margin-left: 15px;
}

.sit_lite {
  background-color: #F6FFFC;
  color: #386655;
}

/* faq_sec */



/* footer */
.foot_item_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_item_wrp .foot_link ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.foot_item_wrp .foot_link ul li:not(:first-child) {
  margin-left: 30px;
}

.footer_logo {
  color: #191818;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.foot_copy_text {
  flex: 0 0 auto;
}

.footer_logo span {
  font-weight: 700;
}

.foot_link li a,
.foot_copy_text p {
  color: rgb(40, 54, 64);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}

.foot_link li a:hover {
  color: var(--button_color);
}


.main_footer {
  background-color: #fff;
  padding: 25px 0px;
}

.sit_lite:hover {
  border-color: #fff;
  color: #fff;
}

.faqrow {
  min-height: 450px;
}

/* footer */

.for_mobile {
  display: none;
}

/* user review Start */
.rating_review_holder {
  border: 1px solid #DCDCDD;
  border-radius: 3px;
  padding: 0;
}

.review_hedr {
  border-bottom: 1px solid #DCDCDD;
}

.review_hedr h5 {
  color: rgb(0, 0, 0);
  font-family: var(--hdng_font);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 8px 17px;
}

.rating_review_holder ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 48px 33px 34px;
  border-bottom: 1px solid #DCDCDD;
  /* for smoothness */
  max-height: 500px;
  /* A value large enough to contain the review content */
  opacity: 1;
  overflow: hidden;
  /* Crucial to prevent content overflow during transition */
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.abt_rev {
  max-width: 824px;
}

.abt_rev h6 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: rgb(75, 77, 80);
  font-family: var(--hdng_font);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.abt_rev h6 .rating {
  width: 33px;
  height: 20px;
  border-radius: 2.52px;
  background: rgb(56, 142, 60);
  display: flex;
  align-items: center;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-family: var(--hdng_font);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  column-gap: 4px;
  margin-bottom: 0;
}

.abt_rev h6 .rating span {
  margin-top: -3px;
  width: 10px;
  height: 10px;
  object-fit: cover;
}

.abt_rev p {
  color: rgb(88, 92, 97);
  font-family: var(--body_font);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.abt_user {
  display: flex;
  column-gap: 13px;
  flex: 0 0 auto;
}

.abt_user .user_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.user_data h4 {
  color: rgb(40, 57, 75);
  font-family: var(--body_font);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.user_data span img {
  max-width: 84px;
}

.more_review {
  padding: 23px 28px 22px;
}

.more_review a {
  color: rgb(36, 133, 248);
  font-family: var(--body_font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1%;
  transition: var(--transition);
}

.more_review a:hover {
  color: rgb(75, 77, 80);
  text-decoration: underline;
}

.hidden-review {
  max-height: 0 !important;
  /* Collapse the element */
  opacity: 0 !important;
  /* Fade it out */
  padding-top: 0 !important;
  /* Reduce padding for smooth collapse */
  padding-bottom: 0 !important;
  /* Reduce padding for smooth collapse */
  border-bottom: none !important;
  /* Hide border for smooth disappearance */
  /* optional: visibility: hidden; if you want to make it truly non-interactive after transition */
}

.hidden-review[style*="transition-property: all"] {
  /* targeting element after transition for complete hiding */
  /* This can be tricky with max-height/opacity, consider if truly needed */
}

.more_review {
  /* ... existing styles ... */
  transition: opacity 0.3s ease-in-out;
}

.stky_mbl_btn {
  display: none;
  opacity: 0;
  transition: var(--transition);
}

/* user review End */

/* 29-05-2025 start */
.legal_note p{
  font-size: 13px;
max-width: 85%;
margin: 0 auto 15px;
text-align: center;
line-height: 18px;
}
.tstmnl_btm{
border-bottom: none;
}
/* 29-05-2025 end */