

.discount-badge{
position:absolute;
top:10px;
left:10px;
background:#0a8f3c;
color:#fff;
font-size:13px;
font-weight:700;
padding:4px 8px;
border-radius:5px;
}

.rating{
color:#f5a623;
font-size:16px;
margin:6px 0 8px 0;
letter-spacing:2px;
}
.wishlist-btn{
position:absolute;
top:10px;
right:10px;
font-size:22px;
color:#000;
background:none;
border:none;
cursor:pointer;
transition:0.3s;
}

/* default heart outline */
.wishlist-btn::before{
content:"♡";
}

/* when product is in wishlist */
.wishlist-btn.active::before{
content:"♥";
color:#e63946;
}

.wishlist-btn:hover{
transform:scale(1.15);
}

.sale-price{
color:#0a8f3c;
font-size:20px;
font-weight:700;
}

.mrp{
text-decoration:line-through;
color:#888;
font-size:14px;
}

.off{
background:#e63946;
color:#fff;
font-size:12px;
padding:2px 6px;
border-radius:4px;
font-weight:600;
}

.sale-price{
color:#0a8f3c;
font-size:20px;
font-weight:700;
margin-right:6px;
}

.mrp{
text-decoration:line-through;
color:#888;
font-size:14px;
margin-right:6px;
}

.off{
background:#e63946;
color:#fff;
font-size:12px;
padding:2px 6px;
border-radius:4px;
font-weight:600;
}

.cat-arrow.left{
left:5px;
}

.cat-arrow.right{
right:5px;
}body{
overflow-x:hidden;
}

.hero-slider{
width:100%;
position:relative;
overflow:hidden;
}

/* banner */

.slider-img{
width:100%;
height:530px;
object-fit:contain;
}


/* ARROWS */

.slider-arrow{
width:6%;
transition:0.3s;
}

/* desktop hover effect */

@media(min-width:769px){

.slider-arrow{
opacity:0;
}

.hero-slider:hover .slider-arrow{
opacity:1;
}

}


/* arrow icon */

.carousel-control-prev-icon,
.carousel-control-next-icon{

background-color:rgba(0,0,0,0.5);

padding:18px;

border-radius:50%;

background-size:60%;

}


/* MOBILE FIX */

@media(max-width:768px){

.slider-img{
height:auto;
object-fit:contain;
}

.slider-arrow{
opacity:1;
width:10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
padding:14px;
}

}

.new-arrivals{
padding:50px 40px;
/*background:#fff;*/
/*border:1px solid #e5e5e5;*/
border-radius:12px;
/*box-shadow:0 5px 20px rgba(0,0,0,0.05);*/
margin:50px auto;
max-width:1300px;
}

.section-title{
text-align:center;
font-size:28px;
font-weight:700;
margin-bottom:30px;
color:#0a8f3c;
letter-spacing:0.5px;
}

.category-text{
background:linear-gradient(90deg,#0a8f3c,#38b000);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.arrival-text{
display:inline-block;
animation:arrivalDrop 5s ease infinite;
}

@keyframes arrivalDrop{
0%{transform:translateY(-50px);opacity:0;}
40%{transform:translateY(10px);opacity:1;}
100%{transform:translateY(0);}
}

.product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.product-card{
background:#fff;
padding:15px;
border-radius:10px;
box-shadow:0 3px 12px rgba(0,0,0,0.08);
text-align:center;
transition:0.3s;
position:relative;
}

.product-card:hover{
transform:translateY(-5px);
box-shadow:0 6px 18px rgba(0,0,0,0.12);
}



.product-img{
width:100%;
height:220px;
object-fit:cover;
border-radius:8px;
}

.product-name{
font-size:16px;
margin:10px 0;
}



.add-cart{
background:#0a8f3c;
color:#fff;
border:none;
padding:10px;
width:100%;
border-radius:6px;
cursor:pointer;
}

.add-cart:hover{
background:#067030;
}

@media(max-width:768px){

.new-arrivals{padding:30px 20px;}

.product-grid{
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.product-img{height:180px;}

.section-title{font-size:26px;}

}


/* CATEGORY SECTION */
/* CATEGORY SECTION */

.home-categories{
max-width:1300px;
margin:50px auto;
padding:35px;
background:linear-gradient(180deg,#ffffff,#f9fdf9);
border-radius:18px;
box-shadow:0 8px 30px rgba(0,0,0,0.06);
}
.cat-container{
position:relative;
display:flex;
align-items:center;
}

.cat-viewport{
overflow:hidden;
width:100%;
}

.cat-track{
display:flex;
gap:20px;
transition:transform 0.4s ease;
}

.cat-box{
flex:0 0 calc((100% - 80px) / 5);
background:#fff;
border-radius:16px;
padding:12px;
text-align:center;
transition:all 0.3s ease;
cursor:pointer;
border:1px solid #f1f1f1;
box-shadow:0 4px 15px rgba(0,0,0,0.04);
}

.cat-track{
display:flex;
gap:20px;
transition:transform 0.4s ease;
width:100%;
}

.cat-box:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.cat-box img{
width:100%;
height:130px;
object-fit:cover;
border-radius:12px;
margin-bottom:10px;
transition:0.3s;
}

.cat-box:hover img{
transform:scale(1.05);
}


.cat-box h4{
font-size:14px;
font-weight:600;
color:#222;
line-height:1.4;
}

.cat-box h4 span{
display:block;
font-size:12px;
color:#777;
}

/* arrows */

.cat-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#fff;
color:#0a8f3c;
border:none;
width:42px;
height:42px;
border-radius:50%;
cursor:pointer;
z-index:5;
box-shadow:0 4px 15px rgba(0,0,0,0.15);
font-size:18px;
}

.cat-arrow:hover{
background:#0a8f3c;
color:#fff;
}
.cat-track{
display:flex;
gap:20px;
padding:10px 5px;
}

.cat-arrow.left{
left:5px;
}

.cat-arrow.right{
right:5px;
}

@media(max-width:768px){

.cat-box{
min-width:140px;
}

.cat-box img{
height:90px;
}

}
.category-text{
display:inline-block;
animation:arrivalDrop 5s ease infinite;
}
/* PROMOTIONAL BANNERS */
/* PROMOTIONAL BANNERS */

.promo-section{
max-width:1300px;
margin:40px auto;
padding:0 15px; /* mobile side gap */
}

.promo-container{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

.promo-box{
overflow:hidden;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.promo-box img{
width:100%;
height:auto;   /* important fix */
display:block;
object-fit:cover;
transition:0.4s;
}

.promo-box:hover img{
transform:scale(1.05);
}

/* MOBILE */

@media(max-width:768px){

.promo-container{
grid-template-columns:1fr;
gap:18px;   /* banners ke beech gap */
}

.promo-box{
margin-bottom:10px;
}

}
/* BLOG SECTION */

.home-blog{
max-width:1300px;
margin:50px auto;
padding:40px;
background:#fff;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.blog-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 3px 12px rgba(0,0,0,0.08);
transition:0.3s;
}

.blog-card:hover{
transform:translateY(-6px);
}

.blog-img{
width:100%;
height:200px;
object-fit:cover;
}

.blog-content{
padding:18px;
}

.blog-content h3{
font-size:18px;
margin-bottom:10px;
}

.blog-content p{
font-size:14px;
color:#555;
line-height:1.5;
margin-bottom:12px;
}

.read-blog-btn{
background:#0a8f3c;
color:#fff;
border:none;
padding:8px 16px;
border-radius:6px;
cursor:pointer;
}

.read-blog-btn:hover{
background:#067030;
}


/* BLOG MODAL */
/* BLOG MODAL */

.blog-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:999;

/* important */
overflow-y:auto;
padding:20px;
}

.blog-modal-content{
background:#fff;
max-width:800px;
margin:40px auto;
padding:30px;
border-radius:10px;
position:relative;

/* important */
max-height:90vh;
overflow-y:auto;
}

.blog-modal-content img{
width:100%;
height:300px;
object-fit:cover;
margin-bottom:20px;
}

.close-blog{
position:absolute;
top:10px;
right:15px;
font-size:28px;
cursor:pointer;
}

.blog-date{
color:#777;
font-size:14px;
margin-bottom:15px;
}
.modal-open{
overflow:hidden;
}
@media(max-width:768px){

.blog-grid{
grid-template-columns:1fr;
}

.blog-modal-content{
margin:20px 10px;
}

}
/* TESTIMONIAL SECTION */

.testimonial-section{
max-width:1300px;
margin:70px auto;
text-align:center;
}

.testimonial-container{
position:relative;
display:flex;
align-items:center;
}

.testimonial-viewport{
overflow:hidden;
width:100%;
}

.testimonial-track{
display:flex;
gap:30px;
transition:transform 0.4s ease;
}

/* CARD */



/* DESKTOP - 3 cards */

.testimonial-card{
flex:0 0 calc((100% - 60px) / 3);
background:#365b2c;
border-radius:20px;
padding:110px 30px 35px;
color:#fff;
position:relative;
text-align:center;
}


/* TABLET - 2 cards */

@media(max-width:992px){

.testimonial-card{
flex:0 0 calc((100% - 30px) / 2);
}

}


/* MOBILE - 1 card */

@media(max-width:600px){

.testimonial-card{
flex:0 0 100%;
padding:100px 25px 30px;
}

.testi-arrow{
width:35px;
height:35px;
}

}
/* IMAGE */

.testimonial-img{
position:absolute;
top:10px;
left:50%;
transform:translateX(-50%);
width:90px;
height:90px;
border-radius:50%;
border:5px solid #fff;
overflow:hidden;
background:#fff;
}

.testimonial-img img{
width:100%;
height:100%;
object-fit:cover;
}

/* TEXT */

.testi-text{
font-size:14px;
line-height:1.6;
margin-bottom:10px;
}

.testi-name{
font-size:16px;
font-weight:600;
}

/* ARROWS */

.testi-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#0a8f3c;
color:#fff;
border:none;
width:40px;
height:40px;
border-radius:50%;
cursor:pointer;
z-index:5;
}

.testi-arrow.left{ left:5px; }
.testi-arrow.right{ right:5px; }

@media(max-width:768px){

.home-categories,
.new-arrivals,
.home-blog{
padding:30px 20px;
margin:40px 10px;
}

}

/* DOTS */

.testi-dots{
margin-top:20px;
}

.testi-dots span{
display:inline-block;
width:10px;
height:10px;
background:#ccc;
border-radius:50%;
margin:0 5px;
cursor:pointer;
}

.testi-dots span.active{
background:#0a8f3c;
}

/* MOBILE */

@media(max-width:768px){

.testimonial-card{
min-width:90%;
margin:auto;
}

}


