.nav-menu a {

color: #fff;

}

header.sticky .nav-menu a {

color: #010000;

}


.main-navbar:hover  .nav-menu a {

color: #010000;

}

.main-navbar:hover  .nav-menu a:hover {

color: #7039c2;

}

.right-panel a {

color: rgb(82, 43, 145) !important;

}

.right-panel a:hover {

color: rgb(50, 181, 99) !important;

}


.latest-section {
  padding: 10px 0 ;
      background: #f7f7f5;
}

.latest-title {
    font-size: 70px;
    font-style: italic;
    color: #5b2d91;
    margin-bottom: 50px;
    line-height: 1;
    margin-top: 0px;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.latest-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 18px;
  transform: skewX(-5deg);
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 6px;
  justify-content: space-between;
      padding-right: 22px;
}

.card-meta .date {
    font-size: 16px;
    color: #6f6f6f;
    font-style: italic;
    font-weight: normal;
}

.card-meta .pill {
    font-size: 16px;
    padding: 3px 14px;
    background: #d6cce6;
    border-radius: 5px;
    font-weight: 500;
    transform: skewX(340deg);
    color: #161616;
}

.latest-card h4 {
  font-size: 22px;
  font-style: italic;
  color: #656565;
  margin: 6px 0;
  line-height: 1.4;
}

.latest-card h4 a{
      color: #656565;
	  text-decoration: none;
}

.latest-card .author {
    font-size: 16px;
    color: #522b91;
    font-style: italic;
    font-weight: 600;
}

.load-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.load-more {
  padding: 8px 22px;
  border-radius: 8px;
  background: #35b36a;
  color: #fff;
  border: none;
  cursor: pointer;
}

.latest-card{
  /*display:none;*/
}

.general-section {
  padding: 60px 0;
  background: #f7f7f5;
}

/*.content-container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*}*/

/* Tabs */
.tag-row {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}

.tag {
    padding: 4px 28px;
    font-size: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 20px;
    background: #c7b5e5;
    cursor: pointer;
    user-select: none;
    color: #000000;
}

.tag.active {
  background: #35b36a;
  color: #fff;
}

.general-side {
  scrollbar-width: thin;
  scrollbar-color: #d6cce6 #f1eef8;
}


/* Layout */
.general-layout {
  display: flex;
  gap: 40px;
  padding-top: 32px;
}

/* Main post */
.general-main {
  width: 65%;
}

.general-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  transform: skewX(-5deg);
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
 justify-content: space-between;
     padding-right: 20px;
}

.meta-row .author {
    font-size: 18px;
    color: #5b2d91;
    font-weight: 500;
    font-style: italic;
}

.meta-row .date {
  font-size: 16px;
  color: #777;
  font-style: italic;
  margin-left: 10px;
}

.meta-row .pill {
  font-size: 18px;
  padding: 4px 30px;
  border-radius: 5px;
  background: #c7b5e5;
  font-weight: 500;
      transform: skewX(340deg);
}

.general-main .main-title {
  font-size: 34px;
  margin: 12px 0;
  font-style: italic;
  color: #777;
  line-height: normal;
}

.general-main .main-title a{
  color: #777;
  text-decoration: none;
}



.general-main p {
  font-size: 20px;
  line-height: 1.7;
  color: #656565;
  font-style: italic;
}

/* Right scroll posts */
.general-side {
  width: 31%;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 5px;
}

.general-side::-webkit-scrollbar {
  width: 4px;
}

.general-side::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.side-post {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.side-post img {
    width: 200px;
    height: 140px;
   border-radius: 12px;
   object-fit: cover;
  transform: skewX(-1deg);
}

.side-post h4 {
    font-size: 18px;
    margin: 6px 0;
    color: #656565;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.side-post h4 a{
  color: #656565;
  text-decoration: none;
}

.side-post .date {
    font-size: 15px;
    color: #6f6f6f;
    font-style: italic;
    font-weight: normal;
}

.side-post .author {
    font-size: 16px;
    color: #522b91;
    font-weight: 500;
    font-style: italic;
}

/* Bottom line */
.section-line {
  margin-top: 40px;
  height: 1px;
  background: #cfe6b8;
}

[data-tab-content] {
  display: none;
}

/* active wala hi dikhe */
[data-tab-content].active {
  display: block;
}

@media (max-width: 1200px) {

  .content-container {
    padding: 0 20px;
  }

  .general-layout {
    gap: 30px;
  }

  .general-main {
    width: 60%;
  }

  .general-side {
    width: 40%;
  }

  .meta-row .pill {
    margin-left: auto;
  }
}

@media (max-width: 992px) {

.latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tag-row {
    flex-wrap: wrap;
  }

  .general-layout {
    flex-direction: column;
  }

  .general-main,
  .general-side {
    width: 100%;
  }

  .general-main img {
    height: 320px;
  }

  .general-side {
    max-height: 400px;
  }

  .meta-row {
    flex-wrap: wrap;
  }

  .meta-row .pill {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {

  .tag-row {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }

  .tag-row::-webkit-scrollbar {
    display: none;
  }

  .tag {
    flex-shrink: 0;
  }

  .general-main img {
    height: 260px;
    transform: skewX(-3deg);
  }

  .general-main h3 {
    font-size: 22px;
  }

  .side-post {
    gap: 12px;
  }

  .side-post img {
    width: 150px;
    height: 110px;
    transform: skewX(-2deg);
  }
}

@media (max-width: 767px) {

  .general-section {
    padding: 40px 0;
  }

 .tag {
    padding: 3px 8px;
    font-size: 14px;
  }
  
  .meta-row .date {
    font-size: 12px;
 }

  .general-main img {
    height: 220px;
    border-radius: 14px;
  }
  
 .meta-row .pill {
    margin-left: 3px;
    font-size: 14px;
    padding: 4px 16px;
}

  .meta-row {
    gap: 8px;
  }
  
  .general-main .main-title {
    font-size: 18px;
  }

  .meta-row .author {
    font-size: 14px;
  }

  .general-main h3 {
    font-size: 20px;
  }

  .general-main p {
    font-size: 15px;
  }

  .side-post {
    flex-direction: column;
  }

  .side-post img {
    width: 100%;
    height: 200px;
  }

 .side-post h4 {
    font-size: 16px;
 }
 
 .side-post .date {
    font-size: 14px;
 }
 
 .side-post .author {
    font-size: 14px;
 }
  
  .latest-title {
    font-size: 26px;
  }
  
  .card-meta .date {
    font-size: 14px;
  }
  
  .card-meta .pill {
    font-size: 14px;
    padding: 3px 14px;
  }
  
  .latest-card h4 {
    font-size: 16px;
  }
  
  .latest-card .author {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
 .general-main img {
    height: 190px;
    transform: skewX(-5deg);
  }

.card-meta .pill{
            flex-direction: column;
        align-items: flex-start;
        margin-left: 0px !important;
    }
}
@media (max-width: 576px) {


  .latest-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .latest-card img {
    height: 200px;
  }
  .latest-section {
    padding: 10px 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 1199px)  {
    .tag {
           font-size: 16px; 
    }
    
    .meta-row .author {
       font-size: 16px;
    }
    
    .meta-row .date {
      font-size: 14px;
    }
    
    .meta-row .pill{
       font-size: 16px;
       padding: 4px 24px;
    }
    
    .general-main .main-title{
        font-size: 28px;
     }
	 
	 .latest-card img {
	       height: 264px;
	 }
     
     .general-main p {
       font-size: 18px;
     }
     
     .side-post h4 {
       font-size: 16px;
     }
     
     .latest-title {
        font-size: 46px;
       margin-top: 0px;
    }
    
    .card-meta .pill {
        font-size: 14px;
       
    }
    
    .latest-card h4 {
       font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px)  {
    .tag {
        font-size: 16px;
    }
    
    .meta-row .pill{
    margin-left: 274px;
     font-size: 16px;
   }
   
   .meta-row .author {
    font-size: 16px;
   }
   
   .meta-row .date {
    font-size: 15px;
   }
   
   .general-main .main-title {
    font-size: 24px;
   }
   
   .general-main p {
    font-size: 18px;
   }
   
   .side-post h4 {
    font-size: 16px;
   }
   
   .side-post .date {
    font-size: 14px;
   }
   .side-post .author {
    font-size: 12px;
   }
   
   .latest-title {
    font-size: 46px;
   }
   
   .latest-card img {
    height: 288px;
   }
   
   .card-meta .date {
    font-size: 14px;
   }
   
   .card-meta .pill {
    font-size: 14px;
   }
   
   .latest-card h4 {
    font-size: 18px;
   }
   
   .latest-card .author {
    font-size: 14px;
   }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px)  {
    .tag {
        font-size: 17px;
    }
    
    .general-main .main-title {
    font-size: 32px;
    }
    
    .side-post h4 {
    font-size: 16px;
    }
    
    .side-post .author {
    font-size: 14px;
    }
    
    .meta-row .author {
    font-size: 15px;
    }
    
    .meta-row .date {
    font-size: 15px;
    }
    
    .meta-row .pill {
    margin-left: 424px;
    font-size: 16px;
    }
    
    .general-main p {
    font-size: 18px;
    }
    
    .side-post .date {
    font-size: 14px;
    }
    
    .latest-title {
    font-size: 58px;
        
    }
    
    .card-meta .date {
    font-size: 14px;
    }
    
    .card-meta .pill {
    font-size: 14px;
    }
    
    .latest-card img {
    height: 320px;
    }
    
    .latest-card .author {
    font-size: 14px;
    }
    
    .latest-card h4 {
    font-size: 18px;
    }
}


@media only screen and (min-width: 1441px) and (max-width: 1680px)  {
    .side-post h4 {
    font-size: 16px;
    }
    
    .general-main .main-title {
    font-size: 30px;
    }
    
    .general-main p {
    font-size: 18px;
    }
    
     .latest-card img {
    height: 350px;
    }
    
    .latest-title {
    font-size: 60px;
    }
    
    .latest-card h4 {
    font-size: 20px;
    }
    
    .latest-card .author {
    font-size: 15px;
    }
}
