 :root {
        /* --primary: #7000c0; */
        --primary: orangered;
        --secondary: #4ecdc4;
        --text: #000000;
        --background: #f7f9fc;
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: "Onest", sans-serif;
        line-height: 1.6;
        color: var(--text);
        background-color:#ffffff !important;
        scroll-behavior: smooth;
    
        /* background-image: linear-gradient(
             90deg,
             rgba(0, 0, 0, 0.1) 2px,
             transparent 0
           ),
           linear-gradient(180deg, rgba(0, 0, 0, 0.1) 2px, transparent 0);
         background-position: -2px -2px;
         background-size: 60px 60px; */
      }
      .contact-form
      {
        background-image: linear-gradient(rgb(26, 26, 26), black);
      }
      .blog-hero-section
      {

background-image: linear-gradient(black,rgba(255, 255, 255, 0),  black),linear-gradient(90deg,orangered,black,#FB5607 );
/* background-image: linear-gradient(black,rgba(255, 255, 255, 0),  black),linear-gradient(45deg, #0fe8be,black, #852bf9); */
/* background-image: ; */
        padding:30px;
        color:white;
      }
      .blog-hero-section a{
        color:white;
        text-decoration: none;
      }
      .blog-hero-section a:hover
      {
        color:#FB5607 !important  ;
      }
      .blog-hero-section .container
      {
        
      }
      blog
      {
        display: grid;
        grid-template-columns: 250px 1fr 300px;
        gap: 2rem;
        max-width: 1440px;
        margin: 0 auto;
        padding: 30px 1rem;
        position: relative;
       top: 10vh;
       margin-bottom: 60px;
       /* background-color: white; */
      
      }
      .nav
      {
        background-color: black;
        height: 10dvh;
      }
      blog a.content-link
      {
          text-decoration: none;
          transition: all 0.2s;
          position: relative;
          color: rgb(58, 58, 58);
          border-bottom: 1px solid white;
          transition: 0.2s;
          /* background-image: linear-gradient(rgb(255, 255, 255) 50%, orangered 50%); */
          /* background-size: 200%; */
          background-size: 100% 200%; 
          /* overflow: hidden; */
          background-position: 0% 0%;
      
      }
      blog a.content-link:hover
      {
          /* background-color: #000; */
          color: #1a1a1a;
        
      
          /* background-position: 0% 100%; */
      }
      
      blog a.content-link::after
      {
          /* content:'';
          transition: all 0.2s;
          position: absolute;
          height: 2px;
          background-color: var(--primary);
          bottom:-3px;
          left:0;
          width:0;
          z-index: -1;
          transform-origin: bottom; */
      }
      
      
      blog a.content-link:hover::after
      {
          /* height:10%; */
          top:0;
          width:100%;
      }

      .breadcrumb a 
      {
        border:none;
        background:none !important;
      }
      .breadcrumb a:hover
      {
        color:#000000;
      }


blog img
{
  margin: 20px 0px;
}
.blog-img
{
  width: 100%; 
}
.blog-img img
{
  height:100%;
  object-fit: cover;
}

tbody, td, tfoot, th, thead, tr
{
  padding:10px;
  border:0.5px solid rgb(181, 181, 181);
}

h1 {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  font-family: Onest;
  font-weight: 500;
  padding: 30px 0px;
  display: inline-block;
  width: 95%;
}
blog h2
{
  margin:1rem 0 0 0;
  padding-bottom: 20px;
}

h2
{
  text-align: left;
}

#sec-1, #sec-2, #sec-3, #sec-4, #sec-5, #sec-6, #sec-7, #sec-8, #sec-9, #sec-10, #sec-11, #sec-12, #sec-13, #sec-14, #sec-15
{
  scroll-margin-top: 10rem;
}

.highlight-box {
  background: #fff;
  border-left: 4px solid var(--dpurple);
  padding: 1.5rem;
  color:black;
  margin: 2rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
      .container {
        margin: 0 auto;
        padding: 1.5rem;
        position: relative;
        display: flex;
        gap: 1.5rem;
      }

      .main-content {
        flex: 1;
        max-width: 800px;
      }

      .progress-container {
        position: fixed;
        top: 0;
        width: 100%;
        height: 4px;
        background: #f1f1f1;
        z-index: 1000;
      }

      .progress-bar {
        height: 4px;
        background: var(--primary);
        width: 0%;
      }

      .meta-info {
        display: flex;
        gap: 2rem;
        margin: 1rem 0;
        color: #666;
        font-size: 0.9rem;
        flex-wrap: wrap;
      }

      .toc {
        background: #ffffff14;
        border:1px solid white;
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 2rem 0;
      }
      .toc-container li::marker {
        content: "┃";
        color:rgb(255, 255, 255);
        transition: all 0.2s;
    }
    .toc-container li:hover::marker
    {
      color:black
    }
article{
  /* background-color: #ffffff; */
  padding:10px;
  width:100%;
}   
article h2
{
border-left: 4px solid #ff590d;
    scroll-margin-top: 7rem;
    height: fit-content;
    width: fit-content;
    padding: 0px;
    padding-left: 10px;
    margin-left: -5px;
    margin-bottom: 20px;

}
    
article h2, article h3{
scroll-margin-top: 7rem;
}
.accordion-header
{
  border:none;
  width:100%;
}
article p
{
  color:#2c2c2c;
  font-family: onest;
}
article a
{
  text-decoration: none;
  color:#242424;
  border-bottom: 1px solid orangered;
  font-family: onest;
}

.blog-author-box {
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  display:grid;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "author-image author-content""author-image author-content";
  gap: 20px;
}
.author-image
{
grid-area: author-image;
}
.author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}


.author-details {
  
  grid-area: author-content;
}

.author-social {
  margin-top: 15px;
}

.author-social a {
  margin-right: 15px;
  color: #333;
  text-decoration: none;
}

.author-social a:hover {
  text-decoration: underline;
}



/* FEEDBACK START */

.blog-feedback {
  margin: 2rem 0;
  text-align: center;
}

.feedback-btn {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.feedback-btn:hover {
  background: #f5f5f5;
}

.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: start;
}

.feedback-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  text-align: start;

}

.feedback-option {
  margin: 1rem 0;
  text-align: start;
}

.feedback-buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.submit-btn, .cancel-btn {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn {
  background: var(--primary);
  color: white;
  border: none;
}

.cancel-btn {
  background: white;
  border: 1px solid #ddd;
  
}
.accordion-button
{
  padding:10px;
}

.accordion-item h2
{
  padding-bottom: 0px !important;
  margin:0px;
}

/* FEEDBACK END */

.accordion-button:not(.collapsed)
{
  color:rgb(255, 255, 255);
  background-color: orangered   ;
}



/* REPONSIVE */




      @media (min-width: 1024px) {
        .toc {
          /* width: 280px; */
          position: sticky;
          top: 4rem;
          margin: 0;
          align-self: flex-start;
        }

        .mobile-toc {
          display: none;
        }
      }

      @media (max-width: 1023px) {
        .container {
          flex-direction: column;
        }

        .desktop-toc {
          display: none;
        }
      }

      .toc-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        color: black;
      }

      .toc ul {
        list-style: none;
      }

      .toc li {
        margin: 0.5rem 0;
      }

      .toc a {
        color: var(--text);
        text-decoration: none;
        transition: color 0.3s;
        padding: 0.3rem 0;
        display: block;
      }

      .toc a:hover {
        color: var(--primary);
      }

      .toc a.active {
        color: var(--primary);
        font-weight: bold;
        border-left: 3px solid var(--primary);
        padding-left: 0.5rem;
      }

     

      h2 {
        font-size: 1.8rem;
        margin: 2rem 0 1rem;
        color: var(--text);
        scroll-margin-top: 2rem;
      }

      p {
        margin-bottom: 1.5rem;
      }

      

      .implementation-steps {
        background: white;
        padding: 1.5rem;
        border-radius: 8px;
        margin: 1rem 0;
      }

      .step {
        margin-bottom: 1.5rem;
        padding-left: 2rem;
        position: relative;
      }

      .step-number {
        position: absolute;
        left: 0;
        color: var(--primary);
        font-weight: bold;
      }

      /* .share-buttons {
        display: flex;
        gap: 1rem;
        margin: 2rem 0;
      }

      

      .share-button {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 4px;
        background: var(--primary);
        color: white;
        cursor: pointer;
        transition: opacity 0.3s;
      }

      .share-button:hover {
        opacity: 0.9;
      } */

      .social-share {
        margin: 2rem 0;
        text-align: center;
    }
    .social-share h4 {
        margin-bottom: 1rem;
        font-size: 1.1rem;
        color: #333;
    }
    .share-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }
    .share-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: white;
        transition: transform 0.2s;
        text-decoration: none;
    }
   
    .share-button{
background-color:#FB5607;
color:white;
border:1px solid #FB5607;

    }
.share-button:hover
{  transform: translateY(-2px);
background-color:white;
color:#FB5607;
border: 1px solid #FB5607;
}
    .share-button i {
        font-size: 20px;
    }

      .estimated-time {
        background: var(--secondary);
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        display: inline-block;
      }

      .toc-column {
        position: sticky;
        top: 13vh;
        height: fit-content;
    }
    
    .toc-container {
        background: #fff;
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

.toc-container h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.toc-container ul {
  /* list-style: none; */
  padding: 0;
  margin: 0;
}

.toc-container li {
  margin-bottom: 0.75rem;
  line-height: 115%;
}

.toc-container a {
  color: #717171;
  text-decoration: none;
  font-size: 0.9rem;
}

      /* Mobile Responsiveness */
@media (max-width: 1024px) {
  
  blog{
      grid-template-columns: 1fr;
  }
  .toc-column {
    display: none;
      
  }
  .author-column {
      display: none;
  }
}

@media (max-width: 768px) {

 
  h1 {
    width:100%;
    font-size: 2rem;
  }
  .main-content {
      order: 1;
  }
  
  .toc-column {
      /* order: 1;   */
  }

  .blog-author-box {
  
    grid-template-columns: 100px 1fr;
    grid-template-areas: "author-image author-image""author-content author-content";
    justify-items: center;
}
.author-details
{
  justify-items: center;
}
.author-bio
{
  text-align: center;
}

.mobile-toc ul
{
  padding-left: 0;
}
}