.seo-wraper {
padding: 120px 60px;
}

  #masthead {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
  }


.header {
background-color:#4CAF50;
color: white;
padding: 10px 15px;
text-align: center;
        }
.main {
            padding: 20px;
            max-width: 800px;
            margin: auto;
            background: white;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
.title-h1 {
font-size: 32px !important;
font-family: Niramit, sans-serif;
            color: #181A2A !important;
}
.title-h2 {
margin-TOP:16px !important;
font-size: 24px !important;
font-family: Niramit, sans-serif;
color: #181A2A !important;
}
.title-h3 {
margin-TOP:16px !important;
font-size: 18px !important;
font-family: Niramit, sans-serif;
color: #181A2A !important;
        }

.title-h4 {
font-size: 17px !important;
font-family: Niramit, sans-serif;
color: #181A2A !important;
        }
.paragraph {
font-size: 16px;
font-family: Satoshi, sans-serif;
            color: #181A2A !important;
            line-height: 1.6;
        }
        .link {
            color: #4CAF50 !important;
            text-decoration: none;
        }
        .link:hover {
            text-decoration: underline;
        }
        .footer {
            text-align: center;
            padding: 10px;
            margin-top: 20px;
            background: #4CAF50;
            color: white;
        }
        .highlight {
            text-decoration: underline;
        }
.custom-aloe-image {
        width: 60%;
        height: auto;
        display: block;
        margin: 20px auto;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 768px) {
        .custom-aloe-image {
            max-width: 90% !important;
            margin: 15px auto !important;
            padding: 5px !important;
        }
    }

.logo-carousel {
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(230px * 6 * 2); /* 6 images x 230px each x 2 (because duplicated) */
  animation: scroll 10s linear infinite;
}

.logo-slide {
  display: flex;
}

.logo-track img {
  width: 230px;
  height: 130px;
  margin: 0;
  object-fit: contain;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 130px; /* adjust based on image height */
  overflow: hidden;
}
.carousel-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.carousel-button button {
  background: #fff2d8;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  cursor: pointer;
}
.stacked-images {
  position: relative;
  width: 400px;
  height: 275px;
}

.stacked-images img {
  position: absolute;
  width: 220px;
  height: auto;
  border-radius: 10px;
}

/* Instagram image - back layer */
.img-one {
  top: 20px;
  left: 0px;
  z-index: 1;
}

/* TikTok image - front layer */
.img-two {
  top: 0;
  left: 198px;
  z-index: 2;
  border: 2px solid #a166ff;
}

/* ✅ Responsive overrides for mobile */
@media (max-width: 768px) {

  #masthead {
    top: 0;
    width: 100%;
position:static !important;
background:#FFFFFF !important;
  }

.header {
background-color:#ffffff !important;
        }

  .boutique-word {
    font-size: 30px !important;
		font-weight:400 !important;
  }

.carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100px; /* adjust based on image height */
  overflow: hidden;
align-items:center;
}

.carousel-button {
	width:50%;
  position: absolute;
  margin-left:auto;
	margin-right:auto;

  z-index: 10;
}

.carousel-button button {
width:100%;
  background: #fff2d8;
  color: #000;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  cursor: pointer;
}

  .stacked-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px; /* space between stacked images */
  }
  .stacked-images a {
    display: block;
    width: 100%;
    max-width: 80%; /* optional, you can adjust */
    margin: 0 auto;
  }
  .stacked-images a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .stacked-images img {
    position: static;
    width: 80%; /* or max-width: 300px */
    border-radius: 10px;
  }

  .img-two {
    border: 2px solid #a166ff;
left: 100px;
  }
}


    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
			justify-content: center;
			
    }



.testimonial-card {
  background: transparent; /* Make card background transparent */
  border: none;            /* Remove border */
  position: relative;
  padding: 24px 20px 20px 40px; /* Add left space for quote icon */
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
      border: 1px solid #f0e7da;

}

/* Adjust the quote icon position */
.testimonial-card::before {
  content: "“";
  font-size: 40px;
  position: absolute;
  top: 12px;
  left: 12px;
  color: #c89a7b;
  font-family: serif;
  line-height: 1;
  pointer-events: none;
}


    .testimonial-author {
      display: block;
      margin-top: 15px;
      font-size: 14px;
      color: #7a7a7a;
    }

    .footer-line {
      text-align: center;
      margin-top: 40px;
      font-size: 14px;
      color: #7f7f7f;
    }

    .footer-icons i {
      margin: 0 6px;
      font-size: 18px;
    }
.floating-card {
  position: absolute; /* was fixed */
  top:120px;
  right: 390px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 20px;
  width: 220px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}


    .floating-card:hover {
      transform: scale(1.03);
      opacity: 0.95;
    }

    .floating-card h2 {
      font-size: 18px;
      margin: 0 0 10px;
			color:#000000;
    }

.app-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
margin-bottom:10px;
}

.app-icons a img {
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.app-icons a img:hover {
  transform: scale(1.1);
}

    .qr-container {
      background: white;
      border-radius: 12px;
      padding: 10px;
    }

    .qr-container img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

.boutique-word {
  font-weight: 400;
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-family: 'Nixie One', cursive;
  line-height: 1;
  vertical-align: baseline;
  font-size: 35px;
}

.marque-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem;
    }

    .marque-title {
      text-align: center;
      font-size: 2.8rem;
      color: #d86565;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .marque-subtitle {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 3rem;
      color: #555;
      font-size: 1.2rem;
    }

    .marque-step {
      display: flex;
      align-items:  center;
      margin-bottom: 5rem;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .marque-step.reverse {
      flex-direction: row-reverse;
    }

.marque-step-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: flex-start; /* default alignment */
}

.marque-step.reverse .marque-step-image {
  justify-content: flex-end; /* reverse alignment */
}

    .marque-step-image img {
      width: 300px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }

    .marque-step-text {
      flex: 1 1 50%;
      position: relative;
    }

    .marque-step-number {
      font-size: 4rem;
      color: #f3dede;
      font-weight: 900;
      position: absolute;
      top: -2rem;
      left: 0;
      z-index: 0;
    }

    .marque-step-title {
      font-size: 1.4rem;
      font-weight: 500;
font-family:poppins;
      color: #000000;
      margin-bottom: 1rem;
      position: relative;
      z-index: 1;
			text-align:center;
    }

    .marque-step-description {
      font-size: 1rem;
      color: #444;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 768px) {
      .marque-step {
        flex-direction: column;
      }

      .marque-step.reverse {
        flex-direction: column;
      }

			    .marque-step-title {
      font-size: 1.4rem;
      font-weight: 500;
      color: #000000;
      margin-bottom: 1rem;
      position: relative;
      z-index: 1;
			text-align:center;
    }

		    .marque-step-description     {
      font-size: 16px;
      color: #444;
      position: relative;
      z-index: 1;
			margin-left:6px;
			margin-right:6px;
    }

		    .marque-step-image img {
      width: 200px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }

		.hustle-layout .hustle-layout-body .hustle-layout-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-button-submit {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    white-space: normal;
  }
    }


.creator-benefits {
      background-color: #ffffff;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      max-width: 800px;
      margin: 0 auto;
      margin-bottom: 60px;
    }

    .creator-benefits h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 24px;
      color: #2d2d2d;
		  font-family:poppins;
    }

    .creator-benefits ul {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
    }

    .creator-benefits li {
      position: relative;
				padding-left: 32px;
      margin-bottom: 16px;
      line-height: 1.6;
text-align:left;
    }

    .creator-benefits li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 0;
      color: #d79a8c;
      font-weight: bold;
    }

    .closing-line {
      font-style: italic;
      color: #555;
      font-size: 16px;
      line-height: 1.6;
    }


@media (max-width: 600px) {

      .creator-benefits {
        padding: 24px;
      }

      .creator-benefits h2 {
        font-size: 22px;
      }
    }