html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

nav.breadcrumbs {
  background: #e5f7ed;
  padding: 16px 0;
}

nav.breadcrumbs ol {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #646568;
}

nav.breadcrumbs ol li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

nav.breadcrumbs ol li a {
  color: #6c7880;
  text-decoration: none;
  font-weight: 600;
}

nav.breadcrumbs ol li span {
  color: #137e3f;
  font-weight: 600;
}

nav.breadcrumbs ol span a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.4px;
  text-decoration: none;
  color: #646568;
}

nav.breadcrumbs ol span.current-item {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 20.4px;
  text-align: left;
  color: #00b249;
}

.blog_detail_main {
  margin: 48px 0;
}

.blog_detail_name h1 {
  font-size: 49px;
  line-height: 62px;
  margin-bottom: 8px;
}

.blog_author_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 18px;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #cbccd1;
}

.blog_author_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.author_img img {
  display: block;
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
}

.post_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.blog_author_name p {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  gap: 4px;
}

.blog_author_name p a {
  color: #000;
  text-decoration: none;
}

.blog_author_name span {
  color: #646568;
  font-size: 16px;
  line-height: 20px;
}

.post_info span {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 25.5px;
}

.post_info span img {
  width: 31px;
  height: 20px;
  object-fit: contain;
}

.artical_main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  gap: 20px;
}

.blog_detail_main .container {
  overflow: unset !important;
  /* padding: 0px 10px; */
}

.artical_sidebar_wrp {
  width: 100%;
  max-width: 25%;
  position: relative;
}

.artical_sidebar {
  position: sticky;
  top: 140px;
}

.artical_content_right {
  flex: 1;
  width: 100%;
}

.artical_questions ul {
  list-style-type: none;
}

.artical_questions {
  /* padding: 16px;
    background: #fff;
    box-shadow: -5px 8px 58px 0px #0000000A; */
  margin-bottom: 48px;
}

.artical_main h4 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 24px;
}

.artical_questions h4 {
  padding: 0px 16px;
}

.artical_questions ul li a {
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.4px;
  color: #000000;
  text-decoration: none;
}

.artical_questions ul li a:hover {
  color: #00b249;
}

.blog_banner {
  border-radius: 24px;
}

.artical_questions ul li.active a {
  background: #00b2491a;
  /* border-left: 2px solid #00B249; */
  color: #00b249;
  border-radius: 8px;
}

.artical_questions ul li a.current {
  background: #00b2491a;
  /* border-left: 2px solid #00B249; */
  color: #00b249;
  border-radius: 8px;
}

.artical_recent h4 {
  padding: 24px 16px;
  margin-bottom: 0;
}

.artical_recent_list {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 16px;
  box-shadow: -5px 8px 58px 0px #0000000a;
}

.artical_img {
  width: 100%;
  max-width: 160px;
  border-radius: 24px;
}

.artical_text {
  flex: 1;
}

p.artical_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.artical_questions ul {
  padding-right: 16px;
}

.artical_questions ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

.artical_questions ul::-webkit-scrollbar-track {
  background: #f8f8fa;
  border-radius: 10px;
}

.artical_questions ul::-webkit-scrollbar-thumb {
  background-color: #00b249;
  border-radius: 10px;
}

.blog_detail_main img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.post_author_img img,
.author_img img {
  border-radius: 100%;
}

.summary_title img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.summary_title {
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  display: inline-flex;
}
.page-id-2663 .summary_title {
  margin-bottom: 0px;
}

.summary_title h5 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.blog_summary {
  background: #00b2491a;
  border-radius: 24px;
  padding: 24px;
  margin-top: 48px;
}

.blog_summary p,
.blog_more_detail p,
.what_scan p,
.join_content p,
.post_author_detail p {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
}

.single-post .summary_title::after {
  content: "";
  background-image: url(../images/Vector_summary.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 100%;
  left: 60%;
  transform: translateX(-50%);
}

.blog_more_detail {
  margin: 48px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-policy-page .what_scan {
  margin-bottom: 20px;
}

.terms-condition-page .what_scan h2 {
  margin: 12px 0px;
}

.terms-condition-page .feature_text ol li,
.privacy-policy-page .feature_text ol li {
  font-size: 16px;
}

.what_scan h2 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 24px;
}

.what_scan img {
  margin-bottom: 24px;
}

.what_scan {
  margin-bottom: 48px;
}

.what_scan h3 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.feature_title p {
  color: #302c2e;
  font-weight: 500;
}

.feature_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.feature_text .feature_title h3 {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 600;
  line-height: 31.88px;
  color: #000000;
}

.feature_text a {
  display: inline-block;
  color: #00b249;
}

/* .feature_text a:hover {
    color: #00B249;
} */

.join_community {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(22, 163, 74, 1);
  padding: 24px 24px;
  /* padding-left: 0; */
  border-radius: 16px;
  margin-top: 78px;
}

.join_community::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2025/07/Background-Pattern-Mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* .join_img img {
    width: 218px;
    height: 218px;
    object-fit: contain;
} */

.join_content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.join_content h4 {
  margin-bottom: 16px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
}

.join_content h4 span {
  color: rgba(255, 231, 51, 1);
}

.join_community p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #ffffff;
}

.join_img {
  position: relative;
  z-index: 2;

  height: 100%;
  margin-top: -100px;
}

.join_img img {
  width: 350px;
  height: 310px;
  object-fit: contain;
}

.blog_detail_main .social_icon {
  flex-wrap: wrap;
  justify-content: end;
  margin: 48px 0;
}

.author_contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: start;
  background: #f8f8fa;
  padding: 32px;
  border-radius: 16px;
}

.post_author_img {
  width: 88px;
  height: 88px;
  border-radius: 100%;
}

.post_author_detail {
  flex: 1;
}

.post_author_detail h5 img {
  width: 32px !important;
  height: 32px;
}

.post_author_detail h5,
.post_author_detail h5 a {
  font-size: 25px;
  line-height: 30px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.post_author_detail span {
  font-size: 16px;
  line-height: 20px;
  color: #646568;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.dw-button {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 33px;
}

.dw-button a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  background-color: #ffffff;
  color: #000;
  padding: 12px 15px;
  border-radius: 30px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  text-wrap: nowrap;
}

.dw-button a img {
  max-width: 25px;
  height: 25px;
  object-fit: contain;
  width: 100%;
  border-radius: 0;
}

.blog_detail_main .page_title_main {
  padding: 124px 0px 61px 0px;
  min-height: auto !important;
}

.blog_detail_main .page_title_main::before {
  content: none !important;
  background-image: none !important;
}

.blog_detail_main .page_title_main h2.section_title {
  margin-bottom: 0px;
}

.blog_detail_main .blog_main {
  padding: 0px 0px 0px 0px;
}

.single-post .post-custlink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 23px 15px 23px 15px;
  /* box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0; */
  /* box-shadow: 0px 8px 15px -11px #00B249; */
  margin: 10px 0;
  border-radius: 5px;
  border-left: 4px solid #00b249 !important;
  background-color: #e5f7ec;
}

.single-post .post-custlink p::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/06/page.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.single-post .post-custlink p {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 18px;
  margin: 0 6px 0 0;
  color: black;
  font-weight: 400;
}

.single-post .post-custlink a {
  padding-top: 1px;
  font-weight: 500;
  color: #00b249;
  font-size: 18px;
  text-decoration: none;
}

.single-post .post-custlink a:hover {
  text-decoration: underline;
}

.artical_content_right ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.artical_content_right ul li,
.feature_text ul li,
.artical_content_right ol li,
.feature_text ol li {
  padding-left: 15px !important;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  list-style-position: inside;
  color: black;
}

.artical_content_right ul li:before,
.feature_text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

ul {
  list-style: none;
}

.correct-circle-icon ul li {
  padding-left: 35px !important;
}

.correct-circle-icon ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("/wp-content/themes/factsscan/assets/images/correct.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog_wrapper.container {
  padding: 0px 0px;
}

.blog_detail_main .feature_contain_main .feature_text h3 {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 600;
  line-height: 31.88px;
  color: #000000;
}

.blog_detail_main .feature_contain_main .feature_text h4 {
  color: #000000;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  margin: 15px 0;
}

.blog_detail_main .feature_contain_main .feature_text h5 {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0px;
}

.blog_detail_main .artical_content_right .feature_contain_main table,
.blog_detail_main .artical_content_right .feature_contain_main table tr,
.blog_detail_main .artical_content_right .feature_contain_main table td,
.blog_detail_main .artical_content_right .feature_contain_main table th {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 5px;
  color: var(--black);
  font-size: 20px;
  line-height: 25px;
  -webkit-text-size-adjust: 100%;
}

.blog_detail_main
  .artical_content_right
  .feature_contain_main
  .facts-table
  table {
  min-width: 700px;
}

.blog_detail_main
  .artical_content_right
  .feature_contain_main
  .facts-table
  table
  th {
  background-color: #147e40;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .facts-table {
    overflow-x: scroll;
  }

  .join_img {
    margin-top: 0;
    margin: 0 auto;
  }

  .dw-button a {
    text-wrap: wrap;
  }

  .join_img img {
    width: 290px;
    height: 290px;
  }
}

@media only screen and (max-width: 768px) {
  .blog_detail_name h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_author_name p {
    font-size: 16px;
    line-height: 20px;
  }

  .blog_author_name span {
    font-size: 14px;
    line-height: 28px;
  }

  .post_info span,
  p.artical_title,
  .blog_summary p,
  .blog_more_detail p,
  .what_scan p,
  .join_content p,
  .post_author_detail p {
    font-size: 16px;
    line-height: 20px;
  }

  .post_info {
    gap: 20px;
  }

  .artical_questions {
    margin-bottom: 0px;
  }

  .artical_questions ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .summary_title h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .what_scan h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .artical_sidebar_wrp {
    max-width: 100%;
  }

  .blog_detail_main .page_title_main {
    padding: 50px 0px 30px 0px;
  }

  .artical_content_right ul li,
  .feature_text ul li,
  .blog_detail_main .artical_content_right .feature_contain_main table,
  .blog_detail_main .artical_content_right .feature_contain_main table tr,
  .blog_detail_main .artical_content_right .feature_contain_main table td,
  .blog_detail_main .artical_content_right .feature_contain_main table th {
    font-size: 1rem;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
  }

  .blog_detail_main .artical_content_right .feature_contain_main table,
  .blog_detail_main .artical_content_right .feature_contain_main table tr,
  .blog_detail_main .artical_content_right .feature_contain_main table td,
  .blog_detail_main .artical_content_right .feature_contain_main table th {
    white-space: normal;
  }

  .feature_text .feature_title h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .artical_content_right ul li:before,
  .feature_text ul li:before {
    top: 5px;
  }

  .correct-circle-icon ul li {
    padding-left: 30px !important;
  }

  .correct-circle-icon ul li::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }

  .join_community {
    flex-direction: column;
    gap: 20px;
  }

  .dw-button a {
    text-wrap: nowrap;
  }

  .join_content {
    text-align: center;
  }

  .dw-button {
    justify-content: center;
    text-align: start;
  }
}

@media only screen and (max-width: 500px) {
  .blog_detail_name h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .join_community .join_img {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .post_author_img {
    flex: 0 0 100%;
  }

  .post_author_img img {
    width: fit-content;
  }

  .artical_main {
    margin-top: 30px;
  }

  .join_community {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog_detail_main .social_icon a img {
    display: block;
    width: 30px;
    height: 30px;
  }

  .feature_text .feature_title h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .join_content h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .dw-button a img {
    max-width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 420px) {
  .dw-button a {
    font-size: 14px;
    line-height: 20px;
    text-wrap: nowrap !important;
  }
}

.fs_details .feature_text ul li {
  padding-left: 35px !important;
}

.fs_details .feature_text ul li:before {
  left: 15px;
}
.blog_faq_section {
  margin: 60px 0;
}

.blog_faq_section h2 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 24px;
}

.blog_faq {
  margin-bottom: 80px;
}

.faq_heading {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.faq_heading_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e5f7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq_heading h2 {
  font-size: 39px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 8px;
}

.faq_heading p {
  color: #646568;
  font-size: 18px;
  margin: 0;
}

.faq_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq_item {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}

.faq_item.active {
  border-color: #00b249;
  background: #f8fffb;
}

.faq_question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.faq_text {
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}

.faq_toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e5f7ed;
  color: #00b249;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}

.faq_item.active .faq_toggle {
  background: #00b249;
  color: #fff;
}

.faq_answer {
  display: none;
  padding: 0 30px 30px 30px;
  position: relative;
}

.faq_answer p,
.faq_answer li {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 768px) {
  .faq_heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .faq_question {
    padding: 20px;
    gap: 15px;
  }

  .faq_text {
    font-size: 18px;
    line-height: 26px;
  }

  .faq_number,
  .faq_toggle {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
  }

  .faq_toggle {
    font-size: 26px;
  }

  .faq_answer {
    padding: 0 20px 20px 20px;
  }

  .faq_answer::before {
    left: 38px;
  }

  .faq_answer p,
  .faq_answer li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ===== Endorsment Card ===== */
.esc-card {
  margin: 0 auto;
  background: #f8fdf9;
  border: 1px solid #d4edda;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(0, 178, 73, 0.06);
}

.esc-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #00b249;
  margin: 0 0 20px 0;
}

.esc-label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.esc-body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.esc-avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: #eaf6ea;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid #00b249;
}

.esc-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0px !important;
}

.esc-info {
  flex: 1;
}

.esc-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.esc-name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.esc-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  color: #00b249;
  font-size: 12.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #d4edda;
  white-space: nowrap;
}

.esc-badge img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.esc-role {
  font-size: 15px;
  line-height: 24px;
  color: #646568;
  margin: 0 0 16px 0;
}

.esc-quote {
  background: #e5f7ec;
  border-left: 4px solid #00b249;
  border-radius: 8px;
  padding: 16px 20px;
}

.esc-quote p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #646568;
}

/* ===== Mobile ===== */
@media (max-width: 600px) {
  .esc-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .esc-name-row {
    justify-content: center;
  }
}

.blog_detail_main .esc-quote h3 {
  color: #00b249 !important;
  display: flex !important;
  gap: 10px !important;
}

.blog_detail_main .esc-quote img {
  width: 30px !important;
  object-fit: unset;
  height: 30px !important;
  margin: 0px;
}
