.pb-70 {
  padding-bottom: 70px;
}
.feature-list-box .feature-box {
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  display: block;
}
.feature-list-box .feature-box .feature-content {
  position: relative;
}
.feature-list-box .feature-box .feature-content {
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.feature-list-box .feature-box .feature-content a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f2e6ff;
  padding-left: 8px;
}
.feature-list-box .feature-box .img-box {
  height: 315px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}
.feature-list-box .feature-box .img-box a {
  display: block;
  height: 100%;
}
.feature-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-box .img-box img.loaded {
  opacity: 1;
}
.feature-box .heading-six {
  margin-bottom: 12px;
}
.posted-by {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}
.posted-by span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.posted-by span:not(:last-child) {
  position: relative;
}
.posted-by span:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #772bcb;
}
.feature-list-box .feature-box span.text-pink {
  text-decoration: underline;
  transition: all 0.4s;
}
.feature-list-box .feature-box:hover span.text-pink {
  color: #772bcb;
  transition: all 0.4s;
}
.author-posted {
  display: flex;
  gap: 6px;
}
.author-posted > img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 100%;
  flex-shrink: 0;
}
.author-name a {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 27/2/2027 */
.blog-tabs-container {
  overflow-x: auto;
  text-wrap: nowrap;
}
.blog-tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 8px;
  width: fit-content;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 8px;
}
.feature-list-row {
  margin-bottom: -24px;
}
.blog-tabs.nav-tabs .nav-link {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 6px 16px;
  color: #171717;
  border: none;
  border-radius: 50px;
}
.blog-tabs.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #772bcb;
}
.blog-tab-pill {
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  padding: 4px 12px;
  border-radius: 24px;
  background-color: #fff;
  margin-bottom: 12px;
  width: fit-content;
}
.post-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #171717;
  margin-bottom: 10px;
}
.read-time {
  position: relative;
  padding-left: 10px;
}
.read-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #772bcb;
}
.feature-sec .pagination {
  justify-content: end;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.feature-sec .page-link {
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  border: none;
  background-color: transparent;
  padding: 0;
}
.feature-sec .page-item:not(:first-child) .page-link {
  margin: 0;
}
.feature-sec .active > .page-link,
.feature-sec .page-link.active,
.feature-sec .page-link:hover,
.page-link:focus {
  font-weight: 600;
  color: #171717;
  box-shadow: none;
}

.icon-pagination-left,
.icon-pagination-right {
  mask-image: url(../images/icon-pagination-left.svg);
  -webkit-mask-image: url(../images/icon-pagination-left.svg);
  width: 20px;
  height: 20px;
  background: #919191;
}
.icon-pagination-right {
  rotate: 180deg;
}
.feature-sec .page-item:first-of-type .page-link,
.feature-sec .page-item:last-of-type .page-link {
  border: 1px solid #00000014;
  padding: 9px;
  border-radius: 50%;
}
.feature-sec .page-item:first-of-type .page-link:hover,
.feature-sec .page-item:last-of-type .page-link:hover {
  background-color: #d9226f;
}
.feature-sec .page-item:first-of-type .page-link:hover i,
.feature-sec .page-item:last-of-type .page-link:hover i {
  background: #fff;
}
.feature-sec .page-item.disabled .page-link {
  pointer-events: none;
}
@media (max-width: 991px) {
  .feature-list-box .feature-box {
    padding: 20px;
  }
  .feature-list-box .feature-box .img-box {
    height: 190px;
    margin-bottom: 8px;
  }
  .pb-70 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .feature-sec .pagination {
    justify-content: center;
  }
  .feature-sec .page-item:first-of-type .page-link,
  .feature-sec .page-item:last-of-type .page-link {
    padding: 6px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .feature-list-box .feature-box {
    padding: 15px;
    border-radius: 10px;
  }
  .feature-list-box .feature-box .img-box {
    height: 190px;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
}

@media (max-width: 481px) {
  .feature-list-col {
    width: 100%;
  }
  .feature-list-box .feature-box {
    padding: 24px;
    border-radius: 15px;
  }
  .feature-list-box .feature-box .img-box {
    height: 315px;
    margin-bottom: 16px;
    border-radius: 15px;
  }
}
