.elementor-354 .elementor-element.elementor-element-726a6b7{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-726a6b7 */.posts-section {
  padding: 60px 20px;
  background: transparent;
  text-align: center;
}

.posts-title {
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #111;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: left;
}

.post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.post-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.post-content {
  padding: 15px;
}

.post-tag {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.post-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.post-content p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.read-more {
  font-size: 14px;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #111;
  transition: 0.3s;
}

.read-more:hover {
  opacity: 0.6;
}/* End custom CSS */