.elementor-471 .elementor-element.elementor-element-e152393{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc481de */.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 40px 20px 80px;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: 0.4s;
}

.blog-card:hover {
  transform: translateY(-12px);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 25px;
}

.blog-content span {
  font-size: 13px;
  color: #FF7D29;
  font-weight: bold;
}

.blog-content h3 {
  margin: 12px 0;
  font-size: 20px;
  color: #222831;
}

.blog-content p {
  font-size: 15px;
  color: #555;
}

.blog-content a {
  display: inline-block;
  margin-top: 15px;
  color: #FF7D29;
  font-weight: bold;
  text-decoration: none;
}/* End custom CSS */