/** Shopify CDN: Minification failed

Line 260:0 Unexpected "="

**/

/* Free 8th How It Works Section */
.free-eighth-section {
  position: relative;
  overflow: hidden;
}

.free-eighth-section__step-heading {
  font-family:'Jost';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #165E8D;
  text-align: left;
  line-height:25px;
  padding-right:2px;
}

  .free-eighth-section__wrapper {
    position:relative;
    display:flex;
    background: linear-gradient(180deg, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
    border-radius:20px;
    width:1386px;
  }


/* Content Column */
.free-eighth-section__content {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 45px;
  z-index:1;
}


.free-eighth-section__subtitle {
  margin-bottom:12px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family:"Poppins";
}

.free-eighth-section__title {
  font-size: 42px;
  font-weight: 700;
  font-family:'Jost';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom:30px;
}

 .free-eighth-section__steps {
display:flex;
gap:25px;
margin-bottom:28px;
} 


.free-eighth-section__step {
  position: relative;
  background: #EBFBFF;
  border-radius: 10px;
  padding: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  width:250px;
  height:315px;
  border:1px solid #000;
}

.free-eighth-section__step-description {
  font-family:'Poppins';
  font-size: 16px;
  line-height: 23px;
  color: #165E8D;
  text-align: left;
}

.free-eighth-section__step-bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
}

.free-eighth-section__step-bullets li {
  display: flex;
  align-items: center;
  font-family:'Poppins';
  font-weight:500;
  gap: 4px;
  font-size: 16px;
  line-height: 23px;
  color: #37AE1C;
  letter-spacing: 0px;
}

.free-eighth-section__checkmark {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--checkmark-color);
  flex-shrink: 0;
}

/* CTA Button */
.free-eighth-section__cta {
  margin-top: 8px;
}

.free-eighth-section__button {
    background-color: #FCE340;
    color: var(--cta-button-text);
    border: none;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-family: 'Poppins';
    border-radius: 50px;
    width: 462px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #000;
    height: 74px;
}

.free-eighth-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* Social Proof */
.free-eighth-section__social-proof {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
  width:460px;
}

.free-eighth-section__social-proof-row {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.free-eighth-section__avatars {
  display: flex;
  gap: -8px;
  margin-right: 4px;
}

.free-eighth-section__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin-left: -8px;
  position: relative;
  overflow: hidden;
}

.free-eighth-section__avatar:nth-child(1) {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.free-eighth-section__avatar:nth-child(2) {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.free-eighth-section__avatar:nth-child(3) {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.free-eighth-section__avatar:nth-child(4) {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.free-eighth-section__avatar:first-child {
  margin-left: 0;
}

.free-eighth-section__stars {
  display: flex;
  gap: 4px;
  align-items: center;
}

.free-eighth-section__stars svg {
  width: 20px;
  height: 20px;
  color: #FFD700;
  fill: currentColor;
}

.free-eighth-section__social-proof-text {
  font-family:'Poppins';
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  span{
    font-weight:400;
  }
}

/* Media Column */
.free-eighth-section__media {
  position: absolute;
 right:-4%;
 top:-6%;
  img{
    width:650px;
  }
}
@media screen and (max-width: 767px) {
  
  .free-eighth-section__media {
     position: absolute;
    right: 10%;
    top: -11%;;
  img{
    width:285px;
    height:285px;
  }
}
  .free-eighth-section__step {
    padding: 28px 20px 20px 20px;
  }
  
  .free-eighth-section__step-number {
    width: 56px;
    height: 56px;
    font-size: 28px;
    top: -28px;
  }
  
  .free-eighth-section__media-wrapper {
    min-height: 300px;
  }
}

=======
/* Free 8th How It Works Section */
.free-eighth-section {
  position: relative;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  .free-eighth-section__wrapper {
   width:100%;
  }

  .free-eighth-section__content{
width:100%;
  }

  .free-eighth-section__steps{
    flex-direction:column;
    align-items:center;
    gap:33px;
  }
}



.free-eighth-section__step-number {
    position: absolute;
    top: -30px;
    right: 0;
    transform: translateX(-14%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color:#FCE340;
    color: var(--step-number-color);
    font-size: 29px;
    font-weight: 700;
    z-index: 2;
    border: 1px solid #000;
}




.free-eighth-section__checkmark {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--checkmark-color);
  flex-shrink: 0;
}

/* CTA Button */
.free-eighth-section__cta {
  margin-top: 8px;
}


.free-eighth-section__avatars {
  display: flex;
  gap: -8px;
  margin-right: 4px;
}

.free-eighth-section__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin-left: -8px;
  position: relative;
  overflow: hidden;
}

.free-eighth-section__avatar:nth-child(1) {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.free-eighth-section__avatar:nth-child(2) {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.free-eighth-section__avatar:nth-child(3) {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.free-eighth-section__avatar:nth-child(4) {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.free-eighth-section__avatar:first-child {
  margin-left: 0;
}

.free-eighth-section__stars {
  display: flex;
  gap: 4px;
  align-items: center;
}

.free-eighth-section__stars svg {
  width: 20px;
  height: 20px;
  color: #FFD700;
  fill: currentColor;
}


/* Media Column */

.free-eighth-section__media-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.free-eighth-section__media-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .free-eighth-section__content {
    padding: 32px 20px;
    margin-top:150px;
  }
  

  
  
  .free-eighth-section__step-number {
    width: 56px;
    height: 56px;
    font-size: 28px;
    top: -28px;
  }
  
  .free-eighth-section__media-wrapper {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .free-eighth-section__step-heading {
    font-size: 18px;
  }
  .free-eighth-section__button{
    width:100%;
  }
  .free-eighth-section__social-proof{
    max-width:100%;
  }
  .free-eighth-section__title{
    font-size:32px;
    text-align:center;
  }
  .free-eighth-section__subtitle{
    font-size:13px;
    text-align:center;
  }
}
