/** Shopify CDN: Minification failed

Line 279:0 Unexpected "}"

**/
/* Normalize */
body,
html,
p,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

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





/* Hero Section */
.hero {
  background: url("bogo-offer--hero-bg.jpg");
  background-size: cover;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.hero .inner {
  position: relative;
  max-width: 1440px;
}

.hero-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500px;
  width: 100%;
  z-index: 9999; /* super high to ensure it's always on top */
}

.hero-product-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 660px;
}

.hero-product-mobile {
  display: none;
}

.hero-items {
  padding: 50px;
}

.hero-shipping {
  max-width: 200px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.hero-shipping-text {
  color: #17325f;
  font-weight: 600;
}

.hero-header h3 {
  font-size: 39px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}

.hero-header h2 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}

.hero-header p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
  margin-top: 15px;
}

.hero-guaranteed {
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
}

.hero-cta {
  display: flex;
  color: #17325f;
  gap: 40px;
  margin-top: 40px;
}

.hero-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  border: 1px solid #000;
  color: white;
  padding: 20px 60px;
  border-radius: 15px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 280px;
  font-size: 26px;
  line-height: 34px;
}

.timer {
  font-family: "Arial", sans-serif;
  text-align: center;
}

.timer-header {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #17325f;
}

.timer-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}

.timer-unit {
  background: white;
  color: black;
  padding: 12px 8px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
  transition: all 0.3s ease;
}

.timer-separator {
  font-size: 28px;
  font-weight: bold;
  color: #17325f;
  text-shadow: 0 2px 4px rgba(23, 50, 95, 0.1);
}

.timer-labels {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 8px;
}

.timer-labels.minute span {
  margin-right: -38px !important;
}

.timer-label {
  font-size: 14px;
  color: #17325f;
  min-width: 50px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Apply mobile styles at 1370px and below */
@media (max-width: 1370px) {
  .hero-product-desktop {
    display: none;
  }

  .hero-product-mobile {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 30px auto;
    
  }

  .hero-header p {
    max-width: 100%;
    text-align: center;
  }

  .hero-guaranteed {
    max-width: unset;
  }

  .hero-cta {
    display: block;
    text-align: center;
  }

  .timer {
    max-width: 240px;
    margin: 30px auto 0;
  }

  .hero-items {
    padding: 20px;
    position: relative;
  }

  .hero-shipping {
    position: absolute;
    top: 20px;
    right: 240px;
    max-width: 120px;
    padding: 5px;
    margin: 30px 0 5px;
    gap: 10px;
    border-radius: 5px;
  }

  .hero-shipping img {
    width: 30px;
    height: 24px;
    margin-top: 2px;
  }

  .hero-shipping-text {
    font-size: 12px;
  }

 .hero-header h2, .hero-header h3 {
        font-size: 50px;
        line-height: 66px;
        text-align: center;
    }
}

  .hero-header p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 5px;
  }

  .hero-button {
    padding: 10px 50px;
    border: 1px solid #000;
    font-size: 22px;
  }

  .timer,
  .hero-cta,
  .hero-guaranteed {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .hero-product-desktop {
    display: none;
  }

  .hero-product-mobile {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 30px 0;
  }

  .hero-header p {
    max-width: 100%;
  }

  .hero-guaranteed {
    max-width: unset;
  }

  .hero-cta {
    display: block;
    text-align: center;
  }

  .timer {
    max-width: 240px;
    margin: 30px auto 0;
  }

  .hero-items {
    position: relative;
  }

  .hero-shipping {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  /* .hero {
    background: url("bogo-offer--hero-bg-mobile.png");
    background-size: cover;
    background-position: center;
  } */

  .hero-items {
    padding: 20px;
  }

  .hero-shipping {
    max-width: 120px;
    padding: 5px;
    margin: 30px 0 5px;
    gap: 10px;
    border-radius: 5px;
    position: unset;
    float: right;
  }

  .hero-shipping img {
    width: 30px;
    height: 24px;
    margin-top: 2px;
  }

  .hero-shipping-text {
    font-size: 12px;
  }

  .hero-product-mobile {
    width: 90%;
    margin: 0 auto;
  }

  .hero-header h2,
  .hero-header h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .hero-header p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 5px;
  }

  .hero-button {
    padding: 10px 50px;
      border: 1px solid #000;
  }

  .timer,
  .hero-cta,
  .hero-guaranteed {
    margin-top: 10px;
  }
}

/* Featured Section */
.featured {
  text-align: center;
  color: #18325f;
  letter-spacing: 1.5px;
  margin: 40px;
}

.featured-logo {
  background-color: #ebf9fb;
  width: 100%;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}

.logo-container img {
  max-width: 130px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.icon-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
}

.icon-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  margin: 20px;
  font-size: medium;
  letter-spacing: 1.5px;
  color: #17325f;
  font-weight: bold;
  gap: 4px;
}

.icon-row svg {
  width: 25px;
  height: 25px;
  stroke: #17325f;
}

.ratings {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.ratings .stars {
  display: flex;
  gap: 2px;
}

.ratings svg {
  width: 20px;
  height: 20px;
  fill: #17325f;
  flex-shrink: 0;
}

/* Testimonials Section */
.testimonials {
  background-color: #f9fafb;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.testimonials-header-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 80px;
}

.testimonials-text {
  background: linear-gradient(to right, #dceafe, #edf5ff);
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  color: #1c4ed8;
  display: inline-block;
  margin: 0 auto;
}

.testimonials-header {
  font-size: 2rem;
}

.testimonials-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  padding: 15px 32px;
  border-radius: 10px;
  border: solid black 1px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
}

.testimonials-ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: smaller;
}

.testimonials-stars {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* testimonial video style */

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px #e0e4e8;
  flex: 1 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.video-container {
  position: relative;
  aspect-ratio: 10/16;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 20px;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.play-button:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 14px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 2px;
}

.content {
  padding: 0px 20px 20px 20px;
}

.rating-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.user-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: white;
}

.avatar-ts {
  background: #4a90e2;
}

.avatar-profile {
  background: #8b4513;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="16" cy="16" r="16" fill="%23654321"/><circle cx="16" cy="12" r="5" fill="%23fff"/><path d="M6 26c0-5.5 4.5-10 10-10s10 4.5 10 10" fill="%23fff"/></svg>');
  background-size: cover;
}

.stars {
  display: flex;
  gap: 1px;
  width: 116px;
}

.title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-left: 4px;
  line-height: 1.3;
}

.testimonial-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: left;
}

.author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.verified-icon {
  width: 16px;
  height: 16px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verified-icon::after {
  content: "✓";
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.verified-text {
  color: #10b981;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .testimonials-container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }

  .testimonial-card {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .testimonials-container {
    flex-direction: column;
    gap: 16px;
  }

  .testimonial-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .content {
    padding: 16px;
  }

  .title {
    font-size: 15px;
  }

  .testimonial-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .play-button {
    width: 45px;
    height: 45px;
  }

  .play-icon {
    border-left: 12px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}

/* Ready To Transform Section */
.ready-to-transform-header {
  background-color: #1e5ae8;
  text-align: center;
  color: white;
  padding: 30px 0px;
  font-weight: lighter;
}

.ready-to-transform-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* Real Results Section */
.real-results {
  margin: 40px 10px;
}

.real-results-header-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.real-results-text {
  background: linear-gradient(to right, #dceafe, #edf5ff);
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  color: #1c4ed8;
  display: inline-block;
  margin: 0 auto;
}

.real-results-header {
  text-align: center;
}

.video-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.video-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(59, 130, 246, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 9;
}

.video-badge.popular {
  background: #2463eb;
}

.video-content {
  padding: 25px;
}

.video-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
  line-height: 1.3;
}

.video-description {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .real-results-header h2 {
    font-size: 2rem;
  }

  .real-results-header p {
    font-size: 1rem;
  }

  .video-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .video-card {
    margin: 0 10px;
  }
}

/* Ingredients Section */
.ingredients {
  background-color: #f8f8f6;
  padding-left: 20px;
  padding-right: 20px;
}

.ingredients-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 60px;
}

.ingredients-container
  .carousel-track
  > .carousel-slide:nth-child(3)
  > .ingredient-image {
  height: 470px;
  border-radius: 0;
}

.ingredients-content {
  flex: 1;
  max-width: 500px;
}

.ingredients-header {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ingredients-p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}

.ingredients-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  padding: 12px 80px;
  border-radius: 10px;
  border: solid black 1px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

@media (max-width: 1024px) {
  .ingredients-container {
    max-width: 910px;
    gap: 0px;
  }

  .ingredients-button {
    padding: 12px 80px;
    font-size: 16px;
  }
}

.ingredients-button:hover {
  transform: translateY(-2px);
}

.carousel-container {
  flex: 1;
  max-width: 600px;
  position: relative;
  padding-top: 20px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  padding: 40px;
  text-align: center;
}

.ingredient-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: transparent;
}

.ingredient-name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ingredient-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  max-width: 300px;
  margin: 0 auto;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  font-size: 60px;
  color: #333;
  z-index: 10;
}

.carousel-nav:hover {
  color: #666;
}

.carousel-nav.prev {
  left: 20px;
}

.carousel-nav.next {
  right: 20px;
}

.carousel-indicators {
  display: none;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s ease;
}

.indicator.active {
  background: #e76b24;
}

@media (max-width: 768px) {
  .ingredients-container {
    flex-direction: column;
    padding-top: 40px;
    gap: 40px;
  }

  .carousel-nav.prev {
    left: -25px;
  }

  .carousel-nav.next {
    right: -25px;
  }

  .ingredients-content {
    text-align: center;
  }

  .ingredients-header {
    font-size: 24px;
  }

  .carousel-container {
    max-width: 100%;
    margin-top: 65px !important;
  }

  .carousel-slide {
    padding: 30px 20px;
  }

  .ingredients-container
    .carousel-track
    > .carousel-slide:nth-child(3)
    > .ingredient-image {
    min-height: 520px;
    border-radius: 0;
    margin: 10px;
    width: auto;
  }
}

/* Backed by Science Section */
.science {
  margin: 40px 10px;
}

.science-header-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.science-text {
  background: linear-gradient(to right, #dceafe, #edf5ff);
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  color: #1c4ed8;
  display: inline-block;
  margin: 0 auto;
}

.science-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.science-header p {
  margin-top: 10px;
}

.benefits-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}

.benefit-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  max-width: 320px;
  flex: 1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  font-size: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.benefit-icon.blue {
  background-color: #2463eb;
}

.benefit-icon.green {
  background-color: #16a349;
}

.benefit-icon.purple {
  background-color: #9333e9;
}

.benefit-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111827;
}

.benefit-description {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 25px;
}

.benefit-stat {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.benefit-label {
  font-size: 14px;
  color: #6b7280;
}

/* Color variations */
.gradient-blue {
  background: linear-gradient(to right, #ebf3fe, #ddebfe);
}

.gradient-green {
  background: linear-gradient(to right, #edfdf2, #ddfce7);
}

.gradient-purple {
  background: linear-gradient(to right, #f9f3ff, #f3e9ff);
}

.benefit-text-blue {
  color: #2563eb;
}

.benefit-text-green {
  color: #10b981;
}

.benefit-text-purple {
  color: #8b5cf6;
}

@media (max-width: 768px) {
  .benefits-section {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    max-width: 100%;
  }
}

/* Neutein Sections */
.neutein-works {
  background-color: #fbfbfc;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.neutein-header-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.neutein-text {
  background: linear-gradient(to right, #f2e6ff, #e9d6ff);
  border-radius: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 20px;
  color: #1c4ed8;
  display: inline-block;
  margin: 0 auto;
}

.neutein-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.neutein-header h2 {
  font-size: 2.5rem;
}

.neutein-header p {
  margin-top: 20px;
}

.steps-section {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.steps-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.step-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 260px;
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 0 0 2px;
}

.step-icon {
  font-size: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 14px;
  color: #555;
}

/* Colored borders and number outlines */

.step-icon.blue {
  background: #2463eb;
}

.step-icon.orange {
  background: #ca8a03;
}

.step-icon.purple {
  background: #9333e9;
}

.step-icon.green {
  background: #16a349;
}

.step-card.blue {
  border-color: #dbe9fe;
}

.step-card.blue .step-number {
  color: #175aea;
  background-color: #dbe9fe;
  box-shadow: 0 0 0 2px #dbe9fe;
}

.step-card.orange {
  border-color: #feef89;
}

.step-card.orange .step-number {
  color: #ca8a03;
  background-color: #fef9c3;
  box-shadow: 0 0 0 2px #feef89;
}

.step-card.purple {
  border-color: #e8d4ff;
}

.step-card.purple .step-number {
  color: #8b26e8;
  background-color: #e8d4ff;
  box-shadow: 0 0 0 2px #e8d4ff;
}

.step-card.green {
  border-color: #dff3e6;
}

.step-card.green .step-number {
  color: #10b981;
  background-color: #dcfce6;
  box-shadow: 0 0 0 2px #dff3e6;
}

/* Footer box */
.steps-footer {
  background: linear-gradient(to right, #eef3fc, #e6fbf3);
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  .steps-footer {
    padding-bottom: 50px;
  }
}

.steps-footer h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.steps-footer p {
  color: #444;
  margin-bottom: 20px;
  font-size: 16px;
}

.guarantees {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #10b981;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.cta-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  position: absolute;
  bottom: -20px;
  /* adjust to how much you want it to "float" */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  background: linear-gradient(135deg, #42ca60, #23B844);
}

/* Transform Performance Section */
.transform-performance {
  background-color: #f8f9fc;
  padding: 50px 10px;
}

.transform-performance-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.transform-performance-header h2 {
  font-size: 1.5rem;
}

.transform-performance-header p {
  margin-top: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 36px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.feature-description {
  color: #7f8c8d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.feature-stat {
  background: linear-gradient(to right, #f0f6ff, #effcf4);
  color: #477ded;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.background-decoration {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: 50%;
}

/* Chart Section */
.chart {
  background-color: #2657c9;
  color: white;
  padding: 70px;
}

.chart-header h2 {
  font-size: 38px;
}

.chart-p {
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}

.chart-slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

.chart-slide img {
  max-width: 450px;
}

.chart-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  padding: 12px 110px;
  border-radius: 10px;
  border: solid black 1px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button:before {
  border: 1px solid #ddd;
  border-radius: 20px;
  opacity: 1 !important;
  content: "" !important;
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 50px !important;
  }

  .slick-prev {
    left: -65px !important;
  }

  .slick-next {
    right: -65px !important;
  }

  .slick-dots {
    text-align: right !important;
    bottom: -35px !important;
  }
}

@media screen and (max-width: 1024px) {
  .chart {
    padding: 30px;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .chart-slide {
    display: block !important;
  }

  .chart-button {
    width: 100%;
    margin: 20px 0;
  }

  .chart-slide img {
    max-width: 100%;
    width: 100%;
  }
}

/* Difference Section */
.difference {
  background-color: #f3f8fc;
  padding: 50px 10px;
}

.difference-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 5px 5px 10px #ebebeb, -5px -5px 10px #ebebeb;
}

.difference-container h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}

.difference .inner {
  max-width: 1000px;
}

.info-icons {
  display: flex;
  gap: 1rem;
  align-items: start;
  flex-direction: column;
}

.info-icons span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* white-space: nowrap; */
}

.info-box h2 {
  font-size: 2vw;
  margin-bottom: 3vh;
}

.info-diff {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

.info-before,
.info-after {
  display: flex;
  flex-direction: column;
}

.info-before h3 {
  color: red;
  font-size: 1.5rem;
  margin-bottom: 2vh;
}

.info-before i {
  color: red;
  margin-right: 0.5vw;
}

.info-after h3 {
  color: green;
  font-size: 1.5rem;
  margin-bottom: 2vh;
}

.info-after i {
  color: green;
  margin-right: 0.5vw;
}

.info-before span,
.info-after span {
  line-height: 2;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .difference {
    padding: 30px;
  }

  .info-after {
    margin-top: 20px;
  }

  .info-diff {
    display: block;
  }

  .difference-container {
    padding: 15px;
  }

  .difference-container h2 {
    font-size: 2rem;
  }

  .info-before h3,
  .info-after h3 {
    font-size: 2.5vw;
  }

  .info-box h2 {
    font-size: 3vw;
  }
}

@media (max-width: 600px) {
  .info-diff {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 24px;
  }

  .difference-container {
    padding: 10px;
    border-radius: 15px;
  }

  .difference-container h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .info-before h3,
  .info-after h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .info-box h2 {
    font-size: 1.2rem;
  }

  .info-before span,
  .info-after span {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* Everything Section */
.everything {
  background-color: #fefefe;
  padding: 50px 10px;
}

.everything-description {
  text-align: center;
}

.everything-description h2 {
  font-size: 2rem;
}

.everything-description p {
  margin-top: 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
}

.everything-container {
  max-width: 1000px;
  margin: 0 auto;
}

.product {
  display: flex;
  margin-top: 40px;
  max-width: 1000px;
  margin: 40px auto;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .product {
    flex-direction: column;
  }

  .product-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Occupy all space if only one product */
  .product:only-child,
  .product:only-child .product-card {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .product {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .product-card {
    width: calc(50% - 24px);
    max-width: 350px;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #fcfcfd;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}

.product-info {
  text-align: center;
  font-size: small;
}

.product-card img {
  width: 170px;
  height: 180px;
}

/* Revolution Section */
.revolution {
  background-color: #f8f9fa;
  padding: 40px 10px;
}

.revolution-container {
  background: linear-gradient(to right, #2562ea, #1e41b1);
  padding: 50px 0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.revolution-header {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.revolution-header h2 {
  font-size: 2rem;
}

.revolution-header p {
  font-size: 1rem;
  margin-top: 10px;
}

.revolution-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 0 20px;
  gap: 20px;
}

@media (max-width: 1024px) {
  .ingredients-container {
    max-width: 910px;
    gap: 0px;
  }
}

.stat-item {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.stat-star-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.stat-star-item i {
  font-size: 2rem;
}

.stat-item h2 {
  font-size: 3rem;
}

.stat-item p {
  margin: 5px 0 0;
  font-size: 1rem;
}

/* Limited Offer Section */
.limited-offer {
  background: linear-gradient(135deg, #121b38, #1b347a);
  padding: 60px 20px;
}

.limited-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.limited-header {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

.limited-header h2 {
  font-size: 3rem;
  padding-bottom: 10px;
  font-weight: bold;
}

.limited-header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.countdown-timer {
  background: #e62c2f;
  color: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(255, 87, 87, 0.3);
}

.countdown-header {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.countdown-header::before {
  content: "⏰";
  font-size: 1.2rem;
}

.countdown-display {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-value {
  font-size: 2rem;
  font-weight: bold;
  background-color: #bc2123;
  padding: 8px;
  border-radius: 10px;
}

.time-label {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 5px;
}

.time-separator {
  font-size: 2rem;
  font-weight: bold;
  align-self: center;
  padding-bottom: 20px;
}

.offer-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.best-value-badge {
  background: #21c026;
  color: white;
  padding: 10px 29px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.offer-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
}

.offer-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.price-section {
  margin-bottom: 10px;
}

.original-price {
  font-size: 2rem;
  font-weight: bold;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.sale-price {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
}

.price-description {
  color: #666;
  margin-top: 5px;
  font-size: 1rem;
}

.savings-text {
  background: #eeedec;
  color: black;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.offer-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  padding: 18px 40px;
  border: solid black 0.5px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}

.benefits-list {
  text-align: left;
  margin-bottom: 20px;
}

.benefit-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.benefit-item .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.guarantee-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.guarantee-item .guarantee-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.shipping-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.shipping-item .shipping-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.bottom-banner {
  background: #ea3138;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.banner-text {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-subtext {
  font-size: 1rem;
}

.progress-bar {
  background-color: #901313;
  height: 10px;
  border-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
}

.progress-fill {
  background-color: #facc14;
  height: 100%;
  width: 0%;
  transition: width 0.5s ease;
}

@media (max-width: 768px) {
  .limited-offer {
    padding: 40px 15px;
  }

  .limited-header h2 {
    font-size: 2.5rem;
  }

  .time-value {
    font-size: 2.5rem;
  }

  .offer-title {
    font-size: 1.8rem;
  }

  .sale-price {
    font-size: 2.5rem;
  }
}

.trust-badges {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.badges-container-1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.badges-container-2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.badges-container-1 {
  color: #a3abb5;
}

.badges-container-2 .badge-item {
  color: #cdcfd9;
  font-size: 12px;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.badge-item p {
  display: flex;
  align-items: center;
}

.badge-item svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .badges-container-1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

/* Risk Free Section */
.risk-free {
  background-color: #f0fbf8;
}

.risk-free-container {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  .risk-free-container {
    padding: 50px 10px;
  }
}

.icon {
  background: linear-gradient(to bottom right, #2bb08d, #3690d6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

p.subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.risk-steps-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.risk-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.risk-steps-header {
  text-align: center;
  margin-bottom: 20px;
}

.risk-steps-header h2 {
  font-size: 1.5rem;
}

.risk-step {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.risk-step h2 {
  font-size: 16px;
  margin: 10px 0;
}

.risk-step p {
  margin: 0px 20px;
}

.risk-step-number {
  font-size: 24px;
  font-weight: bold;
  width: 65px;
  height: 65px;
  line-height: 66px;
  margin: auto;
  border-radius: 50%;
}

.risk-step-number.blue {
  background-color: #dbe9fe;
  color: #2463eb;
}

.risk-step-number.green {
  background-color: #dcfce6;
  color: #16a349;
}

.risk-step-number.purple {
  background-color: #f3e7ff;
  color: #9333e9;
}

.guarantee-note {
  background: #fffbe7;
  border-left: 5px solid #f4c542;
  padding: 30px;
  text-align: left;
  color: #a16207;
}

.risk-button {
  background: linear-gradient(135deg, #42ca60, #23B844);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  max-width: 400px;
  margin: 18px auto;
}

.guarantee-note strong {
  display: block;
  margin-bottom: 10px;
  color: #844d0f;
}

.risk-footer-text {
  font-size: 16px;
  color: #454f5d;
}

/* FAQ Section */
.faq {
  background-color: white;
  margin: 60px 0;
}

.faq-header {
  font-weight: bold;
  font-size: 3vh;
}

.faq-sub-head {
  color: #5c5c5c;
  margin-top: 2vh;
}

.faq-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.faq-sub-container {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.faq-item {
  background: #f5f5f5;
  padding: 1vh 0.5vw;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  position: absolute;
  right: 20px;
  font-size: 1.5vh;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f9fcff;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px;
}

.faq-footer {
  color: #5c5c5c;
  font-size: 1.5vh;
  margin-top: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.faq-info-row {
  margin-top: 2vh;
}

.faq-info-row i {
  color: #5c5c5c;
}

.faq-info-row span {
  color: #1859ea;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .header {
    font-size: 2.5vh;
  }

  .sub-head {
    font-size: 1.5vh;
  }

  .faq-sub-head {
    text-align: center;
  }

  .faq-question {
    font-size: 1.8vh;
    padding: 12px 16px;
  }

  .faq-answer.open {
    font-size: 1.8vh;
    padding: 12px 16px;
  }

  .faq-item {
    width: 80vw;
  }

  .faq-footer {
    font-size: 1.5vh;
  }
}

/* Footer Section */
.footer {
  background-color: #111827;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.bubbles {
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bubble {
  padding: 1.5vh 1.5vw;
  border-radius: 25vw;
  border: none;
}

i {
  background-color: transparent;
}

.fda {
  background-color: #16a251;
  font-size: 14px;
  font-weight: bold;
}

.third {
  background-color: #2363ef;
  font-size: 14px;
  font-weight: bold;
}

.gmp {
  background-color: #9134e7;
  font-size: 14px;
  font-weight: bold;
}

.day {
  background-color: #e45b0b;
  font-size: 14px;
  font-weight: bold;
}

.info-row {
  display: flex;
  flex-wrap: wrap; /* allows wrapping */
  justify-content: center;
  gap: 20px; /* smaller gap for tighter layout */
  font-size: 14px;
  margin-top: 20px;
  color: #d1d5db;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  color: #d1d5db;
}

.info-col {
  display: flex;
  gap: 3vw;
  flex-wrap: wrap;
  margin-top: 5vh;
  font-size: 2.5vh;
  color: #d1d5db;
}

.col-item-big {
  flex: 1;
  min-width: 250px;
  padding-right: 34vw;
}

.col-item-group {
  display: flex;
  flex: 2;
  flex-direction: row;
}

.col-item {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  flex: 3;
}

.col-item-big h4 {
  color: #61aaf9;
  font-size: 26px;
  margin-bottom: 10px;
}

.col-item h5 {
  font-size: 18px;
  margin-bottom: 3vh;
}

.col-item span {
  margin-bottom: 2vh;
  font-size: 14px;
}

.footer-neutein-info {
  font-size: 14px;
  margin-bottom: 2vh;
  width: 20vw;
}

.sub-info {
  display: flex;
  flex-direction: column;
  margin-top: 2vh;
  font-size: 14px;
  line-height: 24px;
}

.flag {
  vertical-align: middle;
  width: 14px;
  height: 20px;
}

.fa-square-check {
  color: #16a251;
}

hr {
  border: none;
  border-top: 1px solid #cccccc67;
  margin: 4vh 0;
}

.footer-rights {
  color: #d1d5db;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.foot-head {
  font-size: 13px;
  margin-bottom: 2vh;
}

.foot-sub {
  font-size: 13px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .footer-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .bubbles {
    flex-wrap: wrap;
    justify-content: center;
  }

  .col-item-big {
    text-align: center;
    padding-right: 0;
  }

  .col-item-group {
    text-align: center;
    margin-top: 20px;
  }

  .sub-info {
    line-height: 1.5;
  }

  .info-col {
    flex-direction: row;
    align-items: center;
    align-items: flex-start;
  }

  .bubble {
    margin-bottom: 1.5vh;
    padding: 1vh 5%;
    text-align: center;
  }

  .info-item {
    margin-bottom: 1.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1vw;
  }

  .footer-neutein-info {
    line-height: 1.8;
    margin-bottom: 2vh;
    width: 40vw;
  }

  .sub-info {
    display: flex;
    flex-direction: column;
    margin-top: 2vh;
  }
}

@media (max-width: 480px) {
  .info-item {
    width: 45%; /* roughly half the row */
    justify-content: center;
    text-align: center;
  }

  .info-row {
    gap: 10px 5%; /* vertical and horizontal spacing */
  }
}