/*.hero-section{
padding:80px 0;
background:#f8f9fa;
}

.hero-title{
font-size:48px;
font-weight:700;
}

.hero-title span{
color:#2e7d32;
}

.hero-text{
font-size:18px;
margin:20px 0;
}*/

.category-card{
border:1px solid #eee;
border-radius:10px;
transition:0.3s;
background:#fff;
}

.category-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.product-card{
padding:20px;
border:1px solid #eee;
border-radius:8px;
}

.hero-slider{
position:relative;
}

.hero-slide{
height:600px;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

.hero-slide::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:rgba(0,0,0,0.5);*/
}

.hero-slide .container{
position:relative;
z-index:2;
}

.hero-title{
font-size:52px;
font-weight:700;
line-height:1.2;
}

.hero-title span{
color:#4caf50;
}

.hero-text{
font-size:18px;
margin:20px 0;
max-width:500px;
}

.carousel-control-prev,
.carousel-control-next{
width:5%;
}
.product-card{
border:1px solid #eee;
border-radius:10px;
padding:20px;
transition:0.3s;
background:#fff;
}

.product-card:hover{
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transform:translateY(-5px);
}

.product-card img{
max-height:160px;
object-fit:contain;
margin-bottom:10px;
}

.trust-icon{
font-size:40px;
color:#2e7d32;
margin-bottom:10px;
}

.trust-icon{
font-size:40px;
color:#2e7d32;
transition:0.3s;
}

.col-md-3:hover .trust-icon{
transform:scale(1.2);
color:#1b5e20;
}

.section-title{
font-weight:700;
margin-bottom:40px;
}

.why-icon{
font-size:45px;
color:#2e7d32;
transition:0.3s;
}

.col-md-4:hover .why-icon{
transform:scale(1.15);
color:#1b5e20;
}

section{
border-top:1px solid #f1f1f1;
}

.quality-icon{
color:#2e7d32;
margin-right:8px;
font-size:18px;
}

.quality-icon{
color:#2e7d32;
margin-right:10px;
font-size:18px;
}

.col-6{
font-weight:500;
margin-bottom:10px;
}

.about-icon{
font-size:40px;
color:#2e7d32;
}

.accordion-button{
font-weight:600;
}

.accordion-button:not(.collapsed){
background:#2e7d32;
color:#fff;
}

.contact-icon{
color:#2e7d32;
margin-right:10px;
font-size:18px;
}

.navbar{
padding:15px 0;
}

.navbar-brand{
font-size:22px;
letter-spacing:0.5px;
}

.nav-link{
font-weight:500;
margin:0 10px;
color:#333 !important;
transition:0.3s;
}

.nav-link:hover{
color:#2e7d32 !important;
}

.nav-link.active{
color:#2e7d32 !important;
font-weight:600;
}

.btn-success{
background:#2e7d32;
border:none;
}

.btn-success:hover{
background:#1b5e20;
}
.top-bar{
background:#2e7d32;
color:#fff;
font-size:13px;
padding:6px 0;
}

.top-bar i{
margin-right:5px;
}

.top-bar-left span{
opacity:0.7;
}

.top-bar-right{
font-weight:500;
}

/* Mobile */
@media (max-width:768px){
.top-bar{
text-align:center;
}

.top-bar .container{
flex-direction:column;
gap:5px;
}
}

.section{
padding:80px 0;
}

.section-light{
background:#f8f9fa;
}

.section-dark{
background:#2e7d32;
color:#fff;
}

.section-title{
font-size:32px;
font-weight:700;
margin-bottom:15px;
}

.section-subtitle{
color:#666;
font-size:16px;
max-width:600px;
margin:0 auto 40px;
}

.carousel-item img{
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
}

.hero-slider{
margin-bottom:40px;
}

.trust-section{
margin-top:-50px;
position:relative;
z-index:2;
}

.trust-section .row{
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.category-card{
padding:30px 20px;
border-radius:12px;
background:#fff;
transition:0.3s;
}

.category-card h5{
font-weight:600;
}

.category-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.product-card{
padding:20px;
border-radius:12px;
background:#fff;
border:1px solid #eee;
transition:0.3s;
}

.product-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.product-card h6{
font-weight:600;
margin-top:10px;
}

.why-icon{
font-size:30px;
color:#fff;
background:#2e7d32;
padding:20px;
border-radius:50%;
display:inline-block;
}

.section-dark h2{
font-weight:700;
margin-bottom:15px;
}

.section-dark p{
opacity:0.9;
}
/* Animation base */
.animate{
opacity:0;
transform:translateY(30px);
transition:all 0.6s ease;
}

/* When visible */
.animate.show{
opacity:1;
transform:translateY(0);
}

/* Delay variations */
.delay-1{ transition-delay:0.1s; }
.delay-2{ transition-delay:0.2s; }
.delay-3{ transition-delay:0.3s; }
.delay-4{ transition-delay:0.4s; }

.footer{
background:#1b1b1b;
color:#ddd;
padding-top:60px;
}

.footer-brand{
color:#fff;
font-weight:700;
margin-bottom:15px;
}

.footer-text{
font-size:14px;
line-height:1.6;
}

.footer-title{
color:#fff;
margin-bottom:15px;
font-weight:600;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#ccc;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#2e7d32;
}

.footer-contact{
font-size:14px;
margin-bottom:10px;
}

.footer-contact i{
color:#2e7d32;
margin-right:8px;
}

.footer-bottom{
margin-top:40px;
padding:20px 0;
background:#111;
font-size:13px;
color:#aaa;
}

.footer-disclaimer{
font-size:12px;
color:#777;
max-width:700px;
margin:0 auto;
}


.product-title{
font-size:32px;
font-weight:700;
margin-bottom:10px;
}

.product-short{
color:#666;
font-size:16px;
max-width:500px;
}

.product-image-box{
background:#fff;
padding:20px;
border-radius:12px;
border:1px solid #eee;
text-align:center;
}

.product-image-box img{
max-height:350px;
object-fit:contain;
}

.product-trust{
display:flex;
gap:15px;
flex-wrap:wrap;
font-size:14px;
color:#2e7d32;
}

.product-trust span{
display:flex;
align-items:center;
gap:5px;
}

.product-section{
margin-top:25px;
padding:20px;
background:#fff;
border-radius:10px;
border:1px solid #eee;
}

.product-section h5{
font-weight:600;
margin-bottom:10px;
}

.product-content{
font-size:14px;
color:#444;
line-height:1.6;
}

.product-section.warning{
background:#fff8f8;
border-color:#f5c6c6;
}
.product-tabs .nav-tabs{
border-bottom:2px solid #eee;
}

.product-tabs .nav-link{
border:none;
color:#555;
font-weight:500;
margin-right:10px;
}

.product-tabs .nav-link.active{
color:#2e7d32;
border-bottom:3px solid #2e7d32;
background:none;
}

.product-tabs .tab-content{
border-radius:0 0 10px 10px;
}
.product-tabs ul{
padding-left:20px;
}

.product-tabs li{
margin-bottom:6px;
}


.related-products h4{
font-weight:700;
margin-bottom:20px;
}

.related-products{
border-top:1px solid #eee;
padding-top:40px;
}

.breadcrumb-wrapper{
margin-bottom:20px;
}

.breadcrumb{
background:none;
padding:0;
margin:0;
font-size:14px;
}

.breadcrumb-item a{
color:#777;
text-decoration:none;
transition:0.3s;
}

.breadcrumb-item a:hover{
color:#2e7d32;
}

.breadcrumb-item.active{
color:#333;
font-weight:500;
}

.breadcrumb-item + .breadcrumb-item::before{
content: "›";
color:#aaa;
}

.breadcrumb-wrapper{
margin-bottom:25px;
padding-bottom:10px;
border-bottom:1px solid #f1f1f1;
}

.product-filter{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}

.filter-btn{
padding:8px 16px;
border-radius:20px;
border:1px solid #ddd;
text-decoration:none;
color:#555;
font-size:14px;
transition:0.3s;
}

.filter-btn:hover{
border-color:#2e7d32;
color:#2e7d32;
}

.filter-btn.active{
background:#2e7d32;
color:#fff;
border-color:#2e7d32;
}

.product-img{
height:180px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:10px;
}

.product-img img{
max-height:150px;
object-fit:contain;
transition:0.3s;
}

.product-card:hover img{
transform:scale(1.05);
}

.product-desc{
font-size:13px;
color:#777;
min-height:40px;
}

.product-search{
max-width:500px;
margin:0 auto;
}

.search-input{
border-radius:30px;
padding:10px 15px;
border:1px solid #ddd;
}

.search-input:focus{
border-color:#2e7d32;
box-shadow:none;
}

.pagination .page-link{
color:#2e7d32;
}

.pagination .active .page-link{
background:#2e7d32;
border-color:#2e7d32;
}

.page-header{
background:linear-gradient(to bottom, #f8f9fa, #ffffff);
padding:60px 0 40px;
text-align:center;
}

.breadcrumb-wrapper{
margin-bottom:10px;
}

.breadcrumb{
background:none;
padding:0;
margin:0;
font-size:14px;
justify-content:center;
}

.breadcrumb-item a{
color:#777;
text-decoration:none;
}

.breadcrumb-item.active{
color:#2e7d32;
font-weight:500;
}

.breadcrumb-item + .breadcrumb-item::before{
content:"›";
color:#bbb;
}

.page-header{
border-bottom:1px solid #f1f1f1;
}
.logo{
height:40px;
width:auto;
}
