.elementor-1576 .elementor-element.elementor-element-3d1f27a{--display:flex;}.elementor-1576 .elementor-element.elementor-element-066d2d4{--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;}.elementor-1576 .elementor-element.elementor-element-0dc5a79{--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-75f58e5 */.wp-analytics-hero{
  width:100%;
  min-height:100vh;
  background:#ffffff;
  padding:90px 8%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  font-family:'Poppins',sans-serif;
}

.wp-analytics-left,
.wp-analytics-right{
  flex:1;
}

.wp-tag{
  color:#86BB46;
  font-size:15px;
  font-weight:700;
  letter-spacing:1px;
}

.wp-analytics-left h1{
  font-size:78px;
  line-height:1.05;
  color:#021126;
  margin:22px 0;
  font-weight:800;
}

.wp-analytics-left h1 span{
  display:block;
  color:#86BB46;
}

.wp-analytics-left p{
  font-size:19px;
  line-height:1.8;
  color:#555;
  max-width:650px;
  margin-bottom:28px;
}

.wp-analytics-left ul{
  list-style:none;
  padding:0;
  margin:0 0 38px;
}

.wp-analytics-left li{
  font-size:18px;
  color:#021126;
  margin-bottom:15px;
  font-weight:500;
}

.wp-analytics-left li::before{
  content:"✓";
  background:#86BB46;
  color:#fff;
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-right:12px;
}

.wp-analytics-btn{
  display:inline-block;
  background:#86BB46;
  color:#fff !important;
  padding:17px 38px;
  border-radius:60px;
  text-decoration:none;
  font-size:17px;
  font-weight:700;
  box-shadow:0 12px 30px rgba(134,187,70,0.35);
  transition:0.3s ease;
}

.wp-analytics-btn:hover{
  background:#021126;
  transform:translateY(-5px);
}

.wp-dashboard{
  background:#f7f9f4;
  border:2px solid #dce9cb;
  border-radius:35px;
  padding:35px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.wp-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.wp-stats div{
  background:#fff;
  padding:24px;
  border-radius:22px;
  border:1px solid #e7e7e7;
}

.wp-stats p{
  color:#666;
  margin-bottom:8px;
}

.wp-stats h3{
  color:#021126;
  font-size:30px;
  margin-bottom:8px;
}

.wp-stats span{
  color:#86BB46;
  font-weight:700;
}

.wp-chart{
  height:280px;
  background:#fff;
  border-radius:30px;
  border:1px solid #e7e7e7;
  margin:28px 0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:22px;
  padding:35px;
}

.bar{
  width:35px;
  background:linear-gradient(180deg,#86BB46,#021126);
  border-radius:12px 12px 0 0;
}

.b1{height:90px;}
.b2{height:130px;}
.b3{height:170px;}
.b4{height:120px;}
.b5{height:210px;}
.b6{height:250px;}

.wp-table{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.wp-table div{
  background:#fff;
  padding:22px;
  border-radius:20px;
  border:1px solid #e7e7e7;
  text-align:center;
}

.wp-table span{
  display:block;
  color:#021126;
  font-weight:700;
  margin-bottom:8px;
}

.wp-table b{
  color:#86BB46;
  font-size:24px;
}

@media(max-width:1024px){
  .wp-analytics-hero{
    flex-direction:column;
    text-align:center;
  }

  .wp-analytics-left h1{
    font-size:52px;
  }
}

@media(max-width:767px){
  .wp-analytics-hero{
    padding:60px 5%;
  }

  .wp-analytics-left h1{
    font-size:40px;
  }

  .wp-stats,
  .wp-table{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3be61e */.analytics-benefits{
  width:100%;
  padding:100px 8%;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
}

.analytics-benefits h2{
  text-align:center;
  font-size:58px;
  line-height:1.2;
  color:#021126;
  margin-bottom:70px;
  font-weight:800;
}

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.benefit-card{
  background:#ffffff;
  border:2px solid #86BB46;
  border-radius:28px;
  padding:42px 30px;
  min-height:310px;
  transition:0.4s ease;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.benefit-icon{
  width:65px;
  height:65px;
  background:#86BB46;
  color:#ffffff;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:25px;
}

.benefit-card h3{
  font-size:28px;
  line-height:1.25;
  color:#021126;
  margin-bottom:18px;
  font-weight:800;
}

.benefit-card p{
  font-size:17px;
  line-height:1.8;
  color:#555;
}

.benefit-card:hover{
  background:#021126;
  transform:translateY(-10px);
  box-shadow:0 20px 50px rgba(134,187,70,0.25);
}

.benefit-card:hover h3,
.benefit-card:hover p{
  color:#ffffff;
}

@media(max-width:1100px){
  .benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .analytics-benefits{
    padding:70px 6%;
  }

  .analytics-benefits h2{
    font-size:38px;
  }

  .benefits-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45c8945 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#ffffff;
}

/* SECTION */

.report-process{
  width:100%;
  padding:110px 7%;
  background:#ffffff;
  overflow:hidden;
}

/* HEADER */

.process-header{
  text-align:center;
  margin-bottom:90px;
}

.process-header span{
  color:#86BB46;
  font-size:15px;
  font-weight:700;
  letter-spacing:1px;
}

.process-header h2{
  font-size:72px;
  color:#021126;
  margin:20px 0;
  line-height:1.1;
  font-weight:800;
}

.process-header p{
  max-width:850px;
  margin:auto;
  font-size:20px;
  line-height:1.8;
  color:#555;
}

/* TIMELINE */

.timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:30px;
}

/* LINE */

.timeline-line{
  position:absolute;
  width:85%;
  height:4px;
  background:linear-gradient(to right,#86BB46,#021126);
  top:55px;
  left:7%;
  border-radius:50px;
  z-index:1;
}

/* STEP BOX */

.step-box{
  position:relative;
  z-index:2;
  text-align:center;
}

/* CIRCLE */

.step-circle{
  width:110px;
  height:110px;
  background:#ffffff;
  border:3px solid #86BB46;
  color:#021126;
  margin:auto;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  box-shadow:0 15px 40px rgba(134,187,70,0.25);
  margin-bottom:35px;
  transition:0.4s ease;
}

.step-box:hover .step-circle{
  background:#86BB46;
  color:#ffffff;
  transform:translateY(-10px) scale(1.05);
}

/* TEXT */

.step-box h3{
  font-size:34px;
  line-height:1.3;
  color:#021126;
  margin-bottom:20px;
  font-weight:700;
}

.step-box p{
  font-size:18px;
  line-height:1.9;
  color:#555;
  max-width:300px;
  margin:auto;
}

/* RESPONSIVE */

@media(max-width:1200px){

  .timeline{
    grid-template-columns:repeat(2,1fr);
  }

  .timeline-line{
    display:none;
  }

}

@media(max-width:768px){

  .report-process{
    padding:80px 6%;
  }

  .process-header h2{
    font-size:42px;
  }

  .process-header p{
    font-size:17px;
  }

  .timeline{
    grid-template-columns:1fr;
    gap:50px;
  }

  .step-box h3{
    font-size:28px;
  }

  .step-box p{
    font-size:16px;
  }

}/* End custom CSS */