.nutritionist-consultation-section {
  background-color: #efe9e3;
  padding: 40px;
}
.better-partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.personalized-health {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  background-color: #fbe3ec;
  padding: 50px;
  text-align: center;
  align-items: center;
}
.consult {
  font-weight: 600;
  font-size: 30px;
}
.consultation {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 30px;
}
.personalized-pack img {
  width: 700px;
  height: 550px;
  object-fit: contain;
}
.better-nutri {
  font-weight: 500;
}
.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}
.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}
.consultation-benefits {
  height: fit-content;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.desktop-img {
  display: block;
}
.mobile-img {
  display: none;
}
.wellness-section {
  background: #d9cfc357;
  padding: 40px 0;
  overflow: hidden;
  max-height: 881px;
}
.wellness-section .content-area {
  max-width: unset !important;
  padding: 20px 0;
  margin: 0;
  width: 100%;
}
.wellness-title {
  position: absolute;
  left: 68px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.wellness-title h2 {
  font-size: 40px;
}
.sub-headings span {
  color: #ff5cbf;
}
.steps {
  display: flex;
  position: relative;
  margin-top: 50px;
  justify-content: space-between !important;
  margin-left: 68px;
  left: 9px;
  max-width: 1861px;
}
.step {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.steps-content {
  position: relative;
  max-width: 470px;
}
.num {
  font-size: 150px;
  font-weight: 600;
  color: #e3c8a6;
  transition: color 2.5s ease;
  text-align: center;
}
.feature-step {
  min-height: 405px;
}
.step1-img {
  width: 192px;
}
.step2-img {
  width: 250px;
}
.step3-img {
  width: 348px;
}
.para-lora {
  font-family: lora;
  font-size: 26px;
  font-weight: 400;
}
.steps-content.stepOne {
  max-width: 400px;
}
.steps-content.stepTwo {
  max-width: 382px;
}
.desc {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.8s ease;
}
.wellness-section.animated .step .desc {
  opacity: 1;
  transform: translateY(0);
}
.wellness-section.animated .step:nth-child(1) .desc {
  transition-delay: 0.8s;
}
.wellness-section.animated .step:nth-child(2) .desc {
  transition-delay: 1.5s;
}
.wellness-section.animated .step:nth-child(3) .desc {
  transition-delay: 2.5s;
}
.wellness-section.animated .step .num {
  color: #a9391c;
  opacity: 1;
  transform: translateY(0);
}
.wellness-section.animated .step:nth-child(1) .num {
  transition-delay: 0.4s;
}
.wellness-section.animated .step:nth-child(2) .num {
  transition-delay: 1.5s;
}
.wellness-section.animated .step:nth-child(3) .num {
  transition-delay: 2.5s;
}
.take-assessment-section {
  background-color: #c7a373;
  padding: 20px;
}
.improve-text {
  font-family: Lora;
  font-weight: 600;
  font-size: 30px;
}
.health-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 30px;
}
.left-side {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.text-assessment {
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-select {
  position: relative;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 30px;
  height: fit-content;
  width: 582px;
  padding: 10px;
  user-select: none;
}
.custom-select .selected {
  border: 1px solid #000;
  padding: 12px;
  background: #fff
    url(/Persona-Rebranding-A/custom/assets/images/arrow-down.svg) no-repeat
    right 12px center;
  background-size: 30px;
  cursor: pointer;
  text-align: left;
}
.custom-select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  padding: 0;
}
.custom-select label {
  width: 100%;
  height: 100%;
}
.custom-select input {
  width: 560px;
  height: 49px;
  position: absolute;
  opacity: 0;
}
.custom-select.open .options {
  display: block;
  border: 1px solid #000;
  left: 10px;
  width: 562px;
}
.custom-select .options li {
  padding: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  list-style: none;
}
.custom-select .options li:last-child {
  border-bottom: none;
}
.custom-select .options li:hover {
  background-color: #fbd5e8;
  font-weight: 600;
}
.supplements-link {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 26px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  color: #444;
}
.supplements-link:hover {
  text-decoration: none !important;
  color: #444;
}
.Real-Stories-section {
  background: #faf7f3;
  text-align: center;
  padding: 60px 20px;
}
.Real-Stories-section .headline {
  color: #444;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
}
.real-stories-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.Real-Stories-section .reviews {
  color: #121926;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 45px;
  font-weight: 600;
  text-decoration-line: underline !important;
  text-underline-position: from-font;
}
.Real-Stories-section .trustpilot-logo {
  width: 173.511px;
  height: 42.182px;
  flex-shrink: 0;
  aspect-ratio: 173.51/42.18;
}
.Real-Stories-section .description {
  color: #121926;
  text-align: center;
  font-family: Lora;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 80px;
}
.desktop-only.infinite_scroll_section {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  height: 800px;
  overflow: hidden;
  gap: 20px;
}
.desk-column1,
.desk-column2,
.desk-column3,
.desk-column4 {
  overflow: hidden;
  display: grid;
  grid-row-gap: 10px;
}
.column-inner {
  display: grid;
  grid-row-gap: 10px;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.desk-column1 .column-inner,
.desk-column3 .column-inner {
  animation-name: scrollUp;
}
.desk-column2 .column-inner,
.desk-column4 .column-inner {
  animation-name: scrollDown;
}
.desk-column1 img,
.desk-column2 img,
.desk-column3 img,
.desk-column4 img {
  width: 100%;
  display: block;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0);
  }
}
.reviewSection {
  background-color: #444;
  border-radius: 30px;
  color: #fff;
}
.reviewSection .stars {
  padding: 20px 0 20px;
}
.reviewSection .stars img {
  width: 160px;
}
.reviewSection .writeReview p {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
.reviewSection .reviewThree p {
  font-size: 28px;
}
.reviewSection {
  padding: 40px;
}
.discover-section {
  margin: 0;
  font-family: Montserrat;
  background: #faf7f3;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}
.desktop-discover {
  display: block;
}
.mobile-discover {
  display: none;
}
.desktop-grid {
  display: grid;
}
.curoxyz {
  display: none;
}
.needs_supplement_wrapper {
  position: relative;
}
.discover-section .supplements-link {
  display: inline-block;
  color: #444;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: underline;
  margin-top: 10px;
}
.needs_supplement {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  gap: 20px;
}
.center-img {
  opacity: 1 !important;
  transform: none !important;
}
.side-left,
.side-right {
  opacity: 0;
  transition: all 0.8s ease;
}
.side-left {
  transform: translateX(40px);
}
.side-right {
  transform: translateX(-40px);
}
.side-left.show,
.side-right.show {
  opacity: 1;
  transform: translateX(0);
}
.center-col {
  display: flex;
  flex-direction: column;
  gap: 115px;
  justify-content: center;
  align-items: center;
}
.side-col,
.side-col2 {
  opacity: 1;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  gap: 115px;
  align-items: center;
}
.object:hover {
  -webkit-animation: shimmy 2s infinite;
  animation: shimmy 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.mobile-only.infinite_scroll_section {
  display: none !important;
}
@-webkit-keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px);
  }
}
@keyframes shimmy {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px);
  }
}
.needs_supplement .needs_supplement_img {
  border-radius: 50%;
}
.needs_supplement .needs_supplement_hover {
  position: absolute;
  top: 57%;
  border-radius: 50%;
  right: 69%;
}
.needs_supplement .needs_supplement_hover.imageone {
  background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
}
.needs_supplement .needs_supplement_hover.imagetwo {
  background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
}
.needs_supplement .needs_supplement_hover.imagethree {
  background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
}
.needs_supplement .needs_supplement_hover.imagefour {
  background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
}
.needs_supplement .needs_supplement_hover.imagefive {
  background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
}
.needs_supplement .needs_supplement_hover.imagesix {
  background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
}
.needs_supplement .needs_supplement_left_img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
}
.needs-title {
  color: #444;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  text-transform: capitalize;
}
.needs-title span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
}
.desktop-expert {
  display: block;
}
.mobile-expert {
  display: none;
}
@media (min-width: 300px) and (max-width: 479px) {
  .consultation-benefits {
    height: 550px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop-grid {
    display: none;
  }
  .desktop-expert {
    display: none;
  }
  .mobile-expert {
    display: block;
  }
  .desktop-discover {
    display: none;
  }
  .mobile-discover {
    display: block;
  }
  .curoxyz {
    display: block;
  }
  .mobile-carousel {
    display: block;
    margin-top: 30px;
  }
  .needs-title {
    margin-top: 0;
  }
  .mobile-carousel .carousel-item {
    text-align: center;
    padding: 0;
  }
  .mobile-carousel .needs_supplement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .needs-title {
    font-size: 22px;
  }
  .needs-title span {
    font-size: 18px;
  }
  .carousel-one [data-bs-target] {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #878686 !important;
    background-color: #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-one .active {
    background-color: #ff4fb6;
  }
  .carousel-two [data-bs-target] {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #878686 !important;
    background-color: #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-two .active {
    background-color: #3d5f32 !important;
  }
  .wellness-section {
    padding: 20px;
    max-height: 3000px;
  }
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .step {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .num {
    font-size: 150px;
  }
  .feature-step {
    min-height: 310px;
    gap: 10px !important;
    justify-content: center;
  }
  .step1-img {
    width: 200px;
  }
  .step2-img {
    width: 180px;
  }
  .step3-img {
    width: 180px;
  }
  .para-lora {
    font-family: lora;
    font-size: 20px;
  }
  .desc {
    font-size: 24px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    text-align: center;
    width: 300px;
    position: relative;
    margin-bottom: 0;
  }
  .steps-content .desc {
    width: 100%;
  }
  .improve-text {
    font-size: 24px;
  }
  .health-text {
    font-size: 22px;
  }
  .needs_supplement .needs_supplement_img {
    width: 200px;
    height: 200px;
  }
  .needs_supplement .needs_supplement_left_img {
    width: 100px;
    height: 100px;
  }
  .needs_supplement .needs_supplement_hover {
    right: 59%;
  }
  .needs-title {
    font-size: 22px;
  }
  .needs-title span {
    font-size: 20px;
  }
  .take-assessment-section {
    padding: 40px 20px;
  }
  .assessment {
    flex-direction: column;
  }
  .text-assessment {
    width: 100%;
    text-align: center;
  }
  .custom-select {
    width: 330px;
    font-size: 24px;
  }
  .custom-select.open .options {
    width: 310px;
  }
  .left-side {
    align-items: center;
    gap: 20px;
  }
  .text-assessment {
    gap: 0;
  }
  .custom-select .selected {
    background-size: 24px;
  }
  .consultation {
    grid-template-columns: 100%;
    text-align: center;
    gap: 0 !important;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .Real-Stories-section {
    padding: 10px;
    min-height: fit-content;
  }
  .real-stories-title {
    gap: 0;
  }
  .Real-Stories-section .headline {
    font-size: 24px;
    line-height: 40px;
  }
  .Real-Stories-section .reviews {
    font-size: 24px;
  }
  .all-in-one-area {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0 !important;
  }
  .personalized-pack img {
    width: 100%;
    height: 100%;
  }
  .Real-Stories-section .description {
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .discover-section .supplements-link {
    font-size: 22px;
  }
  .expert-support-section {
    padding: 10px !important;
  }
  .expert-support-text p {
    font-size: 20px !important;
    line-height: normal !important;
  }
  .expert-support-text h2 {
    font-size: 24px !important;
    line-height: normal !important;
  }
  .mobile-support-carousal {
    min-height: 363px;
    height: 310px !important;
  }
  .nutritionist-consultation-section {
    padding: 10px;
  }
  .better-partner {
    gap: 10px;
  }
  .consult {
    font-size: 20px;
  }
  .personalized-health {
    gap: 10px;
    padding: 40px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .consultation-benefits {
    height: 550px;
  }
  .desktop-grid {
    display: none;
  }
  .desktop-discover {
    display: none;
  }
  .mobile-discover {
    display: block;
  }
  .desktop-expert {
    display: none;
  }
  .mobile-expert {
    display: block;
  }
  .curoxyz {
    display: block;
  }
  .mobile-carousel {
    display: block;
    margin-top: 30px;
  }
  .mobile-carousel .carousel-item {
    text-align: center;
    padding: 0;
  }
  .mobile-carousel .needs_supplement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .needs-title {
    font-size: 22px;
  }
  .needs-title span {
    font-size: 18px;
  }
  .carousel-one [data-bs-target] {
    width: 30px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: transparent;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-one .active {
    background-color: #ff4fb6;
  }
  .carousel-two [data-bs-target] {
    width: 30px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #878686 !important;
    background-color: #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-two .active {
    background-color: #3d5f32 !important;
  }
  .wellness-section {
    padding: 20px;
    max-height: 3000px;
  }
  .steps {
    flex-direction: column;
  }
  .step {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .steps-content {
    text-align: center;
  }
  .num {
    font-size: 150px;
  }
  .feature-step {
    min-height: 415px;
    justify-content: center !important;
  }
  .step1-img {
    width: 250px;
  }
  .step2-img {
    width: 250px;
  }
  .step3-img {
    width: 270px;
  }
  .para-lora {
    font-family: lora;
    font-size: 26px;
  }
  .needs-title {
    font-size: 26px;
  }
  .needs-title span {
    font-size: 24px;
  }
  .desc {
    font-size: 24px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .take-assessment-section {
    padding: 40px 20px;
  }
  .assessment {
    flex-direction: column;
  }
  .text-assessment {
    width: 100%;
    text-align: center;
  }
  .improve-text {
    font-size: 28px;
  }
  .text-assessment {
    gap: 0;
  }
  .custom-select {
    width: 380px;
    font-size: 28px;
  }
  .health-text {
    font-size: 28px;
  }
  .custom-select.open .options {
    width: 360px;
  }
  .left-side {
    align-items: center;
  }
  .consultation {
    grid-template-columns: 100%;
    text-align: center;
    gap: 0 !important;
  }
  .better-partner {
    gap: 10px;
  }
  .nutritionist-consultation-section {
    padding: 20px;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .Real-Stories-section {
    padding: 20px;
    min-height: fit-content;
  }
  .Real-Stories-section .description {
    margin-bottom: 40px;
  }
  .real-stories-title {
    gap: 0;
  }
  .Real-Stories-section .headline {
    font-size: 26px;
    line-height: 44px;
  }
  .Real-Stories-section .reviews {
    font-size: 26px;
  }
  .Real-Stories-section .description {
    font-size: 26px;
  }
  .all-in-one-area {
    flex-direction: column-reverse;
    padding: 0;
    gap: 0 !important;
  }
  .personalized-pack img {
    width: 100%;
    height: 100%;
  }
  .personalized-health {
    gap: 10px;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .wellness-title {
    position: unset;
    width: 100%;
    text-align: center;
  }
  .steps {
    left: 0;
    margin-left: 0;
  }
  .para-lora {
    width: 100%;
  }
  .steps-content {
    max-width: 100% !important;
    text-align: center;
  }
  .step3-img {
    border-radius: 30px;
    height: 278px !important;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .consultation-benefits {
    height: 550px;
  }
  .desktop-only.infinite_scroll_section {
    height: 500px;
  }
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30%);
    }
  }
  @keyframes scrollDown {
    0% {
      transform: translateY(-30%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .desktop-grid {
    display: none;
  }
  .desktop.expert {
    display: none;
  }
  .mobile-expert {
    display: block;
  }
  .desktop-discover {
    display: none;
  }
  .mobile-discover {
    display: block;
  }
  .curoxyz {
    display: block;
  }
  .mobile-carousel {
    display: block;
    margin-top: 30px;
  }
  .mobile-carousel .carousel-item {
    text-align: center;
    padding: 20px;
  }
  .mobile-carousel .needs_supplement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .carousel-one [data-bs-target] {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: transparent;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-one .active {
    background-color: #ff4fb6;
  }
  .carousel-two [data-bs-target] {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    border: 1px solid #878686 !important;
    background-color: #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .carousel-two .active {
    background-color: #3d5f32 !important;
  }
  .assessment {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .text-assessment {
    width: 100%;
    max-width: 700px;
  }
  .left-side {
    align-items: center;
    width: 100%;
    gap: 30px;
  }
  .custom-select {
    width: 90%;
    max-width: 500px;
    font-size: 24px;
    height: 70px;
  }
  .custom-select.open .options {
    width: 100%;
    left: 0;
  }
  .consultation {
    grid-template-columns: 100%;
    text-align: center;
    gap: 0 !important;
  }
  .better-partner {
    gap: 10px;
  }
  .nutritionist-consultation-section {
    padding: 40px 20px;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .take-assessment {
    padding: 30px;
  }
  .science-behind-text {
    text-align: center;
  }
  .take-assessment .section-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px !important;
  }
  .take-assessment .left-take-assessment img,
  .take-assessment .right-take-assessment img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #eee;
    object-fit: cover;
  }
  .take-assessment .text-take-assessment {
    left: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
    line-height: 1.7 !important;
  }
  .take-assessment .phone,
  .take-assessment .potrait {
    right: 0;
    bottom: 0;
  }
  .num {
    font-size: 100px;
  }
  .step1-img {
    width: 200px;
  }
  .step2-img {
    width: 200px;
  }
  .step3-img {
    width: 200px;
  }
  .step {
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .wellness-section {
    padding: 20px;
    max-height: 2500px;
  }
  .steps {
    flex-direction: column;
  }
  .steps-content {
    position: relative;
    width: 100%;
  }
  .feature-step {
    min-height: 0;
    justify-content: center;
  }
  .para-lora {
    font-family: lora;
    font-size: 26px;
  }
  .desc {
    font-size: 24px;
    font-weight: 400;
    opacity: 1;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    margin-top: 24px;
  }
  .take-assessment-section {
    background-color: #c7a373;
    padding: 20px;
  }
  .improve-text {
    font-family: Lora;
    font-weight: 600;
    font-size: 30px;
  }
  .health-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 30px;
  }
  .left-side {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .text-assessment {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .Real-Stories-section {
    background: #faf7f3;
    text-align: center;
    padding: 60px 20px;
    min-height: fit-content;
  }
  .Real-Stories-section .headline {
    color: #444;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
  }
  .Real-Stories-section .reviews {
    color: #121926;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    padding-bottom: 20px;
    line-height: 45px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .Real-Stories-section .trustpilot-logo {
    width: 173.511px;
    height: 42.182px;
    flex-shrink: 0;
    aspect-ratio: 173.51/42.18;
  }
  .Real-Stories-section .description {
    color: #121926;
    text-align: center;
    font-family: Lora;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 80px;
  }
  .grid-container img {
    width: 100%;
    height: 100%;
  }
  .col-grid,
  .grid-container {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 8px;
  }
  .row-grid-1 {
    display: grid;
    grid-template-rows: 40% auto;
    gap: 8px;
  }
  .row-grid-2 {
    display: grid;
    grid-template-rows: 60% auto;
    gap: 8px;
  }
  .grid-left {
    display: grid;
    grid-template-rows: 60% auto;
    gap: 8px;
    height: 1190px;
  }
  .grid-right {
    display: grid;
    grid-template-rows: 46% auto;
    gap: 8px;
  }
  .desktop-expert {
    display: none;
  }
  .mobile-expert {
    display: block;
  }
  .col-grid-equal {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 8px;
  }
  .row-grid-equal {
    display: grid;
    grid-template-rows: 50% auto;
    gap: 8px;
  }
  .reviewSection .reviewThree p {
    font-size: 16px;
  }
  .reviewSection .stars img {
    width: 100px;
  }
  .reviewSection {
    padding: 0 10px;
  }
  .reviewSection .writeReview p {
    font-size: 16px;
  }
  .all-in-one-area {
    display: grid !important;
    grid-template-columns: 50% auto;
  }
  .personalized-health {
    gap: 5px;
    padding: 10px;
  }
  .personalized-pack img {
    width: 645px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .desktop-only.infinite_scroll_section {
    height: 600px;
  }
  .feature-step {
    min-height: 480px;
    gap: 10px !important;
  }
  .desktop-expert {
    display: none;
  }
  .mobile-expert {
    display: block;
  }
  .num {
    font-size: 100px;
  }
  .step1-img {
    width: 150px;
  }
  .step2-img {
    width: 180px;
  }
  .step2-img {
    width: 280px;
  }
  .steps {
    left: -39px !important;
    width: 100%;
    gap: 25px;
    max-height: 650px;
  }
  .step1-img {
    width: 180px !important;
  }
  .step2-img {
    width: 230px !important;
  }
  .step3-img {
    width: 329px !important;
  }
  .feature-step {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nutritionist-consultation-section {
    padding: 40px;
    height: auto;
  }
  .better-partner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .personalized-health {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    background-color: #fbe3ec;
    padding: 10px;
    text-align: center;
    align-items: center;
  }
  .consult {
    font-weight: 600;
    font-size: 30px;
  }
  .personalized-pack img {
    width: 700px;
    height: 550px;
  }
  .carousel {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
  }
  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  .carousel-slide img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: contain;
  }
  .consultation-benefits {
    height: fit-content;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }
  .wellness-section {
    padding: 20px;
    max-height: 900px;
  }
  .steps {
    left: 29px;
  }
  .step {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .steps-content {
    max-width: 410px;
  }
  .num {
    font-size: 120px;
    font-weight: 600;
    color: #e3c8a6;
    transition: color 0.4s ease;
    text-align: center;
  }
  .feature-step {
    min-height: 600px;
  }
  .step1-img {
    width: 200px;
  }
  .step2-img {
    width: 260px;
  }
  .step3-img {
    width: 330px;
  }
  .para-lora {
    font-family: lora;
    font-size: 26px;
  }
  .desc {
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .steps-content.stepOne .sub-headings {
    font-size: 26px;
  }
  .feature-step {
    min-height: 425px;
  }
  .wellness-section.animated .step .desc {
    opacity: 1;
    transform: translateY(0);
  }
  .wellness-section.animated .step:nth-child(1) .desc {
    transition-delay: 0.4s;
  }
  .wellness-section.animated .step:nth-child(2) .desc {
    transition-delay: 1.5s;
  }
  .wellness-section.animated .step:nth-child(3) .desc {
    transition-delay: 2.5s;
  }
  .wellness-section.animated .step .num {
    color: #a9391c;
    opacity: 1;
    transform: translateY(0);
  }
  .wellness-section.animated .step:nth-child(1) .num {
    transition-delay: 0.4s;
  }
  .wellness-section.animated .step:nth-child(2) .num {
    transition-delay: 1.5s;
  }
  .wellness-section.animated .step:nth-child(3) .num {
    transition-delay: 2.5s;
  }
  .improve-text {
    font-size: 24px;
  }
  .health-text {
    font-size: 24px;
  }
  .left-side {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .text-assessment {
    width: 36%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .custom-select {
    position: relative;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    height: 80px;
    width: 582px;
    padding: 10px;
  }
  .custom-select .selected {
    border: 1px solid #000;
    padding: 12px;
    background: #fff
      url(/Persona-Rebranding-A/custom/assets/images/arrow-down.svg) no-repeat
      right 12px center;
    background-size: 30px;
    cursor: pointer;
  }
  .custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 0;
  }
  .custom-select.open .options {
    display: block;
    border: 1px solid #000;
    left: 10px;
    width: 562px;
  }
  .custom-select .options li {
    padding: 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
    list-style: none;
  }
  .custom-select .options li:last-child {
    border-bottom: none;
  }
  .custom-select .options li:hover {
    background-color: #fbd5e8;
    font-weight: 600;
  }
  .supplements-link {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 26px;
    text-decoration: underline !important;
    text-decoration-style: solid;
    color: #444;
  }
  .supplements-link:hover {
    text-decoration: none !important;
    color: #444;
  }
  .Real-Stories-section {
    min-height: fit-content;
  }
  .discover-section {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #faf7f3;
    text-align: center;
    padding: 50px 20px;
    position: relative;
  }
  .grid-left {
    height: 1674px;
  }
  .reviewSection {
    padding: 20px;
  }
  .reviewSection .reviewThree p,
  .reviewSection .writeReview p {
    font-size: 20px;
  }
  .reviewSection .stars img {
    width: 140px;
  }
  .discover-section .supplements-link {
    display: inline-block;
    color: #444;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: underline;
    margin-top: 10px;
  }
  .center-col {
    display: flex;
    flex-direction: column;
    gap: 115px;
    justify-content: center;
    align-items: center;
  }
  .side-col,
  .side-col2 {
    opacity: 0;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    gap: 115px;
    align-items: center;
  }
  .side-col {
    transform: translateX(40px);
  }
  .side-col2 {
    transform: translateX(-40px);
  }
  .object:hover {
    -webkit-animation: shimmy 2s infinite;
    animation: shimmy 2s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  @-webkit-keyframes shimmy {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 25px);
      transform: translate(0, 25px);
    }
  }
  @keyframes shimmy {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(0, 25px);
      transform: translate(0, 25px);
    }
  }
  .needs_supplement .needs_supplement_img {
    border-radius: 50%;
  }
  .needs_supplement .needs_supplement_hover {
    position: absolute;
    top: 57%;
    border-radius: 50%;
    right: 69%;
  }
  .needs_supplement .needs_supplement_hover.imageone {
    background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
  }
  .needs_supplement .needs_supplement_hover.imagetwo {
    background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
  }
  .needs_supplement .needs_supplement_hover.imagethree {
    background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
  }
  .needs_supplement .needs_supplement_hover.imagefour {
    background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
  }
  .needs_supplement .needs_supplement_hover.imagefive {
    background: linear-gradient(166deg, #a9391c -33.32%, #f4eee7 9.22%);
  }
  .needs_supplement .needs_supplement_hover.imagesix {
    background: linear-gradient(154deg, #3b5ba0 -63.31%, #f4eee7 76.56%);
  }
  .needs_supplement .needs_supplement_left_img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
  }
  .all-in-one-area {
    display: grid !important;
    grid-template-columns: 50% auto;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .reviewSection {
    padding: 28px;
  }
  .reviewSection .writeReview p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-only.infinite_scroll_section {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    height: 600px;
    overflow: hidden;
    gap: 20px;
  }
  .desktop-only.infinite_scroll_section {
    display: none !important;
  }
  .column1,
  .column2 {
    overflow: hidden;
    display: grid;
    grid-row-gap: 10px;
  }
  .column-inner {
    display: grid;
    grid-row-gap: 10px;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .column1 .column-inner {
    animation-name: scrollUp;
  }
  .column2 .column-inner {
    animation-name: scrollDown;
  }
  .column1 img,
  .column2 img {
    width: 100%;
    display: block;
  }
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  @keyframes scrollDown {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media only screen and (max-width: 767px) {
  .personalized-pack img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
  }
}
.wellness-section{
    padding: 60px 0 80px;
    background: rgba(217, 207, 195, 0.34);
}
.wellness-section p,.wellness-section h2{
    margin-bottom: 0!important;
}
.new-wellness-title h2{
    color: var(--green);
    font-family: 'lora';
    font-size: 40px;
    font-weight: 700;
}
.new-wellness-title p{
    color: var(--green);
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 400;
    padding-top: 25px;
}
#wellness-carousal h2{
    color: #C7A373;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
}
#wellness-carousal p{
    color: #3D5F32;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.wellness-content{
    max-width: 1925px;
    margin: auto;
    width: 80%;
}
#wellness-carousal{
    padding-top: 65px;
}
#wellness-carousal .item{
    text-align: center;
}
@media only screen and (max-width:767px){
    #mainNav {
        position: fixed!important;
        width: 100%!important;
        left: 0!important;
        margin: 0!important;
        top: 59px!important;
    }
}
