#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

.news-listing-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.news-listing-wrapper .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.news-listing-wrapper .category-menu-item.active {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}
.news-listing-wrapper .news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .news-listing-wrapper .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .news-listing-wrapper .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-listing-wrapper .news-grid .news-item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.news-listing-wrapper .news-grid .news-item:hover .news-image {
  transform: scale(1.05);
}
.news-listing-wrapper .news-grid .news-item:hover .news-title {
  color: #143db1;
}
.news-listing-wrapper .news-grid .news-item .news-thumbnail {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.news-listing-wrapper .news-grid .news-item .news-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.news-listing-wrapper .news-grid .news-item .news-meta {
  margin-bottom: 5px;
}
.news-listing-wrapper .news-grid .news-item .news-meta .news-date {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.news-listing-wrapper .news-grid .news-item .news-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
  line-height: 1.4;
}
.news-listing-wrapper .pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.news-listing-wrapper .pagination-container .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-listing-wrapper .pagination-container .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
.news-listing-wrapper .pagination-container .page-numbers:not(.current) {
  color: #222;
}
.news-listing-wrapper .pagination-container .page-numbers:not(.current):hover {
  background-color: #143db1;
  color: #fff;
}
.news-listing-wrapper .pagination-container .page-numbers:not(.current):hover svg path {
  stroke: #fff;
}
.news-listing-wrapper .pagination-container .page-numbers.current {
  background-color: #0d47a1;
  color: white;
}
.news-listing-wrapper .pagination-container .page-numbers.prev, .news-listing-wrapper .pagination-container .page-numbers.next {
  font-size: 16px;
}
.news-listing-wrapper .no-posts {
  text-align: center;
  padding: 40px 0;
  color: #666;
}

@media (max-width: 768px) {
  .news-listing-wrapper {
    padding: 30px 0;
  }
  .news-listing-wrapper .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .news-listing-wrapper .news-grid {
    margin-bottom: 30px;
  }
  .news-listing-wrapper .pagination-container {
    margin-top: 30px;
  }
}/*# sourceMappingURL=news-home.css.map */