.elementor-29522 .elementor-element.elementor-element-69b7854:not(.elementor-motion-effects-element-type-background), .elementor-29522 .elementor-element.elementor-element-69b7854 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4EFE6;}.elementor-29522 .elementor-element.elementor-element-69b7854{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-29522 .elementor-element.elementor-element-69b7854 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e98327d *//* ─── RESET (scoped to this section) ─── */
  .eco-hero-section *,
  .eco-hero-section *::before,
  .eco-hero-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* ═══════════════════════════════════════
     HERO
  ═══════════════════════════════════════ */
  .eco-hero-section {
    background-color: #f4efe6;
    width: 100%;
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #1a2e1a;
  }

  .eco-hero-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 60px 0 60px;   /* top padding keeps image away from navbar */
    overflow: visible;
    position: relative;
  }

  .eco-hero-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    min-height: 500px;
  }

  /* ─── LEFT ─── */
  .eco-hero-left {
    padding: 52px 40px 52px 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    z-index: 2;
  }

  .eco-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;              /* ← eyebrow label */
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #2d5a27;
  }

  .eco-hero-section .eco-hero-title,
  .eco-hero-title {
    font-size: clamp(42px, 5vw, 40px) !important;   /* ← main heading — !important overrides Elementor/theme h1 styles */
    font-weight: 800 !important;
    line-height: 1.08 !important;
    color: #1a3318 !important;
    letter-spacing: -0.01em !important;
  }

  .eco-hero-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 16px;              /* ← paragraph text */
    line-height: 1.7;
    color: #4a5a48;
    max-width: 400px;
  }

  .eco-features-row {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
  }

  .eco-feat {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;              /* ← Recyclable / FSC / Plastic-Free */
    font-weight: 700;
    color: #2d5a27;
    line-height: 1.4;
  }

  .eco-feat svg {
    flex-shrink: 0;
    margin-top: 1px;
  }

  .eco-btn-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .eco-btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a3318;
    color: #fff !important;
    border: 2px solid #1a3318;
    border-radius: 5px;
    padding: 13px 24px;
    font-family: 'Arial', sans-serif;
    font-size: 15px;              /* ← button text */
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
  }

  .eco-btn-fill:hover {
    background: #2d5a27;
    border-color: #2d5a27;
    color: #fff !important;
  }

  .eco-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #1a3318 !important;
    border: 2px solid #1a3318;
    border-radius: 5px;
    padding: 13px 24px;
    font-family: 'Arial', sans-serif;
    font-size: 15px;              /* ← button text */
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s, color .2s;
    white-space: nowrap;
  }

  .eco-btn-outline:hover {
    background: #1a3318;
    color: #fff !important;
  }

  /* ─── RIGHT ─── */
  .eco-hero-right {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    margin-right: -60px;
  }

  /* Arch container — rounded top, flat sides & bottom */
  .eco-arch-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 50% 50% 0 0 / 46% 46% 0 0;
    overflow: hidden;
  }

  .eco-arch-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% top;
    display: block;
  }

  /* ═══════════════════════════════════════
     STATS BAR
  ═══════════════════════════════════════ */
  .eco-stats-bar {
    background-color: #e8e2d6;
    border-top: 1px solid #d3ccbe;
    border-bottom: 1px solid #d3ccbe;
    width: 100%;
  }

  .eco-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .eco-stat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .eco-stat-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: 1.5px solid #2d5a27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .eco-stat-num {
    font-family: 'Georgia', serif;
    font-size: 34px;              /* ← 73%, 81%, 67%, 100% */
    font-weight: 800;
    color: #1a3318;
    line-height: 1;
  }

  .eco-stat-desc {
    font-family: 'Arial', sans-serif;
    font-size: 13px;              /* ← stat descriptions */
    color: #5a6858;
    line-height: 1.5;
    margin-top: 5px;
    max-width: 140px;
  }

  /* ═══════════════════════════════════════
     FOOTER STRIP
  ═══════════════════════════════════════ */
  .eco-footer-strip {
    background-color: #f4efe6;
    border-top: 1px solid #d3ccbe;
    width: 100%;
  }

  .eco-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }

  .eco-strip-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;              /* ← bottom strip text */
    font-weight: 600;
    color: #2d5a27;
  }

  .eco-strip-divider {
    width: 1px;
    height: 18px;
    background: #bfb9af;
    flex-shrink: 0;
  }

  /* ═══════════════════════════════════════
     RESPONSIVE
  ═══════════════════════════════════════ */
  @media (max-width: 960px) {
    .eco-hero-wrap  { padding: 0 32px; }

    .eco-hero-grid {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .eco-hero-left {
      padding: 40px 0 28px 0;
      order: 1;
    }

    .eco-hero-right {
      order: 2;
      margin-right: -32px;
      margin-left: -32px;
    }

    .eco-arch-wrap {
      min-height: 380px;
      border-radius: 50% 50% 0 0 / 44% 44% 0 0;
    }

    .eco-stats-inner {
      padding: 24px 32px;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .eco-footer-inner {
      padding: 14px 32px;
      gap: 10px;
    }

    .eco-strip-divider { display: none; }
  }

  @media (max-width: 580px) {
    .eco-hero-wrap  { padding: 0 20px; }

    .eco-hero-left { padding: 32px 0 24px 0; gap: 18px; }

    .eco-hero-title { font-size: clamp(28px, 8vw, 36px); }

    .eco-btn-row { flex-direction: column; align-items: stretch; }

    .eco-btn-fill,
    .eco-btn-outline { justify-content: center; }

    .eco-hero-right {
      margin-right: -20px;
      margin-left: -20px;
    }

    .eco-arch-wrap { min-height: 300px; }

    .eco-stats-inner {
      padding: 20px;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .eco-stat-num { font-size: 24px; }

    .eco-footer-inner {
      padding: 14px 20px;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe36453 *//* =========================
WHAT IS ECO-FRIENDLY PACKAGING
========================= */

.eco-definition-section{
  padding:85px 20px;
  background:#fffdf7;
  color:#0f172a;
}

.eco-container{
  max-width:1200px;
  margin:0 auto;
}

.eco-definition-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:54px;
  align-items:start;
}

.eco-section-label{
  display:inline-block;
  margin-bottom:12px;
  color:#0b4a33;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.eco-definition-content h2{
  margin:0 0 20px;
  max-width:620px;
  font-size:44px;
  line-height:1.12;
  color:#0b3326;
}

.eco-definition-content p{
  margin:0 0 18px;
  color:#334155;
  font-size:16px;
  line-height:1.85;
}

.eco-definition-panel{
  position:relative;
  padding:30px;
  border-radius:24px;
  background:#eef6ed;
  border:1px solid #d6e7d2;
  box-shadow:0 16px 35px rgba(15,23,42,.06);
}

.eco-definition-panel::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  right:22px;
  top:22px;
  background:radial-gradient(circle, rgba(11,74,51,.12), transparent 65%);
  border-radius:50%;
}

.eco-definition-panel h3{
  position:relative;
  margin:0 0 18px;
  color:#0b3326;
  font-size:24px;
}

.eco-definition-panel ul{
  position:relative;
  margin:0;
  padding:0;
  list-style:none;
}

.eco-definition-panel li{
  position:relative;
  padding:14px 0 14px 34px;
  border-bottom:1px solid rgba(11,74,51,.12);
  color:#263533;
  font-size:15px;
  line-height:1.55;
}

.eco-definition-panel li:last-child{
  border-bottom:0;
}

.eco-definition-panel li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:14px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:#0b4a33;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
}

/* Responsive */

@media(max-width:900px){
  .eco-definition-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .eco-definition-content h2{
    font-size:36px;
  }
}

@media(max-width:600px){
  .eco-definition-section{
    padding:60px 18px;
  }

  .eco-definition-content h2{
    font-size:30px;
  }

  .eco-definition-content p{
    font-size:15px;
    line-height:1.75;
  }

  .eco-definition-panel{
    padding:22px;
    border-radius:18px;
  }

  .eco-definition-panel h3{
    font-size:21px;
  }

  .eco-definition-panel li{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-379332f *//* =========================
COMPARISON TABLE
========================= */

.eco-compare-section{
  padding:80px 20px;
  background:#f6f2e9;
}

.eco-compare-head{
  max-width:780px;
  margin:0 auto 36px;
  text-align:center;
}

.eco-compare-head h2{
  margin:0 0 12px;
  font-size:40px;
  line-height:1.15;
  color:#0b3326;
}

.eco-compare-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.7;
}

.eco-compare-table{
  max-width:950px;
  margin:0 auto;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #e2ded3;
  box-shadow:0 16px 35px rgba(15,23,42,.06);
}

.eco-table-header,
.eco-table-row{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.eco-table-header div{
  padding:20px 24px;
  font-weight:800;
  color:#fff;
  font-size:17px;
}

.eco-table-header div:first-child{
  background:#7c3f35;
}

.eco-table-header div:last-child{
  background:#0b4a33;
}

.eco-table-row div{
  padding:20px 24px;
  font-size:15px;
  line-height:1.5;
  border-bottom:1px solid #eee7dc;
}

.eco-table-row:last-child div{
  border-bottom:none;
}

.eco-table-row div:first-child{
  background:#fff8f3;
  color:#6b3a33;
  border-right:1px solid #eee7dc;
}

.eco-table-row div:last-child{
  background:#f1f8f2;
  color:#0b4a33;
  font-weight:700;
}

/* MOBILE */

@media(max-width:700px){
  .eco-compare-section{
    padding:60px 18px;
  }

  .eco-compare-head h2{
    font-size:30px;
  }

  .eco-table-header{
    display:none;
  }

  .eco-table-row{
    grid-template-columns:1fr;
    border-bottom:1px solid #e2ded3;
  }

  .eco-table-row:last-child{
    border-bottom:none;
  }

  .eco-table-row div{
    border-bottom:none;
    padding:16px 18px;
  }

  .eco-table-row div:first-child{
    border-right:none;
  }

  .eco-table-row div:first-child::before{
    content:"Traditional Packaging";
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#7c3f35;
  }

  .eco-table-row div:last-child::before{
    content:"Eco-Friendly Packaging";
    display:block;
    margin-bottom:6px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#0b4a33;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e1f505 *//* =========================
BENEFITS OF SUSTAINABLE PACKAGING
========================= */

.eco-benefits-section{
  padding:85px 20px;
  background:#fffdf7;
}

.eco-benefits-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.eco-benefits-head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
  color:#0b3326;
}

.eco-benefits-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.eco-benefit-card{
  background:#ffffff;
  border:1px solid #e7e0d3;
  border-radius:22px;
  padding:26px;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
  transition:.25s ease;
}

.eco-benefit-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(15,23,42,.08);
}

.eco-benefit-highlight{
  background:#eef6ed;
  border-color:#cfe3cb;
}

.eco-benefit-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#eef4e5;
  color:#0b4a33;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:16px;
}

.eco-benefit-card h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:21px;
  line-height:1.3;
}

.eco-benefit-card p{
  margin:0;
  color:#475569;
  line-height:1.7;
  font-size:15px;
}

/* Waste Panel */

.eco-waste-panel{
  margin-top:34px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
  padding:30px;
  border-radius:24px;
  background:#0b4a33;
  color:#fff;
}

.eco-waste-panel h3{
  margin:0 0 10px;
  font-size:26px;
  line-height:1.25;
}

.eco-waste-panel p{
  margin:0;
  color:#dcebe4;
  line-height:1.7;
}

.eco-waste-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.eco-waste-panel li{
  position:relative;
  padding:13px 14px 13px 36px;
  border-radius:12px;
  background:rgba(255,255,255,.09);
  color:#fff;
  font-size:14px;
  line-height:1.45;
}

.eco-waste-panel li::before{
  content:"✓";
  position:absolute;
  left:13px;
  top:13px;
  font-weight:800;
  color:#f5ce6c;
}

/* Trend Table */

.eco-trend-table-wrap{
  margin-top:46px;
}

.eco-trend-head{
  text-align:center;
  max-width:720px;
  margin:0 auto 24px;
}

.eco-trend-head h3{
  margin:0;
  font-size:30px;
  line-height:1.2;
  color:#0b3326;
}

.eco-trend-table{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e7e0d3;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.eco-trend-row{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.eco-trend-row > div{
  padding:18px 22px;
  border-bottom:1px solid #eee7dc;
  color:#475569;
  line-height:1.5;
}

.eco-trend-row:last-child > div{
  border-bottom:none;
}

.eco-trend-row > div:first-child{
  border-right:1px solid #eee7dc;
  font-weight:700;
  color:#0b3326;
}

.eco-trend-row-head > div{
  background:#0b4a33;
  color:#fff !important;
  font-weight:800;
}

/* Responsive */

@media(max-width:1000px){
  .eco-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .eco-waste-panel{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .eco-benefits-section{
    padding:60px 18px;
  }

  .eco-benefits-head h2{
    font-size:30px;
  }

  .eco-benefits-grid{
    grid-template-columns:1fr;
  }

  .eco-benefit-card{
    padding:22px;
    border-radius:18px;
  }

  .eco-waste-panel{
    padding:22px;
    border-radius:18px;
  }

  .eco-waste-panel ul{
    grid-template-columns:1fr;
  }

  .eco-trend-head h3{
    font-size:24px;
  }

  .eco-trend-row,
  .eco-trend-row-head{
    grid-template-columns:1fr;
  }

  .eco-trend-row-head{
    display:none;
  }

  .eco-trend-row{
    border-bottom:1px solid #eee7dc;
  }

  .eco-trend-row:last-child{
    border-bottom:none;
  }

  .eco-trend-row > div{
    border-bottom:none;
    padding:15px 18px;
  }

  .eco-trend-row > div:first-child{
    border-right:none;
    background:#f6f2e9;
  }

  .eco-trend-row > div:first-child::before{
    content:"Sustainability Trend";
    display:block;
    font-size:11px;
    font-weight:800;
    color:#0b4a33;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:5px;
  }

  .eco-trend-row > div:last-child::before{
    content:"Impact";
    display:block;
    font-size:11px;
    font-weight:800;
    color:#0b4a33;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6293beb *//* =========================
TYPES OF ECO-FRIENDLY PACKAGING
========================= */

.eco-types-section{
  padding:90px 20px;
  background:#f6f2e9;
}

.eco-types-head{
  max-width:850px;
  margin:0 auto 44px;
  text-align:center;
}

.eco-types-head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
  color:#0b3326;
}

.eco-types-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-types-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.eco-type-card{
  display:grid;
  grid-template-columns:210px 1fr;
  gap:22px;
  align-items:stretch;
  background:#fffdf7;
  border:1px solid #e3dccf;
  border-radius:24px;
  padding:18px;
  box-shadow:0 14px 30px rgba(15,23,42,.045);
  transition:.25s ease;
}

.eco-type-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.eco-type-featured{
  grid-column:span 2;
  grid-template-columns:360px 1fr;
  background:#eef6ed;
  border-color:#cfe3cb;
}

.eco-type-img{
  border-radius:18px;
  overflow:hidden;
  background:#e8eee2;
}

.eco-type-img img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}

.eco-type-content{
  padding:8px 4px;
}

.eco-type-content > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#0b4a33;
  color:#fff;
  font-weight:800;
  font-size:13px;
  margin-bottom:12px;
}

.eco-type-content h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:24px;
  line-height:1.25;
}

.eco-type-content p{
  margin:0 0 14px;
  color:#475569;
  line-height:1.7;
  font-size:15px;
}

.eco-type-content ul{
  margin:0 0 18px;
  padding:0;
  list-style:none;
}

.eco-type-content li{
  position:relative;
  margin-bottom:8px;
  padding-left:24px;
  color:#263533;
  font-size:14px;
  line-height:1.45;
}

.eco-type-content li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0b4a33;
  font-weight:900;
}

.eco-type-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.eco-type-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid #bcd6c7;
  color:#0b4a33;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.eco-type-featured .eco-type-links a{
  background:#0b4a33;
  color:#fff;
  border-color:#0b4a33;
}

.eco-type-links a:hover{
  background:#0b4a33;
  color:#fff;
}

/* Responsive */

@media(max-width:1100px){
  .eco-types-grid{
    grid-template-columns:1fr;
  }

  .eco-type-featured{
    grid-column:auto;
    grid-template-columns:260px 1fr;
  }
}

@media(max-width:760px){
  .eco-types-section{
    padding:60px 18px;
  }

  .eco-types-head h2{
    font-size:30px;
  }

  .eco-type-card,
  .eco-type-featured{
    grid-template-columns:1fr;
    padding:16px;
    border-radius:20px;
  }

  .eco-type-img img{
    min-height:auto;
    aspect-ratio:4/3;
  }

  .eco-type-content h3{
    font-size:21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc08838 *//* =========================
SUSTAINABLE PACKAGING MATERIALS
========================= */

.eco-materials-section{
  padding:90px 20px;
  background:#fffdf7;
}

.eco-materials-head{
  max-width:850px;
  margin:0 auto 44px;
  text-align:center;
}

.eco-materials-head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
  color:#0b3326;
}

.eco-materials-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-materials-layout{
  display:grid;
  grid-template-columns:.85fr 1.35fr;
  gap:34px;
  align-items:start;
}

.eco-materials-intro{
  position:sticky;
  top:30px;
  background:#0b4a33;
  color:#fff;
  padding:30px;
  border-radius:24px;
  box-shadow:0 16px 35px rgba(15,23,42,.08);
}

.eco-materials-intro h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.2;
}

.eco-materials-intro p{
  margin:0 0 18px;
  color:#dcebe4;
  line-height:1.7;
}

.eco-material-note{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
  padding:16px;
  border-radius:16px;
  color:#fff;
  line-height:1.6;
}

.eco-material-note strong{
  color:#f5ce6c;
}

.eco-material-guide-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    margin-top:20px;

    color:#f5ce6c !important;
    font-weight:700;
    text-decoration:none;
    font-size:15px;
}

.eco-material-guide-link:hover{
    color:#ffffff !important;
}

.eco-materials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.eco-material-card{
  background:#ffffff;
  border:1px solid #e7e0d3;
  border-radius:20px;
  padding:22px;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
  transition:.25s ease;
}

.eco-material-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(15,23,42,.08);
}

.eco-material-card span{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#eef4e5;
  color:#0b4a33;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  margin-bottom:14px;
}

.eco-material-card h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:20px;
  line-height:1.25;
}

.eco-material-card p{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

/* Table Block */

.eco-material-table-block{
  margin-top:52px;
}

.eco-material-table-head{
  text-align:center;
  margin-bottom:24px;
}

.eco-material-table-head h3{
  margin:0;
  color:#0b3326;
  font-size:32px;
  line-height:1.2;
}

.eco-material-table{
  max-width:1000px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e7e0d3;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
}

.eco-material-row{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
}

.eco-material-row > div{
  padding:17px 20px;
  border-bottom:1px solid #eee7dc;
  border-right:1px solid #eee7dc;
  color:#475569;
  font-size:15px;
  line-height:1.45;
}

.eco-material-row > div:last-child{
  border-right:0;
}

.eco-material-row:last-child > div{
  border-bottom:0;
}

.eco-material-row > div:first-child{
  font-weight:800;
  color:#0b3326;
}

.eco-material-row-head > div{
  background:#0b4a33;
  color:#fff !important;
  font-weight:800;
}

.eco-material-table-note{
  max-width:850px;
  margin:20px auto 0;
  text-align:center;
  color:#475569;
  line-height:1.7;
}

/* Responsive */

@media(max-width:1100px){
  .eco-materials-layout{
    grid-template-columns:1fr;
  }

  .eco-materials-intro{
    position:relative;
    top:auto;
  }

  .eco-materials-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .eco-materials-section{
    padding:60px 18px;
  }

  .eco-materials-head h2{
    font-size:30px;
  }

  .eco-materials-intro{
    padding:22px;
    border-radius:18px;
  }

  .eco-materials-intro h3{
    font-size:24px;
  }

  .eco-materials-grid{
    grid-template-columns:1fr;
  }

  .eco-material-card{
    padding:20px;
  }

  .eco-material-table-head h3{
    font-size:25px;
  }

  .eco-material-table{
    border-radius:18px;
  }

  .eco-material-row,
  .eco-material-row-head{
    grid-template-columns:1fr;
  }

  .eco-material-row-head{
    display:none;
  }

  .eco-material-row{
    border-bottom:1px solid #eee7dc;
  }

  .eco-material-row:last-child{
    border-bottom:0;
  }

  .eco-material-row > div{
    border-right:0;
    border-bottom:0;
    padding:14px 18px;
  }

  .eco-material-row > div:first-child{
    background:#f6f2e9;
  }

  .eco-material-row > div:nth-child(2)::before{
    content:"Recyclable: ";
    font-weight:800;
    color:#0b4a33;
  }

  .eco-material-row > div:nth-child(3)::before{
    content:"Biodegradable: ";
    font-weight:800;
    color:#0b4a33;
  }

  .eco-material-row > div:nth-child(4)::before{
    content:"Compostable: ";
    font-weight:800;
    color:#0b4a33;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9c849d *//* =========================
SOY-BASED INKS SECTION
========================= */

.eco-inks-section{
  padding:90px 20px;
  background:#f6f2e9;
}

.eco-inks-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:44px;
  align-items:center;
}

.eco-inks-content h2{
  margin:0 0 16px;
  color:#0b3326;
  font-size:42px;
  line-height:1.12;
}

.eco-inks-content p{
  margin:0 0 16px;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-inks-points{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.eco-inks-points div{
  background:#fffdf7;
  border:1px solid #e7e0d3;
  border-radius:18px;
  padding:18px;
}

.eco-inks-points strong{
  display:block;
  color:#0b3326;
  font-size:15px;
  margin-bottom:6px;
}

.eco-inks-points span{
  display:block;
  color:#64748b;
  font-size:13px;
  line-height:1.5;
}

.eco-inks-visual{
  min-height:420px;
  border-radius:32px;
  background:
    radial-gradient(circle at 26% 24%, rgba(245,206,108,.42), transparent 24%),
    linear-gradient(135deg,#0b4a33,#123b2b);
  position:relative;
  overflow:hidden;
  padding:34px;
  display:flex;
  align-items:flex-end;
}

.eco-inks-visual::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  right:-70px;
  top:-70px;
}

.eco-inks-visual::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(245,206,108,.15);
  left:-50px;
  bottom:-50px;
}

.eco-ink-card{
  position:relative;
  z-index:2;
  max-width:420px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.35);
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 38px rgba(15,23,42,.16);
}

.eco-ink-card span{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:#eef4e5;
  color:#0b4a33;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}

.eco-ink-card h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:25px;
  line-height:1.25;
}

.eco-ink-card p{
  margin:0;
  color:#475569;
  line-height:1.65;
}

/* Details */

.eco-inks-details{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.eco-inks-details article{
  background:#fffdf7;
  border:1px solid #e7e0d3;
  border-radius:20px;
  padding:22px;
  box-shadow:0 12px 28px rgba(15,23,42,.045);
}

.eco-inks-details h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:20px;
  line-height:1.3;
}

.eco-inks-details p{
  margin:0 0 14px;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.eco-inks-details ul{
  margin:0;
  padding:0;
  list-style:none;
}

.eco-inks-details li{
  position:relative;
  margin-bottom:8px;
  padding-left:22px;
  color:#263533;
  font-size:13px;
  line-height:1.45;
}

.eco-inks-details li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0b4a33;
  font-weight:900;
}

/* Responsive */

@media(max-width:1100px){
  .eco-inks-grid{
    grid-template-columns:1fr;
  }

  .eco-inks-details{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .eco-inks-section{
    padding:60px 18px;
  }

  .eco-inks-content h2{
    font-size:30px;
  }

  .eco-inks-points{
    grid-template-columns:1fr;
  }

  .eco-inks-visual{
    min-height:340px;
    padding:22px;
    border-radius:24px;
  }

  .eco-ink-card{
    padding:22px;
    border-radius:20px;
  }

  .eco-ink-card h3{
    font-size:22px;
  }

  .eco-inks-details{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e77cbb *//* ==================================
RECYCLABLE VS BIODEGRADABLE SECTION
================================== */

.eco-compare-types-section{
padding:90px 20px;
background:#fffdf7;
}

.eco-types-heading{
max-width:850px;
margin:0 auto 50px;
text-align:center;
}

.eco-types-heading h2{
font-size:42px;
line-height:1.15;
margin-bottom:15px;
color:#0b3326;
}

.eco-types-heading p{
color:#475569;
line-height:1.8;
}

/* CARDS */

.eco-compare-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-bottom:50px;
}

.compare-card{
background:#fff;
border-radius:24px;
padding:30px;
border:1px solid #e5e7eb;
box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.compare-icon{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
margin-bottom:18px;
}

.recyclable .compare-icon{
background:#e8f5e9;
}

.biodegradable .compare-icon{
background:#fff4e5;
}

.compostable .compare-icon{
background:#eef4e5;
}

.compare-card h3{
margin-bottom:12px;
color:#0b3326;
}

.compare-card p{
color:#64748b;
margin-bottom:15px;
}

.compare-card ul{
padding-left:18px;
}

.compare-card li{
margin-bottom:8px;
}

/* TABLE */

.eco-comparison-table{
background:#fff;
border-radius:22px;
overflow:hidden;
border:1px solid #e5e7eb;
box-shadow:0 12px 28px rgba(15,23,42,.05);
margin-bottom:40px;
}

.table-row{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
}

.table-row div{
padding:18px;
border-bottom:1px solid #eee;
}

.table-row div:not(:last-child){
border-right:1px solid #eee;
}

.table-head{
background:#0b4a33;
color:#fff;
font-weight:700;
}

/* CHOICE BOX */

.eco-choice-box{
background:#0b4a33;
color:#fff;
padding:35px;
border-radius:24px;
}

.eco-choice-box h3{
margin-bottom:15px;
font-size:30px;
}

.eco-choice-box p{
color:#d7e7df;
line-height:1.8;
margin-bottom:25px;
}

.choice-points{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.choice-points div{
background:rgba(255,255,255,.08);
padding:20px;
border-radius:16px;
}

.choice-points strong{
display:block;
margin-bottom:8px;
color:#f5ce6c;
}

/* MOBILE */

@media(max-width:900px){

.eco-compare-cards{
grid-template-columns:1fr;
}

.choice-points{
grid-template-columns:1fr;
}

.table-row{
grid-template-columns:1fr;
}

.table-head{
display:none;
}

.table-row div{
border-right:none !important;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08af118 *//* =========================
UK ECO PACKAGING TRENDS
========================= */

.eco-trends-section{
  padding:90px 20px;
  background:#0b3326;
  color:#fff;
}

.eco-trends-head{
  max-width:850px;
  margin:0 auto 46px;
  text-align:center;
}

.eco-trends-head .eco-section-label{
  color:#f5ce6c;
}

.eco-trends-head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
  color:#fff;
}

.eco-trends-head p{
  margin:0;
  color:#dbe7df;
  font-size:16px;
  line-height:1.8;
}

.eco-trends-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  align-items:stretch;
}

.eco-trends-left{
  min-height:100%;
}

.eco-trend-feature{
  height:100%;
  min-height:420px;
  padding:34px;
  border-radius:26px;
  background:
    radial-gradient(circle at top right, rgba(245,206,108,.28), transparent 32%),
    linear-gradient(145deg,#123f2f,#0b4a33);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
  justify-content:space-between;
}

.circular-visual{
  width:100%;
  height:190px;
  margin-bottom:28px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.circle-ring{
  width:170px;
  height:170px;
  border-radius:50%;
  border:2px dashed rgba(245,206,108,.7);
  position:relative;
  animation:slowRotate 18s linear infinite;
}

.circle-ring span{
  position:absolute;
  background:#f5ce6c;
  color:#0b3326;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
}

.circle-ring span:nth-child(1){
  top:-14px;
  left:50%;
  transform:translateX(-50%);
}

.circle-ring span:nth-child(2){
  bottom:20px;
  left:-28px;
}

.circle-ring span:nth-child(3){
  bottom:20px;
  right:-34px;
}

.circle-center{
  position:absolute;
  width:84px;
  height:84px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#f5ce6c;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
}

@keyframes slowRotate{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}

.eco-trend-feature span{
  display:inline-flex;
  width:max-content;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#f5ce6c;
  color:#0b3326;
  font-weight:900;
}

.eco-trend-feature h3{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.15;
  color:#fff;
}

.eco-trend-feature p{
  margin:0;
  color:#dbe7df;
  line-height:1.75;
}

.eco-trends-right{
  display:grid;
  gap:16px;
}

.eco-trend-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
}

.trend-num{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#f5ce6c;
  color:#0b3326;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:15px;
}

.eco-trend-item h3{
  margin:0 0 8px;
  color:#fff;
  font-size:21px;
  line-height:1.3;
}

.eco-trend-item p{
  margin:0;
  color:#dbe7df;
  font-size:15px;
  line-height:1.7;
}

.eco-trend-actions{
  margin-top:34px;
  padding:24px;
  border-radius:20px;
  background:#fffdf7;
  color:#0b3326;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.eco-trend-actions div{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.eco-trend-actions strong{
  font-size:18px;
}

.eco-trend-actions span{
  color:#475569;
  line-height:1.6;
}

.eco-trend-btn{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:10px;
  background:#0b4a33;
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
}

/* Responsive */

@media(max-width:1000px){
  .eco-trends-layout{
    grid-template-columns:1fr;
  }

  .eco-trend-feature{
    min-height:auto;
  }
}

@media(max-width:700px){
  .eco-trends-section{
    padding:60px 18px;
  }

  .eco-trends-head h2{
    font-size:30px;
  }

  .eco-trend-feature{
    padding:24px;
    border-radius:20px;
  }

  .eco-trend-feature h3{
    font-size:26px;
  }

  .eco-trend-item{
    grid-template-columns:1fr;
    gap:12px;
    padding:20px;
  }

  .eco-trend-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .eco-trend-btn{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a034032 *//* =========================
INDUSTRIES USING ECO-FRIENDLY PACKAGING
========================= */

.eco-industries-section{
  padding:90px 20px;
  background:#fffdf7;
}

.eco-industries-head{
  max-width:850px;
  margin:0 auto 46px;
  text-align:center;
}

.eco-industries-head h2{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.12;
  color:#0b3326;
}

.eco-industries-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-industries-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.eco-industry-card{
  background:#ffffff;
  border:1px solid #e7e0d3;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
  transition:.25s ease;
}

.eco-industry-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 42px rgba(15,23,42,.09);
}

.eco-industry-img{
  height:230px;
  overflow:hidden;
  background:#eef4e5;
}

.eco-industry-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.35s ease;
}

.eco-industry-card:hover .eco-industry-img img{
  transform:scale(1.04);
}

.eco-industry-content{
  padding:24px;
}

.eco-industry-content > span{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 11px;
  border-radius:999px;
  background:#eef4e5;
  color:#0b4a33;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}

.eco-industry-content h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:23px;
  line-height:1.25;
}

.eco-industry-content p{
  margin:0 0 16px;
  color:#475569;
  font-size:15px;
  line-height:1.7;
}

.eco-industry-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 14px;
  border-radius:999px;
  background:#0b4a33;
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}

.eco-industry-content a:hover{
  background:#073d2a;
}
/* Paper Cones Featured Card */

.eco-industry-card:last-child{
  background:linear-gradient(
    135deg,
    #f6fbf5 0%,
    #ffffff 100%
  );
}

.eco-industry-card:last-child .eco-industry-content span{
  background:#dff3e2;
  color:#0b4a33;
}

.eco-industry-card:last-child a{
  background:#2b5f5f;
}

.eco-industry-card:last-child a:hover{
  background:#214949;
}


/* Responsive */

@media(max-width:1050px){
  .eco-industries-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .eco-industries-section{
    padding:60px 18px;
  }

  .eco-industries-head h2{
    font-size:30px;
  }

  .eco-industries-grid{
    grid-template-columns:1fr;
  }

  .eco-industry-img{
    height:auto;
    aspect-ratio:4/3;
  }

  .eco-industry-content{
    padding:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d202303 *//* =========================
HOW TO CHOOSE SUSTAINABLE PACKAGING
========================= */

.eco-choice-section{
  padding:90px 20px;
  background:#f6f2e9;
}

.eco-choice-head{
  max-width:860px;
  margin:0 auto 46px;
  text-align:center;
}

.eco-choice-head h2{
  margin:0 0 14px;
  color:#0b3326;
  font-size:42px;
  line-height:1.12;
}

.eco-choice-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-choice-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.eco-choice-card{
  position:relative;
  background:#fffdf7;
  border:1px solid #e1dacd;
  border-radius:22px;
  padding:52px 20px 22px;
  box-shadow:0 14px 30px rgba(15,23,42,.045);
}

.eco-step-num{
  position:absolute;
  top:-24px;
  left:22px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#0b4a33;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 10px 20px rgba(11,74,51,.18);
}

.eco-choice-card h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:20px;
  line-height:1.25;
}

.eco-choice-card p{
  margin:0 0 14px;
  color:#475569;
  font-size:14px;
  line-height:1.65;
}

.eco-choice-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.eco-choice-card li{
  position:relative;
  padding-left:22px;
  margin-bottom:8px;
  color:#263533;
  font-size:13px;
  line-height:1.45;
}

.eco-choice-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#0b4a33;
  font-weight:900;
}

.eco-choice-summary{
  margin-top:38px;
  padding:30px;
  border-radius:24px;
  background:#0b4a33;
  color:#fff;
  text-align:center;
}

.eco-choice-summary h3{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.2;
}

.eco-choice-summary p{
  max-width:760px;
  margin:0 auto;
  color:#dcebe4;
  line-height:1.7;
}

/* Responsive */

@media(max-width:1200px){
  .eco-choice-steps{
    grid-template-columns:repeat(3,1fr);
    row-gap:34px;
  }
}

@media(max-width:800px){
  .eco-choice-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .eco-choice-section{
    padding:60px 18px;
  }

  .eco-choice-head h2{
    font-size:30px;
  }

  .eco-choice-steps{
    grid-template-columns:1fr;
    gap:34px;
  }

  .eco-choice-card{
    padding:48px 20px 22px;
  }

  .eco-choice-summary{
    padding:24px;
    border-radius:18px;
  }

  .eco-choice-summary h3{
    font-size:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f8480c *//* =========================
EXPLORE SUSTAINABLE PACKAGING SOLUTIONS
========================= */

.eco-solutions-section{
  padding:90px 20px;
  background:#fffdf7;
}

.eco-solutions-head{
  max-width:850px;
  margin:0 auto 42px;
  text-align:center;
}

.eco-solutions-head h2{
  margin:0 0 14px;
  color:#0b3326;
  font-size:42px;
  line-height:1.12;
}

.eco-solutions-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-solutions-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.eco-solution-card{
  display:block;
  min-height:220px;
  padding:26px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid #e7e0d3;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
  text-decoration:none;
  transition:.25s ease;
}

.eco-solution-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 42px rgba(15,23,42,.09);
  background:#eef6ed;
}

.eco-solution-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:18px;
  border-radius:50%;
  background:#0b4a33;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

.eco-solution-card h3{
  margin:0 0 10px;
  color:#0b3326;
  font-size:23px;
  line-height:1.25;
}

.eco-solution-card p{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.7;
}

@media(max-width:1000px){
  .eco-solutions-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .eco-solutions-section{
    padding:60px 18px;
  }

  .eco-solutions-head h2{
    font-size:30px;
  }

  .eco-solutions-grid{
    grid-template-columns:1fr;
  }

  .eco-solution-card{
    min-height:auto;
    padding:22px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa14f22 *//* =========================
WHY CHOOSE SECTION
========================= */

.eco-why-section{
  padding:90px 20px;
  background:#0b3326; /* dark eco premium background */
  color:#fff;
}

.eco-why-head{
  max-width:850px;
  margin:0 auto 50px;
  text-align:center;
}

.eco-why-head h2{
  font-size:42px;
  line-height:1.12;
  margin:10px 0 14px;
}

.eco-why-head p{
  color:#d7e6dd;
  font-size:16px;
  line-height:1.8;
}

/* GRID */

.eco-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

/* CARD */

.eco-why-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  padding:22px;
  border-radius:18px;
  transition:.25s ease;
  backdrop-filter: blur(6px);
}

.eco-why-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,0.09);
}

.eco-why-card h3{
  margin:0 0 10px;
  font-size:18px;
  color:#ffffff;
}

.eco-why-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#d7e6dd;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .eco-why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .eco-why-section{
    padding:60px 18px;
  }

  .eco-why-head h2{
    font-size:30px;
  }

  .eco-why-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-092c035 *//* =========================
FINAL ECO CTA
========================= */

.eco-final-cta{
  padding:90px 20px;
  background:#fffdf7;
}

.eco-final-cta-box{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:36px;
  align-items:center;
  padding:46px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(245,206,108,.28), transparent 30%),
    linear-gradient(135deg,#0b3326,#0b4a33);
  color:#fff;
  box-shadow:0 22px 50px rgba(15,23,42,.12);
}

.eco-final-cta-content .eco-section-label{
  color:#f5ce6c;
}

.eco-final-cta-content h2{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.12;
  color:#fff;
}

.eco-final-cta-content p{
  margin:0 0 26px;
  max-width:620px;
  color:#dcebe4;
  font-size:16px;
  line-height:1.8;
}

.eco-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.eco-final-primary,
.eco-final-secondary{
  min-height:50px;
  padding:0 22px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  text-decoration:none;
}

.eco-final-primary{
  background:#f5ce6c;
  color:#0b3326 !important;
}

.eco-final-secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,.5);
  color:#fff !important;
}

.eco-final-checklist{
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  padding:26px;
}

.eco-final-checklist h3{
  margin:0 0 18px;
  color:#fff;
  font-size:24px;
}

.eco-final-checklist ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.eco-final-checklist li{
  position:relative;
  padding-left:30px;
  color:#eef8f2;
  font-size:15px;
  line-height:1.5;
}

.eco-final-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#f5ce6c;
  color:#0b3326;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
}

@media(max-width:900px){
  .eco-final-cta-box{
    grid-template-columns:1fr;
    padding:34px;
  }

  .eco-final-cta-content h2{
    font-size:34px;
  }
}

@media(max-width:600px){
  .eco-final-cta{
    padding:60px 18px;
  }

  .eco-final-cta-box{
    padding:24px;
    border-radius:22px;
  }

  .eco-final-cta-content h2{
    font-size:30px;
  }

  .eco-final-actions{
    flex-direction:column;
  }

  .eco-final-primary,
  .eco-final-secondary{
    width:100%;
  }

  .eco-final-checklist{
    padding:22px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61e57b3 *//* =========================
ECO FAQ SECTION
========================= */

.eco-faq-section{
  padding:90px 20px;
  background:#f6f2e9;
}

.eco-faq-head{
  max-width:820px;
  margin:0 auto 44px;
  text-align:center;
}

.eco-faq-head h2{
  margin:0 0 14px;
  color:#0b3326;
  font-size:42px;
  line-height:1.12;
}

.eco-faq-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}

.eco-faq-grid{
  max-width:1100px;
  margin:0 auto;
  column-count:2;
  column-gap:22px;
}

.eco-faq-item{
  break-inside:avoid;
  display:block;
  margin:0 0 16px;
  background:#fffdf7;
  border:1px solid #e7e0d3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(15,23,42,.045);
}

.eco-faq-item[open]{
  background:#eef6ed;
  border-color:#cfe3cb;
}

.eco-faq-item summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#0b3326;
  font-weight:800;
  font-size:16px;
  line-height:1.45;
}

.eco-faq-item summary::-webkit-details-marker{
  display:none;
}

.eco-faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  background:#0b4a33;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
}

.eco-faq-item[open] summary::after{
  content:"–";
  background:#f5ce6c;
  color:#0b3326;
}

.eco-faq-item p{
  margin:0;
  padding:0 20px 20px;
  color:#475569;
  font-size:15px;
  line-height:1.75;
}

/* Responsive */

@media(max-width:800px){
  .eco-faq-grid{
    column-count:1;
  }
}

@media(max-width:600px){
  .eco-faq-section{
    padding:60px 18px;
  }

  .eco-faq-head h2{
    font-size:30px;
  }

  .eco-faq-item summary{
    font-size:15px;
    padding:16px 50px 16px 18px;
  }

  .eco-faq-item p{
    font-size:14px;
    padding:0 18px 18px;
  }
}/* End custom CSS */