.elementor-1841 .elementor-element.elementor-element-55fc029{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-1841 .elementor-element.elementor-element-55fc029{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-761768f *//* HEADER */
.headerr{
  background:linear-gradient(135deg,#0c7c59,#1ea87a);
  padding:70px 20px;
  text-align:center;
  color:#fff;
}

.header h1{
  font-size:42px;
  margin-bottom:10px;
  color:#fff !important;
}

.header p{
  max-width:900px;
  margin:auto;
  font-size:18px;
  color:#fff !important;
}

/* CONTAINER */
.containerr{
  max-width:1200px;
  margin:60px auto;
  padding:0 20px;
}

/* SCHEME BOX */
.scheme{
  background:var(--white);
  border-radius:16px;
  padding:35px;
  margin-bottom:40px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  position:relative;
}

.scheme::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:7px;
  height:100%;
  background:var(--yellow);
  border-radius:16px 0 0 16px;
}

.scheme h2{
  color:var(--green);
  font-size:28px;
  margin-bottom:15px;
}

.scheme p{
  color:#444;
  margin-bottom:15px;
}

.scheme ul{
  margin-left:20px;
}

.scheme ul li{
  margin-bottom:10px;
  color:#333;
}

/* SUBSIDY */
.subsidy{
  background:linear-gradient(135deg,#f4b400,#ffd666);
  padding:50px 30px;
  border-radius:20px;
  text-align:center;
}

.subsidy h2{
  font-size:36px;
  margin-bottom:10px;
}

.subsidy p{
  font-size:18px;
  max-width:800px;
  margin:auto;
}

/* FOOTER */
.footer{
  background:#111827;
  color:#9ca3af;
  text-align:center;
  padding:20px;
  font-size:14px;
}/* End custom CSS */