body {
    font-family: 'Poppins', sans-serif;
    background-color: #0b0b0f;
    color: #ffffff;
    scroll-behavior: smooth;
  }

  .navbar {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
  }

  .navbar-brand img {
    width: 42px;
    margin-right: 10px;
  }

  .hero {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-top: 30px;
  }
  
  

  .hero h1 span {
    color: #c77dff;
  }

  .btn-primary {
    background: linear-gradient(45deg, #9d4edd, #c77dff);
    border: none;
  }

  .section {
    padding: 90px 0;
  }

  .card {
    background: #141420;
    border: none;
    border-radius: 14px;
    transition: all 0.3s ease;
    color: #bdbdbd;
  }

  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(199, 125, 255, 0.25);

  }

  .badge-custom {
    background: rgba(199, 125, 255, 0.15);
    color: #c77dff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
  }

  .step-circle {
    width: 60px;
    height: 60px;
    background-color: #6f42c1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}
#how-we-work{
    color: #08080c;
}
#faq1,#faq2,#faq3{
    color: #AF70E0;
}
  .process-step {
    border-left: 3px solid #c77dff;
    padding-left: 20px;
    margin-bottom: 30px;
  }

  footer {
    background: #08080c;
    padding: 30px 0;
    text-align: center;
    color: #bdbdbd;
  }

  .image-strip img {
    border-radius: 16px;
    height: 80vmin;
    width: 50vmin;
  }
  .creator-process-section {
background: #f7c873; /* your warm brand background */
}

.process-badge {
background: #c40000;
color: #fff;
padding: 6px 14px;
border-radius: 20px;
font-size: 14px;
}

.section-title {
font-size: 42px;
font-weight: 800;
color: #111;
}

.section-subtitle {
font-size: 17px;
color: #333;
}

.creator-benefit {
background: transparent;
border-bottom: 1px solid rgba(0,0,0,0.2);
padding-bottom: 20px;
}

.creator-benefit h4 {
font-weight: 700;
margin-top: 10px;
}

.creator-benefit p {
color: #222;
font-size: 15.5px;
}

.benefit-label {
display: inline-block;
border: 1px solid #c40000;
color: #c40000;
padding: 4px 10px;
font-size: 13px;
border-radius: 6px;
font-weight: 600;
}

.creator-illustration {
background: #fff3e3;
border-radius: 18px;
padding: 30px;
box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

#backTop {
  width: 55px;
  font-weight: bolder;
    position:fixed;
     bottom:20px; 
     right:20px; 
     background:#7b2ff7; 
     border:none; 
     font-size: 28px;
     padding:12px 15px; 
     border-radius:50%; 
     color:white; 
     display:none; }
     
     
    
    
    
@media (max-width: 768px) {
    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
   
    
}
@media only screen and (min-width:1102px) {

  .creator-illustration img{
    border-radius: 16px;
      height: 70vmin;
      width: 48vmin;
  }
  .image-strip img {
    border-radius: 16px;
    height: 80vmin;
    width: 58vmin;
    margin-left: 100px;
  }
      
}
/* Conversion Trust Badge */
.conversion-badge {
  position: fixed;
  right: 30px;
  bottom: 100px;
  background: #FFFFFF;
  color: #213B45;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #D72B5F;
  z-index: 9999;
  animation: floatBadge 2s ease-in-out infinite;
}

.conversion-badge i {
  color: #D72B5F;
  font-size: 18px;
}

/* Floating animation */
@keyframes floatBadge {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .conversion-badge {
    right: 15px;
    bottom: 90px;
    font-size: 13px;
    padding: 10px 14px;
  }
}
.trusted-section {
  text-align: center;
  padding: 60px 20px;
  background: #fffaf5;
}

.trusted-label {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.logo-card {
  padding: 14px 22px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  font-size: 14px;
  font-weight: 500;
  color: #444;
  transition: transform 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
}

.trusted-subtext {
  max-width: 600px;
  margin: 30px auto 0;
  font-size: 14px;
  color: #666;

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
}
/* -- Floating WhatsApp Button (adjust offsets with CSS variables) -- */
:root {
  --wh-left: 24px;      /* tweak to move horizontally (left) */
  --wh-bottom: 24px;    /* tweak to move vertically (up from bottom) */
}

/* container */
.whatsapp-float {
  position: fixed;
  left: var(--wh-left);
  bottom: var(--wh-bottom);
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  /* background: linear-gradient(135deg,#25d366 0%, #1ab954 100%); */
  /* color: #fff; */
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 36px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
  text-decoration: none;
  z-index: 99999;
  transform-origin: center;
  animation: floatBadge 2.2s ease-in-out infinite;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  will-change: transform;
}

/* icon circle */
.whatsapp-float .wh-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  /* border-radius: 50%;
   background: white; 
  flex: 0 0 36px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);*/
} 

/* svg inside icon */
.whatsapp-float .wh-icon  {
  display: block;
  width: 20px;
  height: 20px;
}

/* label */
.whatsapp-float .wh-text {
  font-size: 15px;
  line-height: 1;
  /* color: #ffffff; */
  white-space: nowrap;
  padding-right: 6px;
}
.what{
  color: #0cc143;
   font-size: 40px;
}

/* hover/tap effects */
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
.whatsapp-float:active { transform: translateY(-2px) scale(.99); }

/* float animation */
@keyframes floatBadge {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Responsive rules: icon-only on very small screens */
@media (max-width: 480px) {
  .whatsapp-float {
    gap: 0;
    padding: 8px;
    left: 12px;                /* nudge a bit for small screens */
    bottom: 84px;             /* push above mobile bottom UI (e.g., nav bars) */
    border-radius: 50%;
    width: 56px;
    height: 56px;
    justify-content: center;
  }
  .whatsapp-float .wh-text { display: none; }
  .whatsapp-float .wh-icon { width: 40px; height: 40px; }
}

/* Tablet adjustments */
@media (min-width: 481px) and (max-width: 1024px) {
  .whatsapp-float { left: 18px; bottom: 38px; padding: 9px 12px; }
  .whatsapp-float .wh-icon { width: 34px; height: 34px; }
  .whatsapp-float .wh-text { font-size: 14px; }
}

/* Extra-large screens — nudge up so it's not too close to the bottom edge */
@media (min-width: 1600px) {
  .whatsapp-float { bottom: 40px; }
}
@media only screen and (min-width:1050px) {
  .hero-img{
    display: flex;
    right: 20px;
  }
  .what {
    font-size: 27px;
  }
}