
/* .container {
    max-width: 100%;
    margin: 0 90px;
    padding: 20px;
    
  }
   */
  .blog-title {
    /* font-size: 70PX;
    font-weight: 800;
    font-family: 'poppins';
    text-align: center;
    color: #4440DB;
    margin-bottom: 30px;
    margin-top:30px;
    line-height:36px; */
  }
  
  .blog-layout {
    width: 87%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
   

  
  }

  /* .blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: fit-content;
    gap: 30px;
    row-gap: 100px;
  }
   */
  .blog-card {
    
    /* height: 430px;
    width: 308px; */
    
    /* padding: 15px; */
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  
  .blog-image {
    /* margin-left: -6px; */
    /* margin-top: -5px; */
    width: 100%;
    height: auto;
    /* border-radius: 8px; */
  }
  
  

  
  
  .blog-meta {
  
    /* height: 18px;
    width: 279px;
    color: #898989;
    font-size: 12px;
    font-weight: 500;
    font-family: 'poppins'; */
  }
  
  .blog-category {
    font-family: 'poppins';
    color: #4440DB;
    font-weight: 700;
  }

  .separator {
    margin: 0 5px; /* Adds space on both sides */
  }
  
  
  .blog-heading {
    /* color: #000000;
    margin-left: 0px;
    width: 279px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    font-family: 'poppins';
    line-height: 26px; */
        overflow: hidden;
    text-overflow: ellipsis;
     display: -webkit-box;
   -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  
  .blog-excerpt {
    


   
    /* top: 280px; */
 
  
 
    text-overflow: ellipsis;
     display: -webkit-box;
   -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  
  .blog-read-more-button{
    display: block;
    background: #4440DB;
    color: white;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0px;
   
    
  }
  
  .blog-read-more-button:hover {
    background: black;
    transform: scale(1.05);
    transition: all 0.3s ease;

  }
  /*side bar section*/
  
  .sidebar {
    /* width: 370px;
    height: fit-content;
    padding: 0 15px; */
    /* background: #f9f9f9;
    border-right: 1px solid #ddd; */
  }


  .sidebar-container {
  position: sticky;
  top: 70px; /* Adjust based on your header height */
  height: 1100px; 
  display: flex;
  width: fit-content;
  flex-direction: column;
}
  
  .sidebar-section {
    margin-bottom: 10px;
    padding: 10px;
    background: #4440DB;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7); 
}

  
  .search-bar {
    margin-top: 27px;
    width: 310px;
    height: 45px;
    margin-left: 5px;
    padding: 10px 40px 10px 10px; 
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid red;
  }
  
  .search-icon {
    position: absolute;
    top: 61%;
    right: 55px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  
  /* Sidebar Titles */
  .sidebar-title {
    font-family: 'poppins';
    /* font-size: 18px; */
    color: #FFFFFF;
    line-height: 21.6px;
    font-weight: 700;
    /* margin-left: 20px; */
    /* margin-top: 20px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin-bottom: 20px; */
  }
  
  
  .category-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
  }
  
  .category-item {
    color: #fff;
    padding: 8px;
    cursor: pointer;
    border-top: 1.5px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .category-item:hover {
    background-color: #fff;
    color: black;
  }
  
  .category-item::after {
    margin-right: 30px;
    content: "→"; 
    font-size: 18px; 
  }
  
  .latest-blogs {
    display: flex;
    flex-direction: column;
    /* gap: 15px;
    margin-bottom: 20px; */
  }
  
  .latest-blog-item {
    display: flex;
    align-items: center;
   
    /* padding: 10px; */

   
  }
  
  .latest-blog-image {
    /* width: 102px;
    height: 51px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 10px; */
  }
  
  .latest-blog-content {
    font-family: 'poppins';
    flex-grow: 1;
    color: #FFFFFF;
  }
 
  .latest-blog-title {
    /* line-height:15px; */
    font-family: 'poppins';
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis; 
  }
  
  .latest-blog-date {
    font-family: 'poppins';
    /* font-size: 12px; */
    color: #1B1139;
  }
  
  .latest-blog-link {
    filter: invert(0);
    color: white; 
    text-decoration: none;
}

  .tag-container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 5px; */
    /* margin-left: 20px; */
  }
  
  .tag { 
    background: #4440DB !important;
    color: #fff;
    /* padding: 5px 10px; */
    border-radius: 0 !important; 
    /* font-size: 14px; */
    cursor: pointer;
    /* border: 2px solid #fff;  */
    
}

  .tag:hover{
    background-color: #fff;
    color: #000000;
  }


/* Latest Blogs Section */
.blogs-section {
  margin-top: 20px;
}

.blog-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.blog-item img {
  width: 70px;
  height: 70px;
  border-radius: 1px;
  margin-right: 10px;
}

.blog-text {
  flex: 1;
  font-size: 14px;
  color: white;
}

/* Tags Section */
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tag {
  background: #6A68F7;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.tag:hover {
  background: #5350C3;
}

  
  /* Pagination */
  .pagination {
    display: flex;
    justify-content: flex-start; 
    margin-top: 20px;
  }
  
  .page-button {
    background: white;
    border: 1px solid black;
    color: black;
    padding: 10px 15px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .page-button.active {
    background: #4440DB;
    color: white;
  }
  
  .page-button:hover {
    background: #4440DB;
    color: white;
  }
 

  .blog-innercontent{
    /* border:  1px solid red; */
   font-family: 'poppins';

  }

  .blog-innercontent p{
    font-size: 18px;
    line-height: 30px;
    font-family: 'poppins';
    font-weight: 500;
    /* border:  1px solid red; */
    margin: 10px 0;
  }
   
    .blog-innercontent h1{
    color: #020842;
    font-size: 34px;
    font-weight: 600;
  }

  .blog-innercontent h2{
    color: #020842;
    font-size: 34px;
    font-weight: 600;
  }
  .blog-innercontent h3{
    color: #020842;
    line-height: 42px;
    font-weight: 500;
    font-size: 27px;
    margin-top: 30px;
  }
  .blog-innercontent strong{
    font-size: 17px;
    font-weight: 800;
  }

  .blog-innercontent ol{
    margin-left: 10px;
    list-style: decimal;
     font-size: 18px;
  }
  .blog-innercontent ol li{
    font-size: 18px;
     line-height: 30px;
  }
  


  @media screen and (max-width: 1200px) {
 .blog-innercontent h1{
    font-size: 30px;  
    
  }
  .blog-innercontent h2{
    font-size: 30px;  
    
  }
  .blog-innercontent h3{
    font-size: 25px;  
    
  }
  .blog-innercontent p{
    font-size: 16px;
    line-height: 26px;
  }
  .blog-innercontent strong{
    font-size: 15px;
    font-weight: 800;
  }
  .blog-innercontent ul{
    font-size: 16px;
    line-height: 26px;
  }
    .blog-innercontent ol{
    list-style: decimal;
     font-size: 16px;
  }
  .blog-innercontent ol li{
    font-size: 16px;
     line-height: 26px;
  }
}



  @media screen and (max-width: 768px) {
   .category-item::after {
    margin-right: 5px;
    content: "→"; 
    font-size: 8px; 
  }
  .sidebar-container{
    top: 40px;
    /* height: 650px; */
  }
  .page-button{
    font-size: 10px;
    padding: 5px 10px;
  }
  .blog-innercontent h1{
    font-size: 12px;    

    
  }
  .blog-innercontent h2{
    font-size: 12px;  
    
  }
  .blog-innercontent h3{
    font-size: 12px;  
    line-height: normal;
    
  }
  .blog-innercontent p{
    font-size: 8px;
    line-height: 16px;
    
  }
  .blog-innercontent strong{
    font-size: 8px;
    font-weight: 800;
  }
  .blog-innercontent ul{
    font-size: 8px;
    line-height: 16px;
  }
   .blog-innercontent ol{
    list-style: decimal;
     font-size: 8px;
  }
  .blog-innercontent ol li{
    font-size: 8px;
    line-height: 16px;
  }
}