.ansarel-post-item {
  backdrop-filter: blur(var(--ansarel-backdrop-filter-blur, 0)) brightness(var(--ansarel-backdrop-filter-brightness, 100%)) contrast(var(--ansarel-backdrop-filter-contrast, 1)) grayscale(var(--ansarel-backdrop-filter-grayscale, 0)) invert(var(--ansarel-backdrop-filter-invert, 0)) opacity(var(--ansarel-backdrop-filter-opacity, 1)) sepia(var(--ansarel-backdrop-filter-sepia, 0)) saturate(var(--ansarel-backdrop-filter-saturate, 1)) hue-rotate(var(--ansarel-backdrop-filter-hue-rotate, 0deg));
}

.swiper {
  width: 100%;
  height: 100%;
}

.ansarel-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ansarel-category a {
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.5s;
  line-height: 1.3;
  padding: 4px 8px;
  border-right: 0;
  background: var(--category-color);
  color: var(--category-text-color);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ansarel-category a svg {
  fill: #fff;
  width: 8px;
}
.ansarel-category a i {
  font-size: 8px;
}
.ansarel-category a:hover {
  background: var(--category-color);
  color: var(--category-text-color);
}
.ansarel-category.two a {
  color: var(--category-color);
  background: transparent;
  padding: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-radius: 0;
  padding: 0 0 2px;
}
.ansarel-category.two a svg {
  fill: var(--category-color);
}
.ansarel-category.two a i {
  color: var(--category-color);
}

.ansarel-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  text-decoration: none;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--title-color, #111827);
  margin-bottom: 0.8rem;
  z-index: 2;
  word-wrap: break-word;
}
.ansarel-title a {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 0.5s;
  color: currentColor;
}
.ansarel-title a:hover {
  color: #FF007F;
}

.ansarel-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  gap: 12px;
  color: #6B7280;
  z-index: 2;
}
.ansarel-meta a {
  color: currentColor;
  transition: all 0.5s;
}
.ansarel-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}
.ansarel-meta span i {
  color: #FF007F;
}
.ansarel-meta span svg {
  fill: #FF007F;
  width: 16px;
}
.ansarel-meta span:hover {
  color: #FF007F;
}
.ansarel-meta .ansarel-author .ansarel-avatar {
  width: 30px;
}
.ansarel-meta .ansarel-author .ansarel-avatar img {
  border-radius: 50%;
}

.ansarel-excerpt {
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
  word-break: break-word;
}

.ansarel-button .ansarel-more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.4s;
  border-width: 1px;
  border-style: solid;
  border-color: #D3D0E2;
  color: #000;
  background-color: transparent;
  flex: 1;
  text-align: center;
  border-radius: 30px;
  padding: 10px 15px;
  gap: 8px;
}
.ansarel-button .ansarel-more-link span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ansarel-button .ansarel-more-link small {
  font-size: unset;
  display: inline-block;
  line-height: 0;
}
.ansarel-button .ansarel-more-link i {
  color: #FF007F;
  font-size: 17px;
  transition: all 0.4s;
}
.ansarel-button .ansarel-more-link svg {
  fill: #FF007F;
  width: 17px;
  transition: all 0.4s;
}
.ansarel-button .ansarel-more-link:hover {
  background-color: #FF007F;
  color: #fff;
  border-color: #FF007F;
}
.ansarel-button .ansarel-more-link:hover i {
  color: #FFF;
}
.ansarel-button .ansarel-more-link:hover svg {
  fill: #fff;
}

.ansarel-accordian-wrapper {
  display: flex;
  gap: 10px;
  height: 750px;
  flex-direction: column;
}
.ansarel-accordian-wrapper .ansarel-accordian-item {
  position: relative;
  flex: 1 1 0%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  overflow: hidden;
}
.ansarel-accordian-wrapper .ansarel-accordian-item .ansarel-post-item {
  height: 100%;
}
.ansarel-accordian-wrapper .ansarel-accordian-item:hover {
  flex: 3;
}
.ansarel-accordian-wrapper.layout-two {
  height: 750px;
  flex-direction: column;
}

.ansarel-post-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
.ansarel-post-item .ansarel-inner .ansarel-category {
  width: 100%;
}
.ansarel-post-item .ansarel-inner.ansarel-inner-bg {
  padding: 25px;
  background-color: #eee;
}
.ansarel-post-item .ansarel-inner .description {
  margin: 0;
}
.ansarel-post-item.overlay {
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.ansarel-post-item.overlay > .ansarel-category {
  position: absolute;
  margin: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
}
.ansarel-post-item.overlay > .ansarel-meta {
  position: absolute;
  margin: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
}
.ansarel-post-item.overlay.no-image {
  background-color: #bbb;
}
.ansarel-post-item.overlay .ansarel-img-wraper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  inset: 0;
  z-index: 1;
}
.ansarel-post-item.overlay .ansarel-inner {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.ansarel-post-item.overlay .ansarel-inner .ansarel-category {
  width: unset;
}
.ansarel-post-item.overlay .ansarel-img-wraper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.ansarel-post-item.overlay .ansarel-img-wraper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.ansarel-post-item:hover {
  background-position: center;
}
.ansarel-post-item:hover .ansarel-img-wraper img {
  transform: scale(1.1);
}
.ansarel-post-item.overlay {
  height: 100%;
  position: relative;
}
.ansarel-post-item.overlay .ansarel-title {
  color: #fff;
}
.ansarel-post-item.overlay > .ansarel-category {
  position: absolute;
  margin: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  z-index: 2;
}
.ansarel-post-item.overlay > .ansarel-meta {
  position: absolute;
  margin: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  z-index: 2;
  color: #fff;
}
.ansarel-post-item.overlay > .ansarel-meta a {
  color: #fff;
  text-decoration: none;
}
.ansarel-post-item.overlay .ansarel-img-wraper::before {
  content: "";
  inset: 0;
  background-color: #FF007F;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  opacity: 0.4;
}
.ansarel-post-item.overlay .ansarel-inner {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: unset;
  z-index: 1;
  position: absolute;
  inset: 0;
}
.ansarel-post-item.overlay .ansarel-inner .ansarel-category {
  width: unset;
}
.ansarel-post-item.overlay .ansarel-inner .ansarel-title {
  margin-bottom: 10px;
}
.ansarel-post-item.overlay .ansarel-excerpt {
  margin-bottom: 0;
  color: #fff;
}
.ansarel-post-item.overlay .ansarel-img-wraper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.ansarel-post-item.overlay .ansarel-img-wraper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.ansarel-post-item.overlay .ansarel-up-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.ansarel-post-item.overlay .ansarel-up-meta .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.ansarel-post-item.overlay .ansarel-up-meta .ansarel-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

/*---------- Post Grid  -----------*/
.ansarel-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.ansarel-post-grid + .ansarel-navigation {
  margin-top: 25px;
}
.ansarel-post-grid.slider {
  display: block;
}

/*---------- Grid Post One -----------*/
.ansarel-post-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}
.ansarel-post-item img {
  transition: 0.35s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ansarel-post-item .ansarel-img-wraper {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  line-height: 0;
}
.ansarel-post-item .ansarel-img-wraper > .ansarel-category {
  position: absolute;
  inset: 0;
  padding: 10px;
  display: flex;
  align-content: flex-start;
}
.ansarel-post-item .ansarel-img-wraper > .ansarel-category a {
  text-decoration: none;
}
.ansarel-post-item .ansarel-img-wraper > .img-link {
  z-index: 1;
}
.ansarel-post-item .ansarel-category {
  margin-bottom: 8px;
}
.ansarel-post-item .ansarel-title {
  margin-bottom: 8px;
}
.ansarel-post-item .ansarel-meta {
  margin-bottom: 16px;
}
.ansarel-post-item.category-top .ansarel-category {
  position: absolute;
  top: 20px;
}

.ansarel-post-item.layout-three {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: inherit;
}
.ansarel-post-item.layout-three .ansarel-inner {
  align-items: center;
}
.ansarel-post-item.layout-three .ansarel-img-wraper {
  width: 40%;
}
.ansarel-post-item.layout-three .ansarel-img-wraper + .ansarel-inner {
  padding-top: var(--inner-padding-top);
  padding-right: var(--inner-padding-right);
  padding-bottom: var(--inner-padding-bottom);
  padding-left: var(--inner-padding-left);
  flex: 1;
}
.ansarel-post-item.layout-three.no-image {
  display: flex;
}
.ansarel-post-item.layout-three.no-image .ansarel-inner {
  flex: 1;
}

.ansarel-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.ansarel-tags .single-tag {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #FF007F;
  fill: #FF007F;
}
.ansarel-tags .single-tag span {
  text-decoration: underline;
}

.img-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ansarel-counter {
  position: absolute;
  margin: auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.ansarel-navigation .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.ansarel-navigation .page-numbers .page-numbers {
  background-color: #eff2fe;
  color: #FF007F;
  align-items: center;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.5s;
  justify-content: center;
  min-width: 45px;
  min-height: 45px;
}
.ansarel-navigation .page-numbers .page-numbers.current, .ansarel-navigation .page-numbers .page-numbers:hover {
  background-color: #FF007F;
  color: #eff2fe;
}
.ansarel-navigation .page-numbers li {
  list-style: none;
}
.ansarel-navigation ul {
  margin: 0;
}

@media (max-width: 767px) {
  .ansarel-accordian-wrapper .ansarel-accordian-item .ansarel-post-item {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .ansarel-accordian-wrapper {
    height: 350px;
    flex-direction: row;
  }
  .ansarel-accordian-wrapper.layout-two {
    height: 750px;
    flex-direction: column;
  }
}
/* Filter hide */
.ansarel-post-item.ansarel-filter-hidden {
  display: none !important;
}

/* Filter animations */
.ansarel-post-item.ansarel-filter-hiding {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.ansarel-post-item.ansarel-filter-showing {
  animation: ansarel-card-in 0.3s ease forwards;
}

@keyframes ansarel-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pagination hide */
.ansarel-navigation.ansarel-pagination-hidden,
.ansarel-pagination-wrap.ansarel-pagination-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Filter bar pills */
.ansarel-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ansarel-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid currentColor;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4;
  padding: 6px 16px;
  border-radius: 100px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.ansarel-filter-btn:hover:not(.is-active) {
  opacity: 0.75;
  transform: translateY(-1px);
}

.ansarel-filter-btn.is-active {
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .ansarel-post-item.layout-three {
    flex-direction: column;
  }
  .ansarel-post-item.layout-three .ansarel-img-wraper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ansarel-post-item.layout-three {
    flex-direction: column;
  }
  .ansarel-post-item.layout-three .ansarel-img-wraper {
    width: 100%;
  }
}/*# sourceMappingURL=blog.css.map */