.post-main-wrap {
  margin-top: 80px;
  background: #0ebb743b;
  padding: 40px 0 80px 0;
  border-bottom: 1px solid #dbd9d2;
}

.post-main-wrap .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.post-main-wrap .postinfo h1 {
  font-size: 2.5rem;
  line-height: 2.2rem;
  margin-bottom: 14px;
  color: var(--purple);
}
.post-main-wrap .postinfo h1 span {
    font-weight: 400;
    color: var(--green, #009966);
    display: inline;
}

.post-main-wrap .postinfo {
    text-align: center;
}

.post-main-wrap .postinfo span {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 600;
}
.post-main-wrap .postinfo .post-view span span {
  color: #000;
  font-weight: 400;
}

.post-main-wrap .postinfo ul {
    /* display: flex; */
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.post-main-wrap .postinfo ul li {
    font-size: 15px;
    color: #1c1c1c;
    position: relative;
}

.post-main-wrap .postinfo ul li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.post-main-wrap .postinfo ul li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #000ba;
}
.post-main-wrap .postmetainfo {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 500;
  margin-top: 7px;
}
.blogs_section.single_blog {
    margin-bottom: 40px;
    overflow-wrap: break-word;
    letter-spacing: 0.2px;
}


.blogs_section.single_blog .cont {
    padding: 15px;
}
.blogs_section.single_blog .cont p {
  margin-bottom: 0.6rem;
  font-size: 16px;
  line-height:  1.7;
}
.blogs_section.single_blog .cont ol li p em {
  font-weight: 600;
}
.blogs_section.single_blog .cont a {
  color: #213343;
  text-align: none;
  text-decoration: underline;
  font-weight: 500;
}

.blogs_section.single_blog .cont h2 {
  margin-bottom: 1.2rem;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  font-weight: 600;
  color: var(--purple);
}

/* .blogs_section.single_blog .cont h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    background-color: var(--orange);
    margin-top: -16px;
} */

.blogs_section.single_blog .cont h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.1rem;
    position: relative;
    font-weight: 500;
    color: var(--green);
}

.blogs_section.single_blog .cont .ul2 {
  background: #0ebb7426 !important;
  border-radius: 5px;
  margin-top: 7px;
  margin-bottom: 10px;
  padding: 10px 10px !important;
  margin-left: 0;
}
.blogs_section.single_blog .cont ol li p {
  font-weight: 400;
  color: var(--purple);
  font-size: 16px;
}
.blogs_section.single_blog .cont ol ul ul li {
  color: #333;
  font-size: 16px;
  line-height:  1.7;
}
.blogs_section.single_blog .cont h4 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 2rem;
  position: relative;
  font-weight: 600;
  color: var(--purple);
}
.blogs_section.single_blog .cont ul li strong {
  display: block;
}
.blogs_section.single_blog .cont ol ul ul li::before {
  content: "";
  color: var(--green);
  position: absolute;
  left: 7px;
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 11px;
  font-weight: 600;
  width: 6px;
  height: 6px;
  border: 2px solid var(--green);
  border-radius: 10px;
}

.blogs_section.single_blog .cont ol ul li {
  margin: 2px 0;
  font-size: 16px;
  line-height:  1.7;
}
.blogs_section.single_blog .cont ol li p strong {
  margin-top: 10px;
  display: block;
}
.blogs_section.single_blog .cont ol ul ul li {
  margin: 4px 0;
}
.blogs_section.single_blog .cont h5 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
    font-weight: 500;
    color: var(--purple);
}

.blogs_section.single_blog .cont h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 15px;
    background-color: var(--light-purple);
    margin-top: -20px;
}

.blogs_section.single_blog .feature img {
  text-align: center;
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 15px;
}

.featuremain {
  position: relative;
}

.featuremain  .example-img {
  position: absolute;
  right: 106px;
  bottom: -56px;
}


.blogs_section.single_blog .content {
  margin-top: 55px;
}


.blogs_section.single_blog .feature h2 {
  font-size: 30px;
  color: var(--purple);
  margin-bottom: 17px;
}
.blogs_section.single_blog .feature .row {
  align-items: center;
}
.blogs_section.single_blog .feature p {
  font-size: 17px;
  line-height: 1.7;
}
.blogs_section.single_blog .feature {
  background: var(--white);
  padding: 40px;
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 25px;
  max-width: 1140px;
  margin: -50px auto 0;
}
.blogs_section.single_blog .cont ol {
  padding: 0;
  margin: 20px 0;
  border-radius: 9px;
  margin-bottom: 77px;
  position: relative;
  border: none;
}
.blogs_section.single_blog .cont li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blogs_section.single_blog .cont li p {
  margin-bottom: 0;
}
.blogs_section.single_blog .cont h2 em {
  font-style: inherit;
}
/* .blogs_section.single_blog .cont ol,
.blogs_section.single_blog .cont ul {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-left: 30px;
    padding: 15px 30px 15px 30px;
    border: 1px solid #cccccc75;
    background: #f9f9f9; 
    background: #d8edff61;
    position: relative;
} */

/* .blogs_section.single_blog .cont ul {
    background: #b4ffe014;
} */

.blogs_section.single_blog .cont ol ul,
.blogs_section.single_blog .cont ul ul {
    background: #fff !important;
    border: 1px solid #cccccc75;
}

/* .blogs_section.single_blog .cont ul {
      padding-left: 25px;
   } */

/* .blogs_section.single_blog .cont li {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.8rem;
} */
.blogs_section.single_blog .cont ul {
  border-bottom: 1px solid var(--purple);
  border-top: 1px solid var(--purple);
  margin: 25px 0;
  padding: 15px 0;
 position: relative;
}

.blogs_section.single_blog .cont ul li {
  padding: 3px 0;
  list-style: none;
  text-decoration: none;
  padding-left: 26px;
  position: relative;
}



.blogs_section.single_blog .cont ol li.example b, .blogs_section.single_blog .cont ol li.example strong {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--purple);
  margin-top: 6px;
  background-image: url(../img/case-studies.png);
  background-size: 40px;
  padding-left: 49px;
  background-repeat: no-repeat;
  height: 40px;
  display: flex;
  align-items: center;
}
.blogs_section.single_blog .cont ol.ul2 {
  padding: 10px 10px 10px 39px !important;
  margin-bottom: 70px;
  margin-top:20px;
}
.blogs_section.single_blog .cont ol.ul2 li {
  padding-left: 0 !important;
}
.blogs_section.single_blog .cont .ul2 li {
  padding-left: 28px !important;
}
.blogs_section.single_blog .cont .ul2 li::before{
display:block !important
}
.blogs_section.single_blog .cont p .mainpimage {
  width: 100%;
  margin-top: 10px;
  height: 400px;
  object-fit: cover;
  padding: 15px;
  border-radius: 10px;
  box-shadow:0 0px 2px #00000030;
  margin-bottom:30px;
}

.blogs_section.single_blog .cont ul.ul1 li:last-child {
  padding-left: 0;
}
.blogs_section.single_blog .cont ul.ul1 li:last-child::before {
  display: none;
}
.blogs_section.single_blog .cont ul.ul1 {
  padding: 0px 0 15px;
  margin-left: 0;
}
.blogs_section.single_blog .cont ul li::before {
  content: "➤";
  position: absolute;
  left: 0px;
  color: var(--purple);
  line-height: 31px;
  font-size: 0.8rem;
  bottom: 0;
  top: 0;
  margin: auto;
}


/* .blogs_section.single_blog .cont ol {
  padding: 10px 20px 10px 40px;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #b4ffe014;
  margin-bottom: 77px;
    position: relative;
} */
.blogs_section.single_blog .cont ol::after {
  background-image: url(../img/example/arrow-green-small2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  content: "";
  position: absolute;
  left: 14px;
  bottom: -88px;
  width: 48px;
  height: 130px;
  background-size: 100%;
  transform: rotate(296deg);
}

.blogs_section.single_blog .cont ol li {
  margin: 10px 0;
}
.blogs_section.single_blog .cont ul > ul li::before {
    content: "➤";
    color: var(--green);
    position: absolute;
    left: 7px;
    font-size: 0.8rem;
    line-height: 1.8;
    margin-top: 5px;
}

.blogs_section.single_blog .cont li::marker {
    font-family: "Montserrat", sans-serif;
    color: var(--black);
    font-size: 1rem;
    /* optional: adjust bullet size */
}
.social_icon h4 {
  font-size: 32px;
  color: var(--white);
}
.social_icon p {
  color: var(--white);
  font-size: 15px;
  max-width: 680px;
  margin: 10px auto;
  text-align: center;  
}

.social_icon {
  background: #0ebb74;
  text-align: center;
  padding: 30px 30px;
  border-radius: 10px;
}
.blogs_section.single_blog .social_icon ul li img {
  height: 40px;
}
.blogs_section.single_blog .social_icon ul {
  display: flex;
  padding: 0;
  gap: 8px;
  list-style: none;
  justify-content: center;
}
.blogs_section.single_blog .social_icon ul li {
    width: 50px;
    list-style: none;
}

.blogs_section.single_blog .social_icon ul li::before {
    content: "";
    list-style: none;
}

.blogs_section hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Base layout: stack on small screens */
.row {
    display: flex;
    flex-wrap: wrap;
}

/* Left column (TOC) */
.col-3 {
    flex: 0 0 100%; /* full width on mobile */
    max-width: 100%;
    position: relative;
    padding-right: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem; /* spacing below TOC */
}

/* Right column (Content) */
.col-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}

/* TOC styles */
.col-3 .toc {
  position: sticky;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #2133432e;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 0px 20px #0000001a;
  border-radius: 13px;
  top: 105px;
}

.col-9 .cont {
    font-size: 16px;
    line-height: 1.7;
}
.toc h3 {
  color: var(--purple);
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.toc h3::after {
  position: absolute;
  height: 2px;
  width: 64px;
  content: "";
  left: 0;
  bottom: -14px;
  background: var(--purple);
  border-radius: ;
}
.toc ul {
  list-style: none;
  margin: 40px 0 0 0;
}
.toc li {
  margin: 20px 0;
}
.toc li ul {
  margin: 0;
}

.toc a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color 0.2s;
  font-size: 15px;
  margin-bottom: 6px;
}
.toc li a.toc-parent {
  font-weight: 600;
  color: var(--purple);
}
.toc li a.toc-child {
  font-weight: normal;
  margin-top: -12px;
  font-size: 14px;
}
.blogs_section.single_blog .cont ol ul ul {
  padding: 0 !important;
  margin-left: 20px;
}


.blogs_section.single_blog .cont ol ul li {
  padding-left: 28px;
}
.blogs_section.single_blog .cont ol ul {
  margin: 0;
  border: none;
}
.toc a:hover {
  color: var(--purple);
}
.toc a.active {
  font-weight: bold;
  color: var(--purple);
  padding: 5px 0;
  border-top: 1px solid #0ebb74;
  border-bottom: 1px solid #0ebb74;
  color: #0ebb74 !important;
}

/* ---------- Responsive breakpoints ---------- */

/* Tablet and up (>=768px): sidebar layout */
@media (min-width: 768px) {
    .col-3 {
        flex: 0 0 30%;
        max-width: 30%;
        margin-bottom: 0;
    }

    .col-9 {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 2rem;
    }
}

/* Desktop and up (>=1024px): narrower sidebar */
@media (min-width: 1024px) {
    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
