.afs-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 20px;
  }
  
  .afs-hero-left {
    flex: 1;
    max-width: 600px;
  }

  .afs-img-mobile {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .afs-hero-left h1 {
    color: #027F00;
    font-size: 50px;
    font-weight: bolder;
    -webkit-text-stroke: 1px #027F00;
    margin-bottom: 10px;
  }
  
  .afs-hero-left .subheading {
    color: #027F00;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .afs-hero-left h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #222;
  }
  
  .afs-hero-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 18px;
  }
  
  .afs-hero-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .afs-hero-right img {
    width: 90%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }


  @media (max-width: 768px) {
    .afs-hero {
      flex-direction: column;
      align-items: center;
      gap: 30px;
      padding: 0 25px;
    }

    .afs-img-mobile {
      display: block;
      width: 360px;
      height: 180px;
      align-items: center;
      object-fit: cover;
      margin: 0 auto 20px auto;
      border-radius: 30px;
    }
  
    .afs-img-desktop {
      display: none;
    }
  
    .afs-hero-left {
      max-width: 100%;
      text-align: left;
    }
  
    .afs-hero-left h1 {
      font-size: 32px;
      text-align: center;
    }
  
    .afs-hero-left .subheading {
      font-size: 20px;
      text-align: center;
    }
  
    .afs-hero-left h3 {
      font-size: 18px;
      text-align: center;
    }
  
    .afs-hero-left p {
      font-size: 14px;
    }
  
    .afs-hero-right {
      width: 100%;
      align-items: center;
    }
  
    .afs-hero-right img {
      width: 360px;
      height: 250px;
      object-fit: cover;
      margin-bottom: 20px;
      border-radius: 30px;
      max-height: 260px;
    }
  }
  
.afs-product-info {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.product-info-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.afs-product-info h2 {
    color: #027F00;
    font-weight: bolder;
    -webkit-text-stroke: 1px #027F00;
    font-size: 32px;
    margin-bottom: 5px;
}

.afs-product-info .subheading {
    color: #027F00;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.product-info-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.product-info-item {
    flex: 1;
    max-width: 500px;
}

.product-info-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

.product-info-item h4 {
    font-weight: bold;
    text-align: left;
    color: #027F00;
}

.product-info-item p {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
}

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

    .afs-product-info h2 {
      color: #027F00;
      font-weight: bolder;
      -webkit-text-stroke: 1px #027F00;
      font-size: 25px;
      margin-bottom: 5px;
      padding: 0 50px
    }

    .afs-product-info .subheading {
      color: #027F00;
      text-transform: uppercase;
      font-weight: bolder;
      font-size: 20px;
      margin-bottom: 50px;
      margin-top: 5px;
    }
}

.afs-benefits {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.afs-benefits h2 {
  color: #027F00;
  font-weight: bolder;
  -webkit-text-stroke: 1px #027F00;
  text-align: justify;
  font-size: 35px;
  margin-left: 20px;
  margin-bottom: 50px;
}

.benefit-columns {
    display: flex;
    gap: 60px;
}


.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 80px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.benefit-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.column:first-child .benefit-item img {
    width: 200px;
    height: 200px;
}

.column:last-child .benefit-item img {
    width: 150px;
    height: 120px;
}


.benefit-item img {
    object-fit: cover;
    border-radius: 12px;
}

.benefit-text h4 {
    color: #027F00;
    margin-bottom: 15px;
    font-size: 16px;
}

.benefit-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    width: 350px;
}

@media (max-width: 768px) {
    .benefit-columns {
        flex-direction: column;
        gap: 0px;
    }
    .column:first-child .benefit-item img,
    .column:last-child .benefit-item img {
        width: 200px;
        height: 200px;
    }
    .benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0px;
    }
    .afs-benefits h2 {
      color: #027F00;
      font-weight: bolder;
      -webkit-text-stroke: 1px #027F00;
      text-align: center;
      font-size: 35px;
      margin-left: 20px;
      margin-bottom: 50px;
  }
  .benefit-text p {
    width: 340px;
    margin-bottom: 30px;
   }
}


.afs-clinical {
    padding: 60px 0;
    background-color: #f4f5f2; 
  }
  
  .clinical-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .header-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .header-with-button h2 {
    font-size: 35px;
    color: #027F00;
    font-weight: bolder;
    -webkit-text-stroke: 1px #027F00;
    text-align: left;
    flex: unset;
  }
  
  .see-more-btn {
    background-color: #027F00;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    transition: background 0.3s;
    user-select: none;
  }
  
  .see-more-btn:hover {
    background-color: #088e34;
  }
  
  .clinical-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .clinical-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .clinical-card img {
    width: 335px;
    height: 420px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .clinical-card img:hover {
    transform: scale(1.03);
    filter: brightness(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  }  

  .clinical-card .second-img1{
    object-position: 70% center;
  }

  .clinical-card .second-img2{
    object-position: 50% center;
  }

  .clinical-card .second-img3{
    object-position: 14% center;
  }

  .clinical-card h4 {
    font-size: 14px;
    color: #027F00;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .clinical-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    width: 330px;
  }
  
@media (max-width: 768px) {
  .clinical-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 10px 20px 15px 20px;
    scroll-padding-left: 20px;
  }

  .clinical-card {
    flex: 0 0 auto;
    min-width: 260px;
    scroll-snap-align: start;
  }

  .header-with-button {
    flex-direction: column;
    gap: 15px;
  }

  .header-with-button h2 {
    text-align: center;
    font-size: 30px;
  }

  .clinical-container {
    padding: 0 0px;
 }

  .clinical-card img {
    height: 400px;
    width: 280px;
  }

  .clinical-card h4,
  .clinical-card p {
    max-width: 240px;
    white-space: normal;
    word-break: break-word;
  }
}
  

.afs-howto {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.afs-howto h2 {
    color: #027F00;
    font-size: 40px;
    font-weight: bolder;
    -webkit-text-stroke: 1px #027F00;
    margin-bottom: 5px;
}

.afs-howto .subheading {
    color: #027F00;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.howto-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.howto-left {
    flex: 1;
}

.howto-left h4 {
    color: #027F00;
    font-size: 14px;
    margin-bottom: 10px;
}

.howto-left ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.howto-left ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
    list-style: none;
    position: relative;
}

.howto-left ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #027F00;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 7px;
}

.howto-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.howto-right img {
    width: 80%;
    border-radius: 12px;
    object-fit: cover;
    height: 230px;
}

.howto-img-mobile {
  display: none;
}

.howto-img-desktop {
  display: block;
  width: 80%;
  border-radius: 12px;
  object-fit: cover;
  height: 230px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .afs-howto h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 5px;
  }
  .afs-howto .subheading {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
  }
  .howto-img-mobile {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .howto-img-desktop {
    display: none;
  }

  .howto-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .howto-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}

.desktop-only.mobile-only {
  display: none;
}

@media (max-width: 768px) {

  .mobile-only {
    display: block;
    background: #027F00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    margin: 25px auto 0 auto;
    text-align: center;
    width: fit-content;
  }
  
  .mobile-only:hover {
    background-color: #088c33;
  }
}

