header.entry-header, h1.entry-title, .page-header, .page-title { display: none !important; }
.eli-banner h1, .eli-banner .entry-title { display: block !important; } :root { 
--primary: #2e7d32; --primary-dark: #1b5e20; --secondary: #f9a825; --dark: #1A2530; 
--text: #222; --bg: #fff; 
--width: 1200px; 
--nav-height: 90px; 
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--text); line-height: 1.6; font-size: 16px; background-color: var(--bg); overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--width); margin: 0 auto; padding: 0 20px; } .site-header { background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 9999; width: 100%; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: var(--nav-height); position: relative; }
.site-branding { flex-shrink: 0; margin-right: 20px; }
.site-branding img { max-height: 70px; width: auto; }
.site-nav { flex-grow: 1; display: flex; justify-content: center; }
.main-menu { display: flex; gap: 25px; align-items: center; margin: 0; padding: 0; }
.main-menu > li > a { font-weight: 700; font-size: 14px; text-transform: uppercase; color: #2c3e50; padding: 10px 0; position: relative; letter-spacing: 0.5px; }
.main-menu > li > a::after { content: ''; position: absolute; width: 0; height: 3px; bottom: 0; left: 0; background-color: var(--primary); transition: width 0.3s ease; }
.main-menu > li > a:hover { color: var(--primary); }
.main-menu > li > a:hover::after { width: 100%; }
.main-menu li { position: relative; }
.main-menu li ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 220px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border-radius: 4px; padding: 10px 0; z-index: 100; border-top: 4px solid var(--primary); }
.main-menu li:hover > ul.sub-menu { display: block; }
.main-menu li ul.sub-menu li a { display: block; padding: 12px 20px; font-size: 14px; color: #444; border-bottom: 1px solid #f1f1f1; font-weight: 600; }
.main-menu li ul.sub-menu li a:hover { background: #f9f9f9; color: var(--primary); padding-left: 25px; }
.header-right { display: flex; align-items: center; gap: 15px; }
.header-btn { background: var(--primary); color: #fff !important; padding: 12px 30px; border-radius: 50px; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; border: none; box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3); transition: all 0.3s ease; }
.header-btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(46, 125, 50, 0.4); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; color: #333; padding: 10px; z-index: 10001; } @media (max-width: 1024px) {
.header-inner { justify-content: center !important; position: relative !important; min-height: 80px; }
.site-branding { margin: 0 auto !important; position: absolute; left: 50%; transform: translateX(-50%); z-index: 10; }
.header-btn, a.header-btn { display: none !important; opacity: 0 !important; pointer-events: none !important; }
.header-right { width: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; }
.menu-toggle, button.menu-toggle { display: block !important; visibility: visible !important; opacity: 1 !important; position: absolute !important; right: 15px !important; top: 50% !important; transform: translateY(-50%) !important; font-size: 36px !important; color: #2c3e50 !important; background: transparent !important; border: none !important; padding: 5px !important; z-index: 99999 !important; width: auto !important; height: auto !important; }
.site-nav { display: none; position: absolute; top: var(--nav-height); left: 0; width: 100%; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); padding: 20px; flex-direction: column; z-index: 99998; }
.main-menu.active, .site-nav.toggled { display: flex; } 
.main-menu { flex-direction: column; width: 100%; gap: 0; }
.main-menu > li { width: 100%; border-bottom: 1px solid #eee; text-align: center; }
.main-menu > li > a { display: block; padding: 15px 0; }
.main-menu li ul.sub-menu { position: static; box-shadow: none; border: none; padding-left: 0; background: #f9f9f9; display: none; text-align: center; } 
.main-menu li:hover ul.sub-menu { display: block; }
} .site-footer { background: var(--dark); color: #cfd8dc; padding: 30px 0 15px; margin-top: 40px; font-size: 13px; }
.footer-grid { display: grid; gap: 30px; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.footer-col h3 { color: #fff; margin-bottom: 12px; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col a:hover { color: var(--secondary); margin-left: 5px; }
.footer-logo img { display: block; max-width: 100%; height: auto; }
.copyright { text-align: center; margin-top: 20px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 12px; opacity: 0.6; }
@media (max-width: 768px) {
.site-footer { text-align: center; }
.footer-grid { display: flex; flex-direction: column; align-items: center; } 
.footer-col { width: 100%; margin-bottom: 20px; }
.footer-logo img { margin: 0 auto 15px auto; }
.footer-col h3 { margin-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 5px; display: inline-block; }
} .eli-container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.eli-text-center { text-align: center; }
.eli-mb-60 { margin-bottom: 60px; }
.eli-section-title { font-size: 2.5rem; color: #2c3e50; margin-bottom: 1rem; line-height: 1.2; font-weight: 800; }
.eli-section-desc { font-size: 1.1rem; color: #555; max-width: 800px; margin: 0 auto 2rem auto; }
.eli-banner { position: relative; height: 350px; background-size: cover; background-position: center; border-radius: 12px; margin-bottom: 40px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.eli-banner-overlay { background: rgba(0, 0, 0, 0.5); padding: 40px; border-radius: 12px; color: #fff; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.eli-banner h1 { color: #fff !important; font-size: 2.8rem; margin-bottom: 10px; text-transform: uppercase; font-weight: 800; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.eli-seo-box { background: #ffffff; padding: 60px; border-radius: 20px; box-shadow: 0 0 40px rgba(0,0,0,0.08); margin-top: 80px; margin-bottom: 60px; color: #444; border: 1px solid #f0f0f0; max-width: 1000px; margin-left: auto; margin-right: auto; }
.eli-seo-content h2 { font-size: 1.8rem; color: #2c3e50; margin-bottom: 20px; margin-top: 30px; text-align: center; }
.eli-seo-content p { font-size: 1rem; line-height: 1.8; margin-bottom: 20px; text-align: justify; }
.eli-seo-content ul { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.eli-trust-bar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 40px; padding-top: 40px; border-top: 1px solid #eee; }
.eli-trust-item { flex: 1; min-width: 200px; text-align: center; padding: 20px; background: #f9f9f9; border-radius: 12px; }
.eli-trust-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.eli-trust-title { font-weight: 700; color: #2c3e50; display: block; margin-bottom: 5px; }
.eli-trust-desc { font-size: 0.9rem; color: #666; }
.eli-split-row { display: flex; flex-wrap: wrap; gap: 0; align-items: stretch; margin-bottom: 40px; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.eli-col { flex: 1; min-width: 300px; }
.eli-img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eli-text-box { padding: 50px; display: flex; flex-direction: column; justify-content: center; min-height: 400px; }
.eli-text-box h3 { font-size: 2rem; margin-bottom: 1rem; color: #2c3e50; font-weight: 700; }
.eli-text-box p { font-size: 1.05rem; color: #444; margin-bottom: 1.5rem; }
.bg-light-green { background-color: #f0f9f4; }
.bg-light-orange { background-color: #fff8f0; }
.bg-light-purple { background-color: #fbf5fd; }
.bg-light-yellow { background-color: #fffbf0; }
.bg-light-grey { background-color: #f7f9f9; } .eli-btn { display: inline-block; padding: 14px 35px; border-radius: 4px; font-weight: 800; text-decoration: none; transition: all 0.3s ease; margin-top: 10px; width: fit-content; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; border: none; }
.eli-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
.eli-btn-primary { background: #263238; color: #fff; } .eli-btn-green { background: #1b5e20; color: #fff; } .eli-btn-orange { background: #d84315; color: #fff; } .eli-btn-purple { background: #6a1b9a; color: #fff; }  .eli-slider-wrapper { margin-top: 80px; margin-bottom: 40px; }
.eli-slider-container { display: flex; align-items: center; gap: 15px; position: relative; }
.eli-slider-btn { 
background: #fff; border: 1px solid #ddd; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; 
font-size: 20px; color: #333; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.3s; flex-shrink: 0; z-index: 2;
display: flex; justify-content: center; align-items: center; padding: 0; line-height: 1; padding-bottom: 3px; 
}
.eli-slider-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.eli-slider-track { display: flex; gap: 30px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 20px; width: 100%; -ms-overflow-style: none; scrollbar-width: none; }
.eli-slider-track::-webkit-scrollbar { display: none; }
.eli-slide-card { flex: 0 0 calc(33.333% - 20px); background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; scroll-snap-align: start; display: flex; flex-direction: column; transition: transform 0.3s; }
.eli-slide-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.eli-slide-img { height: 200px; display: block; overflow: hidden; }
.eli-slide-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.eli-slide-card:hover .eli-slide-img img { transform: scale(1.05); }
.eli-slide-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.eli-slide-date { font-size: 12px; color: #757575; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
.eli-slide-content h3 { font-size: 1.15rem; margin-bottom: 15px; line-height: 1.4; color: #2c3e50; font-weight: 700; }
.eli-slide-link { margin-top: auto; font-size: 13px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; } .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-bottom: 60px; }
.blog-card { background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.blog-thumb { height: 240px; overflow: hidden; position: relative; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-info { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-date { font-size: 0.85rem; color: #757575; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.blog-title { font-size: 1.4rem; margin-bottom: 15px; line-height: 1.4; color: #2c3e50; font-weight: 700; }
.blog-excerpt { font-size: 0.95rem; color: #555; margin-bottom: 20px; line-height: 1.6; flex-grow: 1; }
.read-more-link { font-weight: 800; color: var(--primary); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.5px; margin-top: auto; }
.pagination { text-align: center; margin-top: 60px; }
.nav-links a, .nav-links span { padding: 12px 20px; margin: 0 5px; border: 1px solid #eee; border-radius: 4px; font-weight: 600; color: #333; }
.nav-links .current, .nav-links a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.single-hero-section { padding: 60px 20px 40px; background: #fff; border-bottom: 1px solid #f1f1f1; margin-bottom: 40px; }
.single-cat-badge { display: inline-block; background: #e8f5e9; color: var(--primary); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 6px 15px; border-radius: 20px; margin-bottom: 20px; }
.single-main-title { font-size: 2.8rem; line-height: 1.2; color: #2c3e50; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; display: block !important; visibility: visible !important; opacity: 1 !important; height: auto !important; }
.single-meta-row { font-size: 0.95rem; color: #757575; font-weight: 500; }
.meta-sep { margin: 0 10px; color: #ddd; }
.single-post-container { max-width: 800px; margin: 0 auto; padding: 0 20px 80px; }
.single-feat-img { margin-bottom: 50px; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.single-content { font-size: 1.2rem; line-height: 1.8; color: #333; }
.single-content p { margin-bottom: 30px; }
.single-content h2 { margin-top: 50px; margin-bottom: 20px; font-size: 1.8rem; color: #2c3e50; font-weight: 700; }
.single-content h3 { margin-top: 40px; margin-bottom: 15px; font-size: 1.5rem; color: #2c3e50; font-weight: 700; }
.single-content ul, .single-content ol { margin-bottom: 30px; padding-left: 20px; }
.single-content li { margin-bottom: 10px; }
.single-footer-meta { margin-top: 60px; padding-top: 30px; border-top: 1px solid #eee; font-size: 0.9rem; color: #666; }
.single-footer-meta a { color: var(--primary); font-weight: 600; }
.related-posts-section { background-color: #f9f9f9; padding: 80px 0; border-top: 1px solid #eee; }
.related-title { text-align: center; font-size: 2rem; color: #2c3e50; margin-bottom: 50px; font-weight: 700; }
.related-grid { margin-bottom: 0 !important; }
@media (max-width: 768px) { .single-main-title { font-size: 2rem; } .related-title { font-size: 1.6rem; } } @media (max-width: 1024px) {
.eli-slider-container { position: relative; }
.eli-slider-track, #relatedSliderTrack { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; scroll-snap-type: x mandatory; gap: 0 !important; padding-bottom: 20px; -webkit-overflow-scrolling: touch; }
.eli-slider-track .eli-slide-card, #relatedSliderTrack .eli-slide-card { flex: 0 0 100% !important; width: 100% !important; margin-right: 0 !important; scroll-snap-align: center; border-radius: 0 !important; border: none !important; }
.eli-slider-btn { 
display: flex !important; position: absolute; top: 40%; transform: translateY(-50%); 
z-index: 10; background: rgba(255, 255, 255, 0.95); width: 40px; height: 40px; font-size: 20px; border: 1px solid #eee;
justify-content: center; align-items: center; padding: 0; line-height: 1; padding-bottom: 3px;
}
.eli-slider-btn.prev { left: 10px; }
.eli-slider-btn.next { right: 10px; }
} .eli-page-content { max-width: 1000px; margin: 0 auto; font-size: 1.1rem; line-height: 1.8; color: #444; }
.eli-page-content p { margin-bottom: 20px; }
.eli-page-content h2 { color: #2c3e50; margin-top: 40px; margin-bottom: 15px; font-size: 1.8rem; }
.eli-page-content h3 { color: #2c3e50; margin-top: 30px; margin-bottom: 15px; font-size: 1.5rem; }
.eli-page-content ul { list-style: disc; padding-left: 20px; margin-bottom: 20px; }
.eli-page-content img { border-radius: 8px; max-width: 100%; height: auto; margin: 20px 0; } .contact-wrapper { display: flex; gap: 50px; align-items: stretch; }
.contact-sidebar { flex: 1; min-width: 300px; display: flex; flex-direction: column; }
.contact-main { flex: 1.5; display: flex; }
.info-card { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px; margin-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; }
.info-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: var(--primary); }
.icon-box { width: 50px; height: 50px; background: #e8f5e9; color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.text-box .label { display: block; font-size: 0.8rem; text-transform: uppercase; color: #757575; font-weight: 700; margin-bottom: 3px; letter-spacing: 0.5px; }
.text-box .value { display: block; font-size: 1rem; color: #2c3e50; font-weight: 600; }
.map-card { border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #eee; margin-top: auto; flex-grow: 1; min-height: 350px; }
.map-card iframe { height: 100%; min-height: 350px; }
.form-container { background: #fff; padding: 40px; border-radius: 12px; border: 1px solid #eee; box-shadow: 0 15px 40px rgba(0,0,0,0.06); width: 100%; }
div.wpforms-container-full .wpforms-form .wpforms-field { padding: 0 !important; margin-bottom: 20px !important; }
div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form textarea { width: 100% !important; padding: 15px !important; border: 1px solid #ddd !important; border-radius: 8px !important; font-size: 1rem !important; background: #f9f9f9; transition: 0.3s; }
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus { border-color: var(--primary) !important; background: #fff; outline: none; }
div.wpforms-container-full .wpforms-form button[type=submit] { background-color: var(--primary) !important; color: #fff !important; border: none !important; padding: 15px 40px !important; font-weight: bold !important; border-radius: 8px !important; text-transform: uppercase; width: 100%; transition: 0.3s; font-size: 1rem; cursor: pointer; }
div.wpforms-container-full .wpforms-form button[type=submit]:hover { background-color: var(--primary-dark) !important; transform: translateY(-2px); }
@media (max-width: 1024px) {
.contact-wrapper { flex-direction: column; gap: 40px; }
.contact-sidebar, .contact-main { width: 100%; }
.contact-sidebar { order: 2; } 
.contact-main { order: 1; }
.form-container { padding: 25px; }
} .products-catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-bottom: 60px; }
.prod-cat-card { background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; text-align: center; }
.prod-cat-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); }
.prod-cat-img { height: 250px; overflow: hidden; }
.prod-cat-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.prod-cat-card:hover .prod-cat-img img { transform: scale(1.1); }
.prod-cat-body { padding: 30px 20px; display: flex; flex-direction: column; align-items: center; flex-grow: 1; }
.prod-cat-body h3 { font-size: 1.4rem; color: #2c3e50; margin-bottom: 10px; }
.prod-cat-body p { font-size: 0.95rem; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; } .eli-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.value-card { background: #f9f9f9; padding: 40px 25px; border-radius: 12px; transition: transform 0.3s; border: 1px solid transparent; height: 100%; display: flex; flex-direction: column; align-items: center; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-color: #eee; background: #fff; }
.value-icon { font-size: 3rem; margin-bottom: 15px; }
.value-card h4 { margin-bottom: 12px; color: #2c3e50; font-size: 1.1rem; }
.value-card p { font-size: 0.9rem; color: #555; line-height: 1.6; }
@media (max-width: 1024px) { .eli-values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .eli-values-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) {
body.home .container, body.home .eli-container { padding-left: 15px !important; padding-right: 15px !important; width: 100% !important; max-width: 100% !important; }
body.home .eli-text-box, body.home .eli-seo-box, body.home .eli-banner-overlay, body.home div[style*="padding"] { padding-left: 15px !important; padding-right: 15px !important; }
body.home h1, body.home h2, body.home h3, body.home p { max-width: 100% !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center !important; }
body.home div[style*="display: flex"] { flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; }
body.home a[href*="/"] { margin-left: auto !important; margin-right: auto !important; display: inline-block !important; }
body.home div[style*="height: 400px"] { height: 250px !important; min-height: 250px !important; }
} .blog-meta-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
font-size: 0.85rem;
}
.blog-grid-cat a {
color: var(--primary); font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 0.8rem;
background: #e8f5e9;
padding: 3px 8px;
border-radius: 4px;
text-decoration: none;
transition: 0.3s;
}
.blog-grid-cat a:hover {
background: var(--primary);
color: #fff;
}
.single-cat-badge a {
color: inherit;
text-decoration: none;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
}
.single-cat-badge a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.blog-meta-top {
flex-wrap: wrap;
gap: 10px;
}
}