.elementor-1465 .elementor-element.elementor-element-826a2c6{--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-1465 .elementor-element.elementor-element-826a2c6:not(.elementor-motion-effects-element-type-background), .elementor-1465 .elementor-element.elementor-element-826a2c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-1465 .elementor-element.elementor-element-5d44a3a{width:100%;max-width:100%;}.elementor-1465 .elementor-element.elementor-element-70ed4b4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1465 .elementor-element.elementor-element-10094d9{--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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1465 .elementor-element.elementor-element-4e14cfe .elementor-button:hover, .elementor-1465 .elementor-element.elementor-element-4e14cfe .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-1465 .elementor-element.elementor-element-3be079c{--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-1465 .elementor-element.elementor-element-a1aa6f0 .elementor-button:hover, .elementor-1465 .elementor-element.elementor-element-a1aa6f0 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-1465 .elementor-element.elementor-element-4233d6a{--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;}@media(min-width:768px){.elementor-1465 .elementor-element.elementor-element-10094d9{--width:50%;}.elementor-1465 .elementor-element.elementor-element-3be079c{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-5d44a3a */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#fff;
  overflow-x:hidden;
}

.google-ads-section{
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  padding:40px;
  background:#fff;
}

.left-content{
  flex:1;
}

.left-content h1{
  font-size:82px;
  line-height:1.1;
  color:#000;
  font-weight:800;
}

.left-content h1 span{
  color:#86BB46;
  text-shadow:0 0 18px rgba(134,187,70,0.45);
}

.line{
  width:130px;
  height:4px;
  background:linear-gradient(90deg,#86BB46,#000);
  margin:30px 0;
  border-radius:20px;
}

.left-content p{
  font-size:23px;
  line-height:1.8;
  color:#111;
  max-width:720px;
  margin-bottom:55px;
}

.features{
  display:flex;
  gap:35px;
  flex-wrap:wrap;
}

.feature-box{
  display:flex;
  align-items:flex-start;
  gap:18px;
  max-width:220px;
}

.feature-box i{
  font-size:38px;
  color:#86BB46;
  text-shadow:0 0 15px rgba(134,187,70,0.55);
}

.feature-box p{
  font-size:17px;
  line-height:1.5;
  color:#000;
  margin:0;
}

.right-content{
  flex:1;
  min-height:650px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.main-card{
  width:520px;
  min-height:440px;
  background:#fff;
  border:2px solid rgba(134,187,70,0.45);
  border-radius:35px;
  padding:50px;
  box-shadow:0 25px 70px rgba(134,187,70,0.25);
}

.main-card h2{
  font-size:48px;
  color:#000;
  margin-bottom:30px;
}

.search-bar{
  width:100%;
  height:55px;
  background:#f4f4f4;
  border:2px solid #86BB46;
  border-radius:50px;
  margin-bottom:35px;
}

.website-card{
  padding:30px;
  border-radius:25px;
  background:#f7f7f7;
  border:1px solid rgba(0,0,0,0.08);
}

.website-card span{
  font-size:16px;
  color:#333;
}

.website-card h3{
  color:#000;
  font-size:34px;
  margin:15px 0;
}

.website-card p{
  color:#222;
  font-size:18px;
  line-height:1.6;
  margin-bottom:20px;
}

.website-card a{
  color:#86BB46;
  font-size:24px;
  font-weight:700;
  text-decoration:none;
}

.stats-box{
  position:absolute;
  width:180px;
  padding:25px;
  border-radius:22px;
  background:#fff;
  border:2px solid rgba(134,187,70,0.55);
  box-shadow:0 20px 45px rgba(134,187,70,0.28);
}

.stats-box span{
  color:#111;
  font-size:16px;
}

.stats-box h3{
  font-size:42px;
  color:#000;
  margin:12px 0;
}

.stats-box p{
  font-size:22px;
  color:#86BB46;
  font-weight:800;
}

.box1{top:60px;left:20px;}
.box2{top:50px;right:10px;}
.box3{bottom:120px;left:0;}
.box4{bottom:120px;right:10px;}

@media(max-width:1100px){
  .google-ads-section{
    flex-direction:column;
    padding:30px 20px;
  }

  .left-content h1{
    font-size:55px;
  }

  .right-content{
    width:100%;
  }
}

@media(max-width:768px){
  .left-content h1{
    font-size:42px;
  }

  .left-content p{
    font-size:18px;
  }

  .main-card{
    width:100%;
    padding:30px;
  }

  .stats-box{
    position:relative;
    width:100%;
    margin-bottom:18px;
  }

  .box1,.box2,.box3,.box4{
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .right-content{
    flex-direction:column;
    gap:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7687a2f */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

.ads-benefits-process{
  width:100%;
  padding:50px 25px;
  background:#ffffff;
  color:#000000;
}

/* BENEFITS */

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-bottom:90px;
}

.benefit-card{
  display:flex;
  align-items:center;
  gap:25px;
  padding:35px 30px;
  border:1px solid rgba(134,187,70,0.45);
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 15px 35px rgba(134,187,70,0.15);
}

.benefit-icon{
  width:90px;
  height:90px;
  min-width:90px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #86BB46;
  box-shadow:0 0 25px rgba(134,187,70,0.65);
}

.benefit-icon i{
  font-size:36px;
  color:#86BB46;
}

.benefit-card h3{
  font-size:24px;
  color:#86BB46;
  margin-bottom:10px;
}

.benefit-card p{
  font-size:18px;
  line-height:1.5;
  color:#000000;
}

/* TITLE */

.process-title{
  text-align:center;
  font-size:46px;
  font-weight:800;
  margin-bottom:55px;
  color:#000000;
}

.process-title span{
  color:#86BB46;
}

/* PROCESS */

.process-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:30px;
  text-align:center;
}

.process-box{
  position:relative;
}

.process-icon{
  width:135px;
  height:135px;
  margin:0 auto 25px;
  border-radius:50%;
  border:3px solid #86BB46;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  box-shadow:0 0 30px rgba(134,187,70,0.65);
}

.process-icon i{
  font-size:45px;
  color:#86BB46;
}

.process-icon span{
  position:absolute;
  top:-8px;
  right:-8px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#000000;
  color:#ffffff;
  border:2px solid #ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:700;
}

.process-box h3{
  font-size:20px;
  color:#86BB46;
  margin-bottom:15px;
}

.process-box p{
  font-size:16px;
  line-height:1.6;
  color:#000000;
  max-width:230px;
  margin:auto;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .benefit-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .process-row{
    grid-template-columns:repeat(2,1fr);
    row-gap:50px;
  }
}

@media(max-width:768px){
  .benefit-grid{
    grid-template-columns:1fr;
  }

  .benefit-card{
    flex-direction:column;
    text-align:center;
  }

  .process-title{
    font-size:34px;
  }

  .process-row{
    grid-template-columns:1fr;
  }
}/* End custom CSS */