.elementor-8929 .elementor-element.elementor-element-7ad59d6{--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-8929 .elementor-element.elementor-element-6b7b012{--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-a5b2cd6 */:root{
  --hcb-green:#0f5a54;
  --hcb-green-dark:#084540;
  --hcb-cream:#f5f0e6;
  --hcb-sand:#ede4d2;
  --hcb-yellow:#f1c54b;
  --hcb-gold:#d8b64a;
  --hcb-text:#1e1e1e;
  --hcb-muted:#676767;
  --hcb-white:#ffffff;
  --hcb-card:#f8f6f1;
  --hcb-border:#ded7c8;
  --hcb-shadow:0 10px 30px rgba(0,0,0,.08);
  --hcb-radius:22px;
}

body{
  background:var(--hcb-cream);
  color:var(--hcb-text);
  font-family:Arial, Helvetica, sans-serif;
}

a{
  text-decoration:none;
}

.hcb-home{
  background:var(--hcb-cream);
}

.hcb-container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.hcb-section{
  padding:34px 0;
}

.hcb-title,
.hcb-section-heading{
  text-align:center;
  color:var(--hcb-text);
  margin:0 0 12px;
  font-weight:800;
}

.hcb-title{
  font-size:30px;
}

.hcb-subtitle{
  text-align:center;
  color:var(--hcb-muted);
  max-width:820px;
  margin:0 auto;
  line-height:1.7;
}

.hcb-hero{
  padding:24px 0 18px;
}

.hcb-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:center;
  background:linear-gradient(180deg, #efe7d6 0%, #f4efe4 100%);
  border-radius:28px;
  padding:34px;
  box-shadow:var(--hcb-shadow);
  border:1px solid rgba(0,0,0,.04);
}

.hcb-badge{
  display:inline-block;
  background:var(--hcb-green);
  color:var(--hcb-white);
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  margin-bottom:14px;
}

.hcb-hero-text h1{
  font-size:50px;
  line-height:1.05;
  margin:0 0 14px;
  color:var(--hcb-text);
  font-weight:900;
}

.hcb-hero-text p{
  max-width:560px;
  font-size:16px;
  color:var(--hcb-muted);
  line-height:1.7;
  margin:0 0 22px;
}

.hcb-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.hcb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  font-weight:700;
  border:1px solid transparent;
  transition:.25s ease;
}

.hcb-btn-primary{
  background:var(--hcb-green);
  color:var(--hcb-white);
}

.hcb-btn-primary:hover{
  background:var(--hcb-green-dark);
  color:var(--hcb-white);
}

.hcb-btn-outline{
  background:transparent;
  color:var(--hcb-text);
  border-color:#111;
}

.hcb-btn-outline:hover{
  background:#111;
  color:#fff;
}

.hcb-points,
.hcb-features-inline{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hcb-points span,
.hcb-features-inline span{
  background:#fff;
  border:1px solid var(--hcb-border);
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;
  color:var(--hcb-text);
}

.hcb-hero-image img,
.hcb-banner-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
}

.hcb-card-grid,
.hcb-product-grid,
.hcb-style-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:14px;
}

.hcb-card,
.hcb-product-card,
.hcb-style-card{
  background:var(--hcb-card);
  border:1px solid var(--hcb-border);
  border-radius:20px;
  box-shadow:0 6px 16px rgba(0,0,0,.04);
  padding:14px;
  text-align:center;
}

.hcb-card-img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #1f6b64;
  background:#fff;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hcb-card-img img,
.hcb-product-card img,
.hcb-style-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hcb-card h4,
.hcb-product-card h4,
.hcb-style-card h4{
  font-size:15px;
  margin:8px 0 0;
  color:var(--hcb-text);
}

.hcb-product-card a{
  display:inline-block;
  margin-top:10px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid var(--hcb-green);
  color:var(--hcb-green);
  font-size:13px;
  font-weight:700;
}

.hcb-product-card a:hover{
  background:var(--hcb-green);
  color:#fff;
}

.hcb-features-bar{
  padding:10px 0 24px;
}

.hcb-features-bar .hcb-container{
  background:var(--hcb-green);
  border-radius:16px;
  padding:14px 18px;
}

.hcb-features-inline{
  justify-content:space-between;
}

.hcb-features-inline span{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.18);
}

.hcb-process{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:18px;
}

.hcb-process-item{
  background:#fff;
  border-radius:18px;
  padding:22px;
  border:1px solid var(--hcb-border);
  text-align:center;
}

.hcb-step{
  width:54px;
  height:54px;
  border-radius:50%;
  margin:0 auto 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--hcb-green);
  color:#fff;
  font-weight:800;
}

.hcb-process-item h4{
  margin:0 0 8px;
}

.hcb-process-item p{
  margin:0;
  color:var(--hcb-muted);
  line-height:1.6;
}

.hcb-banner{
  padding:18px 0 34px;
}

.hcb-banner-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:20px;
  align-items:center;
  background:#1a1a1a;
  color:#fff;
  border-radius:24px;
  overflow:hidden;
}

.hcb-banner-text{
  padding:34px;
}

.hcb-banner-text h3{
  font-size:28px;
  margin:0 0 12px;
  color:#fff;
}

.hcb-banner-text p{
  color:#e7e7e7;
  line-height:1.7;
  margin-bottom:20px;
}

.hcb-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.hcb-benefit{
  background:#fff;
  border:1px solid var(--hcb-border);
  border-radius:18px;
  padding:20px;
  text-align:center;
  font-weight:700;
}

.hcb-info-panel{
  padding:10px 0 34px;
}

.hcb-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1.35fr;
  gap:16px;
  align-items:stretch;
}

.hcb-info-box,
.hcb-info-content{
  border-radius:22px;
  padding:24px;
}

.hcb-info-box.dark{
  background:#111;
  color:#fff;
}

.hcb-info-box.teal{
  background:var(--hcb-green);
  color:#fff;
}

.hcb-info-box span{
  display:block;
  margin-top:10px;
  font-weight:400;
  opacity:.9;
}

.hcb-info-content{
  background:#f6e39a;
}

.hcb-info-content h3{
  margin:0 0 10px;
  font-size:24px;
}

.hcb-info-content p{
  margin:0;
  line-height:1.7;
}

@media (max-width: 1024px){
  .hcb-hero-grid,
  .hcb-banner-grid,
  .hcb-info-grid{
    grid-template-columns:1fr;
  }

  .hcb-card-grid,
  .hcb-product-grid,
  .hcb-style-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hcb-process,
  .hcb-benefits{
    grid-template-columns:1fr 1fr;
  }

  .hcb-features-inline{
    justify-content:center;
  }

  .hcb-hero-text h1{
    font-size:40px;
  }
}

@media (max-width: 767px){
  .hcb-section{
    padding:26px 0;
  }

  .hcb-title{
    font-size:24px;
  }

  .hcb-hero-grid{
    padding:24px;
  }

  .hcb-hero-text h1{
    font-size:32px;
  }

  .hcb-card-grid,
  .hcb-product-grid,
  .hcb-style-grid,
  .hcb-process,
  .hcb-benefits{
    grid-template-columns:1fr;
  }

  .hcb-banner-text{
    padding:22px;
  }
}/* End custom CSS */