.elementor-2310 .elementor-element.elementor-element-c0c7e7e{--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-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2310 .elementor-element.elementor-element-0581b74{--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-2310 .elementor-element.elementor-element-7f4e063{--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-2310 .elementor-element.elementor-element-6a94b6f{--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-2310 .elementor-element.elementor-element-afdcb71{--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-2310 .elementor-element.elementor-element-dc0a60a{--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-2310 .elementor-element.elementor-element-dc0a60a:not(.elementor-motion-effects-element-type-background), .elementor-2310 .elementor-element.elementor-element-dc0a60a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #0F5132 0%, #4CAF50 50%);}.elementor-2310 .elementor-element.elementor-element-e481c0e{text-align:center;color:#FFFFFF;}.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-2310 .elementor-element.elementor-element-dd05153 .elementor-button{background-color:#10703F;}.elementor-2310 .elementor-element.elementor-element-dd05153 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-2310 .elementor-element.elementor-element-d84bcf0{--spacer-size:50px;}/* Start custom CSS for text-editor, class: .elementor-element-8944b8f */.nexus-sustainability{
  padding: 4px 20px 90px;
  max-width: 1050px;
  margin: auto;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b2a20;
}

/* HEADER */
.header{
  text-align: center;
  margin-bottom: 45px;
}

.kicker{
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #2f6b45;
  margin-bottom: 12px;
  font-weight: 600;
}

/* TITLE (NO clamp) */
.title{
  font-size: 70px; /* desktop default */
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: -1px;

  background: linear-gradient(135deg, #1f6f3f, #4caf50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.subtitle{
  font-size: 17px;
  line-height: 1.8;
  max-width: 780px;
  margin: auto;
  color: #3c4a40;
}

/* HIGHLIGHT */
.highlight{
  margin-top: 35px;
  padding: 22px 28px;
  border-left: 5px solid #1f6f3f;
  background: linear-gradient(135deg, rgba(31,111,63,0.08), rgba(76,175,80,0.05));
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  position: relative;
}

.highlight::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #1f6f3f;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 768px){
  .title{
    font-size: 48px;
  }

  .subtitle{
    font-size: 15px;
  }

  .highlight{
    font-size: 15px;
    padding: 18px 20px;
  }
}

@media (max-width: 480px){
  .title{
    font-size: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3842a9e */.ecosystem{
  padding: 0 20px 90px;
  text-align: center;
  background: transparent;
}

.icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.icon img{
  width: 18%;
  max-width: 18%%;
  height: auto;
  display: block;

  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.12));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon img:hover{
  transform: translateY(-3px) scale(1.03);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
}

.ecosystem h2{
  font-size: 38px;
  font-weight: 800;
  margin: 10px 0 15px;
  color: #1b2a20;
  letter-spacing: -0.5px;
}

.ecosystem p{
  max-width: 720px;
  margin: auto;
  font-size: 17px;
  line-height: 1.7;
  color: #4a5a4f;
}

@media (max-width: 768px){
  .ecosystem h2{
    font-size: 28px;
  }

  .ecosystem p{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bc945a6 */.partners{
  padding: 80px 20px;
  background: linear-gradient(180deg, #f7faf8, #ffffff);
  text-align: center;
}

.grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.card{
  padding: 25px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.card:hover{
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 40px rgba(31,111,63,0.15);
}

.card h3{
  color: #1f6f3f;
  margin-bottom: 8px;
}

.card p{
  margin: 0;
  color: #4a4a4a;
  line-height: 1.6;
}

/* MOBILE */
@media(max-width:768px){
  .grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-65a0a19 */.value{
  padding: 80px 20px;
  background: radial-gradient(circle at center, rgba(31,111,63,0.08), transparent 70%);
  text-align: center;
}

.box{
  max-width: 700px;
  margin: 30px auto;
  background: white;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
}

.value-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.value-list li{
  padding: 12px 0;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: #2b2b2b;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.value-list li:last-child{
  border-bottom: none;
}

.value-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  color: #1f6f3f;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b2d993a */.how{
  padding: 0 20px 90px;
  text-align: center;
}

.how h2{
  font-size: clamp(32px,5vw,44px);
  font-weight: 800;
  margin: 0 0 40px;
  color: #1b2a20;
  letter-spacing: -0.5px;
}

.steps{
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.step{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: 0.3s ease;
}

.step:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(31,111,63,0.12);
}

.num{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg,#1f6f3f,#4caf50);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text{
  font-size: 16px;
  color: #2b3a2f;
  text-align: left;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e481c0e */.join-nexus{
  padding: 50px 20px 0;
  text-align: center;
  background: transparent;
  margin-bottom: 0;
}

.join-nexus .container{
  max-width: 900px;
  margin: auto;
  padding-bottom: 0;
}

.join-nexus h2{
  font-size: 42px;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.join-nexus p{
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin: 10px auto 0;
  line-height: 1.6;
}

@media (max-width: 768px){
  .join-nexus h2{
    font-size: 32px;
  }

  .join-nexus p{
    font-size: 16px;
  }
}/* End custom CSS */