 .hero-meta {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-top: 40px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 14px;
    }

    .hero-author {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .author-img {
      width: 42px;
      height: 42px;
      border-radius: 20%;
      object-fit: cover;
    }

    .author-text strong {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
    }

    .author-text span {
      font-size: 15px;
      opacity: 0.8;
    }

    .hero-meta-info {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      opacity: 0.85;
    }

    @media (max-width: 767px) {

  .hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-meta-info {
    margin-left: 0px; /* aligns under text, not avatar */
    font-size: 14px;
  }

  .author-img {
    width: 38px;
    height: 38px;
  }

  .author-text strong {
    font-size: 15px;
  }

}
/* RIGHT COLUMN */
.challenge-right {
  width: 380px;
  flex-shrink: 0;
}

/* STICKY GROUP */
.toc-sticky {
  position: sticky;
  top: 110px;
}

/* ================= TOC CARD ================= */

.toc-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}

.toc-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #000;
}

/* TOC LIST */
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 6px;
}

.toc-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
}

.toc-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
}

.toc-list a {
  text-decoration: none;
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}

/* ACTIVE */
.toc-list li.active a,
.toc-list li.active::before {
  color: #8fc24b  !important;
  font-weight: 600;
}

/* SCROLLBAR */
.toc-list::-webkit-scrollbar {
  width: 4px;
}
.toc-list::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

/* ================= CTA CARD ================= */

.toc-cta-card {
  margin-top: 18px;
  background: #eaf4f7;
  border-radius: 22px;
  padding: 16px;
  text-align: center;
}

.cta-img {
  width: 100%;
  height: 150px;
  background: #d9d9d9;
  border-radius: 14px;
  margin-bottom: 14px;
}

.toc-cta-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
    color: #000;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
  border-radius: 14px;
  border: 2px solid #8fc24b;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  justify-content: center;

}

.cta-arrow {
  background: #8fc24b;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= SHARE ================= */

.toc-share {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  justify-content: center;
}

.toc-share span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.share-icons {
  display: flex;
  gap: 14px;
}

.share-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0);
  cursor: pointer;
}




@media (max-width: 768px) {

  .services-hero {
    padding: 80px 0 48px;
  }

  .services-hero-inner {
    width: 100%;
  }

  .services-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .services-hero-copy h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .services-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  /* USER INFO + META */
  .case-user {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: -12px !important ;
    margin-left: -45px !important;
    margin-bottom: 0px !important;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .case-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .case-meta {
    font-size: 13px;
    color: #6B7280;
  }

}

#faqAccordion {
    margin-left: -10px !important;
}

.author-card-section {
  margin-top:10% !important;
  margin-bottom:0px;
}

.author-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}

/* HEADER */
.author-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.author-avatar {
  width: 74px;
  height: 84px;
  border-radius: 12px;
  object-fit: cover;
}

.author-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.author-info p {
  font-size: 15px;
  color: #777;
  margin: 2px 0 6px;
}

.author-rating {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.insta-icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
    filter: brightness(0) invert(0);

  transition: 0.3s ease;
}

.insta-icon:hover {
 
  transform: scale(1.1);
}
/* DESCRIPTION */
.author-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}



.blog-section {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .author-card-section {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
}


  .author-card {
    padding: 20px;
  }

  .author-header {
    align-items: flex-start;
  }

  .author-avatar {
    width: 58px;
    height: 78px;
  }

  .author-info h4 {
    font-size: 18px;
  }

  .author-desc {
    font-size: 15px;
    margin-top: 10px;
  }
}

.blog-section {
  padding-bottom: 40px !important;   /* reduce gap */
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .blog-section {
    margin-top: 0 !important;
    padding-top: 0px !important; /* adjust as needed */
  }
}

