.elementor-726 .elementor-element.elementor-element-5089a44{--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;}/* Start custom CSS for html, class: .elementor-element-63a14ab */.blog {
  padding: 80px 20px;
  background: #0b0f19;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
}

.blog h1 {
  font-size: 34px;
  margin-bottom: 10px;
}

.subtitle {
  color: #aaa;
  max-width: 750px;
  margin: 0 auto 40px;
}

.categories {
  margin-bottom: 50px;
}

.categories span {
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  background: #11162a;
  border-radius: 20px;
  color: #4f8cff;
  font-size: 14px;
}

.section-title {
  margin: 50px 0 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.post {
  background: #11162a;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
}

.post h3 {
  margin-bottom: 10px;
}

.post p {
  color: #ccc;
  margin-bottom: 15px;
}

.post a {
  color: #4f8cff;
  text-decoration: none;
}

.blog-cta {
  margin-top: 70px;
  padding: 40px;
  background: #11162a;
  border-radius: 12px;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  background: #4f8cff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.secondary {
  background: transparent;
  border: 1px solid #4f8cff;
}/* End custom CSS */