
    /* ========== Guides Detailed Page Style ========== */


    .guide-banner {
      background-size: cover;
      background-position: center;
      color: white;
      padding: 10rem 0 4rem;
      position: relative;
      text-align: center;
      margin-top: 2rem;
    }

    .guide-banner::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ab1422e0;
    }
    
  .guide-banner .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    justify-content: center;
  } 

  .guide-banner .breadcrumb a {
    color: #e9e1e1;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .guide-banner .breadcrumb a:hover {
    color: #EE2843;
  }
  
    .banner-content {
      position: relative;
      z-index: 2;
    }

    .category {
      display: inline-block;
      background: #dc3545;
      color: #fff;
      font-weight: 600;
      font-size: 0.85rem;
      padding: 4px 14px;
      border-radius: 20px;
      margin-bottom: 1rem;
    }

    .guide-banner h1 {
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 1.3;
    }

    /* Layout */
    .guide-details {
      margin-top: 3rem;
    }

    .guide-nav {
      position: sticky;
      top: 120px;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 1rem;
    }

    .guide-nav h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .guide-nav .nav-link {
      display: block;
      padding: 0.5rem 0.75rem;
      color: #333;
      border-left: 3px solid transparent;
      font-size: 0.95rem;
      transition: all 0.3s;
    }

    .guide-nav .nav-link.active,
    .guide-nav .nav-link:hover {
      border-left: 3px solid #dc3545;
      background: #f8f9fa;
      color: #dc3545;
      font-weight: 600;
    }

    .guide-content h2 {
      font-size: 22px;
      font-weight: 700;
      color: #EE2843;
      border-left: 4px solid #EE2843;
      padding-left: 10px;
      margin-top: 30px;
      margin-bottom: 15px;
      border-radius: 4px;
    }

    .guide-content p {
      line-height: 1.7;
      margin-bottom: 1.2rem;
    }

    .guide-content a {
      color: #ff000a;
      text-decoration: none;
    }

    .guide-content h4 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #ee2644;
      padding: 5px 0;
    }

    .highlight-box {
      background: linear-gradient(to right, #3b0004, #7b000f);
      padding: 60px 20px;
      text-align: center;
      border-radius: 15px;
      max-width: 1200px;
      margin: 40px auto;
    }

    .highlight-box h5 {
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .highlight-box a {
      display: inline-block;
      background: #fff;
      color: #b00012;
      padding: 15px 40px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 30px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .highlight-box button,
    .highlight-box a:hover {
      background: #b00012;
      color: #fff;
    }


    /* FAQ Accordion */
    .accordion h2 {
      font-size: 20px;
      color: #000;
      border: none;
      border-radius: 0;
      margin: 0;
      padding: 0px;
    }

    .accordion-button {
      font-weight: 600;
    }

    .accordion-button:not(.collapsed) {
      color: #dc3545;
      background-color: #fff5f5;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .guide-nav {
        position: static;
        display: flex;
        overflow-x: auto;
        border: none;
        box-shadow: none;
        padding: 0.5rem;
      }

      .guide-nav .nav-link {
        border-left: none;
        border-bottom: 3px solid transparent;
        white-space: nowrap;
        margin-right: 1rem;
      }

      .guide-nav .nav-link.active {
        border-bottom: 3px solid #dc3545;
        background: transparent;
      }
    }

    #Salesforce-Data-Recovery td {
      font-size: clamp(0.9rem, 1vw, 1rem);
    }

    .guide-details ul li {
      padding: 3px 0;
    }