   body {
      background-color: #0b0d17;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }
    .head-banner{
        padding-inline: 120px;
        padding-top: 95px;
        padding-bottom: 60px;
        border-bottom: 1px solid #2c343c;
    }
    .banner-container{
        max-width: 1608px;
    }
    .main-image-hero img{
        margin-bottom: 16px;
    }
    .main-image-hero img {
    width: 100%;
    /* height: 500px; */
    object-fit: fill;
    background-size: cover;
}
.digi-btn{
  font-family: Montserrat;
}
    .banner-container h1{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 2%;
        text-transform: uppercase;
        margin-bottom: 20px;
        max-width: 1040px;
    }
    .list-items{
        display: flex;
        gap: 64px;
    }
    .list-items li{
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0%;
        color:rgba(204, 204, 204, 1);
    }

    @media (max-width:992px) {
        .head-banner{
        padding: 40px;
        padding-top: 50px;
        padding-bottom: 24px;
    }
     .banner-container h1{
        font-size: 24px;
        line-height: 34px;
    }
    .main-image-hero{
        padding: 20px;
    }
    }

        @media (max-width:767px) {
        .head-banner{
        padding: 16px;
    }
    
    .blog-container{
        padding: 0px !important;
    }
    .main-image-hero{
        padding: 16px;
    }
    .list-items{
        gap: 10px;
    }
    .list-items li{
        font-size: 11px;
    }
    }


    .blog-container {
      display: grid;
      grid-template-columns: 400px 1fr 400px;
      gap: 40px;
      max-width: 1723px;
      margin: 100px auto;
      padding: 0 20px;
    }

    @media (max-width:1680px) {
        .blog-container{ 
            grid-template-columns: 350px 1fr 350px; 
            padding: 0 80px;
        }
    }

    @media (max-width:1440px) {
        .blog-container{ 
            grid-template-columns: 300px 1fr 300px; 
            padding: 0 40px;
        }
    }


     @media (max-width:992px) {
        .blog-container{ 
            padding: 0 20px;
        }
    }

    /* Sticky sidebars */
    .toc,
    .contact-form {
      position: sticky;
      top: 100px;
      align-self: start;
    }

    /* Table of Contents */
    .toc {
      padding: 40px 32px;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
            linear-gradient(0deg, rgba(8, 18, 28, 0.4), rgba(8, 18, 28, 0.4));
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 1);
    }
    .toc h3 {
      margin-bottom: 10px;
      font-family: Montserrat;
       font-weight: 600;
      font-size: 32px;
      line-height: 100%;
     letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    }
    .toc ul {
      list-style: disc;
      padding: 0;
      margin: 0;
    }
    .toc ul li{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0%;
        color: #ffffff ;
    }
    .toc a {
      color: #ffff;
      text-decoration: none;
      display: block;
      padding: 8px 0;
      transition: 0.3s;
    }
    .toc a:hover {
      color: #00baff;
    }
    .toc a.active {
      color: #00baff;
      font-weight: bold;
    }

    /* Main Content */
    .blog-content section {
      scroll-margin-top: 120px;
    }
    .blog-content h2 {
      font-family: Montserrat;
      font-weight: 700;
      font-size: 36px;
       line-height: 48px;
     letter-spacing: -2px;
     color: #ffff;
     margin-bottom: 33px;
    margin-top: 33px;
    }
    .blog-content .vision-content h2{
      text-align: center;
    }
    .blog-content p {
      font-family: Montserrat;
     font-weight: 400;
    line-height: 140%;
     letter-spacing: 0px;
     margin-bottom: 16px;

    }

.blog-content-btm {
  margin-bottom: 30px;
}

.blog-content-btm h2 {
 font-family: Montserrat;
font-weight: 700;
font-size: 36px;
line-height: 48px;
letter-spacing: -2px;
margin-bottom: 16px;
}

.blog-content-btm p {
  font-family: Montserrat;
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 0px;
color: rgba(204, 204, 204, 1)
}

.share-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}

.share-section span {
  color: #b0b9c4;
}

.share-section a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.share-section a:hover {
  color: #fff;
  font-family: Montserrat;
font-weight: 500;
font-size: 24px;
line-height: 140%;
letter-spacing: 0px;

}

@media (max-width:1440px) {
    .toc {
    padding: 40px 24px;
    }
    .form-box {
    border-radius: 12px !important;
    padding: 40px 15px !important;
    }
}

.author-box {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #ffff;
  border-bottom: none;
}

.author-box img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.author-info h4 {
font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 140%;
letter-spacing: 0px;
margin-bottom: 13px;

}

.author-info p {
  font-family: Montserrat;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0%;

}

.author-social{
    font-size: 24px;
    display: flex;
    gap: 15px;
}
.author-social a:hover {
  color: #fff;
}


  .digi-insights-section{
    padding-block: 50px;
  }.digi-insights-section {
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  padding-block: 0px;
  /* padding-top: 62.43px;
  padding-bottom: 108.5px; */
}

.side-border {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding-inline: 97px;
  padding-top: 62.7px;
  padding-bottom: 110px;
}

.top-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

    .digi-insights-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .digi-insights-title {
      font-size: 26px;
      font-weight: 600;
    }

    .digi-view-all {
      font-size: 14px;
      text-decoration: none;
      color: #aaa;
      transition: color 0.3s;
    }

    .digi-view-all:hover {
      color: #fff;
    }

    /* Grid Layout */
    .digi-insights-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .digi-insight-card {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      background: #111;
      transition: transform 0.3s;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content:space-between
    }

    .digi-insight-card:hover {
      transform: translateY(-5px);
    }

    .digi-insight-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      min-height: 400px
    }

    .digi-insight-content {
      padding: 15px;
    }

    .digi-insight-category {
      font-size: 12px;
      color: #aaa;
      margin-bottom: 5px;
    }

    .digi-insight-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
    }

    /* Featured (middle) card spans 2 columns only on large screens */
    .digi-insight-card.middle-card {
      grid-column: span 2;
    }

  .insight-wrapper{
    padding-left:70px;
    padding-right:70px;
    padding-top:62.43px;
    padding-bottom:108.5px
  }

    .side-border {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

 .top-border {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

    /* Responsive breakpoints */

    @media (max-width:1680px) {
      .digi-insights-section {
    padding-left: 80px;
    padding-right: 80px;
}
.side-border {
    
    padding-inline: 32px;
}
    }
   @media (min-width:1240px) {
       .digi-insights-grid{
      grid-template-columns: repeat(4, 1fr);
    }
    }

@media (max-width:1240px) {
        .digi-insights-section {
    padding-left: 40px;
    padding-right: 40px;
}
  .digi-insight-card.middle-card {
        grid-column: span 1; /* fall back to normal */
      }

           .digi-insights-grid{
      grid-template-columns: repeat(2, 1fr);
    }
    
}
    @media (max-width: 992px) {

      .Explore-bookmark {
        padding-bottom: 0px;
        
    }
      .digi-insights-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .side-border {
        padding-inline: 25px;
    }

    }

     @media (max-width: 767px) {
      
      .digi-insights-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .side-border {
        padding-inline: 8px;
    }
    }

 

    @media (max-width: 600px) {
      .digi-insights-title {
        font-size: 20px;
      }
      .digi-insight-title {
        font-size: 14px;
      }
      .digi-insight-image {
        height: 160px;
      }
         .digi-insights-grid{
      grid-template-columns: repeat(1, 1fr);
    }

    }

    

     .insights-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 81.43px 70px;
      /* border-top: 1px solid #0af;
      border-bottom: 1px solid #0af; */
      /* background: linear-gradient(to right, #0b0b0d, #000); */
    }

    .insights-title {
      font-size: 48px;
      font-weight: 600;
      margin: 0;
      max-width: 1162px;
      line-height:100%
    }
 
    .digi-insight-meta{
      display:flex;
      justify-content:space-between;
      align-items:center
    }

    .software-vision{
        background-image: url("/wp-content/themes/digimantra/asset/img/blog-section-background.png");
        background-size: cover;
        background-position: center;
        padding: 32px;
        align-items: center;
        margin-bottom: 40px;
    }
    .software-vision h1{
        font-family: Montserrat;
        font-weight: 600;
        font-size: 38px;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
       
    }
    .software-vision p{
        font-family: Montserrat;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0%;
         text-align: center;
         margin-bottom: 24px;
         color:rgba(235, 235, 235, 1)
    }
    .digi-link-wrap{
        text-align: center;
    }

 .form-box {
  border-radius: 12px;
  padding: 40px 32px;
  border: 0.91px solid #9aa3ac;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
              linear-gradient(0deg, rgba(8, 18, 28, 0.8), rgba(8, 18, 28, 0.8));
}

.form-box h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.form-box form input,
.form-box form select,
.form-box form textarea {
  width: 100%;
  padding: 17px 24px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  background: transparent;
  color: #fff;
}

.form-box form input::placeholder,
.form-box form select::placeholder,
.form-box form textarea::placeholder {
  color: #fff;
}

.form-box form textarea {
  resize: none;
  height: 100px;
}

.form-box button {
  width: 100%;
  padding: 15px 50px;
  border-radius: 20px;
  justify-content: center;
  color: #fff;
}

.form-box .iti {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.lets-mob-btn {
  display: none;
}
.side-border h1{
    font-family: Montserrat;
font-weight: 500;
font-size: 48px;
line-height: 58px;
letter-spacing: 2px;
text-transform: uppercase;

}
li.toc-item.toc-h2 a.active {
  color: #00bfff !important;     
  font-weight: 600;    
  transition: color 0.3s ease;
}
.name-info{
    display: flex;
    justify-content: space-between;
}

    /* Responsive */
 @media (max-width: 992px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
    .toc,
      .contact-form {
        position: static;
        margin-bottom: 30px;
        display:none;
      }
    }

/* --- Sticky TOC Sidebar --- */
.toc {
 
  position: sticky;
  top: 100px;
  align-self: flex-start;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  scroll-behavior: smooth;
   scrollbar-width: none; 
  -ms-overflow-style: none;
}
 .toc::-webkit-scrollbar {
  display: none; 
}

.toc::-webkit-scrollbar {
  width: 6px;
}
.toc::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
 
/* TOC links styling */
.toc ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.toc ul li {
  margin-bottom: 8px;
}
.toc ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}
.toc ul li a:hover {
  color: #0073aa;
}

.toc ul li a.active {
  color: #0073aa;
  font-weight: 600;
  font-size: 16px;
}

.custom-comments-wrapper {
  margin-top: 60px;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
 

.custom-comments-wrapper h3,
.custom-comments-wrapper h2,
.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
}
 
.custom-comments-wrapper h3::after,
.comment-reply-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0073aa;
  margin-top: 10px;
  border-radius: 3px;
}
 
/* Comment List */
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.comment {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 20px;
}
 
.comment .comment-author,
.comment .comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.comment .comment-author cite {
  font-weight: 600;
  color: #111;
  font-style: normal;
}
 
.comment .comment-meta a {
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
 
.comment .comment-content {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
 

.comment .avatar {
  display: none !important;
}
 

.comment-reply-link {
  display: inline-block;
  margin-top: 10px;
  background: #0073aa;
  color: #fff !important;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}
 
.comment-reply-link:hover {
  background: #005f87;
}

.comment-respond {
  margin-top: 50px;
}
 
.comment-respond label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #fff;
}
 
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
}
 
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}
 
.comment-form textarea {
  min-height: 90px;
  resize: vertical;
}
 
.comment-form input[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
 
.comment-form input[type="submit"]:hover {
  background: #005e8c;
}
 

.must-log-in {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  color: #555;
}
 
.must-log-in a {
  color: #0073aa;
  font-weight: 600;
  text-decoration: none;
}
.must-log-in a:hover {
  text-decoration: underline;
}

@media (max-width:1240px) and (min-width:993px){
  .blog-container{
    grid-template-columns:  250px 1fr 250px;
    gap: 20px;
    padding: 0 20px;
  }
  .head-banner{
    padding-inline: 40px;
    padding-top: 70px;
    padding-bottom: 45px;
  }
  .banner-container h1{
    font-size: 36px;
    line-height: 48px;
  }
  .toc h3{
    font-size: 24px;
  }
  .form-box h2{
    font-size: 24px;
    margin-bottom: 6px;
  }
  .toc{
    padding: 40px 15px;
  }
  .form-box{
    padding: 40px 9px  !important;
  }
  .form-box form input, .form-box form select, .form-box form textarea{
    padding: 15px 18px;
  }
  .toc ul li{
    line-height: 21px;
  }
  .toc ul li a{
    font-size: 14px;
  }
  .toc ul li a.active{
    font-size: 15px;
  }
  .toc ul li{
    margin-bottom: 0;
  }
}