.elementor-158 .elementor-element.elementor-element-ec01df8{--display:flex;}.elementor-158 .elementor-element.elementor-element-1da4f6d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-b331edd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-5dbd7a5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-c5522b9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-327512c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-99ab4a4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1e92bf4 */.gmb-eco-hero,
.gmb-eco-hero *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-eco-hero{
  position:relative;
  width:100vw;
  min-height:90vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:160px 0 100px;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-eco-hero__bg-image{
  position:absolute;
  inset:0;
  background-image:url('http://gmb4u.com/wp-content/uploads/2026/05/photo-1462396240927-52058a6a84ec-scaled.avif');
  background-size:cover;
  background-position:center;
  filter:brightness(.30);
  transform:scale(1.04);
}

.gmb-eco-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(2,5,11,.95),rgba(5,15,35,.84),rgba(2,5,11,.96));
}

.gmb-eco-hero__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.24;
}

.gmb-eco-hero__glow{
  position:absolute;
  width:390px;
  height:390px;
  border-radius:50%;
  filter:blur(95px);
  opacity:.28;
  pointer-events:none;
}

.gmb-eco-hero__glow--blue{
  left:-130px;
  top:120px;
  background:#00aeef;
}

.gmb-eco-hero__glow--gold{
  right:-130px;
  bottom:80px;
  background:#ff9f1c;
}

.gmb-eco-hero__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.gmb-eco-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-eco-hero__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-eco-hero h1{
  margin:0;
  max-width:780px;
  color:#ffffff !important;
  font-size:clamp(38px,5vw,68px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:700 !important;
}

.gmb-eco-hero h1 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-eco-hero p{
  margin:24px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

.gmb-eco-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.gmb-eco-hero__btn{
  min-height:52px;
  padding:14px 26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700 !important;
  transition:.3s ease;
}

.gmb-eco-hero__btn:hover{
  transform:translateY(-4px);
}

.gmb-eco-hero__btn--gold{
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
}

.gmb-eco-hero__btn--outline{
  color:#ffffff !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(0,174,239,.5);
}

/* PANEL */
.gmb-eco-hero__panel{
  padding:34px;
  border-radius:38px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 34px 90px rgba(0,0,0,.36);
}

.gmb-eco-hero__circle{
  width:100%;
  aspect-ratio:1/1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  background:
    radial-gradient(circle at 50% 35%, rgba(0,174,239,.22), transparent 45%),
    radial-gradient(circle at 70% 80%, rgba(255,122,0,.18), transparent 40%),
    rgba(5,15,30,.72);
  border:1px solid rgba(255,255,255,.12);
}

.gmb-eco-hero__circle strong{
  color:#f7d47a !important;
  font-size:110px;
  line-height:1;
  font-weight:700 !important;
}

.gmb-eco-hero__circle span{
  max-width:260px;
  margin-top:12px;
  color:rgba(255,255,255,.78) !important;
  font-size:15px;
  line-height:1.6;
}

.gmb-eco-hero__mini-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.gmb-eco-hero__mini-grid span{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.82) !important;
  font-size:13px;
  font-weight:600 !important;
  text-align:center;
}

@media(max-width:980px){
  .gmb-eco-hero{
    padding:140px 0 90px;
  }

  .gmb-eco-hero__wrap{
    grid-template-columns:1fr;
    gap:46px;
  }
}

@media(max-width:640px){
  .gmb-eco-hero{
    padding:125px 0 75px;
  }

  .gmb-eco-hero__wrap{
    width:90%;
  }

  .gmb-eco-hero h1{
    font-size:36px;
  }

  .gmb-eco-hero p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-eco-hero__buttons{
    flex-direction:column;
  }

  .gmb-eco-hero__btn{
    width:100%;
  }

  .gmb-eco-hero__panel{
    padding:22px;
    border-radius:28px;
  }

  .gmb-eco-hero__circle strong{
    font-size:82px;
  }

  .gmb-eco-hero__mini-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb144c4 */.gmb-eco-list,
.gmb-eco-list *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-eco-list{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-eco-list__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.28);
  transform:scale(1.04);
}

.gmb-eco-list__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    135deg,
    rgba(2,5,11,.95),
    rgba(5,15,35,.84),
    rgba(2,5,11,.96)
  );
}

.gmb-eco-list__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.24;
}

.gmb-eco-list__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
}

/* HEAD */
.gmb-eco-list__head{
  max-width:880px;
  margin:0 auto 70px;
  text-align:center;
}

.gmb-eco-list__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:18px;
}

.gmb-eco-list__eyebrow::before,
.gmb-eco-list__eyebrow::after{
  content:"";
  width:42px;
  height:2px;
  margin:0 14px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-eco-list h2{
  margin:0;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,54px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700 !important;
}

.gmb-eco-list h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-eco-list__head p{
  max-width:760px;
  margin:22px auto 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* GRID */
.gmb-eco-list__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* CARD */
.gmb-eco-list__card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 26px 70px rgba(0,0,0,.28);
  transition:.35s ease;
}

.gmb-eco-list__card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,174,239,.16), transparent 40%),
    radial-gradient(circle at 80% 100%, rgba(255,122,0,.14), transparent 38%);
  pointer-events:none;
}

.gmb-eco-list__card:hover{
  transform:translateY(-8px);
  border-color:rgba(0,174,239,.42);
}

/* IMAGE 1:1 */
.gmb-eco-list__image{
  position:relative;
  z-index:2;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#071426;
}

.gmb-eco-list__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.08), rgba(2,5,11,.76)),
    radial-gradient(circle at 75% 20%, rgba(0,174,239,.24), transparent 35%);
  pointer-events:none;
}

.gmb-eco-list__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-eco-list__card:hover .gmb-eco-list__image img{
  transform:scale(1.08);
}

.gmb-eco-list__image span{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:3;
  width:56px;
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:13px;
  font-weight:700 !important;
  box-shadow:0 18px 35px rgba(212,166,58,.25);
}

/* BODY */
.gmb-eco-list__body{
  position:relative;
  z-index:2;
  padding:28px 24px 32px;
}

.gmb-eco-list__body h3{
  margin:0;
  color:#ffffff !important;
  font-size:21px;
  line-height:1.3;
  font-weight:700 !important;
}

.gmb-eco-list__body p{
  margin:12px 0 0;
  color:rgba(255,255,255,.74) !important;
  font-size:14px;
  line-height:1.75;
}

/* RESPONSIVE */
@media(max-width:980px){
  .gmb-eco-list{
    padding:90px 0;
  }

  .gmb-eco-list__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .gmb-eco-list{
    padding:75px 0;
  }

  .gmb-eco-list__wrap{
    width:90%;
  }

  .gmb-eco-list__head{
    text-align:left;
    margin-bottom:42px;
  }

  .gmb-eco-list__eyebrow{
    justify-content:flex-start;
    font-size:12px;
  }

  .gmb-eco-list__eyebrow::after{
    display:none;
  }

  .gmb-eco-list__eyebrow::before{
    margin-left:0;
  }

  .gmb-eco-list h2{
    font-size:34px;
  }

  .gmb-eco-list__head p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-eco-list__grid{
    grid-template-columns:1fr;
  }

  .gmb-eco-list__body h3{
    font-size:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-568aa7d */.gmb-eco-flow,
.gmb-eco-flow *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-eco-flow{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-eco-flow__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.28);
  transform:scale(1.04);
}

.gmb-eco-flow__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(2,5,11,.95),rgba(5,15,35,.84),rgba(2,5,11,.96));
}

.gmb-eco-flow__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.24;
}

.gmb-eco-flow__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

/* CONTENT */
.gmb-eco-flow__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-eco-flow__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-eco-flow h2{
  margin:0;
  max-width:720px;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,54px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700 !important;
}

.gmb-eco-flow h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-eco-flow__content > p{
  margin:22px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* STEPS */
.gmb-eco-flow__steps{
  margin-top:34px;
  display:grid;
  gap:16px;
}

.gmb-eco-flow__step{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.11);
  backdrop-filter:blur(16px);
  transition:.3s ease;
}

.gmb-eco-flow__step:hover{
  transform:translateX(8px);
  border-color:rgba(0,174,239,.4);
}

.gmb-eco-flow__step > span{
  width:48px;
  height:48px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:13px;
  font-weight:700 !important;
}

.gmb-eco-flow__step h3{
  margin:0;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.3;
  font-weight:700 !important;
}

.gmb-eco-flow__step p{
  margin:8px 0 0;
  color:rgba(255,255,255,.72) !important;
  font-size:14px;
  line-height:1.65;
}

/* VISUAL */
.gmb-eco-flow__visual{
  position:relative;
}

.gmb-eco-flow__image{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:38px;
  background:#071426;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 36px 90px rgba(0,0,0,.38),0 0 55px rgba(0,174,239,.13);
}

.gmb-eco-flow__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.05), rgba(2,5,11,.74)),
    radial-gradient(circle at 75% 20%, rgba(0,174,239,.24), transparent 35%);
}

.gmb-eco-flow__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-eco-flow__visual:hover .gmb-eco-flow__image img{
  transform:scale(1.06);
}

.gmb-eco-flow__float{
  position:absolute;
  right:-22px;
  bottom:36px;
  width:230px;
  padding:22px;
  border-radius:24px;
  background:rgba(5,15,30,.82);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 60px rgba(0,0,0,.36);
  z-index:3;
}

.gmb-eco-flow__float strong{
  display:block;
  color:#f7d47a !important;
  font-size:34px;
  line-height:1;
  font-weight:700 !important;
  margin-bottom:8px;
}

.gmb-eco-flow__float span{
  display:block;
  color:rgba(255,255,255,.78) !important;
  font-size:13px;
  line-height:1.6;
}

@media(max-width:980px){
  .gmb-eco-flow{
    padding:90px 0;
  }

  .gmb-eco-flow__wrap{
    grid-template-columns:1fr;
    gap:46px;
  }

  .gmb-eco-flow__visual{
    max-width:620px;
    margin:0 auto;
  }
}

@media(max-width:640px){
  .gmb-eco-flow{
    padding:75px 0;
  }

  .gmb-eco-flow__wrap{
    width:90%;
  }

  .gmb-eco-flow h2{
    font-size:34px;
  }

  .gmb-eco-flow__content > p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-eco-flow__step{
    grid-template-columns:1fr;
  }

  .gmb-eco-flow__step:hover{
    transform:translateY(-4px);
  }

  .gmb-eco-flow__float{
    right:16px;
    bottom:16px;
    width:185px;
    padding:18px;
  }

  .gmb-eco-flow__float strong{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80364b9 */.gmb-eco-process,
.gmb-eco-process *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-eco-process{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:115px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-eco-process__bg-image{
  position:absolute;
  inset:0;
  background-image:url('http://gmb4u.com/wp-content/uploads/2026/05/illuminated-earth-map-black-background_266732-5191.avif');
  background-size:cover;
  background-position:center;
  filter:brightness(.28);
  transform:scale(1.04);
}

.gmb-eco-process__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(2,5,11,.96) 0%,
      rgba(5,15,35,.86) 48%,
      rgba(2,5,11,.97) 100%
    );
}

.gmb-eco-process__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-eco-process__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

/* LEFT */
.gmb-eco-process__left{
  position:relative;
}

.gmb-eco-process__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-eco-process__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-eco-process h2{
  margin:0;
  max-width:720px;
  color:#ffffff !important;
  font-size:clamp(34px,4vw,54px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700 !important;
}

.gmb-eco-process h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-eco-process__left > p{
  margin:22px 0 0;
  max-width:660px;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.85;
}

/* IMAGE */
.gmb-eco-process__image{
  position:relative;
  margin-top:38px;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:38px;
  background:#071426;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 34px 90px rgba(0,0,0,.38),
    0 0 55px rgba(0,174,239,.12);
}

.gmb-eco-process__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.6s ease;
}

.gmb-eco-process__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(2,5,11,.05), rgba(2,5,11,.78)),
    radial-gradient(circle at 75% 18%, rgba(0,174,239,.26), transparent 36%),
    radial-gradient(circle at 15% 90%, rgba(255,122,0,.22), transparent 36%);
  pointer-events:none;
}

.gmb-eco-process__image:hover img{
  transform:scale(1.06);
}

.gmb-eco-process__image-badge{
  position:absolute;
  left:26px;
  bottom:26px;
  z-index:3;
  width:260px;
  padding:22px;
  border-radius:24px;
  background:rgba(5,15,30,.84);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  box-shadow:0 20px 50px rgba(0,0,0,.36);
}

.gmb-eco-process__image-badge strong{
  display:block;
  color:#f7d47a !important;
  font-size:30px;
  line-height:1;
  font-weight:700 !important;
  margin-bottom:8px;
}

.gmb-eco-process__image-badge span{
  display:block;
  color:rgba(255,255,255,.78) !important;
  font-size:13px;
  line-height:1.6;
}

/* RIGHT */
.gmb-eco-process__right{
  position:relative;
  display:grid;
  gap:20px;
}

.gmb-eco-process__right::before{
  content:"";
  position:absolute;
  left:32px;
  top:34px;
  bottom:34px;
  width:2px;
  background:linear-gradient(180deg,#00aeef,#d4a63a,#ff7a00);
  opacity:.75;
  box-shadow:0 0 20px rgba(0,174,239,.28);
}

.gmb-eco-process__step{
  position:relative;
  display:grid;
  grid-template-columns:74px 1fr;
  gap:22px;
  align-items:flex-start;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
  transition:.3s ease;
}

.gmb-eco-process__step:nth-child(even){
  margin-left:38px;
}

.gmb-eco-process__step:hover{
  transform:translateX(8px);
  border-color:rgba(0,174,239,.38);
  background:rgba(255,255,255,.085);
}

.gmb-eco-process__num{
  position:relative;
  z-index:2;
  width:62px;
  height:62px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  font-size:14px;
  font-weight:700 !important;
  box-shadow:0 18px 40px rgba(212,166,58,.25);
}

.gmb-eco-process__step h3{
  margin:0;
  color:#ffffff !important;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:700 !important;
}

.gmb-eco-process__step p{
  margin:10px 0 0;
  color:rgba(255,255,255,.74) !important;
  font-size:14.5px;
  line-height:1.75;
}

/* RESPONSIVE */
@media(max-width:980px){
  .gmb-eco-process{
    padding:90px 0;
  }

  .gmb-eco-process__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .gmb-eco-process__image{
    max-width:620px;
  }
}

@media(max-width:640px){
  .gmb-eco-process{
    padding:75px 0;
  }

  .gmb-eco-process__wrap{
    width:90%;
  }

  .gmb-eco-process h2{
    font-size:34px;
  }

  .gmb-eco-process__left > p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-eco-process__image{
    border-radius:28px;
  }

  .gmb-eco-process__image-badge{
    left:16px;
    right:16px;
    bottom:16px;
    width:auto;
    padding:18px;
  }

  .gmb-eco-process__image-badge strong{
    font-size:25px;
  }

  .gmb-eco-process__right{
    gap:16px;
  }

  .gmb-eco-process__right::before{
    display:none;
  }

  .gmb-eco-process__step,
  .gmb-eco-process__step:nth-child(even){
    margin-left:0;
  }

  .gmb-eco-process__step{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:24px;
  }

  .gmb-eco-process__step:hover{
    transform:translateY(-5px);
  }

  .gmb-eco-process__num{
    width:54px;
    height:54px;
  }

  .gmb-eco-process__step h3{
    font-size:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55c74a8 */.gmb-eco-cta,
.gmb-eco-cta *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-eco-cta{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:95px 0;
  background:#02050b;
  color:#ffffff !important;
}

.gmb-eco-cta__bg-image{
  position:absolute;
  inset:0;
  background-image:url('YOUR-BACKGROUND.jpg');
  background-size:cover;
  background-position:center;
  filter:brightness(.26);
  transform:scale(1.04);
}

.gmb-eco-cta__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    135deg,
    rgba(2,5,11,.96),
    rgba(5,15,35,.84),
    rgba(2,5,11,.97)
  );
}

.gmb-eco-cta__grid-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
}

.gmb-eco-cta__wrap{
  position:relative;
  z-index:2;
  width:min(1280px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:44px;
  align-items:center;
  padding:48px;
  border-radius:42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
  box-shadow:
    0 34px 90px rgba(0,0,0,.34),
    inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-eco-cta__wrap::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:42px;
  background:
    radial-gradient(circle at 15% 50%, rgba(0,174,239,.22), transparent 32%),
    radial-gradient(circle at 88% 50%, rgba(255,122,0,.18), transparent 34%);
  pointer-events:none;
}

.gmb-eco-cta__content,
.gmb-eco-cta__action{
  position:relative;
  z-index:2;
}

.gmb-eco-cta__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#f7d47a !important;
  font-size:13px;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:18px;
}

.gmb-eco-cta__eyebrow::before{
  content:"";
  width:42px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,#00aeef,#d4a63a);
}

.gmb-eco-cta h2{
  margin:0;
  max-width:780px;
  color:#ffffff !important;
  font-size:clamp(32px,4vw,52px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:700 !important;
}

.gmb-eco-cta h2 span{
  display:block;
  background:linear-gradient(90deg,#00aeef,#ffffff 42%,#d4a63a 78%,#ff7a00);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent !important;
}

.gmb-eco-cta p{
  max-width:720px;
  margin:20px 0 0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px;
  line-height:1.8;
}

.gmb-eco-cta__action{
  display:grid;
  gap:14px;
  min-width:230px;
}

.gmb-eco-cta__btn{
  min-height:54px;
  padding:14px 26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none !important;
  font-size:14px;
  font-weight:700 !important;
  white-space:nowrap;
  transition:.3s ease;
}

.gmb-eco-cta__btn:hover{
  transform:translateY(-4px);
}

.gmb-eco-cta__btn--gold{
  background:linear-gradient(135deg,#ffe08a,#d4a63a,#ff7a00);
  color:#06101d !important;
  box-shadow:0 20px 45px rgba(212,166,58,.24);
}

.gmb-eco-cta__btn--outline{
  color:#ffffff !important;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(0,174,239,.5);
}

@media(max-width:880px){
  .gmb-eco-cta__wrap{
    grid-template-columns:1fr;
  }

  .gmb-eco-cta__action{
    display:flex;
    flex-wrap:wrap;
  }
}

@media(max-width:640px){
  .gmb-eco-cta{
    padding:75px 0;
  }

  .gmb-eco-cta__wrap{
    width:90%;
    padding:30px 24px;
    border-radius:28px;
  }

  .gmb-eco-cta__wrap::before{
    border-radius:28px;
  }

  .gmb-eco-cta h2{
    font-size:32px;
  }

  .gmb-eco-cta p{
    font-size:15px;
    line-height:1.75;
  }

  .gmb-eco-cta__action{
    display:grid;
    min-width:0;
  }

  .gmb-eco-cta__btn{
    width:100%;
    white-space:normal;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0b1f47 */.gmb-pro-footer,
.gmb-pro-footer *{
  box-sizing:border-box;
  font-family:'Poppins','Montserrat',Arial,sans-serif !important;
}

.gmb-pro-footer{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(0,174,239,.22), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(245,178,48,.18), transparent 30%),
    linear-gradient(135deg,#020711 0%,#061426 48%,#010409 100%);
  color:#ffffff !important;
  padding:90px 0 0;
  border-top:2px solid rgba(0,174,239,.55);
}

.gmb-pro-footer__grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.16;
}

.gmb-pro-footer__glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(100px);
  opacity:.28;
  pointer-events:none;
}

.gmb-pro-footer__glow--blue{
  left:-160px;
  top:80px;
  background:#00aeef;
}

.gmb-pro-footer__glow--gold{
  right:-160px;
  bottom:-80px;
  background:#f5b230;
}

.gmb-pro-footer__wrap{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.45fr .9fr;
  gap:60px;
  padding-bottom:64px;
}

.gmb-pro-footer__brand img{
  width:260px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 18px rgba(0,174,239,.28));
}

.gmb-pro-footer__line{
  display:block;
  width:70px;
  height:3px;
  margin:30px 0 24px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__brand p{
  margin:0;
  max-width:420px;
  color:rgba(255,255,255,.76) !important;
  font-size:15px;
  line-height:1.9;
}

.gmb-pro-footer__links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.gmb-pro-footer h3{
  margin:0 0 24px;
  color:#ffffff !important;
  font-size:18px;
  line-height:1.3;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.gmb-pro-footer h3::after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-top:12px;
  border-radius:99px;
  background:linear-gradient(90deg,#f5b230,#00aeef);
}

.gmb-pro-footer__links a{
  display:block;
  position:relative;
  color:rgba(255,255,255,.72) !important;
  text-decoration:none !important;
  font-size:14.5px;
  line-height:1.55;
  padding:0 0 15px 18px;
  transition:.25s ease;
}

.gmb-pro-footer__links a::before{
  content:">";
  position:absolute;
  left:0;
  top:0;
  color:#00aeef;
  font-weight:700;
}

.gmb-pro-footer__links a:hover{
  color:#f5b230 !important;
  transform:translateX(5px);
}

.gmb-pro-footer__contact{
  display:grid;
  align-content:start;
  gap:18px;
}

.gmb-pro-footer__info{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:flex-start;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(0,174,239,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.gmb-pro-footer__info span{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff !important;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg,#061426,#02101f);
  border:1px solid rgba(0,174,239,.55);
  box-shadow:0 0 22px rgba(0,174,239,.25);
  font-size:13px;
  font-weight:700 !important;
}

.gmb-pro-footer__info p,
.gmb-pro-footer__info a{
  margin:0;
  color:rgba(255,255,255,.74) !important;
  font-size:14px;
  line-height:1.75;
  text-decoration:none !important;
}

.gmb-pro-footer__info a:hover{
  color:#f5b230 !important;
}

.gmb-pro-footer__bottom{
  position:relative;
  z-index:2;
  width:min(1320px,92%);
  margin:0 auto;
  padding:26px 0;
  border-top:1px solid rgba(0,174,239,.22);
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}

.gmb-pro-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.55) !important;
  font-size:13px;
}

.gmb-pro-footer__bottom strong{
  color:#f5b230 !important;
  font-size:13px;
  font-weight:700 !important;
  letter-spacing:.28em;
}

@media(max-width:1050px){
  .gmb-pro-footer__wrap{
    grid-template-columns:1fr;
    gap:44px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:720px){
  .gmb-pro-footer{
    padding-top:70px;
  }

  .gmb-pro-footer__wrap,
  .gmb-pro-footer__bottom{
    width:90%;
  }

  .gmb-pro-footer__brand img{
    width:210px;
  }

  .gmb-pro-footer__links{
    grid-template-columns:1fr;
    gap:28px;
  }

  .gmb-pro-footer__info{
    grid-template-columns:1fr;
  }

  .gmb-pro-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .gmb-pro-footer__bottom strong{
    letter-spacing:.18em;
    line-height:1.7;
  }
}/* End custom CSS */