/* ================================================================
   ELIMU CENTRE THEME — Complete Stylesheet
   Design: elimucentreresources.co.ke
   ================================================================ */

/* ── Reset ────────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
body { background-color:#f8f9fa; font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif; color:#333; line-height:1.6; }
a { text-decoration:none; color:inherit; }
img { max-width:100%; height:auto; }
ul { list-style:none; }
.ecs-container { max-width:98vw; margin:0 auto; padding:0 20px; }

/* ================================================================
   TOP CONTACT BAR
   ================================================================ */
.ecs-top-bar { background-color:#f1f3f5; padding:10px 0; border-bottom:1px solid #e0e0e0; font-size:14px; color:#2c3e50; font-weight:500; }
.ecs-top-bar-grid { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; width:100%; }
.ecs-top-bar-left { text-align:left; }
.ecs-top-bar-center { text-align:center; }
.ecs-top-bar-right { text-align:right; font-weight:600; }
.ecs-contact-icon { color:#0f6c4b; margin-right:8px; font-size:15px; }

/* ================================================================
   MAIN HEADER
   ================================================================ */
.ecs-main-header { background-color:#0f6c4b; padding:0; color:#fff; position:sticky; top:0; z-index:1000; }
.ecs-main-header a { color:#fff; text-decoration:none; font-size:14px; }
.ecs-header-container { display:flex; justify-content:space-between; align-items:stretch; width:100%; gap:clamp(6px,1vw,15px); height:50px; }
.ecs-header-left-group { display:flex; gap:clamp(8px,1.5vw,20px); font-weight:600; align-items:stretch; flex-shrink:0; white-space:nowrap; }
.ecs-home-btn { display:inline-flex; align-items:center; justify-content:center; height:100%; min-width:44px; padding:0 12px; transition:background-color .2s; color:#fff; font-weight:600; font-size:18px; }
.ecs-home-btn:hover { background-color:#0d533a; }
.ecs-header-nav { display:flex; gap:clamp(4px,0.6vw,10px); flex:1 1 auto; justify-content:space-evenly; align-items:stretch; margin:0 clamp(4px,1vw,10px); white-space:nowrap; }
.ecs-header-nav a { white-space:nowrap; font-size:clamp(12px,0.9vw,15px); font-weight:500; transition:color .3s ease,background-color .2s ease; display:inline-flex; align-items:center; justify-content:center; height:100%; min-width:44px; padding:0 clamp(8px,0.8vw,14px); flex:1 1 auto; max-width:200px; text-align:center; border-radius:0; overflow:hidden; text-overflow:ellipsis; color:#fff; }
.ecs-header-nav a:hover { background-color:#0d533a; text-decoration:none; color:#fff; }
.ecs-nav-login-btn { align-self:center!important; height:36px!important; border:1px solid rgba(255,255,255,.4)!important; padding:0 18px!important; border-radius:6px!important; background-color:rgba(255,255,255,.1)!important; font-weight:600!important; display:inline-flex!important; align-items:center!important; justify-content:center; gap:6px!important; color:#fff!important; flex:0 0 auto!important; max-width:140px!important; }
.ecs-nav-login-btn:hover { background-color:rgba(255,255,255,.2)!important; text-decoration:none!important; }
.ecs-header-right-group { display:flex; align-items:center; gap:15px; flex-shrink:0; }
.ecs-cart-wrapper { flex-shrink:0; white-space:nowrap; display:flex; align-items:center; justify-content:center; }
.ecs-cart-btn { background:transparent; color:#fff; text-decoration:none; font-size:15px; min-width:36px; height:36px; border-radius:30px; display:inline-flex; align-items:center; justify-content:center; gap:5px; padding:0 12px; transition:background-color .2s; font-weight:700; position:relative; }
.ecs-cart-btn:hover { background-color:rgba(255,255,255,.15); text-decoration:none; }
.ecs-cart-count { background-color:#ef4444; color:#fff; font-weight:700; font-size:9px; width:17px; height:17px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; position:absolute; top:1px; right:2px; border:2px solid #0f6c4b; line-height:1; z-index:2; }
.ecs-cart-count[data-count="0"] { display:none!important; }
.ecs-hamburger-btn { display:none; background:transparent; border:none; color:#fff; font-size:20px; width:44px; height:44px; align-items:center; justify-content:center; cursor:pointer; border-radius:6px; transition:background-color .2s; padding:0; }
.ecs-hamburger-btn:hover { background-color:rgba(255,255,255,.1); }

/* Off-canvas */
.ecs-offcanvas-overlay { position:fixed; inset:0; background:rgba(0,0,0,.3); opacity:0; visibility:hidden; transition:opacity 220ms ease; z-index:1900; }
.ecs-offcanvas-overlay.active { opacity:1; visibility:visible; }
.ecs-offcanvas-nav { position:fixed; top:0; right:-320px; width:300px; max-width:85vw; height:100vh; background:#0d533a; box-shadow:-4px 0 25px rgba(0,0,0,.3); z-index:2000; transition:right .3s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; color:#fff; }
.ecs-offcanvas-nav.active { right:0; }
.ecs-offcanvas-header { display:flex; justify-content:space-between; align-items:center; padding:20px; border-bottom:1px solid rgba(255,255,255,.1); }
.ecs-offcanvas-title { font-size:17px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; color:#fff; }
.ecs-offcanvas-close-btn { background:transparent; border:none; color:#fff; font-size:28px; line-height:1; cursor:pointer; transition:opacity .2s; padding:0 5px; }
.ecs-offcanvas-close-btn:hover { opacity:.7; }
.ecs-offcanvas-body { padding:20px; display:flex; flex-direction:column; gap:15px; overflow-y:auto; flex:1; }
.ecs-offcanvas-link { color:rgba(255,255,255,.9); text-decoration:none; font-size:15px; font-weight:500; padding:10px 12px; border-radius:6px; transition:all .2s; display:flex; align-items:center; gap:10px; }
.ecs-offcanvas-link i { width:20px; text-align:center; color:rgba(255,255,255,.65); }
.ecs-offcanvas-link:hover { background-color:rgba(255,255,255,.1); color:#fff; text-decoration:none; }
.ecs-offcanvas-login-btn { margin-top:10px; border:1px solid rgba(255,255,255,.3)!important; background-color:rgba(255,255,255,.08)!important; justify-content:center!important; color:#fff!important; padding:10px!important; font-weight:600!important; }
.ecs-offcanvas-cart-wrapper { margin-top:auto; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); }
.ecs-offcanvas-cart-btn { background-color:#0f172a; color:#fff; text-decoration:none; font-size:14px; padding:12px; border-radius:8px; display:flex; align-items:center; justify-content:center; gap:10px; font-weight:600; transition:background .2s; }
.ecs-offcanvas-cart-btn:hover { background-color:#1e293b; color:#fff; text-decoration:none; }
.ecs-offcanvas-cart-count { color:#ffcc00; font-weight:700; font-size:14px; }

@media (max-width:992px) {
    .ecs-hamburger-btn { display:inline-flex!important; }
    .ecs-header-nav { display:none!important; }
}

/* ================================================================
   BREADCRUMB
   ================================================================ */
.ecs-breadcrumb-bar { font-size:12px; color:#64748b; margin-top:6px; display:flex; align-items:center; gap:6px; padding-bottom:12px; }
.ecs-breadcrumb-bar a { text-decoration:none; color:#0f6c4b; font-weight:500; }
.ecs-breadcrumb-bar a i { margin-right:4px; color:#0f6c4b; }
.ecs-breadcrumb-current { color:#64748b; font-weight:500; }
.ecs-breadcrumb-sep { color:#94a3b8; margin:0 4px; font-weight:bold; }

/* ================================================================
   CATEGORY GRID
   ================================================================ */
.ecs-section-title { font-size:18px; font-weight:700; color:#0f172a; margin-bottom:20px; }
.ecs-category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.ecs-category-card { background:#fff; border:1px solid #e9ecef; border-radius:8px; padding:15px 20px; display:flex; align-items:center; justify-content:space-between; text-decoration:none; color:#333; transition:all .2s; cursor:pointer; box-shadow:0 2px 4px rgba(0,0,0,.02); }
.ecs-category-card:hover { box-shadow:0 4px 12px rgba(0,0,0,.08); border-color:#0f6c4b; transform:translateY(-2px); }
.ecs-card-left { display:flex; align-items:center; gap:15px; }
.ecs-card-icon { width:44px; height:44px; border:2px solid #0f6c4b; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; color:#0f6c4b; background:#fff; }
.ecs-card-icon i { font-size:20px; }
.ecs-card-title { font-size:15px; font-weight:500; color:#212529; }
.ecs-card-arrow { color:#adb5bd; font-size:18px; }
@media (max-width:1200px) { .ecs-category-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width:1024px) { .ecs-category-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:768px) { .ecs-category-grid { grid-template-columns:1fr; } .ecs-top-bar-grid { grid-template-columns:1fr 1fr; } .ecs-top-bar-center { display:none!important; } }

/* ================================================================
   PRODUCT GRID & CARDS
   ================================================================ */
.ecs-popular-section-box { border:1px solid #e2e8f0; border-radius:12px; padding:24px; background-color:#fff; margin-bottom:40px; width:100%; }
.ecs-popular-section-box .ecs-section-title { margin-top:0; margin-bottom:20px; }
.ecs-product-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(335px,1fr)); gap:20px; }
.ecs-product-card { background:#fff; border:1px solid #e2e8f0; border-top:3px solid #0f6c4b; border-radius:8px; padding:16px 16px 14px; display:flex; flex-direction:column; justify-content:space-between; transition:all .2s; box-shadow:0 1px 4px rgba(0,0,0,.04); }
.ecs-product-card:hover { box-shadow:0 4px 14px rgba(0,0,0,.08); border-color:#0f6c4b; transform:translateY(-2px); }
.ecs-product-header { margin-bottom:8px; }
.ecs-product-title { font-size:13px; font-weight:700; color:#1e3a8a; margin:0 0 10px; line-height:1.45; text-transform:uppercase; min-height:36px; }
.ecs-product-title a { color:inherit; text-decoration:none; }
.ecs-product-title a:hover { text-decoration:underline; }
.ecs-product-info-row { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.ecs-product-category { font-size:12px; color:#0f6c4b; font-weight:600; text-decoration:none; }
.ecs-product-category:hover { text-decoration:underline; }
.ecs-product-price { font-size:13px; font-weight:700; color:#2563eb; }
.ecs-product-meta-row { display:flex; justify-content:space-between; align-items:center; font-size:12px; color:#475569; border-bottom:1px solid #e2e8f0; padding-bottom:12px; margin-bottom:12px; }
.ecs-product-meta-item { display:flex; align-items:center; gap:6px; }
.ecs-product-meta-item i { font-size:14px; color:#0f6c4b; flex-shrink:0; }
.ecs-product-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:auto; }
.ecs-btn-buy-now { flex:0 0 auto; text-align:center; padding:7px 20px; font-size:12px; font-weight:600; border-radius:8px; border:1.5px solid #2563eb; color:#2563eb; background:#fff; text-decoration:none; transition:all .2s; display:flex; align-items:center; justify-content:center; white-space:nowrap; cursor:pointer; }
.ecs-btn-buy-now:hover { background:rgba(37,99,235,.04); border-color:#1d4ed8; color:#1d4ed8; }
.ecs-btn-add-cart { width:auto; text-align:center; padding:7px 20px; font-size:12px; font-weight:700; border-radius:8px; border:1.5px solid #0f6c4b; color:#fff; background:#0f6c4b; cursor:pointer; transition:all .2s; white-space:nowrap; }
.ecs-btn-add-cart:hover { background:#0b543a; border-color:#0b543a; }
.ecs-btn-added-cart { width:auto; margin-left:auto; text-align:center; padding:7px 20px; font-size:12px; font-weight:700; border-radius:8px; border:1.5px solid #0f6c4b; color:#0f6c4b; background:#fff; display:flex; align-items:center; justify-content:center; gap:6px; transition:all .2s; white-space:nowrap; }
.ecs-btn-added-cart:hover { background:rgba(15,108,75,.04); }
@media (max-width:1200px) { .ecs-product-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px) { .ecs-product-grid { grid-template-columns:1fr; } }

/* ================================================================
   CATEGORY LAYOUT (Archive) — Sidebar + Grid
   ================================================================ */
.ecs-category-header-container { padding:24px 20px 16px; max-width:98vw; margin:0 auto; }
.ecs-category-main-title { font-size:24px; font-weight:800; color:#0f172a; text-transform:uppercase; margin:0; letter-spacing:.5px; display:flex; align-items:center; gap:10px; }
.ecs-category-layout { display:flex; gap:25px; padding-bottom:50px; margin-top:5px; align-items:flex-start; }
.ecs-sidebar { width:280px; flex-shrink:0; position:sticky; top:70px; }
.ecs-sidebar-list { display:flex; flex-direction:column; gap:8px; }
.ecs-sidebar-item { border:1px solid #e2e8f0; border-radius:8px; background:#fff; transition:all .2s; overflow:hidden; }
.ecs-sidebar-item:hover { border-color:#cbd5e1; box-shadow:0 4px 12px rgba(0,0,0,.04); transform:translateY(-1px); }
.ecs-sidebar-item.active { border-color:#0f6c4b; background-color:#f0fdf4; box-shadow:0 4px 12px rgba(15,108,75,.05); }
.ecs-sidebar-item a.sidebar-toggle { display:flex; align-items:center; justify-content:space-between; width:100%; background:none; border:none; padding:12px 14px; text-align:left; cursor:pointer; text-decoration:none; transition:all .2s; color:#333; font-size:14px; }
.ecs-sidebar-item a.sidebar-toggle:hover { text-decoration:none; color:#333; }
.sidebar-icon-circle { width:38px; height:38px; min-width:38px; border-radius:50%; border:1px solid #cbd5e1; display:flex; align-items:center; justify-content:center; margin-right:12px; background:#fff; transition:all .2s; }
.sidebar-icon-circle i { width:18px; height:18px; color:#0f6c4b; }
.sidebar-toggle:hover .sidebar-icon-circle { border-color:#0f6c4b; background-color:#e8f4f0; }
.ecs-sidebar-item.active .sidebar-icon-circle { border-color:#0f6c4b; background-color:#e8f4f0; }
.grade-info { flex-grow:1; display:flex; flex-direction:column; text-align:left; }
.grade-label { font-size:14px; font-weight:700; color:#0f6c4b; line-height:1.2; }
.category-label { font-size:11px; color:#64748b; font-weight:400; margin-top:2px; }
.ecs-sidebar-item .arrow { color:#94a3b8; font-size:16px; font-weight:600; transition:all .2s; }
.ecs-sidebar-item.active .arrow { color:#0f6c4b; }
.ecs-main-content-area { flex-grow:1; min-width:0; }
@media (max-width:992px) { .ecs-category-layout { flex-direction:column; gap:15px; } .ecs-sidebar { width:100%; position:static; } .ecs-sidebar-list { display:grid; grid-template-columns:repeat(2,1fr); } }
@media (max-width:576px) { .ecs-sidebar-list { grid-template-columns:1fr; } }

/* ================================================================
   PAGINATION
   ================================================================ */
.ecs-pagination { display:flex; justify-content:center; align-items:center; gap:10px; margin-top:40px; padding-bottom:20px; }
.ecs-pagination .page-numbers { display:flex; justify-content:center; align-items:center; width:36px; height:36px; border:1px solid #ddd; border-radius:4px; background:#fff; color:#555; text-decoration:none; font-size:14px; font-weight:500; transition:all .2s; }
.ecs-pagination .page-numbers:hover { background:#f1f1f1; border-color:#bbb; }
.ecs-pagination .page-numbers.current { background:#0f6c4b; border-color:#0f6c4b; color:#fff; cursor:default; }

/* ================================================================
   SINGLE PRODUCT PAGE
   ================================================================ */
.ecs-product-page-container { display:flex; gap:40px; padding:20px 0 60px; }
.ecs-product-left { flex:1.2; background:#fff; border:1px solid #e0e0e0; border-radius:8px; padding:30px; }
.ecs-product-page-title { font-size:16px; font-weight:700; color:#0f6c4b; margin-bottom:15px; text-transform:uppercase; }
.ecs-product-sidebar { width:300px; flex-shrink:0; }
.ecs-sidebar-detail-card { background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:20px; }
.ecs-sidebar-detail-card h4 { font-size:14px; font-weight:700; color:#0f6c4b; margin-bottom:12px; padding-bottom:8px; border-bottom:1px solid #e2e8f0; text-transform:uppercase; letter-spacing:.5px; }
.ecs-sidebar-detail-card table { width:100%; font-size:13px; }
.ecs-sidebar-detail-card table td { padding:8px 0; border-bottom:1px solid #f5f5f5; }
.ecs-sidebar-detail-card table td:first-child { color:#64748b; font-weight:500; width:80px; }

/* Paywall box */
.ecs-paywall-box { background:#fffbeb; border:2px solid #fbbf24; border-radius:12px; padding:24px; margin-top:20px; }
.ecs-paywall-box h3 { font-size:15px; color:#92400e; margin-bottom:8px; }
.ecs-paywall-box p { font-size:14px; color:#78716c; margin-bottom:12px; }
.ecs-btn-large { padding:12px 28px!important; font-size:14px!important; }

/* Download box */
.ecs-download-box { background:#f0fdf4; border:2px solid #86efac; border-radius:12px; padding:24px; margin-top:20px; }
.ecs-download-box h3 { font-size:15px; color:#166534; margin-bottom:12px; }
.ecs-btn-download-large { display:inline-flex; align-items:center; gap:8px; background:#0f6c4b; color:#fff!important; padding:12px 28px; border-radius:8px; font-size:14px; font-weight:700; transition:background .2s; }
.ecs-btn-download-large:hover { background:#0b543a; color:#fff!important; text-decoration:none; }
.ecs-download-note { font-size:12px; color:#475569; margin-top:12px; }

@media (max-width:768px) { .ecs-product-page-container { flex-direction:column; } .ecs-product-sidebar { width:100%; } }

/* ================================================================
   CART & CHECKOUT PAGE
   ================================================================ */
.ecs-cart-page-container { display:flex; gap:40px; padding:20px 0 60px; align-items:flex-start; }
.ecs-cart-left { flex:1.3; background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:24px; box-shadow:0 1px 3px rgba(0,0,0,.01); }
.ecs-cart-left h2 { font-size:15px; font-weight:800; color:#0f6c4b; text-transform:uppercase; margin:0 0 8px; letter-spacing:.5px; display:flex; align-items:center; gap:8px; }
.ecs-cart-left p { font-size:14px; color:#475569; margin:0 0 16px; line-height:1.5; }
.ecs-form-group { margin-bottom:20px; }
.ecs-form-group label { display:block; font-size:12px; font-weight:700; text-transform:uppercase; color:#555; margin-bottom:5px; }
.ecs-form-control { width:100%; padding:12px 15px; border:1px solid #ddd; border-radius:5px; font-size:14px; box-sizing:border-box; }
.ecs-input-icon-wrapper { position:relative; display:flex; align-items:center; }
.ecs-input-icon-wrapper .ecs-form-control { padding-right:40px; }
.ecs-input-icon-right { position:absolute; right:15px; color:#0f6c4b; font-size:16px; pointer-events:none; }
.ecs-btn-pay-now { background:#0f6c4b; color:#fff; border:none; padding:14px 36px; font-size:15px; font-weight:700; border-radius:8px; cursor:pointer; transition:background .2s; display:inline-flex; align-items:center; gap:8px; }
.ecs-btn-pay-now:hover { background:#0b543a; }
.ecs-btn-pay-now:disabled { background:#94a3b8; cursor:not-allowed; }
.ecs-cart-right { flex:1; background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:24px; box-shadow:0 1px 3px rgba(0,0,0,.01); }
.ecs-cart-right h3 { font-size:14px; font-weight:750; color:#0f172a; margin-top:0; margin-bottom:20px; }
.ecs-cart-item-list { display:flex; flex-direction:column; gap:12px; }
.ecs-cart-item { display:flex; align-items:center; gap:16px; padding:16px; border:1px solid #e2e8f0; border-radius:6px; background:#fff; transition:all .2s; }
.ecs-cart-item:hover { border-color:#cbd5e1; box-shadow:0 2px 8px rgba(0,0,0,.02); }
.ecs-cart-item-info { flex-grow:1; display:flex; flex-direction:column; gap:4px; }
.ecs-cart-item-title { font-size:13px; font-weight:700; color:#1e3a8a; line-height:1.4; }
.ecs-cart-item-meta { font-size:11px; color:#0f6c4b; font-weight:600; }
.ecs-cart-item-price { font-size:12px; color:#475569; font-weight:700; white-space:nowrap; }
.ecs-remove-item-btn { background:none; border:none; color:#dc3545; font-size:18px; font-weight:bold; cursor:pointer; padding:8px; transition:transform .2s; line-height:1; }
.ecs-remove-item-btn:hover { transform:scale(1.15); }
@media (max-width:992px) { .ecs-cart-page-container { flex-direction:column; gap:30px; padding-top:20px; } .ecs-cart-left,.ecs-cart-right { width:100%; } }

/* Payment status */
.ecs-status-pending { background:#fffbeb; border:1px solid #fbbf24; border-radius:8px; padding:16px; color:#92400e; font-size:14px; display:flex; align-items:center; gap:10px; }
.ecs-status-success { background:#f0fdf4; border:1px solid #86efac; border-radius:8px; padding:16px; color:#166534; font-size:14px; }
.ecs-status-error { background:#fef2f2; border:1px solid #fca5a5; border-radius:8px; padding:16px; color:#991b1b; font-size:14px; }
.ecs-download-link { display:flex; align-items:center; gap:10px; padding:12px 16px; background:#fff; border:1px solid #e2e8f0; border-radius:6px; margin-bottom:8px; }
.ecs-download-link a { color:#2563eb; font-weight:600; font-size:13px; }
.ecs-download-link a:hover { text-decoration:underline; }
.ecs-download-link .ecs-dl-code { font-size:11px; color:#94a3b8; margin-left:auto; }

/* ================================================================
   FOOTER
   ================================================================ */
.ecs-site-footer { background-color:#0d1117; color:#c9d1d9; padding:60px 0 0; margin-top:20px; border-top:3px solid #0f6c4b; }
.ecs-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.6fr; gap:40px; padding-bottom:50px; max-width:98vw; margin:0 auto; padding-left:20px; padding-right:20px; }
.ecs-footer-brand .ecs-footer-logo { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.ecs-footer-brand .ecs-footer-logo i { font-size:26px; color:#0f6c4b; }
.ecs-footer-brand .ecs-footer-logo img { height:28px; width:auto; }
.ecs-footer-brand .ecs-footer-logo span { font-size:18px; font-weight:800; color:#fff; letter-spacing:.04em; }
.ecs-footer-tagline { font-size:13.5px; color:#8b949e; line-height:1.7; margin-bottom:20px; max-width:300px; }
.ecs-footer-socials { display:flex; gap:10px; flex-wrap:wrap; }
.ecs-footer-socials a { width:36px; height:36px; border-radius:50%; background:#21262d; border:1px solid #30363d; color:#8b949e; font-size:14px; display:flex; align-items:center; justify-content:center; text-decoration:none; transition:all .2s; }
.ecs-footer-socials a:hover { background:#0f6c4b; color:#fff; border-color:#0f6c4b; transform:translateY(-3px); }
.ecs-footer-col-title { font-size:11.5px; font-weight:700; letter-spacing:.12em; color:#fff; text-transform:uppercase; margin-bottom:16px; padding-bottom:8px; border-bottom:1px solid #21262d; }
.ecs-footer-link-list { display:flex; flex-direction:column; gap:10px; }
.ecs-footer-link-list li a { color:#8b949e; text-decoration:none; font-size:13.5px; transition:color .2s,padding-left .2s; display:flex; align-items:center; gap:7px; }
.ecs-footer-link-list li a i { font-size:9px; color:#0f6c4b; flex-shrink:0; transition:transform .2s; }
.ecs-footer-link-list li a:hover { color:#fff; padding-left:4px; }
.ecs-footer-link-list li a:hover i { transform:translateX(2px); }
.ecs-footer-contact-list { display:flex; flex-direction:column; gap:12px; }
.ecs-footer-contact-list li { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:#8b949e; }
.ecs-footer-contact-list li i { color:#0f6c4b; font-size:14px; margin-top:3px; flex-shrink:0; }
.ecs-footer-newsletter-form { display:flex; margin-top:16px; border:1px solid #30363d; border-radius:6px; overflow:hidden; }
.ecs-footer-newsletter-form input[type="email"] { flex:1; padding:10px 14px; background:#161b22; border:none; color:#c9d1d9; font-size:13px; outline:none; min-width:0; }
.ecs-footer-newsletter-form input[type="email"]::placeholder { color:#484f58; }
.ecs-footer-newsletter-form button { padding:10px 16px; background:#0f6c4b; color:#fff; border:none; font-size:13px; font-weight:600; cursor:pointer; transition:background .2s; white-space:nowrap; }
.ecs-footer-newsletter-form button:hover { background:#0b543a; }
.ecs-footer-divider { border-top:1px solid #21262d; }
.ecs-footer-bottom { display:flex; justify-content:space-between; align-items:center; padding:18px 20px; max-width:98vw; margin:0 auto; font-size:12.5px; color:#484f58; }
.ecs-footer-copyright { color:#8b949e; }
.ecs-footer-bottom-links { display:flex; gap:16px; }
.ecs-footer-bottom-links a { color:#8b949e; font-size:12.5px; transition:color .2s; }
.ecs-footer-bottom-links a:hover { color:#fff; }
@media (max-width:992px) { .ecs-footer-grid { grid-template-columns:1fr 1fr; gap:30px; } }
@media (max-width:576px) { .ecs-footer-grid { grid-template-columns:1fr; gap:24px; } .ecs-footer-bottom { flex-direction:column; gap:10px; text-align:center; } }

/* ================================================================
   WHATSAPP WIDGET
   ================================================================ */
.ecs-wa-widget { position:fixed; bottom:24px; right:24px; z-index:999; }
.ecs-wa-toggle-btn { width:60px; height:60px; border-radius:50%; background:#25d366; color:#fff; border:none; font-size:30px; cursor:pointer; box-shadow:0 4px 18px rgba(37,211,102,.4); display:flex; align-items:center; justify-content:center; transition:transform .2s,box-shadow .2s; }
.ecs-wa-toggle-btn:hover { transform:scale(1.08); box-shadow:0 6px 24px rgba(37,211,102,.55); }
.ecs-wa-modal { position:absolute; bottom:72px; right:0; width:340px; max-width:90vw; background:#fff; border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,.15); overflow:hidden; opacity:0; visibility:hidden; transform:translateY(10px) scale(.95); transition:all .25s ease; }
.ecs-wa-modal.active { opacity:1; visibility:visible; transform:translateY(0) scale(1); }
.ecs-wa-header { background:#075e54; color:#fff; padding:18px 16px; display:flex; align-items:center; gap:12px; }
.ecs-wa-avatar { width:42px; height:42px; border-radius:50%; background:#128c7e; display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; }
.ecs-wa-name { font-size:15px; font-weight:700; }
.ecs-wa-status { font-size:12px; opacity:.8; }
.ecs-wa-body { padding:16px; display:flex; flex-direction:column; gap:8px; }
.ecs-wa-option { display:flex; align-items:center; gap:12px; padding:12px; border:1px solid #e2e8f0; border-radius:8px; color:#333; font-size:14px; cursor:pointer; transition:all .2s; text-decoration:none; }
.ecs-wa-option:hover { background:#f0fdf4; border-color:#0f6c4b; }
.ecs-wa-option i { color:#25d366; font-size:18px; flex-shrink:0; }

/* ================================================================
   STICKY CART RIBBON
   ================================================================ */
.ecs-sticky-cart-ribbon { position:fixed; bottom:0; left:0; right:0; background:#0f172a; color:#fff; padding:12px 20px; display:flex; justify-content:space-between; align-items:center; z-index:998; box-shadow:0 -2px 12px rgba(0,0,0,.2); }
.ecs-sticky-cart-ribbon span { font-size:14px; font-weight:600; }
.ecs-sticky-cart-ribbon a { display:inline-flex; align-items:center; gap:8px; background:#0f6c4b; color:#fff; padding:8px 20px; border-radius:6px; font-size:13px; font-weight:700; text-decoration:none; transition:background .2s; }
.ecs-sticky-cart-ribbon a:hover { background:#0b543a; color:#fff; text-decoration:none; }