.nbread {
  display: flex;
  padding: 32px 0px 32px 0px !important;
  align-items: center;
  gap: 4px;
  color: var(--Black, #131313);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  line-height: 18px; /* 128.571% */
  letter-spacing: -0.14px;
}
.nbread li {
  position: relative;
  display: flex;
}

.nbread li a {
  color: var(--Black, #131313);
  text-decoration: none;
  font-weight: 400;
}
.nbread li a:hover {

}
.nbread li span {
  font-weight: 600;
}


.new-blog-description {
  display: flex;
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 32px;
}
.new-blog-description h1 {
  color: var(--Black, #131313);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
}

.new-blog-description p {
  color: var(--Grey, #757575);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}


.new-blog-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  margin-bottom: 32px;
}
.new-blog-tabs:active {
  cursor: grabbing;
}
.new-blog-tabs::-webkit-scrollbar {
  display: none;
}
.new-blog-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 16px;
  height: 48px;
  border-radius: 10px;
  background: #FAFBFA;
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  border: 1px solid #ECECEC;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.new-blog-tab.active {
  background-color: #131313;
  color: #fff;
}
.new-blog-tab .new-blog-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ECECEC;
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.12px;
  text-align: center;
}
.new-blog-tab.active .new-blog-badge {
  background-color: #fff;
  color: #131313;
}
.new-blog-grid {
  display: none;
}
.new-blog-grid.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
.new-blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  
}

.new-blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.new-blog-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.new-blog-meta {
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #131313;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
  gap: 10px;
}

.new-blog-info h3, .new-blog-info a {
  color: #131313;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  min-height: 48px;
  text-decoration: none;
}

.new-blog-info p {
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.new-blog-category {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(291deg, #A3F0A6 -35.6%, #D6FE94 166.12%);
  color: #131313;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.new-blog-pagination {
  display: flex;
  justify-content: center;
  padding: 32px 0;
}

.new-blog-pagination ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.new-blog-pagination-btn,
.new-blog-pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ECECEC;
  color: #131313;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.new-blog-pagination-btn:hover,
.new-blog-pagination-arrow:hover {
  background: #d9d9d9;
}

.new-blog-pagination-btn.active {
  background: #183D3D;
  color: #fff;
}

.new-blog-pagination-ellipsis {
  color: #999;
  font-size: 18px;
  padding: 0 4px;
}

@media screen and (max-width: 990.98px) {
	.new-blog-grid {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) !important;
	}

}