.elementor-29176 .elementor-element.elementor-element-997cde1{--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-29176 .elementor-element.elementor-element-58bd357{--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;}/* Start custom CSS for html, class: .elementor-element-e9cc34c */:root{
  --green:#123524;
  --green2:#1d4a35;
  --gold:#b88d45;
  --gold2:#d7ad62;
  --cream:#fff8ec;
  --bg:#fffdf8;
  --bg2:#f6ead8;
  --text:#16251c;
  --muted:#6f756d;
  --line:#eadcc7;
  --shadow:0 24px 70px rgba(18,53,36,.14);
  --soft:0 14px 34px rgba(18,53,36,.10);
}

.eg-section{
  padding:90px 6%;
  background:var(--bg);
}

.product-section{
  background:
    radial-gradient(circle at top left, rgba(215,173,98,.18), transparent 34%),
    linear-gradient(180deg,#fffdf8,#fff8ec);
}

.eg-head{
  max-width:780px;
  margin:0 auto 44px;
  text-align:center;
}

.eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 16px;
  border-radius:999px;
  background:#fff3dc;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eg-head h2{
  margin:0 0 14px;
  color:var(--green);
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:-.04em;
}

.eg-head p,
.product p,
.step p{
  color:var(--muted);
  line-height:1.7;
}

.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.product{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:#fff;
  box-shadow:var(--soft);
  transition:.35s ease;
}

.product:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}

.product-img{
  height:240px;
  position:relative;
  overflow:hidden;
  background:#eee;
}

.product-img img,
.factory-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.product:hover .product-img img{
  transform:scale(1.08);
}

.product-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(18,53,36,.45),transparent 62%);
}

.product-body{
  padding:24px;
  display:flex;
  flex-direction:column;
  min-height:220px;
}

.product-title{
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:12px;
}

.product-title i,
.step-icon,
.cred i{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#fff3dc;
  color:var(--gold);
  display:grid;
  place-items:center;
  flex:none;
}

.product h3,
.step h3{
  margin:0;
  color:var(--green);
  font-size:23px;
  line-height:1.15;
}

.pillrow{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:20px;
}

.pill{
  padding:8px 12px;
  border-radius:999px;
  background:var(--bg2);
  color:#6b522a;
  font-size:11px;
  font-weight:900;
}

.workflow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.step{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--soft);
  transition:.35s ease;
}

.step:hover{
  transform:translateY(-6px);
  border-color:rgba(184,141,69,.45);
}

.step:before{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:125px;
  height:125px;
  border-radius:50%;
  background:rgba(18,53,36,.08);
}

.step-icon,
.step b,
.step h3,
.step p{
  position:relative;
  z-index:1;
}

.step-icon{
  width:54px;
  height:54px;
  font-size:22px;
  margin-bottom:18px;
}

.step b{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:13px;
  letter-spacing:.14em;
}

.step h3{
  margin-bottom:9px;
}

@media(max-width:1100px){
  .grid-4,
  .workflow{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .eg-section{
    padding:64px 18px;
  }

  .grid-4,
  .workflow{
    grid-template-columns:1fr;
  }

  .product-img{
    height:220px;
  }

  .eg-head{
    text-align:left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50614d6 */:root{
  --green:#123524;
  --green2:#1d4a35;
  --gold:#b88d45;
  --gold2:#d7ad62;
  --cream:#fff8ec;
  --bg:#fffdf8;
  --bg2:#f6ead8;
  --text:#16251c;
  --muted:#6f756d;
  --line:#eadcc7;
  --shadow:0 24px 70px rgba(18,53,36,.14);
  --soft:0 14px 34px rgba(18,53,36,.10);
}

.eg-section{
  padding:90px 6%;
  background:var(--bg);
}

.product-section{
  background:
    radial-gradient(circle at top left, rgba(215,173,98,.18), transparent 34%),
    linear-gradient(180deg,#fffdf8,#fff8ec);
}

.eg-head{
  max-width:780px;
  margin:0 auto 44px;
  text-align:center;
}

.eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 16px;
  border-radius:999px;
  background:#fff3dc;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eg-head h2{
  margin:0 0 14px;
  color:var(--green);
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:-.04em;
}

.eg-head p,
.product p,
.step p{
  color:var(--muted);
  line-height:1.7;
}

.grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.product{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:#fff;
  box-shadow:var(--soft);
  transition:.35s ease;
}

.product:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}

.product-img{
  height:240px;
  position:relative;
  overflow:hidden;
  background:#eee;
}

.product-img img,
.factory-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.product:hover .product-img img{
  transform:scale(1.08);
}

.product-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(18,53,36,.45),transparent 62%);
}

.product-body{
  padding:24px;
  display:flex;
  flex-direction:column;
  min-height:220px;
}

.product-title{
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:12px;
}

.product-title i,
.step-icon,
.cred i{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#fff3dc;
  color:var(--gold);
  display:grid;
  place-items:center;
  flex:none;
}

.product h3,
.step h3{
  margin:0;
  color:var(--green);
  font-size:23px;
  line-height:1.15;
}

.pillrow{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:20px;
}

.pill{
  padding:8px 12px;
  border-radius:999px;
  background:var(--bg2);
  color:#6b522a;
  font-size:11px;
  font-weight:900;
}

.workflow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.step{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--soft);
  transition:.35s ease;
}

.step:hover{
  transform:translateY(-6px);
  border-color:rgba(184,141,69,.45);
}

.step:before{
  content:"";
  position:absolute;
  right:-42px;
  top:-42px;
  width:125px;
  height:125px;
  border-radius:50%;
  background:rgba(18,53,36,.08);
}

.step-icon,
.step b,
.step h3,
.step p{
  position:relative;
  z-index:1;
}

.step-icon{
  width:54px;
  height:54px;
  font-size:22px;
  margin-bottom:18px;
}

.step b{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:13px;
  letter-spacing:.14em;
}

.step h3{
  margin-bottom:9px;
}

@media(max-width:1100px){
  .grid-4,
  .workflow{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .eg-section{
    padding:64px 18px;
  }

  .grid-4,
  .workflow{
    grid-template-columns:1fr;
  }

  .product-img{
    height:220px;
  }

  .eg-head{
    text-align:left;
  }
}/* End custom CSS */