  ._bd_blog-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    width: 100%;
    color:#000;
  }

  ._bd_blog-section-title {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    border-left: 4px solid #6610f2;
    padding-left: 0.75rem;
     width: 100%;
       color:#000;
  }

  ._bd_blog-paragraph {
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #333;
     width: 100%;
  }

  ._bd_blog-subtitle {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    font-weight: 600;
     width: 100%;
  }

  ._bd_blog-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
     width: 100%;
  }

  ._bd_blog-list li {
    margin-bottom: 0.75rem;
  }

  ._bd_blog-image {
    margin: 2rem 0;
    text-align: center;
     width: 100%;
  }

  ._bd_blog-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

  ._bd_blog-image-caption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
     width: 100%;
  }
._bd_blog-meta {
  font-size: 0.9rem;
  color: #666;
}

._bd_blog-meta i {
  font-size: 1rem;
  /*color:  var(--primary-color) !important;*/
}


/* blog listing */
 ._rrb_blog-card {
        border: 1px solid #e5e5e5;
        border-radius: 0.5rem;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    ._rrb_blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    ._rrb_blog-card img {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        object-fit: cover;
        height: 200px;
        width: 100%;
    }

    ._rrb_blog-card-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.4rem;
    }

    ._rrb_blog-card-date {
        font-size: 0.875rem;
        color: #6c757d;
    }

    ._rrb_blog-category {
        font-size: 0.75rem;
        background: #6610f2;
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    
    
    
        ._rrb_blog-card {
        border: 1px solid #e5e5e5;
        border-radius: 0.5rem;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    ._rrb_blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    ._rrb_blog-card img {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        object-fit: cover;
        height: 200px;
        width: 100%;
    }

    ._rrb_blog-card-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.4rem;
    }

    ._rrb_blog-card-date {
        font-size: 0.875rem;
        color: #6c757d;
    }

    ._rrb_blog-category {
        font-size: 0.75rem;
        background: #6610f2;
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    
    
    
    
/*var(--primary-color)*/
  ._bside_container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  ._bside_main {
    flex: 1 1 65%;
  }

  ._bside_sidebar {
    flex: 1 1 30%;
    min-width: 280px;
  }

  ._bside_box {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }

  ._bside_heading {
    font-size: 1.1rem;
    font-weight: bold;
    border-left: 4px solid var(--primary-color);
    padding-left: 0.5rem;
    margin-bottom: 0.75rem;
  }

  ._bside_related-item {
    display: flex;
    margin-bottom: 1rem;
  }

  ._bside_related-thumb {
    flex: 0 0 80px;
    margin-right: 0.5rem;
  }

  ._bside_related-thumb img {
    width: 100%;
    height: auto;
    display: block;
  }

  ._bside_related-info {
    flex: 1;
    font-size: 0.9rem;
  }

  ._bside_related-title {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 0.3rem;
  }

  ._bside_related-meta {
    font-size: 0.8rem;
    color: #777;
  }

  ._bside_tools a {
    display: block;
    color:  var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  ._bside_banner {
    padding: 1rem;
    background-color: #f9f9f9;
    border: 2px dashed  var(--primary-color);
    text-align: center;
  }

  ._bside_banner a {
    display: inline-block;
    margin-top: 0.5rem;
    background:  var(--primary-color);
    color: white;
    padding: 0.4rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
  }

  ._bside_ads-placeholder {
    padding: 1rem;
    background: #f5f5f5;
    text-align: center;
    border: 1px dashed #aaa;
    font-size: 0.9rem;
    color: #777;
  }
  
  /*pagination blog page*/
  
 .page-link {
     color:  var(--primary-color) !important;
}

.page-item.active .page-link{ background:  var(--primary-color) !important; color:#fff !important;}
 
 
   @media (min-width: 768px) {
    ._bside_sidebar {
      position: sticky;
      top: 6rem;
      align-self: flex-start;
    }
  }