article.single-post .banner-section {
    padding: 60px 0;
    background-image: url(/wp-content/uploads/2026/02/piyush_04_march_2-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
h1.single-title {
    color: #fff;
    margin-bottom: 40px;
}
.content-container {
    display: block !important;
    max-width: 65%;
}
span.date {
    color: #fff;
    font-size: 16px;
}
 .container {
    display: flex;
    gap: 20px;
    padding: 20px;
        margin-top: 80px;
  }
  .toc {
    position: sticky;
    top: 20px;
    height: fit-content;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    height: 640px;
    overflow-y: scroll;
}

  .toc ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
}

  .toc li {
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px 10px;
}
.toc a:hover {
    color: #ed321f;
}

  .toc a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
   
}
  .content {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
/*    box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
  }

  .content h2, .content h3 {
    margin-top: 1.5em;
  }
  .sidebar {
    background: #ff523c;
    padding: 15px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
    height: fit-content;
  }
  .col-md-3 {
    width: 25% !important;
    max-width: 25% !important;
}
.col-md-6 {
    width: 50%;
}
.send-btn-blog {
    background-color: #fff !important;
    width: 100%;
    color: #ff523c !important;
    font-size: 20px !important;
    font-weight: 500;
}
.widget.widget_block {
    margin-bottom: 0px;
}
.posts-container {
    gap: 40px;
    display: flex;
    margin: 40px 0px;
}
.post-content-container {
    padding: 40px 50px 50px;
    background-color: #f9f9f9;
    margin: 50px auto 50px;
}
article.related-post img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
article.related-post h3 {
    display: 18px !important;
    font-size: 18px;
    margin: 20px 0px;
}
article.related-post a{
    text-decoration: none !important;
}
article.related-post.col-lg-3 {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 16px;
    width: 33.33%;
}
  @media(max-width: 992px) {
    .container {
      flex-direction: column;
    }
    .toc, .sidebar {
      max-width: 100%;
      margin-bottom: 20px;
    }
  }
@media screen and (min-width: 320px) and (max-width: 767px) {
.col-md-3 {
    width: 100% !important;
    max-width: 100% !important;
}
.col-md-6 {
    width: 100%;
}
.posts-container {
    display: block;
}
.post-content-container {
    padding: 40px 10px 1px;
    background-color: #f9f9f9;
    margin: 0px auto 50px;
}
article.related-post.col-lg-3 {
    margin: 20px 0px;
    width: 100%;
}
.content-container {
    max-width: 100%;
}
.posts-container {
    gap: 15px;
}
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.content-container {
    display: block !important;
    max-width: 100%;
}
.posts-container {
    gap: 15px;
}
.col-md-3 {
    width: 100% !important;
    max-width: 100% !important;
}
.col-md-6 {
    width: 100%;
}
.posts-container {
    display: block;
}
article.related-post.col-lg-3 {
    margin: 40px 0px;
}
}
@media screen and (min-width: 996px) and (max-width: 1024px) {
.content-container {
    max-width: 85%;
}
}