.elementor-11 .elementor-element.elementor-element-d64a2f5{--display:flex;}.elementor-11 .elementor-element.elementor-element-1fcc83e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-39446fc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-52e4519{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-b2ea43b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-72e1d4e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-0ec5602{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c28e65d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-fe0c877{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c949678{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-a52a1a2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7996ccb */.site-header,
.elementor-location-header,
header#masthead,
header.site-header{
  display:none !important;
}

html,
body{
  overflow-x:hidden !important;
  margin:0 !important;
}

body{
  padding-top:0 !important;
}

body.admin-bar .eko-header-final{
  top:32px;
}

.eko-header-final{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999999;
  font-family:"Poppins","Montserrat",Arial,sans-serif;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(13,35,21,.10);
  box-shadow:none;
  transition:.28s ease;
}

.eko-header-final.is-scrolled{
  background:rgba(255,255,255,.98);
  box-shadow:0 10px 28px rgba(13,35,21,.12);
}

.eko-header-final *{
  box-sizing:border-box;
}

.eko-announcement-final{
  height:34px;
  overflow:hidden;
  background:linear-gradient(135deg,#0d2315,#7aa100);
  transition:.28s ease;
}

.eko-header-final.is-scrolled .eko-announcement-final{
  height:26px;
}

.eko-announcement-track{
  height:100%;
  width:max-content;
  display:flex;
  align-items:center;
  animation:ekoAnnouncementMove 28s linear infinite;
}

.eko-announcement-track span{
  display:inline-flex;
  align-items:center;
  padding:0 34px;
  white-space:nowrap;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
  color:#fff;
}

.eko-announcement-track span:after{
  content:"";
  width:5px;
  height:5px;
  margin-left:34px;
  border-radius:50%;
  background:#d8b05a;
}

@keyframes ekoAnnouncementMove{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

.eko-main-final{
  width:100%;
  max-width:1400px;
  height:78px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  transition:.28s ease;
}

.eko-header-final.is-scrolled .eko-main-final{
  height:60px;
}

.eko-logo-final{
  text-decoration:none;
  line-height:1;
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.eko-logo-final img{
  display:block;
  max-height:64px;
  width:auto;
  transition:.28s ease;
}

.eko-header-final.is-scrolled .eko-logo-final img{
  max-height:48px;
}

.eko-nav-final{
  display:flex;
  align-items:center;
  gap:22px;
}

.eko-nav-final a{
  position:relative;
  color:rgba(13,35,21,.82);
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
  transition:.25s ease;
}

.eko-nav-final a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:linear-gradient(90deg,#7aa100,#d8b05a);
  transition:.25s ease;
}

.eko-nav-final a:hover,
.eko-nav-final a.active{
  color:#6f9700;
}

.eko-nav-final a:hover:after,
.eko-nav-final a.active:after{
  width:100%;
}

.eko-cta-final{
  min-height:46px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  color:#fff !important;
  font-size:13px;
  font-weight:900;
  background:linear-gradient(135deg,#7aa100,#587900);
  box-shadow:0 10px 24px rgba(122,161,0,.24);
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:.45px;
  transition:.25s ease;
}

.eko-cta-final:hover{
  transform:translateY(-2px);
  color:#fff !important;
}

.eko-toggle-final{
  display:none;
}

.eko-menu-btn-final{
  display:none;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(122,161,0,.28);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  background:rgba(255,255,255,.76);
}

.eko-menu-btn-final span{
  width:18px;
  height:2px;
  border-radius:999px;
  background:#6f9700;
}

/* IMPORTANT: supaya content hero tak duduk bawah header */
.eko-hero__wrap{
  padding-top:150px !important;
}

@media(max-width:1080px){
  .eko-nav-final{
    gap:16px;
  }

  .eko-nav-final a{
    font-size:13px;
  }
}

@media(max-width:980px){
  .eko-main-final{
    height:70px;
    padding:0 18px;
  }

  .eko-header-final.is-scrolled .eko-main-final{
    height:58px;
  }

  .eko-logo-final img{
    max-height:52px;
  }

  .eko-menu-btn-final{
    display:flex;
  }

  .eko-nav-final{
    position:absolute;
    left:18px;
    right:18px;
    top:104px;
    padding:18px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    border-radius:20px;
    background:rgba(255,255,255,.99);
    border:1px solid rgba(122,161,0,.18);
    box-shadow:0 20px 45px rgba(13,35,21,.18);
  }

  .eko-header-final.is-scrolled .eko-nav-final{
    top:84px;
  }

  .eko-nav-final a{
    width:100%;
    padding:14px 0;
    border-bottom:1px solid rgba(122,161,0,.10);
    font-size:14px;
  }

  .eko-nav-final a:last-child{
    border-bottom:0;
  }

  .eko-cta-final{
    display:none;
  }

  .eko-toggle-final:checked ~ .eko-nav-final{
    display:flex;
  }
}

@media(max-width:767px){
  body.admin-bar .eko-header-final{
    top:46px;
  }

  .eko-announcement-final{
    height:30px;
  }

  .eko-header-final.is-scrolled .eko-announcement-final{
    height:24px;
  }

  .eko-announcement-track{
    animation-duration:22s;
  }

  .eko-announcement-track span{
    font-size:10px;
    padding:0 24px;
  }

  .eko-logo-final img{
    max-height:48px;
  }

  .eko-hero__wrap{
    padding-top:125px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1612f06 */.eko-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 100vh;
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;
  background: linear-gradient(135deg, #f8fbf1 0%, #ffffff 42%, #eef7dc 100%);
  color: #0d2315;
}

.eko-hero * {
  box-sizing: border-box;
}

.eko-hero__bg::before,
.eko-hero__bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.eko-hero__bg::before {
  width: 460px;
  height: 460px;
  right: -120px;
  top: -120px;
  background: rgba(122, 161, 0, 0.16);
}

.eko-hero__bg::after {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: 80px;
  background: rgba(216, 176, 90, 0.16);
}

.eko-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 35, 21, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 35, 21, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  pointer-events: none;
}

.eko-hero__wrap {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 48px));
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  padding: 90px 0 40px;
}

.eko-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(122, 161, 0, 0.1);
  border: 1px solid rgba(122, 161, 0, 0.2);
  color: #5f8400;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.eko-hero__badge span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7aa100;
  box-shadow: 0 0 0 6px rgba(122, 161, 0, 0.12);
}

.eko-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -3px;
  font-weight: 900;
}

.eko-hero h1 strong {
  display: block;
  color: #6f9700;
}

.eko-hero__content > p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(13, 35, 21, 0.72);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.eko-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.eko-hero__points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(13, 35, 21, 0.08);
  box-shadow: 0 14px 35px rgba(13, 35, 21, 0.06);
  color: #17351f;
  font-size: 13px;
  font-weight: 700;
}

.eko-hero__points span::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7aa100;
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.eko-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.eko-hero__btn {
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.eko-hero__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7aa100, #587900);
  box-shadow: 0 18px 40px rgba(122, 161, 0, 0.28);
}

.eko-hero__btn--outline {
  color: #0d2315;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(13, 35, 21, 0.16);
}

.eko-hero__btn:hover {
  transform: translateY(-3px);
}

.eko-hero__contact {
  margin-top: 34px;
  padding-left: 18px;
  border-left: 4px solid #d8b05a;
}

.eko-hero__contact p {
  margin: 0 0 4px;
  color: rgba(13, 35, 21, 0.55);
  font-size: 14px;
  font-weight: 600;
}

.eko-hero__contact strong {
  font-size: 15px;
  color: #0d2315;
}

.eko-hero__visual {
  position: relative;
  min-height: 620px;
}

.eko-hero__image {
  position: absolute;
  inset: 40px 0 55px 45px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(13, 35, 21, 0.18);
}

.eko-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 35, 21, 0.45), transparent 55%);
}

.eko-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eko-hero__float,
.eko-hero__stats {
  position: absolute;
  z-index: 4;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(13, 35, 21, 0.14);
}

.eko-hero__float {
  width: 260px;
  padding: 20px;
  animation: ekoFloat 4s ease-in-out infinite;
}

.eko-hero__float strong {
  display: block;
  color: #0d2315;
  font-size: 17px;
  margin-bottom: 6px;
}

.eko-hero__float span {
  color: rgba(13, 35, 21, 0.62);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.eko-hero__float--one {
  top: 82px;
  left: 0;
}

.eko-hero__float--two {
  right: 0;
  bottom: 135px;
  animation-delay: 1.2s;
}

.eko-hero__stats {
  left: 5px;
  bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 360px;
  padding: 22px;
  gap: 18px;
}

.eko-hero__stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(122, 161, 0, 0.08);
}

.eko-hero__stats strong {
  display: block;
  font-size: 28px;
  color: #6f9700;
  line-height: 1;
}

.eko-hero__stats span {
  display: block;
  margin-top: 7px;
  color: rgba(13, 35, 21, 0.65);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.eko-hero__trust {
  position: relative;
  z-index: 3;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto 32px;
  min-height: 74px;
  border-radius: 24px;
  background: #0d2315;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(13, 35, 21, 0.18);
}

.eko-hero__trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  font-size: 13px;
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.eko-hero__trust span::before {
  content: "✓";
  margin-right: 8px;
  color: #d8b05a;
}

.eko-hero__trust span:last-child {
  border-right: 0;
}

@keyframes ekoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@media (max-width: 1024px) {
  .eko-hero__wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 70px;
  }

  .eko-hero__visual {
    min-height: 560px;
  }

  .eko-hero__image {
    inset: 35px 0 55px 0;
  }
}

@media (max-width: 768px) {
  .eko-hero {
    min-height: auto;
  }

  .eko-hero__wrap {
    width: min(100% - 28px, 1400px);
    padding: 55px 0 25px;
  }

  .eko-hero h1 {
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .eko-hero__content > p {
    font-size: 15px;
  }

  .eko-hero__points {
    gap: 9px;
  }

  .eko-hero__points span {
    width: 100%;
  }

  .eko-hero__actions {
    flex-direction: column;
  }

  .eko-hero__btn {
    width: 100%;
  }

  .eko-hero__visual {
    min-height: 520px;
  }

  .eko-hero__image {
    border-radius: 30px;
    inset: 35px 0 70px 0;
  }

  .eko-hero__float {
    width: 220px;
    padding: 16px;
  }

  .eko-hero__float--one {
    left: 12px;
    top: 12px;
  }

  .eko-hero__float--two {
    right: 12px;
    bottom: 95px;
  }

  .eko-hero__stats {
    left: 12px;
    right: 12px;
    bottom: 10px;
    width: auto;
    padding: 14px;
    gap: 10px;
  }

  .eko-hero__stats div {
    padding: 13px;
  }

  .eko-hero__trust {
    width: min(100% - 28px, 1400px);
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .eko-hero__trust span {
    justify-content: flex-start;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .eko-hero h1 {
    font-size: 38px;
  }

  .eko-hero__badge {
    font-size: 10px;
  }

  .eko-hero__visual {
    min-height: 470px;
  }

  .eko-hero__float {
    width: 200px;
  }

  .eko-hero__float strong {
    font-size: 15px;
  }

  .eko-hero__trust {
    grid-template-columns: 1fr;
  }

  .eko-hero__trust span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28cbc1c */.eko-about {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 110px 0;
  font-family: "Poppins", Arial, sans-serif;
  background: #ffffff;
  color: #0d2315;
}

.eko-about * {
  box-sizing: border-box;
}

.eko-about::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 120px;
  border-radius: 999px;
  background: rgba(122, 161, 0, 0.08);
  filter: blur(6px);
}

.eko-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(216, 176, 90, 0.12), transparent 26%),
    radial-gradient(circle at 88% 76%, rgba(122, 161, 0, 0.10), transparent 28%);
  pointer-events: none;
}

.eko-about__wrap {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.eko-about__visual {
  position: relative;
  min-height: 620px;
}

.eko-about__image {
  position: absolute;
  inset: 0 60px 0 0;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(13, 35, 21, 0.14);
}

.eko-about__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 2;
  pointer-events: none;
}

.eko-about__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 35, 21, 0.46), transparent 55%);
  z-index: 1;
}

.eko-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eko-about__card {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(13, 35, 21, 0.13);
  border-radius: 26px;
}

.eko-about__card--top {
  top: 55px;
  right: 0;
  width: 245px;
  padding: 22px;
}

.eko-about__card--top span {
  display: block;
  margin-bottom: 7px;
  color: rgba(13, 35, 21, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.eko-about__card--top strong {
  color: #6f9700;
  font-size: 22px;
  line-height: 1.15;
}

.eko-about__card--bottom {
  left: 35px;
  bottom: 48px;
  width: 320px;
  padding: 24px;
}

.eko-about__card--bottom strong {
  display: block;
  color: #0d2315;
  font-size: 18px;
  margin-bottom: 8px;
}

.eko-about__card--bottom p {
  margin: 0;
  color: rgba(13, 35, 21, 0.62);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

.eko-about__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(122, 161, 0, 0.1);
  border: 1px solid rgba(122, 161, 0, 0.18);
  color: #5f8400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.eko-about__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7aa100;
  box-shadow: 0 0 0 6px rgba(122, 161, 0, 0.12);
}

.eko-about h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.eko-about h2 strong {
  display: block;
  color: #6f9700;
}

.eko-about__content > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(13, 35, 21, 0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.eko-about__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.eko-about__features div {
  padding: 22px;
  border-radius: 24px;
  background: #f8fbf1;
  border: 1px solid rgba(13, 35, 21, 0.07);
  transition: 0.25s ease;
}

.eko-about__features div:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(13, 35, 21, 0.08);
}

.eko-about__features strong {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0d2315;
  color: #d8b05a;
  font-size: 13px;
  margin-bottom: 16px;
}

.eko-about__features h3 {
  margin: 0 0 8px;
  color: #0d2315;
  font-size: 16px;
  line-height: 1.3;
}

.eko-about__features p {
  margin: 0;
  color: rgba(13, 35, 21, 0.62);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.eko-about__btn {
  margin-top: 34px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(135deg, #7aa100, #587900);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  box-shadow: 0 18px 40px rgba(122, 161, 0, 0.25);
  transition: 0.25s ease;
}

.eko-about__btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 1100px) {
  .eko-about__wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .eko-about__visual {
    min-height: 560px;
    order: 2;
  }

  .eko-about__content {
    order: 1;
  }
}

@media (max-width: 768px) {
  .eko-about {
    padding: 75px 0;
  }

  .eko-about__wrap {
    width: min(100% - 28px, 1400px);
  }

  .eko-about h2 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .eko-about__content > p {
    font-size: 15px;
  }

  .eko-about__features {
    grid-template-columns: 1fr;
  }

  .eko-about__visual {
    min-height: 500px;
  }

  .eko-about__image {
    inset: 0;
    border-radius: 30px;
  }

  .eko-about__card--top {
    right: 12px;
    top: 25px;
    width: 220px;
  }

  .eko-about__card--bottom {
    left: 12px;
    right: 12px;
    bottom: 22px;
    width: auto;
  }

  .eko-about__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .eko-about h2 {
    font-size: 34px;
  }

  .eko-about__label {
    font-size: 10px;
  }

  .eko-about__visual {
    min-height: 460px;
  }

  .eko-about__card--top strong {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19952cf */.eko-why {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 110px 0;
  font-family: "Poppins", Arial, sans-serif;
  background: #0d2315;
  color: #fff;
}

.eko-why * {
  box-sizing: border-box;
}

.eko-why::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -220px;
  top: -180px;
  border-radius: 50%;
  background: rgba(122, 161, 0, .28);
  filter: blur(10px);
}

.eko-why::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -160px;
  bottom: -160px;
  border-radius: 50%;
  background: rgba(216, 176, 90, .18);
  filter: blur(10px);
}

.eko-why__wrap {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.eko-why__head {
  max-width: 850px;
  margin-bottom: 52px;
}

.eko-why__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(216, 176, 90, .12);
  border: 1px solid rgba(216, 176, 90, .25);
  color: #d8b05a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.eko-why__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8b05a;
  box-shadow: 0 0 0 6px rgba(216, 176, 90, .12);
}

.eko-why h2 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.02;
  letter-spacing: -2.4px;
  font-weight: 900;
}

.eko-why h2 strong {
  display: block;
  color: #d8b05a;
}

.eko-why__head p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
}

.eko-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.eko-why__card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  overflow: hidden;
  transition: .25s ease;
}

.eko-why__card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(122, 161, 0, .18);
}

.eko-why__card:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.1);
}

.eko-why__card--featured {
  background: linear-gradient(135deg, #7aa100, #587900);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 24px 70px rgba(122,161,0,.24);
}

.eko-why__number {
  font-size: 68px;
  line-height: 1;
  font-weight: 900;
  color: rgba(255,255,255,.32);
  margin-bottom: 34px;
}

.eko-why__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(216,176,90,.18), rgba(122,161,0,.12));
  border: 1px solid rgba(216,176,90,.24);
  margin-bottom: 38px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.eko-why__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #d8b05a;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eko-why__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.6px;
  font-weight: 900;
}

.eko-why__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.eko-why__card--cta {
  background: #fff;
  color: #0d2315;
  border-color: transparent;
}

.eko-why__card--cta span {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(122,161,0,.1);
  color: #5f8400;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eko-why__card--cta p {
  color: rgba(13,35,21,.65);
}

.eko-why__card--cta a {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7aa100, #587900);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

@media (max-width: 1024px) {
  .eko-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .eko-why {
    padding: 75px 0;
  }

  .eko-why__wrap {
    width: min(100% - 28px, 1400px);
  }

  .eko-why h2 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .eko-why__grid {
    grid-template-columns: 1fr;
  }

  .eko-why__card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .eko-why__card--cta a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c3834b */.eko-eligible{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:110px 0;
  font-family:"Poppins",Arial,sans-serif;
  background:linear-gradient(135deg,#f8fbf1 0%,#ffffff 48%,#eef7dc 100%);
  color:#0d2315;
}

.eko-eligible *{box-sizing:border-box;}

.eko-eligible__wrap{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
}

.eko-eligible__head{
  max-width:860px;
  margin-bottom:52px;
}

.eko-eligible__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(122,161,0,.1);
  border:1px solid rgba(122,161,0,.18);
  color:#5f8400;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.eko-eligible__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#7aa100;
  box-shadow:0 0 0 6px rgba(122,161,0,.12);
}

.eko-eligible h2{
  margin:0;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.02;
  letter-spacing:-2.4px;
  font-weight:900;
}

.eko-eligible h2 strong{
  display:block;
  color:#6f9700;
}

.eko-eligible__head p{
  max-width:740px;
  margin:24px 0 0;
  color:rgba(13,35,21,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

.eko-eligible__layout{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:28px;
  align-items:stretch;
}

.eko-eligible__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.eko-eligible__card{
  position:relative;
  padding:12px 12px 22px;
  border-radius:28px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(13,35,21,.08);
  box-shadow:0 18px 45px rgba(13,35,21,.06);
  transition:.25s ease;
  overflow:hidden;
}

.eko-eligible__card:hover{
  transform:translateY(-7px);
  box-shadow:0 26px 65px rgba(13,35,21,.1);
  border-color:rgba(122,161,0,.25);
}

.eko-eligible__img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:18px;
  background:#eef7dc;
  position:relative;
}

.eko-eligible__img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,35,21,.25),transparent 55%);
}

.eko-eligible__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.eko-eligible__card:hover .eko-eligible__img img{
  transform:scale(1.07);
}

.eko-eligible__card h3{
  margin:0 10px 9px;
  color:#0d2315;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

.eko-eligible__card p{
  margin:0 10px;
  color:rgba(13,35,21,.63);
  font-size:13px;
  line-height:1.65;
  font-weight:500;
}

.eko-eligible__side-card{
  height:100%;
  padding:32px;
  border-radius:32px;
  background:#0d2315;
  color:#fff;
  box-shadow:0 28px 70px rgba(13,35,21,.18);
  overflow:hidden;
  position:relative;
}

.eko-eligible__side-card::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-100px;
  top:-100px;
  border-radius:50%;
  background:rgba(216,176,90,.18);
}

.eko-eligible__side-card>*{
  position:relative;
  z-index:2;
}

.eko-eligible__side-card span{
  display:inline-flex;
  margin-bottom:22px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(216,176,90,.13);
  border:1px solid rgba(216,176,90,.25);
  color:#d8b05a;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.eko-eligible__side-card h3{
  margin:0;
  font-size:32px;
  line-height:1.12;
  letter-spacing:-1px;
  font-weight:900;
}

.eko-eligible__side-card p{
  margin:18px 0 0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.75;
  font-weight:500;
}

.eko-eligible__side-card ul{
  list-style:none;
  padding:0;
  margin:28px 0;
  display:grid;
  gap:13px;
}

.eko-eligible__side-card li{
  display:flex;
  gap:10px;
  color:rgba(255,255,255,.84);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.eko-eligible__side-card li::before{
  content:"✓";
  flex:0 0 22px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#7aa100;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}

.eko-eligible__side-card a{
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  box-shadow:0 18px 40px rgba(122,161,0,.26);
  transition:.25s ease;
}

.eko-eligible__side-card a:hover{
  transform:translateY(-3px);
}

.eko-eligible__note{
  margin-top:28px;
  padding:20px 24px;
  border-radius:22px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(13,35,21,.08);
  color:rgba(13,35,21,.7);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

.eko-eligible__note strong{
  color:#0d2315;
}

@media(max-width:1200px){
  .eko-eligible__layout{
    grid-template-columns:1fr;
  }

  .eko-eligible__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .eko-eligible{
    padding:75px 0;
  }

  .eko-eligible__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-eligible h2{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .eko-eligible__head p{
    font-size:15px;
  }

  .eko-eligible__grid{
    grid-template-columns:1fr;
  }

  .eko-eligible__side-card{
    padding:26px;
    border-radius:26px;
  }

  .eko-eligible__side-card h3{
    font-size:28px;
  }

  .eko-eligible__side-card a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8afb5d6 */.eko-financing{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:110px 0;
  font-family:"Poppins",Arial,sans-serif;
  background:#ffffff;
  color:#0d2315;
}

.eko-financing *{
  box-sizing:border-box;
}

.eko-financing::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-190px;
  top:100px;
  border-radius:50%;
  background:rgba(122,161,0,.09);
  filter:blur(8px);
}

.eko-financing::after{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  left:-150px;
  bottom:40px;
  border-radius:50%;
  background:rgba(216,176,90,.12);
  filter:blur(10px);
}

.eko-financing__wrap{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
}

.eko-financing__head{
  max-width:860px;
  margin-bottom:52px;
}

.eko-financing__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(122,161,0,.1);
  border:1px solid rgba(122,161,0,.18);
  color:#5f8400;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.eko-financing__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#7aa100;
  box-shadow:0 0 0 6px rgba(122,161,0,.12);
}

.eko-financing h2{
  margin:0;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.02;
  letter-spacing:-2.4px;
  font-weight:900;
}

.eko-financing h2 strong{
  display:block;
  color:#6f9700;
}

.eko-financing__head p{
  max-width:740px;
  margin:24px 0 0;
  color:rgba(13,35,21,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

.eko-financing__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.eko-financing__card{
  position:relative;
  padding:12px;
  border-radius:32px;
  background:rgba(248,251,241,.9);
  border:1px solid rgba(13,35,21,.08);
  box-shadow:0 18px 45px rgba(13,35,21,.06);
  overflow:hidden;
  transition:.25s ease;
}

.eko-financing__card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(13,35,21,.1);
  border-color:rgba(122,161,0,.24);
}

.eko-financing__img{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  border-radius:24px;
  overflow:hidden;
  background:#eef7dc;
}

.eko-financing__img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(13,35,21,.42),transparent 58%);
}

.eko-financing__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.eko-financing__card:hover .eko-financing__img img{
  transform:scale(1.07);
}

.eko-financing__content{
  padding:24px 12px 12px;
}

.eko-financing__content span{
  display:inline-flex;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#0d2315;
  color:#d8b05a;
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
}

.eko-financing__content h3{
  margin:0 0 10px;
  color:#0d2315;
  font-size:22px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.5px;
}

.eko-financing__content p{
  margin:0;
  color:rgba(13,35,21,.64);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

.eko-financing__cta{
  margin-top:30px;
  padding:32px;
  border-radius:32px;
  background:#0d2315;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  overflow:hidden;
  position:relative;
}

.eko-financing__cta::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-100px;
  top:-120px;
  border-radius:50%;
  background:rgba(216,176,90,.18);
}

.eko-financing__cta > *{
  position:relative;
  z-index:2;
}

.eko-financing__cta h3{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.7px;
}

.eko-financing__cta p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
  max-width:660px;
}

.eko-financing__cta a{
  flex:0 0 auto;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  box-shadow:0 18px 40px rgba(122,161,0,.26);
  transition:.25s ease;
}

.eko-financing__cta a:hover{
  transform:translateY(-3px);
}

@media(max-width:1200px){
  .eko-financing__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .eko-financing{
    padding:75px 0;
  }

  .eko-financing__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-financing h2{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .eko-financing__head p{
    font-size:15px;
  }

  .eko-financing__grid{
    grid-template-columns:1fr;
  }

  .eko-financing__card{
    border-radius:26px;
  }

  .eko-financing__cta{
    flex-direction:column;
    align-items:flex-start;
    padding:26px;
    border-radius:26px;
  }

  .eko-financing__cta h3{
    font-size:26px;
  }

  .eko-financing__cta a{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00a3631 */.eko-process{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:110px 0;
  font-family:"Poppins",Arial,sans-serif;
  background:#0d2315;
  color:#fff;
}

.eko-process *{
  box-sizing:border-box;
}

.eko-process::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-220px;
  top:-180px;
  border-radius:50%;
  background:rgba(122,161,0,.24);
  filter:blur(10px);
}

.eko-process::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-160px;
  bottom:-160px;
  border-radius:50%;
  background:rgba(216,176,90,.18);
  filter:blur(10px);
}

.eko-process__wrap{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
}

.eko-process__head{
  max-width:860px;
  margin-bottom:60px;
}

.eko-process__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(216,176,90,.12);
  border:1px solid rgba(216,176,90,.25);
  color:#d8b05a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.eko-process__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d8b05a;
  box-shadow:0 0 0 6px rgba(216,176,90,.12);
}

.eko-process h2{
  margin:0;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.02;
  letter-spacing:-2.4px;
  font-weight:900;
}

.eko-process h2 strong{
  display:block;
  color:#d8b05a;
}

.eko-process__head p{
  max-width:720px;
  margin:24px 0 0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

.eko-process__timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.eko-process__timeline::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:42px;
  height:2px;
  background:linear-gradient(90deg,transparent,#d8b05a,transparent);
  opacity:.55;
}

.eko-process__item{
  position:relative;
  z-index:2;
  min-height:260px;
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.11);
  overflow:hidden;
  transition:.25s ease;
}

.eko-process__item:hover{
  transform:translateY(-7px);
  background:rgba(255,255,255,.1);
}

.eko-process__item::after{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  right:-70px;
  bottom:-70px;
  border-radius:50%;
  background:rgba(122,161,0,.18);
}

.eko-process__num{
  position:relative;
  z-index:3;
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:50%;
  margin-bottom:34px;
  background:linear-gradient(135deg,#d8b05a,#b8872f);
  color:#0d2315;
  font-size:22px;
  font-weight:900;
  box-shadow:0 18px 40px rgba(216,176,90,.2);
}

.eko-process__item h3{
  position:relative;
  z-index:3;
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.5px;
}

.eko-process__item p{
  position:relative;
  z-index:3;
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

@media(max-width:1200px){
  .eko-process__timeline{
    grid-template-columns:repeat(2,1fr);
  }

  .eko-process__timeline::before{
    display:none;
  }
}

@media(max-width:768px){
  .eko-process{
    padding:75px 0;
  }

  .eko-process__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-process h2{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .eko-process__head p{
    font-size:15px;
  }

  .eko-process__timeline{
    grid-template-columns:1fr;
  }

  .eko-process__item{
    min-height:auto;
    padding:26px;
    border-radius:26px;
  }

  .eko-process__num{
    width:72px;
    height:72px;
    font-size:20px;
    margin-bottom:24px;
  }
}

@media(max-width:480px){
  .eko-process h2{
    font-size:34px;
  }

  .eko-process__label{
    font-size:10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-222c323 */.eko-docs-v2{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  font-family:"Poppins",Arial,sans-serif;
  background:#f8fbf1;
  color:#0d2315;
}

.eko-docs-v2 *{
  box-sizing:border-box;
}

.eko-docs-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(13,35,21,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,35,21,.035) 1px, transparent 1px);
  background-size:54px 54px;
  pointer-events:none;
}

.eko-docs-v2__wrap{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}

.eko-docs-v2__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(122,161,0,.1);
  border:1px solid rgba(122,161,0,.18);
  color:#5f8400;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.eko-docs-v2__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#7aa100;
  box-shadow:0 0 0 6px rgba(122,161,0,.12);
}

.eko-docs-v2 h2{
  margin:0;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.02;
  letter-spacing:-2.4px;
  font-weight:900;
}

.eko-docs-v2 h2 strong{
  display:block;
  color:#6f9700;
}

.eko-docs-v2__left > p{
  max-width:620px;
  margin:24px 0 0;
  color:rgba(13,35,21,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

.eko-docs-v2__notice{
  margin-top:30px;
  padding:20px 22px;
  border-radius:22px;
  background:#fff;
  border-left:5px solid #d8b05a;
  box-shadow:0 18px 45px rgba(13,35,21,.06);
  color:rgba(13,35,21,.7);
  font-size:14px;
  line-height:1.7;
}

.eko-docs-v2__notice strong{
  color:#0d2315;
}

.eko-docs-v2__btn{
  margin-top:28px;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  box-shadow:0 18px 40px rgba(122,161,0,.24);
}

.eko-docs-v2__right{
  border-radius:38px;
  padding:18px;
  background:#0d2315;
  box-shadow:0 34px 90px rgba(13,35,21,.18);
  position:relative;
  overflow:hidden;
}

.eko-docs-v2__right::before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-140px;
  top:-140px;
  border-radius:50%;
  background:rgba(216,176,90,.18);
}

.eko-docs-v2__upload{
  position:relative;
  z-index:2;
  display:flex;
  gap:18px;
  align-items:center;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px dashed rgba(216,176,90,.42);
  margin-bottom:14px;
}

.eko-docs-v2__upload-icon{
  width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:rgba(216,176,90,.14);
}

.eko-docs-v2__upload-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:#d8b05a;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.eko-docs-v2__upload h3{
  margin:0 0 6px;
  color:#fff;
  font-size:24px;
  font-weight:900;
}

.eko-docs-v2__upload p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.6;
}

.eko-docs-v2__list{
  position:relative;
  z-index:2;
  display:grid;
  gap:12px;
}

.eko-docs-v2__item{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(255,255,255,.1);
  transition:.25s ease;
}

.eko-docs-v2__item:hover{
  transform:translateX(-6px);
}

.eko-docs-v2__item span{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#f1f6e5;
  color:#6f9700;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:900;
}

.eko-docs-v2__item h4{
  margin:0 0 4px;
  color:#0d2315;
  font-size:17px;
  font-weight:900;
}

.eko-docs-v2__item p{
  margin:0;
  color:rgba(13,35,21,.62);
  font-size:13px;
  line-height:1.5;
  font-weight:500;
}

.eko-docs-v2__item b{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(122,161,0,.1);
  color:#5f8400;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  text-transform:uppercase;
}

@media(max-width:1024px){
  .eko-docs-v2__wrap{
    grid-template-columns:1fr;
    gap:45px;
  }
}

@media(max-width:768px){
  .eko-docs-v2{
    padding:75px 0;
  }

  .eko-docs-v2__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-docs-v2 h2{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .eko-docs-v2__right{
    border-radius:28px;
    padding:14px;
  }

  .eko-docs-v2__item{
    grid-template-columns:48px 1fr;
  }

  .eko-docs-v2__item b{
    grid-column:2;
    justify-self:start;
  }

  .eko-docs-v2__btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c4e843 */.eko-faq{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:110px 0;
  overflow:hidden;
  font-family:"Poppins",Arial,sans-serif;
  background:#fff;
  color:#0d2315;
}

.eko-faq *{
  box-sizing:border-box;
}

.eko-faq__wrap{
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}

.eko-faq__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(122,161,0,.1);
  border:1px solid rgba(122,161,0,.18);
  color:#5f8400;
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.eko-faq__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#7aa100;
  box-shadow:0 0 0 6px rgba(122,161,0,.12);
}

.eko-faq h2{
  margin:0;
  font-size:clamp(36px,4.5vw,66px);
  line-height:1.02;
  letter-spacing:-2.4px;
  font-weight:900;
}

.eko-faq h2 strong{
  display:block;
  color:#6f9700;
}

.eko-faq__left p{
  margin:24px 0 0;
  color:rgba(13,35,21,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

.eko-faq__btn{
  margin-top:30px;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  box-shadow:0 18px 40px rgba(122,161,0,.24);
}

.eko-faq__right{
  display:grid;
  gap:14px;
}

.eko-faq__item{
  border-radius:24px;
  background:#f8fbf1;
  border:1px solid rgba(13,35,21,.08);
  box-shadow:0 16px 40px rgba(13,35,21,.05);
  overflow:hidden;
}

.eko-faq__item summary{
  cursor:pointer;
  list-style:none;
  padding:24px 64px 24px 26px;
  color:#0d2315;
  font-size:18px;
  font-weight:900;
  position:relative;
}

.eko-faq__item summary::-webkit-details-marker{
  display:none;
}

.eko-faq__item summary::after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0d2315;
  color:#d8b05a;
  display:grid;
  place-items:center;
  font-size:22px;
  font-weight:800;
}

.eko-faq__item[open] summary::after{
  content:"−";
}

.eko-faq__item p{
  margin:0;
  padding:0 26px 24px;
  color:rgba(13,35,21,.66);
  font-size:14px;
  line-height:1.75;
  font-weight:500;
}

@media(max-width:1024px){
  .eko-faq__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }
}

@media(max-width:768px){
  .eko-faq{
    padding:75px 0;
  }

  .eko-faq__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-faq h2{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .eko-faq__btn{
    width:100%;
  }

  .eko-faq__item summary{
    font-size:16px;
    padding:22px 58px 22px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e621d0 */.eko-lead{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 0;
  overflow:hidden;
  font-family:"Poppins",Arial,sans-serif;
  background:
    radial-gradient(circle at 15% 20%,rgba(216,176,90,.14),transparent 28%),
    radial-gradient(circle at 85% 70%,rgba(122,161,0,.22),transparent 30%),
    #0d2315;
  color:#fff;
}

.eko-lead *{box-sizing:border-box;}

.eko-lead__wrap{
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.eko-lead__label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(216,176,90,.13);
  border:1px solid rgba(216,176,90,.28);
  color:#d8b05a;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:22px;
}

.eko-lead__label span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#d8b05a;
}

.eko-lead h2{
  margin:0;
  font-size:clamp(42px,5vw,78px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:900;
}

.eko-lead h2 strong{
  display:block;
  color:#d8b05a;
}

.eko-lead__content p{
  max-width:680px;
  margin:26px 0 0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.85;
  font-weight:500;
}

.eko-lead__benefits{
  margin-top:38px;
  display:grid;
  gap:14px;
  max-width:560px;
}

.eko-lead__benefits div{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.eko-lead__benefits b{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  background:#d8b05a;
  color:#0d2315;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
}

.eko-lead__benefits span{
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.eko-lead__form-card{
  padding:34px;
  border-radius:38px;
  background:rgba(255,255,255,.94);
  color:#0d2315;
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}

.eko-lead__form-head{
  margin-bottom:26px;
}

.eko-lead__form-head h3{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.8px;
}

.eko-lead__form-head p{
  margin:0;
  color:rgba(13,35,21,.62);
  font-size:14px;
  line-height:1.6;
  font-weight:500;
}

.eko-lead__form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.eko-lead__field{
  display:grid;
  gap:8px;
}

.eko-lead__field--full{
  grid-column:1 / -1;
}

.eko-lead__field label{
  font-size:12px;
  font-weight:900;
  color:#0d2315;
  text-transform:uppercase;
  letter-spacing:.4px;
}

.eko-lead__field input,
.eko-lead__field select,
.eko-lead__field textarea{
  width:100%;
  border:1px solid rgba(13,35,21,.12);
  background:#f8fbf1;
  border-radius:18px;
  min-height:54px;
  padding:0 16px;
  font-family:inherit;
  font-size:14px;
  font-weight:600;
  color:#0d2315;
  outline:none;
}

.eko-lead__field textarea{
  min-height:120px;
  resize:vertical;
  padding:16px;
}

.eko-lead__field input:focus,
.eko-lead__field select:focus,
.eko-lead__field textarea:focus{
  border-color:#7aa100;
  box-shadow:0 0 0 4px rgba(122,161,0,.12);
}

.eko-lead__form button{
  grid-column:1 / -1;
  min-height:58px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  font-family:inherit;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
  cursor:pointer;
  box-shadow:0 18px 40px rgba(122,161,0,.28);
}

.eko-lead__whatsapp{
  grid-column:1 / -1;
  min-height:52px;
  border-radius:999px;
  border:1px solid rgba(13,35,21,.14);
  color:#0d2315;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
}

@media(max-width:1024px){
  .eko-lead__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .eko-lead{
    padding:75px 0;
  }

  .eko-lead__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-lead h2{
    font-size:40px;
    letter-spacing:-1.7px;
  }

  .eko-lead__form-card{
    padding:24px;
    border-radius:28px;
  }

  .eko-lead__form{
    grid-template-columns:1fr;
  }

  .eko-lead__form-head h3{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-385e15d */.eko-footer{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:90px 0 28px;
  font-family:"Poppins",Arial,sans-serif;
  background:#0d2315;
  color:#fff;
}

.eko-footer *{
  box-sizing:border-box;
}

.eko-footer::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-200px;
  top:-220px;
  border-radius:50%;
  background:rgba(122,161,0,.22);
  filter:blur(10px);
}

.eko-footer::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-180px;
  bottom:-180px;
  border-radius:50%;
  background:rgba(216,176,90,.13);
  filter:blur(10px);
}

.eko-footer__wrap{
  position:relative;
  z-index:2;
  width:min(1400px,calc(100% - 48px));
  margin:0 auto;
}

.eko-footer__top{
  display:grid;
  grid-template-columns:1.35fr .65fr .75fr 1.05fr;
  gap:46px;
  padding-bottom:42px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.eko-footer__brand h2{
  margin:0 0 18px;
  font-size:38px;
  line-height:1;
  letter-spacing:-1.2px;
  font-weight:900;
  color:#d8b05a;
}

.eko-footer__brand p{
  max-width:440px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.8;
  font-weight:500;
}

.eko-footer__wa{
  margin-top:24px;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#7aa100,#587900);
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  box-shadow:0 18px 40px rgba(122,161,0,.22);
}

.eko-footer__col h3,
.eko-footer__contact h3{
  margin:0 0 20px;
  color:#fff;
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.eko-footer__col{
  display:flex;
  flex-direction:column;
}

.eko-footer__col a{
  color:rgba(255,255,255,.68);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  margin-bottom:12px;
  transition:.2s ease;
}

.eko-footer__col a:hover{
  color:#d8b05a;
  transform:translateX(4px);
}

.eko-footer__contact{
  display:grid;
  gap:18px;
}

.eko-footer__contact div{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}

.eko-footer__contact span{
  display:block;
  margin-bottom:7px;
  color:#d8b05a;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.eko-footer__contact p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.6;
  font-weight:500;
}

.eko-footer__disclaimer{
  margin-top:28px;
  padding:22px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.7);
  font-size:13px;
  line-height:1.75;
  font-weight:500;
}

.eko-footer__disclaimer strong{
  color:#d8b05a;
}

.eko-footer__bottom{
  margin-top:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.eko-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.55);
  font-size:13px;
  font-weight:500;
}

.eko-footer__bottom div{
  display:flex;
  gap:18px;
}

.eko-footer__bottom a{
  color:rgba(255,255,255,.55);
  text-decoration:none;
  font-size:13px;
  font-weight:600;
}

.eko-footer__bottom a:hover{
  color:#d8b05a;
}

@media(max-width:1100px){
  .eko-footer__top{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){
  .eko-footer{
    padding:70px 0 24px;
  }

  .eko-footer__wrap{
    width:min(100% - 28px,1400px);
  }

  .eko-footer__top{
    grid-template-columns:1fr;
    gap:34px;
  }

  .eko-footer__brand h2{
    font-size:34px;
  }

  .eko-footer__wa{
    width:100%;
  }

  .eko-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .eko-footer__bottom div{
    flex-direction:column;
    gap:8px;
  }
}/* End custom CSS */