.elementor-1625 .elementor-element.elementor-element-d6c8a37{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9874088 */.blog-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.blog-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.blog-subtitle {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.blog-filters {
  text-align: center;
  margin-bottom: 30px;
}

.filter-btn {
  padding: 10px 18px;
  margin: 5px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  border-radius: 25px;
  transition: background 0.3s;
}

.filter-btn.active, .filter-btn:hover {
  background: #0073e6;
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding-bottom: 15px;
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-card .category {
  display: inline-block;
  margin: 15px;
  font-size: 0.9rem;
  color: #0073e6;
  font-weight: bold;
}

.blog-card h3 {
  margin: 0 15px 10px;
  font-size: 1.2rem;
}

.blog-card p {
  margin: 0 15px 15px;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
}

.blog-card a {
  display: inline-block;
  margin: 0 15px;
  color: #0073e6;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */