.elementor-635 .elementor-element.elementor-element-eebe0c0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-635 .elementor-element.elementor-element-eebe0c0.e-con{--align-self:flex-start;}.elementor-635 .elementor-element.elementor-element-f34db3d{--display:flex;--min-height:0px;--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;--justify-content:center;--gap:1px 1px;--row-gap:1px;--column-gap:1px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:1px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-635 .elementor-element.elementor-element-f34db3d{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-cadfc5b */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#ffffff;
  overflow-x:hidden;
  color:#86BB46;
}

/* HERO SECTION */

.hero{
  width:100%;
  min-height:100vh;
  padding:80px 8%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:60px;
  position:relative;
}

/* LEFT */

.hero-left{
  width:50%;
  z-index:2;
}

.tag{
  color:#86BB46;
  font-size:18px;
  font-weight:700;
  letter-spacing:1px;
}

.hero-left h1{
  font-size:85px;
  line-height:1.05;
  margin:30px 0;
  font-weight:800;
  color:#021126;
}

.hero-left h1 span{
  color:#86BB46;
  text-shadow:0 0 20px rgba(134,187,70,0.35);
}

.hero-left p{
  font-size:20px;
  line-height:1.9;
  max-width:650px;
  color:#4b5563;
}

/* BUTTONS */

.buttons{
  display:flex;
  gap:20px;
  margin-top:40px;
}

.btn{
  padding:16px 34px;
  border-radius:60px;
  text-decoration:none;
  font-size:17px;
  font-weight:600;
  transition:0.4s;
}

.primary{
  background:#86BB46;
  color:#fff;
  box-shadow:0 0 20px rgba(134,187,70,0.35);
}

.primary:hover{
  transform:translateY(-5px);
}

.secondary{
  border:2px solid #86BB46;
  color:#86BB46;
  background:#fff;
}

.secondary:hover{
  background:#86BB46;
  color:#fff;
}

/* FEATURES */

.features{
  display:flex;
  gap:25px;
  margin-top:70px;
  flex-wrap:wrap;
}

.feature-card{
  width:180px;
  padding:25px;
  border-radius:20px;
  background:#ffffff;

  border:1px solid rgba(134,187,70,0.25);

  box-shadow:
  0 5px 25px rgba(0,0,0,0.06);

  transition:0.4s;
}

.feature-card:hover{
  transform:translateY(-8px);

  box-shadow:
  0 0 30px rgba(134,187,70,0.2);
}

.feature-card i{
  font-size:35px;
  color:#86BB46;
  margin-bottom:18px;
}

.feature-card h4{
  font-size:18px;
  line-height:1.5;
  color:#021126;
}

/* RIGHT */

.hero-right{
  width:50%;
  position:relative;
}

.dashboard{
  width:100%;
  height:700px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* MAIN SEO CIRCLE */

.main-circle{
  width:380px;
  height:380px;
  border-radius:50%;

  background:
  radial-gradient(circle,
  rgba(134,187,70,0.15),
  rgba(134,187,70,0.02));

  border:2px solid rgba(134,187,70,0.3);

  display:flex;
  justify-content:center;
  align-items:center;

  box-shadow:
  0 0 50px rgba(134,187,70,0.18);

  position:relative;
}

.inner-circle{
  width:250px;
  height:250px;
  border-radius:50%;
  border:12px solid #86BB46;

  display:flex;
  justify-content:center;
  align-items:center;

  background:#fff;

  box-shadow:
  0 0 35px rgba(134,187,70,0.25);
}

.inner-circle span{
  font-size:85px;
  font-weight:800;
  color:#86BB46;
}

/* FLOATING BOX */

.floating-box{
  position:absolute;
  width:220px;
  padding:28px;

  border-radius:25px;

  background:#ffffff;

  border:1px solid rgba(134,187,70,0.25);

  box-shadow:
  0 10px 30px rgba(0,0,0,0.08);
}

.floating-box h5{
  font-size:18px;
  margin-bottom:15px;
  color:#021126;
}

.floating-box h2{
  font-size:52px;
  margin-bottom:10px;
  color:#021126;
}

.floating-box p{
  color:#86BB46;
  font-size:20px;
  font-weight:700;
}

.box1{
  top:40px;
  left:20px;
}

.box2{
  top:90px;
  right:10px;
}

.box3{
  bottom:100px;
  left:80px;
}

/* GRAPH LINE */

.graph-line{
  position:absolute;
  width:85%;
  height:4px;
  background:#86BB46;
  top:50%;
  border-radius:30px;

  box-shadow:
  0 0 20px rgba(134,187,70,0.4);
}

/* BARS */

.bars{
  position:absolute;
  bottom:70px;
  display:flex;
  gap:20px;
}

.bars span{
  width:55px;
  border-radius:12px 12px 0 0;

  background:linear-gradient(to top,#5e8d2d,#86BB46);

  box-shadow:
  0 0 20px rgba(134,187,70,0.25);
}

.bars span:nth-child(1){
  height:80px;
}

.bars span:nth-child(2){
  height:120px;
}

.bars span:nth-child(3){
  height:90px;
}

.bars span:nth-child(4){
  height:150px;
}

.bars span:nth-child(5){
  height:110px;
}

/* RESPONSIVE */

@media(max-width:1200px){

  .hero{
    flex-direction:column;
  }

  .hero-left,
  .hero-right{
    width:100%;
  }

  .hero-left h1{
    font-size:65px;
  }

}

@media(max-width:768px){

  .hero{
    padding:60px 6%;
  }

  .hero-left h1{
    font-size:50px;
  }

  .hero-left p{
    font-size:18px;
  }

  .buttons{
    flex-direction:column;
  }

  .dashboard{
    height:600px;
  }

  .main-circle{
    width:280px;
    height:280px;
  }

  .inner-circle{
    width:190px;
    height:190px;
  }

  .inner-circle span{
    font-size:55px;
  }

  .floating-box{
    width:170px;
    padding:20px;
  }

  .floating-box h2{
    font-size:36px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-482eed9 */.features{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  gap:25px;
  background:#ffffff;
  padding:40px 20px;
  flex-wrap:nowrap;
}

.feature-card{
  width:190px;
  height:150px;
  background:#ffffff;
  border:2px solid #86BB46;
  border-radius:20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#86BB46;
  box-shadow:0 8px 25px rgba(134,187,70,0.18);
  transition:0.4s ease;
}

.feature-card:hover{
  transform:translateY(-8px);
  background:#86BB46;
  color:#ffffff;
}

.feature-card i{
  font-size:35px;
  color:#86BB46;
  margin-bottom:15px;
}

.feature-card:hover i{
  color:#ffffff;
}

.feature-card h4{
  font-size:18px;
  font-weight:700;
  color:#86BB46;
}

.feature-card:hover h4{
  color:#ffffff;
}/* End custom CSS */