.elementor-71 .elementor-element.elementor-element-71b4ce3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-584ac59{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-e4a631a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-552b88f */.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-6947dfc */.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 */