*{margin:0;padding:0;box-sizing:border-box;transition: transform 0.3s ease;}
body{font-family:system-ui,'Segoe UI','PingFang SC',Roboto,'Helvetica Neue',sans-serif;line-height:1.5;color:#1e1e2a;background-color:#fff;scroll-behavior:smooth; font-size:16px;}
a{ color:rgb(17 24 39 ); text-decoration:none}
a:hover{ color: #15803d;}
ul,li{list-style:none;}
img{ display:block}
.container{max-width:1280px;margin:0 auto;}
.top-bar{background:#0f3b2c;color:#d1fae5;font-size:14px;padding:10px 0}
.top-bar .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
.top-bar a{color:#a7f3d0;text-decoration:none}
.top-bar a:hover{text-decoration:underline}
.navbar{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}
.nav-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:18px 0}
.logo h2{font-size:1.8rem;letter-spacing:1px;color:#15803d}
.logo p{font-size:.75rem;color:#4b5563;letter-spacing:1px}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-weight:600;color:#2c3e50;transition:.2s}
.nav-links a.active,.nav-links a:hover{color:#15803d}
.mobile-menu-btn{display:none;font-size:26px;cursor:pointer}

.btn{display:inline-block;background:#15803d;color:#fff;padding:12px 28px;border-radius:15px;text-decoration:none;font-weight:600;transition:.2s;border:none;cursor:pointer}
.btn-outline{background:0 0;border:2px solid #15803d;color:#15803d}
.btn-outline:hover{background:#15803d;color:#fff}
.btn:hover{background:#0e5e2e;transform:translateY(-2px); color:#fff}
.btn i{ margin:0 10px}

.hero{background:linear-gradient(105deg,#ecfdf5 0,#d1fae5 100%);padding:70px 0}
.hero-grid{display:flex;align-items:center;gap:50px;flex-wrap:wrap}
.hero-content{flex:1}
.hero-badge{background:#15803d20;display:inline-block;padding:6px 14px;border-radius:40px;font-size:.85rem;font-weight:600;color:#15803d;margin-bottom:20px}
.hero-content h1{font-size:3.2rem;line-height:1.2;margin:20px 0;color:#1e293b}
.hero-stats{display:flex;gap:30px;margin:30px 0;flex-wrap:wrap}
.stat-item{text-align:center}
.stat-number{font-size:2rem;font-weight:800;color:#15803d}
.hero-image{flex:1;text-align:center}
.hero-image img{max-width:100%;border-radius:32px;box-shadow:0 20px 30px -12px rgba(0,0,0,.2)}

.section{padding:80px 0}
.section-title{text-align:center;font-size:2.3rem;margin-bottom:16px;color:#1a3a2a; font-weight:700}
.section-sub{text-align:center;color:#4a6a5a;max-width:700px;margin:0 auto 50px auto; font-size:1.1rem}
.sect-left{ text-align:left}
.sect-wh{ color:#fff}
.sect-op{ opacity:0.8}
.sect-mbg{background:#f0fdf4;}

.page-banner{ background-size: cover;padding:70px 0;color:#fff;text-align:center}
.page-banner h1{font-size:3rem;margin-bottom:16px}
.page-banner p{max-width:700px;margin:0 auto;font-size:1.2rem;opacity:.9}


.grid-2col{display:flex;flex-wrap:wrap;gap:48px;align-items:center}
.grid-text{flex:1}
.grid-image{flex:1;text-align:center}
.grid-image img{max-width:100%;border-radius:32px;box-shadow:0 20px 30px -12px rgba(0,0,0,.15)}
.icon-feature{font-size:2.8rem;color:#15803d;margin-bottom:20px}


.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}
.product-card{background:#fff;border-radius:15px;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:.25s;text-align:center;border:1px solid #dcfce7; padding-bottom:25px; overflow:hidden}
.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 36px rgba(0,0,0,.1)}
.product-icon{margin-bottom:20px; height:300px; overflow: hidden}
.product-icon img{ width:100%; height:auto; max-height:300px;object-fit: cover;}
.product-card h3{font-size:1.6rem;margin-bottom:12px;padding:28px 20px;}
.product-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}
.tag{background:#ecfdf5;padding:4px 12px;border-radius:30px;font-size:.75rem;color:#2c5e3e}
.product-card p{  color:rgba(17,24,39,.8); overflow: hidden; font-size:0.9rem;  text-overflow: ellipsis;  display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 2;}
.product-card h3{overflow: hidden;  text-overflow: ellipsis;white-space: nowrap; }
.product-card h3, .product-card p,.product-tags{padding:0 20px;}
.product-card:hover .product-icon img{  transform: scale(1.1);}


.wyboout{flex:1}
.wy-image{flex:1;text-align:center; position:relative}
.wy-image img{max-width:100%;border-radius:32px;box-shadow:0 20px 30px -12px rgba(0,0,0,.2); display:block;object-fit: cover;}
.wy-imgst{ width:160px; height:130px; border-radius:20px; padding:20px; position:absolute; bottom:-30px; left:-30px; background:#15803d; color:#fff}
.wy-imgst p{ font-size:2.5rem; text-align:center; font-weight:700}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;margin-top:20px}
.feature-item{text-align:center;padding:24px;background:#f0fdf4;border-radius:28px}
.feature-item i{font-size:2.5rem;color:#15803d;margin-bottom:16px}
.wyboout span {background: linear-gradient(to right, #15803d, #97c040); -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.wyenabt{ color:#15803d; font-weight:700}




.steps-bg{  background:  linear-gradient(rgba(21, 128, 61, 0.9), rgba(21, 128, 61, 0.9)),  url('../images/dzbg.webp');  background-size: cover;  background-position: center;}
.process-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin:40px 0}
.step{flex:1;min-width:160px;background:rgba(255,255,255,1);border-radius:20px;padding:20px 12px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:1px solid #96c02c; text-align:center}
.step h4{ font-size:1.1rem; margin:20px 0 10px 0; color:#15803d}
.step p{ font-size:0.9rem; color: rgba(30, 30, 42, 0.6);}
.step-num{background:#15803d;width:48px;height:48px;line-height:48px;color:#fff;font-weight:700;font-size:1.5rem;border-radius:60px; margin:0 auto}




.factory-show{ padding:80px 0}
.factory-grid{display:flex;gap:30px;flex-wrap:wrap;align-items:center}
.factory-text{flex:1}
.factory-text h2{ margin-bottom:20px;}
.factory-des{ font-size:0.9rem;  color: rgba(0, 0, 0, 0.6); }
.factory-text ul li{ margin:15px 0;color:#15803d}
.factory-text ul li i{ margin-right:15px; }

.factory-img{flex:1;background:#1f5e46;border-radius:24px;padding:20px;text-align:center;}
.factory-img img{ width:100%; height:auto;object-fit: cover;border-radius:24px;}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.testimonial-card{background:#fff;padding:28px;border-radius:28px;border:1px solid #dcfce7; color: rgba(30, 30, 42, 0.6);box-shadow: 0 0 #0000,  0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)
;}
.testimonial-card h4{color: rgba(30, 30, 42, 1);}
.testimonial-card i{color:#f5b042;}
.testi-des{ margin:15px 0}
.testi-cg{ display:flex;gap: 1rem;}
.testi-img img{ width:50px; height:50px;}



.cta{background:linear-gradient(135deg,#15803d,#0a5c2e);color:#fff;text-align:center;border-radius:48px;margin:20px 0 60px}
.cta .btn-light{background:#fff;color:#15803d}
.faq-grid{max-width:800px;margin:0 auto}

.faq-item{padding:20px; margin-bottom:10px; background:rgba(220,252,231,0.2); border-radius:10px;}
.faq-question{font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between;color:#1a3a2a}
.faq-answer{display:none;padding-top:12px;color:#4a6a5a}
.faq-item.active .faq-answer{display:block;}
.faq-item.active i{transform: rotate(180deg);}


.idnews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:20px}
.idnews-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 12px 24px rgba(0,0,0,.05);transition:transform .25s ease,box-shadow .25s;border:1px solid #dcfce7}

.idnews-img{background:#dcfce7;height:200px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:#15803d; overflow:hidden}
.idnews-img img{ width:100%; height:auto; object-fit: cover;}
.idnews-content{padding:24px}
.idnews-date{font-size:.85rem;color:#15803d;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.idnews-title{font-size:1.35rem;margin-bottom:12px;font-weight:700}
.idnews-excerpt{color:#4b5563;margin-bottom:20px;line-height:1.5}
.idnews-content ul li{ margin:8px;white-space: nowrap;    overflow: hidden; text-overflow: ellipsis;}
.idnews-content ul li i{ margin-right:8px; font-size:0.8rem}

.read-more{color:#15803d;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.read-more:hover{text-decoration:underline}
.view-all-link{text-align:center;margin-top:48px}


.contact-grid{display:flex;flex-wrap:wrap;gap:40px}
	
	.contact-list li { display:flex;gap: 1rem; align-items: flex-start; margin-bottom:1.5rem}
	.contact-ico{border-radius: .5rem; font-size:1.5rem;  justify-content: center;    align-items: center; background:rgba(21, 128, 61, 0.2);width: 3rem; height:3rem;display: flex; color:#15803d;}
	.contact-txt{color: #4a6a5a;}
	.contact-txt p{ color:#0e5e2e; font-weight:600; font-size:1.1rem; margin-bottom:5px}
	.contact-txt img{ width:150px; height:auto}
.contact-info{flex:1}
.contact-form{flex:1;background:#fff;padding:32px;border-radius:28px;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);border:1px solid #dcfce7}
.form-two{display: grid;    gap: 1rem;grid-template-columns: repeat(2, minmax(0, 1fr));}
.contact-form div { margin-bottom:15px}
.contact-form div p{ color:rgba(0,0,0,0.5); font-size:0.9rem}

input,textarea,select{width:100%;padding:14px 16px;margin:5px 0;border:2px solid #15803d;border-radius:10px;outline:0;transition:.2s}
input:focus,textarea:focus{border-color:#15803d;box-shadow:0 0 0 2px #15803d30}


.btnst{ cursor:pointer}

.mission-vision{display:flex;gap:30px;flex-wrap:wrap;margin-top:30px}
.card-mv{flex:1;background:#fff;border-radius:32px;padding:36px 28px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.05);border:1px solid #dcfce7;transition:.25s}
.card-mv:hover{transform:translateY(-5px)}

.filter-bar{ padding:30px 0}
.filter-bar ul {display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:40px 0 30px}

.filter-bar ul li a{background:#f0fdf4;border:1px solid #bbf7d0;padding:8px 24px;border-radius:40px;cursor:pointer;font-weight:600;color:#2c5e3e;transition:.2s; display:block }
.filter-bar ul li a.active,.filter-bar ul li a:hover{background:#15803d;color:#fff;border-color:#15803d}

.product-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.05);transition:transform .25s,box-shadow .25s;}
.product-item:hover{transform:translateY(-6px);box-shadow:0 20px 30px rgba(0,0,0,.1)}
.product-img{background:#ecfdf5;height:300px;display:flex;justify-content:center;overflow:hidden}
.product-img img{ width:100%; height:auto; display:block}
.product-info{padding:20px}
.product-category{text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:8px}
.product-category a{color:#15803d;}
.product-title{font-size:1.35rem;font-weight:700;margin-bottom:10px}
.product-desc{color:#4b5563;font-size:.9rem;margin-bottom:16px;line-height:1.4; text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow:hidden}
.product-price{font-weight:800;color:#15803d;margin-bottom:12px}
.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.tag-sm{background:#f1f5f9;padding:4px 10px;border-radius:20px;font-size:.7rem}

.product-item:hover .product-img img{  transform: scale(1.1);}


.product-detail{display:flex;flex-wrap:wrap;gap:48px;margin:30px 0 60px}
.product-gallery{flex:1;min-width:280px}
.main-image{background:#ecfdf5;border-radius:22px;padding:32px;text-align:center;border:1px solid #dcfce7; overflow:hidden}
.main-image img{ width:100%; height:auto}
.product-info-detail{flex:1}
.product-category{color:#15803d;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.product-info-detail h1{font-size:2.5rem;margin-bottom:16px;color:#1a3a2a}
.product-price{font-size:1.8rem;font-weight:800;color:#15803d;margin:16px 0}
.pro-tags{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}
.tag{background:#f0fdf4;padding:6px 16px;border-radius:40px;font-size:.85rem;font-weight:500;color:#2c5e3e}
.product-short-desc{font-size:1.05rem;color:#2d4a3b;margin:20px 0;line-height:1.6}
.detail-actions{display:flex;gap:16px;margin-top:28px;flex-wrap:wrap}
.detail-section{background:#fafef7;border-radius:32px;padding:40px;margin:40px 0}
.detail-section h2{font-size:1.8rem;margin-bottom:24px;color:#1a3a2a}
.spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin:30px 0}
.spec-item{background:#fff;border-radius:24px;padding:16px 20px;border:1px solid #dcfce7}

.related-news{margin:60px 0 80px}
.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;margin-top:30px}
.news-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.05);border:1px solid #dcfce7;transition:.2s}
.news-card:hover{transform:translateY(-4px)}
.news-img{background:#dcfce7;height:160px;display:flex;justify-content:center; }
.news-img img{ width:100%}
.prs-img{background:#dcfce7;height:250px;display:flex;justify-content:center; }
.prs-img img{ width:100%}


.news-layout{display:flex;flex-wrap:wrap;gap:48px;margin:60px 0}
.news-main{flex:2.5;min-width:260px}
.news-sidebar{flex:1;min-width:240px}


.news-content{padding:20px}
.news-date{font-size:.8rem;color:#15803d;margin-bottom:8px}
.new-lsile{font-weight:700;font-size:1.2rem;margin-bottom:12px}
.read-more{color:#15803d;font-weight:600;text-decoration:none}


.news-item{display:flex;flex-wrap:wrap;gap:24px;padding:28px 0;border-bottom:1px solid #e2f0e6}
.news-img{flex:0 0 150px;border-radius:15px;display:flex;align-items:center;justify-content:center;height:100px}
.news-content{flex:1}
.news-date{font-size:.85rem;color:#15803d;font-weight:500;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.news-title{font-size:1.4rem;font-weight:700;margin-bottom:12px;color:#1a3a2a}
.news-title a{text-decoration:none;color:inherit;transition:color .2s}
.news-title a:hover{color:#15803d}
.news-excerpt{color:#4b5563;margin-bottom:16px;line-height:1.5}
.read-more{color:#15803d;font-weight:600;text-decoration:none}
.filter-header{font-size:1.2rem;font-weight:700;margin:0 0 20px 0;padding-bottom:12px;border-bottom:2px solid #dcfce7}
.category-list{list-style:none;margin-bottom:32px}
.category-list li{margin-bottom:12px}
.category-link{display:flex;justify-content:space-between;text-decoration:none;color:#2c5e3e;padding:8px 12px;border-radius:40px;transition:.2s}
.category-link.active,.category-link:hover{background:#15803d;color:#fff}
.hot-news-item{margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #dcfce7}
.hot-news-title{font-weight:600;margin-bottom:6px}
.hot-news-date{font-size:.75rem;color:#7c8b7c}


.pagination{display:flex;justify-content:center;gap:12px;margin:50px 0 80px;flex-wrap:wrap}
.pagination li{background:#f0fdf4;border:1px solid #bbf7d0;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s;min-width:44px;text-align:center}
.pagination li a{color:#15803d; display:block}
.pagination li.active,.pagination li:hover{background:#15803d;color:#fff;border-color:#15803d;display:block}
.pagination li.active a,.pagination li:hover a{color:#fff;}

.sidebar-card{background:#fafef7;border-radius:28px;padding:24px;margin-bottom:32px;border:1px solid #dcfce7}
.sidebar-title{font-size:1.3rem;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #dcfce7;display:flex;align-items:center;gap:8px; color:#2c5e3e}
.contact-info-item{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.contact-info-item i{width:32px;font-size:1.3rem;color:#15803d}

.qr-placeholder{text-align:center;margin-top:16px}
.qr-placeholder img{max-width:140px;width:100%;border-radius:16px;border:1px solid #dcfce7;background:#fff}
.qr-note{font-size:.75rem;color:#6c866c;margin-top:8px}
.rec-product-item{display:flex;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #dcfce7;align-items:center}
.rec-product-img{width:60px;height:60px;background:#ecfdf5;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#15803d;flex-shrink:0}
.rec-product-img img{ width:100%; height:auto}

.rec-product-info{flex:1}
.rec-product-name{font-weight:700;margin-bottom:4px}
.rec-product-name a{text-decoration:none;color:#1e2a1e;transition:color .2s}
.rec-product-name a:hover{color:#15803d}
.rec-product-price{font-size:.85rem;color:#15803d;font-weight:600}
.rec-product-des{font-size:.85rem; color:rgba(0,0,0,0.)}
.more-link{display:inline-block;margin-top:8px;font-size:.85rem;color:#15803d;font-weight:500;text-decoration:none}

.related-news-item{margin-bottom:18px;padding-bottom:12px;border-bottom:1px dashed #dcfce7}
.related-news-title{font-weight:600;margin-bottom:6px}
.related-news-title a{text-decoration:none;color:#1e2a1e;transition:color .2s}
.related-news-title a:hover{color:#15803d}
.related-news-date{font-size:.75rem;color:#7c8b7c}


.news-header{margin-bottom:32px}
.news-category{display:inline-block;background:#ecfdf5;color:#15803d;padding:4px 16px;border-radius:40px;font-size:.8rem;font-weight:600;margin-bottom:16px}
.news-title{font-size:2.2rem;line-height:1.3;margin-bottom:20px;color:#1a3a2a}
.news-meta{display:flex;flex-wrap:wrap;gap:20px;color:#6b7c6b;font-size:.9rem;padding-bottom:20px;border-bottom:1px solid #e2f0e6;margin-bottom:28px}
.news-meta i{margin-right:6px;color:#15803d}
.news-feature-img{background:#ecfdf5;border-radius:32px;padding:48px;text-align:center;margin-bottom:32px;font-size:5rem;color:#15803d}
.news-content{font-size:1.05rem;color:#2d3e2d}
.news-content p{margin-bottom:1.2em}
.news-content h2{margin:24px 0 12px;font-size:1.6rem}
.news-content ul{margin:16px 0 16px 24px}
.news-tags{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 24px}
.news-tag{background:#f0fdf4;padding:6px 18px;border-radius:40px;font-size:.8rem;color:#2c5e3e}
.news-pagination{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:24px 0;border-top:1px solid #e2f0e6;margin-top:20px}
.prev-next{text-decoration:none;color:#15803d;font-weight:500}



footer{background:#0f172a;color:#fff;padding:48px 0 24px;margin-top:40px}
.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}
.footer-grid div{ flex:1}
.footer-grid h3{ font-size:1.3rem; margin-bottom:15px;}
.footer-grid h4{font-size:1.2rem; margin-bottom:15px;}
.footer-grid h4 a{ color:#fff}
.footer-grid p{ margin-bottom:10px}
.footer-grid img{ width:100px; height:auto}
.footer-grid i{ padding:8px; border-radius:5px; background:rgba(255,255,255,0.2); margin-right:10px; width:35px; height:35px; text-align:center; line-height:20px}

footer a{color:rgba(255,255,255,0.6);}

.footer-cy{ display: flex; justify-content: space-between; margin-top:2rem; padding-top:2rem; border-top:1px solid rgba(255,255,255,0.6); font-size:0.8rem}
.footer-cy a{ color:rgba(255,255,255,0.6); margin-left:15px}

@media (max-width:800px){
	.nav-links{display:none;width:100%;flex-direction:column;align-items:center;gap:16px;padding:20px 0}
.nav-links.show{display:flex}
.mobile-menu-btn{display:block}
.hero-content h1{font-size:2.2rem}
.section-title{font-size:1.8rem}
}
