/* screen - landing-page */
:root { 
  --alice-blue: #f0f6fc;
  --alice-blue-2: #f0f6fc33;
  --apple: #60a849;
  --apple-2: #60a84952;
  --black: #000000;
  --blue-zodiac: #152d52;
  --white: #ffffff;
  --white-2: #ffffff1f;
 
  --font-size-l: 20px;
  --font-size-m: 18px;
  --font-size-s: 16px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
  --font-size-xxxl: 70px;
  --font-size-xxxxl: 88px;
 
  --font-family-onest: "Onest", Helvetica;
}
.regular-s {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.regular-m {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.onest-semi-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.onest-light-black-70px {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 300;
}

.onest-semi-bold-blue-zodiac-18px {
  color: var(--blue-zodiac);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-white-32px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.onest-semi-bold-white-18px-2 {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-white-42px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.onest-light-white-24px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
}
:root { 
  --alice-blue: #f0f6fc;
  --alice-blue-2: #f0f6fc33;
  --apple: #60a849;
  --apple-2: #60a84952;
  --black: #000000;
  --blue-zodiac: #152d52;
  --white: #ffffff;
  --white-2: #ffffff1f;
 
  --font-size-l: 20px;
  --font-size-m: 18px;
  --font-size-s: 16px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
  --font-size-xxxl: 70px;
  --font-size-xxxxl: 88px;
 
  --font-family-onest: "Onest", Helvetica;
}
.regular-s {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.regular-m {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.onest-semi-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-black-20px {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.onest-light-black-70px {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 300;
}

.onest-semi-bold-blue-zodiac-18px {
  color: var(--blue-zodiac);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-white-32px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.onest-semi-bold-white-18px-2 {
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.onest-normal-white-42px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
}

.onest-light-white-24px {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
}



.landing-page {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.hero {
  overflow: hidden;
}

.landing-page .hero {
  background-color: var(--blue-zodiac);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

/* Hero Content Layout */
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 2rem 2rem 4rem;
  gap: 2rem;
  max-width: 1536px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1177px;
}

.hero-main-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-image {
  flex: 1;
  position:absolute;
  right: -27%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-page .ultra-flora-lady_mb {
  width: 100%;
  height: auto;
 
  object-fit: contain;
}

.landing-page .nav {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--alice-blue-2);
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 10;
  max-width: 1536px;
  margin: 0 auto;
}

.landing-page .nav-content {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 100%;
}
.offer-badge-2{
  display: none;
}
.landing-page .logo {
  align-items: center;
  border-color: var(--alice-blue-2);
  border-right-style: solid;
  border-right-width: 1px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  padding: 16px 24px;
  position: relative;
}

.landing-page .image-3 {
  height: 44px;
  width: 167px;
}

.landing-page .menu-items {
  align-items: center;
  display: flex;
  flex: 1;
  color:white;
  flex-grow: 1;
  gap: 20px;
  padding: 16px 24px;
  position: relative;
}

.landing-page .menu-item {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 4px;
  position: relative;
}

.landing-page .place {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landing-page .why-ultra-flora {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
.metagenics-section{
width: 100%;
background-color: white;
}
.metagenics-container{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 20px;
}
.landing-page .start-my-quiz {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landing-page .testimonials {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landing-page .fridge-free {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landing-page .gut-health-leader {
  color: var(--white);
  font-weight: 400;
  line-height: 21.1px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.landing-page .buttons {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.landing-page .button-3 {
  align-items: center;
  background-color: var(--apple);
  display: flex;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.landing-page .button-3:hover {
  background-color: #4a8c37;
}

.landing-page .x-your {
  letter-spacing: 0;
  line-height: 23.8px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

/* Removed frame-2085665047 and frame-2085665046 - replaced with hero-text and hero-main-content */

.landing-page .listen-to-your-gut-f {
  color: transparent;
  font-family: var(--font-family-onest);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 300;
  letter-spacing: clamp(-2px, -0.5vw, -4.4px);
  line-height: 1.1;
  margin: 0;
}

.landing-page .span0-1 {
  color: var(--white);
  letter-spacing: -3.87px;
}

.landing-page .span1-2 {
  color: var(--apple);
  letter-spacing: -3.87px;
}

.landing-page .gut-health-isnt-a-q {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  max-width: 760px;
}

.landing-page .button-4 {
  align-items: center;
  background-color: var(--apple);
  display: inline-flex;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.landing-page .button-4:hover {
  background-color: #4a8c37;
}

.offer-badge {
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(96, 168, 73, 1) 100%);
  border: 2px solid #efffeb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  max-width: 500px;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
}
.offer-badge-2{
  display: none !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(96, 168, 73, 1) 100%);
  border: 2px solid #efffeb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  max-width: 500px;
  position: relative;
}


.offer-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 300px;
  text-align: start;
}

.landing-page .x15-off {
  color: var(--apple);
  font-family: var(--font-family-onest);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.landing-page .complete-the-quiz-an {
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.25rem);
}

.offer-visual {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}



.landing-page .offer-image {
  width: 180px;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

 .offer-image-2{
  position:absolute;
  bottom:0;
  right:0;
  height: 80px;
 }
.landing-page .why-choose-ultra {
  background-color: var(--alice-blue);
  padding: 5rem 2rem;
  width: 100%;
}

.why-choose-container {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
  align-items: start;
}

.why-choose-header {
  grid-column: 1 / -1;
  text-align: center;
}

.landing-page .why-choose-ultra-flora {
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  letter-spacing: clamp(-2px, -0.5vw, -3.5px);
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}

.why-choose-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 50%;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.feature-card {
  background-color: var(--apple);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-primary {
  min-height: 150px;
}
#why-ultraflora{
  overflow: hidden;
  position:relative;
}

.why-choose-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature-title {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: clamp(-1px, -0.3vw, -1.6px);
  line-height: 1.3;
  margin: 0;
  flex-grow: 1;
}

.feature-icon {
  position: relative;
  width: 86px;
  height: 92px;
  flex-shrink: 0;
  align-self: flex-end;
}

.icon-layer-1,
.icon-layer-2,
.icon-layer-3 {
  position: absolute;
}

.icon-layer-1 {
  width: 86px;
  height: 86px;
  top: 6px;
  left: 0;
}

.icon-layer-2 {
  width: 17px;
  height: 20px;
  top: 0;
  left: 38px;
}

.icon-layer-3 {
  width: 29px;
  height: 37px;
  top: 30px;
  left: 28px;
}

.feature-icon-single {
  width: auto;
  height: 80px;
  max-width: 100px;
  object-fit: contain;
  align-self: flex-end;
}

/* Feature card text styles handled by .feature-title class above */
/* Icon styles handled by .feature-icon-single class above */

.why-choose-cta {
  align-items: center;
  background-color: var(--apple);
  display: flex;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.why-choose-cta:hover {
  background-color: #4a8c37;
}

.landing-page .find-your-ultra-flora-match {
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.landing-page .ultra-flora-balance-hand {
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
}

.landing-page .landing-page-item {

  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 80px;
  padding-top: 80px;
  position: relative;
  width: 100%;
}

.landing-page .frame-2085665 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.landing-page .section-heading-1 {
  flex: 0 0 auto;
  width: 100%;
}

.landing-page .heading-wrapper-1 {
  align-items: flex-start;

}

.landing-page .metagenics-leading {
  letter-spacing: -3.50px;
  line-height: 75.6px;
  margin-top: -1.00px;
  position: relative;

}

.landing-page .description-button {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;

  position: relative;
  width: 100%;
}

.landing-page .we-have-been-a-trust {
  color: var(--black);
  font-weight: 400;
  line-height: 23.0px;
  margin-top: -1.00px;
  position: relative;

}

.landing-page .frame-2085665055-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  padding: 0 20px;

}

.landing-page .frame-2085665053 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 32px;
  height: 357px;
  position: relative;
}

.landing-page .button-7 {
  align-items: flex-start;
  background-color: var(--blue-zodiac);
  border: 1px solid;
  border-color: var(--apple-2);
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  height: 357px;
  justify-content: space-between;
  padding: 32px;
  position: relative;
}

.landing-page .frame-2085665067 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.landing-page .certified-corporation {
  align-self: stretch;
  letter-spacing: -2.10px;
  line-height: 53.3px;
  margin-top: -1.00px;
  position: relative;
}

.landing-page .mask-group {
  height: 119px;
  position: relative;
  width: 72px;
}

.landing-page .button-1 {
  align-items: flex-start;
  background-color: var(--blue-zodiac);
  border: 1px solid;
  border-color: var(--apple-2);
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  height: 357px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.landing-page .x6009677972133-1-1 {
  height: 265px;
  right: 0%;
  bottom: 0;
  width: 348px;
}

.landing-page .a-trusted-partner-in {
  align-self: stretch;
  letter-spacing: -1.20px;
  line-height: 30.4px;
  margin-top: -1.00px;
  position: relative;
}

.landing-page .address {
  align-self: stretch;
  letter-spacing: -2.10px;
  line-height: 53.3px;
  position: relative;
}

.landing-page .frame-2085665054 {
  align-items: flex-start;
  background-color: var(--alice-blue);
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 32px;
  height: 357px;
  position: relative;
  overflow: hidden;
}

.landing-page .recommended-by-over {
  letter-spacing: -1.20px;
  line-height: 30.4px;
  margin-top: -1.00px;
  position: relative;
  width: 361px;
}

.landing-page .text-1 {
  letter-spacing: -2.10px;
  line-height: 53.3px;
}

.landing-page .healthcare-practitioners {
  letter-spacing: -1.20px;
  line-height: 30.4px;
  position: relative;
  width: 225px;
}

.landing-page .ultra-flora-balance-hand-1 {
  aspect-ratio: 0.54;
  height: 492px;
 right: 0;
  object-fit: cover;
  position: absolute;
  top: 22px;
  width: 268px;
}

.landing-page .optimal-gut {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 200px 120px;
  position: relative;
  width: 100%;
}

.landing-page .frame-2085665057 {
  align-items: flex-end;
  align-self: stretch;
  background-color: var(--blue-zodiac);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 140px 77px;
  position: relative;
  width: 100%;
}

.landing-page .frame-2085665056 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 62px;
  position: relative;
  width: 667px;
}

.landing-page .heading-wrapper-2 {
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.landing-page .description-button-1 {
  display: flex;
  width: 445px;
}

.landing-page .get-15-off-complete-quiz-now {
  color: var(--white);
  font-weight: 400;
  line-height: 23.0px;
  margin-right: -121.00px;
  margin-top: -1.00px;
  position: relative;
  width: 566px;
}
.landing-page .button-7, .landing-page .button-1:nth-child(3){
  align-items: start;
}

.landing-page .your-optimal-gut-health-starts-here {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxxl);
  font-weight: 300;
  letter-spacing: -3.50px;
  line-height: 75.6px;
  position: relative;
  width: 604px;
  margin-bottom: 20px;
}

.landing-page .button-8 {
  align-items: center;
  background-color: var(--apple);
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 20px 24px;
  position: relative;
  width: 267px;
}

.landing-page .frame-2085665059 {
  background-color: var(--alice-blue);
  height: 757px;
  left: 80px;
  overflow: hidden;
  position: absolute;
  top: -95px;
  width: 569px;
}

.landing-page .frame-2085665060 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  left: 0;
  padding: 32px;
  position: absolute;
  top: 0;
  width: 569px;
}

.landing-page .image-4 {
  height: 36px;
  width: 150px;
}

.landing-page .frame-2085665059-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 99px;
  position: relative;
  width: 100%;
}

.landing-page .find-your-perfect-probiotic-match {
  align-self: stretch;
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  height: 41px;
  letter-spacing: -1.60px;
  line-height: 40.6px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
}

.landing-page .answer-a-few-quick-q {
  align-self: stretch;
  color: var(--black);
  font-weight: 400;
  line-height: 23.0px;
  position: relative;
}

.landing-page .group-container {
  height: 653px;
  left: -103px;
  position: absolute;
  top: 304px;
  width: 844px;
}

.landing-page .x-container {
  height: auto;
  left: 103px;
  position: absolute;
  top: 75px;
  width: 100%;
}

.landing-page .x6009677972133-1-2 {
  height: 378px;
  left: 163px;
  mix-blend-mode: darken;
  top: 0;
  width: 406px;
}

.landing-page .x6009677972133-2 {
  height: 216px;
  left: 0;
  mix-blend-mode: darken;
  object-fit: cover;
  top: 162px;
  width: 298px;
}

.landing-page .group-2 {
  height: 150px;
  left: 305px;
  position: absolute;
  top: 0;
  width: 164px;
}

/* Testimonials Section */
.landing-page .testimonials-section {
  background-color: var(--alice-blue);
  padding: 80px 0;
  position: relative;
}
#testimonials{
  width:100%;
}

.landing-page .testimonials-section .container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 20px;
}

.landing-page .testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.landing-page .testimonials-title {
  letter-spacing: -3.50px;
  line-height: 75.6px;
  text-align: center;
  margin: 0;
}

.landing-page .testimonials-slider {
  margin-bottom: 60px;
}

.landing-page .testimonial-slide {
  padding: 0 16px;
  outline: none;
}

.landing-page .testimonial-content {
  background-color: var(--white);
  border: 1px solid var(--white-2);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.landing-page .testimonial-content:hover {
  transform: translateY(-5px);
}

.landing-page .testimonial-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.landing-page .testimonial-image {
  width: 81px;
  height: auto;
  max-height: 47px;
  object-fit: contain;
}

.landing-page .testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}


.landing-page .testimonial-quote {
  color: var(--apple);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 31.7px;
  margin: 0;
  flex: 1;
}

.landing-page .testimonial-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.quote-icon{
  display: none !important;
}
.landing-page .testimonial-author {
  color: var(--apple);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-l);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26.4px;
  font-style: normal;
}

.landing-page .testimonial-rating {
  width: auto;
  height: auto;
  max-width: 120px;
}

.landing-page .testimonials-cta {
  text-align: center;
}

.landing-page .cta-button {
  background-color: var(--apple);
  border: none;
  border-radius: 6px;
  padding: 1.25rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.landing-page .cta-button:hover {
  background-color: #4a8c37;
  transform: translateY(-2px);
}

.landing-page .cta-text {
  margin: 0;
  white-space: nowrap;
}

/* Slick Carousel Customization */
.landing-page .testimonials-slider .slick-dots {
  bottom: -50px;
}

.landing-page .testimonials-slider .slick-dots li button:before {
  color: var(--apple);
  font-size: 12px;
}

.landing-page .testimonials-slider .slick-dots li.slick-active button:before {
  color: var(--apple);
}

.landing-page .testimonials-slider .slick-prev,
.landing-page .testimonials-slider .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}

.landing-page .testimonials-slider .slick-prev {
  left: -50px;
}

.landing-page .testimonials-slider .slick-next {
  right: -50px;
}

.landing-page .testimonials-slider .slick-prev:before,
.landing-page .testimonials-slider .slick-next:before {
  color: var(--apple);
  font-size: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .landing-page .testimonials-section {
    padding: 60px 0;
  }
  
  .landing-page .testimonials-section .container {
    padding: 0 15px;
  }
  
  .landing-page .testimonials-header {
    margin-bottom: 40px;
  }
  
  .landing-page .testimonials-title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  
  .landing-page .testimonial-content {
    padding: 24px;
    min-height: 300px;
  }
  
  .landing-page .testimonial-quote {
    font-size: 18px;
    line-height: 26px;
  }
  
  .landing-page .testimonial-author {
    font-size: 16px;
    line-height: 22px;
  }
  
  .landing-page .testimonials-slider .slick-prev,
  .landing-page .testimonials-slider .slick-next {
    display: none !important;
  }
  
  .landing-page .testimonials-slider .slick-dots {
    bottom: -26px;
  }
}

@media (max-width: 480px) {
  .landing-page .testimonials-section {
    padding: 40px 0;
  }
  .landing-page .x-your{
    font-size:14px !important;
  }
  
  .landing-page .testimonials-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
  
  .landing-page .testimonial-content {
    padding: 20px;
    min-height: 280px;
  }
  
  .landing-page .testimonial-quote {
    font-size: 16px;
    line-height: 24px;
  }
}



/* Fridge-Free Section Responsive Styles */
@media (max-width: 768px) {
  .fridge-free-section {
    padding: 60px 0;
  }
  .landing-page .span0-1 , .landing-page .span1-2{
    letter-spacing: 1px;
  }
  .faq-title {
    font-size: 40px !important  ;
  }
  .fridge-free-section .container {
    padding: 0 1rem;
    gap: 2rem;
  }
  
  .fridge-free-section .content-wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
  }
  
  .fridge-free-section .features-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    order: 2;
  }
  
  .fridge-free-section .product-image-container {
    order: 1;
    max-width: 300px;
  }
  
  .fridge-free-section .feature-card {
    padding: 1rem;
    height: auto;
  }
  
  .fridge-free-section .feature-icon {
    width: 40px;
    height: 40px;
    margin-right: auto;
  }
  
  .fridge-free-section .feature-icon img {
    height: 20px;
    max-width: 24px;
  }
  
  .fridge-free-section .section-title {
    font-size: clamp(2rem, 6vw, 2.5rem);
    letter-spacing: -2px;
  }
  
  .fridge-free-section .description-text {
    font-size: 1rem;
    padding: 0 1rem;
  }
  
  .fridge-free-section .cta-button {
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 280px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fridge-free-section .container {
    padding: 0 1.5rem;
  }
  
  .fridge-free-section .content-wrapper {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  
  .fridge-free-section .features-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 600px;
  }
  
  .fridge-free-section .product-image-container {
    max-width: 350px;
  }
  
  .fridge-free-section .section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .fridge-free-section .content-wrapper {
    gap: 1.5rem;
  }
  
  .fridge-free-section .features-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }
}

@media (min-width: 1201px) {
  .fridge-free-section .features-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Fridge-Free Section Base Styles */
.fridge-free-section {
  background-color: var(--alice-blue);
  padding: 80px 0;
  width: 100%;
}

.fridge-free-section .container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.fridge-free-section .section-header {
  text-align: center;
  max-width: 1200px;
}

.fridge-free-section .heading-wrapper {
  margin-bottom: 1rem;
}

.fridge-free-section .section-title {
 
  line-height: 1;
  margin: 0;
  color: var(--black);
}

.fridge-free-section .section-description {
  display: flex;
  justify-content: center;
}

.fridge-free-section .description-text {
  color: var(--black);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  max-width: 1000px;
}

.fridge-free-section .content-wrapper {
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 1400px;
  align-items: center;
  justify-content: space-between;
}

.fridge-free-section .features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  flex: 1;
  max-width: 900px;
}

.fridge-free-section .feature-card {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 190px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fridge-free-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fridge-free-section .feature-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: auto;
}

.fridge-free-section .feature-icon img {
  width: auto;
  height: 24px;
  max-width: 32px;
  object-fit: contain;
}

.fridge-free-section .feature-text {
  margin: 0;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}

.fridge-free-section .feature-card:nth-child(2) .feature-title {
margin-bottom: -24px !important;
}
.fridge-free-section .feature-title {
font-family: var(--font-family-onest);
  color:  #152D52;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 25.2px */
}

.fridge-free-section .feature-subtitle {
  color:  #000;
  font-family: var(--font-family-onest);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.landing-page .vector-1 {
  height: 47px;
  left: 13px;
  position: absolute;
  top: 2px;
  width: 26px;
}

.landing-page .guaranteed-potency-w {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
}

.landing-page .span1-3 {
  color: var(--blue-zodiac);
  font-weight: 400;
}

.landing-page .mdisun-protection {
  aspect-ratio: 1;
  height: 52px;
  position: relative;
  width: 52px;
}

.landing-page .vector-2 {
  aspect-ratio: 0.82;
  height: 24px;
  left: 16px;
  position: absolute;
  top: 14px;
  width: 20px;
}

.landing-page .superior-protection {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
}

.landing-page .span1 {
  color: var(--black);
  font-weight: 400;
}

.landing-page .material-symbolsstore-rounded {
  aspect-ratio: 1;
  height: 52px;
  position: relative;
  width: 52px;
}

.landing-page .vector-3 {
  height: 34px;
  left: 6px;
  position: absolute;
  top: 9px;
  width: 39px;
}

.landing-page .ultra-convenient-fl {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
}

.landing-page .stashpack-solid {
  aspect-ratio: 1;
  height: 52px;
  position: relative;
  width: 52px;
}

.landing-page .vector-4 {
  height: 36px;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 36px;
}

.landing-page .revolutionary-packag {
  align-self: stretch;
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
}

.landing-page .feature-1 {
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  align-items: flex-start;
  backdrop-filter: blur(16px) brightness(100%);
  background-color: var(--white-2);
  border: 1px solid;
  border-color: var(--white);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  position: relative;
  width: 272px;
}

.landing-page .material-symbolsfamily-home-rounded {
  aspect-ratio: 1;
  height: 52px;
  position: relative;
  width: 52px;
}

.landing-page .vector-5 {
  height: 36px;
  left: 5px;
  position: absolute;
  top: 9px;
  width: 42px;
}

.landing-page .comprehensive-soluti {
  letter-spacing: 0;
  line-height: 25.2px;
  position: relative;
  width: 176px;
}

.quiz-container-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fridge-free-section .product-image-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.fridge-free-section .product-images {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fridge-free-section .packaging-bottle {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}

.fridge-free-section .product-detail {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 140px;
  height: auto;
  object-fit: contain;
  z-index: 2;
}

.landing-page .frame-2085665063-1 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  position: relative;
  width: 732px;
}

.landing-page .fa-qs {
  align-self: stretch;
  color: var(--black);
  font-weight: 400;
  line-height: 23.0px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.landing-page .frequently-asked-questions {
  letter-spacing: -3.50px;
  line-height: 75.6px;
  margin-left: -124.00px;
  margin-right: -124.00px;
  position: relative;
  text-align: center;
  width: 980px;
}

.landing-page .frame-2085665068 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.landing-page .frame-2085665068-item {
  align-items: center;
  border: 1px solid;
  border-color: var(--alice-blue);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  width: 1200px;
}

.landing-page .invisible-1-gold {
  flex: 1;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
}

.landing-page .majesticonsplus-line {
  aspect-ratio: 1;
  height: 32px;
  position: relative;
  width: 32px;
}

.landing-page .faq {
  align-items: flex-end;
  background-color: var(--alice-blue);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 20px;
  position: relative;
  width: 1200px;
}

.landing-page .frame-1707482257 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.landing-page .invisible-1-gold-1 {
  flex: 1;
  line-height: 25px;
}

.landing-page .frame-1707482256 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: space-around;
  padding: 12px 0px;
  position: relative;
  width: 100%;
}

.landing-page .invisible-1-gold-2 {
  line-height: 30px;
  margin-top: -1.00px;
  width: 1079px;
}

.landing-page .limited-time-offer {
  align-self: stretch;
  background-color: var(--alice-blue);
  height: 806px;
  position: relative;
  width: 100%;
}

.landing-page .ultra-flora-body_mb {
  aspect-ratio: 0.68;
  height: 806px;
  left: 0;
  top: 0;
  width: 549px;
}

.landing-page .frame-2085665066 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 52px;
  left: 806px;
  position: absolute;
  top: 114px;
  width: 741px;
}

.landing-page .section-heading-content-2 {
  align-items: flex-start;
}

.landing-page .limited-time-offer-1 {
  letter-spacing: -3.50px;
  line-height: 75.6px;
  margin-top: -1.00px;
  position: relative;
  width: 710px;
}

.landing-page .complete-the-quiz-no {
  color: var(--black);
  font-weight: 400;
  line-height: 23.0px;
  position: relative;
  width: 736px;
}

.landing-page .frame-2085665045 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(96, 168, 73, 1) 100%);
  border: 2px solid;
  border-color: #efffeb;
  height: 139px;
  position: relative;
  width: 515px;
}

.landing-page .frame-2085665073 {
  align-items: flex-start;
  display: flex;
  height: 139px;
  justify-content: flex-end;
  left: 362px;
  min-width: 153px;
  position: absolute;
  top: 0;
}

.landing-page .frame-2085665072-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  left: 43px;
  min-height: 91px;
  position: absolute;
  top: 24px;
  width: 244px;
}

.landing-page .frame-2085665099 {
  align-items: flex-start;
  align-self: stretch;
  background-color: #ffe1d299;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.landing-page .available-at-sele {
  align-self: stretch;
  color: #bb4c02;
  font-weight: 400;
  line-height: 23.0px;
  margin-top: -1.00px;
  position: relative;
}

.landing-page .these-unregistered {
  align-self: stretch;
  color: #bb4c02;
  font-weight: 400;
  line-height: 23.0px;
  position: relative;
}

/* Footer Styles - Clean and Responsive */
.landing-page .footer {
  background-color: var(--blue-zodiac);
  width: 100%;
  padding: 80px 0;
}

/* Footer Hero Section */
.landing-page .footer-hero {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  margin-bottom: 64px;
}

.landing-page .footer-logo {
  height: 40px;
  width: 150px;
  margin-bottom: 24px;
}

.landing-page .footer-tagline {
  max-width: 800px;
  text-align: start;
}

.landing-page .tagline-text {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-xxxl);
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1.2;
  margin: 0;
}

/* Footer Content */
.landing-page .footer-content {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  align-items: end;
}

.landing-page .footer-info {
  display: grid;
  grid-template-columns: 1fr ;
  gap: 48px;
}

.landing-page .footer-heading {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-weight: 600;
  margin: 0 0 16px 0;
}

.landing-page .contact-details p,
.landing-page .address-details p {
  color: var(--white);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-m);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 8px 0;
}

.landing-page .contact-details a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.landing-page .contact-details a:hover {
  color: var(--apple);
  border-bottom-color: var(--apple);
}

.landing-page .contact-details a:focus {
  outline: 2px solid var(--apple);
  outline-offset: 2px;
  border-radius: 2px;
}

.landing-page .address-details a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.landing-page .address-details a:hover {
  color: var(--apple);
}

.landing-page .address-details a:focus {
  outline: none;
}

/* Footer Link Styles */
.landing-page .footer-link {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.landing-page .footer-link:hover {
  color: var(--apple);
  border-bottom-color: var(--apple);
}

.landing-page .footer-link:focus {
  outline: 2px solid var(--apple);
  outline-offset: 2px;
  border-radius: 2px;
}

.landing-page .footer-logos {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.landing-page .partner-logo {
  height: 57px;
  width: auto;
  max-width: 200px;
}

.landing-page .footer-divider {
  max-width: 1200px;
  margin: 64px auto 0;
  padding: 0 24px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .landing-page .footer {
    padding: 60px 0;
  }
  
  .landing-page .footer-hero {
    margin-bottom: 48px;
  }
  
  .landing-page .tagline-text {
    font-size: 48px;
  }
  
  .landing-page .footer-content {
    gap: 48px;
  }
}

@media (min-width: 769px) {
  .partner-logo:nth-child(1){
    height:auto  !important;
    width:100%  !important;
  }
  .partner-logo:nth-child(2){
    height:auto  !important;
    width:100%  !important;
  }
}
@media (max-width: 768px) {
  .landing-page .footer {
    padding: 40px 0;
  }
  
  .landing-page .footer-hero {
    margin-bottom: 40px;
  }
  
  .landing-page .tagline-text {
    font-size: 36px;
    letter-spacing: -1px;
  }
  
  .landing-page .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .landing-page .footer-info {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: start;
  }
  
  .landing-page .footer-logos {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }
  
  .landing-page .footer-divider {
    margin-top: 40px;
  }

    .partner-logo:nth-child(1){
      height:41px;
      width:170px;
    }
    .partner-logo:nth-child(2){
      height:35px;
      width:146px;
    }
}

@media (max-width: 480px) {
  .landing-page .footer {
    padding: 32px 0;
  }
  
  .landing-page .footer-hero,
  .landing-page .footer-content {
    padding: 0 16px;
  }
  
  .landing-page .tagline-text {
    font-size: 28px;
  }
  
  .landing-page .footer-logos {
    flex-direction: row;
    gap: 20px;
  }
  
  .landing-page .footer-divider {
    margin-top: 32px;
    padding: 0 16px;
  }
}

.landing-page .description-button-3 {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  padding: 12px 0px 0px;
  position: relative;
}

.landing-page .flex {
  align-items: flex-start;
  display: flex;
}

.landing-page .frame-2085665067-3 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.landing-page .heading-wrapper-5 {
  display: flex;
  position: relative;
}

.landing-page .image-1 {
  aspect-ratio: 4.17;
  position: relative;
}



.landing-page .menu-item-3 {
  align-items: flex-start;
  gap: 6px;
  padding: 2px 0px;
  position: relative;
}

.landing-page .menu-items-3 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 96px;
  position: relative;
  width: 100%;
}

.landing-page .section-heading-3 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.landing-page .section-heading-content-3 {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  max-width: 1600px;
  position: relative;
  width: 100%;
}

.landing-page .text {
  align-self: stretch;
  position: relative;
}

.landing-page .ultra-flora {
  object-fit: cover;
  position: absolute;
}

.landing-page .x6009677972133 {
  aspect-ratio: 1;
  position: absolute;
}

.landing-page .x6009677972133-1-3 {
  aspect-ratio: 1;
  object-fit: cover;
  position: absolute;
}

/* Responsive Navigation Styles */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  position: relative;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(46deg) translate(6px, 5px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}

.menu-container {
  display: flex;
  flex: 1;
  justify-content: center;
}

/* Mobile Navigation Styles */
@media (max-width: 768px) {
  .landing-page .nav {
    padding: 12px 20px;
    width: 100%;
    max-width: 100%;
  }
  .offer-badge-2{
    display: block !important;
  }
  .offer-badge{
    display: none;
  }
  #fridge-free .feature-card:last-child {
  width: 206%;
  }
  .fridge-free-section .feature-card {
    gap:0;
    padding:18px;
  }
  .landing-page .nav-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .fridge-free-section .features-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  max-width: 100% !important;
  gap:16px !important ;
  }
  
  .why-choose-image{
    position: unset;
    width: 100%;
    margin-top: 2rem;
  }
  .why-choose-cta{
    margin:0 auto;
  }
  .why-choose-content{
    max-width: 100%;
  }
  .why-choose-image{
    margin-bottom: -190px;
  }
  .hamburger-menu {
    display: flex;
    order: 1;
  }
  
  .logo {
    order: 2;
    border: none;
    padding: 8px 12px;
  }
  
  .logo .image-3 {
    height: 36px;
    width: 146px;
  }
  
  .buttons {
    order: 3;
  }
  
  .buttons .button-3 {
    padding: 6px 6px;
    font-size: 14px;
    white-space: nowrap;
  }
  .landing-page .metagenics-leading{

font-family: Onest;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 108%; /* 43.2px */
letter-spacing: -2px;
  }
  
  .menu-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--blue-zodiac);
    z-index: 999;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    overflow-y: auto;
  }
  
  .menu-container.menu-open {
    left: 0;
  }
  
  .landing-page .menu-items {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
  }
  
  .landing-page .menu-item {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .landing-page .menu-item:last-child {
    border-bottom: none;
  }
  
  .landing-page .menu-item a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px;
    transition: color 0.3s ease;
  }
  
  .landing-page .menu-item a:hover {
    color: #4CAF50;
  }
  
  /* Mobile Hero Layout */
  .hero-content {
    flex-direction: column-reverse;
    padding: 20px;
    text-align: center;
    gap: 2rem;
  }
  
  .hero-text {
    max-width: 100%;
    order: 2;
  }
  
  .hero-image {
    max-width: 300px;
    order: 1;
    margin: 0 auto;
  }
  
  .offer-badge {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    margin-top: 1.5rem;
    gap: 1rem;
  }
  
  .offer-visual {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  
  .landing-page .complete-the-quiz-an {
    font-size: 0.9rem;
  }
}

/* Tablet Navigation Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .landing-page .nav {
    padding: 12px 60px;
    width: 100%;
    max-width: 100%;
  }
  
  .landing-page .nav-content {
    justify-content: space-between;
  }
  
  .hamburger-menu {
    display: flex;
    order: 1;
  }
  
  .logo {
    order: 2;
  }
  
  .buttons {
    order: 3;
  }
  
  .menu-container {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--blue-zodiac);
    z-index: 999;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
    overflow-y: auto;
  }
  
  .menu-container.menu-open {
    left: 0;
  }
  
  .landing-page .menu-items {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
  }
  
  .landing-page .menu-item {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .landing-page .menu-item:last-child {
    border-bottom: none;
  }
  
  .landing-page .menu-item a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px;
    transition: color 0.3s ease;
  }
  
  .landing-page .menu-item a:hover {
    color: #4CAF50;
  }
  
  /* Tablet Hero Layout */
  .hero-content {
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
    gap: 2rem;
  }
  
  .hero-text {
    max-width: 100%;
  }
  
  .hero-image {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .offer-badge {
    padding: 1.25rem;
    margin-top: 1.5rem;
  }
}

/* Desktop Navigation Styles */
@media (min-width: 1025px) {
  .hamburger-menu {
    display: none;
  }
  
  .menu-container {
    display: flex;
    position: static;
    background: none;
    height: auto;
    width: auto;
    padding: 0;
  }
  
  .landing-page .menu-items {
    flex-direction: row;
    gap: 20px;
    padding: 16px 24px;
    width: auto;
    max-width: none;
  }
  
  .landing-page .menu-item {
    width: auto;
    text-align: center;
    padding: 4px;
    border: none;
  }
  
  .landing-page .menu-item a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    width: auto;
    padding: 0;
  }
  
  .landing-page .menu-item a:hover {
    color: inherit;
  }
  
  /* Desktop Hero Layout */
  .hero-content {
    flex-direction: row;
    align-items: center;
  }
  
  .hero-text {
    text-align: left;
  }
  
  .offer-badge {
    flex-direction: row;
    text-align: left;
  }
}




/* Why Choose Section Responsive Styles */
@media (max-width: 1024px) {
  .why-choose-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .why-choose-content {
    order: 1;
  }
  
  .why-choose-image {
    order: 2;

  }
  
  .landing-page .ultra-flora-balance-hand {
    max-width: 400px;
  }

}


@media (max-width: 1650px) {
  .landing-page .your-optimal-gut-health-starts-here{
    width: 100%;
    letter-spacing: unset;
    line-height: 1;
    font-size: 32px;

  }
  .landing-page .frame-2085665056{
    width:unset
  }
}

/* Banner Content Wrapper Base Styles */
.landing-page .banner-content-wrapper {
  display: none;
  width: 100%;
  align-items: center;
  gap: 40px;
}

.landing-page .left-banner {
  width: 40%;
  height: 100%;
}

.landing-page .left-banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.landing-page .right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


@media (min-width: 1530px) {
  .frame-2085665056{
    width: unset;
  }
  
  /* Hide banner content wrapper on large screens */
  .landing-page .banner-content-wrapper {
    display: none;
  }
  
  /* Show original content on large screens */
  .landing-page .frame-2085665056 {
    display: flex;
  }
}
@media (max-width: 1530px) {
  .landing-page .frame-2085665059 {
  display: none;
  }
  .landing-page .optimal-gut{
    padding:80px 20px;
  }
  
  /* Hide original content on small screens */
  .landing-page .frame-2085665056 {
    display: none;
  }
  
  /* Show banner content wrapper and adjust layout */
  .landing-page .banner-content-wrapper {
    display: flex;
    flex-direction: row;
  }
  
  .landing-page .right-content {
    width: 100%;
  }
  
  .landing-page .mobile-content {
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 62px;
    width: 100%;
  }
  
  .landing-page .frame-2085665057 {
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
  }
}

@media (max-width: 768px) {
  .landing-page .left-banner {
    display: none;
  }
  
  .landing-page .right-content {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 1280px) {
  .fridge-free-section .features-container{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .landing-page .x6009677972133-1-1 {
    height:auto;
    width: 145px;
    bottom: 0 ;
    }
}
@media (max-width: 1140px) {
  .landing-page .ultra-flora-balance-hand-1 {
  height:auto;
  width: 200px;
  }
}
@media (max-width: 910px) {
  .landing-page .frame-2085665055-1{
    flex-direction: column;
  }
  .frame-2085665054{
    width: 100%;
  }
}
@media (max-width: 640px) {
  .landing-page .frame-2085665053{
    flex-direction: column;
  }
  .landing-page .frame-2085665053{
    flex:unset;
    flex-grow: unset;
    width: 100%;
    height: auto;
  }
  .landing-page .button-7,.landing-page .button-1 {
  flex:unset;
  height: auto;
  width: 100%;
  min-height: 328px;
  }
  .landing-page .x6009677972133-1-1{
    width:245px
  }
  
}
@media (max-width: 768px) {
  .landing-page .why-choose-ultra {
    padding: 3rem 1rem;
  }
  .landing-page .landing-page-item {
  gap:40px;
  padding: 40px 0;
  }

 
  .why-choose-container {
    gap: 1.5rem;
  }
  .why-choose-content{
width: 100%;
  }
  
  .feature-primary {
    grid-column: 1;
  }
  
  .feature-card {
    padding: 1.5rem;
    min-height: 150px;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .feature-icon-single {
    height: 60px;
  }
  
  .feature-icon {
    width: 70px;
    height: 75px;
  }


  
  .icon-layer-1 {
    width: 70px;
    height: 70px;
  }
  
  .icon-layer-2 {
    width: 14px;
    height: 16px;
    left: 31px;
  }
  
  .icon-layer-3 {
    width: 24px;
    height: 30px;
    top: 24px;
    left: 23px;
  }
  
  .landing-page .ultra-flora-balance-hand {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .landing-page .why-choose-ultra {
    padding: 2rem 1rem;
  }
  .landing-page .logo{
    padding:14px 12px;
  }

  .quiz-box #product-name {
  font-size: 28px;
  }
  .feature-card {
    padding: 1rem;
    min-height: 120px;
  }
  
  .features-grid {
    gap:12px
  }
  .feature-title {
    font-size: 24px;
  }
  
  .feature-icon-single {
    height: 50px;
  }
  
  .feature-icon {
    width: 60px;
    height: 65px;
  }
  
  .icon-layer-1 {
    width: 60px;
    height: 60px;
  }
  
  .icon-layer-2 {
    width: 12px;
    height: 14px;
    left: 27px;
  }
  
  .icon-layer-3 {
    width: 20px;
    height: 26px;
    top: 20px;
    left: 20px;
  }
  .landing-page .ultra-flora-balance-hand-1{
    position: unset;
    width: 230px;
    height: auto;
    margin-bottom: -140px;
     }
     .landing-page .button-7, .landing-page .button-1:nth-child(1){
      align-items: center;
      min-height: 328px;
     }
     .landing-page .button-7, .landing-page .button-1:nth-child(3){
      align-items: center;
      
     }
}

/* hero */

@media (max-width: 1460px) {
.landing-page .ultra-flora-lady_mb{
  width:60%;
}
}

@media (max-width: 1024px) {
  .landing-page .ultra-flora-lady_mb{
    width:100%;
  }
  .hero-image{
    right: -10%;
  }
  .landing-page .listen-to-your-gut-f{
    text-align: left;
  }
  .onest-normal-white-42px {
  font-size: 32px;
  }
}

@media (max-width: 786px) 
{
  .hero-image{
    position: unset;
  }
}

/* FAQ Section - Clean and Responsive */
.faq-section {
  background-color: var(--white);
  padding: 80px 0;
  width: 100%;
}

.faq-container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.faq-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 800px;
}

.faq-label {
  color:  #000;
  text-align: center;
  font-family: var(--font-family-onest);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
}

.faq-title {
  color:  #000;
text-align: center;
font-family: var(--font-family-onest);
font-size: 70px;
font-style: normal;
font-weight: 300;
line-height: 108%; /* 75.6px */
letter-spacing: -3.5px;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border: 1px solid var(--alice-blue);
  border-bottom: none;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--alice-blue);
}

.faq-item.faq-expanded {
  background-color: var(--alice-blue);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 16px;
  cursor: pointer;
  gap: 1rem;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(240, 246, 252, 0.5);
}

.faq-expanded .faq-question {
  background-color: transparent;
}

.faq-question h3 {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-l);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  text-align: left;
  cursor: pointer;
}

.faq-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-toggle img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}



.faq-answer {
  border-top: 1px solid rgba(240, 246, 252, 0.8);
  transition: max-height 0.3s ease, padding 0.3s ease, border-width 0.3s ease;
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  border-top-width: 0;
}

.faq-expanded .faq-answer {
  padding: 0 16px 16px 16px;
  border-top-width: 1px;
}

.faq-answer p {
  color: var(--black);
  font-family: var(--font-family-onest);
  font-size: var(--font-size-l);
  font-weight: 400;
  line-height: 1.6;
  margin: 1rem 0 0 0;
}

/* FAQ Responsive Styles */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-container {
    padding: 0 1rem;
    gap: 2rem;
  }
  
  .faq-question {
    padding: 1.25rem 16px;
    gap: 0.75rem;
  }
  
  .faq-question h3 {
    font-size: var(--font-size-m);
  }
  
  .faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  
  .faq-answer p {
    font-size: var(--font-size-m);
  }
  
  .faq-toggle img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 0;
  }
  
  .faq-container {
    padding: 0 1rem;
    gap: 1.5rem;
  }
  
  .faq-question {
    padding: 1rem 1rem;
    gap: 0.5rem;
  }
  
  .faq-question h3 {
    font-size: 20px;
    line-height: 125%;
  }
  
  .faq-answer {
    padding: 0 1rem 1rem 1rem;
  }
  
  .faq-answer p {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
  }
}


/* Limited Offer */

.promo-banner {
  display: flex;
  align-items: center;
height: auto;
  background-color: #f0f6fd;
  padding: 0px 20px 0px 0;
  width: 100%;
}

.promo-banner .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 10px;
}

.promo-banner .image-section {
  flex: 1;
  position: relative;
}

.promo-banner .woman-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}

.promo-banner .microbiome-dots {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 150px;
}


.promo-banner .text-section {
  flex: 1;
  padding-left: 40px;
}

.promo-banner .main-heading {
 
  font-family: var(--font-family-onest);
  color:  #000;
font-size: 70px;
font-style: normal;
font-weight: 300;
line-height: 108%;
letter-spacing: -3.5px;
}

.promo-banner .subtext {
  color:  #000;
font-family: var(--font-family-onest);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 128%; /* 23.04px */
margin-top: 16px;
}

.promo-banner .offer-card {
  background-color: white;
background: linear-gradient(90deg, #FFF 47.97%, #60A849 217.89%);
  border-radius: 12px;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin:50px 0;
  max-width: 515px;
  position: relative;
}

.promo-banner .offer-text {
  flex: 1;
}

.promo-banner .discount-text {
  font-size: 2rem;
  font-weight: 600;
  color: #7cb342;
  margin-bottom: 10px;
}
.promo-banner .text-section{
  padding:20px;
}
.promo-banner .offer-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  max-width: 289px;
}

.promo-banner .product-image {
  width: 160px;
  height: auto;
  object-fit: contain;
  position:absolute;
  bottom: 0;
  right: 0;
}

.promo-banner .disclaimers {
  color: #BB4C02;
  font-family: var(--font-family-onest);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 23.04px */
  background: rgba(255, 225, 211, 0.60);background: rgba(255, 225, 211, 0.60);
  display: flex;
padding: 20px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
align-self: stretch;
max-width: 714px;
}

.promo-banner .disclaimer-line {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 1024px) {

  .promo-banner .main-heading {
    font-size:45px;
  }
  .promo-banner .subtext {
    font-size:16px;
  }

}

@media (max-width: 840px) {
.promo-banner .image-section {
  display: none;
}
.promo-banner .content-wrapper{
  grid-template-columns: 1fr;
}

}
@media (max-width: 768px) {
  .promo-banner .content-wrapper {
      flex-direction: column;
      gap: 30px;
  }

  .promo-banner .text-section {
 
      text-align: center;
  }

  .promo-banner .main-heading {
      font-size: 2.5rem;
      letter-spacing: unset;
      text-align: start;
  }
  .promo-banner .subtext {
    text-align: start;
  }
  .promo-banner .disclaimers {
    font-size: 16px;
    text-align: start;
  }

  .promo-banner .offer-card {
      flex-direction: column;
      text-align: start;
      gap: 20px;
      justify-content: start;
      align-items: start;
  }

  .promo-banner .microbiome-dots {
      width: 150px;
      height: 120px;
  }


}

@media (max-width: 480px) {
  .promo-banner {
      padding: 15px;
  }

  .promo-banner .offer-description {
  max-width: 244px;
  }
  .promo-banner .main-heading {
      font-size: 2rem;
  }

  .promo-banner .offer-card {
      padding: 20px;
  }

  .promo-banner .discount-text {
      font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .promo-banner .product-image{
    width:103px;
  }
}

