

/*font*/






/*****************************************/

.top-content{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin:0 auto;
  max-width:872px;
  width:100%;
}
.about-post{
  display:flex;
  flex-direction:column;
  gap:24px;
}
h1.vr-post-heading span,  h1{
  color: ;
  font-family: ;
  font-size: 24px;
  font-style: normal;
  letter-spacing:0px;
  font-weight:700;
  line-height: normal;
}
h2 {
  color: ;
  font-family: Lato;
  font-size: 23px;
  font-style: normal;
  letter-spacing:0px;
  font-weight:700;
  line-height: normal;
  text-transform:none;
}
h3 {
  color: ;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  letter-spacing:0px;
  font-weight:700;
  line-height: normal;
  text-transform:none;
}
.post-date, .reading-time{
  color: ;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0px;
  padding: 0 7px;
  line-height: 28px; /* 200% */
}
.blog-post__meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.author-info a.author_name{
  color: ;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing:0px;
  text-decoration:none;
}
.author-info {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6c757d;
}

.author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
a.blog-post__tag-link{
  border-radius: 10px;
  background: #493AFF;
  padding: 7px 10px;
  display:inline-block;
  max-width:max-content;
  width:100%;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing:0px;
  text-decoration:none;
}

.f-img{
  width:100%;
  border-radius:8px;
}
.post-content{
  color: ;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  max-width:792px;
  width:100%;
  flex-grow: 1;
}
.post-content img{
  width:100%;
}
.post-content ul{
  padding-left:24px;
}

.post-content ul li{
  list-style:disc;
  color: #272727;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-align:left;
  letter-spacing:0px;
}
.bottom-content > .table{
  position: sticky;
  top: 20%;
  align-self: start;
}
.table{
  max-width:238px;
  width:100%;
}
.bottom-content{
  display:flex;
  gap:30px; 
  padding-top:26px;
}
/* Style for the Table of Contents */
.toc-container {
  margin-top: 20px;
  position: relative;
  z-index: 5; /* Ensures text is behind the scrollbar */
  /*   padding-right: 20px; */
}
.share-it{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:24px;
}
/* TOC Heading */
.toc-container h2{
  margin-bottom: 10;

}
.social-icons {
  display: flex;
  gap: 15px; /* Space between icons */
}
.scroll-container {
  position: relative;
  z-index: 10; /* Bring scrollbar to front */
  /*   overflow-y: scroll; /* Enable vertical scrolling */
  max-height:270px ; /* Adjust height as needed */ 
}
#toc {
  margin-bottom:24px;
  padding: 10px;
  position: sticky;
  top: 20px; /* Adjust based on the header or padding requirements */
  max-height: 810px;/* Keep ToC within view on smaller screens */
  overflow-y: auto; 
}

#toc ul {
  list-style-type: none;
  padding: 0;
}

#toc li {
  margin-bottom: 20px; ;
}

#toc a {
  text-decoration: none;
  color: #272727;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing:unset;
}
.blog-related-posts{
  margin:40px 0;
}

.blog-related-posts h2 {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 48px 0;
}

.blog-related-posts__list {
  display: flex;
  gap: 24px;
  flex-wrap:wrap;
  justify-content: center;
  align-items:stretch;
}

.blog-related-posts__post{
  max-width: 400px;
  background: #fff; 
  overflow: hidden;
  text-align: left;
}
.related-blog-img{
  position:relative;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-related-posts__image {
  width: 100%;
  display: block;
}
.related-blog-img .blog-related-posts__image {
  transition: transform 0.5s ease;
}

.related-blog-img .blog-related-posts__image:hover {
  transform: scale(1.2);
}
.blog-related-posts__title a{
  color: #272727;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration:none;
  letter-spacing:unset; 
  line-height: normal;
}
.blog-related-posts__content{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding-top:16px;
}
.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #6236FF;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.related-tag{
  position:absolute; 
  top:20px;
  right:20px;  
}
.related-tag a.blog-post__tag-link{
  background-color:#493AFF99
}
.post-dt-info {
  display:flex;
  gap:20px;
  align-items:center;
}

.blog-info h3 {
  font-size: 18px;
  margin: 10px 0;
}

.blog-info p {
  font-size: 14px;
  color: #6c757d;
}

a.read-more {
  color: #493AFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
  letter-spacing:0px;
}
a.read-more svg{
  height:22px;
  vertical-align:middle;
}
.view-all {
  margin-top: 20px;
  text-align:center;
}

.btn-view-all{
  display: inline-block;
  background-color: #493AFF;
  border-radius: 30px;
  text-decoration: none;
  max-width: 192px;
  width:100%;
  padding: 12px 24px;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.testimonial{
  padding:50px 0px;
}
.blog-faq{
  padding-bottom:50px;
}


@media (max-width: 768px) {
  .bottom-content {
    flex-direction: column; /* Stack elements vertically */
  }  
  .table{
    max-width:100%;    
  }
  .bottom-content > .table{
    position:unset;
  }
  .toc-container{
    background: #F6F6F6;   
    padding:32px 25px;
  }
  #toc li {
    margin-bottom: 16px;
  }
  #toc li {
    list-style-position: inside;
  }
  .share-it{
    display:none;
  }
  .blog-related-posts__title, .post_body_related, .read-more{
    text-align:center;
  } 
}
@media(max-width:488px){
  .post-content{
    text-align:center;
  }
  .post-content ul li{
    line-height: 30px;
    font-size:16px;
  }
  .author-info a.author_name{
    font-size: 14px;
    line-height:20px;
  }
  .blog-related-posts h2{
    font-size: 32px;
    margin:24px 0;
  }
  .testimonial{
    padding:30px 0px;
  }
  .blog-faq{
    padding-bottom:30px;
  }
  .post-dt-info{
    gap:10px;
    align-items:center;
    flex-wrap:wrap;
  }
}
}
@media(max-width:488px){
  .about-post{
  text-align:center;
  }
}
@media(max-width:400px){
  .related-blog-img{
    height: 150px;
  }
}