.elementor-1586 .elementor-element.elementor-element-3e5a0aa{--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-ab24583 */.blog-page{
  width:100%;
  background:#ffffff;
  color:#021126;
  font-family:'Poppins',sans-serif;
  padding:90px 8%;
}

.blog-hero{
  text-align:center;
  max-width:1000px;
  margin:0 auto 80px;
}

.blog-tag{
  color:#86BB46;
  font-weight:700;
  letter-spacing:1px;
  font-size:15px;
}

.blog-hero h1{
  font-size:70px;
  line-height:1.1;
  margin:22px 0;
  font-weight:800;
}

.blog-hero h1 span{
  color:#86BB46;
  display:block;
}

.blog-hero p{
  font-size:20px;
  line-height:1.8;
  color:#555;
}

.hero-buttons{
  margin-top:35px;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.btn-primary,
.btn-outline,
.read-btn,
.bottom-btn{
  text-decoration:none;
  border-radius:50px;
  font-weight:700;
  transition:0.3s;
}

.btn-primary{
  background:#86BB46;
  color:#fff !important;
  padding:16px 36px;
}

.btn-primary:hover{
  background:#021126;
  transform:translateY(-5px);
}

.btn-outline{
  border:2px solid #86BB46;
  color:#86BB46 !important;
  padding:14px 36px;
}

.btn-outline:hover{
  background:#86BB46;
  color:#fff !important;
}

.blog-layout{
  display:grid;
  grid-template-columns:2fr 0.8fr;
  gap:40px;
}

.blog-card{
  background:#fff;
  border:2px solid #e8e8e8;
  border-radius:30px;
  padding:45px;
  margin-bottom:35px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.blog-card h2{
  font-size:38px;
  color:#021126;
  margin-bottom:20px;
}

.blog-card h3{
  font-size:28px;
  margin:30px 0 15px;
  color:#86BB46;
}

.blog-card p{
  font-size:18px;
  line-height:1.9;
  color:#555;
  margin-bottom:18px;
}

.blog-card ul{
  padding-left:20px;
  margin-bottom:30px;
}

.blog-card li{
  font-size:17px;
  color:#333;
  margin-bottom:12px;
}

.mini-graph{
  background:#f7f9f4;
  border-radius:25px;
  padding:30px;
  margin:35px 0;
}

.graph-item{
  margin-bottom:20px;
}

.graph-item span{
  display:block;
  font-weight:700;
  margin-bottom:8px;
}

.graph-line{
  width:100%;
  height:14px;
  background:#e5e5e5;
  border-radius:50px;
  overflow:hidden;
}

.graph-line b{
  display:block;
  height:100%;
  background:linear-gradient(90deg,#86BB46,#021126);
  border-radius:50px;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:35px 0;
}

.stat-box{
  background:#f7f9f4;
  border:2px solid #dce9cb;
  border-radius:22px;
  padding:25px;
  text-align:center;
}

.stat-box h4{
  font-size:40px;
  color:#86BB46;
}

.stat-box p{
  margin:0;
  color:#021126;
  font-weight:600;
}

.read-btn{
  display:inline-block;
  background:#86BB46;
  color:#fff !important;
  padding:14px 32px;
}

.read-btn:hover{
  background:#021126;
}

.sidebar-box{
  background:#f7f9f4;
  border:2px solid #dce9cb;
  border-radius:28px;
  padding:30px;
  margin-bottom:30px;
}

.sidebar-box h3{
  font-size:26px;
  margin-bottom:20px;
  color:#021126;
}

.sidebar-box a{
  display:block;
  text-decoration:none;
  color:#021126;
  font-weight:600;
  margin-bottom:14px;
  transition:0.3s;
}

.sidebar-box a:hover{
  color:#86BB46;
  padding-left:8px;
}

.highlight-box{
  background:#021126;
  color:#fff;
}

.highlight-box h3,
.highlight-box p{
  color:#fff;
}

.highlight-box p{
  line-height:1.7;
  margin-bottom:20px;
}

.highlight-box a{
  background:#86BB46;
  color:#fff !important;
  padding:14px 25px;
  border-radius:50px;
  text-align:center;
}

.bottom-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:70px;
  flex-wrap:wrap;
}

.bottom-btn{
  background:#86BB46;
  color:#fff !important;
  padding:16px 35px;
}

.home-btn{
  background:#021126;
}

.bottom-btn:hover{
  transform:translateY(-5px);
  opacity:0.9;
}

@media(max-width:1000px){
  .blog-layout{
    grid-template-columns:1fr;
  }

  .blog-hero h1{
    font-size:48px;
  }
}

@media(max-width:767px){
  .blog-page{
    padding:60px 5%;
  }

  .blog-hero h1{
    font-size:38px;
  }

  .blog-card{
    padding:30px 22px;
  }

  .blog-card h2{
    font-size:30px;
  }

  .stats-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */